@charset "UTF-8";
/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.screen-reader-text,
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.galleryModule-lightbox {
  z-index: 999999 !important;
}

.keen-slider.galleryModule-lightbox:not([data-keen-slider-disabled]) {
  position: fixed;
}

.keen-slider {
  width: 100%;
  height: 100%;
}

#hero-slider.keen-slider .keen-slider__slide {
  flex-shrink: 0;
  min-width: 100%;
}

/* these stop any sliders flashing dom elements on the page before the slider has finished loading - FOUC */
#hero-slider.keen-slider {
  visibility: hidden; /* hide initially */
}

#hero-slider.keen-slider.keen-slider--initialized {
  visibility: visible; /* show when KeenSlider is ready */
}

/* Icon inside arrow buttons */
.arrow {
  top: 50%;
  position: absolute;
  width: 16px;
  height: 20px;
}

/* Dots */
.keen-dots {
  position: absolute;
  bottom: 92px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  pointer-events: auto;
  z-index: 10;
  visibility: visible;
}

.keen-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0.6;
}
.keen-dot:hover {
  opacity: 1;
}

.keen-dot.active {
  background: #fff;
  border-color: #fff;
  opacity: 1;
}

#hero-dots {
  gap: 4px;
}
#hero-dots .keen-dot {
  width: 16px;
  height: 16px;
  padding: 0;
}

.modal360 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  justify-content: center;
  align-items: center;
}
.modal360.is-active {
  display: flex;
}
.modal360 .modal360-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 1;
}
.modal360 .modal360-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.modal360 iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.modal360 .modal360-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
Theme Name: South Hereford Motorcaravan Centre
Theme URI: http://kal-group.com
Description: South Hereford Motorcaravan Centre Wordpress Theme
Author: KAL Group
Author URI: http://kal-group.com
Version: 1
Tags:

*/
img[class*=wp-image-], .wp-caption {
  display: block;
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.gallery {
  margin: 1em -0.5em;
}

.gallery-item {
  padding: 0.5em;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-item figcaption {
  margin-top: 0.5em;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: #45484c;
  background-color: #363636;
  font-weight: 300;
  line-height: 1.65;
  font-family: "paralucent", sans-serif;
  min-width: 328px;
}

body.menu-open {
  height: 100vh;
  overflow: hidden;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
blockquote,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
  padding: 1em;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  background-color: #0a1b3a;
  color: #00FF00;
  padding: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  margin: 1rem 0;
  text-transform: uppercase;
  line-height: 1.3;
}

h1 {
  font-weight: 800;
  font-size: 1.5em;
}
@media screen and (min-width: 42em) {
  h1 {
    font-size: 1.75em;
  }
}

section h1:not(.productCard-title) {
  font-size: 1.5em;
}

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

.productExcerpt {
  text-transform: none;
}

.stockLabel {
  color: #059114;
}

.stockLabel.sold {
  color: #e40f1b;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 800;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #e40f1b;
  color: white;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 0.8em;
  line-height: 1.5;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  margin: 2rem 0;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: #1f4292;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  margin: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  margin: 0.5rem 0;
}
@media screen and (min-width: 68em) {
  .button-wrapper {
    flex-direction: row;
  }
}
.button-wrapper .button,
.button-wrapper button {
  flex: 1;
  margin: 0.25rem;
}

a.button,
button {
  border: 0;
  border-radius: 4rem;
  max-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
}
a.button.dropdownTab-button,
button.dropdownTab-button {
  max-height: 100%;
}
a.button.badge:not(.badge-small),
button.badge:not(.badge-small) {
  padding: 0.5rem 1rem;
}
@media (max-width: 424px) {
  a.button.badge:not(.badge-small),
  button.badge:not(.badge-small) {
    font-size: 14px;
    padding: 0.5rem 0.5rem;
  }
}
a.button.badge.badge-small:not(.danger),
button.badge.badge-small:not(.danger) {
  background: rgba(255, 255, 255, 0.8);
}
a.button.badge.badge-small,
button.badge.badge-small {
  border: 1px solid rgba(48, 48, 48, 0.3);
  font-size: 12px;
  padding: 6px 10px;
}
a.button.ghost,
button.ghost {
  background: transparent !important;
  color: #fff;
  border: 0.1em solid white;
}
a.button.ghost-primary,
button.ghost-primary {
  background: transparent !important;
  color: #26438D;
  border: 0.1em solid #26438D;
}
a.button.neutral,
button.neutral {
  background: #fff;
  color: #363636;
  border: 0.1em solid #363636;
}
a.button.grey,
button.grey {
  background: #eee;
  color: #363636;
  border: 0.1em solid #eee;
}
a.button.danger,
button.danger {
  background: #D2302B;
  color: #fff;
}
a.button.badge-sold,
button.badge-sold {
  background: black;
  color: #fff;
}
a.button.badge-in-stock, a.button.success,
button.badge-in-stock,
button.success {
  background: #059114;
  color: #fff;
}

input[type=submit],
.button {
  display: block;
  border-radius: 4rem;
  position: relative;
  margin: 1.5rem 0;
  background-color: #1f4292;
  padding: 0.5rem 2rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.cardModule-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 42em) {
  .cardModule-list {
    margin: 0 -1rem;
  }
}

.cardModule-list-item {
  width: 100%;
  padding: 1rem;
  flex: none;
}
@media screen and (min-width: 42em) {
  .cardModule-list-item {
    width: 50%;
  }
}

.cardModule-wrapper {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0.5rem #ccc;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.cardModule-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.cardModule {
  position: relative;
  text-align: left;
  padding: 1rem;
}

.cardModule-roundel-wrapper {
  position: absolute;
  background-color: #e40f1b;
  border: 0.25rem solid #ccc;
  color: white;
  flex-direction: column;
  text-transform: uppercase;
  width: 5.5rem;
  height: 5.5rem;
  right: 1rem;
  top: -3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  line-height: 1;
  font-weight: 300;
}

.cardModule-roundel-wrapper.alternate {
  background-color: #1f4292;
}

.cardModule-roundel span {
  font-weight: 600;
}

.cardModule h2 {
  color: #1f4292;
}

.testimonialModule {
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: #f2f2f2;
  border-radius: 1rem;
  padding: 3rem 2rem 2rem 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 42em) {
  .testimonialModule {
    align-items: center;
    padding: 2rem;
    border-radius: 10rem 1rem 1rem 10rem;
  }
}

.testimonialModule-content {
  flex: 1;
}

.testimonialModule-image-wrapper {
  margin-right: 2rem;
}

.testimonialModule-image-wrapper img {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: -2rem;
  left: 0;
}
@media screen and (min-width: 42em) {
  .testimonialModule-image-wrapper img {
    position: relative;
    width: 6rem;
    height: 6rem;
    left: auto;
    top: auto;
  }
}

.testimonialModule-title {
  font-size: 1em;
  color: #1f4292;
}

.financeproposal-calc-wrapper {
  border: 1px solid #ccc;
}

.finance-calculator.financeproposal-calc-col-header.financeproposal-calc-col-header-1 {
  background-color: #1f4292 !important;
}

dl {
  margin: 0;
}

.definitionList,
.checkList {
  width: 100%;
}

.checkList.columns,
.definitionList.columns {
  column-count: 2;
}

.checkList-item-wrapper,
.definitionList-item-wrapper {
  display: flex;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

dt,
dd {
  display: flex;
  align-items: center;
  font-weight: 300;
  width: 30%;
  margin: 0;
  padding: 0.25rem 0;
}

.checkList.product,
.definitionList.product {
  margin: 0.5rem 0 0 0;
  padding: 0;
  column-gap: 0;
  columns: 1;
}
@media screen and (min-width: 42em) {
  .checkList.product,
  .definitionList.product {
    columns: 2;
  }
}
.checkList.product .checkList-item-wrapper,
.checkList.product .definitionList-item-wrapper,
.definitionList.product .checkList-item-wrapper,
.definitionList.product .definitionList-item-wrapper {
  padding: 0.5rem;
  background-color: #f2f2f2;
  width: 100%;
}
.checkList.product .checkList-item-wrapper:nth-child(even),
.checkList.product .definitionList-item-wrapper:nth-child(even),
.definitionList.product .checkList-item-wrapper:nth-child(even),
.definitionList.product .definitionList-item-wrapper:nth-child(even) {
  background-color: white;
}
.checkList.product dt,
.definitionList.product dt {
  color: #363636;
  width: 10rem;
}

.checkList-item {
  display: flex;
  align-items: center;
}
.checkList-item svg {
  margin-right: 0.5rem;
}

.productCard .definitionList-price-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.definitionList-price-list {
  line-height: 25px;
  margin-top: 1rem;
  width: 100%;
}

.definitionList-price-list dt,
.definitionList-price-list dd {
  font-weight: 300;
  padding: 0;
  text-transform: uppercase;
}

.definitionList-item-wrapper.old-price dt, .definitionList-item-wrapper.old-price dd {
  color: #ccc;
}
.definitionList-item-wrapper.old-price dd {
  text-decoration: line-through;
}

.definitionList-item-wrapper.price dt, .definitionList-item-wrapper.price dd {
  color: #363636;
}

.definitionList-item-wrapper.saving dt, .definitionList-item-wrapper.saving dd {
  color: #e40f1b;
}

.definitionList.columns dt,
.definitionList.columns dd {
  padding: 0;
}

dt {
  font-weight: 600;
  color: #1f4292;
}

dd {
  padding-left: 0.5rem;
}

.siteHeader-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.siteHeader {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  max-width: calc(100% - 6rem);
  border-radius: 0 0 1rem 0;
  height: 70px;
}

.siteHeader-title {
  margin: 0;
}

.siteHeader-contact-wrapper {
  display: none;
}
@media (min-width: 1088px) {
  .siteHeader-contact-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}

.siteHeader-contact {
  color: #1f4292;
  line-height: 1;
  font-size: 16px;
}
@media (min-width: 1248px) {
  .siteHeader-contact {
    font-size: 1.15em;
  }
}

.siteHeader-contact small {
  color: #363636;
}

.siteHeader-contact .opening-times .open {
  color: #13F129;
}

.siteHeader-contact .opening-times .closed {
  color: #fff;
}

.siteHeaderNew-wrapper {
  background-color: #26438D;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.siteHeaderNew-wrapper.sitewide-disabled {
  top: 22px;
}

body.sitewide-notice .siteHeaderNew-wrapper {
  top: 51px;
}

.siteHeaderNew-wrapper.sitewide-disabled .mobile-menu-overlay {
  top: 116px !important;
}

@media (max-width: 1087px) {
  .home.sitewide-notice .mobile-menu-overlay {
    top: 152px;
  }
  .home:not(.sitewide-notice) .mobile-menu-overlay {
    top: 92px;
  }
  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
    width: 100vw;
    z-index: 999;
  }
  .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
.siteHeaderNew {
  display: flex;
  align-items: center;
}
.siteHeaderNew .siteHeader-logo-link svg {
  max-height: 64px;
}
@media (max-width: 424px) {
  .siteHeaderNew .siteHeader-logo-link svg {
    max-width: 100px;
    position: relative;
  }
}
@media (min-width: 1088px) {
  .siteHeaderNew .siteHeader-logo-link svg {
    max-height: 93px;
    position: relative;
    top: -18px;
  }
}
@media (max-width: 991px) {
  .siteHeaderNew {
    justify-content: space-between;
  }
}
@media (min-width: 1088px) {
  .siteHeaderNew {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1248px) {
  .siteHeaderNew {
    max-width: 1216px;
  }
}

/* ==============================
   Mega Menu - SHMC
============================== */
/* ----------------------------
   Navigation Wrapper
-----------------------------*/
.main-nav-wrapper {
  position: relative;
  z-index: 999;
}

/* ----------------------------
   Burger Button
-----------------------------*/
@media (max-width: 991px) {
  .siteHeaderNew .button {
    font-size: 14px;
    padding: 0 1rem 0 1rem !important;
  }
  .burger {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #D2302B;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    height: 24px;
    max-width: 83px;
  }
  .burger .burger-label {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
    left: -7px;
  }
  .burger .burger-lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    position: relative;
    left: -9px !important;
  }
  .burger .burger-lines span {
    display: block;
    height: 1px;
    width: 14px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
  }
  .burger {
    /* Active state (perfectly centred X) */
  }
  .burger.active .burger-lines span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .burger.active .burger-lines span:nth-child(2) {
    opacity: 0;
  }
  .burger.active .burger-lines span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
}
/* ----------------------------
   Main Navigation
-----------------------------*/
.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}
.main-nav > li {
  position: relative;
}
@media (min-width: 1088px) {
  .main-nav > li.has-megamenu.has-multiple-columns .mega-menu {
    left: clamp(-256px, calc(50vw - 834px), 0px);
    width: min(1125px, calc(100vw - 2rem)) !important;
  }
}
.main-nav > li a {
  display: block;
  padding: 1.5rem;
  color: #26438D;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
.main-nav > li a:hover {
  background-color: #fff;
  color: #26438D;
  height: calc(100% + 1px);
}
@media (min-width: 1088px) {
  .main-nav > li a {
    color: #fff;
  }
}
@media (min-width: 1248px) {
  .main-nav > li a {
    font-size: 16px;
  }
}
@media (min-width: 1088px) {
  .main-nav > li.has-megamenu:hover > .mega-menu {
    display: flex;
  }
}
.main-nav > li {
  /* ----------------------------
     Mega Menu Container
  -----------------------------*/
}
.main-nav > li .mega-menu {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  background: #fff;
  padding: 2rem 2rem 4rem;
  z-index: 999;
}
@media (min-width: 1088px) {
  .main-nav > li .mega-menu {
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
    min-width: 386px;
  }
}
.main-nav > li .mega-menu {
  width: 100%;
}
@media (min-width: 1088px) and (max-width: 1247px) {
  .main-nav > li .mega-menu {
    top: 103%;
    left: -210px;
  }
}
.main-nav > li .mega-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.main-nav > li .mega-menu .mega-inner {
  display: flex;
  gap: 2rem;
  min-width: 0;
  width: 100%;
}
.main-nav > li .mega-menu .mega-inner .mega-col {
  flex: 1;
  min-width: 0;
  /* Links column */
}
.main-nav > li .mega-menu .mega-inner .mega-col.mega-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1088px) {
  .main-nav > li .mega-menu .mega-inner .mega-col.mega-links {
    flex: 0 0 160px;
  }
}
.main-nav > li .mega-menu .mega-inner .mega-col.mega-links li a {
  display: block;
  padding: 0.5rem 0;
  color: #26438D;
  transition: color 0.2s ease;
}
.main-nav > li .mega-menu .mega-inner .mega-col.mega-links li a:hover {
  color: #0073aa;
}
.main-nav > li .mega-menu .mega-inner .mega-col {
  /* Cards column */
}
@media (max-width: 1087px) {
  .main-nav > li .mega-menu .mega-inner .mega-col.mega-cards {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .main-nav > li .mega-menu .mega-inner .mega-col.mega-cards .mega-card {
    min-width: auto;
    width: 100%;
  }
}
.main-nav > li .mega-menu .mega-inner .mega-col.mega-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  min-width: 0;
}
.main-nav > li .mega-menu .mega-inner .mega-col.mega-cards .mega-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem clamp(0.75rem, 1vw, 2rem);
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 0;
  width: 100%;
}
.main-nav > li .mega-menu .mega-inner .mega-col.mega-cards .mega-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.main-nav > li .mega-menu .mega-inner .mega-col.mega-cards .mega-card span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #26438D;
}
.main-nav > li .mega-menu .mega-inner .mega-col.mega-cards .mega-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1088px) and (max-width: 1187px) {
  .siteHeaderNew {
    position: relative;
  }
  .main-nav {
    gap: 0;
  }
  .siteHeaderNew > .position-lg-relative,
  .main-nav-wrapper,
  .main-nav > li.has-megamenu {
    position: static !important;
  }
  .main-nav > li.has-megamenu .mega-menu {
    top: 100%;
    left: 0 !important;
    right: 0;
    width: 100% !important;
    max-width: none;
  }
  .main-nav > li.has-megamenu .mega-menu::before {
    top: -32px;
    height: 32px;
  }
}
/* ----------------------------
   Sub-menu Styling
-----------------------------*/
.sub-menu {
  list-style: none;
  padding-left: 1rem;
}
.sub-menu li a {
  padding: 0.5rem 0;
  display: block;
  color: #222;
}
.sub-menu li a:hover {
  color: #0073aa;
}

