.svg {
  height: 1em;
  width: 1em; }

/*!
   * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ed1846;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #FFFFFF;
  --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: #1D252D;
  --bs-white: #FFFFFF;
  --bs-dark: #1D252D;
  --bs-red: #ed1846;
  --bs-red-2: #900000;
  --bs-grey-400: #D2D2D2;
  --bs-grey-500: #808284;
  --bs-primary-rgb: 29, 37, 45;
  --bs-white-rgb: 255, 255, 255;
  --bs-dark-rgb: 29, 37, 45;
  --bs-red-rgb: 237, 24, 70;
  --bs-red-2-rgb: 144, 0, 0;
  --bs-grey-400-rgb: 210, 210, 210;
  --bs-grey-500-rgb: 128, 130, 132;
  --bs-primary-text-emphasis: #0c0f12;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #5f0a1c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d2d3d5;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #fbd1da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #a5a8ab;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f8a3b5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1D252D;
  --bs-body-color-rgb: 29, 37, 45;
  --bs-body-bg: #FFFFFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(29, 37, 45, 0.75);
  --bs-secondary-color-rgb: 29, 37, 45;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(29, 37, 45, 0.5);
  --bs-tertiary-color-rgb: 29, 37, 45;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #1D252D;
  --bs-link-color-rgb: 29, 37, 45;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #171e24;
  --bs-link-hover-color-rgb: 23, 30, 36;
  --bs-code-color: #d63384;
  --bs-highlight-color: #1D252D;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(29, 37, 45, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #ed1846;
  --bs-form-invalid-border-color: #ed1846; }

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

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

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

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

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

.text-bg-red-2 {
  color: #FFFFFF !important;
  background-color: RGBA(var(--bs-red-2-rgb), var(--bs-bg-opacity, 1)) !important; }

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-primary:hover, .link-primary:focus {
    color: RGBA(23, 30, 36, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(23, 30, 36, var(--bs-link-underline-opacity, 1)) !important; }

.link-white {
  color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-white:hover, .link-white:focus {
    color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important; }

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-dark:hover, .link-dark:focus {
    color: RGBA(23, 30, 36, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(23, 30, 36, var(--bs-link-underline-opacity, 1)) !important; }

.link-red {
  color: RGBA(var(--bs-red-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-red:hover, .link-red:focus {
    color: RGBA(241, 70, 107, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(241, 70, 107, var(--bs-link-underline-opacity, 1)) !important; }

.link-red-2 {
  color: RGBA(var(--bs-red-2-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-2-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-red-2:hover, .link-red-2:focus {
    color: RGBA(115, 0, 0, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(115, 0, 0, var(--bs-link-underline-opacity, 1)) !important; }

.link-grey-400 {
  color: RGBA(var(--bs-grey-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-grey-400-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-grey-400:hover, .link-grey-400:focus {
    color: RGBA(219, 219, 219, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(219, 219, 219, var(--bs-link-underline-opacity, 1)) !important; }

.link-grey-500 {
  color: RGBA(var(--bs-grey-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-grey-500-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-grey-500:hover, .link-grey-500:focus {
    color: RGBA(153, 155, 157, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(153, 155, 157, var(--bs-link-underline-opacity, 1)) !important; }

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-body-emphasis:hover, .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; }

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color); }

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden; }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform; }
    @media (prefers-reduced-motion: reduce) {
      .icon-link > .bi {
        transition: none; } }

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0)); }

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

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

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

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

@media (min-width: 375px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1260px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 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; }

.object-fit-contain {
  object-fit: contain !important; }

.object-fit-cover {
  object-fit: cover !important; }

.object-fit-fill {
  object-fit: fill !important; }

.object-fit-scale {
  object-fit: scale-down !important; }

.object-fit-none {
  object-fit: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important; }

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important; }

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important; }

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-white {
  --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-red {
  --bs-focus-ring-color: rgba(var(--bs-red-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-red-2 {
  --bs-focus-ring-color: rgba(var(--bs-red-2-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-grey-400 {
  --bs-focus-ring-color: rgba(var(--bs-grey-400-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-grey-500 {
  --bs-focus-ring-color: rgba(var(--bs-grey-500-rgb), var(--bs-focus-ring-opacity)); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important; }

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important; }

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important; }

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important; }

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important; }

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important; }

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important; }

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-g {
  margin: 15px !important; }

.m-h {
  margin: 0.3125rem !important; }

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

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

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

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

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

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

.mx-g {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.mx-h {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !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.625rem !important;
  margin-bottom: 0.625rem !important; }

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

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

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

.my-g {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.my-h {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important; }

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

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

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

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

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

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

.mt-g {
  margin-top: 15px !important; }

.mt-h {
  margin-top: 0.3125rem !important; }

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

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

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

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

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

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

.me-g {
  margin-right: 15px !important; }

.me-h {
  margin-right: 0.3125rem !important; }

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

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

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

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

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

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

.mb-g {
  margin-bottom: 15px !important; }

.mb-h {
  margin-bottom: 0.3125rem !important; }

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

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

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

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

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

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

.ms-g {
  margin-left: 15px !important; }

.ms-h {
  margin-left: 0.3125rem !important; }

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

.m-n1 {
  margin: -0.625rem !important; }

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

.m-n3 {
  margin: -1.875rem !important; }

.m-n4 {
  margin: -2.5rem !important; }

.m-ng {
  margin: -15px !important; }

.m-nh {
  margin: -0.3125rem !important; }

.mx-n1 {
  margin-right: -0.625rem !important;
  margin-left: -0.625rem !important; }

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

.mx-n3 {
  margin-right: -1.875rem !important;
  margin-left: -1.875rem !important; }

.mx-n4 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important; }

.mx-ng {
  margin-right: -15px !important;
  margin-left: -15px !important; }

.mx-nh {
  margin-right: -0.3125rem !important;
  margin-left: -0.3125rem !important; }

.my-n1 {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important; }

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

.my-n3 {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important; }

.my-n4 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important; }

.my-ng {
  margin-top: -15px !important;
  margin-bottom: -15px !important; }

.my-nh {
  margin-top: -0.3125rem !important;
  margin-bottom: -0.3125rem !important; }

.mt-n1 {
  margin-top: -0.625rem !important; }

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

.mt-n3 {
  margin-top: -1.875rem !important; }

.mt-n4 {
  margin-top: -2.5rem !important; }

.mt-ng {
  margin-top: -15px !important; }

.mt-nh {
  margin-top: -0.3125rem !important; }

.me-n1 {
  margin-right: -0.625rem !important; }

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

.me-n3 {
  margin-right: -1.875rem !important; }

.me-n4 {
  margin-right: -2.5rem !important; }

.me-ng {
  margin-right: -15px !important; }

.me-nh {
  margin-right: -0.3125rem !important; }

.mb-n1 {
  margin-bottom: -0.625rem !important; }

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

.mb-n3 {
  margin-bottom: -1.875rem !important; }

.mb-n4 {
  margin-bottom: -2.5rem !important; }

.mb-ng {
  margin-bottom: -15px !important; }

.mb-nh {
  margin-bottom: -0.3125rem !important; }

.ms-n1 {
  margin-left: -0.625rem !important; }

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

.ms-n3 {
  margin-left: -1.875rem !important; }

.ms-n4 {
  margin-left: -2.5rem !important; }

.ms-ng {
  margin-left: -15px !important; }

.ms-nh {
  margin-left: -0.3125rem !important; }

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

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

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

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

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

.p-g {
  padding: 15px !important; }

.p-h {
  padding: 0.3125rem !important; }

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

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

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

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

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

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

.px-h {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important; }

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

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

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

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

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

.py-g {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.py-h {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important; }

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

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

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

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

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

.pt-g {
  padding-top: 15px !important; }

.pt-h {
  padding-top: 0.3125rem !important; }

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

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

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

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

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

.pe-g {
  padding-right: 15px !important; }

.pe-h {
  padding-right: 0.3125rem !important; }

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

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

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

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

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

.pb-g {
  padding-bottom: 15px !important; }

.pb-h {
  padding-bottom: 0.3125rem !important; }

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

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

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

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

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

.ps-g {
  padding-left: 15px !important; }

.ps-h {
  padding-left: 0.3125rem !important; }

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

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

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

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

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

.gap-g {
  gap: 15px !important; }

.gap-h {
  gap: 0.3125rem !important; }

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

.row-gap-1 {
  row-gap: 0.625rem !important; }

.row-gap-2 {
  row-gap: 1.25rem !important; }

.row-gap-3 {
  row-gap: 1.875rem !important; }

.row-gap-4 {
  row-gap: 2.5rem !important; }

.row-gap-g {
  row-gap: 15px !important; }

.row-gap-h {
  row-gap: 0.3125rem !important; }

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

.column-gap-1 {
  column-gap: 0.625rem !important; }

.column-gap-2 {
  column-gap: 1.25rem !important; }

.column-gap-3 {
  column-gap: 1.875rem !important; }

.column-gap-4 {
  column-gap: 2.5rem !important; }

.column-gap-g {
  column-gap: 15px !important; }

.column-gap-h {
  column-gap: 0.3125rem !important; }

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

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

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

.fs-3 {
  font-size: 1.125rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important; }

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important; }

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important; }

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important; }

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important; }

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important; }

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important; }

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important; }

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1; }

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25; }

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5; }

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75; }

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1; }

.link-offset-1 {
  text-underline-offset: 0.125em !important; }

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important; }

.link-offset-2 {
  text-underline-offset: 0.25em !important; }

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important; }

.link-offset-3 {
  text-underline-offset: 0.375em !important; }

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important; }

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; }

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

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

.link-underline-red {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-red-2 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-2-rgb), var(--bs-link-underline-opacity)) !important; }

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1; }

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1; }

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

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-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-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important; }

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

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

.bg-grey-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-500-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-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

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

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

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

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

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

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

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

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important; }

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important; }

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important; }

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important; }

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important; }

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important; }

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important; }

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.z-n1 {
  z-index: -1 !important; }

.z-0 {
  z-index: 0 !important; }

.z-1 {
  z-index: 1 !important; }

.z-2 {
  z-index: 2 !important; }

.z-3 {
  z-index: 3 !important; }

@media (min-width: 375px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .object-fit-sm-contain {
    object-fit: contain !important; }
  .object-fit-sm-cover {
    object-fit: cover !important; }
  .object-fit-sm-fill {
    object-fit: fill !important; }
  .object-fit-sm-scale {
    object-fit: scale-down !important; }
  .object-fit-sm-none {
    object-fit: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-grid {
    display: inline-grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 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.625rem !important; }
  .m-sm-2 {
    margin: 1.25rem !important; }
  .m-sm-3 {
    margin: 1.875rem !important; }
  .m-sm-4 {
    margin: 2.5rem !important; }
  .m-sm-g {
    margin: 15px !important; }
  .m-sm-h {
    margin: 0.3125rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-sm-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-sm-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-sm-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-sm-g {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-sm-h {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !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.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-sm-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-sm-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-sm-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-sm-g {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-sm-h {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !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.625rem !important; }
  .mt-sm-2 {
    margin-top: 1.25rem !important; }
  .mt-sm-3 {
    margin-top: 1.875rem !important; }
  .mt-sm-4 {
    margin-top: 2.5rem !important; }
  .mt-sm-g {
    margin-top: 15px !important; }
  .mt-sm-h {
    margin-top: 0.3125rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.625rem !important; }
  .me-sm-2 {
    margin-right: 1.25rem !important; }
  .me-sm-3 {
    margin-right: 1.875rem !important; }
  .me-sm-4 {
    margin-right: 2.5rem !important; }
  .me-sm-g {
    margin-right: 15px !important; }
  .me-sm-h {
    margin-right: 0.3125rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.625rem !important; }
  .mb-sm-2 {
    margin-bottom: 1.25rem !important; }
  .mb-sm-3 {
    margin-bottom: 1.875rem !important; }
  .mb-sm-4 {
    margin-bottom: 2.5rem !important; }
  .mb-sm-g {
    margin-bottom: 15px !important; }
  .mb-sm-h {
    margin-bottom: 0.3125rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.625rem !important; }
  .ms-sm-2 {
    margin-left: 1.25rem !important; }
  .ms-sm-3 {
    margin-left: 1.875rem !important; }
  .ms-sm-4 {
    margin-left: 2.5rem !important; }
  .ms-sm-g {
    margin-left: 15px !important; }
  .ms-sm-h {
    margin-left: 0.3125rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .m-sm-n1 {
    margin: -0.625rem !important; }
  .m-sm-n2 {
    margin: -1.25rem !important; }
  .m-sm-n3 {
    margin: -1.875rem !important; }
  .m-sm-n4 {
    margin: -2.5rem !important; }
  .m-sm-ng {
    margin: -15px !important; }
  .m-sm-nh {
    margin: -0.3125rem !important; }
  .mx-sm-n1 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important; }
  .mx-sm-n2 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-sm-n3 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important; }
  .mx-sm-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-sm-ng {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-sm-nh {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important; }
  .my-sm-n1 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important; }
  .my-sm-n2 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-sm-n3 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important; }
  .my-sm-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-sm-ng {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-sm-nh {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important; }
  .mt-sm-n1 {
    margin-top: -0.625rem !important; }
  .mt-sm-n2 {
    margin-top: -1.25rem !important; }
  .mt-sm-n3 {
    margin-top: -1.875rem !important; }
  .mt-sm-n4 {
    margin-top: -2.5rem !important; }
  .mt-sm-ng {
    margin-top: -15px !important; }
  .mt-sm-nh {
    margin-top: -0.3125rem !important; }
  .me-sm-n1 {
    margin-right: -0.625rem !important; }
  .me-sm-n2 {
    margin-right: -1.25rem !important; }
  .me-sm-n3 {
    margin-right: -1.875rem !important; }
  .me-sm-n4 {
    margin-right: -2.5rem !important; }
  .me-sm-ng {
    margin-right: -15px !important; }
  .me-sm-nh {
    margin-right: -0.3125rem !important; }
  .mb-sm-n1 {
    margin-bottom: -0.625rem !important; }
  .mb-sm-n2 {
    margin-bottom: -1.25rem !important; }
  .mb-sm-n3 {
    margin-bottom: -1.875rem !important; }
  .mb-sm-n4 {
    margin-bottom: -2.5rem !important; }
  .mb-sm-ng {
    margin-bottom: -15px !important; }
  .mb-sm-nh {
    margin-bottom: -0.3125rem !important; }
  .ms-sm-n1 {
    margin-left: -0.625rem !important; }
  .ms-sm-n2 {
    margin-left: -1.25rem !important; }
  .ms-sm-n3 {
    margin-left: -1.875rem !important; }
  .ms-sm-n4 {
    margin-left: -2.5rem !important; }
  .ms-sm-ng {
    margin-left: -15px !important; }
  .ms-sm-nh {
    margin-left: -0.3125rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.625rem !important; }
  .p-sm-2 {
    padding: 1.25rem !important; }
  .p-sm-3 {
    padding: 1.875rem !important; }
  .p-sm-4 {
    padding: 2.5rem !important; }
  .p-sm-g {
    padding: 15px !important; }
  .p-sm-h {
    padding: 0.3125rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-sm-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-sm-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-sm-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-sm-g {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-sm-h {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-sm-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-sm-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-sm-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-sm-g {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-sm-h {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.625rem !important; }
  .pt-sm-2 {
    padding-top: 1.25rem !important; }
  .pt-sm-3 {
    padding-top: 1.875rem !important; }
  .pt-sm-4 {
    padding-top: 2.5rem !important; }
  .pt-sm-g {
    padding-top: 15px !important; }
  .pt-sm-h {
    padding-top: 0.3125rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.625rem !important; }
  .pe-sm-2 {
    padding-right: 1.25rem !important; }
  .pe-sm-3 {
    padding-right: 1.875rem !important; }
  .pe-sm-4 {
    padding-right: 2.5rem !important; }
  .pe-sm-g {
    padding-right: 15px !important; }
  .pe-sm-h {
    padding-right: 0.3125rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.625rem !important; }
  .pb-sm-2 {
    padding-bottom: 1.25rem !important; }
  .pb-sm-3 {
    padding-bottom: 1.875rem !important; }
  .pb-sm-4 {
    padding-bottom: 2.5rem !important; }
  .pb-sm-g {
    padding-bottom: 15px !important; }
  .pb-sm-h {
    padding-bottom: 0.3125rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.625rem !important; }
  .ps-sm-2 {
    padding-left: 1.25rem !important; }
  .ps-sm-3 {
    padding-left: 1.875rem !important; }
  .ps-sm-4 {
    padding-left: 2.5rem !important; }
  .ps-sm-g {
    padding-left: 15px !important; }
  .ps-sm-h {
    padding-left: 0.3125rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.625rem !important; }
  .gap-sm-2 {
    gap: 1.25rem !important; }
  .gap-sm-3 {
    gap: 1.875rem !important; }
  .gap-sm-4 {
    gap: 2.5rem !important; }
  .gap-sm-g {
    gap: 15px !important; }
  .gap-sm-h {
    gap: 0.3125rem !important; }
  .row-gap-sm-0 {
    row-gap: 0 !important; }
  .row-gap-sm-1 {
    row-gap: 0.625rem !important; }
  .row-gap-sm-2 {
    row-gap: 1.25rem !important; }
  .row-gap-sm-3 {
    row-gap: 1.875rem !important; }
  .row-gap-sm-4 {
    row-gap: 2.5rem !important; }
  .row-gap-sm-g {
    row-gap: 15px !important; }
  .row-gap-sm-h {
    row-gap: 0.3125rem !important; }
  .column-gap-sm-0 {
    column-gap: 0 !important; }
  .column-gap-sm-1 {
    column-gap: 0.625rem !important; }
  .column-gap-sm-2 {
    column-gap: 1.25rem !important; }
  .column-gap-sm-3 {
    column-gap: 1.875rem !important; }
  .column-gap-sm-4 {
    column-gap: 2.5rem !important; }
  .column-gap-sm-g {
    column-gap: 15px !important; }
  .column-gap-sm-h {
    column-gap: 0.3125rem !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; }
  .object-fit-md-contain {
    object-fit: contain !important; }
  .object-fit-md-cover {
    object-fit: cover !important; }
  .object-fit-md-fill {
    object-fit: fill !important; }
  .object-fit-md-scale {
    object-fit: scale-down !important; }
  .object-fit-md-none {
    object-fit: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-inline-grid {
    display: inline-grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 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.625rem !important; }
  .m-md-2 {
    margin: 1.25rem !important; }
  .m-md-3 {
    margin: 1.875rem !important; }
  .m-md-4 {
    margin: 2.5rem !important; }
  .m-md-g {
    margin: 15px !important; }
  .m-md-h {
    margin: 0.3125rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-md-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-md-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-md-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-md-g {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-md-h {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !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.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-md-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-md-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-md-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-md-g {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-md-h {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !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.625rem !important; }
  .mt-md-2 {
    margin-top: 1.25rem !important; }
  .mt-md-3 {
    margin-top: 1.875rem !important; }
  .mt-md-4 {
    margin-top: 2.5rem !important; }
  .mt-md-g {
    margin-top: 15px !important; }
  .mt-md-h {
    margin-top: 0.3125rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.625rem !important; }
  .me-md-2 {
    margin-right: 1.25rem !important; }
  .me-md-3 {
    margin-right: 1.875rem !important; }
  .me-md-4 {
    margin-right: 2.5rem !important; }
  .me-md-g {
    margin-right: 15px !important; }
  .me-md-h {
    margin-right: 0.3125rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.625rem !important; }
  .mb-md-2 {
    margin-bottom: 1.25rem !important; }
  .mb-md-3 {
    margin-bottom: 1.875rem !important; }
  .mb-md-4 {
    margin-bottom: 2.5rem !important; }
  .mb-md-g {
    margin-bottom: 15px !important; }
  .mb-md-h {
    margin-bottom: 0.3125rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.625rem !important; }
  .ms-md-2 {
    margin-left: 1.25rem !important; }
  .ms-md-3 {
    margin-left: 1.875rem !important; }
  .ms-md-4 {
    margin-left: 2.5rem !important; }
  .ms-md-g {
    margin-left: 15px !important; }
  .ms-md-h {
    margin-left: 0.3125rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .m-md-n1 {
    margin: -0.625rem !important; }
  .m-md-n2 {
    margin: -1.25rem !important; }
  .m-md-n3 {
    margin: -1.875rem !important; }
  .m-md-n4 {
    margin: -2.5rem !important; }
  .m-md-ng {
    margin: -15px !important; }
  .m-md-nh {
    margin: -0.3125rem !important; }
  .mx-md-n1 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important; }
  .mx-md-n2 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-md-n3 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important; }
  .mx-md-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-md-ng {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-md-nh {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important; }
  .my-md-n1 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important; }
  .my-md-n2 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-md-n3 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important; }
  .my-md-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-md-ng {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-md-nh {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important; }
  .mt-md-n1 {
    margin-top: -0.625rem !important; }
  .mt-md-n2 {
    margin-top: -1.25rem !important; }
  .mt-md-n3 {
    margin-top: -1.875rem !important; }
  .mt-md-n4 {
    margin-top: -2.5rem !important; }
  .mt-md-ng {
    margin-top: -15px !important; }
  .mt-md-nh {
    margin-top: -0.3125rem !important; }
  .me-md-n1 {
    margin-right: -0.625rem !important; }
  .me-md-n2 {
    margin-right: -1.25rem !important; }
  .me-md-n3 {
    margin-right: -1.875rem !important; }
  .me-md-n4 {
    margin-right: -2.5rem !important; }
  .me-md-ng {
    margin-right: -15px !important; }
  .me-md-nh {
    margin-right: -0.3125rem !important; }
  .mb-md-n1 {
    margin-bottom: -0.625rem !important; }
  .mb-md-n2 {
    margin-bottom: -1.25rem !important; }
  .mb-md-n3 {
    margin-bottom: -1.875rem !important; }
  .mb-md-n4 {
    margin-bottom: -2.5rem !important; }
  .mb-md-ng {
    margin-bottom: -15px !important; }
  .mb-md-nh {
    margin-bottom: -0.3125rem !important; }
  .ms-md-n1 {
    margin-left: -0.625rem !important; }
  .ms-md-n2 {
    margin-left: -1.25rem !important; }
  .ms-md-n3 {
    margin-left: -1.875rem !important; }
  .ms-md-n4 {
    margin-left: -2.5rem !important; }
  .ms-md-ng {
    margin-left: -15px !important; }
  .ms-md-nh {
    margin-left: -0.3125rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.625rem !important; }
  .p-md-2 {
    padding: 1.25rem !important; }
  .p-md-3 {
    padding: 1.875rem !important; }
  .p-md-4 {
    padding: 2.5rem !important; }
  .p-md-g {
    padding: 15px !important; }
  .p-md-h {
    padding: 0.3125rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-md-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-md-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-md-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-md-g {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-md-h {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-md-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-md-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-md-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-md-g {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-md-h {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.625rem !important; }
  .pt-md-2 {
    padding-top: 1.25rem !important; }
  .pt-md-3 {
    padding-top: 1.875rem !important; }
  .pt-md-4 {
    padding-top: 2.5rem !important; }
  .pt-md-g {
    padding-top: 15px !important; }
  .pt-md-h {
    padding-top: 0.3125rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.625rem !important; }
  .pe-md-2 {
    padding-right: 1.25rem !important; }
  .pe-md-3 {
    padding-right: 1.875rem !important; }
  .pe-md-4 {
    padding-right: 2.5rem !important; }
  .pe-md-g {
    padding-right: 15px !important; }
  .pe-md-h {
    padding-right: 0.3125rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.625rem !important; }
  .pb-md-2 {
    padding-bottom: 1.25rem !important; }
  .pb-md-3 {
    padding-bottom: 1.875rem !important; }
  .pb-md-4 {
    padding-bottom: 2.5rem !important; }
  .pb-md-g {
    padding-bottom: 15px !important; }
  .pb-md-h {
    padding-bottom: 0.3125rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.625rem !important; }
  .ps-md-2 {
    padding-left: 1.25rem !important; }
  .ps-md-3 {
    padding-left: 1.875rem !important; }
  .ps-md-4 {
    padding-left: 2.5rem !important; }
  .ps-md-g {
    padding-left: 15px !important; }
  .ps-md-h {
    padding-left: 0.3125rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.625rem !important; }
  .gap-md-2 {
    gap: 1.25rem !important; }
  .gap-md-3 {
    gap: 1.875rem !important; }
  .gap-md-4 {
    gap: 2.5rem !important; }
  .gap-md-g {
    gap: 15px !important; }
  .gap-md-h {
    gap: 0.3125rem !important; }
  .row-gap-md-0 {
    row-gap: 0 !important; }
  .row-gap-md-1 {
    row-gap: 0.625rem !important; }
  .row-gap-md-2 {
    row-gap: 1.25rem !important; }
  .row-gap-md-3 {
    row-gap: 1.875rem !important; }
  .row-gap-md-4 {
    row-gap: 2.5rem !important; }
  .row-gap-md-g {
    row-gap: 15px !important; }
  .row-gap-md-h {
    row-gap: 0.3125rem !important; }
  .column-gap-md-0 {
    column-gap: 0 !important; }
  .column-gap-md-1 {
    column-gap: 0.625rem !important; }
  .column-gap-md-2 {
    column-gap: 1.25rem !important; }
  .column-gap-md-3 {
    column-gap: 1.875rem !important; }
  .column-gap-md-4 {
    column-gap: 2.5rem !important; }
  .column-gap-md-g {
    column-gap: 15px !important; }
  .column-gap-md-h {
    column-gap: 0.3125rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .object-fit-lg-contain {
    object-fit: contain !important; }
  .object-fit-lg-cover {
    object-fit: cover !important; }
  .object-fit-lg-fill {
    object-fit: fill !important; }
  .object-fit-lg-scale {
    object-fit: scale-down !important; }
  .object-fit-lg-none {
    object-fit: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-inline-grid {
    display: inline-grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 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.625rem !important; }
  .m-lg-2 {
    margin: 1.25rem !important; }
  .m-lg-3 {
    margin: 1.875rem !important; }
  .m-lg-4 {
    margin: 2.5rem !important; }
  .m-lg-g {
    margin: 15px !important; }
  .m-lg-h {
    margin: 0.3125rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-lg-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-lg-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-lg-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-lg-g {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-lg-h {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !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.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-lg-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-lg-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-lg-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-lg-g {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-lg-h {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !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.625rem !important; }
  .mt-lg-2 {
    margin-top: 1.25rem !important; }
  .mt-lg-3 {
    margin-top: 1.875rem !important; }
  .mt-lg-4 {
    margin-top: 2.5rem !important; }
  .mt-lg-g {
    margin-top: 15px !important; }
  .mt-lg-h {
    margin-top: 0.3125rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.625rem !important; }
  .me-lg-2 {
    margin-right: 1.25rem !important; }
  .me-lg-3 {
    margin-right: 1.875rem !important; }
  .me-lg-4 {
    margin-right: 2.5rem !important; }
  .me-lg-g {
    margin-right: 15px !important; }
  .me-lg-h {
    margin-right: 0.3125rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.625rem !important; }
  .mb-lg-2 {
    margin-bottom: 1.25rem !important; }
  .mb-lg-3 {
    margin-bottom: 1.875rem !important; }
  .mb-lg-4 {
    margin-bottom: 2.5rem !important; }
  .mb-lg-g {
    margin-bottom: 15px !important; }
  .mb-lg-h {
    margin-bottom: 0.3125rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.625rem !important; }
  .ms-lg-2 {
    margin-left: 1.25rem !important; }
  .ms-lg-3 {
    margin-left: 1.875rem !important; }
  .ms-lg-4 {
    margin-left: 2.5rem !important; }
  .ms-lg-g {
    margin-left: 15px !important; }
  .ms-lg-h {
    margin-left: 0.3125rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .m-lg-n1 {
    margin: -0.625rem !important; }
  .m-lg-n2 {
    margin: -1.25rem !important; }
  .m-lg-n3 {
    margin: -1.875rem !important; }
  .m-lg-n4 {
    margin: -2.5rem !important; }
  .m-lg-ng {
    margin: -15px !important; }
  .m-lg-nh {
    margin: -0.3125rem !important; }
  .mx-lg-n1 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important; }
  .mx-lg-n2 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-lg-n3 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important; }
  .mx-lg-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-lg-ng {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-lg-nh {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important; }
  .my-lg-n1 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important; }
  .my-lg-n2 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-lg-n3 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important; }
  .my-lg-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-lg-ng {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-lg-nh {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important; }
  .mt-lg-n1 {
    margin-top: -0.625rem !important; }
  .mt-lg-n2 {
    margin-top: -1.25rem !important; }
  .mt-lg-n3 {
    margin-top: -1.875rem !important; }
  .mt-lg-n4 {
    margin-top: -2.5rem !important; }
  .mt-lg-ng {
    margin-top: -15px !important; }
  .mt-lg-nh {
    margin-top: -0.3125rem !important; }
  .me-lg-n1 {
    margin-right: -0.625rem !important; }
  .me-lg-n2 {
    margin-right: -1.25rem !important; }
  .me-lg-n3 {
    margin-right: -1.875rem !important; }
  .me-lg-n4 {
    margin-right: -2.5rem !important; }
  .me-lg-ng {
    margin-right: -15px !important; }
  .me-lg-nh {
    margin-right: -0.3125rem !important; }
  .mb-lg-n1 {
    margin-bottom: -0.625rem !important; }
  .mb-lg-n2 {
    margin-bottom: -1.25rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1.875rem !important; }
  .mb-lg-n4 {
    margin-bottom: -2.5rem !important; }
  .mb-lg-ng {
    margin-bottom: -15px !important; }
  .mb-lg-nh {
    margin-bottom: -0.3125rem !important; }
  .ms-lg-n1 {
    margin-left: -0.625rem !important; }
  .ms-lg-n2 {
    margin-left: -1.25rem !important; }
  .ms-lg-n3 {
    margin-left: -1.875rem !important; }
  .ms-lg-n4 {
    margin-left: -2.5rem !important; }
  .ms-lg-ng {
    margin-left: -15px !important; }
  .ms-lg-nh {
    margin-left: -0.3125rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.625rem !important; }
  .p-lg-2 {
    padding: 1.25rem !important; }
  .p-lg-3 {
    padding: 1.875rem !important; }
  .p-lg-4 {
    padding: 2.5rem !important; }
  .p-lg-g {
    padding: 15px !important; }
  .p-lg-h {
    padding: 0.3125rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-lg-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-lg-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-lg-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-lg-g {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-lg-h {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-lg-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-lg-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-lg-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-lg-g {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-lg-h {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.625rem !important; }
  .pt-lg-2 {
    padding-top: 1.25rem !important; }
  .pt-lg-3 {
    padding-top: 1.875rem !important; }
  .pt-lg-4 {
    padding-top: 2.5rem !important; }
  .pt-lg-g {
    padding-top: 15px !important; }
  .pt-lg-h {
    padding-top: 0.3125rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.625rem !important; }
  .pe-lg-2 {
    padding-right: 1.25rem !important; }
  .pe-lg-3 {
    padding-right: 1.875rem !important; }
  .pe-lg-4 {
    padding-right: 2.5rem !important; }
  .pe-lg-g {
    padding-right: 15px !important; }
  .pe-lg-h {
    padding-right: 0.3125rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.625rem !important; }
  .pb-lg-2 {
    padding-bottom: 1.25rem !important; }
  .pb-lg-3 {
    padding-bottom: 1.875rem !important; }
  .pb-lg-4 {
    padding-bottom: 2.5rem !important; }
  .pb-lg-g {
    padding-bottom: 15px !important; }
  .pb-lg-h {
    padding-bottom: 0.3125rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.625rem !important; }
  .ps-lg-2 {
    padding-left: 1.25rem !important; }
  .ps-lg-3 {
    padding-left: 1.875rem !important; }
  .ps-lg-4 {
    padding-left: 2.5rem !important; }
  .ps-lg-g {
    padding-left: 15px !important; }
  .ps-lg-h {
    padding-left: 0.3125rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.625rem !important; }
  .gap-lg-2 {
    gap: 1.25rem !important; }
  .gap-lg-3 {
    gap: 1.875rem !important; }
  .gap-lg-4 {
    gap: 2.5rem !important; }
  .gap-lg-g {
    gap: 15px !important; }
  .gap-lg-h {
    gap: 0.3125rem !important; }
  .row-gap-lg-0 {
    row-gap: 0 !important; }
  .row-gap-lg-1 {
    row-gap: 0.625rem !important; }
  .row-gap-lg-2 {
    row-gap: 1.25rem !important; }
  .row-gap-lg-3 {
    row-gap: 1.875rem !important; }
  .row-gap-lg-4 {
    row-gap: 2.5rem !important; }
  .row-gap-lg-g {
    row-gap: 15px !important; }
  .row-gap-lg-h {
    row-gap: 0.3125rem !important; }
  .column-gap-lg-0 {
    column-gap: 0 !important; }
  .column-gap-lg-1 {
    column-gap: 0.625rem !important; }
  .column-gap-lg-2 {
    column-gap: 1.25rem !important; }
  .column-gap-lg-3 {
    column-gap: 1.875rem !important; }
  .column-gap-lg-4 {
    column-gap: 2.5rem !important; }
  .column-gap-lg-g {
    column-gap: 15px !important; }
  .column-gap-lg-h {
    column-gap: 0.3125rem !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: 1260px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .object-fit-xl-contain {
    object-fit: contain !important; }
  .object-fit-xl-cover {
    object-fit: cover !important; }
  .object-fit-xl-fill {
    object-fit: fill !important; }
  .object-fit-xl-scale {
    object-fit: scale-down !important; }
  .object-fit-xl-none {
    object-fit: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-inline-grid {
    display: inline-grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 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.625rem !important; }
  .m-xl-2 {
    margin: 1.25rem !important; }
  .m-xl-3 {
    margin: 1.875rem !important; }
  .m-xl-4 {
    margin: 2.5rem !important; }
  .m-xl-g {
    margin: 15px !important; }
  .m-xl-h {
    margin: 0.3125rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-xl-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-xl-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-xl-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-xl-g {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xl-h {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !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.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-xl-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-xl-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-xl-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-xl-g {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xl-h {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !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.625rem !important; }
  .mt-xl-2 {
    margin-top: 1.25rem !important; }
  .mt-xl-3 {
    margin-top: 1.875rem !important; }
  .mt-xl-4 {
    margin-top: 2.5rem !important; }
  .mt-xl-g {
    margin-top: 15px !important; }
  .mt-xl-h {
    margin-top: 0.3125rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.625rem !important; }
  .me-xl-2 {
    margin-right: 1.25rem !important; }
  .me-xl-3 {
    margin-right: 1.875rem !important; }
  .me-xl-4 {
    margin-right: 2.5rem !important; }
  .me-xl-g {
    margin-right: 15px !important; }
  .me-xl-h {
    margin-right: 0.3125rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.625rem !important; }
  .mb-xl-2 {
    margin-bottom: 1.25rem !important; }
  .mb-xl-3 {
    margin-bottom: 1.875rem !important; }
  .mb-xl-4 {
    margin-bottom: 2.5rem !important; }
  .mb-xl-g {
    margin-bottom: 15px !important; }
  .mb-xl-h {
    margin-bottom: 0.3125rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.625rem !important; }
  .ms-xl-2 {
    margin-left: 1.25rem !important; }
  .ms-xl-3 {
    margin-left: 1.875rem !important; }
  .ms-xl-4 {
    margin-left: 2.5rem !important; }
  .ms-xl-g {
    margin-left: 15px !important; }
  .ms-xl-h {
    margin-left: 0.3125rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .m-xl-n1 {
    margin: -0.625rem !important; }
  .m-xl-n2 {
    margin: -1.25rem !important; }
  .m-xl-n3 {
    margin: -1.875rem !important; }
  .m-xl-n4 {
    margin: -2.5rem !important; }
  .m-xl-ng {
    margin: -15px !important; }
  .m-xl-nh {
    margin: -0.3125rem !important; }
  .mx-xl-n1 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important; }
  .mx-xl-n2 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-xl-n3 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important; }
  .mx-xl-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-xl-ng {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-xl-nh {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important; }
  .my-xl-n1 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important; }
  .my-xl-n2 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-xl-n3 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important; }
  .my-xl-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-xl-ng {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-xl-nh {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important; }
  .mt-xl-n1 {
    margin-top: -0.625rem !important; }
  .mt-xl-n2 {
    margin-top: -1.25rem !important; }
  .mt-xl-n3 {
    margin-top: -1.875rem !important; }
  .mt-xl-n4 {
    margin-top: -2.5rem !important; }
  .mt-xl-ng {
    margin-top: -15px !important; }
  .mt-xl-nh {
    margin-top: -0.3125rem !important; }
  .me-xl-n1 {
    margin-right: -0.625rem !important; }
  .me-xl-n2 {
    margin-right: -1.25rem !important; }
  .me-xl-n3 {
    margin-right: -1.875rem !important; }
  .me-xl-n4 {
    margin-right: -2.5rem !important; }
  .me-xl-ng {
    margin-right: -15px !important; }
  .me-xl-nh {
    margin-right: -0.3125rem !important; }
  .mb-xl-n1 {
    margin-bottom: -0.625rem !important; }
  .mb-xl-n2 {
    margin-bottom: -1.25rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1.875rem !important; }
  .mb-xl-n4 {
    margin-bottom: -2.5rem !important; }
  .mb-xl-ng {
    margin-bottom: -15px !important; }
  .mb-xl-nh {
    margin-bottom: -0.3125rem !important; }
  .ms-xl-n1 {
    margin-left: -0.625rem !important; }
  .ms-xl-n2 {
    margin-left: -1.25rem !important; }
  .ms-xl-n3 {
    margin-left: -1.875rem !important; }
  .ms-xl-n4 {
    margin-left: -2.5rem !important; }
  .ms-xl-ng {
    margin-left: -15px !important; }
  .ms-xl-nh {
    margin-left: -0.3125rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.625rem !important; }
  .p-xl-2 {
    padding: 1.25rem !important; }
  .p-xl-3 {
    padding: 1.875rem !important; }
  .p-xl-4 {
    padding: 2.5rem !important; }
  .p-xl-g {
    padding: 15px !important; }
  .p-xl-h {
    padding: 0.3125rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-xl-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-xl-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-xl-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-xl-g {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xl-h {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-xl-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-xl-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-xl-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-xl-g {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xl-h {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.625rem !important; }
  .pt-xl-2 {
    padding-top: 1.25rem !important; }
  .pt-xl-3 {
    padding-top: 1.875rem !important; }
  .pt-xl-4 {
    padding-top: 2.5rem !important; }
  .pt-xl-g {
    padding-top: 15px !important; }
  .pt-xl-h {
    padding-top: 0.3125rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.625rem !important; }
  .pe-xl-2 {
    padding-right: 1.25rem !important; }
  .pe-xl-3 {
    padding-right: 1.875rem !important; }
  .pe-xl-4 {
    padding-right: 2.5rem !important; }
  .pe-xl-g {
    padding-right: 15px !important; }
  .pe-xl-h {
    padding-right: 0.3125rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.625rem !important; }
  .pb-xl-2 {
    padding-bottom: 1.25rem !important; }
  .pb-xl-3 {
    padding-bottom: 1.875rem !important; }
  .pb-xl-4 {
    padding-bottom: 2.5rem !important; }
  .pb-xl-g {
    padding-bottom: 15px !important; }
  .pb-xl-h {
    padding-bottom: 0.3125rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.625rem !important; }
  .ps-xl-2 {
    padding-left: 1.25rem !important; }
  .ps-xl-3 {
    padding-left: 1.875rem !important; }
  .ps-xl-4 {
    padding-left: 2.5rem !important; }
  .ps-xl-g {
    padding-left: 15px !important; }
  .ps-xl-h {
    padding-left: 0.3125rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.625rem !important; }
  .gap-xl-2 {
    gap: 1.25rem !important; }
  .gap-xl-3 {
    gap: 1.875rem !important; }
  .gap-xl-4 {
    gap: 2.5rem !important; }
  .gap-xl-g {
    gap: 15px !important; }
  .gap-xl-h {
    gap: 0.3125rem !important; }
  .row-gap-xl-0 {
    row-gap: 0 !important; }
  .row-gap-xl-1 {
    row-gap: 0.625rem !important; }
  .row-gap-xl-2 {
    row-gap: 1.25rem !important; }
  .row-gap-xl-3 {
    row-gap: 1.875rem !important; }
  .row-gap-xl-4 {
    row-gap: 2.5rem !important; }
  .row-gap-xl-g {
    row-gap: 15px !important; }
  .row-gap-xl-h {
    row-gap: 0.3125rem !important; }
  .column-gap-xl-0 {
    column-gap: 0 !important; }
  .column-gap-xl-1 {
    column-gap: 0.625rem !important; }
  .column-gap-xl-2 {
    column-gap: 1.25rem !important; }
  .column-gap-xl-3 {
    column-gap: 1.875rem !important; }
  .column-gap-xl-4 {
    column-gap: 2.5rem !important; }
  .column-gap-xl-g {
    column-gap: 15px !important; }
  .column-gap-xl-h {
    column-gap: 0.3125rem !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: 1200px) {
  .fs-1 {
    font-size: 1.875rem !important; }
  .fs-2 {
    font-size: 1.3125rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-inline-grid {
    display: inline-grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ed1846;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #FFFFFF;
  --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: #1D252D;
  --bs-white: #FFFFFF;
  --bs-dark: #1D252D;
  --bs-red: #ed1846;
  --bs-red-2: #900000;
  --bs-grey-400: #D2D2D2;
  --bs-grey-500: #808284;
  --bs-primary-rgb: 29, 37, 45;
  --bs-white-rgb: 255, 255, 255;
  --bs-dark-rgb: 29, 37, 45;
  --bs-red-rgb: 237, 24, 70;
  --bs-red-2-rgb: 144, 0, 0;
  --bs-grey-400-rgb: 210, 210, 210;
  --bs-grey-500-rgb: 128, 130, 132;
  --bs-primary-text-emphasis: #0c0f12;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #5f0a1c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d2d3d5;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #fbd1da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #a5a8ab;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f8a3b5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1D252D;
  --bs-body-color-rgb: 29, 37, 45;
  --bs-body-bg: #FFFFFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(29, 37, 45, 0.75);
  --bs-secondary-color-rgb: 29, 37, 45;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(29, 37, 45, 0.5);
  --bs-tertiary-color-rgb: 29, 37, 45;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #1D252D;
  --bs-link-color-rgb: 29, 37, 45;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #171e24;
  --bs-link-hover-color-rgb: 23, 30, 36;
  --bs-code-color: #d63384;
  --bs-highlight-color: #1D252D;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(29, 37, 45, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #ed1846;
  --bs-form-invalid-border-color: #ed1846; }

*,
*::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: 1.25rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25; }

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

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

h2, .h2 {
  font-size: calc(1.25625rem + 0.075vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 1.3125rem; } }

h3, .h3 {
  font-size: 1.125rem; }

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

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

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left; }

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

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

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

@media (min-width: 375px) {
  .container, .container-sm {
    max-width: 540px; } }

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

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

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

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 375px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1260px; }

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

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-h,
.gx-h {
  --bs-gutter-x: 0.3125rem; }

.g-h,
.gy-h {
  --bs-gutter-y: 0.3125rem; }

@media (min-width: 375px) {
  .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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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.625rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.625rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.25rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.25rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.875rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.875rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2.5rem; }
  .g-sm-g,
  .gx-sm-g {
    --bs-gutter-x: 15px; }
  .g-sm-g,
  .gy-sm-g {
    --bs-gutter-y: 15px; }
  .g-sm-h,
  .gx-sm-h {
    --bs-gutter-x: 0.3125rem; }
  .g-sm-h,
  .gy-sm-h {
    --bs-gutter-y: 0.3125rem; } }

@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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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.625rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.625rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.25rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.25rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.875rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.875rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2.5rem; }
  .g-md-g,
  .gx-md-g {
    --bs-gutter-x: 15px; }
  .g-md-g,
  .gy-md-g {
    --bs-gutter-y: 15px; }
  .g-md-h,
  .gx-md-h {
    --bs-gutter-x: 0.3125rem; }
  .g-md-h,
  .gy-md-h {
    --bs-gutter-y: 0.3125rem; } }

@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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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.625rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.625rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.25rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.25rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.875rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.875rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2.5rem; }
  .g-lg-g,
  .gx-lg-g {
    --bs-gutter-x: 15px; }
  .g-lg-g,
  .gy-lg-g {
    --bs-gutter-y: 15px; }
  .g-lg-h,
  .gx-lg-h {
    --bs-gutter-x: 0.3125rem; }
  .g-lg-h,
  .gy-lg-h {
    --bs-gutter-y: 0.3125rem; } }

@media (min-width: 1260px) {
  .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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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.625rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.625rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.25rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.25rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.875rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.875rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2.5rem; }
  .g-xl-g,
  .gx-xl-g {
    --bs-gutter-x: 15px; }
  .g-xl-g,
  .gy-xl-g {
    --bs-gutter-y: 15px; }
  .g-xl-h,
  .gx-xl-h {
    --bs-gutter-x: 0.3125rem; }
  .g-xl-h,
  .gy-xl-h {
    --bs-gutter-y: 0.3125rem; } }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #8e9296;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(29, 37, 45, 0.25); }
  .form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0; }
  .form-control::-webkit-datetime-edit {
    display: block;
    padding: 0; }
  .form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1; }
  .form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg); }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0; }
  .form-control-plaintext:focus {
    outline: 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

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

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg); }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(29, 37, 45, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(29, 37, 45, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #1D252D;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #bbbec0; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #1D252D;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #bbbec0; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: var(--bs-secondary-color); }
    .form-range:disabled::-moz-range-thumb {
      background-color: var(--bs-secondary-color); }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
    .form-floating > .form-control:focus ~ label::after,
    .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
    .form-floating > .form-control-plaintext ~ label::after,
    .form-floating > .form-select ~ label::after {
      position: absolute;
      inset: 1rem 0.375rem;
      z-index: -1;
      height: 1.5em;
      content: "";
      background-color: var(--bs-body-bg);
      border-radius: var(--bs-border-radius); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0; }
  .form-floating > :disabled ~ label,
  .form-floating > .form-control:disabled ~ label {
    color: #6c757d; }
    .form-floating > :disabled ~ label::after,
    .form-floating > .form-control:disabled ~ label::after {
      background-color: var(--bs-secondary-bg); }

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

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

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

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

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

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

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color); }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color); }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-form-valid-color); }

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

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

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

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

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

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

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

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

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color); }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color); }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color); }

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

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

.btn {
  --bs-btn-padding-x: 1.75em;
  --bs-btn-padding-y: 0.5625em;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn,
  :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus-visible,
    :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked:focus-visible + .btn {
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #1D252D;
  --bs-btn-border-color: #1D252D;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #191f26;
  --bs-btn-hover-border-color: #171e24;
  --bs-btn-focus-shadow-rgb: 63, 70, 77;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #171e24;
  --bs-btn-active-border-color: #161c22;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #1D252D;
  --bs-btn-disabled-border-color: #1D252D; }

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

.btn-dark {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #1D252D;
  --bs-btn-border-color: #1D252D;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #3f464d;
  --bs-btn-hover-border-color: #343b42;
  --bs-btn-focus-shadow-rgb: 63, 70, 77;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #4a5157;
  --bs-btn-active-border-color: #343b42;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #1D252D;
  --bs-btn-disabled-border-color: #1D252D; }

.btn-red {
  --bs-btn-color: #000;
  --bs-btn-bg: #ed1846;
  --bs-btn-border-color: #ed1846;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f03b62;
  --bs-btn-hover-border-color: #ef2f59;
  --bs-btn-focus-shadow-rgb: 201, 20, 60;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1466b;
  --bs-btn-active-border-color: #ef2f59;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ed1846;
  --bs-btn-disabled-border-color: #ed1846; }

.btn-red-2 {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #900000;
  --bs-btn-border-color: #900000;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #7a0000;
  --bs-btn-hover-border-color: #730000;
  --bs-btn-focus-shadow-rgb: 161, 38, 38;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #730000;
  --bs-btn-active-border-color: #6c0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #900000;
  --bs-btn-disabled-border-color: #900000; }

.btn-grey-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: #D2D2D2;
  --bs-btn-border-color: #D2D2D2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d9d9d9;
  --bs-btn-hover-border-color: #d7d7d7;
  --bs-btn-focus-shadow-rgb: 179, 179, 179;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dbdbdb;
  --bs-btn-active-border-color: #d7d7d7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #D2D2D2;
  --bs-btn-disabled-border-color: #D2D2D2; }

.btn-grey-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #808284;
  --bs-btn-border-color: #808284;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #939596;
  --bs-btn-hover-border-color: #8d8f90;
  --bs-btn-focus-shadow-rgb: 109, 111, 112;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #999b9d;
  --bs-btn-active-border-color: #8d8f90;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #808284;
  --bs-btn-disabled-border-color: #808284; }

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

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

.btn-outline-dark {
  --bs-btn-color: #1D252D;
  --bs-btn-border-color: #1D252D;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #1D252D;
  --bs-btn-hover-border-color: #1D252D;
  --bs-btn-focus-shadow-rgb: 29, 37, 45;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #1D252D;
  --bs-btn-active-border-color: #1D252D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1D252D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1D252D;
  --bs-gradient: none; }

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

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

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

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

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

.btn-lg {
  --bs-btn-padding-y: 0.8125em;
  --bs-btn-padding-x: 3.375em;
  --bs-btn-font-size: 1em;
  --bs-btn-border-radius: var(--bs-border-radius-lg); }

.btn-sm {
  --bs-btn-padding-y: 0.53571em;
  --bs-btn-padding-x: 2em;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm); }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.625rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #FFFFFF;
  --bs-dropdown-link-active-bg: #1D252D;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1.25rem;
  --bs-dropdown-item-padding-y: 0.3125rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1.25rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

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

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

@media (min-width: 375px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1260px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

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

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

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

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

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

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

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

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

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(29, 37, 45, 0.25); }
  .nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #FFFFFF;
  --bs-nav-pills-link-active-bg: #1D252D; }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius); }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap); }
  .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent; }
    .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
      border-bottom-color: currentcolor; }
  .nav-underline .nav-link.active,
  .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor; }

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

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

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

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

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.625rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2829, 37, 45, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color); }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

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

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

@media (min-width: 375px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1260px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x); }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #FFFFFF;
  --bs-navbar-brand-color: #FFFFFF;
  --bs-navbar-brand-hover-color: #FFFFFF;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.card {
  --bs-card-spacer-y: 1.25rem;
  --bs-card-spacer-x: 1.25rem;
  --bs-card-title-spacer-y: 0.625rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.625rem;
  --bs-card-cap-padding-x: 1.25rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1.25rem;
  --bs-card-group-margin: 7.5px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: var(--bs-card-inner-border-radius);
      border-top-right-radius: var(--bs-card-inner-border-radius); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: var(--bs-card-inner-border-radius);
      border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

.card-text:last-child {
  margin-bottom: 0; }

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x); }

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

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

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin); }

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

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

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height); }

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

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(29, 37, 45, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity); }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity); }
  .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity); }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity); }

.btn-close-white {
  filter: var(--bs-btn-close-white-filter); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }

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

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

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 375px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

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

@media (min-width: 1260px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

@media (max-width: 374.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1259.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

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

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

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.625rem;
  --bs-tooltip-padding-y: 0.3125rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: 0;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity); }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height); }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent; }

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0; }

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s; } }

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(29, 37, 45, 0.25);
  --bs-pagination-active-color: #FFFFFF;
  --bs-pagination-active-bg: #1D252D;
  --bs-pagination-active-border-color: #1D252D;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color); }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow); }
  .page-link.active,
  .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color); }
  .page-link.disabled,
  .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color); }

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

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

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

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

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm); }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer; }

.wishlistpage .btn-warning,
.wishlistpage .btn-primary,
.wishlistpage .btn-info {
  color: #FFFFFF !important; }

a.btn.btn-info.sharebutton {
  background-color: #070808 !important;
  border-color: #070808 !important; }

@media (max-width: 991.98px) {
  .wishlistpage .col-sm-4 {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .wishlistpage .col-sm-4 {
    margin: 0 auto; } }

:export {
  short: 0.3s;
  med: 0.6s;
  slow: 1s;
  timeDefault: 0.3s;
  easeIn: cubic-bezier(0.7, 0, 0.84, 0);
  easeOut: cubic-bezier(0.16, 1, 0.3, 1);
  easeInOut: cubic-bezier(0.49, 0.25, 0.38, 0.76); }

@font-face {
  font-family: "Futura Std Bold";
  src: url("./../../assets/FuturaStd-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Futura Std Book";
  src: url("./../../assets/FuturaStd-Book.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FuturaLT';
  src: url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/FuturaLT.otf?v=1667118590");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FuturaStd-Medium';
  src: url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/FuturaStd-Medium.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FuturaStd-Book';
  src: url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/FuturaStd-Book.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FuturaStd-Medium';
  src: url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/FuturaStd-Medium.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Futura-Medium';
  src: url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/Futura-Medium.ttf?v=1667118591") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'FuturaStd-Medium';
  src: url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/FuturaStd-Medium.otf?v=1667118591");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FuturaLT';
  src: url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/FuturaLT.otf?v=1667118590");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'turbo-icons';
  src: url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/turbo.eot?v=1667109824}");
  src: url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/turbo.eot?v=1667109824") format("embedded-opentype"), url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/turbo.woff?v=1667109824") format("woff"), url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/turbo.ttf?v=1667109824") format("truetype"), url("https://cdn.shopify.com/s/files/1/0577/2174/9702/files/turbo.svg?v=1667109824") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'revsglobal-pr-mod';
  src: url("https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.eot?nqookz");
  src: url("https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.eot?nqookz#iefix") format("embedded-opentype"), url("https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.woff2?nqookz") format("woff2"), url("https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.ttf?nqookz") format("truetype"), url("https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.woff?nqookz") format("woff"), url("https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.svg?nqookz#revsglobal-pr-mod") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap; }

@font-face {
  font-family: 'reviewsio-font';
  src: url("/cdn/shop/files/reviewsio-font.eot?v=1694523403");
  src: url("/cdn/shop/files/reviewsio-font.eot?v=1694523403") format("embedded-opentype"), url("/cdn/shop/files/reviewsio-font.woff2?v=1694523597") format("woff2"), url("/cdn/shop/files/reviewsio-font.ttf?v=1694523597") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap; }

[class^="ruk-icon-"], [class*=" ruk-icon-"] {
  font-family: 'revsglobal-pr-mod' !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "turbo-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.15em;
  -webkit-font-smoothing: antialiased; }

:export {
  xxsmall: 375px;
  xsmall: 480px;
  small: 750px;
  medium: 1100px;
  large: 1350px;
  xlarge: 1650px;
  xxlarge: 2000px; }

/*
 *  Absolute Position Centering
 *    Provides mixins to center using absolute positioning and transforms
 */