/* ----------------------------
   Mobile Styles
-----------------------------*/
@media (max-width: 1087px) {
  .burger {
    display: flex;
  }
  .burger.active .burger-lines {
    left: 0;
  }
  .main-nav-wrapper {
    display: none;
    flex-direction: column;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 96px;
    left: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .main-nav-wrapper.open {
    display: flex;
  }
  .main-nav-wrapper .main-nav {
    flex-direction: column;
    gap: 0;
  }
  .main-nav-wrapper .main-nav li a {
    padding: 1rem 2rem;
  }
  .main-nav-wrapper .main-nav > li.has-megamenu.active > a {
    background-color: #26438D;
    color: #fff;
  }
  .main-nav-wrapper .main-nav > li.has-megamenu.active > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='9' viewBox='0 0 17 9' fill='none'%3E%3Cpath d='M1.00003 1.00003L8.34607 7.23723L15.6921 1.00003' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: rotate(180deg);
  }
  .main-nav-wrapper .main-nav > li.has-megamenu.active .mega-menu {
    display: flex;
  }
  .main-nav-wrapper .main-nav > li.has-megamenu:not(.active) > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='9' viewBox='0 0 17 9' fill='none'%3E%3Cpath d='M1.00003 1.00003L8.34607 7.23723L15.6921 1.00003' stroke='%23231F20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .main-nav-wrapper .main-nav > li.has-megamenu > a::after {
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    right: 1rem;
    width: 18px;
    height: 8px;
    transition: transform 0.25s ease;
  }
  .main-nav-wrapper .main-nav > li.has-megamenu .mega-menu {
    position: static;
    padding: 1rem 2rem;
  }
  .main-nav-wrapper .main-nav > li.has-megamenu .mega-menu .mega-inner {
    flex-direction: column;
    gap: 1rem;
  }
  .main-nav-wrapper .main-nav > li.has-megamenu .mega-menu .mega-inner .mega-col {
    width: 100%;
  }
  .main-nav-wrapper .main-nav > li.has-megamenu .sub-menu {
    padding-left: 2rem;
  }
}
#hero-search {
  left: 50%;
  transform: translateX(-50%);
  bottom: -175px;
}
@media (min-width: 1088px) {
  #hero-search {
    bottom: -80px;
  }
}
#hero-search select {
  min-width: 320px;
}
#hero-search {
  /* not ideal but quick solution; these are hidden on listing page/filters */
}
#hero-search select.d-none.d-lg-block {
  display: block !important;
}

body.sitewide-notice header.siteHero-wrapper {
  top: 147px;
}

body:not(.sitewide-notice) header.siteHero-wrapper {
  top: 119px;
}

body.post-type-archive-catalog main,
body.page-template-template-motorhomes-all main,
body.page-template-template-motorhomes-new main,
body.page-template-template-motorhomes-used main,
body.page-template-template-motorhomes-offers main {
  margin-top: 0 !important;
}
body.post-type-archive-catalog .siteHero-wrapper,
body.page-template-template-motorhomes-all .siteHero-wrapper,
body.page-template-template-motorhomes-new .siteHero-wrapper,
body.page-template-template-motorhomes-used .siteHero-wrapper,
body.page-template-template-motorhomes-offers .siteHero-wrapper {
  min-height: 200px !important;
}
body.post-type-archive-catalog .siteContent,
body.page-template-template-motorhomes-all .siteContent,
body.page-template-template-motorhomes-new .siteContent,
body.page-template-template-motorhomes-used .siteContent,
body.page-template-template-motorhomes-offers .siteContent {
  margin-top: 6rem;
}

body.post-type-archive-catalog:not(.sitewide-notice) .siteContent,
body.page-template-template-motorhomes-all:not(.sitewide-notice) .siteContent,
body.page-template-template-motorhomes-new:not(.sitewide-notice) .siteContent,
body.page-template-template-motorhomes-used:not(.sitewide-notice) .siteContent {
  margin-top: 4rem;
}

body.post-type-archive-catalog.sitewide-notice main,
body.page-template-template-motorhomes-all.sitewide-notice main,
body.page-template-template-motorhomes-new.sitewide-notice main,
body.page-template-template-motorhomes-used.sitewide-notice main {
  margin-top: 0 !important;
}

body.post-type-archive-catalog .siteHero-wrapper {
  min-height: 100px !important;
}

body .siteHero-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30rem !important;
}

body:not(.page-template-template-motorhomes-all) .siteHero-wrapper,
body:not(.archive) .siteHero-wrapper {
  position: relative;
  min-height: 200px;
  z-index: 1;
}
body:not(.page-template-template-motorhomes-all) .siteHero-wrapper.full,
body:not(.archive) .siteHero-wrapper.full {
  min-height: 30rem;
  top: 132px;
}

.siteHero-title {
  color: #363636;
}

body:not(.home) .siteHero-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.home) .siteHero-wrapper .siteHero-title {
  color: white;
}

.siteHero-background {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.siteHero {
  position: relative;
  background-color: #1f4292;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem;
  width: 50vw;
  height: 50vw;
  max-width: 22.5rem;
  max-height: 22.5rem;
  min-width: 13rem;
  min-height: 13rem;
  border-radius: 100%;
  box-shadow: 0px 0px 0.5rem #45484c;
  opacity: 0.9;
}
@media screen and (min-width: 28em) {
  .siteHero {
    width: 33.3vw;
    height: 33.3vw;
  }
}
@media screen and (min-width: 42em) {
  .siteHero {
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (min-width: 68em) {
  .siteHero {
    width: 18vw;
    height: 18vw;
  }
}

.siteHero-logo {
  max-height: 4rem;
  margin: 0.5rem 0;
}

.siteHero-title {
  font-size: 6vw;
  margin: 0;
}
@media screen and (min-width: 28em) {
  .siteHero-title {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 68em) {
  .siteHero-title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 90em) {
  .siteHero-title {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 110em) {
  .siteHero-title {
    font-size: 1vw;
  }
}
@media screen and (min-width: 130em) {
  .siteHero-title {
    font-size: 0.75vw;
  }
}

.siteHero-sub-title,
.siteHero-tertiary-title {
  font-weight: 300;
  text-transform: uppercase;
}

.siteHero-button {
  margin: 0.5rem 0 0 0;
}

.home .siteHero {
  background-color: white;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-height: 17.5rem;
  min-width: 17.5rem;
  width: 75vw;
  height: 75vw;
  transform: translate(-50%, 25%);
}
@media screen and (min-width: 28em) {
  .home .siteHero {
    width: 50vw;
    height: 50vw;
  }
}
@media screen and (min-width: 42em) {
  .home .siteHero {
    transform: translate(-50%, 50%);
    width: 25vw;
    height: 25vw;
  }
}

section.siteHero-wrapper {
  min-height: 35rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.home section .siteHero {
  position: relative;
  transform: none;
  left: auto;
  bottom: auto;
  margin: 2rem;
}

body.sitewide-notice .siteHero-product-wrapper {
  padding-top: 147px;
}

body:not(.sitewide-notice) .siteHero-product-wrapper {
  padding-top: 119px;
}

.siteHero-product-wrapper {
  background-color: #f2f2f2;
}

.siteHero-product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
  padding: 1rem;
  max-width: 78rem;
  margin: 0 auto;
}
@media screen and (min-width: 42em) {
  .siteHero-product {
    flex-direction: row;
  }
}

.siteHero-product-content {
  width: 100%;
}
@media screen and (min-width: 42em) {
  .siteHero-product-content {
    width: auto;
  }
}

@media screen and (min-width: 42em) {
  .siteHero-product-title {
    font-size: 2.5em;
  }
}

.siteHero-tertiary-title {
  color: white;
}

.siteHero-product-button-wrapper {
  display: flex;
  flex-direction: column;
}
.siteHero-product-button-wrapper .button,
.siteHero-product-button-wrapper button {
  margin: 0.25rem 0;
}
@media screen and (min-width: 42em) {
  .siteHero-product-button-wrapper {
    flex-direction: row;
  }
  .siteHero-product-button-wrapper .button,
  .siteHero-product-button-wrapper button {
    margin: 0 0.5rem 0 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 68em) {
  .siteHero-product-button-wrapper .button,
  .siteHero-product-button-wrapper button {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.siteHero-product-finance {
  display: flex;
  flex: 1;
  width: 100%;
}
.siteHero-product-finance .definitionList-price-list {
  font-size: 20px;
}
.siteHero-product-finance .definitionList-price-list dt, .siteHero-product-finance .definitionList-price-list dd {
  border-top: 1px solid #363636;
  font-weight: 600;
  padding: 0.25rem 0;
  width: 100%;
}
@media (max-width: 671px) {
  .siteHero-product-finance .definitionList-price-list dt, .siteHero-product-finance .definitionList-price-list dd {
    width: 50%;
  }
}
.siteHero-product-finance .alternatingContent-roundel {
  font-size: 16px;
  width: 7.5rem;
  height: 7.5rem;
}
.siteHero-product-finance .alternatingContent-roundel strong {
  font-size: 20px;
}

.tinted-slide {
  position: relative;
  overflow: hidden;
}
.tinted-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.tinted-slide > * {
  position: relative;
  z-index: 2;
}

.siteHeroFront {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}

@media (min-width: 1088px) {
  .siteHero-background.full {
    min-height: 30rem;
  }
}
.siteHero-titleFront {
  color: #363636;
  font-size: 6vw;
  margin: 0;
}
@media screen and (min-width: 28em) {
  .siteHero-titleFront {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 68em) {
  .siteHero-titleFront {
    font-size: 2vw;
  }
}
@media screen and (min-width: 90em) {
  .siteHero-titleFront {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 110em) {
  .siteHero-titleFront {
    font-size: 1vw;
  }
}
@media screen and (min-width: 130em) {
  .siteHero-titleFront {
    font-size: 0.75vw;
  }
}

body:not(.home) .siteHero-wrapperFront .siteHero-titleFront {
  color: white;
}

.siteHero-sub-titleFront,
.siteHero-tertiary-titleFront {
  font-size: 20px;
  font-weight: 300;
  text-transform: initial;
}

@media (min-width: 1088px) {
  .siteHero-sub-titleFront,
  .siteHero-tertiary-titleFront {
    font-size: 32px;
  }
}
body.archive .siteHero-title {
  line-height: 26px;
}
body.archive .siteHero-content {
  line-height: 22px;
}

.siteHero-contentFront .front-button {
  font-weight: 300;
}

.siteHero-buttonFront {
  margin: 0.5rem 0 0 0;
}

/* Home-specific heading tweaks */
.home .siteHeroFront h1 {
  font-size: 35px;
  font-weight: 600;
  text-transform: initial;
}

@media (min-width: 1088px) {
  .home .siteHeroFront h1 {
    font-size: 60px;
  }
}
/* Section hero layout tweaks */
section.siteHero-wrapperFront {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.home section .siteHeroFront {
  position: relative;
  transform: none;
  left: auto;
  bottom: auto;
  margin: 2rem;
}

.siteHero-tertiary-titleFront {
  color: white;
}

.siteHero-wrapperFront {
  position: relative;
  min-height: 600px;
  max-height: 100vh;
  overflow: hidden;
}

/* Slides */
.siteHero-carouselFront [class^=number-slide],
.siteHero-carouselFront [class*=" number-slide"] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px !important;
  height: 100%;
  overflow: visible;
}
@media (min-width: 1441px) {
  .siteHero-carouselFront [class^=number-slide],
  .siteHero-carouselFront [class*=" number-slide"] {
    min-height: 800px !important;
  }
}

/* Slide background */
.siteHero-backgroundFront {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

/* ================================
   HERO SLIDER NAV (ARROWS + DOTS)
=================================*/
body.sitewide-notice .siteHero-wrapperFront {
  margin-top: 149px;
}

body:not(.sitewide-notice) .siteHero-wrapperFront {
  margin-top: 119px;
}

.galleryModule-lightbox,
.siteHero-wrapperFront {
  --hero-control-offset: calc(var(--hero-dot-count, 1) * 10px + 28px);
  /* ===== Arrows ===== */
}
.galleryModule-lightbox .arrow-wrapper,
.siteHero-wrapperFront .arrow-wrapper {
  position: absolute;
  bottom: 80px;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  fill: #1f4292;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s ease;
  z-index: 10;
}
.galleryModule-lightbox,
.siteHero-wrapperFront {
  /* Arrows position */
}
.galleryModule-lightbox #arrow-left-wrapper-front-new,
.siteHero-wrapperFront #arrow-left-wrapper-front-new {
  left: 50%;
  transform: translateX(calc(-50% - var(--hero-control-offset)));
}
.galleryModule-lightbox #arrow-right-wrapper-front-new,
.siteHero-wrapperFront #arrow-right-wrapper-front-new {
  left: 50%;
  transform: translateX(calc(-50% + var(--hero-control-offset)));
}
.galleryModule-lightbox [id^=arrow-left]:hover,
.galleryModule-lightbox [id^=arrow-right]:hover,
.siteHero-wrapperFront [id^=arrow-left]:hover,
.siteHero-wrapperFront [id^=arrow-right]:hover {
  background: #26438D;
}
.galleryModule-lightbox [id^=arrow-left]:hover svg,
.galleryModule-lightbox [id^=arrow-right]:hover svg,
.siteHero-wrapperFront [id^=arrow-left]:hover svg,
.siteHero-wrapperFront [id^=arrow-right]:hover svg {
  fill: white;
}
.galleryModule-lightbox [id^=arrow-left],
.siteHero-wrapperFront [id^=arrow-left] {
  transform: translate(90%, -50%);
  left: -6px;
}
.galleryModule-lightbox [id^=arrow-right],
.siteHero-wrapperFront [id^=arrow-right] {
  transform: translate(-10%, -50%);
  right: 6px;
}
@media (min-width: 759px) {
  .galleryModule-lightbox [id^=arrow-left],
  .siteHero-wrapperFront [id^=arrow-left] {
    left: -3px;
  }
  .galleryModule-lightbox [id^=arrow-right],
  .siteHero-wrapperFront [id^=arrow-right] {
    right: 8px;
  }
}

.galleryModule-lightbox #arrow-left-wrapper-lightbox {
  left: 0%;
  right: initial;
  top: 50%;
  transform: translate(-50%, -50%);
}
.galleryModule-lightbox #arrow-left-wrapper-lightbox #arrow-left-lightbox {
  left: 25%;
  transform: translate(90%, -50%);
}

.galleryModule-lightbox #arrow-right-wrapper-lightbox {
  top: 50%;
  left: initial;
  right: 0%;
  transform: translate(50%, -50%);
}
.galleryModule-lightbox #arrow-right-wrapper-lightbox #arrow-right-lightbox {
  right: 50%;
  transform: translate(-10%, -50%);
}

.galleryModule-lightbox .arrow-wrapper {
  width: 100px;
  width: 100px;
  height: 100px;
}
.galleryModule-lightbox .arrow-wrapper .arrow {
  width: 30px;
  height: 30px;
}

/* ================================
   Optional mobile refinement
=================================*/
@media (max-width: 1087px) {
  .siteHero-wrapperFront .arrow-wrapper {
    width: 32px;
    height: 32px;
    bottom: 68px;
  }
  .siteHero-wrapperFront [id^=arrow-left-wrapper] {
    transform: translateX(calc(-50% - var(--hero-control-offset)));
  }
  .siteHero-wrapperFront [id^=arrow-right-wrapper] {
    transform: translateX(calc(-50% + var(--hero-control-offset)));
  }
  .keen-dots {
    bottom: 75px;
  }
  [id^=arrow-left] {
    left: -7px;
  }
  [id^=arrow-right] {
    right: 5px;
  }
}
.gridContent {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 2rem 0;
}

.gridContent-item-image {
  object-fit: cover;
  object-position: center;
  max-height: 20rem;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.a {
  grid-column: 1/4;
  grid-row: 1/2;
}

.b {
  grid-column: 4/6;
  grid-row: 1/2;
}

.c {
  grid-column: 1/6;
  grid-row: 2/3;
}
@media screen and (min-width: 42em) {
  .c {
    grid-column: 1/3;
  }
}

.d {
  display: none;
}
@media screen and (min-width: 42em) {
  .d {
    display: flex;
    grid-column: 1/3;
    grid-row: 3/4;
    z-index: 1;
    transform: translateX(25%);
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
.d img {
  align-self: flex-end;
}

.e {
  grid-column: 1/6;
  grid-row: 3/3;
  position: relative;
}
@media screen and (min-width: 42em) {
  .e {
    grid-column: 4/6;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 68em) {
  .e {
    grid-column: 4/6;
    grid-row: 2/3;
  }
}

.gridContent-item-background {
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.gridContent-item-image {
  width: 100%;
  height: auto;
}

.gridContent-item-logo {
  max-width: 12.5rem;
  width: 100%;
  height: auto;
}

.gridContent-item-content {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gridContent-item-content-title {
  font-size: 2em;
  color: white;
  text-transform: none;
}

.gridContent-item-content a {
  color: white;
}
.gridContent-item-content a:after {
  content: "→";
}

.galleryModule {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 15rem 7.5rem;
  grid-gap: 1rem;
}

.galleryModule-grid-wrapper {
  position: relative;
}

.galleryModule-image-wrapper {
  cursor: zoom-in;
}

.galleryModule-image {
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.galleryModule-grid-wrapper:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1;
}

.galleryModule-grid-wrapper:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.galleryModule-grid-wrapper:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.galleryModule-grid-wrapper:nth-child(4) {
  grid-column: 1/3;
  grid-row: 3;
}

.galleryModule-grid-wrapper:nth-child(2),
.galleryModule-grid-wrapper:nth-child(3) {
  max-height: 7.5rem;
}

@media screen and (min-width: 42em) {
  .galleryModule {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(7, 3rem);
  }
  .galleryModule-grid-wrapper:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/8;
  }
  .galleryModule-grid-wrapper:nth-child(2) {
    grid-column: 3;
    grid-row: 1/3;
  }
  .galleryModule-grid-wrapper:nth-child(3) {
    grid-column: 3;
    grid-row: 3/6;
  }
  .galleryModule-grid-wrapper:nth-child(4) {
    grid-column: 3;
    grid-row: 6/8;
  }
  .galleryModule-grid-wrapper:nth-child(2),
  .galleryModule-grid-wrapper:nth-child(3) {
    max-height: none;
  }
}
.galleryModule-grid-button {
  margin: 0;
  width: 100%;
  font-size: 0.9em;
  padding: 0.5rem 1rem;
}

.galleryModule-roundel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: white;
  background-color: #f03e00;
  border: 0.25rem solid white;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  line-height: 1;
}
@media screen and (min-width: 42em) {
  .galleryModule-roundel {
    font-size: 1.5em;
    width: 10rem;
    height: 10rem;
    transform: translate(50%, -50%);
    border: 0.5rem solid white;
    top: 50%;
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 68em) {
  .galleryModule-roundel {
    width: 12.5rem;
    height: 12.5rem;
  }
}

.galleryModule-image-zoom-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: auto;
}

.galleryModule-lightbox {
  opacity: 0;
  pointer-events: none;
  background-color: rgba(54, 54, 54, 0.99);
  z-index: 2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.galleryModule-lightbox-hit-area {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.galleryModule-lightbox-button {
  background-color: #e40f1b;
  position: absolute;
  z-index: 1;
  right: 1rem;
}

.galleryModule-lightbox.is-active {
  opacity: 1;
  pointer-events: all;
}

.siteNav-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #363636;
  z-index: 2;
}

.siteNav-wrapper.is-active {
  display: block;
}

.siteNav-toggle {
  position: absolute;
  right: 1.5rem;
  background-color: #363636;
  border-radius: 100%;
  cursor: pointer;
  color: white;
  padding: 0.5rem;
  z-index: 3;
}

.siteNav-toggle.is-active {
  background-color: #e40f1b;
}

.siteNav-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
}

#menu-header-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 2rem;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#menu-header-menu::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 42em) {
  #menu-header-menu .menu-item {
    max-width: 50%;
  }
}
#menu-header-menu .menu-item a {
  color: white;
}
#menu-header-menu .menu-item a:hover {
  color: #e40f1b;
}

#menu-header-menu .menu-item a {
  font-size: 2em;
  font-weight: 800;
}

#menu-header-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}

#menu-header-menu .sub-menu .menu-item a {
  font-size: 1em;
  font-weight: 400;
}

#menu-header-menu .menu-item:hover .sub-menu {
  display: flex;
  flex-direction: column;
}

.menu-item-aside {
  display: none;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  width: 50%;
  padding: 1.5rem;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.menu-item-aside::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 42em) {
  #menu-header-menu .menu-item:hover > .menu-item-aside {
    display: flex;
  }
  #menu-header-menu .sub-menu .menu-item:hover .menu-item-aside {
    display: flex;
  }
}
.menu-item-aside img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.menu-item-description {
  margin-top: 0;
}