/*
 *  Crop Position
 *    Use with options from the theme customiser to position the
 *    focal point of an image
 */
.u-grid, .u-grid--full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 1rem; }

.u-grid {
  margin: auto;
  max-width: 2000px;
  padding: 0 2.4375rem; }
  .u-grid__1-12 {
    grid-template-columns: repeat(1, 1fr); }
  .u-grid__2-12 {
    grid-template-columns: repeat(2, 1fr); }
  .u-grid__3-12 {
    grid-template-columns: repeat(3, 1fr); }
  .u-grid__4-12 {
    grid-template-columns: repeat(4, 1fr); }
  .u-grid__5-12 {
    grid-template-columns: repeat(5, 1fr); }
  .u-grid__6-12 {
    grid-template-columns: repeat(6, 1fr); }
  .u-grid__7-12 {
    grid-template-columns: repeat(7, 1fr); }
  .u-grid__8-12 {
    grid-template-columns: repeat(8, 1fr); }
  .u-grid__9-12 {
    grid-template-columns: repeat(9, 1fr); }
  .u-grid__10-12 {
    grid-template-columns: repeat(10, 1fr); }
  .u-grid__11--12 {
    grid-template-columns: repeat(11, 1fr); }
  .u-grid__fill {
    grid-column: span 4; }