.specialistNav {
  text-align: center;
  box-shadow: 0px 0px 0.5rem #ccc;
  padding: 1rem;
}

.page-template-template-brands .specialistNav {
  box-shadow: none;
}

.specialistNav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.specialistNav-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 100%;
  background-color: #363636;
  padding: 1rem;
  margin: 1rem;
}

.siteTaxonomy-logo,
.specialistNav-list-item-logo {
  width: 100%;
  max-height: 4rem;
}

input {
  padding: 0.5rem;
  border: 0;
  color: #363636;
}

input::placeholder {
  color: #363636;
  font-weight: 300;
}

.emailForm,
.wpcf7 {
  background-color: rgb(229.25, 229.25, 229.25);
  border-radius: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 42em) {
  .emailForm,
  .wpcf7 {
    padding: 2rem;
  }
}
.emailForm h1, .emailForm h2, .emailForm h3, .emailForm h4, .emailForm h5, .emailForm h6,
.wpcf7 h1,
.wpcf7 h2,
.wpcf7 h3,
.wpcf7 h4,
.wpcf7 h5,
.wpcf7 h6 {
  color: #1f4292;
}

.emailForm-header {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 42em) {
  .emailForm-header {
    flex-direction: row;
  }
}

.emailForm-input-wrapper {
  padding: 0.5rem;
  flex: 1;
}
.emailForm-input-wrapper input,
.emailForm-input-wrapper textarea {
  width: 100%;
  padding: 1.25rem;
}
.emailForm-input-wrapper select {
  padding: 1.025rem;
}
.emailForm-input-wrapper textarea {
  min-height: 10rem;
}
.emailForm-input-wrapper input[type=checkbox] {
  width: auto;
}
.emailForm-input-wrapper .wpcf7-form-control-wrap {
  display: block;
}

label.required::after {
  content: " *";
  display: inline-block;
  color: #e40f1b;
}

textarea {
  border: 0;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-not-valid {
  border: 1px solid #dc3232 !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 12px;
  pointer-events: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

div.wpcf7 .ajax-loader:not(.is-active) {
  display: none;
}

.emailForm-input-group-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.emailForm-input-group-wrapper .emailForm-input-wrapper {
  flex-basis: 50%;
}

.footerSitemap-nav-wrapper {
  background-color: white;
}

.footerSitemap-nav {
  max-width: 78rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.footerSitemap-nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerSitemap-nav-menu > li {
  width: 100%;
}
@media screen and (min-width: 42em) {
  .footerSitemap-nav-menu > li {
    width: 50%;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 68em) {
  .footerSitemap-nav-menu > li {
    width: auto;
    flex: 1;
  }
}

.footerSitemap-nav-menu > li > a {
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
}

.footerSitemap-nav-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerSitemap-nav-menu .sub-menu li a {
  color: #363636;
}
.footerSitemap-nav-menu .sub-menu li a:hover {
  text-decoration: underline;
}

.siteFooter {
  padding: 1rem;
  color: white;
  max-width: 78rem;
  margin: 0 auto;
}

.siteFooter-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.siteFooter-nav ul li {
  margin-right: 0.5rem;
}
.siteFooter-nav ul li:after {
  content: "|";
}

.siteFooter-nav a {
  color: white;
  margin-right: 0.5rem;
}

.siteFooter-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 68em) {
  .siteFooter-content {
    flex-direction: row;
  }
}

.siteShare {
  text-align: center;
}
@media screen and (min-width: 68em) {
  .siteShare {
    text-align: left;
  }
}

.siteShare-link-wrapper {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
}
@media screen and (min-width: 68em) {
  .siteShare-link-wrapper {
    justify-content: flex-end;
  }
}

.siteShare-link {
  display: block;
  margin-left: 0.5rem;
}

.siteShare-logo {
  width: 3rem;
  height: 3rem;
}

.kal-link {
  color: rgb(84, 147, 77);
}

.source-org {
  text-align: center;
}
@media screen and (min-width: 68em) {
  .source-org {
    text-align: left;
  }
}

.source-org a {
  color: #e40f1b;
  font-weight: 600;
}

.CTA-wrapper {
  background-color: white;
  padding: 1rem;
}

.CTA {
  display: flex;
  align-items: center;
  background-color: #363636;
  max-width: 60rem;
  color: white;
  border-radius: 1rem;
  margin: 0 auto;
  padding: 1rem;
  flex-direction: column;
}
@media screen and (min-width: 42em) {
  .CTA {
    border-radius: 6rem;
    flex-direction: row;
  }
}

.CTA-content {
  padding: 0 2rem;
}

.CTA-image {
  background-color: white;
  width: 4rem;
  height: auto;
  border-radius: 100%;
  margin-right: 1rem;
  margin: 0.25rem 0;
}

.CTA-title {
  color: white;
  margin: 0;
  text-transform: none;
}

.CTA a {
  color: #e40f1b;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.CTA a:after {
  content: "→";
}

.viewingModule {
  display: flex;
  padding: 0 1rem;
  max-width: 78rem;
  margin: 0 auto;
}

.viewingModule-content-wrapper {
  background-color: #363636;
  display: flex;
  flex: 1;
  align-items: center;
  text-align: center;
  color: white;
  padding: 2rem;
}

.viewingModule-content {
  margin: 0 auto;
}

.viewingModule-image-wrapper {
  position: relative;
  display: none;
}
@media screen and (min-width: 68em) {
  .viewingModule-image-wrapper {
    display: flex;
  }
}

.viewingModule-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viewingModule-label {
  color: #e40f1b;
  font-size: 1.5em;
}

.viewingModule-title {
  color: white;
  font-weight: 300;
  text-transform: none;
  font-size: 2em;
  margin: 0.5rem 0;
}

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

.postExcerpt-wrapper {
  padding: 1rem;
}

.postExcerpt {
  text-align: center;
  max-width: 45rem;
  margin: 0 auto;
}

.postExcerpt-dropdown-button {
  display: block;
  margin: 0 auto;
  max-width: max-content;
  color: #1f4292;
  background-color: transparent;
}
.postExcerpt-dropdown-button:before {
  content: "▼";
  margin-right: 0.5rem;
}
.postExcerpt-dropdown-button:after {
  content: "▼";
  margin-left: 0.5rem;
}

.postExcerpt-dropdown-button.is-active:before {
  content: "▲";
  margin-right: 0.5rem;
}
.postExcerpt-dropdown-button.is-active:after {
  content: "▲";
  margin-left: 0.5rem;
}

.postExcerpt-dropdown {
  display: none;
}

.postExcerpt-dropdown.is-active {
  display: block;
}

.postContent {
  max-width: 58.6466165414rem;
  margin: 0 auto;
  text-align: left;
  max-height: 600px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* Expanded state — removes fade overlay */
.postContent.expanded {
  max-height: none;
}

.postContent.expanded::after {
  opacity: 0;
}

#read-more-btn {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.singlePost {
  max-width: 67.8260869565rem;
  margin: 0 auto;
  padding: 5rem 1rem 1rem 1rem;
}
@media screen and (min-width: 42em) {
  .singlePost {
    padding: 10rem 1rem 1rem 1rem;
  }
}

.singlePost-hero {
  position: relative;
  min-width: 12.5rem;
  min-height: 10rem;
}
@media screen and (min-width: 42em) {
  .singlePost-hero {
    min-height: 12.5rem;
  }
}

.singlePost-hero-content {
  background-color: #1f4292;
  border-radius: 0.5rem 0.5rem 0 0;
  color: white;
  padding: 1rem;
  max-width: max-content;
}
@media screen and (min-width: 42em) {
  .singlePost-hero-content {
    border-radius: 0.5rem;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 42em) {
  .singlePost-hero-has-thumbnail .singlePost-hero-content {
    bottom: 2rem;
    left: 2rem;
  }
}

.singlePost-hero-content h1 {
  font-size: 2rem;
  color: white;
  margin-top: 0;
}

.singlePost-hero img {
  width: 100%;
  height: auto;
}

.singlePost-content {
  background-color: #f2f2f2;
  padding: 2rem;
}

.singlePost-content h2 {
  text-transform: none;
}

.singlePost .button {
  max-width: max-content;
}

.productCard-title a {
  color: #363636;
}

.productCard-link {
  display: block;
}

.productCard-sub-link {
  display: block;
  font-weight: 300;
}

/* we need to get menu menu and sitewide notice */
body.sitewide-notice .sticky-top {
  top: 146px;
}
@media (min-width: 768px) {
  body.sitewide-notice .sticky-top {
    top: 146px;
  }
}

@media (max-width: 1087px) {
  body.archive:not(.sitewide-notice) main {
    margin-top: 64px;
  }
  body.archive:not(.sitewide-notice) .siteContent {
    padding-top: 3.5rem !important;
  }
}
body.archive:not(.sitewide-notice) .sticky-top {
  top: 119px;
}

body:not(.sitewide-notice) .sticky-top {
  top: 96px;
}
@media (min-width: 768px) {
  body:not(.sitewide-notice) .sticky-top {
    top: 82px;
  }
}

.productFilters {
  padding: 1rem 0;
  position: sticky;
}

@media (max-width: 767.98px) {
  .productFilters {
    position: static !important;
  }
}
.productFilter {
  width: 100%;
  align-self: center;
  flex: 1;
  margin: 0 0.5rem 0.25rem 0.5rem;
}
.productFilter::after {
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 17px;
  height: 9px;
}
@media (min-width: 1088px) {
  .productFilter.sortByFilter::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M1 1L6.35821 6.14286L11.7164 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }
}
.productFilter:not(.sortByFilter)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='9' viewBox='0 0 17 9' fill='none'%3E%3Cpath d='M1 1L8.32557 7.49801L15.6511 1' stroke='%23231F20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 424px) {
  .productFilter .show-filters {
    display: none;
  }
}
.productFilter select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem;
}
@media (max-width: 424px) {
  .productFilter select {
    font-size: 14px !important;
  }
}

.productFilters-form .filter-set.order-1:first-child {
  margin-top: 0.5rem !important;
}
@media screen and (min-width: 68em) {
  .productFilters-form .filter-set.order-1:first-child {
    margin-top: 0 !important;
  }
}

.productFilters label {
  color: white;
  font-weight: 600;
  font-size: 0.75em;
  text-transform: uppercase;
  display: block;
}
@media screen and (min-width: 42em) {
  .productFilters label {
    margin-top: -0.5rem;
  }
}

.productFilters .button {
  margin: 0;
}
@media screen and (min-width: 68em) {
  .productFilters .button {
    margin: 0 0 0 1rem;
    min-width: max-content;
  }
}
@media (max-width: 439px) {
  .productFilters .button {
    font-size: 14px;
  }
}

.no-products-found {
  text-align: center;
  margin: 3rem 0;
}

.reserveProduct-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #363636;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 1rem;
}
@media screen and (min-width: 42em) {
  .reserveProduct-wrapper {
    border-radius: 6rem;
    flex-direction: row;
    margin: 0 0 1rem 0;
  }
}

.reserveProduct-wrapper .button {
  margin: 0;
}