@media only screen and (min-width: 1100px) {
  .u-grid, .u-grid--full {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.5%;
    row-gap: 1.375rem; }
  .u-grid {
    padding: 0 11.5%; }
    .u-grid__medium-up--1-12 {
      grid-template-columns: repeat(1, 1fr); }
    .u-grid__medium-up--2-12 {
      grid-template-columns: repeat(2, 1fr); }
    .u-grid__medium-up--3-12 {
      grid-template-columns: repeat(3, 1fr); }
    .u-grid__medium-up--4-12 {
      grid-template-columns: repeat(4, 1fr); }
    .u-grid__medium-up--5-12 {
      grid-template-columns: repeat(5, 1fr); }
    .u-grid__medium-up--6-12 {
      grid-template-columns: repeat(6, 1fr); }
    .u-grid__medium-up--7-12 {
      grid-template-columns: repeat(7, 1fr); }
    .u-grid__medium-up--8-12 {
      grid-template-columns: repeat(8, 1fr); }
    .u-grid__medium-up--9-12 {
      grid-template-columns: repeat(9, 1fr); }
    .u-grid__medium-up--10-12 {
      grid-template-columns: repeat(10, 1fr); }
    .u-grid__medium-up--11-12 {
      grid-template-columns: repeat(11, 1fr); }
    .u-grid__fill {
      grid-column: span 4; }
    .u-grid__fill {
      grid-column: span 12; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-spacing--ml-0 {
  margin-left: 0 !important; }

.u-spacing--ml-1 {
  margin-left: 0.25rem !important; }

.u-spacing--ml-2 {
  margin-left: 0.5rem !important; }

.u-spacing--ml-3 {
  margin-left: 1rem !important; }

.u-spacing--ml-4 {
  margin-left: 1.5rem !important; }

.u-spacing--ml-5 {
  margin-left: 3rem !important; }

.u-spacing--mr-0 {
  margin-right: 0 !important; }

.u-spacing--mr-1 {
  margin-right: 0.25rem !important; }

.u-spacing--mr-2 {
  margin-right: 0.5rem !important; }

.u-spacing--mr-3 {
  margin-right: 1rem !important; }

.u-spacing--mr-4 {
  margin-right: 1.5rem !important; }

.u-spacing--mr-5 {
  margin-right: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-spacing--pl-0 {
  padding-left: 0 !important; }

.u-spacing--pl-1 {
  padding-left: 0.25rem !important; }

.u-spacing--pl-2 {
  padding-left: 0.5rem !important; }

.u-spacing--pl-3 {
  padding-left: 1rem !important; }

.u-spacing--pl-4 {
  padding-left: 1.5rem !important; }

.u-spacing--pl-5 {
  padding-left: 3rem !important; }

.u-spacing--pr-0 {
  padding-right: 0 !important; }

.u-spacing--pr-1 {
  padding-right: 0.25rem !important; }

.u-spacing--pr-2 {
  padding-right: 0.5rem !important; }

.u-spacing--pr-3 {
  padding-right: 1rem !important; }

.u-spacing--pr-4 {
  padding-right: 1.5rem !important; }

.u-spacing--pr-5 {
  padding-right: 3rem !important; }

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

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

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

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

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

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

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

.font-size-s {
  font-size: 0.8125rem; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

.right-0 {
  right: 0; }

.left-0 {
  left: 0; }

.top-0 {
  top: 0; }

.bottom-0 {
  bottom: 0; }

* {
  box-sizing: border-box; }

body {
  font-family: 'FuturaStd-Medium', sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  color: #1d252d;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased; }
  body .modal-backdrop:nth-child(2) {
    opacity: 0;
    visibility: hidden; }

/* custom reviews io stars */
.ruk-rating-snippet-count {
  bottom: 0 !important;
  margin-left: 0.3125rem; }

.alert-stock {
  height: 1.5em; }

.modal-open .stick-product-selector,
.modal-open #launcher,
.modal-open .btn-f-klaviyo {
  display: none !important; }

.whatsapp {
  width: 100px;
  right: 10px;
  left: auto; }

body.show-product-form-sticky iframe#launcher {
  bottom: 5em !important; }

body.show-product-form-sticky .whatsapp {
  bottom: 5.3125em !important; }

body.show-product-form-sticky--three-lines .whatsapp {
  bottom: 10em !important; }

.bookmarked {
  color: #ed1818 !important; }

a {
  text-decoration: inherit;
  color: inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer; }

.wishlistpage .btn-warning,
.wishlistpage .btn-primary,
.wishlistpage .btn-info {
  color: #FFFFFF !important; }

a.btn.btn-info.sharebutton {
  background-color: #070808 !important;
  border-color: #070808 !important; }

@media (max-width: 991.98px) {
  .wishlistpage .col-sm-4 {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .wishlistpage .col-sm-4 {
    margin: 0 auto; } }

.form-control:focus {
  box-shadow: none; }

.ssi-buttons {
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px; }

.ssi-error {
  color: red; }

.ssi-title {
  margin: 10px 0; }

.ssi-button, .ssi-button-small {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  margin: 5px;
  padding: 4px;
  color: #ffffff;
  text-decoration: none; }

.ssi-button img {
  width: 24px;
  height: 24px; }

.ssi-button, .ssi-button-small {
  background-color: #202060; }

.ssi-button-small img {
  width: 24px;
  height: 24px; }

.ssi-button-amazon {
  background-color: #FFC107; }

.ssi-button-facebook {
  background-color: #3B5998; }

.ssi-button-google {
  background-color: #DC4E41; }

.ssi-button-instagram {
  background-color: #6A453B; }

.ssi-button-linkedin {
  background-color: #007AB9; }

.ssi-button-meetup {
  background-color: #95BF47; }

.ssi-button-odnoklassniki {
  background-color: #FF8515; }

.ssi-button-strava {
  background-color: #F97700; }

.ssi-button-twitter {
  background-color: #55ACEE; }

.ssi-button-tumblr {
  background-color: #395976; }

.ssi-button-vkontakte {
  background-color: #4D76A1; }

.ssi-button-windows {
  background-color: #2995CC; }

.ssi-button-yahoo {
  background-color: #720E9E; }

.ssi-button-dark {
  color: #ffffff; }

.ssi-button-dark img {
  filter: brightness(0) invert(1); }

.ssi-button-light {
  color: #212b36; }

.ssi-button-light img {
  filter: brightness(0.1); }

.ssi-button-circle {
  border-radius: 100px !important; }

.ssi-button-text {
  padding: 4px 14px; }

.ssi-button-text.ssi-button {
  padding: 4px 14px;
  background-color: #000;
  border-radius: 0 !important; }

.ssi-button-text.ssi-button span {
  padding: 0 14px 0 8px;
  color: #fff; }

.ssi-button-text.ssi-button-small {
  padding: 4px 14px; }

.ssi-button-text.ssi-button-small span {
  padding: 0 8px; }

.ssi-title {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-style: normal; }

.ssi-buttons {
  -ms-flex-pack: center;
  justify-content: center;
  /* flex-start | center | flex-end */ }

.ssi-button-rounded {
  border-radius: 10px; }

img,
svg {
  display: block;
  width: 100%;
  height: auto; }

.wishlistpage .product .image img {
  width: auto; }

input, textarea, select {
  padding: 0;
  background: none;
  border: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit; }

table {
  width: 100%; }

p {
  font-weight: 400;
  font-family: "FuturaStd-Medium", sans-serif;
  line-height: 1.6;
  lettet-spacing: 0em;
  margin: 0 0 1em;
  font-size: 0.9375rem; }
  @media only screen and (min-width: 1100px) {
    p {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 1650px) {
    p {
      font-size: 0.9375rem; } }

.text-linethrough {
  text-decoration: line-through; }

.text-danger {
  color: #8D1417; }

.swiper-prev,
.swiper-next {
  height: 100%;
  z-index: 1000;
  background-color: transparent;
  padding: 0px;
  width: 26px;
  align-items: center;
  display: flex;
  justify-content: center; }
  .swiper-prev svg,
  .swiper-next svg {
    width: 26px;
    border: 1px solid;
    border-radius: 50%;
    padding: 6px; }
  .gift-items-selector .swiper-prev, .gift-items-selector
  .swiper-next {
    top: 50%;
    background: #1D252D;
    width: 1.875em;
    height: 1.875em; }
    .gift-items-selector .swiper-prev svg, .gift-items-selector
    .swiper-next svg {
      fill: white; }
    .gift-items-selector .swiper-prev.swiper-button-disabled, .gift-items-selector
    .swiper-next.swiper-button-disabled {
      background: #D9D9D9; }
      .gift-items-selector .swiper-prev.swiper-button-disabled svg, .gift-items-selector
      .swiper-next.swiper-button-disabled svg {
        fill: #ADADAD; }

.swiper-next {
  right: 0; }

.gift-items-selector .swiper-slide-active {
  margin-left: 0.5em; }

.gift-items-selector__prev {
  left: -0.625rem; }

.gift-items-selector__next {
  right: -0.625rem; }

.gift-items-selector .gift-items-selector-bottom__prev,
.gift-items-selector .gift-items-selector-bottom__next {
  top: 50%;
  background: #1D252D;
  width: 1.875em;
  height: 1.875em;
  top: auto;
  bottom: 0; }
  .gift-items-selector .gift-items-selector-bottom__prev svg,
  .gift-items-selector .gift-items-selector-bottom__next svg {
    fill: white; }
  .gift-items-selector .gift-items-selector-bottom__prev.swiper-button-disabled,
  .gift-items-selector .gift-items-selector-bottom__next.swiper-button-disabled {
    background: #D9D9D9; }
    .gift-items-selector .gift-items-selector-bottom__prev.swiper-button-disabled svg,
    .gift-items-selector .gift-items-selector-bottom__next.swiper-button-disabled svg {
      fill: #ADADAD; }

.gift-items-selector-cart__prev {
  left: 0; }

.gift-items-selector-cart__next {
  right: 0; }

.gift-items-selector-pdp__slide .swiper-button-disabled,
.gift-items-selector-drawer__slide .swiper-button-disabled {
  opacity: 0.5; }

@media (min-width: 992px) {
  .gift-items-selector-pdp__slide .swiper-slide,
  .gift-items-selector-drawer__slide .swiper-slide {
    padding-left: 0.75em;
    padding-right: 0.75em;
    border-right: 1px solid white; }
  .gift-items-selector-pdp__slide .swiper-slide-active,
  .gift-items-selector-drawer__slide .swiper-slide-active {
    border-right: 1px solid #e9ecef; } }

@media (max-width: 991.98px) {
  .gift-items-selector-pdp__slide .swiper-slide,
  .gift-items-selector-drawer__slide .swiper-slide {
    width: 70% !important; } }

.yotpo-custom-link-wrap .link-title {
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  width: fit-content;
  justify-items: center; }
  .yotpo-custom-link-wrap .link-title .title-item {
    display: inline-block; }
  .yotpo-custom-link-wrap .link-title .yotpo-custom-logo {
    width: 70% !important;
    height: 100% !important; }
  .yotpo-custom-link-wrap .link-title .yotpo-custom-title-text {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 0 5px !important; }

.yotpo-custom-link-wrap .link-description {
  text-align: center;
  width: 75%;
  margin: 10px auto 0; }

.yotpo-custom-link-wrap .link-button {
  text-align: center;
  width: fit-content;
  margin: 5px auto;
  font-weight: bolder; }

.header__nav ul .nav-account a.ssi-button-facebook, .header__nav ul .nav-account a.ssi-button-google {
  display: flex;
  margin: 0 2px;
  width: 48%; }

.yotpo-custom-link-wrap {
  background: #F5F5F5;
  padding: 15px 0;
  margin-right: 5px; }

.rewards-mobile {
  display: none !important; }

@media (max-width: 767.98px) {
  .rewards-desktop {
    display: none !important; }
  .rewards-mobile {
    display: inline-block !important; } }

.footer-grid__accordion-link a h5, .footer-grid__accordion-link a .h5 {
  color: #fff; }

.product-card {
  align-items: baseline; }
  @media only screen and (min-width: 1100px) {
    .product-card__wrapper {
      padding-left: 10px;
      padding-right: 10px; } }
  .product-card__title {
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .product-card__vendor {
    color: #444444;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1.5;
    text-transform: uppercase; }
    @media only screen and (min-width: 1100px) {
      .product-card__vendor {
        letter-spacing: 2.27; } }
  .product-card__img {
    flex-direction: column;
    display: flex;
    height: 230px;
    position: relative; }
    .product-card__img img {
      object-fit: cover;
      margin: auto;
      height: 230px; }
  .product-card__priceline {
    margin-bottom: 0;
    margin-top: auto;
    display: block; }
  .product-card__main-price {
    font-size: 16px; }
  .product-card .btn {
    border: 1px solid;
    border-color: #1D252D;
    color: #1D252D;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700 !important;
    border-radius: 0;
    letter-spacing: .1px !important;
    font-family: 'FuturaStd', sans-serif; }
    .product-card .btn:hover {
      background-color: #1D252D;
      color: #FFFFFF; }
  .product-card__sale {
    background-color: #840000;
    color: white;
    font-size: 10px;
    letter-spacing: 2.27px;
    padding: 5px; }
  .product-card--recomendation .product-card__vendor {
    line-height: 12px;
    font-size: 10px;
    letter-spacing: 0.6px;
    text-transform: none; }
  .product-card--recomendation .product-card__title {
    font-size: 15px;
    letter-spacing: 1px;
    min-height: 37px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 5px;
    text-transform: none; }
  .product-card__rating i {
    width: 15px; }
  .product-card__rating .ruk-icon-percentage-star--100::before {
    content: "\e911"; }
  .product-card__rating .ruk-icon-percentage-star--25::before {
    content: "\e90e"; }
  .product-card__rating .ruk-icon-percentage-star--50::before {
    content: "\e90f"; }
  .product-card__love {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px; }
  .product-card--simple .product-card__title, .product-card--simple .product-card__priceline {
    font-size: 14px;
    text-transform: none; }
    @media (min-width: 992px) {
      .product-card--simple .product-card__title, .product-card--simple .product-card__priceline {
        font-size: 13px;
        max-width: 240px; } }
  .product-card--simple .product-card__title {
    min-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .product-card--plp {
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5; }
    .product-card--plp .smartwishlist {
      background: white;
      width: 30px;
      height: 30px;
      text-align: center;
      z-index: 3 !important; }
      .product-card--plp .smartwishlist.bookmarked {
        color: #1D252D; }
    .product-card--plp .label-campaign {
      width: 25%;
      z-index: 1; }
      .product-card--plp .label-campaign.top-left {
        top: 0;
        left: 0; }
      .product-card--plp .label-campaign.top-right {
        top: 0;
        right: 0; }
      .product-card--plp .label-campaign.bottom-left {
        bottom: 0;
        left: 0; }
      .product-card--plp .label-campaign.bottom-right {
        bottom: 0;
        right: 0; }
    .product-card--plp .product-rating-container i {
      margin-right: 3px; }
      .product-card--plp .product-rating-container i:before {
        color: #333333; }
    .product-card--plp .product-rating-container .ruk-rating-snippet-count {
      color: #333333;
      font-size: 12px;
      line-height: 18px;
      margin-top: -1px; }
    .product-card--plp .card-title {
      line-clamp: 2;
      box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      padding-bottom: 0 !important;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      min-height: 38px; }
    .product-card--plp .card-vendor {
      color: #444444;
      font-size: 10px;
      text-transform: uppercase; }
    .product-card--plp .card-tag {
      font-style: normal;
      font-size: 10px;
      line-height: 12px;
      display: block;
      width: auto;
      text-align: center;
      letter-spacing: 2.27273px;
      text-transform: uppercase;
      padding: 4px 10px 2px;
      border-radius: 1rem; }
      .product-card--plp .card-tag.sale {
        color: #ffffff;
        background: #880808; }
      .product-card--plp .card-tag.discount-tag {
        background: #E8D8D4;
        border: 1px dashed #9C9C9C;
        font-size: 9px; }
      .product-card--plp .card-tag .main-note {
        display: block;
        font-size: 9px;
        font-weight: bold;
        line-clamp: 2; }
      .product-card--plp .card-tag .secondary-note {
        display: block;
        font-size: 7px; }
    .product-card--plp .card-swatch-item {
      width: 1.375em;
      height: 1.375em;
      margin-right: 2px;
      border-color: #D2D2D2;
      border-style: solid; }
      .product-card--plp .card-swatch-item img {
        object-fit: cover; }
      .product-card--plp .card-swatch-item.selected {
        border-color: #1D252D; }
      .product-card--plp .card-swatch-item .unvailable {
        background-image: linear-gradient(to bottom left, transparent 50%, black 50%, black calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, black 50%, black calc(50% + 1px), transparent 50%);
        pointer-events: none;
        display: none; }
      .product-card--plp .card-swatch-item.unvailable {
        opacity: 0.7; }
        .product-card--plp .card-swatch-item.unvailable .unvailable {
          display: block; }
    .product-card--plp .card-swatch-item-more {
      width: 17px;
      height: 18px;
      font-size: 12px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .product-card--plp .product-card__main-price {
      color: #880808; }
    .product-card--plp .ratio-1x1 img {
      object-fit: contain; }
    .product-card--plp .image-wrapper .plp-cta-wrapper {
      background: rgba(255, 255, 255, 0.7);
      transform: translateY(0);
      transition: .2s ease-out transform;
      z-index: 1000; }
      @media (max-width: 767.98px) {
        .product-card--plp .image-wrapper .plp-cta-wrapper {
          display: none; } }
      .product-card--plp .image-wrapper .plp-cta-wrapper .btn {
        font-size: 12px; }
    .product-card--plp .image-wrapper .img--hover {
      opacity: 0;
      visibility: hidden;
      background-color: white; }
    .product-card--plp .image-wrapper:hover .plp-cta-wrapper {
      transform: translateY(-100%);
      transition: .2s ease-in transform; }
    .product-card--plp .image-wrapper:hover .img--hover {
      opacity: 1;
      transition: opacity .2s;
      visibility: visible; }

.gift-item-card .spinner-border {
  width: 1em;
  height: 1em; }

.gift-item-card__picture {
  min-height: 160px; }
  .gift-item-card__picture img {
    object-fit: contain;
    max-height: 215px; }

.gift-template-popup .gift-item-card__picture {
  min-height: 240px; }

.image-wrapper .bss_pl_img img.bss-pl-frontend {
  max-width: 60px !important; }

.image-wrapper .bss_pl_img img.bss-pl-frontend:nth-child(2) {
  top: auto;
  bottom: 0;
  max-width: 150px !important; }

.nosto-item .image-wrap .label-campaign {
  width: 25%; }
  .nosto-item .image-wrap .label-campaign.top-left {
    top: 0;
    left: 0; }
  .nosto-item .image-wrap .label-campaign.top-right {
    top: 0;
    right: 0; }
  .nosto-item .image-wrap .label-campaign.bottom-left {
    bottom: 0;
    left: 0; }
  .nosto-item .image-wrap .label-campaign.bottom-right {
    bottom: 0;
    right: 0; }

.comp-star-rating i {
  margin-right: 3px; }
  .comp-star-rating i:before {
    color: #333333;
    display: inline-block;
    font-family: 'revsglobal-pr-mod' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .comp-star-rating i.star-0:before {
    content: "\e90d"; }
  .comp-star-rating i.star-50:before {
    content: "\e90f"; }
  .comp-star-rating i.star-100:before {
    content: "\e911"; }

.comp-star-rating .number {
  font-size: 12px; }

html,
body {
  overflow-x: hidden !important;
  margin: 0; }
  html.template-product,
  body.template-product {
    overflow-x: unset !important; }
  html.mobile-search-opened,
  body.mobile-search-opened {
    overflow: hidden; }

.is-hidden {
  display: none; }

.header {
  z-index: 1010;
  transition: all 0.2s ease-out;
  width: 100%;
  width: 100%; }
  .header__main {
    display: grid !important;
    grid-template-columns: 50px 50% calc(50% - 50px);
    grid-template-areas: "header-burger header-logo header-nav";
    column-gap: 0;
    width: 100%;
    background-color: #1d252d;
    display: flex;
    align-items: center;
    min-height: 50px; }
    @media only screen and (min-width: 1100px) {
      .header__main {
        min-height: 70px;
        padding: 0 20px;
        grid-template-columns: 215px calc(100% - 559px) 344px;
        grid-template-areas: "header-logo header-search header-nav"; } }
  .header.scrolled-down {
    width: 100%;
    top: 0px;
    position: fixed; }
    @media (max-width: 767.98px) {
      .header.scrolled-down {
        top: 22px; } }
  .header.scrolled-up {
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0.25em 0.3125em 0 rgba(0, 0, 0, 0.06);
    position: fixed; }
    @media (max-width: 767.98px) {
      .header.scrolled-up {
        align-items: flex-start; } }
  .header__logo {
    grid-area: header-logo;
    width: 150px; }
    @media only screen and (min-width: 1100px) {
      .header__logo {
        width: 200px;
        border-right: solid 1px #2e3a46; } }
  .header__search {
    grid-area: header-search;
    display: none; }
    @media only screen and (min-width: 1100px) {
      .header__search {
        display: block; } }
    .header__search .search-form {
      position: relative;
      display: flex; }
      .header__search .search-form .search-icon {
        width: 22px;
        height: 22px;
        z-index: 999;
        position: absolute;
        top: 8px;
        left: 15px; }
      .header__search .search-form input {
        border: none;
        width: 100%;
        padding: 10px 10px 10px 50px;
        letter-spacing: .3px;
        color: #000;
        font-family: FuturaStd-Medium;
        font-weight: 400;
        font-size: 14px;
        background-color: #fff; }
        .header__search .search-form input:focus {
          outline: none; }
  .header__nav {
    grid-area: header-nav;
    height: 100%; }
    .header__nav a {
      font-family: FuturaStd-Medium; }
    .header__nav .user-icon {
      width: 23px;
      height: 23px;
      margin-right: 10px; }
    .header__nav ul {
      display: flex;
      color: white;
      list-style: none;
      height: 100%;
      align-items: center;
      margin: 0;
      justify-content: end;
      padding: 0; }
      .header__nav ul li {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 10px; }
        .header__nav ul li a {
          margin: 0; }
        @media only screen and (min-width: 1100px) {
          .header__nav ul li {
            padding: 0 25px; } }
      .header__nav ul .nav-help {
        padding-right: 35px;
        display: none; }
        @media only screen and (min-width: 1100px) {
          .header__nav ul .nav-help {
            display: flex;
            padding-right: 25px; } }
      @media only screen and (max-width: 1100px) {
        .header__nav ul .nav-account {
          padding: 0; } }
      .header__nav ul .nav-account a {
        display: flex;
        margin: 0; }
      .header__nav ul .nav-account span {
        display: none; }
        @media only screen and (min-width: 1100px) {
          .header__nav ul .nav-account span {
            display: block; } }
      @media only screen and (min-width: 1100px) {
        .header__nav ul .nav-account {
          border-left: solid 1px #2e3a46;
          border-right: solid 1px #2e3a46; } }
      .header__nav ul .nav-account:hover {
        background-color: #fff;
        color: #1d252d; }
        .header__nav ul .nav-account:hover img.user-icon {
          filter: invert(1); }
        .header__nav ul .nav-account:hover .nav-account__login-box {
          display: block !important; }
          @media (max-width: 991.98px) {
            .header__nav ul .nav-account:hover .nav-account__login-box {
              right: -42px;
              top: 50px; } }
        .header__nav ul .nav-account:hover .text-white {
          color: #1D252D !important; }
        .header__nav ul .nav-account:hover .icon-arrow:before {
          color: #1D252D; }
      .header__nav ul .nav-account .icon-arrow {
        padding: 0;
        flex: 1;
        position: relative;
        width: 20px; }
        .header__nav ul .nav-account .icon-arrow:before {
          font-weight: 900;
          position: absolute;
          right: 4px;
          top: 7px;
          content: "\e911";
          margin-right: 0;
          color: white;
          transform: rotate(89deg);
          font-size: 11px; }
      .header__nav ul .nav-account__login-box {
        width: 310px;
        top: 70px;
        background: white;
        right: 0;
        z-index: 1020;
        box-shadow: 0 2px 12px #00000009; }
        .header__nav ul .nav-account__login-box .profile-dropdown-link {
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 14px; }
          .header__nav ul .nav-account__login-box .profile-dropdown-link:hover {
            background-color: #1D252D;
            color: white !important; }
        .header__nav ul .nav-account__login-box input {
          font-size: 14px;
          line-height: 17px;
          height: 42px;
          padding: 0px 10px;
          width: 100%;
          outline: none;
          color: #9b9b9b;
          border: 1px solid #E2E2E2; }
          .header__nav ul .nav-account__login-box input.btn {
            background-color: #1d252d;
            color: #fff; }
        .header__nav ul .nav-account__login-box .guest-btn {
          background-color: #1d252d;
          color: #fff;
          display: block;
          text-align: center; }
          .header__nav ul .nav-account__login-box .guest-btn:hover {
            background-color: #1d252d;
            border: 1px solid #1d252d; }
        .header__nav ul .nav-account__login-box .ssi-wrapper {
          margin: 15px 0 0; }
      .header__nav ul .nav-wishlist {
        display: none; }
        @media only screen and (min-width: 1100px) {
          .header__nav ul .nav-wishlist {
            display: flex;
            padding-right: 10px; } }
        .header__nav ul .nav-wishlist .topbadge {
          display: none !important; }
      @media only screen and (min-width: 1100px) {
        .header__nav ul .nav-cart {
          padding-left: 10px;
          padding-right: 0; } }
      .header__nav ul .nav-cart__trigger {
        position: relative;
        width: 22px;
        text-align: center;
        vertical-align: middle;
        height: 30px;
        top: 2px;
        background: none;
        box-shadow: none;
        border: none;
        cursor: pointer; }
        @media only screen and (min-width: 1100px) {
          .header__nav ul .nav-cart__trigger {
            top: auto; } }
      .header__nav ul .nav-cart .cart_count {
        top: 7px !important;
        bottom: 0;
        position: absolute;
        left: -1px;
        right: 0;
        margin: auto;
        color: #ffffff;
        font-size: 12px; }
  .header__burger {
    grid-area: header-burger;
    margin: 0;
    right: 2px;
    background: url(/cdn/shop/files/burger_menu.svg?v=1666610245);
    display: flex;
    position: inherit;
    height: 50px;
    width: 42px;
    background-size: 60px;
    background-position-x: -5px;
    background-position-y: -5px;
    color: #ffffff; }
    .header__burger a {
      color: #ffffff; }
    @media only screen and (min-width: 1100px) {
      .header__burger {
        display: none; } }
    .header__burger--x-icon {
      display: none;
      margin-top: 12px;
      margin-left: 9px;
      width: 29px;
      height: 27px; }
      .header__burger--x-icon.show {
        display: block; }

@media (max-width: 767.98px) {
  .snize-instant-widget-is-open {
    width: 100%;
    position: fixed; } }

.snize-ac-results.scrolled-down {
  top: 0 !important;
  transform: translateY(0%);
  transition: all 0.1s ease-in-out;
  position: fixed !important; }

.snize-ac-results.scrolled-up {
  transition: all 0.4s ease-in-out, right 0s;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0.25em 0.3125em 0 rgba(0, 0, 0, 0.06);
  position: fixed !important; }
  @media (max-width: 767.98px) {
    .snize-ac-results.scrolled-up {
      align-items: flex-start; } }

@media only screen and (min-width: 1100px) {
  .snize-ac-results {
    top: 43px;
    position: absolute !important;
    width: 100% !important; } }

.mega-menu {
  display: none;
  border-bottom: solid 1px #e2e2e2; }
  @media only screen and (min-width: 1100px) {
    .mega-menu {
      display: block; } }
  .mega-menu__main {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center; }
    .mega-menu__main li {
      list-style: none;
      display: inline-block;
      margin: 0; }
    .mega-menu__main-link {
      font-weight: 500;
      line-height: normal;
      letter-spacing: .93px;
      padding: 16px 0;
      font-family: 'FuturaStd-Medium';
      display: block;
      margin: 0; }
      .mega-menu__main-link.active_link {
        border-bottom: 2px solid #000; }
        .mega-menu__main-link.active_link ~ .mega-menu__sub {
          max-height: 600px; }
  .mega-menu__sub {
    z-index: 1000;
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    background: white;
    max-height: 0;
    overflow: hidden; }
    .mega-menu__sub-wraper {
      padding: 15px; }
  .mega-menu__sub-wrapper {
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    padding: 30px;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "featured menu-column-1 menu-column-2 menu-column-3 menu-column-4 menu-column-5"; }
    .mega-menu__sub-wrapper.brand-wrapper {
      grid-template-columns: 1fr 5fr;
      grid-template-areas: "featured menu-column-brands";
      min-height: 950px; }
  .mega-menu__sub-main {
    padding: 0;
    list-style: none; }
    .mega-menu__sub-main li {
      margin: 0 15px; }
      .mega-menu__sub-main li a {
        padding: 0 0 15px 0; }
  .mega-menu__column {
    padding: 15px 15px 15px 20px;
    margin: 0; }
    .mega-menu__column.featured {
      background: #f1f1f1; }
  .mega-menu__brands-list {
    height: 100%;
    width: 100%;
    background-color: #FFF !important;
    min-height: 600px; }
    .mega-menu__brands-list a {
      font-size: 12px;
      line-height: 30px;
      letter-spacing: .8px;
      display: block; }
  .mega-menu__brand-letter li {
    border-bottom: 2px solid transparent;
    cursor: pointer; }
    .mega-menu__brand-letter li:hover {
      border-color: #1d252d; }
  .mega-menu__brand-letter input {
    letter-spacing: .3px;
    border: 1px solid #cccccc;
    outline: none;
    height: 42px; }
  .mega-menu__list-label {
    display: block;
    font-family: 'FuturaStd-Medium';
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.37px;
    color: #000;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 500; }
  .mega-menu__list:not(:first-child) {
    margin-top: 25px; }
  .mega-menu__list--banner span {
    font-family: 'FuturaStd-Medium';
    font-size: 13px;
    border-bottom: 1px solid #000;
    margin-top: 5px; }
  .mega-menu__grandsub-main {
    padding: 0; }
    .mega-menu__grandsub-main.brands-list-by-letter {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(12, auto);
      grid-auto-flow: column; }
      .mega-menu__grandsub-main.brands-list-by-letter a {
        line-height: 30px;
        letter-spacing: .8px; }
    .mega-menu__grandsub-main li {
      display: block; }
      .mega-menu__grandsub-main li a {
        padding: 0;
        font-family: 'FuturaStd-Medium';
        letter-spacing: .8px;
        font-size: 12px;
        line-height: 24px;
        margin-top: 2px;
        color: #444; }

@media (max-width: 991.98px) {
  .mobile-search {
    border-bottom: 1px solid #e2e2e2; } }

.mobile-search .search-icon {
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  pointer-events: none; }

.mobile-search input {
  font-size: 16px;
  letter-spacing: 1px; }
  .mobile-search input::placeholder {
    color: #1D252D; }
  .mobile-search input:focus {
    outline: none; }

.mobile-menu {
  display: none;
  z-index: 1000;
  background: #FFFFFF !important;
  overflow: scroll; }
  .mobile-menu-open .mobile-menu {
    position: relative; }
  .mobile-menu.show {
    display: block; }
  .mobile-menu__wrapper {
    position: relative;
    overflow-x: hidden; }
  .mobile-menu a {
    -webkit-tap-highlight-color: transparent;
    font-family: Futura;
    letter-spacing: 1px; }
    .mobile-menu a:focus {
      outline: none !important;
      box-shadow: none; }
  .mobile-menu__main {
    margin: 0;
    height: calc(100vh - 51px);
    overflow-y: auto;
    list-style: none;
    padding: 10px 0 0; }
    .mobile-menu__main:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 7px solid #fff;
      position: absolute;
      top: -6px;
      left: 16px; }
    @media only screen and (min-width: 1100px) {
      .mobile-menu__main > li:first-child {
        margin-top: 15px; } }
    .mobile-menu__main > li a {
      display: flex;
      justify-content: space-between;
      padding: 0 12px;
      line-height: 42px;
      margin: 0;
      font-size: 13px; }
      .mobile-menu__main > li a .icon-arrow {
        padding: 0;
        flex: 1;
        position: relative; }
        .mobile-menu__main > li a .icon-arrow:before {
          font-weight: 900;
          position: absolute;
          right: 13px;
          top: 13px;
          content: "\e911";
          margin-right: 0; }
    .mobile-menu__main > li.active ul.mobile-menu__sub-main {
      transform: translateX(0); }
  .mobile-menu__sub-main {
    list-style: none;
    padding: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    transform: translateX(100%);
    background: white;
    height: calc(100%);
    margin-top: 7px; }
    .mobile-menu__sub-main--label {
      display: block;
      padding: 11px 20px;
      font-size: 13px;
      border-bottom: 1px solid #e2e2e2;
      font-family: 'Futura';
      margin-bottom: 5px;
      letter-spacing: 1px; }
      .mobile-menu__sub-main--label .icon-arrow {
        padding: 0;
        flex: 1;
        position: relative;
        margin-left: 15px; }
        .mobile-menu__sub-main--label .icon-arrow:before {
          font-weight: 900;
          position: absolute;
          content: "\e90a";
          left: -25px;
          top: 3px;
          color: #000; }
    .mobile-menu__sub-main > li {
      padding: 0;
      margin: 0; }
      .mobile-menu__sub-main > li a {
        font-size: 12px;
        line-height: 39px;
        color: #000; }
        .mobile-menu__sub-main > li a .icon-arrow {
          padding: 0;
          flex: 1;
          position: relative;
          margin-left: 15px; }
          .mobile-menu__sub-main > li a .icon-arrow:before {
            font-weight: 900;
            position: absolute;
            content: "\e904"; }
      .mobile-menu__sub-main > li.active {
        background: #f8f8f8; }
        .mobile-menu__sub-main > li.active .icon-arrow:before {
          transform: rotate(180deg); }
        .mobile-menu__sub-main > li.active ul.mobile-menu__grandsub-main {
          max-height: 500px;
          transition: max-height 0.5s ease-in; }
          .mobile-menu__sub-main > li.active ul.mobile-menu__grandsub-main input {
            display: block !important; }
  .mobile-menu__grandsub-main {
    list-style: none;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out; }
    .mobile-menu__grandsub-main > li {
      padding: 0;
      margin: 0; }
      .mobile-menu__grandsub-main > li:first-child {
        margin: 0; }
      .mobile-menu__grandsub-main > li a {
        font-size: 12px;
        line-height: 32px;
        padding: 0 0 0 13px;
        letter-spacing: 1px;
        color: #444;
        font-family: 'FuturaStd-Medium'; }
    .mobile-menu__grandsub-main.active {
      height: auto; }
  .mobile-menu__search-mobile input {
    padding: 15px;
    letter-spacing: .3px;
    border: 1px solid #cccccc;
    outline: none;
    height: 42px;
    margin: 0 12px;
    width: calc(100% - 24px); }
  .mobile-menu hr {
    border-bottom: solid 1px #e2e2e2;
    margin: 15px 12px;
    border-top: none;
    display: block; }
  .mobile-menu__bottom img {
    width: 26px;
    margin-right: 5px;
    margin-left: -4px; }
  .mobile-menu__bottom svg {
    width: 19px;
    margin-right: 13px;
    margin-left: 5px; }
  .mobile-menu__bottom a {
    padding: 0 12px;
    line-height: 38px;
    align-items: center;
    font-family: 'FuturaStd-Medium'; }

.announcement-bar {
  max-height: 22px;
  transition: max-width 0.1s ease-in;
  width: 100%;
  z-index: 1010; }
  .announcement-bar__item {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0; }
    .announcement-bar__item p {
      width: 100%;
      height: auto;
      text-align: center;
      line-height: 22px;
      margin: 0;
      height: 100%; }
  .announcement-bar.scrolled-down {
    position: fixed;
    top: 0; }

body.scrolled-down {
  margin-top: 120px; }

.timer-countdown .list-inline {
  padding: 5px; }

.timer-countdown .list-inline-item {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px; }
  .timer-countdown .list-inline-item span {
    font-size: 11px; }

.timer-countdown a.btn {
  padding: 4px 10px; }

@media (max-width: 767.98px) {
  .timer-countdown p {
    font-size: 16px; } }

.footer {
  background-color: #1d252d;
  padding: 10px 15px;
  font-family: 'FuturaStd-Medium'; }
  @media only screen and (min-width: 1100px) {
    .footer {
      padding: 50px 30px; } }
  .footer .footer-grid {
    color: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "footer__newsletter" "footer__shop" "footer__services" "footer__about" "footer__logo"; }
    @media only screen and (min-width: 1100px) {
      .footer .footer-grid {
        grid-template-columns: 22% 11% 16% 15% 36%;
        grid-template-rows: auto;
        grid-template-areas: "footer__logo footer__shop footer__services footer__about footer__newsletter";
        padding-bottom: 30px; } }
    .footer .footer-grid .footer-grid-column {
      padding: 0;
      padding: 25px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
      @media only screen and (min-width: 1100px) {
        .footer .footer-grid .footer-grid-column {
          padding: 0 15px;
          border: none; } }
    @media only screen and (max-width: 1100px) {
      .footer .footer-grid .footer-grid-column .footer-grid__accordion-link.expanded .icon-arrow {
        transform: rotate(180deg); }
      .footer .footer-grid .footer-grid-column .footer-grid__accordion-content {
        transition: max-height 1s ease-in;
        max-height: 290px;
        opacity: 1;
        visibility: visible; }
        .footer .footer-grid .footer-grid-column .footer-grid__accordion-content.is-hidden {
          max-height: 0;
          transition: max-height 1s ease-out;
          opacity: 0;
          visibility: hidden; } }
    .footer .footer-grid__logo {
      grid-area: footer__logo;
      padding-bottom: 25px; }
      @media only screen and (min-width: 1100px) {
        .footer .footer-grid__logo {
          border: none;
          margin-top: 0 !important; } }
      .footer .footer-grid__logo img.footer-logo {
        max-width: 75%;
        margin: auto; }
        @media only screen and (min-width: 1100px) {
          .footer .footer-grid__logo img.footer-logo {
            margin: 0; } }
    .footer .footer-grid__shop {
      grid-area: footer__shop; }
    .footer .footer-grid__customer-services {
      grid-area: footer__services; }
    .footer .footer-grid__about {
      grid-area: footer__about; }
    .footer .footer-grid__newsletter {
      grid-area: footer__newsletter; }
    .footer .footer-grid__accordion-link h5, .footer .footer-grid__accordion-link .h5 {
      position: relative; }
    @media only screen and (min-width: 1100px) {
      .footer .footer-grid__accordion-link {
        pointer-events: none;
        margin-bottom: 30px; } }
    .footer .footer-grid__accordion-link .icon-arrow {
      right: 0;
      width: 14px;
      height: 14px;
      position: absolute; }
      .footer .footer-grid__accordion-link .icon-arrow:before {
        font-weight: 900;
        right: 13px;
        top: 13px;
        margin-right: 0;
        top: 0;
        right: 0;
        content: "\e904"; }
      .footer .footer-grid__accordion-link .icon-arrow.icon-arrow-up:before {
        transform: rotate(180deg); }
      @media only screen and (min-width: 1100px) {
        .footer .footer-grid__accordion-link .icon-arrow {
          display: none; } }
    @media only screen and (min-width: 1100px) {
      .footer .footer-grid__accordion-content {
        display: block; } }
    .footer .footer-grid h5, .footer .footer-grid .h5 {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: .93px; }
      @media only screen and (min-width: 1100px) {
        .footer .footer-grid h5, .footer .footer-grid .h5 {
          font-size: 14px; } }
    .footer .footer-grid a {
      letter-spacing: .87px;
      line-height: 30px;
      font-size: 13px; }
    .footer .footer-grid ul {
      list-style: none;
      padding: 0; }
  .footer .footer-social-links {
    text-align: center; }
    @media only screen and (min-width: 1100px) {
      .footer .footer-social-links {
        text-align: left; } }
    .footer .footer-social-links a {
      margin-right: 15px;
      display: inline-block; }
      .footer .footer-social-links a img {
        width: 20px;
        height: 20px;
        object-fit: contain; }
  .footer .footer-credits {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.09); }
    @media only screen and (min-width: 1100px) {
      .footer .footer-credits {
        display: flex; }
        .footer .footer-credits br {
          display: none; } }
  .footer .footer-credits-text {
    color: white;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 25px; }
    @media only screen and (min-width: 1100px) {
      .footer .footer-credits-text {
        margin: 0;
        text-align: left;
        width: 50%; } }
  .footer .footer-payment-methods {
    justify-content: center;
    width: 90%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto; }
    @media only screen and (min-width: 1100px) {
      .footer .footer-payment-methods {
        margin: 0 0 0 auto;
        width: auto; } }
    .footer .footer-payment-methods .footer-payment-method {
      padding: 0 7px; }
      .footer .footer-payment-methods .footer-payment-method .footer-payment-icon {
        object-fit: contain; }
  .footer .footer-subscribe-container {
    flex: 5; }
  .footer .footer-subscribe-header {
    margin-top: 19px;
    display: block;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.33px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1100px) {
      .footer .footer-subscribe-header {
        font-size: 13px; } }
  .footer .footer-subscribe-input-container {
    margin: 14px 0 0;
    background: #fff;
    height: 46px;
    display: flex;
    align-items: center; }
  .footer .footer-subscribe-input-container .footer-subscribe-input {
    min-height: 0;
    height: 100%;
    border: none;
    box-shadow: none;
    margin: 0;
    letter-spacing: 0.87px;
    font-size: 13px;
    padding: 0px 13px;
    font-family: 'FuturaStd-Book';
    font-weight: normal;
    width: calc(100% - 43px); }
    .footer .footer-subscribe-input-container .footer-subscribe-input:active, .footer .footer-subscribe-input-container .footer-subscribe-input:focus {
      border: none; }
  .footer .footer-subscribe-submit-button {
    background: none;
    display: flex;
    padding: 0;
    border: none; }
    .footer .footer-subscribe-submit-button:hover {
      background: none; }
  .footer .footer-subscribe-input-text {
    color: #1d252d;
    font-size: 13px;
    width: 54px;
    margin-right: 3px;
    letter-spacing: 0.87px; }
  .footer .footer-subscribe-input-icon {
    width: 31px;
    margin-right: 19px; }
  .footer .footer-subscribe-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1D252F;
    width: 32px;
    margin-left: 4px;
    height: 32px;
    padding: 4px; }
  .footer .footer-subscribe-text {
    margin-top: 17px;
    display: block;
    font-family: 'FuturaStd-Medium';
    letter-spacing: 0.87px;
    font-size: 13px; }
  .footer .klaviyo_messages .success_message {
    position: relative; }
    .footer .klaviyo_messages .success_message:before {
      content: '';
      width: 4px;
      height: 9px;
      transform: rotate(45deg);
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      display: inline-block;
      margin-right: 15px;
      margin-left: 7px;
      margin-bottom: 3px; }
    .footer .klaviyo_messages .success_message:after {
      content: '';
      width: 18px;
      height: 18px;
      position: absolute;
      left: 0px;
      border-radius: 50%;
      border: 1px solid white; }

.product__accordion-description {
  height: auto;
  margin: auto auto 0.2rem;
  transition: all 0.2s cubic-bezier(0.49, 0.25, 0.38, 0.76); }
  .product__accordion-description.is-hidden {
    height: 0;
    overflow: hidden; }

.hero-carousel .swiper .hero-swiper-button-next {
  right: 0 !important; }

.hero-carousel .swiper .hero-swiper-button-prev {
  left: 0 !important; }

.hero-carousel .swiper .hero-swiper-button-next,
.hero-carousel .swiper .hero-swiper-button-prev {
  width: 20px;
  height: 110%;
  background: rgba(211, 211, 211, 0.5);
  top: 0 !important; }
  @media only screen and (min-width: 1100px) {
    .hero-carousel .swiper .hero-swiper-button-next,
    .hero-carousel .swiper .hero-swiper-button-prev {
      width: 50px; } }
  .hero-carousel .swiper .hero-swiper-button-next:after,
  .hero-carousel .swiper .hero-swiper-button-prev:after {
    content: ''; }
  .hero-carousel .swiper .hero-swiper-button-next svg,
  .hero-carousel .swiper .hero-swiper-button-prev svg {
    position: absolute;
    top: 48%; }

@media only screen and (max-width: 1100px) {
  .hero-carousel .swiper .hero-swiper-pagination {
    bottom: 0px; } }

.hero-carousel--multi-image .swiper-hero-carousel--multi-image .hero-swiper-button-next {
  right: 0 !important; }

.hero-carousel--multi-image .swiper-hero-carousel--multi-image .hero-swiper-button-prev {
  left: 0 !important; }

.hero-carousel--multi-image .swiper-hero-carousel--multi-image .hero-swiper-button-next,
.hero-carousel--multi-image .swiper-hero-carousel--multi-image .hero-swiper-button-prev {
  width: 20px;
  height: 110%;
  background: none;
  top: 0 !important; }
  @media only screen and (min-width: 1100px) {
    .hero-carousel--multi-image .swiper-hero-carousel--multi-image .hero-swiper-button-next,
    .hero-carousel--multi-image .swiper-hero-carousel--multi-image .hero-swiper-button-prev {
      width: 50px; } }
  .hero-carousel--multi-image .swiper-hero-carousel--multi-image .hero-swiper-button-next:after,
  .hero-carousel--multi-image .swiper-hero-carousel--multi-image .hero-swiper-button-prev:after {
    content: ''; }
  .hero-carousel--multi-image .swiper-hero-carousel--multi-image .hero-swiper-button-next svg,
  .hero-carousel--multi-image .swiper-hero-carousel--multi-image .hero-swiper-button-prev svg {
    position: absolute;
    top: 48%; }

@media only screen and (max-width: 1100px) {
  .hero-carousel--multi-image .swiper-hero-carousel--multi-image .hero-swiper-pagination {
    bottom: 0px; } }

.image-list-with-text__container {
  margin: 0 auto; }
  .image-list-with-text__container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    border-bottom: 1px solid #e9e8e8; }
    .image-list-with-text__container ul li {
      text-align: center;
      display: flex;
      flex-flow: column;
      justify-content: end;
      margin-top: 40px;
      margin-bottom: 40px;
      border-right: 1px solid #e9e8e8; }
      .image-list-with-text__container ul li:last-child {
        border-right: none; }
    .image-list-with-text__container ul img {
      max-width: 50px;
      margin: 0 auto; }
      @media only screen and (min-width: 1100px) {
        .image-list-with-text__container ul img {
          max-width: 80px; } }
    .image-list-with-text__container ul span {
      max-width: 80px;
      margin: 0 auto;
      line-height: 16px;
      font-weight: 500;
      letter-spacing: 1px;
      color: #1d252d; }
      @media only screen and (min-width: 1100px) {
        .image-list-with-text__container ul span {
          max-width: none;
          line-height: 30px; } }

.image-list-with-text__item {
  font-size: 12px;
  flex-flow: column;
  height: 100%; }
  @media only screen and (min-width: 1100px) {
    .image-list-with-text__item {
      font-size: 24px;
      flex-flow: row; } }

.banner-image-single {
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 1100px) {
    .banner-image-single {
      padding-top: 75px;
      padding-bottom: 75px;
      min-height: 550px; } }
  .banner-image-single__content {
    background-color: #FFFFFF; }
    .banner-image-single__content h2, .banner-image-single__content .h2 {
      font-size: 24px;
      line-height: 30px;
      text-transform: none;
      margin-bottom: 15px; }
      @media only screen and (min-width: 1100px) {
        .banner-image-single__content h2, .banner-image-single__content .h2 {
          font-size: 30px; } }
    .banner-image-single__content p {
      font-size: 16px;
      line-height: 19px; }
    .banner-image-single__content a {
      font-size: 13px;
      font-weight: 700; }
    .banner-image-single__content .arrow-icon {
      width: 30px;
      display: inherit;
      margin-top: -4px; }

.banner-image-multi .flex-column img {
  flex: 1 1 50%; }

.banner-image-multi__main {
  height: 100%;
  object-fit: cover; }

.banner-image-multi__content h2, .banner-image-multi__content .h2 {
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  margin-bottom: 15px; }
  @media only screen and (min-width: 1100px) {
    .banner-image-multi__content h2, .banner-image-multi__content .h2 {
      font-size: 30px; } }

.banner-image-multi__content p {
  font-size: 16px;
  line-height: 19px; }

.banner-image-multi__content a {
  letter-spacing: .1px !important;
  font-family: 'FuturaStd', sans-serif; }
  .banner-image-multi__content a:hover {
    color: white !important; }

/* Custom CSS for the banner */
.banner-portrait h2, .banner-portrait .h2 {
  font-size: 24px;
  text-transform: none; }
  @media only screen and (min-width: 1100px) {
    .banner-portrait h2, .banner-portrait .h2 {
      font-size: 30px;
      text-align: center !important; } }

.banner-portrait h3, .banner-portrait .h3 {
  font-size: 17px; }

.banner-portrait .banner-portrait__swiper-prev {
  width: 15px;
  top: -40px;
  right: 60px; }

.banner-portrait .banner-portrait__swiper-next {
  width: 15px;
  top: -40px;
  right: 30px; }

.banner-portrait .swiper-button-prev,
.banner-portrait .swiper-button-next {
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  z-index: 10; }

@media only screen and (max-width: 1100px) {
  .banner-portrait .swiper-slide {
    width: 155px !important; } }

.banner-portrait .pagination-disabled {
  pointer-events: none;
  opacity: .5; }

.banner-portrait .banner-portrait__swiper-scrollbar {
  border-top: 1px solid #bcc4cc;
  height: 6px; }
  .banner-portrait .banner-portrait__swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    background-color: #1D252D;
    top: -2px;
    position: absolute; }

.banner-portrait .bg-img {
  height: 0;
  padding-bottom: 75%;
  background-repeat: no-repeat; }

.banner-portrait .card {
  display: flex;
  flex-direction: column; }

.banner-portrait .card-body {
  margin-top: auto; }

.banner-portrait .img-container {
  display: grid;
  place-items: center center;
  height: 375px;
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 1100px) {
    .banner-portrait .img-container {
      height: 180px; } }

.banner-portrait .contain-img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block; }

.banner-portrait .card {
  height: 100%;
  display: flex;
  flex-direction: column; }

.banner-portrait .card .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

@media (max-width: 767.98px) {
  .banner-portrait__swiper-prev,
  .banner-portrait__swiper-next {
    display: block; }
  .banner-portrait__swiper-scrollbar {
    display: none; } }

.image-thumbnails h2, .image-thumbnails .h2 {
  font-size: 24px;
  text-transform: none;
  text-align: center; }
  @media only screen and (min-width: 1100px) {
    .image-thumbnails h2, .image-thumbnails .h2 {
      font-size: 30px; } }

.image-thumbnails h3, .image-thumbnails .h3 {
  font-size: 14px; }
  @media only screen and (min-width: 1100px) {
    .image-thumbnails h3, .image-thumbnails .h3 {
      font-size: 17px; } }

.image-thumbnails__swiper-prev {
  width: 15px;
  top: -40px;
  right: 60px; }

.image-thumbnails__swiper-next {
  width: 15px;
  top: -40px;
  right: 30px; }

.image-thumbnails__swiper-scrollbar {
  border-top: 1px solid #1D252D; }
  .image-thumbnails__swiper-scrollbar .swiper-scrollbar-drag {
    height: 4px;
    background-color: #1D252D;
    top: -2px; }

@keyframes showAddToCart {
  from {
    bottom: -70px; }
  to {
    bottom: 0px; } }

a:not(.yotpo-product-points-widget-link) {
  text-decoration: none !important;
  color: #000 !important; }

a.text-white {
  color: #fff !important; }

#shopify-section-header .header .main-nav-container .main_nav .dropdown_container.container-chrome {
  display: none !important; }

select {
  background: none;
  border: none;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #494949; }

.boost-pfs-filter-top-show-limit {
  position: relative !important;
  min-width: 100px !important; }
  .boost-pfs-filter-top-show-limit::after {
    content: "";
    color: #494949;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    pointer-events: none;
    border-right: 1px solid #494948;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #494948;
    transform: rotate(45deg); }
  .boost-pfs-filter-top-show-limit select {
    width: 40px !important; }

.fancybox-wrap {
  min-width: 320px !important; }

#products-one-tile, .boost-pfs-filter-products, .products-list {
  margin-top: 30px; }
  #products-one-tile .more-variants-count, .boost-pfs-filter-products .more-variants-count, .products-list .more-variants-count {
    font-size: 12px;
    margin: 0 3px 0px 3px;
    display: inline-block;
    padding: 0;
    line-height: 22px;
    vertical-align: top; }
  #products-one-tile .tooltip-onetile .tooltip-content, .boost-pfs-filter-products .tooltip-onetile .tooltip-content, .products-list .tooltip-onetile .tooltip-content {
    text-transform: capitalize; }
  #products-one-tile .ruk_rating_snippet, .boost-pfs-filter-products .ruk_rating_snippet, .products-list .ruk_rating_snippet {
    width: fit-content !important; }
  #products-one-tile .image-wrap a, .boost-pfs-filter-products .image-wrap a, .products-list .image-wrap a {
    height: 100%;
    display: block; }
    #products-one-tile .image-wrap a img, .boost-pfs-filter-products .image-wrap a img, .products-list .image-wrap a img {
      object-fit: contain;
      max-height: 100%; }
  #products-one-tile .product-wrap, .boost-pfs-filter-products .product-wrap, .products-list .product-wrap {
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5; }
  #products-one-tile a.product-link, .boost-pfs-filter-products a.product-link, .products-list a.product-link {
    text-decoration: none;
    height: auto;
    display: block;
    margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    #products-one-tile .image-wrap:hover .quick-view-button, #products-one-tile .image-wrap:hover .onetile_add_cart_prnt, .boost-pfs-filter-products .image-wrap:hover .quick-view-button, .boost-pfs-filter-products .image-wrap:hover .onetile_add_cart_prnt, .products-list .image-wrap:hover .quick-view-button, .products-list .image-wrap:hover .onetile_add_cart_prnt {
      animation-name: showAddToCart;
      animation-duration: 0.5s;
      bottom: 0px;
      display: block !important;
      width: 100%;
      height: 70px;
      background: rgba(255, 255, 255, 0.7);
      padding: 0 8%; }
      #products-one-tile .image-wrap:hover .quick-view-button svg, #products-one-tile .image-wrap:hover .onetile_add_cart_prnt svg, .boost-pfs-filter-products .image-wrap:hover .quick-view-button svg, .boost-pfs-filter-products .image-wrap:hover .onetile_add_cart_prnt svg, .products-list .image-wrap:hover .quick-view-button svg, .products-list .image-wrap:hover .onetile_add_cart_prnt svg {
        display: none; }
      #products-one-tile .image-wrap:hover .quick-view-button button.quick-view, #products-one-tile .image-wrap:hover .quick-view-button .action_button-onetile, #products-one-tile .image-wrap:hover .onetile_add_cart_prnt button.quick-view, #products-one-tile .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile, .boost-pfs-filter-products .image-wrap:hover .quick-view-button button.quick-view, .boost-pfs-filter-products .image-wrap:hover .quick-view-button .action_button-onetile, .boost-pfs-filter-products .image-wrap:hover .onetile_add_cart_prnt button.quick-view, .boost-pfs-filter-products .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile, .products-list .image-wrap:hover .quick-view-button button.quick-view, .products-list .image-wrap:hover .quick-view-button .action_button-onetile, .products-list .image-wrap:hover .onetile_add_cart_prnt button.quick-view, .products-list .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile {
        height: 40px;
        color: #fff;
        background-color: #1D252D;
        margin: 7% auto;
        width: 100%;
        font-size: 0.8em; }
        #products-one-tile .image-wrap:hover .quick-view-button button.quick-view span, #products-one-tile .image-wrap:hover .quick-view-button .action_button-onetile span, #products-one-tile .image-wrap:hover .onetile_add_cart_prnt button.quick-view span, #products-one-tile .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile span, .boost-pfs-filter-products .image-wrap:hover .quick-view-button button.quick-view span, .boost-pfs-filter-products .image-wrap:hover .quick-view-button .action_button-onetile span, .boost-pfs-filter-products .image-wrap:hover .onetile_add_cart_prnt button.quick-view span, .boost-pfs-filter-products .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile span, .products-list .image-wrap:hover .quick-view-button button.quick-view span, .products-list .image-wrap:hover .quick-view-button .action_button-onetile span, .products-list .image-wrap:hover .onetile_add_cart_prnt button.quick-view span, .products-list .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile span {
          color: #fff; }
      #products-one-tile .image-wrap:hover .quick-view-button .action_button-onetile, #products-one-tile .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile, .boost-pfs-filter-products .image-wrap:hover .quick-view-button .action_button-onetile, .boost-pfs-filter-products .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile, .products-list .image-wrap:hover .quick-view-button .action_button-onetile, .products-list .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile {
        text-align: center;
        vertical-align: middle;
        padding: 10px;
        cursor: pointer; }
        #products-one-tile .image-wrap:hover .quick-view-button .action_button-onetile span, #products-one-tile .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile span, .boost-pfs-filter-products .image-wrap:hover .quick-view-button .action_button-onetile span, .boost-pfs-filter-products .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile span, .products-list .image-wrap:hover .quick-view-button .action_button-onetile span, .products-list .image-wrap:hover .onetile_add_cart_prnt .action_button-onetile span {
          margin: 0 auto; } }
  #products-one-tile .smartwishlist, .boost-pfs-filter-products .smartwishlist, .products-list .smartwishlist {
    border-radius: 25px;
    padding: 3px 8px;
    margin: 5px;
    background: #fff; }
  #products-one-tile .product-wrap:hover .smartwishlist, .boost-pfs-filter-products .product-wrap:hover .smartwishlist, .products-list .product-wrap:hover .smartwishlist {
    background: #fff; }
  #products-one-tile .image-wrap, .boost-pfs-filter-products .image-wrap, .products-list .image-wrap {
    aspect-ratio: auto 1 / 1;
    overflow: hidden; }
    #products-one-tile .image-wrap .sale, .boost-pfs-filter-products .image-wrap .sale, .products-list .image-wrap .sale {
      color: #ffffff;
      background: #880808;
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 12px;
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: 2.27273px;
      text-transform: uppercase;
      padding: 5px 10px;
      margin: 3%;
      border-radius: 10px; }
    #products-one-tile .image-wrap .quick-view-button, #products-one-tile .image-wrap .onetile_add_cart_prnt, .boost-pfs-filter-products .image-wrap .quick-view-button, .boost-pfs-filter-products .image-wrap .onetile_add_cart_prnt, .products-list .image-wrap .quick-view-button, .products-list .image-wrap .onetile_add_cart_prnt {
      display: none !important;
      position: absolute;
      bottom: -70px;
      width: 100%;
      height: 70px;
      background: rgba(255, 255, 255, 0.7);
      padding: 0 8%; }
      #products-one-tile .image-wrap .quick-view-button svg, #products-one-tile .image-wrap .onetile_add_cart_prnt svg, .boost-pfs-filter-products .image-wrap .quick-view-button svg, .boost-pfs-filter-products .image-wrap .onetile_add_cart_prnt svg, .products-list .image-wrap .quick-view-button svg, .products-list .image-wrap .onetile_add_cart_prnt svg {
        display: none; }
      #products-one-tile .image-wrap .quick-view-button button.quick-view, #products-one-tile .image-wrap .quick-view-button .action_button-onetile, #products-one-tile .image-wrap .onetile_add_cart_prnt button.quick-view, #products-one-tile .image-wrap .onetile_add_cart_prnt .action_button-onetile, .boost-pfs-filter-products .image-wrap .quick-view-button button.quick-view, .boost-pfs-filter-products .image-wrap .quick-view-button .action_button-onetile, .boost-pfs-filter-products .image-wrap .onetile_add_cart_prnt button.quick-view, .boost-pfs-filter-products .image-wrap .onetile_add_cart_prnt .action_button-onetile, .products-list .image-wrap .quick-view-button button.quick-view, .products-list .image-wrap .quick-view-button .action_button-onetile, .products-list .image-wrap .onetile_add_cart_prnt button.quick-view, .products-list .image-wrap .onetile_add_cart_prnt .action_button-onetile {
        height: 40px;
        color: #fff;
        background-color: #1D252D;
        margin: 7% auto;
        width: 100%;
        font-size: 0.8em;
        cursor: pointer; }
        #products-one-tile .image-wrap .quick-view-button button.quick-view span, #products-one-tile .image-wrap .quick-view-button .action_button-onetile span, #products-one-tile .image-wrap .onetile_add_cart_prnt button.quick-view span, #products-one-tile .image-wrap .onetile_add_cart_prnt .action_button-onetile span, .boost-pfs-filter-products .image-wrap .quick-view-button button.quick-view span, .boost-pfs-filter-products .image-wrap .quick-view-button .action_button-onetile span, .boost-pfs-filter-products .image-wrap .onetile_add_cart_prnt button.quick-view span, .boost-pfs-filter-products .image-wrap .onetile_add_cart_prnt .action_button-onetile span, .products-list .image-wrap .quick-view-button button.quick-view span, .products-list .image-wrap .quick-view-button .action_button-onetile span, .products-list .image-wrap .onetile_add_cart_prnt button.quick-view span, .products-list .image-wrap .onetile_add_cart_prnt .action_button-onetile span {
          color: #fff; }
  #products-one-tile .image-wrap:before, .boost-pfs-filter-products .image-wrap:before, .products-list .image-wrap:before {
    padding-top: 100%; }
  #products-one-tile .brand-label, .boost-pfs-filter-products .brand-label, .products-list .brand-label {
    margin-bottom: 3px !important;
    padding-bottom: 0 !important;
    line-height: unset !important;
    height: fit-content;
    display: block; }
  #products-one-tile .brand-label small, #products-one-tile .brand-label .small, .boost-pfs-filter-products .brand-label small, .boost-pfs-filter-products .brand-label .small, .products-list .brand-label small, .products-list .brand-label .small {
    color: #444444;
    font-size: 10px; }
  #products-one-tile .product-title, .boost-pfs-filter-products .product-title, .products-list .product-title {
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
    min-height: 48px; }
  #products-one-tile .fa-heart-o,
  #products-one-tile .fa-heart, .boost-pfs-filter-products .fa-heart-o,
  .boost-pfs-filter-products .fa-heart, .products-list .fa-heart-o,
  .products-list .fa-heart {
    font-size: 1em;
    cursor: pointer;
    line-height: 0.8em;
    margin-top: 8px; }
  #products-one-tile .fa-heart, .boost-pfs-filter-products .fa-heart, .products-list .fa-heart {
    color: #444444; }
  #products-one-tile span.like-wrap, .boost-pfs-filter-products span.like-wrap, .products-list span.like-wrap {
    background: #fff;
    padding: 0px 5px;
    border-radius: 25px; }
  #products-one-tile .swatch-wrap, .boost-pfs-filter-products .swatch-wrap, .products-list .swatch-wrap {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid transparent; }
  #products-one-tile .swatch-item, .boost-pfs-filter-products .swatch-item, .products-list .swatch-item {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    margin: 1px;
    padding: 1px;
    position: relative; }
    #products-one-tile .swatch-item .tooltip-onetile, .boost-pfs-filter-products .swatch-item .tooltip-onetile, .products-list .swatch-item .tooltip-onetile {
      position: absolute;
      bottom: 22px;
      display: none;
      min-width: 100px;
      left: -42px;
      z-index: 1; }
      #products-one-tile .swatch-item .tooltip-onetile .tooltip-content, .boost-pfs-filter-products .swatch-item .tooltip-onetile .tooltip-content, .products-list .swatch-item .tooltip-onetile .tooltip-content {
        background-color: #2f2f2f;
        padding: 5px;
        width: fit-content;
        color: #fff;
        font-size: 12px;
        text-align: center;
        width: 100%; }
      #products-one-tile .swatch-item .tooltip-onetile .tooltip-arrow, .boost-pfs-filter-products .swatch-item .tooltip-onetile .tooltip-arrow, .products-list .swatch-item .tooltip-onetile .tooltip-arrow {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #2f2f2f;
        font-size: 0;
        line-height: 0;
        transform: rotate(180deg);
        position: absolute;
        left: 0px;
        top: -8px; }
  #products-one-tile .swatch-item:hover .tooltip-onetile, .boost-pfs-filter-products .swatch-item:hover .tooltip-onetile, .products-list .swatch-item:hover .tooltip-onetile {
    display: block; }
  #products-one-tile .swatch-wrap:hover,
  #products-one-tile .swatch-wrap.selected, .boost-pfs-filter-products .swatch-wrap:hover,
  .boost-pfs-filter-products .swatch-wrap.selected, .products-list .swatch-wrap:hover,
  .products-list .swatch-wrap.selected {
    border: 1px solid #444444; }
  #products-one-tile .swatch-item.orange, .boost-pfs-filter-products .swatch-item.orange, .products-list .swatch-item.orange {
    background-color: #ee4b2b; }
  #products-one-tile .swatch-item.green, .boost-pfs-filter-products .swatch-item.green, .products-list .swatch-item.green {
    background-color: #097969; }
  #products-one-tile .swatch-item.yellow, .boost-pfs-filter-products .swatch-item.yellow, .products-list .swatch-item.yellow {
    background-color: #ffea00; }
  #products-one-tile .swatch-item.blue, .boost-pfs-filter-products .swatch-item.blue, .products-list .swatch-item.blue {
    background-color: #0047ab; }
  #products-one-tile .price-tag, .boost-pfs-filter-products .price-tag, .products-list .price-tag {
    display: inline-block; }
  #products-one-tile .price-tag.sale, .boost-pfs-filter-products .price-tag.sale, .products-list .price-tag.sale {
    color: #880808;
    font-size: 16px; }
    #products-one-tile .price-tag.sale .comparePrice, .boost-pfs-filter-products .price-tag.sale .comparePrice, .products-list .price-tag.sale .comparePrice {
      font-size: 12px;
      color: #000 !important; }
  #products-one-tile .price-tag.original, .boost-pfs-filter-products .price-tag.original, .products-list .price-tag.original {
    font-size: 0.75em;
    text-decoration: line-through; }
  #products-one-tile .stars-wrap,
  #products-one-tile .rating,
  #products-one-tile .stars-wrap span,
  #products-one-tile .review-wrap, .boost-pfs-filter-products .stars-wrap,
  .boost-pfs-filter-products .rating,
  .boost-pfs-filter-products .stars-wrap span,
  .boost-pfs-filter-products .review-wrap, .products-list .stars-wrap,
  .products-list .rating,
  .products-list .stars-wrap span,
  .products-list .review-wrap {
    display: inline-block;
    margin-right: 5px; }
  #products-one-tile .rating, .boost-pfs-filter-products .rating, .products-list .rating {
    unicode-bidi: bidi-override;
    direction: rtl; }
  #products-one-tile .rating > span, .boost-pfs-filter-products .rating > span, .products-list .rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em; }
  #products-one-tile .rating > span:hover:before,
  #products-one-tile .rating > span:hover ~ span:before, .boost-pfs-filter-products .rating > span:hover:before,
  .boost-pfs-filter-products .rating > span:hover ~ span:before, .products-list .rating > span:hover:before,
  .products-list .rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute; }
  #products-one-tile .like-wrap.position-absolute, .boost-pfs-filter-products .like-wrap.position-absolute, .products-list .like-wrap.position-absolute {
    top: 5px;
    right: 5px;
    position: absolute; }
  #products-one-tile .image-wrap.position-relative, .boost-pfs-filter-products .image-wrap.position-relative, .products-list .image-wrap.position-relative {
    position: relative; }
  #products-one-tile .product-wrap, .boost-pfs-filter-products .product-wrap, .products-list .product-wrap {
    max-width: 260px; }
  #products-one-tile .product-rating-container .ruk-rating-snippet-count, #products-one-tile .product-rating-container i, .boost-pfs-filter-products .product-rating-container .ruk-rating-snippet-count, .boost-pfs-filter-products .product-rating-container i, .products-list .product-rating-container .ruk-rating-snippet-count, .products-list .product-rating-container i {
    color: #444444; }
  #products-one-tile .product-rating-container .ruk-rating-snippet-count, .boost-pfs-filter-products .product-rating-container .ruk-rating-snippet-count, .products-list .product-rating-container .ruk-rating-snippet-count {
    margin: 0 3px !important; }
  #products-one-tile .product-rating-container br, .boost-pfs-filter-products .product-rating-container br, .products-list .product-rating-container br {
    display: contents !important; }

.collection-one-tile-loader img {
  width: 200px;
  margin: 0 auto; }

.boost-pfs-filter-overlay {
  display: none; }

#quick-view .qv-variant-wrapper .color-variant.tooltip, #quick-view .pdp-variant-wrapper .color-variant.tooltip, #pdp-product-details-form .qv-variant-wrapper .color-variant.tooltip, #pdp-product-details-form .pdp-variant-wrapper .color-variant.tooltip {
  opacity: 1 !important; }

.qv-add-button, .pdp-add-button {
  background: #000 !important; }

select.sort_by {
  padding: 5px 0 !important;
  border-bottom: 1px solid !important;
  line-height: 30px !important;
  max-height: 30px !important;
  margin: 10px 0px !important;
  float: right !important;
  font-size: 14px; }

select.sort_by:after {
  content: "\25bc" !important;
  color: #000 !important; }

.product-data-listings {
  display: none; }

.boost-pfs-filter-products {
  margin-left: 0px !important; }

.cart_count {
  color: #fff; }

.one-tile-section h1, .one-tile-section .h1 {
  font-size: 36px !important;
  text-transform: capitalize !important;
  padding: 21px 0 !important;
  color: #1D252D; }

.one-tile-section .container {
  padding-top: 0 !important; }

.one-tile-section select.sort_by {
  width: 100% !important;
  max-width: 100% !important; }

.one-tile-section .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-origin .noUi-handle {
  width: 12px !important;
  height: 12px !important;
  top: -4px !important;
  right: 0; }
  .one-tile-section .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-origin .noUi-handle .noUi-connect {
    height: 150% !important;
    top: -0.5px !important; }

.one-tile-section .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
  display: none !important; }

.one-tile-section .noUi-base {
  height: 187% !important;
  top: -1.5px !important; }

.one-tile-section [id*=boost-pfs-filter-tree-pf-p-] .boost-pfs-filter-option-range-amount-wrapper input {
  text-align: left !important; }

.one-tile-section .boost-pfs-filter-option-value {
  font-size: 0.9em; }

.one-tile-section .boost-pfs-filter-option-amount {
  display: none !important; }

.one-tile-section .boost-pfs-filter-refine-by-wrapper {
  position: absolute !important;
  left: 35% !important;
  width: 30% !important; }

.one-tile-section .boost-pfs-filter-button.boost-pfs-filter-clear-all:hover,
.one-tile-section .boost-pfs-filter-button.boost-pfs-filter-clear:hover {
  color: #000 !important; }

.one-tile-section .boost-pfs-filter-refine-by-wrapper .boost-pfs-filter-option-title {
  width: fit-content !important;
  float: right !important;
  margin: 0 5px 0 5px !important;
  background: #F5F5F5 !important;
  height: 25px !important;
  padding: 3px 8px !important;
  border-radius: 15px !important; }
  .one-tile-section .boost-pfs-filter-refine-by-wrapper .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    display: none !important; }

.one-tile-section .boost-pfs-filter-refine-by-items {
  width: fit-content !important;
  display: flex;
  float: left; }
  .one-tile-section .boost-pfs-filter-refine-by-items .refine-by-item {
    display: inline-block !important;
    margin: 0 5px 0 5px !important;
    background: #F5F5F5 !important;
    height: 30px !important;
    padding: 3px 8px !important;
    border-radius: 15px !important;
    overflow-y: hidden; }

.one-tile-section .boost-pfs-filter-refine-by {
  width: 100% !important; }

.one-tile-section .sort-wrapper {
  margin: 0 0 0 0; }
  .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort {
    display: block !important;
    width: 100%;
    height: 17px;
    font-family: 'FuturaStd-Medium', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.933333px;
    color: #444444;
    position: relative; }
    .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort .boost-pfs-filter-top-sorting-wrapper {
      width: 100%;
      border: none;
      border-bottom: 1px solid #494949;
      padding-bottom: 5px;
      background: none; }
      .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort .boost-pfs-filter-top-sorting-wrapper span {
        float: left; }
      .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort .boost-pfs-filter-top-sorting-wrapper span.sort-arrow {
        float: right;
        border-right: 1px solid #494949;
        border-bottom: 1px solid #494949;
        display: block;
        height: 8px;
        width: 8px;
        transform: rotate(45deg);
        margin: 5px 10px 0px 0; }
    .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort .boost-pfs-filter-top-sorting-wrapper.open span.sort-arrow {
      transform: rotate(-135deg);
      margin: 7px 10px 0px 0; }
    .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort .boost-pfs-filter-filter-dropdown {
      z-index: 1;
      position: absolute;
      background: #fff;
      width: 100%;
      padding: 10px 0;
      border: 1px solid #dedede;
      display: none;
      min-width: 170px;
      right: 0; }
      .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort .boost-pfs-filter-filter-dropdown li {
        list-style: none;
        margin: 5px 0;
        padding: 0 15px; }
        .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort .boost-pfs-filter-filter-dropdown li a {
          cursor: pointer;
          width: 100%;
          display: block; }
      .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort .boost-pfs-filter-filter-dropdown li:hover {
        text-decoration: underline; }

.one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-refine-by {
  border: none !important; }
  .one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by span, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-refine-by span {
    display: none; }
  .one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items span, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items span {
    display: block; }
  .one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-value, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-value {
    font-size: 14px !important; }
  .one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-option, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-option {
    display: none !important; }
  .one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after, .one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before {
    margin: 4px; }
  .one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
    padding: 0 14px 0 0;
    overflow: hidden;
    max-height: 20px; }
  .one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title .boost-pfs-filter-clear-all, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-refine-by .boost-pfs-filter-option-title .boost-pfs-filter-clear-all {
    font-size: 0.7em; }
  .one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-clear-all, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-refine-by .boost-pfs-filter-clear-all {
    margin: 0 5px 0 5px !important;
    height: 30px !important;
    font-size: 14px !important; }
  .one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-clear-all:first-letter, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-refine-by .boost-pfs-filter-clear-all:first-letter {
    text-transform: uppercase !important; }

.one-tile-section .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear, .one-tile-section .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-option-title .boost-pfs-filter-clear {
  display: none !important; }

.one-tile-section .count-items-wrap {
  margin-top: 17px;
  display: block;
  font-size: 14px; }

.one-tile-section .refine-clone-wrap span {
  display: inline-block;
  font-size: 14px;
  padding: 0 3px; }

.one-tile-section .refine-clone-wrap .refine-by-type .refine-by-option {
  display: none; }

.one-tile-section .refine-clone-wrap .count-items-wrap, .one-tile-section .refine-clone-wrap .refine-item-wrapper {
  color: #1D252D;
  width: fit-content; }
  .one-tile-section .refine-clone-wrap .count-items-wrap .clone-refine-value, .one-tile-section .refine-clone-wrap .count-items-wrap .clone-refine-value-price, .one-tile-section .refine-clone-wrap .count-items-wrap .clone-refine-value-clear-all, .one-tile-section .refine-clone-wrap .refine-item-wrapper .clone-refine-value, .one-tile-section .refine-clone-wrap .refine-item-wrapper .clone-refine-value-price, .one-tile-section .refine-clone-wrap .refine-item-wrapper .clone-refine-value-clear-all {
    background: #F5F5F5;
    padding: 0 15px 0 5px;
    border-radius: 15px;
    margin: 0 1px; }
    .one-tile-section .refine-clone-wrap .count-items-wrap .clone-refine-value ::after, .one-tile-section .refine-clone-wrap .count-items-wrap .clone-refine-value-price ::after, .one-tile-section .refine-clone-wrap .count-items-wrap .clone-refine-value-clear-all ::after, .one-tile-section .refine-clone-wrap .refine-item-wrapper .clone-refine-value ::after, .one-tile-section .refine-clone-wrap .refine-item-wrapper .clone-refine-value-price ::after, .one-tile-section .refine-clone-wrap .refine-item-wrapper .clone-refine-value-clear-all ::after {
      content: "\d7";
      color: #1D252D;
      position: absolute;
      font-size: 10px;
      margin-left: 5px; }

.collection-one-tile-loader {
  display: none; }

.boost-pfs-minicart-wrapper {
  display: none; }

.one-tile-swatches .swatch-item:hover, .one-tile-swatches .swatch-item.selected {
  border-color: #444444 !important; }

.one-tile-swatches .swatch-item {
  border: 2px solid transparent; }
  .one-tile-swatches .swatch-item img, .one-tile-swatches .swatch-item span {
    object-fit: cover;
    border-radius: 10px;
    max-height: 16px; }
  .one-tile-swatches .swatch-item span {
    display: block; }

.color-variant .tooltip-onetile {
  position: absolute;
  bottom: -45px;
  display: none;
  min-width: 100px;
  left: 10%;
  z-index: 1; }
  .color-variant .tooltip-onetile .tooltip-content {
    background-color: #2f2f2f;
    padding: 5px;
    width: fit-content;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%; }
  .color-variant .tooltip-onetile .tooltip-arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #2f2f2f;
    font-size: 0;
    line-height: 0;
    transform: rotate(180deg);
    position: absolute;
    left: 0px;
    top: -8px; }

.color-variant:hover .tooltip-onetile {
  display: block; }

.qv-close-button, .pdp-close-button {
  position: absolute;
  top: -5px;
  right: 10px;
  z-index: 1;
  border: none; }
  .qv-close-button span.close-left, .pdp-close-button span.close-left {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-right: 3px solid #2F2F2F;
    transform: rotate(45deg);
    margin-left: -30px;
    margin-top: -3px;
    position: absolute; }
  .qv-close-button span.close-right, .pdp-close-button span.close-right {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-right: 3px solid #2F2F2F;
    transform: rotate(-45deg);
    position: absolute;
    margin-left: -30px;
    margin-top: 10px; }

.qv-product-price, .pdp-product-price {
  margin: 10px auto;
  font-size: 16px; }

.qv-product-price.sale, .pdp-product-price.sale {
  color: #880808; }
  .qv-product-price.sale .comparePrice, .pdp-product-price.sale .comparePrice {
    color: #2F2F2F; }

p.qv-vendor, p.pdp-vendor {
  margin: 10px 0;
  text-transform: uppercase; }

.qv-product-title, .pdp-product-title {
  font-size: 1.875rem; }

.quantity-button.quantity-up {
  border-top-color: transparent;
  border-bottom-color: transparent; }

.quantity-button.quantity-down {
  border-bottom-color: transparent;
  height: 1em; }

.modal-content {
  padding: 10px 0; }

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

.view-product:after {
  content: "\27F6";
  font-size: 30px;
  font-stretch: ultra-expanded;
  display: inline-block;
  margin-left: 5px; }

.boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden; }

.boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount {
  margin-bottom: 21px;
  width: 70% !important;
  bottom: 0;
  position: absolute !important;
  background-color: #fff; }

.tooltipster-content {
  color: #fff !important; }
  .tooltipster-content a {
    color: #fff !important; }

.carousel {
  position: relative; }

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

.carousel-inner {
  position: relative;
  width: 80% !important;
  margin-left: 18% !important;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out; }

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none; } }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none; } }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

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

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

.qv-add-button.not-allowed, .pdp-add-button.not-allowed {
  cursor: not-allowed; }

.qv-details-wrap, .pdp-details-wrap {
  padding-right: 2rem; }

.qv-option-label, .qv-item-label, .pdp-option-label, .pdp-item-label {
  margin: 10px 0 0;
  text-transform: capitalize; }

.select-variant {
  position: relative !important; }
  .select-variant .not-selected-cover {
    display: none;
    position: absolute;
    z-index: 1;
    background: #DEDEDE;
    height: 23px;
    width: 23px;
    opacity: .7;
    top: 2px;
    border-radius: 10px; }
    .select-variant .not-selected-cover span {
      display: block;
      position: absolute;
      width: 30px;
      height: 30px; }
    .select-variant .not-selected-cover span.first {
      border-right: 1px #696969 solid;
      transform: rotate(45deg);
      top: -14px;
      left: -15px; }
    .select-variant .not-selected-cover span.second {
      border-right: 1px #696969 solid;
      transform: rotate(-45deg);
      top: 7px;
      right: 7px; }

.select-variant.not-available {
  cursor: not-allowed !important; }
  .select-variant.not-available .not-selected-cover {
    display: block; }

.select-variant.not-available:hover {
  border-color: transparent !important; }

.onetile_add_cart_prnt a.not-available {
  background-color: #696969 !important;
  cursor: not-allowed !important; }

.boost-pfs-filter-block-content-inner {
  width: 100% !important;
  position: relative !important; }

.boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount {
  margin-bottom: 0;
  top: 20px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option {
  width: 90% !important; }

.boost-pfs-filter-toolbar-top-mobile {
  border: none !important; }

.boost-pfs-filter-products .ruk_rating_snippet {
  position: relative !important;
  max-width: 120px;
  min-width: 115px; }

.breadcrumb {
  padding: 18px 0; }

.one-tile-product-list-wrap {
  border-top: 1px solid #E2E2E2;
  padding-top: 15px;
  position: relative; }
  .one-tile-product-list-wrap .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li {
    padding: 5px 20px;
    list-style: none; }

.pagination.custom-pagination {
  background: none !important;
  border-color: transparent !important; }
  .pagination.custom-pagination .page-item:not(.paginate-next), .pagination.custom-pagination .page-item:not(.paginate-previous) {
    margin: 0 5px; }
    .pagination.custom-pagination .page-item:not(.paginate-next) span.boost-pfs-filter-pagination-active, .pagination.custom-pagination .page-item:not(.paginate-previous) span.boost-pfs-filter-pagination-active {
      background: #e9ecef;
      width: 99%;
      height: 95%; }
    .pagination.custom-pagination .page-item:not(.paginate-next) a.page-link, .pagination.custom-pagination .page-item:not(.paginate-previous) a.page-link {
      border-radius: 0 !important;
      background: none !important;
      width: 99%;
      height: 95%;
      border-bottom: 1px solid transparent !important;
      padding-left: 10px;
      padding-right: 10px; }
    .pagination.custom-pagination .page-item:not(.paginate-next) a.page-link:hover, .pagination.custom-pagination .page-item:not(.paginate-next) a.page-link:focus, .pagination.custom-pagination .page-item:not(.paginate-previous) a.page-link:hover, .pagination.custom-pagination .page-item:not(.paginate-previous) a.page-link:focus {
      border-bottom: 1px solid #000 !important;
      box-shadow: none !important; }
  .pagination.custom-pagination .page-item.paginate-next a.page-link:hover, .pagination.custom-pagination .page-item.paginate-next a.page-link:focus, .pagination.custom-pagination .page-item.paginate-previous a.page-link:hover, .pagination.custom-pagination .page-item.paginate-previous a.page-link:focus {
    border-bottom: 1px solid transparent !important;
    box-shadow: none !important; }

.boost-pfs-filter-top-show-limit .boost-pfs-filter-filter-dropdown {
  padding: 5px 0;
  border-bottom: 1px #494949 solid; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before {
  position: absolute !important;
  right: 0 !important;
  top: 5px !important; }

.boost-pfs-filter-options-wrapper {
  margin-top: 75px !important; }
  @media (max-width: 767.98px) {
    .boost-pfs-filter-options-wrapper {
      margin-top: 50px !important; } }

.boost-pfs-filter-option-view-more-action button {
  position: relative; }
  .boost-pfs-filter-option-view-more-action button::before {
    content: "+";
    margin: 0 3px 0 5px;
    font-size: 17px; }
  .boost-pfs-filter-option-view-more-action button::after {
    content: "_________";
    position: absolute;
    left: 15px;
    top: 5px;
    font-size: 15px; }

.boost-pfs-filter-option-view-more-action button.more::before {
  content: "-";
  margin: 0 3px 0 5px;
  font-size: 17px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option {
  border: none !important; }
  .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
    border-bottom: 1px solid #e3e3e3 !important; }

.boost-pfs-filter-pagination-disabled {
  display: none !important; }

.boost-pfs-filter-bottom-pagination-default, .boost-pfs-filter-top-show-limit {
  padding-top: 0px !important; }

.collection_description {
  color: #484840; }

.ruk_rating_snippet {
  width: fit-content !important; }

@media (max-width: 767.98px) {
  .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort {
    width: 115%;
    left: -10px; }
  .boost-pfs-filter-selected-items-mobile {
    display: none !important; }
  .boost-pfs-filter-options-wrapper {
    top: 0 !important; }
  .boost-pfs-filter-tree-mobile-button button {
    position: relative !important;
    width: 90% !important;
    border: 1px #000 solid !important; }
  .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort {
    display: none !important; }
    .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort button.boost-pfs-filter-top-sorting-wrapper {
      display: none !important; }
      .one-tile-section .sort-wrapper .boost-pfs-filter-top-sorting.one-tile-custom-sort button.boost-pfs-filter-top-sorting-wrapper span.sort-arrow {
        display: none; }
  .one-tile-custom-sort {
    display: none !important;
    position: absolute !important;
    width: 40% !important;
    left: 49% !important;
    top: 25% !important; }
    .one-tile-custom-sort button.boost-pfs-filter-top-sorting-wrapper {
      border: 1px solid #000 !important;
      padding: 13px !important;
      width: 90% !important; }
    .one-tile-custom-sort ul.boost-pfs-filter-filter-dropdown {
      width: 185% !important;
      right: 25px !important;
      top: 50px !important; }
    .one-tile-custom-sort .boost-pfs-filter-option-title-text {
      margin-left: 0% !important;
      text-transform: capitalize !important;
      font-weight: 600 !important; }
  .boost-pfs-filter-top-sorting-mobile {
    display: block !important; }
    .boost-pfs-filter-top-sorting-mobile .boost-pfs-filter-top-sorting-wrapper {
      border: 1px solid #000;
      padding: 4px 15px 4px 0;
      margin-top: 15px; }
      .boost-pfs-filter-top-sorting-mobile .boost-pfs-filter-top-sorting-wrapper span.sort-arrow {
        display: none; }
  .boost-pfs-filter-top-sorting-mobile .boost-pfs-filter-top-sorting-wrapper {
    padding: 8px 20px !important;
    margin: 0 !important; }
  .boost-pfs-filter-top-sorting-mobile .boost-pfs-filter-filter-dropdown {
    top: 100%;
    margin-top: 0 !important;
    left: unset !important;
    right: 0 !important;
    width: calc(210% - 30px) !important; }
    .boost-pfs-filter-top-sorting-mobile .boost-pfs-filter-filter-dropdown a:hover {
      text-decoration: underline !important; }
  .pagination-limit-wrapper {
    position: relative !important;
    flex-direction: column; }
    .pagination-limit-wrapper .boost-pfs-filter-top-show-limit {
      position: absolute;
      right: 0;
      top: 0;
      flex: 0 0 50px;
      width: 100px; }
    .pagination-limit-wrapper .boost-pfs-filter-load-more {
      display: block;
      width: 100%;
      flex: 0 0 100%; }
  .boost-pfs-filter-top-show-limit::after {
    right: 20px !important; }
  .boost-pfs-filter-load-more-button {
    width: 85%;
    font-weight: bolder;
    border: 2px solid #DFE0E1 !important; }
  .boost-pfs-filter-top-show-limit {
    margin: 0 auto; }
  .one-tile-swatches {
    margin-bottom: 0.5rem; }
    .one-tile-swatches.swatch-container-desktop {
      display: none; }
    .one-tile-swatches.swatch-container {
      display: block; }
  [class*="template-collection"] .swiper {
    max-width: 375px !important;
    max-height: 225px !important; }
    [class*="template-collection"] .swiper .swiper-wrapper {
      max-width: 375px !important;
      max-height: 225px !important; }
      [class*="template-collection"] .swiper .swiper-wrapper .swiper-slide {
        max-width: 375px !important;
        max-height: 225px !important; } }

@media (min-width: 768px) {
  [class*="template-collection"] .swiper {
    max-width: 1600px !important;
    max-height: 550px !important; }
    [class*="template-collection"] .swiper .swiper-wrapper {
      max-width: 1600px !important;
      max-height: 550px !important; }
      [class*="template-collection"] .swiper .swiper-wrapper .swiper-slide {
        max-width: 1600px !important;
        max-height: 550px !important; } }

@media (min-width: 768px) {
  .one-tile-swatches {
    margin-bottom: 0.5rem;
    min-height: 26px; }
    .one-tile-swatches.swatch-container-desktop {
      display: block; }
    .one-tile-swatches.swatch-container {
      display: none; }
  .boost-pfs-filter-bottom-pagination {
    display: inline-block !important;
    width: fit-content !important; }
  .boost-pfs-filter-top-show-limit {
    display: inline-block !important; }
  .boost-pfs-filter-option-title-text {
    margin-left: 0 !important;
    text-transform: capitalize !important;
    font-weight: 600 !important; }
  .boost-pfs-filter-option-range-amount {
    position: absolute !important; }
  .boost-pfs-filter-products {
    margin-left: 0px !important; }
  #boost-pfs-filter-tree-pf-p-price {
    position: relative !important;
    height: 140px !important; }
  .main-pane-products {
    padding-left: 15px !important; }
  .boost-pfs-filter-top-sorting-mobile {
    display: block !important;
    position: absolute !important;
    right: 0px !important;
    width: 150px !important; }
    .boost-pfs-filter-top-sorting-mobile .boost-pfs-filter-top-sorting-wrapper {
      border-bottom: 1px solid #494949;
      padding: 4px 15px 4px 0 !important;
      margin-top: 15px; }
      .boost-pfs-filter-top-sorting-mobile .boost-pfs-filter-top-sorting-wrapper span.sort-arrow {
        display: none; }
  .boost-pfs-filter-top-sorting-mobile .boost-pfs-filter-filter-dropdown {
    top: 100%;
    margin: 0 !important;
    width: calc(150% - 30px) !important;
    left: -45px !important; }
    .boost-pfs-filter-top-sorting-mobile .boost-pfs-filter-filter-dropdown a:hover {
      text-decoration: underline !important; }
  /*
    .container, .container-sm, .container-md {
      max-width: 90% !important;
    }
    **/
  .boost-pfs-filter-top-show-limit {
    width: fit-content !important; } }

.qv-product-images .carousel-indicators {
  width: 20% !important;
  overflow-y: scroll !important;
  position: absolute;
  top: 40px !important;
  left: 0 !important;
  z-index: 2;
  justify-content: center;
  padding: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  list-style: none;
  display: block;
  height: 80% !important; }
  .qv-product-images .carousel-indicators [data-bs-target] {
    border: 1px solid transparent !important;
    margin-bottom: 10px;
    height: auto !important;
    display: block !important; }
  .qv-product-images .carousel-indicators .active {
    border-color: #2f2f2f !important; }
  .qv-product-images .carousel-indicators button {
    max-width: 80%;
    max-height: 71px;
    overflow: hidden; }
    @media (min-width: 1260px) {
      .qv-product-images .carousel-indicators button {
        max-width: 80%;
        width: 90px !important; } }

.qv-product-images .carousel-inner {
  width: 80% !important;
  margin-left: 20% !important; }

.qv-product-images .carousel-control-prev {
  left: 20% !important; }

@media (max-width: 767.98px) {
  .boost-pfs-filter-tree-mobile-button,
  .boost-pfs-filter-top-sorting-mobile {
    display: flex !important;
    width: 50% !important;
    padding: 0 5px !important; }
  .boost-pfs-filter-tree-mobile-button button,
  .boost-pfs-filter-top-sorting-mobile button {
    max-width: 160px;
    height: 38px;
    padding: 8px 15px !important; }
  .boost-pfs-filter-tree-mobile-button {
    justify-content: flex-end; }
  .boost-pfs-filter-top-sorting-mobile {
    justify-content: flex-start; }
  .boost-pfs-filter-option-title-text {
    padding: 5px 0 !important; } }

.dummy-plp-content-wrap {
  border-top: 1px solid #E2E2E2; }
  .dummy-plp-content-wrap .title-filter-dummy {
    background: #f8f9fa;
    height: 35px;
    margin-bottom: 15px; }
  .dummy-plp-content-wrap .filter-selector-wrap {
    margin-bottom: 15px;
    margin-top: 35px; }
    .dummy-plp-content-wrap .filter-selector-wrap .item-list-dummy {
      height: 14px;
      margin-bottom: 5px;
      padding: 0 0 0 10px; }
      .dummy-plp-content-wrap .filter-selector-wrap .item-list-dummy .box-indent-dummy {
        background: #f8f9fa;
        height: 14px;
        width: 14px;
        display: inline-block; }
      .dummy-plp-content-wrap .filter-selector-wrap .item-list-dummy .item-label-dummy {
        background: #f8f9fa;
        height: 14px;
        width: 85%;
        display: inline-block; }
  .dummy-plp-content-wrap .filter-range-wrap .item-range-dummy {
    background: #f8f9fa;
    height: 14px;
    width: 100%; }
  .dummy-plp-content-wrap .filter-range-wrap .input-box-dummy {
    background: #f8f9fa;
    display: inline-block;
    width: 32%;
    height: 30px;
    margin: 10px 10px 5px 0; }
  .dummy-plp-content-wrap .product-item-dummy {
    padding: 0 2px 0 0; }
    .dummy-plp-content-wrap .product-item-dummy .item-image-dummy {
      aspect-ratio: auto 1 / 1;
      background: #f8f9fa; }
    .dummy-plp-content-wrap .product-item-dummy .item-brand-dummy {
      height: 9px;
      margin: 5px 0;
      background: #f8f9fa; }
    .dummy-plp-content-wrap .product-item-dummy .item-title-dummy {
      height: 20px;
      background: #f8f9fa;
      margin: 5px 0; }
    .dummy-plp-content-wrap .product-item-dummy .item-price-dummy {
      height: 18px;
      background: #f8f9fa;
      margin: 5px 0; }
    .dummy-plp-content-wrap .product-item-dummy .item-rating-dummy {
      height: 18px;
      background: #f8f9fa;
      margin: 5px 0; }
  .dummy-plp-content-wrap .sortby-wrap-dummy .item-counter-dummy, .dummy-plp-content-wrap .sortby-wrap-dummy .sortby-dropdown-dummy {
    display: block;
    height: 15px;
    width: 100px;
    background: #f8f9fa;
    margin: 10px 0;
    float: left; }
  .dummy-plp-content-wrap .sortby-wrap-dummy .item-counter-dummy {
    float: left; }
  .dummy-plp-content-wrap .sortby-wrap-dummy .sortby-dropdown-dummy {
    float: right; }
  .dummy-plp-content-wrap .mobile-dummy-wrap {
    display: none; }

@media (max-width: 767.98px) {
  .filter-selector-wrap, .filter-range-wrap, .sortby-wrap-dummy {
    display: none; }
  .mobile-dummy-wrap {
    display: block !important;
    padding: 0 5%; }
    .mobile-dummy-wrap .toolbar-box-dummy {
      background: #f8f9fa;
      margin: 10px 0;
      height: 40px;
      width: 48%;
      display: inline-block; }
    .mobile-dummy-wrap .mobile-item-counter-dummy {
      margin-bottom: 20px;
      text-align: left;
      margin-left: -5%; }
      .mobile-dummy-wrap .mobile-item-counter-dummy .item-counter {
        background: #f8f9fa;
        height: 15px;
        width: 20%; } }

.dummy-plp-content-wrap.hide, .one-tile-product-list-wrap.hide {
  display: none; }

#quickview-body-wrap .quantity-button {
  cursor: pointer; }

#quickview-body-wrap .select-variant {
  width: fit-content;
  display: inline-block;
  padding: 3px 7px;
  border: 1px #DEDEDE solid;
  margin: 3px;
  cursor: pointer; }

#quickview-body-wrap .select-variant:hover:not(.not-available), #quickview-body-wrap .select-variant.selected {
  border-color: #36454F; }

#quickview-body-wrap .select-variant.not-available {
  cursor: not-allowed; }

#quickview-body-wrap .select-variant.color-variant {
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 3px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 2px;
  position: relative; }

#quickview-body-wrap .select-variant.color-variant:hover:not(.not-avaiable), #quickview-body-wrap .select-variant.color-variant.selected {
  border-color: #36454F; }

#quickview-body-wrap .select-variant.color-variant img {
  object-fit: cover;
  border-radius: inherit;
  max-height: 22px !important; }

#quickview-body-wrap .quantity {
  display: inline-block; }

#quickview-body-wrap .qv-add-button {
  display: block;
  maring: 5px auto !important;
  width: 100%; }

#quickview-body-wrap .product-quantity-box {
  position: relative;
  display: inline-block;
  width: 5em; }

#quickview-body-wrap .qv-quantity {
  margin: 10px 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px #000 solid;
  width: 5.5em;
  text-indent: 0.3em;
  display: inline-block;
  position: relative;
  top: -5px;
  height: 3.1em;
  padding-left: 0.5rem; }

#quickview-body-wrap .quantity-nav {
  padding: 0 3px;
  display: inline-block;
  top: 7px;
  position: absolute;
  right: 21px;
  min-height: 3em;
  height: 3em; }

#quickview-body-wrap .quantity-button {
  width: 2em !important;
  height: 2em !important;
  line-height: 1.6em;
  padding: 1px 3px;
  border: 1px solid #DEDEDE;
  vertical-align: top;
  font-size: .7em;
  background-color: #fff;
  vertical-align: middle;
  text-align: center; }

#quickview-body-wrap .qv-add-button, #quickview-body-wrap .qv-cancel-button {
  color: #fff;
  font-size: 0.9em !important;
  padding: 10px 15px !important;
  margin: 0px;
  position: relative;
  top: -5px; }

#quickview-body-wrap input.qv-add-button[disabled=disabled] {
  background: #71797E !important; }

#quickview-body-wrap .qv-cancel-button {
  background: #D3D3D3;
  color: #000;
  display: none; }

#quickview-body-wrap .qv-details-wrap .view-product {
  color: #000; }

#quickview-body-wrap .qv-header {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 25px; }

#quickview-body-wrap .qv-label-sale {
  background: #880808;
  color: #fff;
  font-size: 0.8em;
  padding: 2px 10px;
  width: fit-content;
  border-radius: 15px; }

.plp-sale-label {
  min-height: 12px;
  margin: 10px 0 0 0;
  display: block; }
  .plp-sale-label.sale {
    color: #ffffff;
    background: #880808;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: block;
    width: fit-content;
    text-align: center;
    letter-spacing: 2.27273px;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 1rem; }

.sale.boost-pfs-filter-label {
  color: #ffffff !important;
  background: #880808 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  display: block !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 6px 10px !important;
  margin: 3% !important;
  border-radius: 12px !important;
  height: auto !important;
  width: fit-content !important; }

.image-thumbnails__swiper .rounded-circle img {
  width: 100% !important; }
  @media only screen and (min-width: 1100px) {
    .image-thumbnails__swiper .rounded-circle img {
      width: 114px !important; } }

@media (min-width: 768px) {
  .image-thumbnails__swiper .swiper-wrapper {
    justify-content: center; } }

.plp-item-image .plp-hover-image {
  display: none; }

.plp-item-image:hover .plp-hover-image {
  display: block; }

.plp-item-image:hover .plp-default-image {
  display: none; }

.boost-pfs-filter-products .product-wrap .ruk_rating_snippet {
  max-width: 120px !important;
  min-width: 120px !important; }
  .boost-pfs-filter-products .product-wrap .ruk_rating_snippet .ruk-rating-snippet-count {
    float: right  !important;
    position: unset !important; }

.plp-item-image {
  text-align: center; }
  .plp-item-image .fa-picture-o {
    font-size: 14em; }

[class*="template-collection"] [id*="product-"].product-wrap .image-wrap .bss_pl_img img.bss-pl-frontend, .template-index [id*="product-"].product-wrap .image-wrap .bss_pl_img img.bss-pl-frontend {
  width: 25% !important;
  height: auto !important;
  margin: 5px !important; }

[class*="template-collection"] [id*="product-"].product-wrap .image-wrap .bss_pl_img img.bss-pl-frontend:nth-child(2), .template-index [id*="product-"].product-wrap .image-wrap .bss_pl_img img.bss-pl-frontend:nth-child(2) {
  top: 25%; }

[class*="template-collection"] [id*="product-"].product-wrap .image-wrap .bss_pl_img img[alt="HC warranty"].bss-pl-frontend, [class*="template-collection"] [id*="product-"].product-wrap .image-wrap .bss_pl_img img[alt="Sitewide 12"].bss-pl-frontend, .template-index [id*="product-"].product-wrap .image-wrap .bss_pl_img img[alt="HC warranty"].bss-pl-frontend, .template-index [id*="product-"].product-wrap .image-wrap .bss_pl_img img[alt="Sitewide 12"].bss-pl-frontend {
  width: 50% !important; }

.cart-drawer__rec-item .bss_pl_img {
  visibility: hidden; }

@media (max-width: 767.98px) {
  .banner-image-single .container > img {
    width: 375px !important;
    height: 225px !important;
    margin: 0 auto !important; } }

.product-description-template-wrapper .product-description-template {
  margin-top: 20px; }

@media (prefers-reduced-motion: reduce) {
  .product-anchor-link {
    justify-content: center;
    align-items: center; } }

.shop-by-category h2, .shop-by-category .h2 {
  font-size: 24px;
  text-transform: none; }
  @media only screen and (min-width: 1100px) {
    .shop-by-category h2, .shop-by-category .h2 {
      font-size: 30px;
      text-align: center; } }

.shop-by-category h3, .shop-by-category .h3 {
  font-size: 14px; }
  @media only screen and (min-width: 1100px) {
    .shop-by-category h3, .shop-by-category .h3 {
      font-size: 17px; } }

@media (min-width: 768px) {
  .shop-by-category__swiper .swiper-wrapper {
    justify-content: center; } }

.shop-by-category .shop-by-category__swiper-prev {
  width: 15px;
  top: -40px;
  right: 60px; }

.shop-by-category .shop-by-category__swiper-next {
  width: 15px;
  top: -40px;
  right: 30px; }

.shop-by-category .swiper-slide {
  max-width: 181px; }

.shop-by-category .pagination-disabled {
  pointer-events: none;
  opacity: .5; }

.shop-by-category .shop-by-category__swiper-scrollbar {
  border-top: 1px solid #bcc4cc;
  height: 6px; }
  .shop-by-category .shop-by-category__swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    background-color: #1D252D;
    top: -2px;
    position: absolute; }

.shop-by-category .shop-by-category__swiper .swiper-slide {
  max-width: 153px;
  margin-right: 10px; }

@media (min-width: 992px) {
  .shop-by-category .shop-by-category__swiper .swiper-slide {
    max-width: 182px;
    margin-right: 20px; } }

.shop-by-category--hp h2, .shop-by-category--hp .h2 {
  font-size: 21px;
  text-transform: none; }

.shop-by-category--hp .h3 {
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  font-weight: 500; }
  .shop-by-category--hp .h3:after {
    content: '';
    display: block;
    bottom: 3px;
    border-bottom: 1px solid #000; }
  @media only screen and (min-width: 1100px) {
    .shop-by-category--hp .h3 {
      font-size: 13px; } }

@media (min-width: 768px) {
  .shop-by-category--hp .swiper-wrapper {
    justify-content: center; } }

.featured-products h2, .featured-products .h2 {
  font-size: 24px;
  text-transform: none;
  text-align: center; }
  @media only screen and (min-width: 1100px) {
    .featured-products h2, .featured-products .h2 {
      font-size: 30px; } }

.featured-products .featured-products__swiper-prev,
.featured-products .featured-products__swiper-next {
  z-index: 1;
  width: 10px;
  top: 20%; }
  @media only screen and (min-width: 1100px) {
    .featured-products .featured-products__swiper-prev,
    .featured-products .featured-products__swiper-next {
      width: 20px; } }
  .featured-products .featured-products__swiper-prev:after,
  .featured-products .featured-products__swiper-next:after {
    content: ''; }

.featured-products .featured-products__swiper-prev {
  margin-left: -20px; }

.featured-products .featured-products__swiper-next {
  margin-right: -20px;
  right: 0; }

.featured-products small, .featured-products .small {
  color: #444444;
  font-size: 9px; }

.banner-image-single .w-100.d-lg-none {
  width: auto !important;
  margin: 0  auto !important; }

#shopify-section-template--14777895419989__daa90245-3d55-4c0e-be04-171c68def848 {
  background-position: center;
  background-position-y: -10px; }

.homepage-banner h2, .homepage-banner .h2 {
  font-size: 21px; }

.shop-by-brands h2, .shop-by-brands .h2 {
  font-size: 21px;
  text-transform: none; }

.shop-by-brands h3, .shop-by-brands .h3 {
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase; }
  .shop-by-brands h3:after, .shop-by-brands .h3:after {
    content: '';
    display: block;
    bottom: 3px;
    border-bottom: 1px solid #000; }
  @media only screen and (min-width: 1100px) {
    .shop-by-brands h3, .shop-by-brands .h3 {
      font-size: 13px; } }

.shop-by-brands__promo {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1.2px;
  background-color: #1D252D;
  font-family: 'Futura-Medium'; }
  @media only screen and (min-width: 1100px) {
    .shop-by-brands__promo {
      line-height: 39px;
      font-size: 30px;
      letter-spacing: 2px; } }

.featured-articles h2, .featured-articles .h2 {
  font-size: 24px;
  text-transform: none; }
  @media only screen and (min-width: 1100px) {
    .featured-articles h2, .featured-articles .h2 {
      font-size: 30px; } }

.featured-articles h5, .featured-articles .h5 {
  font-size: 18px;
  text-transform: none; }
  @media only screen and (min-width: 1100px) {
    .featured-articles h5, .featured-articles .h5 {
      font-size: 22px; } }

.featured-articles p {
  font-size: 15px; }

.featured-articles .article__img {
  flex-direction: column;
  display: flex; }
  .featured-articles .article__img img {
    object-fit: cover;
    margin: auto;
    height: 400px; }
    @media only screen and (min-width: 1100px) {
      .featured-articles .article__img img {
        height: 550px; } }

.featured-articles__swiper-prev, .featured-articles__swiper-next {
  z-index: 1;
  width: 20px;
  top: -50px; }
  @media only screen and (min-width: 1100px) {
    .featured-articles__swiper-prev, .featured-articles__swiper-next {
      width: 25px; } }
  .featured-articles__swiper-prev:after, .featured-articles__swiper-next:after {
    content: ''; }

.featured-articles__swiper-prev {
  right: 40px; }

.featured-articles__swiper-next {
  right: 10px; }
  @media only screen and (min-width: 1100px) {
    .featured-articles__swiper-next {
      right: 0; } }

.featured-articles__swiper-scrollbar {
  border-top: 1px solid #1D252D;
  width: calc(100% - 1.250rem); }
  .featured-articles__swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    background-color: #1D252D;
    top: -2px; }

.featured-articles__swiper-bottom {
  width: calc(100% - 20px);
  margin: 0 10px; }

.instagram h5, .instagram .h5 {
  font-size: 24px;
  text-transform: none; }
  @media (min-width: 992px) {
    .instagram h5, .instagram .h5 {
      font-size: 30px; } }

.instagram svg {
  width: 25px;
  padding: 0; }

.instagram .instafeed .col-main {
  flex: 0 0 33.33%;
  max-width: 33.33%; }
  @media (min-width: 992px) {
    .instagram .instafeed .col-main {
      flex: 0 0 40%;
      max-width: 40%; } }

.instagram .instafeed .col-small {
  flex: 0 0 33.33%;
  max-width: 33.33%; }
  @media (min-width: 992px) {
    .instagram .instafeed .col-small {
      flex: 0 0 20%;
      max-width: 20%; } }

.instagram .instafeed img {
  object-fit: cover; }

@media (min-width: 992px) {
  .image-featured-products__content {
    margin: 0;
    height: 100%;
    display: flex !important;
    flex-flow: column;
    justify-content: center; } }

.image-featured-products span {
  font-size: 13px;
  letter-spacing: 0.93px; }

.image-featured-products h2, .image-featured-products .h2 {
  font-size: 24px;
  text-transform: none;
  text-align: center; }
  @media only screen and (min-width: 1100px) {
    .image-featured-products h2, .image-featured-products .h2 {
      font-size: 30px; } }

.image-featured-products .product-card__img {
  height: auto; }
  .image-featured-products .product-card__img img {
    height: 375px; }
    @media (min-width: 992px) {
      .image-featured-products .product-card__img img {
        height: 180px; } }

.image-featured-products__swiper-prev, .image-featured-products__swiper-next {
  z-index: 1;
  width: 25px;
  top: -10%; }
  @media only screen and (min-width: 1100px) {
    .image-featured-products__swiper-prev, .image-featured-products__swiper-next {
      width: 20px; } }
  .image-featured-products__swiper-prev:after, .image-featured-products__swiper-next:after {
    content: ''; }
  .image-featured-products__swiper-prev svg, .image-featured-products__swiper-next svg {
    width: 25px; }

.image-featured-products__swiper-prev {
  right: 50px;
  transform: rotate(180deg); }

.image-featured-products__swiper-next {
  right: 15px; }

.image-featured-products .image-featured-swiper-pagination {
  bottom: -40px; }
  @media only screen and (min-width: 1100px) {
    .image-featured-products .image-featured-swiper-pagination {
      bottom: -80px; } }

.image-featured-products .swiper-pagination-bullet {
  border: 1px solid white;
  background-color: transparent;
  width: 10px;
  height: 10px; }
  .image-featured-products .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
    background-color: white; }

.template-index .mr-home-track {
  background-color: #f5f5f5; }

.mr-home-track {
  margin: 0 auto;
  padding: 50px 0; }
  @media (max-width: 1024px) {
    .mr-home-track {
      padding-bottom: 30px; } }
  .mr-home-track .mr-home-track-title {
    font-family: "FuturaStd-Medium";
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px; }
  .mr-home-track .mr-home-track-subtitle {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 25px; }
  .mr-home-track .after-tracking-form {
    max-width: 700px;
    display: flex;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .mr-home-track .after-tracking-form {
        max-width: unset;
        border: 1px solid #a1a1a1;
        background-color: white;
        margin-left: 10px;
        margin-right: 10px; } }
    .mr-home-track .after-tracking-form .after-tracking-form-input {
      width: calc( 75% - 3.5px);
      height: 45px;
      margin-right: 3.5px;
      padding-left: 15px;
      letter-spacing: .87px;
      font-size: 13px;
      font-family: "FuturaStd-Book";
      font-weight: 400;
      border: 1.5px solid #1b1f23;
      padding-top: 4px; }
      @media (max-width: 1024px) {
        .mr-home-track .after-tracking-form .after-tracking-form-input {
          width: 100%;
          height: 41px;
          line-height: 41px;
          border: unset; } }
    .mr-home-track .after-tracking-form .after-tracking-form-input::placeholder {
      color: #a1a1a1;
      letter-spacing: 1px;
      line-height: 40px; }
      @media (max-width: 1024px) {
        .mr-home-track .after-tracking-form .after-tracking-form-input::placeholder {
          line-height: 41px; } }
    .mr-home-track .after-tracking-form .after-tracking-form-submit {
      width: calc( 25% - 3.5px);
      height: 45px;
      margin-left: 3.5px;
      margin-top: unset; }
      @media (max-width: 1024px) {
        .mr-home-track .after-tracking-form .after-tracking-form-submit {
          min-height: unset !important;
          min-width: 35px;
          width: 35px;
          height: 36px;
          margin-top: 3px;
          margin-right: 3px;
          padding: unset !important; } }
    @media (max-width: 1024px) {
      .mr-home-track .after-tracking-form .after-tracking-form-submit span {
        display: none; } }
    .mr-home-track .after-tracking-form .after-tracking-form-icon {
      width: 24px;
      filter: invert(100%);
      margin-left: 20px; }
      @media (max-width: 1024px) {
        .mr-home-track .after-tracking-form .after-tracking-form-icon {
          width: 23px;
          margin-left: unset; } }

.product-main-gallery--indicator {
  max-height: 500px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .product-main-gallery--indicator {
      margin-left: 10px; } }
  @media (min-width: 789px) and (max-width: 992px) {
    .product-main-gallery--indicator {
      margin-top: 10px; } }
  .product-main-gallery--indicator .video_play_icon {
    position: absolute;
    z-index: 9;
    top: 15px;
    left: 16px;
    width: 40px;
    height: 40px; }
  .product-main-gallery--indicator .swiper-slide {
    cursor: pointer;
    overflow: hidden; }
    .product-main-gallery--indicator .swiper-slide img {
      object-fit: contain; }
      @media (max-width: 991.98px) {
        .product-main-gallery--indicator .swiper-slide img {
          object-fit: cover; } }
  .product-main-gallery--indicator .swiper-slide-thumb-active {
    border: solid 1px #1d252d; }
  @media (min-width: 992px) {
    .product-main-gallery--indicator {
      overflow-y: scroll; }
      .product-main-gallery--indicator::-webkit-scrollbar {
        display: none; } }
  @media (max-width: 991.98px) {
    .product-main-gallery--indicator {
      order: 1; } }

@media (max-width: 991.98px) {
  .product-main-gallery {
    order: 0; } }

.product-main-gallery__video-box iframe {
  min-height: 350px;
  width: 100%; }
  @media (max-width: 991.98px) {
    .product-main-gallery__video-box iframe {
      min-height: 400px; } }

.product-main-gallery .label-campaign {
  width: 25%;
  z-index: 1; }
  .product-main-gallery .label-campaign.top-left {
    top: 0; }
    @media (max-width: 991.98px) {
      .product-main-gallery .label-campaign.top-left {
        left: 7.5px; } }
  .product-main-gallery .label-campaign.top-right {
    top: 0;
    right: 0; }
  .product-main-gallery .label-campaign.bottom-left {
    bottom: 0;
    left: 0; }
  .product-main-gallery .label-campaign.bottom-right {
    bottom: 0;
    right: 0; }

.product-main-gallery .swiper-slide {
  max-height: 583px; }
  @media (min-width: 992px) {
    .product-main-gallery .swiper-slide {
      max-width: 583px; } }
  .product-main-gallery .swiper-slide img {
    object-fit: contain; }
    @media (min-width: 992px) {
      .product-main-gallery .swiper-slide img {
        max-height: 583px; } }

.product-main-gallery .to-gallery-video {
  background-color: #eee; }
  .product-main-gallery .to-gallery-video img {
    width: 20px; }
  .product-main-gallery .to-gallery-video a {
    font-family: 'FuturaStd', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px; }

.product-main-gallery__swiper-button-next {
  position: absolute;
  width: 20px;
  right: 10px;
  left: auto;
  top: 40%;
  z-index: 1; }

.product-main-gallery__swiper-button-prev {
  position: absolute;
  width: 20px;
  right: auto;
  left: 10px;
  top: 40%;
  z-index: 1; }

.product-main-gallery__pagination {
  transform: translateX(0) !important; }
  .product-main-gallery__pagination .swiper-pagination-bullet {
    transform: scale(1) !important; }

.product-main-gallery .img-zoom-lens {
  position: absolute;
  width: 250px;
  height: 250px; }
  @media (max-width: 991.98px) {
    .product-main-gallery .img-zoom-lens {
      display: none !important; } }

.product-main-gallery:hover .img-zoom-lens {
  border: 1px solid #d4d4d4; }

.product-template__title {
  font-size: 24px; }
  @media only screen and (min-width: 1100px) {
    .product-template__title {
      font-size: 36px; } }

.product-template__vendor {
  font-size: 0.75rem;
  line-height: 1.43;
  letter-spacing: 2.3px;
  text-transform: uppercase; }

.product-template .btn-buy-now:hover {
  color: white !important; }

.product-template .img-zoom-result {
  border: 1px solid #d4d4d4;
  width: 450px;
  height: 450px;
  z-index: 1;
  top: 58px;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%; }
  .product-template .img-zoom-result.visible {
    visibility: visible; }

.product-template__collapse-item {
  border-bottom: 1px solid #8F8F8F; }
  .product-template__collapse-item:first-child {
    border-top: 1px solid #8F8F8F; }

.product-template__collapse-toggle {
  width: 100%;
  font-size: 18px;
  position: relative; }
  .product-template__collapse-toggle:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: " ";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    transform: rotate(180deg);
    right: 0; }
  .product-template__collapse-toggle.collapsed:after {
    transform: rotate(0deg);
    transition: transform .2s ease-in-out; }

.product-template__free-ship .free-ship-logo-wrapper {
  width: 50px; }

.product-template__free-ship img {
  width: 40px;
  margin-right: 20px;
  object-fit: contain; }
  .product-template__free-ship img.ship-return {
    width: 32px; }

.product-template__swatch-item {
  width: 28px;
  height: 28px;
  border-color: white;
  border-style: solid;
  position: relative; }
  .product-template__swatch-item img {
    object-fit: cover; }
  .product-template__swatch-item.selected:after {
    content: ' ';
    position: absolute;
    width: 34px;
    height: 34px;
    top: -4px;
    left: -4px;
    border: 1px solid #000;
    border-radius: 50%; }
  .product-template__swatch-item .unvailable {
    background-image: linear-gradient(to bottom left, transparent 50%, black 50%, black calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, black 50%, black calc(50% + 1px), transparent 50%);
    pointer-events: none;
    display: none; }
  .product-template__swatch-item.unvailable {
    opacity: 0.7; }
    .product-template__swatch-item.unvailable .unvailable {
      display: block; }

.product-template__size-item {
  min-width: 2.625em;
  height: 2.625em;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #F5F5F5;
  font-family: FuturaStd-Book; }
  .product-template__size-item.selected {
    background-color: #1D252D;
    color: #FFFFFF; }
  .product-template__size-item .unvailable {
    background-image: linear-gradient(to bottom left, transparent 50%, black 50%, black calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, black 50%, black calc(50% + 1px), transparent 50%);
    pointer-events: none;
    display: none; }
  .product-template__size-item.unvailable {
    opacity: 0.7; }
    .product-template__size-item.unvailable .unvailable {
      display: block; }

.product-template__quantity {
  max-width: 5em; }
  .product-template__quantity .form-control {
    font-size: 0.8125rem;
    line-height: 3em; }
  .product-template__quantity .input-group-text {
    width: 1.25em; }
    .product-template__quantity .input-group-text .input-group {
      width: 1.25em;
      height: 1.25em;
      padding: 0 0.25rem;
      cursor: pointer; }

.product-template__wishlist span.fa-heart-o {
  font-size: 1.3125rem;
  position: relative; }
  .product-template__wishlist span.fa-heart-o:after {
    content: ' ';
    border: 1px solid #DDDDDD;
    width: 43px;
    height: 43px;
    position: absolute;
    left: -11.5px;
    top: -12px;
    border-radius: 50%; }
  @media only screen and (max-width: 1100px) {
    .product-template__wishlist span.fa-heart-o {
      right: 15px; } }

.product-template__wishlist .bookmarked i {
  color: #1D252D; }

.product-template__discount-line {
  background-color: #E8D8D4;
  z-index: 1;
  color: black;
  bottom: 0;
  padding: 5px;
  font-size: 12px;
  width: calc(100% - 30px); }
  @media only screen and (max-width: 1100px) {
    .product-template__discount-line {
      bottom: 10px; } }

.product-template__discount-info-ticket-a {
  background-color: #E8D8D4;
  border-bottom: 1px dashed #B3B3B3; }
  .product-template__discount-info-ticket-a .discount-info-ticket-line-1 {
    font-size: 24px; }
  .product-template__discount-info-ticket-a:after {
    content: ' ';
    position: absolute;
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right: -5px;
    bottom: -5px; }
  .product-template__discount-info-ticket-a:before {
    content: ' ';
    position: absolute;
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -5px;
    bottom: -5px; }

.product-template__discount-info-ticket-b {
  background-color: #E8D8D4; }

.product-template__price .money {
  font-size: 24px; }
  @media only screen and (max-width: 1100px) {
    .product-template__price .money {
      font-size: 20px; } }

.product-template__payment-info {
  font-size: 15px; }
  .product-template__payment-info .divided-prices {
    min-width: 130px; }
  .product-template__payment-info .grabpay-logo {
    height: 28px;
    width: auto; }
  .product-template__payment-info .atome-logo {
    height: 15px;
    width: auto;
    margin-left: 4px; }
  .product-template__payment-info .shopback-logo {
    height: 24px;
    width: auto;
    border-left: 1px solid #EBEBEB; }

.product-template__divider {
  border: 1px solid #F5F5F5; }

.product-template .Avada-inline-button {
  padding: 0 !important; }
  .product-template .Avada-inline-button svg {
    display: none; }
  .product-template .Avada-inline-button a {
    text-decoration: underline;
    font-weight: normal;
    color: #1D252D !important;
    font-size: 13px; }

.product-template__form-cta .quantity-box input {
  border-left: none;
  border-right: none; }

.product-template__form-cta .quantity-box span {
  cursor: pointer; }

.product-template__option-label {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.8px;
  font-family: FuturaStd-Book; }

@media only screen and (max-width: 1100px) {
  .product-template__bundle .row-wrapper {
    overflow-x: scroll; } }

@media only screen and (max-width: 1100px) {
  .product-template__bundle .row-wrapper .row {
    width: 150%; } }

.product-template__bundle .nosto-item:last-child {
  border: 0 !important; }

.product-template__bundle .nosto-select {
  margin: 0 0 10px 0;
  background-color: #F5F5F5;
  border: none;
  width: 100%;
  padding: 4px 8px;
  position: relative; }
  .product-template__bundle .nosto-select:after {
    content: ' ';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    position: absolute;
    transform: rotate(180deg);
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='3' viewBox='0 0 6 3' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 3L6 0H0L3 3Z' fill='%23313131'/%3E%3C/svg%3E"); }

.product-template__bundle .nosto-total {
  border-top: 1px solid #F5F5F5; }

.product-template__bundle .prices-wrap span {
  font-size: 14px !important; }

.product-template__bundle .nosto-plus {
  position: absolute;
  left: auto;
  right: -21px;
  top: 19%; }

.product-template .bundle-info {
  margin-left: -10px;
  margin-right: -10px; }
  .product-template .bundle-info .bundle-info__item {
    border-right: 1px solid #E9E9E9; }
  .product-template .bundle-info .swiper-slide:first-child .bundle-info__item {
    padding-left: 0; }
  .product-template .bundle-info .swiper-slide:last-child .bundle-info__item {
    border-right: none;
    padding-right: 0; }
  .product-template .bundle-info .product-card__vendor {
    font-size: 7px;
    line-height: 8.4px;
    color: #444444;
    letter-spacing: 1.59px; }
  .product-template .bundle-info .product-card__title {
    font-size: 15px;
    line-height: 18px; }
  .product-template .bundle-info .product-card__priceline {
    font-size: 14px; }
  .product-template .bundle-info select {
    margin: 0 0 10px 0;
    background-color: #F5F5F5;
    border: none;
    width: 100%;
    padding: 4px 8px;
    position: relative; }
    .product-template .bundle-info select:after {
      content: ' ';
      position: absolute;
      background-repeat: no-repeat;
      background-size: 1.25rem;
      position: absolute;
      transform: rotate(180deg);
      right: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='3' viewBox='0 0 6 3' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 3L6 0H0L3 3Z' fill='%23313131'/%3E%3C/svg%3E"); }
  .product-template .bundle-info .tick {
    right: 5px;
    top: 5px;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #1D252D;
    cursor: pointer; }
    .product-template .bundle-info .tick.ticked {
      background-color: #1D252D; }
    .product-template .bundle-info .tick svg {
      width: 15px;
      height: 15px; }
  .product-template .bundle-info hr {
    border-color: #F0F0F0; }
  .product-template .bundle-info .bundle-info__summary {
    border-top: 1px solid #F0F0F0; }
    .product-template .bundle-info .bundle-info__summary .tick {
      width: 13px;
      height: 13px;
      margin-right: 5px; }
      .product-template .bundle-info .bundle-info__summary .tick svg {
        width: 10px;
        height: 10px;
        line-height: 12px; }
    .product-template .bundle-info .bundle-info__summary .select-all {
      font-weight: bold;
      font-size: 12px; }
  .product-template .bundle-info .total-saving {
    color: #ed1846; }
    .product-template .bundle-info .total-saving span {
      font-size: 16px; }

.product-template__collapse-sub .collapse {
  overflow: hidden; }
  .product-template__collapse-sub .collapse:not(.show) {
    height: 107px; }

.product-template__collapse-sub .collapsing {
  height: 110px; }

@media only screen and (min-width: 1100px) {
  .product-template__gallery-box {
    top: 143px; } }

.breadcrumb-ph {
  margin-top: 60px; }

.pdp-sticky-bar .quantity-box .form-control, .pdp-sticky-bar .quantity-box .input-group-text {
  min-height: 45px; }

.pdp-sticky-bar__title {
  font-size: 24px;
  line-height: 28px; }

.pdp-sticky-bar .variant-selectors {
  padding: 12px 30px 12px 10px; }

.pdp-sticky-bar .btn {
  max-height: 45px; }
  .pdp-sticky-bar .btn:hover {
    color: white; }

.pdp-sticky-bar__form .product-template__variant-selector {
  width: 16%; }

.product-tab-nosto h3, .product-tab-nosto .h3 {
  font-size: 24px; }
  @media only screen and (min-width: 1100px) {
    .product-tab-nosto h3, .product-tab-nosto .h3 {
      font-size: 30px; } }

.product-tab-nosto ul {
  border-bottom: 1px solid #EEEEEE; }
  .product-tab-nosto ul .nav-item button {
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid transparent; }
    .product-tab-nosto ul .nav-item button.active {
      background: none;
      color: #1D252D;
      border-color: #1D252D; }

.product-tab-nosto .nosto-title {
  display: none; }

.product-nosto-recenlty-viewed .nosto-title {
  font-size: 24px;
  text-align: left !important; }
  @media only screen and (min-width: 1100px) {
    .product-nosto-recenlty-viewed .nosto-title {
      font-size: 30px; } }

.product-reviews h3, .product-reviews .h3 {
  font-size: 24px; }
  @media only screen and (min-width: 1100px) {
    .product-reviews h3, .product-reviews .h3 {
      font-size: 30px; } }

.comp-star-rating i {
  margin-right: 3px; }
  .comp-star-rating i:before {
    color: #333333;
    display: inline-block;
    font-family: 'revsglobal-pr-mod' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .comp-star-rating i.star-0:before {
    content: "\e90d"; }
  .comp-star-rating i.star-50:before {
    content: "\e90f"; }
  .comp-star-rating i.star-100:before {
    content: "\e911"; }

.comp-star-rating .number {
  font-size: 12px; }

.gift-form__container small, .gift-form__container .small {
  font-size: 11px;
  line-height: 14px;
  margin-top: 8px; }

.flatpickr-months .flatpickr-month {
  color: #484848 !important;
  background-color: white !important; }

.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-weekdays, span.flatpickr-weekday {
  color: #484848 !important;
  background-color: white !important; }

.reviews-container__rating {
  font-size: 1.625em; }

.reviews-container .nav-link.active {
  border-bottom: 3px solid #1D252D; }

.reviews-container .comp-star-rating i {
  font-size: 18px; }

.reviews-container .comp-star-rating.small {
  font-size: 14px; }
  .reviews-container .comp-star-rating.small i {
    font-size: 14px; }

.reviews-container .comp-star-rating.large {
  font-size: 20px; }
  .reviews-container .comp-star-rating.large i {
    font-size: 20px; }

.reviews-container .comp-star-rating.extra-small {
  font-size: 10px; }
  .reviews-container .comp-star-rating.extra-small i {
    font-size: 13px; }

.reviews-container__hr {
  border-bottom: rgba(0, 0, 0, 0.15); }

.reviews-container__sort {
  padding-top: 8px;
  padding-bottom: 8px; }
  .reviews-container__sort .dropdown-item {
    font-size: 12px; }
    .reviews-container__sort .dropdown-item .tick {
      display: inline-block;
      font-family: reviewsio-font !important; }
      .reviews-container__sort .dropdown-item .tick:before {
        content: "\e90e"; }
    .reviews-container__sort .dropdown-item.disabled {
      opacity: .5;
      pointer-events: none; }
  .reviews-container__sort .clear-filter {
    font-size: 10px;
    border-bottom: 1px solid #000; }

.reviews-container .review-icons {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: reviewsio-font !important; }

.reviews-container .review-icon-tick {
  display: inline-block;
  font-family: reviewsio-font !important;
  font-size: 14px;
  top: 8px;
  left: 10px; }
  .reviews-container .review-icon-tick:before {
    content: "\e90e"; }

.reviews-container .review-icon-search {
  display: inline-block;
  font-family: reviewsio-font !important;
  font-size: 18px;
  top: 8px;
  left: 10px; }
  .reviews-container .review-icon-search:before {
    content: "\e92a"; }

.reviews-container .review-icon-verified {
  display: inline-block;
  font-size: 18px;
  top: 8px;
  left: 10px;
  margin-right: 5px; }
  .reviews-container .review-icon-verified:before {
    content: "\e959"; }

.reviews-container .helpful-count {
  font-size: 12px; }

.reviews-container .helpful-thumb {
  display: inline-block;
  font-family: reviewsio-font !important;
  font-size: 16px;
  top: 8px;
  left: 10px; }
  .reviews-container .helpful-thumb:before {
    content: "\e94f"; }

.reviews-container .you-upvoted {
  font-size: .75em;
  padding: 2px 6px;
  border-radius: 2px;
  color: var(--body-text-color, #0E1311);
  border: 1px solid var(--common-border-color, rgba(0, 0, 0, 0.15));
  max-width: 220px;
  line-height: 1px; }

.reviews-container__input-search {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 38px;
  border-color: transparent;
  padding-left: 30px; }

.reviews-container__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .reviews-container__item .ava-wrap {
    background-color: #F5F5F5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .reviews-container__item .ava {
    font-size: 18px;
    font-weight: 600; }
  .reviews-container__item .verified {
    font-size: 11px; }
  .reviews-container__item .author {
    font-size: 16px; }
  .reviews-container__item .item-action {
    font-size: 12px; }
  .reviews-container__item .replies-by {
    font-size: 12px; }

@media only screen and (min-width: 1100px) {
  .reviews-container__content {
    border-left: 1px solid rgba(0, 0, 0, 0.15); } }

.reviews-container .reviews__pagination .page {
  font-size: 16px; }

.reviews-container .reviews__pagination .active {
  border-bottom: 3px solid #1D252D; }

.reviews-container__form .error {
  border: 1px solid #e7656e;
  color: #e7656e;
  border-radius: 4px;
  padding: 0px 5px;
  font-size: 11px;
  margin: 5px;
  display: inline-block;
  line-height: 15.4px;
  margin-left: 0; }

.reviews-container__form-success {
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.07);
  border: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15));
  border-radius: 4px; }

.reviews-container .review-report-modal {
  z-index: 1080; }
  .reviews-container .review-report-modal.show {
    display: flex !important; }
  .reviews-container .review-report-modal .modal-dialog {
    max-width: 90% !important; }
    .reviews-container .review-report-modal .modal-dialog button.fixed-bottom {
      right: 0;
      left: auto; }
    @media (min-width: 992px) {
      .reviews-container .review-report-modal .modal-dialog {
        max-width: 37.5em !important; } }
  .reviews-container .review-report-modal .modal-dialog, .reviews-container .review-report-modal .modal-content {
    height: auto; }
  .reviews-container .review-report-modal .modal-body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    height: 100%;
    overflow: hidden; }
  .reviews-container .review-report-modal .modal-body::-webkit-scrollbar {
    display: none; }
  .reviews-container .review-report-modal:not(.show) .modal-dialog {
    transform: translate(100%, 0); }
  .reviews-container .review-report-modal__top {
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3; }
  .reviews-container .review-report-modal__wrapper {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px !important; }

.multi-range-slider * {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px; }

.multi-range-slider {
  display: flex;
  position: relative;
  padding: 20px 0px;
  flex-direction: column;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge,*/ }

.multi-range-slider .bar {
  display: flex;
  width: 95%; }

.multi-range-slider .bar-left {
  width: 25%;
  background-color: #f0f0f0;
  border-radius: 10px 0px 0px 10px;
  padding: 4px 0px; }

.multi-range-slider .bar-right {
  width: 25%;
  background-color: #f0f0f0;
  border-radius: 0px 10px 10px 0px; }

.multi-range-slider .bar-inner {
  background-color: black;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: space-between;
  position: relative;
  border: solid 1px black;
  justify-content: space-between; }

.multi-range-slider .bar-inner-left {
  width: 50%; }

.multi-range-slider .bar-inner-right {
  width: 50%; }

.multi-range-slider .thumb {
  background-color: white;
  position: relative;
  z-index: 1;
  cursor: pointer; }

.multi-range-slider .thumb::before {
  content: '';
  background-color: inherit;
  position: absolute;
  width: 15px;
  height: 15px;
  border: solid 1px black;
  border-radius: 50%;
  z-index: 1;
  margin: -4px -2px;
  cursor: pointer; }

.multi-range-slider .input-type-range:focus + .thumb::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -7px;
  width: 11px;
  height: 11px;
  z-index: 2;
  border-radius: 50%;
  border: dotted 1px black;
  box-shadow: 0px 0px 5px white, inset 0px 0px 10px black; }

.multi-range-slider .caption {
  position: absolute;
  bottom: 35px;
  width: 2px;
  height: 2px;
  left: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  display: none; }

.multi-range-slider .thumb .caption * {
  position: absolute;
  min-width: 30px;
  height: 30px;
  font-size: 75%;
  text-align: center;
  line-height: 30px;
  background-color: blue;
  border-radius: 15px;
  color: white;
  box-shadow: 0px 0px 5px black;
  padding: 0px 5px;
  white-space: nowrap; }

.multi-range-slider .thumb:active .caption {
  display: flex; }

.multi-range-slider .input-type-range:focus + .thumb .caption {
  display: flex; }

.multi-range-slider .input-type-range {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  pointer-events: none; }

.multi-range-slider .ruler {
  margin: 10px 0px -5px 0px;
  display: flex;
  /* display: none; */
  overflow: hidden; }

.multi-range-slider .ruler .ruler-rule {
  border-left: solid 1px;
  border-bottom: solid 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 5px 0px; }

.multi-range-slider .ruler .ruler-rule:last-child {
  border-right: solid 1px; }

.multi-range-slider .ruler .ruler-sub-rule {
  border-left: solid 1px;
  /* border-bottom: solid 1px; */
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 3px 0px;
  bottom: 0px;
  margin-bottom: -5px; }

.multi-range-slider .ruler .ruler-sub-rule:first-child {
  border-left: none; }

.multi-range-slider .labels {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: -20px;
  /* display: none; */ }

.multi-range-slider .label {
  font-size: 80%;
  display: flex;
  width: 1px;
  justify-content: center; }

.multi-range-slider .label:first-child {
  justify-content: start; }

.multi-range-slider .label:last-child {
  justify-content: end; }

.multi-range-slider.zero-ranage-margin .thumb-left {
  right: 12px; }

.multi-range-slider.zero-ranage-margin .thumb-right {
  left: 8px; }

body.modal-refine-open, body.modal-review-report {
  height: 100vh; }

.main-collection {
  min-height: 400px; }
  .main-collection .loading span {
    background-color: #f4f6f8;
    display: block; }
  .main-collection__plist-loading {
    background-color: #ffffffad;
    top: 0;
    left: 0;
    z-index: 2;
    padding-top: 100px; }
  .main-collection__breadcrumb .breadcrumb-divider {
    margin: 0 5px; }
  .main-collection__heading h1, .main-collection__heading .h1 {
    font-size: 36px !important;
    text-transform: capitalize !important;
    padding: 21px 0 !important; }
  .main-collection__wrapper {
    border-top: 1px solid #E2E2E2; }
  .main-collection__status-info .brand-tag {
    line-height: 26px;
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 50px; }
  .main-collection__status-info.loading span {
    height: 20px;
    width: 100%; }
  .main-collection__status-info .badge {
    font-size: 14px; }
    @media only screen and (max-width: 1100px) {
      .main-collection__status-info .badge {
        font-size: 12px;
        padding: 7px !important; } }
  .main-collection__status-sorting button {
    border: none;
    border-bottom: 1px solid #1D252D; }
  .main-collection__status-sorting .dropdown-toggle:after {
    margin-left: 0.8em; }
  @media only screen and (max-width: 1100px) {
    .main-collection__status-sorting button {
      width: 100%;
      text-align: left;
      border: 1px solid #1D252D; } }
  .main-collection__filter .parent-collapse.collapsed .svg {
    transform: rotate(90deg); }
  .main-collection__filter__options .label {
    border-bottom: 1px solid #e3e3e3; }
    .main-collection__filter__options .label .svg {
      width: 1em; }
  .main-collection__filter__options.show-less {
    max-height: 170px !important;
    overflow: hidden !important; }
  .main-collection__filter__options label {
    cursor: pointer; }
  .main-collection__filter__options .collapsed.tag-parent .svg--l1 {
    transform: rotate(90deg); }
  .main-collection__filter__options .collapsed.tag-parent--2 .svg--l2 {
    transform: rotate(90deg); }
  .main-collection__filter__options .collapsed.tag-parent--3 .svg--l3 {
    transform: rotate(90deg); }
  .main-collection__filter__options.scrollbar, .main-collection__filter__options.viewmore_scrollbar {
    overflow-y: scroll !important;
    padding-right: 10px !important; }
    .main-collection__filter__options.scrollbar:not(.show-less), .main-collection__filter__options.viewmore_scrollbar:not(.show-less) {
      overflow: hidden !important; }
    .main-collection__filter__options.scrollbar::-webkit-scrollbar, .main-collection__filter__options.viewmore_scrollbar::-webkit-scrollbar {
      width: 4px; }
    .main-collection__filter__options.scrollbar::-webkit-scrollbar-thumb, .main-collection__filter__options.viewmore_scrollbar::-webkit-scrollbar-thumb {
      background-color: #434343; }
    .main-collection__filter__options.scrollbar::-webkit-scrollbar-track, .main-collection__filter__options.viewmore_scrollbar::-webkit-scrollbar-track {
      background-color: #cacaca; }
  .main-collection__mobile-filter .search-page__filter-btn {
    margin-right: 5px;
    width: calc(50% - 5px); }
  .main-collection__mobile-filter .search-page__dropdown {
    width: calc(50% - 5px);
    margin-left: 5px; }
  .main-collection__refined {
    text-align: left;
    border: 1px solid #1D252D; }
  .main-collection__pagination .page a {
    width: 40px;
    height: 40px;
    font-size: 16px; }
  .main-collection__pagination .active a {
    background: #e9ecef; }
  .main-collection__pagination .page-next a {
    font-size: 16px; }
  .main-collection__pagination .page-next svg {
    width: 20px;
    transform: rotate(90deg); }
  .main-collection__pagination .page-prev a {
    font-size: 16px; }
  .main-collection__pagination .page-prev svg {
    width: 20px;
    transform: rotate(270deg); }
  .main-collection__pagination .page-strip span {
    margin-top: -7px; }
  .main-collection__pagination .mobile-page {
    font-size: 16px; }
  @media only screen and (max-width: 1100px) {
    .main-collection__view-per-page {
      width: 100%; } }
  .main-collection__load-more p {
    font-size: 12px; }
  .main-collection__load-more button {
    border: 2px solid #DFE0E1 !important;
    width: 85%; }
  .main-collection__footer.loading span {
    height: 20px;
    width: 100%; }
  .main-collection .clamp-html {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .main-collection .clamp-html.clamped {
      -webkit-line-clamp: 3; }
    .main-collection .clamp-html .view-toggle {
      cursor: pointer;
      color: blue;
      margin-top: 0.5rem;
      display: inline-block; }

.plp-modal .modal-dialog {
  max-width: 960px; }

.plp-modal .btn-close {
  top: 10px;
  right: 10px;
  z-index: 1; }

.plp-modal .view-detail-link {
  font-size: 14px; }
  .plp-modal .view-detail-link:after {
    content: "\27F6";
    font-size: 30px;
    font-stretch: ultra-expanded;
    display: inline-block;
    margin-left: 5px; }

.plp-modal .card-tag {
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  display: block;
  width: fit-content;
  text-align: center;
  letter-spacing: 2.27273px;
  text-transform: uppercase;
  padding: 4px 10px 2px;
  border-radius: 1rem;
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .plp-modal .card-tag.sale {
    color: #ffffff;
    background: #880808; }

.plp-modal__price .main-price {
  color: #880808; }

.plp-modal__desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-bottom: 0 !important;
  min-height: 96px; }

.plp-modal .quickview-gallery--indicator {
  max-height: 370px;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media only screen and (max-width: 1100px) {
    .plp-modal .quickview-gallery--indicator {
      max-height: 260px; } }
  .plp-modal .quickview-gallery--indicator::-webkit-scrollbar {
    display: none; }
  .plp-modal .quickview-gallery--indicator .swiper-slide {
    height: 64px !important;
    width: 64px;
    cursor: pointer;
    overflow: hidden; }
    @media only screen and (max-width: 1100px) {
      .plp-modal .quickview-gallery--indicator .swiper-slide {
        height: 46px !important;
        width: 46px; } }
    .plp-modal .quickview-gallery--indicator .swiper-slide img {
      object-fit: contain; }
  .plp-modal .quickview-gallery--indicator .swiper-slide-thumb-active {
    border: solid 1px #1d252d; }

.plp-modal .quickview-gallery .swiper-slide {
  max-width: 583px;
  max-height: 583px; }
  .plp-modal .quickview-gallery .swiper-slide img {
    object-fit: contain;
    max-height: 583px; }

.plp-modal .quickview-gallery .to-gallery-video {
  background-color: #eee; }
  .plp-modal .quickview-gallery .to-gallery-video img {
    width: 20px; }
  .plp-modal .quickview-gallery .to-gallery-video a {
    font-family: 'FuturaStd', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px; }

.plp-modal .quickview-gallery__swiper-button-next {
  position: absolute;
  width: 20px;
  right: 10px;
  left: auto;
  top: 40%;
  z-index: 1; }

.plp-modal .quickview-gallery__swiper-button-prev {
  position: absolute;
  width: 20px;
  right: auto;
  left: 10px;
  top: 40%;
  z-index: 1; }

.plp-modal .quickview-gallery__pagination {
  transform: translateX(0) !important; }
  .plp-modal .quickview-gallery__pagination .swiper-pagination-bullet {
    transform: scale(1) !important; }

.plp-modal .card-swatches button {
  width: 2.625em;
  height: 2.625em;
  border-color: #D2D2D2;
  border-style: solid;
  margin-right: 5px; }
  .plp-modal .card-swatches button.selected {
    border-color: #1D252D; }
  .plp-modal .card-swatches button.oos {
    opacity: .5; }
  .plp-modal .card-swatches button img {
    object-fit: cover; }

.plp-modal .btn.btn-primary {
  font-size: 12px; }

.refine-by-modal {
  z-index: 1080; }
  .refine-by-modal .modal-dialog {
    max-width: 90% !important;
    float: right !important; }
    .refine-by-modal .modal-dialog button.fixed-bottom {
      right: 0;
      left: auto; }
    @media (min-width: 992px) {
      .refine-by-modal .modal-dialog {
        max-width: 29.375em !important; } }
  .refine-by-modal .modal-dialog, .refine-by-modal .modal-content {
    height: 100%; }
  .refine-by-modal .modal-body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    height: 100%;
    overflow: hidden; }
  .refine-by-modal .modal-body::-webkit-scrollbar {
    display: none; }
  .refine-by-modal:not(.show) .modal-dialog {
    transform: translate(100%, 0); }
  .refine-by-modal__top {
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3; }
  .refine-by-modal__wrapper {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px !important; }
  .refine-by-modal__filter__options label {
    border-bottom: 1px solid #e3e3e3; }
  .refine-by-modal__filter__options a {
    font-size: 13px;
    line-height: 28px;
    display: block; }
  .refine-by-modal__filter .brands-items {
    max-height: 190px;
    overflow-y: scroll; }
    .refine-by-modal__filter .brands-items input {
      position: absolute;
      left: 0;
      z-index: -1;
      width: 1.25em;
      height: 1.25em;
      opacity: 0; }
    .refine-by-modal__filter .brands-items label {
      border: none;
      font-size: 13px;
      position: relative;
      line-height: 20px; }
      .refine-by-modal__filter .brands-items label:before {
        position: absolute;
        top: 0em;
        left: 0;
        display: block;
        width: 1.25em;
        height: 1.25em;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #fff solid 1px;
        border-color: #a3a3a3; }
      .refine-by-modal__filter .brands-items label:after {
        position: absolute;
        top: 0em;
        left: -1.75em;
        display: block;
        width: 1.25em;
        height: 1.25em;
        content: "";
        background: 50% / 50% 50% no-repeat; }
    .refine-by-modal__filter .brands-items input:checked ~ label:after {
      width: 9px;
      height: 6px;
      border: 2px solid #000;
      border-top: none;
      border-right: none;
      background: 0 0;
      -ms-transform: rotate(-50deg);
      -webkit-transform: rotate(-50deg);
      transform: rotate(-50deg);
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 4px;
      left: 4px; }

input.multi-level-accord:checked ~ ul {
  display: block !important; }

input.multi-level-accord:checked ~ div svg {
  transform: rotate(90deg); }

.cart-page {
  padding-top: 40px; }
  .cart-page .fa {
    font-family: FontAwesome !important; }
  .cart-page .breadcrumbs .icon-arrow {
    padding: 0;
    flex: 1;
    position: relative;
    margin-left: 20px;
    font-size: 8px;
    margin-right: 10px; }
    .cart-page .breadcrumbs .icon-arrow:before {
      font-weight: 900;
      position: absolute;
      content: "\e911";
      left: -10px;
      top: 0;
      color: #000; }
  .cart-page h1, .cart-page .h1 {
    font-size: 30px; }
  .cart-page__left {
    border-right: 1px solid #ededed; }
  .cart-page__shipping {
    background-color: #f4f4f4; }
    .cart-page__shipping svg {
      width: 40px;
      display: inline-block;
      margin-right: 10px; }
  .cart-page__proggress-bar {
    background-color: #e7e7e7;
    height: 6px;
    left: 0;
    bottom: 0; }
  .cart-page__proggress-bar--fill {
    background-color: #1D252D;
    height: 100%; }
  .cart-page__item {
    display: grid;
    grid-template-columns: 25% 40% 25% 10%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "item item item remove" "blank wishlist wishlist wishlist" "blank quantity total total";
    border-bottom: 1px solid #ededed; }
    .cart-page__item.cart-item-loading {
      opacity: .5;
      pointer-events: none; }
    .cart-page__item:last-child {
      border-bottom: none; }
    @media only screen and (min-width: 1100px) {
      .cart-page__item {
        grid-template-columns: 50% 17.5% 12.5% 10% 10%;
        grid-template-rows: auto;
        grid-template-areas: "item quantity total wishlist remove"; } }
    .cart-page__item .cart-item-item {
      grid-area: item; }
      .cart-page__item .cart-item-item img {
        width: 100px;
        object-fit: none;
        max-height: 150px; }
      .cart-page__item .cart-item-item__vendor {
        font-size: 12px;
        color: #AAA !important;
        padding-bottom: 8px;
        text-transform: uppercase; }
      .cart-page__item .cart-item-item__title {
        font-size: 14px; }
      .cart-page__item .cart-item-item__variant {
        text-transform: capitalize;
        color: #AAA;
        font-size: 12px; }
    .cart-page__item .cart-item-quantity {
      grid-area: quantity; }
    .cart-page__item .cart-item-total {
      grid-area: total; }
    .cart-page__item .cart-item-wishlist {
      grid-area: wishlist; }
      .cart-page__item .cart-item-wishlist .bookmarked {
        color: #1D252D; }
      @media only screen and (max-width: 1100px) {
        .cart-page__item .cart-item-wishlist .fa::after {
          content: 'Move to wishlist';
          margin-left: 10px;
          font-size: 13px;
          text-decoration: underline;
          color: #1D252D !important; } }
    .cart-page__item .cart-item-remove {
      grid-area: remove;
      cursor: pointer; }
      .cart-page__item .cart-item-remove svg {
        width: 20px; }
  .cart-page__summary hr {
    border-bottom: 1px solid #ededed;
    width: 100%;
    display: block;
    margin: 10px 0 10px 0; }
  .cart-page__summary__title {
    font-size: 19px;
    text-transform: none;
    letter-spacing: 1px; }
  .cart-page__discount-form button {
    background-color: #1d252d;
    color: #fff;
    border-color: #1d252d !important; }
  .cart-page__discount-form p {
    font-size: 14px; }
  .cart-page__to-checkout button {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal; }
  .cart-page__to-checkout .secure-payment svg {
    color: #a7a7a7;
    margin-right: 12px;
    width: 25px; }
  .cart-page__to-checkout .secure-payment span {
    color: #a7a7a7;
    margin-top: 4px; }
  .cart-page__to-checkout-sticky {
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px;
    background-color: white;
    transform: translateY(150%);
    transition: transform .25s ease-in-out;
    box-shadow: 0px 2px 7px 3px #e7e7e7; }
    .cart-page__to-checkout-sticky.show {
      transform: translateY(0); }
  .cart-page__infos svg {
    width: 36px;
    margin-right: 10px; }
  .cart-page__assistance {
    background-color: #f4f4f4; }
    .cart-page__assistance svg {
      width: 20px; }
    .cart-page__assistance .assistance-icon {
      width: 40px;
      height: 40px;
      background-color: white; }
  .cart-page .scDiscount > div {
    width: 100% !important; }
  .cart-page .scDiscount .sc_simple-container .sc_code-btn #submit {
    background-color: #1D252D;
    border-radius: 0;
    background-color: #1D252D !important;
    border-radius: 0;
    border-color: #1D252D !important; }
  .cart-page .gift-items-selector-cart__slide {
    overflow: hidden !important; }

.cart-shipping-calculator__toggle svg {
  width: 40px;
  display: inline-block;
  margin-right: 10px; }

.cart-shipping-calculator__toggle .fa {
  position: absolute;
  right: 0;
  top: 7px; }

.cart-shipping-calculator h4, .cart-shipping-calculator .h4 {
  font-size: 16px;
  text-transform: none; }

.cart-shipping-calculator .get-rates {
  background-color: #1D252D !important; }

.cart-quantity__last-stock {
  font-size: 12px; }

.cart-quantity input {
  width: 2em;
  text-align: center;
  display: block;
  font-size: 15px;
  border: #e2e2e2 1px solid;
  border-color: #e2e2e2 !important; }

.cart-quantity input::-webkit-outer-spin-button,
.cart-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.cart-quantity .qty-minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #e2e2e2 !important;
  padding-left: 0;
  padding-right: 0; }

.cart-quantity .qty-plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #e2e2e2 !important;
  padding-left: 0;
  padding-right: 0; }

.cart-quantity .icon-minus:before {
  content: "-" !important; }

.cart-quantity .icon-plus:before {
  content: "+" !important; }

.cart-recomendation {
  border-top: 1px solid #ededed; }
  .cart-recomendation__heading {
    font-size: 24px; }
    @media only screen and (min-width: 1100px) {
      .cart-recomendation__heading {
        font-size: 30px; } }
  .cart-recomendation__img button {
    bottom: 0;
    transform: translateY(40px);
    transition: .2s ease-out transform; }
  .cart-recomendation__img:hover button {
    transform: translateY(0px);
    transition: .2s ease-in transform; }
  .cart-recomendation__swiper-next {
    right: -26px;
    height: 100%;
    z-index: 1000;
    background-color: #1D252D08;
    padding: 0px;
    width: 26px;
    align-items: center;
    display: flex;
    justify-content: center; }
    .cart-recomendation__swiper-next svg {
      width: 16px; }
  .cart-recomendation__swiper-prev {
    left: -26px;
    height: 100%;
    z-index: 1000;
    background-color: #1D252D08;
    padding: 0px;
    width: 26px;
    align-items: center;
    display: flex;
    justify-content: center; }
    .cart-recomendation__swiper-prev svg {
      width: 16px; }

.cart-drawer {
  z-index: 1080; }
  .cart-drawer .modal-dialog {
    max-width: 95% !important;
    float: right !important; }
    @media only screen and (min-width: 1100px) {
      .cart-drawer .modal-dialog {
        max-width: 29.375em !important; } }
  .cart-drawer .modal-dialog, .cart-drawer .modal-content {
    height: 100%; }
  .cart-drawer .modal-body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .cart-drawer .modal-body::-webkit-scrollbar {
    display: none; }
  .cart-drawer:not(.show) .modal-dialog {
    transform: translate(100%, 0); }
  .cart-drawer__topbar {
    background-color: #1D252D; }
    .cart-drawer__topbar h4, .cart-drawer__topbar .h4 {
      color: #fff;
      font-size: 18px; }
    .cart-drawer__topbar svg {
      width: 22px; }
  .cart-drawer__item {
    border-bottom: 1px solid #f5f5f5; }
    .cart-drawer__item.cart-item-loading {
      opacity: .5;
      pointer-events: none; }
    .cart-drawer__item img {
      object-fit: contain;
      max-height: 150px; }
    .cart-drawer__item .cart-item-item__vendor {
      font-size: 12px;
      color: #AAA !important;
      padding-bottom: 8px;
      text-transform: uppercase; }
    .cart-drawer__item .cart-item-item__title {
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
    .cart-drawer__item .cart-item-item__variant {
      text-transform: capitalize;
      color: #AAA;
      font-size: 12px; }
    .cart-drawer__item .cart-item-remove svg {
      width: 20px; }
    .cart-drawer__item .col-3 {
      position: relative;
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: flex-end !important; }
  .cart-drawer__free-shipping-lines .outer {
    height: 10px;
    background-color: #f4f4f4; }
  .cart-drawer__free-shipping-lines .filled {
    background-color: #1D252D;
    height: 10px; }
  .cart-drawer__free-shipping-lines svg {
    width: 40px;
    margin-right: 15px; }
  .cart-drawer__free-shipping-lines span {
    font-size: 12px; }
  .cart-drawer__recomendation {
    background-color: #f5f5f5; }
  .cart-drawer__rec-item img {
    max-width: 85px;
    max-height: 85px;
    margin: 5px; }
  .cart-drawer__rec-item .rec-item__vendor {
    color: #444444;
    font-size: 7px;
    letter-spacing: 2.33px;
    text-transform: uppercase;
    line-height: 9px;
    display: inline-block !important; }
  .cart-drawer__rec-item .rec-item__title {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box !important; }
  .cart-drawer__rec-item button {
    font-size: 12px; }
  .cart-drawer__to-checkout button {
    font-size: 14px; }
  .cart-drawer__to-checkout .btn-outline-primary:hover {
    color: #fff !important; }
  .cart-drawer__summary__subtotal .text-danger {
    color: #900000; }
  .cart-drawer__summary__subtotal p {
    margin-bottom: 8px; }
  .cart-drawer .bss_pl_img img.bss-pl-frontend {
    width: 30px !important;
    max-width: 30px !important;
    height: auto !important;
    object-fit: unset;
    left: 15px !important;
    top: 15px !important; }
  .cart-drawer .bss_pl_img img[alt="HC warranty"].bss-pl-frontend {
    width: 72px !important;
    max-width: 72px !important; }
  @media (max-width: 767.98px) {
    .cart-drawer__rec-item .col-6 {
      max-width: 47% !important; } }
  .cart-drawer__rec-item .col-6 .bss_pl_img {
    max-width: 25px;
    min-height: 25px; }
    .cart-drawer__rec-item .col-6 .bss_pl_img img.bss-pl-frontend {
      max-width: 25px;
      left: 5px !important;
      top: 10px !important; }
  .cart-drawer__rec-item .col-6 > a {
    display: inline-block; }
  .cart-drawer .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: none !important; }

.article-template .breadcrumb {
  font-size: 13px; }

.article-template .article_title {
  font-size: 24px;
  letter-spacing: 1px; }

.article-template .article_content img {
  width: auto;
  max-width: 100%; }

.article-template .author_share_wrap {
  width: 100%;
  border-top: 1px solid #cccccc;
  min-height: 40px;
  padding: 15px 0;
  margin-top: 15px;
  overflow: auto; }

.article-template .blog_share {
  width: 38%;
  float: right;
  text-align: right; }
  @media only screen and (max-width: 1100px) {
    .article-template .blog_share {
      width: 100%; } }

.article-template .social_buttons {
  font-size: 1em;
  margin-bottom: 25px;
  border: none;
  border-top: none;
  padding-top: 15px; }

.article-template .share-btn {
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  margin-right: 6px;
  margin-bottom: 10px; }
  .article-template .share-btn a {
    color: #fff;
    padding: 6px 6px 4px 6px;
    border: solid 1px #e2e2e2;
    display: inline-block;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s; }
    @media only screen and (min-width: 1100px) {
      .article-template .share-btn a {
        padding: 10px 10px 8px 10px; } }
  .article-template .share-btn .icon-twitter-share:before {
    content: "\ea96";
    color: #09AEEC; }
  .article-template .share-btn .icon-facebook-share:before {
    content: "\ea90";
    color: #49659D; }
  .article-template .share-btn .icon-pinterest-share:before {
    content: "\e906";
    color: #CB1F2A; }
  .article-template .share-btn .icon-gplus-share:before {
    content: "\e907";
    color: #CC3A2B; }
  .article-template .share-btn .icon-mail-share:before {
    content: "\e905";
    color: #888; }

.blog-banner {
  height: 250px; }
  .blog-banner h1, .blog-banner .h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px; }
  .blog-banner p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    max-width: 620px; }
  .blog-banner__content {
    bottom: 0; }
  .blog-banner .breadcrumbs {
    padding: 0;
    margin: 0;
    display: block;
    text-align: left; }
    .blog-banner .breadcrumbs .breadcrumb {
      position: relative;
      display: inline-block;
      float: none;
      color: #757575;
      font-size: 13px;
      margin: 0;
      line-height: 1.5; }
      .blog-banner .breadcrumbs .breadcrumb:before {
        content: "/";
        top: 0;
        color: #fff;
        margin: 0 4px 0 7px;
        font-size: 12px; }
      .blog-banner .breadcrumbs .breadcrumb:first-child:before {
        content: ' ';
        margin: 0px; }

.blog-content .pagination a {
  font-size: 16px; }

.blog-content .pagination .page-prev {
  position: relative; }
  .blog-content .pagination .page-prev:before {
    display: inline-block;
    width: 1em;
    position: absolute;
    font-family: "turbo-icons";
    font-style: normal;
    font-weight: 900;
    position: absolute;
    content: "\e911";
    margin-right: 0;
    font-size: 12px; }

.blog-content .pagination .page-next {
  position: relative; }
  .blog-content .pagination .page-next:before {
    display: inline-block;
    width: 1em;
    position: absolute;
    font-family: "turbo-icons";
    font-style: normal;
    font-weight: 900;
    position: absolute;
    content: "\e911";
    margin-right: 0;
    font-size: 12px; }

.blog-content .pagination .arrow {
  width: 20px; }
  .blog-content .pagination .arrow.left {
    transform: rotate(180deg); }

.blog-filter {
  border-bottom: 1px solid #eaedf1; }
  .blog-filter ul {
    list-style: none; }
    .blog-filter ul a {
      background-color: #eaedf1; }
      .blog-filter ul a .active {
        background-color: #343b41;
        color: #fff; }

.article-card__image img {
  object-fit: cover;
  height: 150px; }
  @media only screen and (min-width: 1100px) {
    .article-card__image img {
      height: 410px; } }

.article-card__tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #b7bbc1;
  text-transform: uppercase; }

.article-card__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #b7bbc1; }

.article-card h2, .article-card .h2 {
  font-size: 16px; }
  @media only screen and (min-width: 1100px) {
    .article-card h2, .article-card .h2 {
      font-size: 20px; } }

.template-404-section {
  padding: 100px 0; }
  .template-404-section .search-form input {
    display: block;
    width: 100%;
    height: 42px;
    min-height: 42px;
    padding: 0 10px;
    margin: 0;
    line-height: 19px;
    border: 1px solid #cccccc;
    outline: none;
    background: #fff;
    color: #5f6a7d;
    margin-bottom: 15px; }

.scroll-to-top-cta {
  transition: .5s ease bottom;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 90px;
  cursor: pointer;
  border-radius: 100%;
  background-color: white;
  padding: 2px; }
  @media only screen and (min-width: 1100px) {
    .scroll-to-top-cta {
      bottom: 80px; } }
  .show-product-form-sticky .scroll-to-top-cta {
    bottom: 150px; }
  .show-product-form-sticky--three-lines .scroll-to-top-cta {
    bottom: 220px; }

.shogun-form-box .shogun-form-text-input-field {
  height: 42px;
  padding: 0 10px;
  line-height: 22px;
  margin-bottom: 15px; }

.shogun-form-box button {
  margin: 0 !important;
  height: 42px;
  padding: 10px !important; }

.shogun-form-box svg {
  width: 20px !important; }

.template-page table {
  margin-bottom: 20px;
  width: 100%; }
  .template-page table tr {
    border-bottom: 1px solid #DCDCDC; }
    .template-page table tr:first-child {
      border-top: 1px solid #DCDCDC; }
  .template-page table td, .template-page table th {
    border-right: 1px solid #DCDCDC;
    padding: 4px; }
    .template-page table td:first-child, .template-page table th:first-child {
      border-left: 1px solid #DCDCDC; }

.list-letters-section {
  transition: all linear .2s;
  z-index: 998;
  position: sticky;
  top: 145px; }
  .list-letters-section.move-list-letters {
    top: 124px; }
  @media only screen and (max-width: 1199px) and (min-width: 769px) {
    .list-letters-section {
      top: 118px; }
      .list-letters-section.move-list-letters {
        top: 94px; } }
  @media (max-width: 768px) {
    .list-letters-section {
      top: 115px; }
      .list-letters-section.move-list-letters {
        top: 95px; } }
  .list-letters-section__content h3, .list-letters-section__content .h3 {
    font-size: 35px; }
    @media (max-width: 768px) {
      .list-letters-section__content h3, .list-letters-section__content .h3 {
        text-align: center; } }

.list-letters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  list-style: none;
  background-color: #fff !important;
  opacity: 1;
  border-bottom: 1px solid #ddd; }
  @media only screen and (max-width: 1199px) and (min-width: 769px) {
    .list-letters {
      padding-top: 30px; } }
  @media (max-width: 768px) {
    .list-letters {
      padding-bottom: 0; } }
  .list-letters li {
    padding: 6px 5px;
    display: inline-block; }
    .list-letters li a {
      font-size: 20px; }

.li-brands {
  list-style: none;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  width: 100%;
  display: inline-block; }
  .li-brands .brand-group {
    height: auto;
    display: flow-root;
    margin-bottom: 35px;
    padding-top: 130px;
    margin-top: -130px; }
  .li-brands li {
    width: 25%;
    float: left; }
    @media (max-width: 1024px) {
      .li-brands li {
        width: 33%; } }
    @media (max-width: 768px) {
      .li-brands li {
        width: 100%; } }
  .li-brands h3, .li-brands .h3 {
    font-size: 35px;
    width: 25%; }
    @media (max-width: 768px) {
      .li-brands h3, .li-brands .h3 {
        width: 100%; } }
  @media (max-width: 768px) {
    .li-brands {
      padding-left: 0;
      text-align: center;
      padding-bottom: 40px; } }

@media (min-width: 768px) {
  .template-page .image-align--right .featured-link--image {
    order: 1; } }

.template-page .featured-link--section .featured-link--half {
  align-items: center;
  display: flex; }

.template-page .featured-link--section .collection_title {
  font-family: 'FuturaStd-Medium', 'Century Gothic', AppleGothic, sans-serif;
  font-size: 24px;
  font-weight: lighter;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #1d252d;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px; }

.template-page .featured-link--section .description {
  position: relative;
  font-size: 1.3vw;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #1d252d; }

.template-page .page-divider {
  opacity: 0; }

.template-page .small_title {
  font-size: 16px; }

.template-page .shg-row .shg-btn {
  color: white !important; }

.page-contact .contact-main-container {
  padding: 32px; }

.page-contact .contact-search-container {
  background: #f8f8f8; }

.page-contact .contact-search-inner {
  padding: 32px; }

.page-contact .contact-search-header {
  font-weight: 700; }

.page-contact .contact-prompts-container .live-chat {
  text-decoration: underline;
  cursor: pointer; }

.page-contact .contact-prompt-container {
  border-left: 4px solid #42abc8;
  box-shadow: 0 1px 4px 0 rgba(35, 35, 35, 0.16);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px; }

.page-contact .contact-prompt-header {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700; }

.page-contact .contact-prompt-inner {
  font-size: 14px;
  margin: 0 0 20px 0;
  font-family: 'FuturaStd-Book'; }

.page-contact .contact-faqs-container {
  margin-top: 24px; }

.page-contact .contact-faqs-header {
  margin: 24px 0;
  font-weight: 700; }

.page-contact .contact-faq-container {
  position: relative; }

.page-contact .contact-faq-label {
  cursor: pointer;
  color: #4d4d4d;
  padding: 12px 32px 12px 0; }

.page-contact .contact-faq-checkbox {
  display: block;
  height: 0;
  cursor: pointer;
  visibility: hidden; }
  .page-contact .contact-faq-checkbox::before {
    content: '+';
    position: absolute;
    right: 11px;
    font-size: 20px;
    top: 9px;
    visibility: visible; }

.page-contact .contact-faq-checkbox:checked::before {
  content: '_';
  font-size: 22px;
  font-weight: 700;
  top: 1px; }

.page-contact .contact-faq-content {
  display: none; }

.page-contact .contact-faq-checkbox:checked + .contact-faq-content {
  display: block;
  padding: 12px 0; }

.page-contact .contact-faq-content h2, .page-contact .contact-faq-content .h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0; }

.page-contact .contact-faq-content p {
  margin-bottom: 20px; }

.page-contact .contact-form-container label.error {
  color: #b94a48;
  font-size: 12px; }

.page-contact .contact-form-container input.error, .page-contact .contact-form-container textarea.error {
  border-color: #b94a48; }

.page-contact .contact-form-container .form-submitted p {
  font-size: 28px;
  text-align: center; }

.page-contact .contact-form-inner {
  margin: 16px 0; }

.page-contact .contact-details-container {
  padding-top: 20px; }
  @media only screen and (max-width: 1024px) and (orientation: landscape) {
    .page-contact .contact-details-container {
      position: relative;
      bottom: 90px; } }
  .page-contact .contact-details-container .contact-details {
    display: flex;
    flex-direction: column; }
    .page-contact .contact-details-container .contact-details > span {
      white-space: nowrap; }
    .page-contact .contact-details-container .contact-details .phone-number {
      margin-top: 10px; }

.page-contact .contact-search-inner .contact-search-input {
  display: block;
  width: 100%;
  height: 42px;
  min-height: 42px;
  padding: 0 10px;
  margin: 0;
  line-height: 22px;
  border: 1px solid #cccccc;
  outline: none;
  background: #fff;
  color: #5f6a7d;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px; }

.page-contact .footer {
  margin-top: 0; }

.page-contact .maps {
  position: relative;
  bottom: -6px; }

.search-page__infos {
  border: 1px solid #eee;
  padding: 6px; }
  .search-page__infos span {
    font-size: 15px; }
  @media (max-width: 991.98px) {
    .search-page__infos .total-products {
      width: 50%;
      text-align: center; } }
  @media (max-width: 991.98px) {
    .search-page__infos .total-categories {
      width: 50%;
      text-align: center; } }
  .search-page__infos .wrapper-label {
    border-radius: 3px;
    cursor: pointer;
    color: #0288d1; }
    .search-page__infos .wrapper-label.active {
      color: #1d252d;
      background-color: #f7f7f7; }

.search-page__filter-btn {
  text-align: left;
  border: 1px solid #1D252D; }

.search-page__filter {
  font-size: 14px; }
  @media (min-width: 992px) {
    .search-page__filter {
      width: 230px; } }
  .search-page__filter .accordion-item:hover {
    background-color: #f7f7f7; }
  .search-page__filter .accordion-item.filter-one {
    border-bottom: 1px solid #eee; }
  .search-page__filter .icon-arrow {
    padding: 0;
    flex: 1;
    position: relative;
    width: 20px; }
    .search-page__filter .icon-arrow:before {
      font-weight: 900;
      position: absolute;
      right: 6px;
      top: 2px;
      content: "\e911";
      margin-right: 0;
      transform: rotate(90deg);
      font-size: 11px; }
  .search-page__filter .accordion-button {
    text-decoration: none; }
    .search-page__filter .accordion-button:not(.collapsed) .icon-arrow:before {
      transform: rotate(270deg); }
  .search-page__filter__options label {
    border-bottom: 1px solid #e3e3e3; }
  .search-page__filter__options a {
    font-size: 13px;
    line-height: 28px;
    display: block; }
  .search-page__filter .brands-items {
    max-height: 190px;
    overflow-y: scroll; }
    @media (min-width: 992px) {
      .search-page__filter .brands-items {
        width: 218px; } }
    .search-page__filter .brands-items input {
      position: absolute;
      left: 0;
      z-index: -1;
      width: 1.25em;
      height: 1.25em;
      opacity: 0; }
    .search-page__filter .brands-items label {
      border: none;
      font-size: 13px;
      position: relative;
      line-height: 20px; }
      .search-page__filter .brands-items label:before {
        content: "";
        background-color: #fff;
        border: #fff solid 1px;
        border-color: #a3a3a3;
        width: 12px;
        height: 12px;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 2px;
        background: #fff;
        border-radius: 2px; }
      .search-page__filter .brands-items label:after {
        position: absolute;
        top: 0em;
        left: -1.75em;
        display: block;
        width: 1.25em;
        height: 1.25em;
        content: "";
        background: 50% / 50% 50% no-repeat; }
    .search-page__filter .brands-items input:checked ~ label:after {
      width: 9px;
      height: 6px;
      border: 2px solid #000;
      border-top: none;
      border-right: none;
      background: 0 0;
      -ms-transform: rotate(-50deg);
      -webkit-transform: rotate(-50deg);
      transform: rotate(-50deg);
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 4px;
      left: 4px; }

.search-page__dropdown button {
  outline: 0;
  box-shadow: none;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  display: block;
  line-height: 20px;
  margin: 10px 10px 5px 10px;
  padding: 0 6px;
  position: relative;
  margin-top: 7px; }
  @media (max-width: 991.98px) {
    .search-page__dropdown button {
      border: 1px solid #1D252D;
      padding: 8.5px 10px; } }

.search-page__dropdown ul {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  display: none;
  list-style: none;
  margin: -5px 10px 0 0;
  min-width: 150px;
  padding: 5px 0;
  position: absolute;
  right: 0;
  z-index: 99; }

@media (min-width: 992px) {
  .search-page__result {
    width: calc(100% - 230px); } }

.search-page__result .categories-item span {
  font-size: 16px; }

.search-page__refine-by-modal {
  font-size: 14px; }

.search-page .categories-item {
  border-bottom: 1px solid #eee; }
  .search-page .categories-item span {
    font-size: 16px; }

.price-range-wrapper input {
  display: inline-block;
  padding: 0 5px;
  height: 28px;
  outline: 0;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  box-shadow: none;
  color: #666;
  float: none;
  font-size: 13px;
  width: 46%; }

.price-range__thumb {
  height: 16px;
  width: 8px;
  background: #1D252D;
  top: 4px;
  border-radius: 3px; }
  .price-range__thumb.animated {
    transition: left .5s ease; }

.price-range__track {
  width: 100%;
  background-color: #eee;
  height: 4px; }

.snize-ac-results-multicolumn-list .snize-product a {
  flex-direction: row; }

.account-form-template {
  display: flex;
  margin: 0 auto !important;
  padding: 50px 0; }
  @media (max-width: 991.98px) {
    .account-form-template {
      flex-flow: column; } }
  .account-form-template .customer-template__account-content {
    width: 50%;
    padding: 25px 0; }
    @media (max-width: 991.98px) {
      .account-form-template .customer-template__account-content {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px; } }
  .account-form-template .customer-template__account-banner {
    width: 50%;
    padding-right: 80px; }
    @media (max-width: 991.98px) {
      .account-form-template .customer-template__account-banner {
        width: 100%;
        padding-right: 0px; } }
  .account-form-template h1, .account-form-template .h1 {
    font-size: 24px;
    margin-bottom: 60px; }
  @media only screen and (min-width: 1100px) {
    .account-form-template .col-lg-4 {
      width: 35%; } }
  .account-form-template .action_bottom .btn {
    background-color: #1D252D;
    color: white; }
  .account-form-template .ssi-buttons a {
    width: calc(50% - 7.5px);
    width: 100%;
    margin: 5px 0; }
    @media (min-width: 992px) {
      .account-form-template .ssi-buttons a {
        width: calc(50% - 7.5px); } }
  @media (min-width: 992px) {
    .account-form-template .ssi-buttons .ssi-button-facebook {
      margin-right: 7.5px;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .account-form-template .ssi-buttons .ssi-button-google {
      margin-left: 7.5px;
      margin-right: 0; } }
  .account-form-template #recover-password h4, .account-form-template #recover-password .h4 {
    font-size: 16px; }

.account-template h1, .account-template .h1 {
  font-size: 20px;
  text-transform: none; }
  @media (min-width: 992px) {
    .account-template h1, .account-template .h1 {
      font-size: 24px; } }

.account-template h4, .account-template .h4 {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 1px; }

@media (min-width: 992px) {
  .account-template aside {
    border-right: 1px solid #aaaaaa; } }

.account-template table td:first-child, .account-template table th:first-child {
  border-left: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC; }

.account-template table tr:first-child {
  border-top: 1px solid #DCDCDC; }

.account-template table tr {
  border-bottom: 1px solid #DCDCDC; }

.account-template table td, .account-template table th {
  border-right: 1px solid #DCDCDC;
  padding: 4px; }

.account-template table th {
  font-weight: 700;
  background: #f9f9f9;
  text-align: left; }

@media only screen and (max-width: 1100px) {
  .account-template table td {
    font-size: 12px;
    max-width: 70px;
    overflow: hidden; } }

.account-template table td.name {
  text-decoration: underline; }

.addresses-page .address_actions .action_edit a {
  background-color: #000;
  padding: 10px 15px;
  color: white !important;
  margin-right: 5px; }

.addresses-page .address_actions .action_delete a {
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #000; }

.btn-f-icon-close {
  z-index: 99999;
  position: fixed;
  top: 40%;
  right: 30px;
  transform: rotate(90deg) translate(50%, 0px);
  margin-right: 0px;
  transform-origin: right top;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 8.5px 10px 10px;
  border: 1px solid #ddd; }

.btn-f-klaviyo {
  z-index: 90000;
  position: fixed;
  top: 40%;
  right: 4px;
  margin-right: 0px;
  transform-origin: right top;
  cursor: pointer; }

.template-app .wishlistpage .btn, .template-app .modal .btn {
  border-radius: unset !important; }

.template-app .wishlistpage .row, .template-app .modal .row {
  display: flex; }

.template-app .wishlistpage .allbuttons a.addbutton, .template-app .modal .allbuttons a.addbutton {
  display: inline-block !important; }

.template-app .cart-drawer .bss_pl_img {
  visibility: hidden !important; }

.template-app .cart-drawer.modal {
  background: rgba(0, 0, 0, 0.5); }

.template-app .cart-drawer .modal-content .modal-footer {
  padding: 20px 15px !important; }

.template-app .sw-login-notification {
  margin-top: 10px; }

.template-app .cart-drawer__items .cart-drawer__item .col-3 {
  display: flex !important;
  vertical-align: top !important; }

.template-app .cart-drawer__items .cart-drawer__item .col-6 {
  display: inline-block !important;
  vertical-align: top !important; }

.template-app .cart-drawer__summary__subtotal p {
  display: inline-block !important; }

.template-app .cart-drawer__summary__subtotal p:nth-child(even) {
  text-align: right !important; }

.template-app .cart-drawer__summary__subtotal p:nth-child(odd) {
  text-align: left !important; }

.template-app #cart-page__drawer .gift-item-card .btn-dark {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 15px;
  width: 90% !important;
  margin: 0 auto !important;
  max-width: 90%;
  display: block; }

.template-app .cart-drawer__to-checkout .btn {
  font-family: 'FuturaStd-Medium', sans-serif;
  padding: 0.8125em 3.375em !important;
  letter-spacing: normal;
  font-weight: 600 !important; }

.template-app .cart-drawer__to-checkout .btn-primary {
  font-size: 14px !important;
  min-width: 100% !important;
  background: #1D252D !important;
  border: none !important;
  margin-top: 15px; }

.template-app .cart-drawer__topbar.justify-content-between {
  justify-content: unset !important; }
  .template-app .cart-drawer__topbar.justify-content-between h4, .template-app .cart-drawer__topbar.justify-content-between .h4 {
    width: 100% !important; }

.template-app .products .product .bss_pl_img img {
  width: 50px !important;
  max-width: 50px !important;
  height: auto !important;
  object-fit: unset;
  left: 0 !important;
  top: 0 !important; }

.template-app .products .product .bss_pl_img img[alt="HC warranty"] {
  width: 50% !important;
  max-width: 50% !important; }

.template-app .products .text h3, .template-app .products .text .h3 {
  min-height: 40px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px; }
  .template-app .products .text h3 a, .template-app .products .text .h3 a {
    display: block;
    height: 40px; }

.template-app .products .text .variant_title {
  min-height: 36px;
  font-size: 11px; }

.template-app .products .buttons {
  padding: 0; }

.template-app .products .container-fluid, .template-app .products .container-sm, .template-app .products .container-md, .template-app .products .container-lg, .template-app .products .container-xl {
  padding: 0; }
  .template-app .products .container-fluid .col-md-4, .template-app .products .container-sm .col-md-4, .template-app .products .container-md .col-md-4, .template-app .products .container-lg .col-md-4, .template-app .products .container-xl .col-md-4 {
    width: 25%;
    margin: 0; }
  @media (max-width: 767.98px) {
    .template-app .products .container-fluid .col-sm-4, .template-app .products .container-sm .col-sm-4, .template-app .products .container-md .col-sm-4, .template-app .products .container-lg .col-sm-4, .template-app .products .container-xl .col-sm-4 {
      width: 50%; } }

@media (max-width: 991.98px) {
  .template-app .modal-dialog {
    max-width: 95%; }
  .template-app .container.wishlistbodycontainer .bss_pl_img {
    visibility: hidden !important; }
    .template-app .container.wishlistbodycontainer .bss_pl_img img {
      max-width: 7% !important; } }

@media (max-width: 767.98px) {
  .template-app .product .image img.img-responsive {
    min-width: unset !important; } }

.template-app tracking-page svg {
  width: 24px; }

.boost-pfs-quickview-quantity {
  float: left;
  display: inline-block;
  min-width: 100px;
  max-width: 50%; }

html body.reviews-popup,
html.reviews-popup {
  height: auto !important; }

.sw_preloader {
  display: none !important; }

.sw-login-notification {
  margin-top: 15px; }

button.quick-view {
  border: none !important; }

/*-BSS Label adjustment---*/
.image-wrap .bss_pl_img img.bss-pl-frontend {
  max-width: 60px !important; }
  .image-wrap .bss_pl_img img.bss-pl-frontend:nth-child(2) {
    top: auto;
    bottom: 0;
    max-width: 100px !important; }

.product-main-gallery .bss_pl_img img.bss-pl-frontend {
  top: 0 !important;
  left: 0 !important; }
  .product-main-gallery .bss_pl_img img.bss-pl-frontend:nth-child(2) {
    top: 70% !important;
    max-width: 100px !important; }

/*------------------------*/
@media (max-width: 768px) {
  #launcher {
    display: none; } }

.ins-bundle-label {
  display: none; }

.ins-preview-wrapper .ins-discount-badge-wrapper {
  display: none !important; }

.yotpo-widget-referral-widget .yotpo-email-share-icon {
  width: auto; }