.reserveProductModal-wrapper {
  display: none;
  background-color: rgba(54, 54, 54, 0.75);
  position: fixed;
  padding: 1rem;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

.reserveProductModal-wrapper.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reserveProductModal {
  position: relative;
  background-color: white;
  border-radius: 1rem;
  width: 25rem;
  height: auto;
  overflow: hidden;
}

.reserveProductModal-header {
  padding: 1rem;
}

.reserveProductModal-inner {
  text-align: center;
  max-height: 90vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.reserveProductModal-inner::-webkit-scrollbar {
  display: none;
}

.reserveProductModal-title span {
  display: block;
  font-size: 0.75em;
}

.reserveProductModal form {
  text-align: left;
}

.reserveProductModal label {
  display: block;
  margin-top: 0.25rem;
}

.reserveProductModal input {
  width: 100%;
  margin-bottom: 0.25rem;
}

.reserveProductModal button[type=submit] {
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 0;
}

.reserveProductModal small {
  display: block;
  text-align: center;
  margin-top: 1rem;
}

.reserveProductModal-button-close {
  color: white;
  position: absolute;
  background-color: #363636;
  top: 0;
  right: 0;
  padding: 0;
  border-radius: 0 1rem;
}
.reserveProductModal-button-close svg {
  display: block;
  width: 2rem;
  height: 2rem;
}

.postViews-wrapper {
  color: white;
  font-style: italic;
  padding: 1rem;
}
@media screen and (min-width: 42em) {
  .postViews-wrapper {
    padding: 0 1rem;
  }
}

.postViews-wrapper a {
  color: white;
}

.post-views {
  display: inline;
}

.productColumn {
  flex: 1 1 100% !important;
}
@media screen and (min-width: 42em) {
  .productColumn {
    flex: 1 1 calc(50% - 1.5rem) !important;
  }
}
@media screen and (min-width: 68em) {
  .productColumn {
    flex: 1 1 calc(33.333% - 1.5rem) !important;
  }
}

@media (max-width: 991.98px) {
  .productFilters-form {
    position: static !important;
  }
  .filter-select {
    font-size: 0.95rem;
  }
}
.sortPrice {
  position: relative;
}
.sortPrice select {
  background: #26438D !important;
  color: #fff !important;
  padding-right: 2.5rem;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sortPrice::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 8px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M1 1L6.35821 6.14286L11.7164 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.productFilter select {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  border-radius: 5px;
  appearance: none;
}

.filter-select,
.filter-select option {
  background-color: #fff !important;
  color: #000 !important;
}

.filter-select:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.offers-product {
  margin-top: 6rem !important;
}

.homepage-product {
  margin-top: 10rem !important;
}

@media (min-width: 1025px) {
  .homepage-product {
    margin-top: 2rem !important;
  }
}
.alternatingContent-wrapper {
  overflow: hidden;
}

.alternatingContent {
  position: relative;
  margin: 2rem 0;
  padding: 5px;
}
@media screen and (min-width: 42em) {
  .alternatingContent {
    display: flex;
    flex-direction: row-reverse;
    width: 110%;
  }
}

@media screen and (min-width: 42em) and (min-width: 42em) {
  .alternatingContent:nth-of-type(2n) {
    flex-direction: row;
  }
}
.alternatingContent-image-wrapper {
  border-radius: 0.5rem;
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
  display: flex;
}
@media screen and (min-width: 42em) {
  .alternatingContent-image-wrapper {
    width: 66.6%;
  }
}

@media screen and (min-width: 42em) {
  .alternatingContent:nth-of-type(1n) .alternatingContent-image-wrapper {
    left: -10%;
  }
  .alternatingContent:nth-of-type(2n) .alternatingContent-image-wrapper {
    left: 0%;
  }
  .alternatingContent:nth-of-type(2n) .alternatingContent-content-wrapper {
    right: 10%;
  }
}
.keen-slider__slide .alternatingContent-image {
  max-height: 278px;
}

.alternatingContent-image {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.alternatingContent-content-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 42em) {
  .alternatingContent-content-wrapper {
    z-index: 1;
    padding: 2rem 0;
    max-width: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 68em) {
  .alternatingContent-content-wrapper {
    max-width: 33.3%;
  }
}

.alternatingContent-content {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0.5rem #ccc;
  display: block;
  height: 100%;
  padding: 2rem;
  text-align: center;
}

.alternatingContent-sub-title {
  display: block;
  font-weight: 300;
}

.alternatingContent-content-finance {
  display: flex;
  margin-top: 1rem;
}

.alternatingContent-image-roundels {
  display: flex;
  position: absolute;
  right: 0;
}

.alternatingContent:nth-of-type(2n) .alternatingContent-image-roundels {
  right: auto;
  left: 0;
}

.alternatingContent-roundels {
  display: flex;
  justify-content: center;
  width: 100%;
}

.productCard .alternatingContent-roundel,
.productCard .alternatingContent-image-roundel {
  width: 70px;
  height: 70px;
}

.alternatingContent-roundel,
.alternatingContent-image-roundel {
  background-color: #363636;
  color: white;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 12px;
  line-height: 1.25;
}

.alternatingContent-roundel.roundel-small,
.alternatingContent-image-roundel.roundel-small {
  background-color: #f2f2f2 !important;
  color: black !important;
  width: 70px !important;
  height: 70px !important;
}

.alternatingContent-roundel {
  margin: 0.25rem;
  text-align: center;
  align-self: center;
}

.alternatingContent-roundel.price,
.alternatingContent-image-roundel.new {
  background-color: #1f4292;
}

@media screen and (min-width: 42em) {
  .alternatingContent-roundel strong {
    font-size: 1.25em;
  }
  .definitionList-item-wrapper.price,
  .definitionList-item-wrapper.saving,
  .definitionList-item-wrapper.old-price {
    font-size: 1.25em;
  }
}
.alternatingContent-image-roundel.special {
  background-color: #e40f1b;
}

.alternatingContent .definitionList.columns dt,
.alternatingContent .definitionList.columns dd {
  width: auto;
}

.alternatingContent .definitionList.columns dt {
  margin-right: 0.5rem;
}

.moduleLogos-wrapper {
  padding: 3rem 1rem;
  text-align: center;
  background-color: #f2f2f2;
}

.moduleLogos-title {
  text-transform: none;
  margin-bottom: 1rem;
}

.moduleLogos img {
  max-height: 3rem;
  margin: 0 1rem;
}

.pagination .page-numbers {
  display: flex;
  border: 1px solid #1f4292;
  border-radius: 20px;
  justify-content: center;
  min-width: 45px;
  padding: 0.5rem 1rem;
}
.pagination .page-numbers.current {
  background-color: #1f4292;
  color: white;
}

[id^=product-carousel-].keen-slider {
  visibility: hidden; /* hide initially */
}
[id^=product-carousel-].keen-slider.keen-slider--initialized {
  visibility: visible; /* show when KeenSlider is ready */
}
[id^=product-carousel-] .button.see-all {
  font-size: 12px;
  padding: 6px 10px;
  top: 0;
}
@media (min-width: 1088px) {
  [id^=product-carousel-] .button.see-all {
    font-size: 16px;
    margin-bottom: 0;
    padding: 0.5rem 2rem;
    top: -24px;
  }
}

.carousel-wrapper .carousel-arrows {
  position: absolute;
  left: 50%;
  top: initial;
  bottom: 0;
  transform: translateX(-50%);
  height: 16px;
  margin-bottom: -40px;
}
.carousel-wrapper .carousel-arrows .arrow-wrapper {
  fill: #26438D;
}
@media (min-width: 1088px) {
  .carousel-wrapper .carousel-arrows {
    top: 0;
    bottom: initial;
  }
}
@media (max-width: 768px) {
  .carousel-wrapper .carousel-arrows {
    bottom: 101%;
  }
}
.carousel-wrapper #product-carousel-dots.keen-dots {
  bottom: initial;
}
.carousel-wrapper #product-carousel-dots.keen-dots .keen-dot {
  border-color: #26438D;
}
.carousel-wrapper #product-carousel-dots.keen-dots .keen-dot.active {
  background-color: #26438D;
}
.carousel-wrapper [id^=arrow-left-wrapper-],
.carousel-wrapper [id^=arrow-right-wrapper-] {
  position: relative;
  border-radius: 50%;
  border: 1px solid #26438D;
  width: 16px;
  height: 20px;
  position: relative;
  padding: 1.125rem;
}
.carousel-wrapper [id^=arrow-left-wrapper-]:hover,
.carousel-wrapper [id^=arrow-right-wrapper-]:hover {
  background-color: #26438D;
}
.carousel-wrapper [id^=arrow-left-wrapper-]:hover svg,
.carousel-wrapper [id^=arrow-right-wrapper-]:hover svg {
  fill: #fff;
}
.carousel-wrapper svg[id^=arrow-left-],
.carousel-wrapper svg[id^=arrow-right-] {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media (min-width: 1088px) {
  .carousel-wrapper [id^=arrow-left-wrapper-] {
    left: -16px;
  }
}
.carousel-wrapper [id^=arrow-right-wrapper-] {
  right: -16px;
}

.videoSection {
  padding: 1rem;
}
@media screen and (min-width: 42em) {
  .videoSection {
    padding: 4rem 1rem;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 1rem;
  overflow: hidden;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sectionBanner {
  background-color: #1f4292;
  border-radius: 1rem;
  padding: 1rem;
}

.sectionBanner-title {
  margin: 0;
  color: white;
  text-transform: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("./_/images/dropdown-arrow-dark.svg"), linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%, 0 0;
  background-size: 2rem auto, 100%;
  border: 0;
  display: block;
  margin: 0;
  max-width: 100%;
  padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  min-height: 47px;
  width: 100%;
}
select.plain {
  background-image: none !important;
}

select::-ms-expand {
  display: none;
}

/* Set options to normal weight */
select option {
  font-weight: normal;
  color: #363636;
}

/* Disabled styles */
select:disabled, .select[aria-disabled=true] {
  color: #ccc;
}

select:disabled:hover, .select[aria-disabled=true] {
  border-color: #ccc;
}

table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.25rem;
  text-align: left;
  width: 100%;
  max-width: 78rem;
}

td, th {
  font-weight: normal;
  background-color: #ccc;
  vertical-align: top;
  padding: 0.5em;
}
td a, th a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

thead th {
  background-color: #ccc;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 2vw;
}
@media screen and (min-width: 42em) {
  thead th {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 68em) {
  thead th {
    font-size: 0.85em;
  }
}

tr td {
  font-size: 0.75em;
}
@media screen and (min-width: 28em) {
  tr td {
    font-size: 1em;
  }
}

.dropdownTab-wrapper {
  padding: 1rem 0;
}

.dropdownTab {
  margin-bottom: 0.5rem;
}

.dropdownTab-button {
  position: relative;
  background-color: #363636;
  display: block;
  width: 100%;
  padding: 1rem 5rem 1rem 1rem;
  text-align: left;
  border: 0;
  border-radius: 1rem;
}
.dropdownTab-button:after {
  content: "";
  background-image: url("./_/images/dropdown-arrow.svg");
  background-size: 3rem;
  width: 3rem;
  height: 3rem;
  transform-origin: 50%;
  transform: translate(0%, -50%);
  top: 50%;
  position: absolute;
  right: 1rem;
}

.dropdownTab-button.upgrades {
  background-color: #f03e00;
}

.dropdownTab-button.is-active:after {
  transform: rotate(180deg) translate(0%, 50%);
}

.dropdownTab-content {
  display: none;
}

.dropdownTab-content.is-active {
  display: block;
}

.dropdownTab-title {
  margin: 0;
  color: white;
  text-transform: none;
}
@media screen and (min-width: 42em) {
  .dropdownTab-title {
    display: inline;
  }
}

.newsletterModule-wrapper {
  background-color: white;
}

.newsletterModule {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  max-width: 78rem;
  margin: 0 auto;
}
@media screen and (min-width: 42em) {
  .newsletterModule {
    flex-direction: row;
    padding: 1rem;
    border-bottom: none;
  }
}

@media screen and (min-width: 42em) {
  .newsletterModule-image-wrapper {
    width: 40%;
  }
}

.newsletterModule-image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.newsletterModule-content {
  background-color: #363636;
  color: white;
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 42em) {
  .newsletterModule-content {
    border-radius: 0 100rem 100rem 0;
    padding: 2rem;
  }
}

.newsletterModule-content-inner {
  max-width: 30rem;
}

.newsletterModule-content-title,
.newsletterModule-content-sub-title {
  margin: 0;
}

.newsletterModule-content-title {
  color: white;
  font-size: 3rem;
  font-weight: 400;
}

.newsletterModule-content-sub-title {
  color: white;
  text-transform: unset;
  margin-bottom: 1rem;
}

.newsletterModule .wpcf7 {
  padding: 0;
  background-color: transparent;
}

.newsletterModule-content input[type=text],
.newsletterModule-content input[type=email] {
  margin-bottom: 0.5rem;
  width: 100%;
}

.newsletterModule-content input[type=submit] {
  margin: 0;
  display: block;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  padding: 2rem;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal--popup .modal__container {
  padding: 0;
}

.modal--popup .modal__container img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close::before {
  content: "✕";
}

.modal--popup .modal__close {
  padding-left: 0.5rem;
  padding-top: 0.25rem;
  vertical-align: middle;
  line-height: 1;
}

.modal--popup .modal__close::before {
  content: "";
  display: none;
}

.modal--popup .modal__close svg {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  position: relative;
  top: -2px;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__body {
  padding: 0 2rem;
}

.modal--popup .modal__footer {
  padding: 1rem 2rem 1.5rem 2rem;
}

.modal--popup .modal__footer .button {
  width: 100%;
  max-width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.siteContent-wrapper {
  background-color: white;
}

.siteContent {
  padding-top: 3rem !important;
  padding: 1rem;
  max-width: 78rem;
  margin: 0 auto;
}

body.sitewide-notice:not(.single-catalog) main {
  margin-top: 100px;
}

body.archive main {
  margin-top: 119px !important;
}

@media (max-width: 1087px) {
  body.archive.sitewide-notice main {
    margin-top: 92px;
  }
  body.archive.sitewide-notice main .siteContent {
    padding-top: 3.5rem !important;
  }
}
body.archive .siteHero {
  opacity: 0.9;
  transform: translateY(0) !important;
}

body:not(.sitewide-notice):not(.single-catalog) main {
  margin-top: 100px;
}
.mt-50 {
  margin-top: 50px;
}

.sectionLight {
  background-color: #f2f2f2;
}

.sectionDark {
  background-color: #363636;
}

.masthead {
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.masthead a {
  text-decoration: underline;
}
.masthead a.button {
  text-transform: initial;
}
.masthead a:hover {
  text-decoration: none;
}

.siteHeader-wrapper {
  top: 50px;
}

.special-offers-main {
  margin-top: 0 !important;
}

.vacancies-page {
  max-width: 64rem;
}

.vacancies-intro {
  margin-bottom: 0;
}

.vacancies-empty {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f2f2f2;
  border-left: 0.5rem solid #1f4292;
  border-radius: 0.75rem;
}

.vacancies-empty-marker {
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #1f4292;
  position: relative;
}
.vacancies-empty-marker:before, .vacancies-empty-marker:after {
  content: "";
  position: absolute;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
}
.vacancies-empty-marker:before {
  top: 0.75rem;
  width: 0.25rem;
  height: 1rem;
  border-radius: 1rem;
}
.vacancies-empty-marker:after {
  bottom: 0.7rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}

.vacancies-empty-content {
  flex: 1;
}

.vacancies-empty-title {
  margin-top: 0;
  margin-bottom: 0.35rem;
  color: #1f4292;
}

.vacancies-empty-message p {
  margin-top: 0;
  margin-bottom: 0;
}

.vacancy-content {
  padding: 1.5rem;
  background: #f2f2f2;
  border: 1px solid rgba(31, 66, 146, 0.28);
  border-top: 0;
  border-radius: 0 0 0.75rem 0.75rem;
  box-sizing: border-box;
}

.vacancy {
  margin-bottom: 1.25rem;
  border-radius: 0.75rem;
}
.vacancy .dropdownTab-button {
  background-color: #363636;
  border: 1px solid #363636;
  border-radius: 0.75rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.vacancy .dropdownTab-button.is-active {
  background-color: #363636;
  border-color: #363636;
  border-radius: 0.75rem 0.75rem 0 0;
}

.vacancy-description {
  margin-bottom: 1.75rem;
  max-width: none;
}
.vacancy-description > *:first-child {
  margin-top: 0;
}
.vacancy-description > *:last-child {
  margin-bottom: 0;
}

.vacancy-application {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(31, 66, 146, 0.22);
}
.vacancy-application .wpcf7 {
  margin: 1.25rem auto 0;
  background-color: #fff;
  border: 1px solid rgba(31, 66, 146, 0.28);
  border-radius: 0.75rem;
  box-sizing: border-box;
}
.vacancy-application .emailForm-header {
  gap: 1rem;
}
.vacancy-application .emailForm-input-wrapper {
  padding: 0.5rem 0;
}
.vacancy-application .emailForm-input-wrapper input,
.vacancy-application .emailForm-input-wrapper textarea {
  border: 1px solid rgba(47, 54, 84, 0.25);
  border-radius: 0.35rem;
  box-sizing: border-box;
}
.vacancy-application .emailForm-input-wrapper textarea {
  min-height: 8rem;
}
.vacancy-application input[type=file] {
  background-color: #fff;
  border: 1px solid rgba(47, 54, 84, 0.25);
  border-radius: 0.35rem;
  width: 100%;
}
.vacancy-application .vacancy-application-file-types {
  margin-top: 0.4rem;
  margin-bottom: 0;
  color: #2f3654;
  font-size: 0.875rem;
}
.vacancy-application input[type=submit] {
  margin-top: 1.25rem;
}

.vacancy-application-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.vacancy-application-role {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.vacancy-application-note {
  margin-top: 0;
  margin-bottom: 0;
}

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

/* Display utilities */
.d-block {
  display: block !important;
}

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

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

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

@media screen and (min-width: 42em) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media screen and (min-width: 68em) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
/* Flex direction */
.flex-row {
  flex-direction: row !important;
}

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

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

@media screen and (min-width: 42em) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
}
@media screen and (min-width: 68em) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
}
/* Container */
.container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1088px) {
  .container {
    max-width: 1088px;
  }
}
@media (min-width: 1248px) {
  .container {
    max-width: 1248px;
  }
}

/* Order utilities */
.order-0 {
  order: 0 !important;
}

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

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

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

@media screen and (min-width: 42em) {
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
}
@media screen and (min-width: 68em) {
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
}
.flex-1 {
  flex: 1;
}

.justify-content-start {
  justify-content: start;
}

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

.justify-content-end {
  justify-content: end;
}

/* Position utilities */
.position-absolute {
  position: absolute !important;
}

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

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

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

@media screen and (min-width: 68em) {
  .position-lg-relative {
    position: relative;
  }
}
.top-10 {
  top: 10px !important;
}

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

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

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

.left-10 {
  left: 10px !important;
}

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

/* Grid system */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.row > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* Column mixins */
/* Base cols */
.col {
  flex: 1 0 0%;
  max-width: 100%;
}

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

/* XS cols */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

/* Breakpoint cols */
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* full-width equal column like .col-md */
  .col-sm {
    flex: 1 0 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* full-width equal column like .col-md */
  .col-md {
    flex: 1 0 0%;
  }
}
@media (min-width: 1088px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* full-width equal column like .col-md */
  .col-lg {
    flex: 1 0 0%;
  }
}
@media (min-width: 1248px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* full-width equal column like .col-md */
  .col-xl {
    flex: 1 0 0%;
  }
}
.bg-primary {
  background-color: #26438D !important;
}

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

.bg-white {
  background-color: #fff;
}

@media (max-width: 767px) {
  .bg-white-mobile-only {
    background-color: #fff;
  }
}
@media screen and (min-width: 68em) {
  .bg-lg-primary {
    background-color: #26438D !important;
  }
  .bg-lg-transparent {
    background-color: transparent !important;
  }
}
.border-1 {
  border: 1px solid #D5D9DE;
}

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

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

.border-top-2 {
  border-top: 2px solid #D5D9DE !important;
}

.border-bottom-2, .siteContent .productFilters-form .filter-set.order-1:nth-last-of-type(2) select {
  border-bottom: 2px solid #D5D9DE !important;
}

@media (max-width: 1087px) {
  .border-top-2-mobile {
    border-top: 2px solid #D5D9DE !important;
  }
  .border-bottom-2-mobile {
    border-bottom: 2px solid #D5D9DE !important;
  }
}
@media screen and (min-width: 68em) {
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-top-1 {
    border-top: 1px solid #D5D9DE !important;
  }
  .border-lg-bottom-1, .siteContent .productFilters-form .filter-set.order-1:nth-last-of-type(2) select {
    border-bottom: 1px solid #D5D9DE !important;
  }
}
.border-radius-0 {
  border-radius: 0 !important;
}

.f14, .stockLabel {
  font-size: 14px !important;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px !important;
}

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

.rounded {
  border-radius: 20px !important;
  border: 1px solid #D5D9DE !important;
}

@media screen and (min-width: 68em) {
  .rounded-lg {
    border-radius: 20px !important;
    border: 1px solid #D5D9DE !important;
  }
}
.rounded-narrow {
  border-radius: 6px !important;
  border: 1px solid #D5D9DE !important;
}

@media screen and (min-width: 68em) {
  .rounded-lg-narrow {
    border-radius: 20px !important;
    border: 1px solid #D5D9DE !important;
  }
}
.opening-times-dept {
  list-style: none;
  padding-left: 0;
}

.z-index-9999 {
  z-index: 9999;
}

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

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

@media screen and (min-width: 42em) {
  .ms-md-auto {
    margin-left: auto !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 68em) {
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
}
.mx-1 {
  margin-right: 1rem;
  margin-left: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 4.5rem !important;
}

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

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

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

.pr-6 {
  padding-right: 4.5rem !important;
}

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

.pl-6 {
  padding-left: 4.5rem !important;
}

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

@media screen and (min-width: 68em) {
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 1248px) {
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
}
@media (min-width: 1088px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
}
@media (min-width: 1248px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
}
.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

.p-6 {
  padding: 4.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
}
@media (min-width: 1088px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
}
@media (min-width: 1248px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
}
.gap-0 {
  gap: 0 !important;
}

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0 !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0 !important;
  }
}

@media (min-width: 1088px) {
  .gap-lg-0 {
    gap: 0 !important;
  }
}

@media (min-width: 1248px) {
  .gap-xl-0 {
    gap: 0 !important;
  }
}

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

@media (min-width: 576px) {
  .gap-sm-1 {
    gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-1 {
    gap: 0.5rem !important;
  }
}

@media (min-width: 1088px) {
  .gap-lg-1 {
    gap: 0.5rem !important;
  }
}

@media (min-width: 1248px) {
  .gap-xl-1 {
    gap: 0.5rem !important;
  }
}

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

@media (min-width: 576px) {
  .gap-sm-2 {
    gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-2 {
    gap: 1rem !important;
  }
}

@media (min-width: 1088px) {
  .gap-lg-2 {
    gap: 1rem !important;
  }
}

@media (min-width: 1248px) {
  .gap-xl-2 {
    gap: 1rem !important;
  }
}

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

@media (min-width: 576px) {
  .gap-sm-3 {
    gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-3 {
    gap: 1.5rem !important;
  }
}

@media (min-width: 1088px) {
  .gap-lg-3 {
    gap: 1.5rem !important;
  }
}

@media (min-width: 1248px) {
  .gap-xl-3 {
    gap: 1.5rem !important;
  }
}

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

@media (min-width: 576px) {
  .gap-sm-4 {
    gap: 2rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
    gap: 2rem !important;
  }
}

@media (min-width: 1088px) {
  .gap-lg-4 {
    gap: 2rem !important;
  }
}

@media (min-width: 1248px) {
  .gap-xl-4 {
    gap: 2rem !important;
  }
}

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

@media (min-width: 576px) {
  .gap-sm-5 {
    gap: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-5 {
    gap: 2.5rem !important;
  }
}

@media (min-width: 1088px) {
  .gap-lg-5 {
    gap: 2.5rem !important;
  }
}

@media (min-width: 1248px) {
  .gap-xl-5 {
    gap: 2.5rem !important;
  }
}

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

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

@media (min-width: 576px) {
  .gx-sm-0 {
    column-gap: 0 !important;
  }
  .gy-sm-0 {
    row-gap: 0 !important;
  }
}
@media (min-width: 768px) {
  .gx-md-0 {
    column-gap: 0 !important;
  }
  .gy-md-0 {
    row-gap: 0 !important;
  }
}
@media (min-width: 1088px) {
  .gx-lg-0 {
    column-gap: 0 !important;
  }
  .gy-lg-0 {
    row-gap: 0 !important;
  }
}
@media (min-width: 1248px) {
  .gx-xl-0 {
    column-gap: 0 !important;
  }
  .gy-xl-0 {
    row-gap: 0 !important;
  }
}
.gx-1 {
  column-gap: 0.5rem !important;
}

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

@media (min-width: 576px) {
  .gx-sm-1 {
    column-gap: 0.5rem !important;
  }
  .gy-sm-1 {
    row-gap: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .gx-md-1 {
    column-gap: 0.5rem !important;
  }
  .gy-md-1 {
    row-gap: 0.5rem !important;
  }
}
@media (min-width: 1088px) {
  .gx-lg-1 {
    column-gap: 0.5rem !important;
  }
  .gy-lg-1 {
    row-gap: 0.5rem !important;
  }
}
@media (min-width: 1248px) {
  .gx-xl-1 {
    column-gap: 0.5rem !important;
  }
  .gy-xl-1 {
    row-gap: 0.5rem !important;
  }
}
.gx-2 {
  column-gap: 1rem !important;
}

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

@media (min-width: 576px) {
  .gx-sm-2 {
    column-gap: 1rem !important;
  }
  .gy-sm-2 {
    row-gap: 1rem !important;
  }
}
@media (min-width: 768px) {
  .gx-md-2 {
    column-gap: 1rem !important;
  }
  .gy-md-2 {
    row-gap: 1rem !important;
  }
}
@media (min-width: 1088px) {
  .gx-lg-2 {
    column-gap: 1rem !important;
  }
  .gy-lg-2 {
    row-gap: 1rem !important;
  }
}
@media (min-width: 1248px) {
  .gx-xl-2 {
    column-gap: 1rem !important;
  }
  .gy-xl-2 {
    row-gap: 1rem !important;
  }
}
.gx-3 {
  column-gap: 1.5rem !important;
}

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

@media (min-width: 576px) {
  .gx-sm-3 {
    column-gap: 1.5rem !important;
  }
  .gy-sm-3 {
    row-gap: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .gx-md-3 {
    column-gap: 1.5rem !important;
  }
  .gy-md-3 {
    row-gap: 1.5rem !important;
  }
}
@media (min-width: 1088px) {
  .gx-lg-3 {
    column-gap: 1.5rem !important;
  }
  .gy-lg-3 {
    row-gap: 1.5rem !important;
  }
}
@media (min-width: 1248px) {
  .gx-xl-3 {
    column-gap: 1.5rem !important;
  }
  .gy-xl-3 {
    row-gap: 1.5rem !important;
  }
}
.gx-4 {
  column-gap: 2rem !important;
}

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

@media (min-width: 576px) {
  .gx-sm-4 {
    column-gap: 2rem !important;
  }
  .gy-sm-4 {
    row-gap: 2rem !important;
  }
}
@media (min-width: 768px) {
  .gx-md-4 {
    column-gap: 2rem !important;
  }
  .gy-md-4 {
    row-gap: 2rem !important;
  }
}
@media (min-width: 1088px) {
  .gx-lg-4 {
    column-gap: 2rem !important;
  }
  .gy-lg-4 {
    row-gap: 2rem !important;
  }
}
@media (min-width: 1248px) {
  .gx-xl-4 {
    column-gap: 2rem !important;
  }
  .gy-xl-4 {
    row-gap: 2rem !important;
  }
}
.gx-5 {
  column-gap: 2.5rem !important;
}

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

@media (min-width: 576px) {
  .gx-sm-5 {
    column-gap: 2.5rem !important;
  }
  .gy-sm-5 {
    row-gap: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .gx-md-5 {
    column-gap: 2.5rem !important;
  }
  .gy-md-5 {
    row-gap: 2.5rem !important;
  }
}
@media (min-width: 1088px) {
  .gx-lg-5 {
    column-gap: 2.5rem !important;
  }
  .gy-lg-5 {
    row-gap: 2.5rem !important;
  }
}
@media (min-width: 1248px) {
  .gx-xl-5 {
    column-gap: 2.5rem !important;
  }
  .gy-xl-5 {
    row-gap: 2.5rem !important;
  }
}
.fw-normal, .stockLabel {
  font-weight: 300;
}

.fw-bold {
  font-weight: 600;
}

.fw-bolder {
  font-weight: 800;
}

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

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

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

@media (min-width: 576px) {
  .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) {
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1088px) {
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1248px) {
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-normal, .stockLabel {
  text-transform: initial !important;
}

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

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

.text-primary {
  color: #26438D !important;
}

.text-white {
  color: #fff !important;
}

@media screen and (min-width: 68em) {
  .text-lg-primary {
    color: #26438D !important;
  }
  .text-lg-white {
    color: #fff !important;
  }
}
.w-auto {
  width: auto !important;
}

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

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

.w-fit {
  width: fit-content !important;
}

@media screen and (min-width: 42em) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-fit {
    width: fit-content !important;
  }
}
@media screen and (min-width: 68em) {
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-fit {
    width: fit-content !important;
  }
}
.h-50 {
  height: 50% !important;
}

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

/*# sourceMappingURL=style.css.map */
