/** Shopify CDN: Minification failed

Line 9044:31 "-" can only be used as an infix operator, not a prefix operator
Line 9044:53 The "-" operator only works if there is whitespace on both sides
Line 9061:33 "-" can only be used as an infix operator, not a prefix operator
Line 9061:63 The "-" operator only works if there is whitespace on both sides

**/
@charset "UTF-8";
/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ TAILWIND ================*/
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-preflight.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0; }

button {
  background-color: transparent;
  background-image: none; }

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

fieldset {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  /* 1 */
  line-height: 1.5;
  /* 2 */ }

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #EFEFEF;
  /* 2 */ }

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px; }

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid; }

textarea {
  resize: vertical; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0; }

input::placeholder,
textarea::placeholder {
  color: #a0aec0; }

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

table {
  border-collapse: collapse; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit; }

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit; }

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle; }

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto; }

/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ Placeholder styling Helper ================*/
/* =============================================================================*/
/* String Replace*/
/* =============================================================================*/
/* =============================================================================*/
/* Font Face*/
/* =============================================================================*/
/* =============================================================================*/
/* Fluid clamp function*/
/* ==============================================================================*/
/*https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/#adding-a-default-breakpoint*/
/*our sass doesn't support sass.math so converted all functions to round() and / to just use old deprecated sass functions*/
/* =============================================================================*/
/* Fluid Spacer Mixin*/
/* =============================================================================*/
/*================ SETTINGS ================*/
/* @import url('settings/variables.scss.liquid');*/
@font-face {
  font-family: "freight-text-pro";
  src: url("./ftpbook-webfont.eot?") format("eot"), url("./ftpbook-webfont.woff2") format("woff2"), url("./ftpbook-webfont.woff") format("woff"), url("./ftpbook-webfont.ttf") format("truetype"), url("./ftpbook-webfont.svg#freighttext_probook") format("svg"); }

@font-face {
  font-family: "freight-text-pro";
  font-style: italic;
  src: url("./ftpbookit-webfont.eot?") format("eot"), url("./ftpbookit-webfont.woff2") format("woff2"), url("./ftpbookit-webfont.woff") format("woff"), url("./ftpbookit-webfont.ttf") format("truetype"), url("./ftpbookit-webfont.svg#freighttext_probook_italic") format("svg"); }

/*https://screenspan.net/fallback/*/
/*have to use this because cloud typography doesn't work with fontfaceobserver*/
/*https://csswizardry.com/2019/08/making-cloud-typography-faster/*/
/*else we could use this for more accuracy using line-height and letter-spacing*/
/*https://meowni.ca/font-style-matcher/*/
/*https://github.com/bramstein/fontfaceobserver*/
@font-face {
  font-family: 'Adjusted Verdana Fallback';
  src: local(Verdana);
  size-adjust: 99%;
  ascent-override: 90%;
  descent-override: 14%;
  line-gap-override: 5%; }

@font-face {
  font-family: 'Gotham';
  src: url("GothamLight.woff2") format("woff2"), url("GothamLight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("GothamLightItalic.woff2") format("woff2"), url("GothamLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("GothamBook.woff2") format("woff2"), url("GothamBook.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("GothamBookItalic.woff2") format("woff2"), url("GothamBookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("GothamMedium.woff2") format("woff2"), url("GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("GothamMediumItalic.woff2") format("woff2"), url("GothamMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

/*================ Color Variables ================*/
/* Brand colors*/
/*$color-grey-lighter*/
/*$color-grey-light*/
/*$color-grey-alt*/
/*$color-grey*/
/*$color-grey-dark*/
/*$color-black*/
/* Text colors*/
/* Backgrounds*/
/* Border colors*/
/* Helper colors for form error states*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/* The `$breakpoints` list is used to build our media queries.*/
/* You can use these in the media-query mixin.*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/* really high to be safe of app markup*/
/*================ SVG ================*/
/* $svg-select-icon: $( "ico-select.svg" | asset_url );*/
/*================ Easing ================*/
/*================ Product Image Paddings ================*/
/*================ Box Shadow ================*/
/*================ Auto Carousel ================*/
/*================ Projects Carousel ================*/
/*================ Animation Translation Distance ================*/
/*================ COMMON ================*/
/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img,
video {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

/* Prevent zoom on touch devices in active inputs*/
@media (max-width: 1023px) {
  input,
  textarea,
  select {
    font-size: 16px; } }

button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 500; }

/* Force option color (affects IE only)*/
option {
  color: #484949;
  background-color: #fff; }

/* hide outline on focus for elements which are given focus by JS*/
[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid-wrapper, .card-block, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions, .three-driver, .img-showcase-two .img-showcase-two__container, .lead-copy .lead-copy__container, .copy-image .copy-image__container, .quote-image .quote-image__container, .single-quote .single-quote__container {
  /* sass-lint:disable*/
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -24px; }
  .grid-wrapper::after, .card-block::after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions::after, .three-driver::after, .img-showcase-two .img-showcase-two__container::after, .lead-copy .lead-copy__container::after, .copy-image .copy-image__container::after, .quote-image .quote-image__container::after, .single-quote .single-quote__container::after {
    content: '';
    display: table;
    clear: both; }
  .template-collection .grid-wrapper, .template-collection .card-block, .template-collection .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .template-collection .aa-suggestions, .template-collection .three-driver, .template-collection .img-showcase-two .img-showcase-two__container, .img-showcase-two .template-collection .img-showcase-two__container, .template-collection .lead-copy .lead-copy__container, .lead-copy .template-collection .lead-copy__container, .template-collection .copy-image .copy-image__container, .copy-image .template-collection .copy-image__container, .template-collection .quote-image .quote-image__container, .quote-image .template-collection .quote-image__container, .template-collection .single-quote .single-quote__container, .single-quote .template-collection .single-quote__container,
  .template-search .grid-wrapper,
  .template-search .card-block,
  .template-search .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .template-search .aa-suggestions,
  .template-search .three-driver,
  .template-search .img-showcase-two .img-showcase-two__container,
  .img-showcase-two .template-search .img-showcase-two__container,
  .template-search .lead-copy .lead-copy__container,
  .lead-copy .template-search .lead-copy__container,
  .template-search .copy-image .copy-image__container,
  .copy-image .template-search .copy-image__container,
  .template-search .quote-image .quote-image__container,
  .quote-image .template-search .quote-image__container,
  .template-search .single-quote .single-quote__container,
  .single-quote .template-search .single-quote__container {
    margin-left: -12px; }
    @media (min-width: 560px) {
      .template-collection .grid-wrapper, .template-collection .card-block, .template-collection .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .template-collection .aa-suggestions, .template-collection .three-driver, .template-collection .img-showcase-two .img-showcase-two__container, .img-showcase-two .template-collection .img-showcase-two__container, .template-collection .lead-copy .lead-copy__container, .lead-copy .template-collection .lead-copy__container, .template-collection .copy-image .copy-image__container, .copy-image .template-collection .copy-image__container, .template-collection .quote-image .quote-image__container, .quote-image .template-collection .quote-image__container, .template-collection .single-quote .single-quote__container, .single-quote .template-collection .single-quote__container,
      .template-search .grid-wrapper,
      .template-search .card-block,
      .template-search .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .template-search .aa-suggestions,
      .template-search .three-driver,
      .template-search .img-showcase-two .img-showcase-two__container,
      .img-showcase-two .template-search .img-showcase-two__container,
      .template-search .lead-copy .lead-copy__container,
      .lead-copy .template-search .lead-copy__container,
      .template-search .copy-image .copy-image__container,
      .copy-image .template-search .copy-image__container,
      .template-search .quote-image .quote-image__container,
      .quote-image .template-search .quote-image__container,
      .template-search .single-quote .single-quote__container,
      .single-quote .template-search .single-quote__container {
        margin-left: -24px; } }
  .activate-account .grid-wrapper, .activate-account .card-block, .activate-account .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .activate-account .aa-suggestions, .activate-account .three-driver, .activate-account .img-showcase-two .img-showcase-two__container, .img-showcase-two .activate-account .img-showcase-two__container, .activate-account .lead-copy .lead-copy__container, .lead-copy .activate-account .lead-copy__container, .activate-account .copy-image .copy-image__container, .copy-image .activate-account .copy-image__container, .activate-account .quote-image .quote-image__container, .quote-image .activate-account .quote-image__container, .activate-account .single-quote .single-quote__container, .single-quote .activate-account .single-quote__container {
    margin-left: 0; }

.grid__item, .card-block .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .three-driver .three-driver__item, .img-showcase-two .img-showcase-two__big,
.img-showcase-two .img-showcase-two__small, .lead-copy .lead-copy__wrapper, .copy-image .copy-image__copy, .copy-image .copy-image__image, .quote-image .quote-image__quote, .quote-image .quote-image__image, .single-quote .single-quote__quote, .cart .cart__table {
  float: left;
  padding-left: 24px;
  width: 100%; }

@media (min-width: 768px) {
  .md-up\:grid__item {
    float: left;
    padding-left: 24px;
    width: 100%; } }

@media (min-width: 996px) {
  .md-lg-up\:grid__item {
    float: left;
    padding-left: 24px;
    width: 100%; } }

.template-collection .grid__item, .template-collection .card-block .card-block__item, .card-block .template-collection .card-block__item, .template-collection .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .template-collection .card-block__item, .template-collection .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .template-collection .aa-suggestion, .template-collection .three-driver .three-driver__item, .three-driver .template-collection .three-driver__item, .template-collection .img-showcase-two .img-showcase-two__big, .img-showcase-two .template-collection .img-showcase-two__big,
.template-collection .img-showcase-two .img-showcase-two__small, .img-showcase-two .template-collection .img-showcase-two__small, .template-collection .lead-copy .lead-copy__wrapper, .lead-copy .template-collection .lead-copy__wrapper, .template-collection .copy-image .copy-image__copy, .copy-image .template-collection .copy-image__copy, .template-collection .copy-image .copy-image__image, .copy-image .template-collection .copy-image__image, .template-collection .quote-image .quote-image__quote, .quote-image .template-collection .quote-image__quote, .template-collection .quote-image .quote-image__image, .quote-image .template-collection .quote-image__image, .template-collection .single-quote .single-quote__quote, .single-quote .template-collection .single-quote__quote, .template-collection .cart .cart__table, .cart .template-collection .cart__table,
.template-search .grid__item,
.template-search .card-block .card-block__item,
.card-block .template-search .card-block__item,
.template-search .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .template-search .card-block__item,
.template-search .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .template-search .aa-suggestion,
.template-search .three-driver .three-driver__item,
.three-driver .template-search .three-driver__item,
.template-search .img-showcase-two .img-showcase-two__big,
.img-showcase-two .template-search .img-showcase-two__big,
.template-search .img-showcase-two .img-showcase-two__small,
.img-showcase-two .template-search .img-showcase-two__small,
.template-search .lead-copy .lead-copy__wrapper,
.lead-copy .template-search .lead-copy__wrapper,
.template-search .copy-image .copy-image__copy,
.copy-image .template-search .copy-image__copy,
.template-search .copy-image .copy-image__image,
.copy-image .template-search .copy-image__image,
.template-search .quote-image .quote-image__quote,
.quote-image .template-search .quote-image__quote,
.template-search .quote-image .quote-image__image,
.quote-image .template-search .quote-image__image,
.template-search .single-quote .single-quote__quote,
.single-quote .template-search .single-quote__quote,
.template-search .cart .cart__table,
.cart .template-search .cart__table {
  padding-left: 12px; }
  @media (min-width: 560px) {
    .template-collection .grid__item, .template-collection .card-block .card-block__item, .card-block .template-collection .card-block__item, .template-collection .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .template-collection .card-block__item, .template-collection .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .template-collection .aa-suggestion, .template-collection .three-driver .three-driver__item, .three-driver .template-collection .three-driver__item, .template-collection .img-showcase-two .img-showcase-two__big, .img-showcase-two .template-collection .img-showcase-two__big,
    .template-collection .img-showcase-two .img-showcase-two__small, .img-showcase-two .template-collection .img-showcase-two__small, .template-collection .lead-copy .lead-copy__wrapper, .lead-copy .template-collection .lead-copy__wrapper, .template-collection .copy-image .copy-image__copy, .copy-image .template-collection .copy-image__copy, .template-collection .copy-image .copy-image__image, .copy-image .template-collection .copy-image__image, .template-collection .quote-image .quote-image__quote, .quote-image .template-collection .quote-image__quote, .template-collection .quote-image .quote-image__image, .quote-image .template-collection .quote-image__image, .template-collection .single-quote .single-quote__quote, .single-quote .template-collection .single-quote__quote, .template-collection .cart .cart__table, .cart .template-collection .cart__table,
    .template-search .grid__item,
    .template-search .card-block .card-block__item,
    .card-block .template-search .card-block__item,
    .template-search .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .template-search .card-block__item,
    .template-search .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .template-search .aa-suggestion,
    .template-search .three-driver .three-driver__item,
    .three-driver .template-search .three-driver__item,
    .template-search .img-showcase-two .img-showcase-two__big,
    .img-showcase-two .template-search .img-showcase-two__big,
    .template-search .img-showcase-two .img-showcase-two__small,
    .img-showcase-two .template-search .img-showcase-two__small,
    .template-search .lead-copy .lead-copy__wrapper,
    .lead-copy .template-search .lead-copy__wrapper,
    .template-search .copy-image .copy-image__copy,
    .copy-image .template-search .copy-image__copy,
    .template-search .copy-image .copy-image__image,
    .copy-image .template-search .copy-image__image,
    .template-search .quote-image .quote-image__quote,
    .quote-image .template-search .quote-image__quote,
    .template-search .quote-image .quote-image__image,
    .quote-image .template-search .quote-image__image,
    .template-search .single-quote .single-quote__quote,
    .single-quote .template-search .single-quote__quote,
    .template-search .cart .cart__table,
    .cart .template-search .cart__table {
      padding-left: 24px; } }

.activate-account .grid__item, .activate-account .card-block .card-block__item, .card-block .activate-account .card-block__item, .activate-account .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .activate-account .card-block__item, .activate-account .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .activate-account .aa-suggestion, .activate-account .three-driver .three-driver__item, .three-driver .activate-account .three-driver__item, .activate-account .img-showcase-two .img-showcase-two__big, .img-showcase-two .activate-account .img-showcase-two__big,
.activate-account .img-showcase-two .img-showcase-two__small, .img-showcase-two .activate-account .img-showcase-two__small, .activate-account .lead-copy .lead-copy__wrapper, .lead-copy .activate-account .lead-copy__wrapper, .activate-account .copy-image .copy-image__copy, .copy-image .activate-account .copy-image__copy, .activate-account .copy-image .copy-image__image, .copy-image .activate-account .copy-image__image, .activate-account .quote-image .quote-image__quote, .quote-image .activate-account .quote-image__quote, .activate-account .quote-image .quote-image__image, .quote-image .activate-account .quote-image__image, .activate-account .single-quote .single-quote__quote, .single-quote .activate-account .single-quote__quote, .activate-account .cart .cart__table, .cart .activate-account .cart__table {
  position: relative;
  width: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 560px) {
    .activate-account .grid__item, .activate-account .card-block .card-block__item, .card-block .activate-account .card-block__item, .activate-account .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .activate-account .card-block__item, .activate-account .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .activate-account .aa-suggestion, .activate-account .three-driver .three-driver__item, .three-driver .activate-account .three-driver__item, .activate-account .img-showcase-two .img-showcase-two__big, .img-showcase-two .activate-account .img-showcase-two__big,
    .activate-account .img-showcase-two .img-showcase-two__small, .img-showcase-two .activate-account .img-showcase-two__small, .activate-account .lead-copy .lead-copy__wrapper, .lead-copy .activate-account .lead-copy__wrapper, .activate-account .copy-image .copy-image__copy, .copy-image .activate-account .copy-image__copy, .activate-account .copy-image .copy-image__image, .copy-image .activate-account .copy-image__image, .activate-account .quote-image .quote-image__quote, .quote-image .activate-account .quote-image__quote, .activate-account .quote-image .quote-image__image, .quote-image .activate-account .quote-image__image, .activate-account .single-quote .single-quote__quote, .single-quote .activate-account .single-quote__quote, .activate-account .cart .cart__table, .cart .activate-account .cart__table {
      width: 480px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .activate-account .grid__item, .activate-account .card-block .card-block__item, .card-block .activate-account .card-block__item, .activate-account .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .activate-account .card-block__item, .activate-account .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .activate-account .aa-suggestion, .activate-account .three-driver .three-driver__item, .three-driver .activate-account .three-driver__item, .activate-account .img-showcase-two .img-showcase-two__big, .img-showcase-two .activate-account .img-showcase-two__big,
    .activate-account .img-showcase-two .img-showcase-two__small, .img-showcase-two .activate-account .img-showcase-two__small, .activate-account .lead-copy .lead-copy__wrapper, .lead-copy .activate-account .lead-copy__wrapper, .activate-account .copy-image .copy-image__copy, .copy-image .activate-account .copy-image__copy, .activate-account .copy-image .copy-image__image, .copy-image .activate-account .copy-image__image, .activate-account .quote-image .quote-image__quote, .quote-image .activate-account .quote-image__quote, .activate-account .quote-image .quote-image__image, .quote-image .activate-account .quote-image__image, .activate-account .single-quote .single-quote__quote, .single-quote .activate-account .single-quote__quote, .activate-account .cart .cart__table, .cart .activate-account .cart__table {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (min-width: 1024px) {
    .activate-account .grid__item, .activate-account .card-block .card-block__item, .card-block .activate-account .card-block__item, .activate-account .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .activate-account .card-block__item, .activate-account .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .activate-account .aa-suggestion, .activate-account .three-driver .three-driver__item, .three-driver .activate-account .three-driver__item, .activate-account .img-showcase-two .img-showcase-two__big, .img-showcase-two .activate-account .img-showcase-two__big,
    .activate-account .img-showcase-two .img-showcase-two__small, .img-showcase-two .activate-account .img-showcase-two__small, .activate-account .lead-copy .lead-copy__wrapper, .lead-copy .activate-account .lead-copy__wrapper, .activate-account .copy-image .copy-image__copy, .copy-image .activate-account .copy-image__copy, .activate-account .copy-image .copy-image__image, .copy-image .activate-account .copy-image__image, .activate-account .quote-image .quote-image__quote, .quote-image .activate-account .quote-image__quote, .activate-account .quote-image .quote-image__image, .quote-image .activate-account .quote-image__image, .activate-account .single-quote .single-quote__quote, .single-quote .activate-account .single-quote__quote, .activate-account .cart .cart__table, .cart .activate-account .cart__table {
      padding-top: 5rem;
      padding-bottom: 3.5rem; } }

.search-panel__results .grid__item, .search-panel__results .card-block .card-block__item, .card-block .search-panel__results .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel__results .three-driver .three-driver__item, .three-driver .search-panel__results .three-driver__item, .search-panel__results .img-showcase-two .img-showcase-two__big, .img-showcase-two .search-panel__results .img-showcase-two__big,
.search-panel__results .img-showcase-two .img-showcase-two__small, .img-showcase-two .search-panel__results .img-showcase-two__small, .search-panel__results .lead-copy .lead-copy__wrapper, .lead-copy .search-panel__results .lead-copy__wrapper, .search-panel__results .copy-image .copy-image__copy, .copy-image .search-panel__results .copy-image__copy, .search-panel__results .copy-image .copy-image__image, .copy-image .search-panel__results .copy-image__image, .search-panel__results .quote-image .quote-image__quote, .quote-image .search-panel__results .quote-image__quote, .search-panel__results .quote-image .quote-image__image, .quote-image .search-panel__results .quote-image__image, .search-panel__results .single-quote .single-quote__quote, .single-quote .search-panel__results .single-quote__quote, .search-panel__results .cart .cart__table, .cart .search-panel__results .cart__table {
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  width: calc(100% + 0.75rem); }
  @media (min-width: 560px) {
    .search-panel__results .grid__item, .search-panel__results .card-block .card-block__item, .card-block .search-panel__results .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel__results .three-driver .three-driver__item, .three-driver .search-panel__results .three-driver__item, .search-panel__results .img-showcase-two .img-showcase-two__big, .img-showcase-two .search-panel__results .img-showcase-two__big,
    .search-panel__results .img-showcase-two .img-showcase-two__small, .img-showcase-two .search-panel__results .img-showcase-two__small, .search-panel__results .lead-copy .lead-copy__wrapper, .lead-copy .search-panel__results .lead-copy__wrapper, .search-panel__results .copy-image .copy-image__copy, .copy-image .search-panel__results .copy-image__copy, .search-panel__results .copy-image .copy-image__image, .copy-image .search-panel__results .copy-image__image, .search-panel__results .quote-image .quote-image__quote, .quote-image .search-panel__results .quote-image__quote, .search-panel__results .quote-image .quote-image__image, .quote-image .search-panel__results .quote-image__image, .search-panel__results .single-quote .single-quote__quote, .single-quote .search-panel__results .single-quote__quote, .search-panel__results .cart .cart__table, .cart .search-panel__results .cart__table {
      padding-bottom: 1.5rem;
      padding-left: 0.75rem;
      width: calc(100% + 0.75rem); } }

.grid__item[class*='--push'], .card-block .card-block__item[class*='--push'], .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item[class*='--push'], .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion[class*='--push'], .three-driver .three-driver__item[class*='--push'], .img-showcase-two .img-showcase-two__big[class*='--push'],
.img-showcase-two .img-showcase-two__small[class*='--push'], .lead-copy .lead-copy__wrapper[class*='--push'], .copy-image .copy-image__copy[class*='--push'], .copy-image .copy-image__image[class*='--push'], .quote-image .quote-image__quote[class*='--push'], .quote-image .quote-image__image[class*='--push'], .single-quote .single-quote__quote[class*='--push'], .cart .cart__table[class*='--push'] {
  position: relative; }

.grid__item--helper-text {
  letter-spacing: 0.5px; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item, .card-block .grid--rev > .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .grid--rev > .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .grid--rev > .aa-suggestion, .three-driver .grid--rev > .three-driver__item, .img-showcase-two .grid--rev > .img-showcase-two__big,
  .img-showcase-two .grid--rev > .img-showcase-two__small, .lead-copy .grid--rev > .lead-copy__wrapper, .copy-image .grid--rev > .copy-image__copy, .copy-image .grid--rev > .copy-image__image, .quote-image .grid--rev > .quote-image__quote, .quote-image .grid--rev > .quote-image__image, .single-quote .grid--rev > .single-quote__quote, .cart .grid--rev > .cart__table {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/* sass-lint:disable brace-style empty-line-between-blocks*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/* sass-lint:enable brace-style empty-line-between-blocks*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
/*
  .one-sixth {
    width: percentage(1 / 6);
  }
  .two-sixths {
    width: percentage(2 / 6);
  }
  .three-sixths {
    width: percentage(3 / 6);
  }
  .four-sixths {
    width: percentage(4 / 6);
  }
  .five-sixths {
    width: percentage(5 / 6);
  }
  */
/* Eighths */
/*
  .one-eighth {
    width: percentage(1 / 8);
  }
  .two-eighths {
    width: percentage(2 / 8);
  }
  .three-eighths {
    width: percentage(3 / 8);
  }
  .four-eighths {
    width: percentage(4 / 8);
  }
  .five-eighths {
    width: percentage(5 / 8);
  }
  .six-eighths {
    width: percentage(6 / 8);
  }
  .seven-eighths {
    width: percentage(7 / 8);
  }
  *?

  /* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

/* sass-lint:disable no-important*/
.show {
  display: block !important; }

.hide {
  display: none !important; }

/* sass-lint:disable no-important*/
.text-left {
  text-align: left !important; }

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

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

/*================ Build Responsive Grid Classes ================*/
@media (min-width: 560px) {
  /** Whole */
  .small-up--one-whole {
    width: 100%; }
  /* Halves */
  .small-up--one-half {
    width: 50%; }
  /* Thirds */
  .small-up--one-third {
    width: 33.33333%; }
  .small-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .small-up--one-quarter {
    width: 25%; }
  .small-up--two-quarters {
    width: 50%; }
  .small-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .small-up--one-fifth {
    width: 20%; }
  .small-up--two-fifths {
    width: 40%; }
  .small-up--three-fifths {
    width: 60%; }
  .small-up--four-fifths {
    width: 80%; }
  /* Sixths */
  /*
  .small-up--one-sixth {
    width: percentage(1 / 6);
  }
  .small-up--two-sixths {
    width: percentage(2 / 6);
  }
  .small-up--three-sixths {
    width: percentage(3 / 6);
  }
  .small-up--four-sixths {
    width: percentage(4 / 6);
  }
  .small-up--five-sixths {
    width: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .small-up--one-eighth {
    width: percentage(1 / 8);
  }
  .small-up--two-eighths {
    width: percentage(2 / 8);
  }
  .small-up--three-eighths {
    width: percentage(3 / 8);
  }
  .small-up--four-eighths {
    width: percentage(4 / 8);
  }
  .small-up--five-eighths {
    width: percentage(5 / 8);
  }
  .small-up--six-eighths {
    width: percentage(6 / 8);
  }
  .small-up--seven-eighths {
    width: percentage(7 / 8);
  }
  *?

  /* Tenths */
  .small-up--one-tenth {
    width: 10%; }
  .small-up--two-tenths {
    width: 20%; }
  .small-up--three-tenths {
    width: 30%; }
  .small-up--four-tenths {
    width: 40%; }
  .small-up--five-tenths {
    width: 50%; }
  .small-up--six-tenths {
    width: 60%; }
  .small-up--seven-tenths {
    width: 70%; }
  .small-up--eight-tenths {
    width: 80%; }
  .small-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .small-up--one-twelfth {
    width: 8.33333%; }
  .small-up--two-twelfths {
    width: 16.66667%; }
  .small-up--three-twelfths {
    width: 25%; }
  .small-up--four-twelfths {
    width: 33.33333%; }
  .small-up--five-twelfths {
    width: 41.66667%; }
  .small-up--six-twelfths {
    width: 50%; }
  .small-up--seven-twelfths {
    width: 58.33333%; }
  .small-up--eight-twelfths {
    width: 66.66667%; }
  .small-up--nine-twelfths {
    width: 75%; }
  .small-up--ten-twelfths {
    width: 83.33333%; }
  .small-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .small-up--one-half:nth-child(2n + 1),
  .grid--uniform .small-up--one-third:nth-child(3n + 1),
  .grid--uniform .small-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .small-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .small-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .small-up--two-sixths:nth-child(3n + 1),
  .grid--uniform .small-up--three-sixths:nth-child(2n + 1),
  .grid--uniform .small-up--one-eighth:nth-child(8n + 1),
  .grid--uniform .small-up--two-eighths:nth-child(4n + 1),
  .grid--uniform .small-up--four-eighths:nth-child(2n + 1),
  .grid--uniform .small-up--five-tenths:nth-child(2n + 1),
  .grid--uniform .small-up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .small-up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .small-up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .small-up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .small-up--six-twelfths:nth-child(2n + 1) {
    clear: both; }
  /* sass-lint:disable no-important*/
  .small-up--show {
    display: block !important; }
  .small-up--hide {
    display: none !important; }
  /* sass-lint:disable no-important*/
  .small-up--text-left {
    text-align: left !important; }
  .small-up--text-right {
    text-align: right !important; }
  .small-up--text-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }
  /* Halves */
  .medium-up--one-half {
    width: 50%; }
  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }
  .medium-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }
  .medium-up--two-quarters {
    width: 50%; }
  .medium-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }
  .medium-up--two-fifths {
    width: 40%; }
  .medium-up--three-fifths {
    width: 60%; }
  .medium-up--four-fifths {
    width: 80%; }
  /* Sixths */
  /*
  .medium-up--one-sixth {
    width: percentage(1 / 6);
  }
  .medium-up--two-sixths {
    width: percentage(2 / 6);
  }
  .medium-up--three-sixths {
    width: percentage(3 / 6);
  }
  .medium-up--four-sixths {
    width: percentage(4 / 6);
  }
  .medium-up--five-sixths {
    width: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .medium-up--one-eighth {
    width: percentage(1 / 8);
  }
  .medium-up--two-eighths {
    width: percentage(2 / 8);
  }
  .medium-up--three-eighths {
    width: percentage(3 / 8);
  }
  .medium-up--four-eighths {
    width: percentage(4 / 8);
  }
  .medium-up--five-eighths {
    width: percentage(5 / 8);
  }
  .medium-up--six-eighths {
    width: percentage(6 / 8);
  }
  .medium-up--seven-eighths {
    width: percentage(7 / 8);
  }
  *?

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }
  .medium-up--two-tenths {
    width: 20%; }
  .medium-up--three-tenths {
    width: 30%; }
  .medium-up--four-tenths {
    width: 40%; }
  .medium-up--five-tenths {
    width: 50%; }
  .medium-up--six-tenths {
    width: 60%; }
  .medium-up--seven-tenths {
    width: 70%; }
  .medium-up--eight-tenths {
    width: 80%; }
  .medium-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }
  .medium-up--two-twelfths {
    width: 16.66667%; }
  .medium-up--three-twelfths {
    width: 25%; }
  .medium-up--four-twelfths {
    width: 33.33333%; }
  .medium-up--five-twelfths,
  .img-showcase-two .img-showcase-two__small {
    width: 41.66667%; }
  .medium-up--six-twelfths, .copy-image .copy-image__copy, .copy-image .copy-image__image, .quote-image .quote-image__quote, .quote-image .quote-image__image {
    width: 50%; }
  .medium-up--seven-twelfths {
    width: 58.33333%; }
  .medium-up--eight-twelfths {
    width: 66.66667%; }
  .medium-up--nine-twelfths {
    width: 75%; }
  .medium-up--ten-twelfths, .single-quote .single-quote__quote, .single-quote.single-quote--wide .single-quote__quote, .single-quote.single-quote--wide.single-quote--small .single-quote__quote {
    width: 83.33333%; }
  .medium-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .medium-up--one-half:nth-child(2n + 1),
  .grid--uniform .medium-up--one-third:nth-child(3n + 1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n + 1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n + 1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n + 1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n + 1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n + 1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n + 1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n + 1),
  .grid--uniform .copy-image .copy-image__copy:nth-child(2n + 1),
  .copy-image .grid--uniform .copy-image__copy:nth-child(2n + 1),
  .grid--uniform .copy-image .copy-image__image:nth-child(2n + 1),
  .copy-image .grid--uniform .copy-image__image:nth-child(2n + 1),
  .grid--uniform .quote-image .quote-image__quote:nth-child(2n + 1),
  .quote-image .grid--uniform .quote-image__quote:nth-child(2n + 1),
  .grid--uniform .quote-image .quote-image__image:nth-child(2n + 1),
  .quote-image .grid--uniform .quote-image__image:nth-child(2n + 1) {
    clear: both; }
  /* sass-lint:disable no-important*/
  .medium-up--show {
    display: block !important; }
  .medium-up--hide {
    display: none !important; }
  /* sass-lint:disable no-important*/
  .medium-up--text-left {
    text-align: left !important; }
  .medium-up--text-right {
    text-align: right !important; }
  .medium-up--text-center {
    text-align: center !important; } }

@media (min-width: 996px) {
  /** Whole */
  .medium-large-up--one-whole {
    width: 100%; }
  /* Halves */
  .medium-large-up--one-half {
    width: 50%; }
  /* Thirds */
  .medium-large-up--one-third {
    width: 33.33333%; }
  .medium-large-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .medium-large-up--one-quarter {
    width: 25%; }
  .medium-large-up--two-quarters {
    width: 50%; }
  .medium-large-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .medium-large-up--one-fifth {
    width: 20%; }
  .medium-large-up--two-fifths {
    width: 40%; }
  .medium-large-up--three-fifths {
    width: 60%; }
  .medium-large-up--four-fifths {
    width: 80%; }
  /* Sixths */
  /*
  .medium-large-up--one-sixth {
    width: percentage(1 / 6);
  }
  .medium-large-up--two-sixths {
    width: percentage(2 / 6);
  }
  .medium-large-up--three-sixths {
    width: percentage(3 / 6);
  }
  .medium-large-up--four-sixths {
    width: percentage(4 / 6);
  }
  .medium-large-up--five-sixths {
    width: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .medium-large-up--one-eighth {
    width: percentage(1 / 8);
  }
  .medium-large-up--two-eighths {
    width: percentage(2 / 8);
  }
  .medium-large-up--three-eighths {
    width: percentage(3 / 8);
  }
  .medium-large-up--four-eighths {
    width: percentage(4 / 8);
  }
  .medium-large-up--five-eighths {
    width: percentage(5 / 8);
  }
  .medium-large-up--six-eighths {
    width: percentage(6 / 8);
  }
  .medium-large-up--seven-eighths {
    width: percentage(7 / 8);
  }
  *?

  /* Tenths */
  .medium-large-up--one-tenth {
    width: 10%; }
  .medium-large-up--two-tenths {
    width: 20%; }
  .medium-large-up--three-tenths {
    width: 30%; }
  .medium-large-up--four-tenths {
    width: 40%; }
  .medium-large-up--five-tenths {
    width: 50%; }
  .medium-large-up--six-tenths {
    width: 60%; }
  .medium-large-up--seven-tenths {
    width: 70%; }
  .medium-large-up--eight-tenths {
    width: 80%; }
  .medium-large-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .medium-large-up--one-twelfth {
    width: 8.33333%; }
  .medium-large-up--two-twelfths {
    width: 16.66667%; }
  .medium-large-up--three-twelfths {
    width: 25%; }
  .medium-large-up--four-twelfths {
    width: 33.33333%; }
  .medium-large-up--five-twelfths {
    width: 41.66667%; }
  .medium-large-up--six-twelfths {
    width: 50%; }
  .medium-large-up--seven-twelfths {
    width: 58.33333%; }
  .medium-large-up--eight-twelfths {
    width: 66.66667%; }
  .medium-large-up--nine-twelfths {
    width: 75%; }
  .medium-large-up--ten-twelfths {
    width: 83.33333%; }
  .medium-large-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .medium-large-up--one-half:nth-child(2n + 1),
  .grid--uniform .medium-large-up--one-third:nth-child(3n + 1),
  .grid--uniform .medium-large-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .medium-large-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .medium-large-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .medium-large-up--two-sixths:nth-child(3n + 1),
  .grid--uniform .medium-large-up--three-sixths:nth-child(2n + 1),
  .grid--uniform .medium-large-up--one-eighth:nth-child(8n + 1),
  .grid--uniform .medium-large-up--two-eighths:nth-child(4n + 1),
  .grid--uniform .medium-large-up--four-eighths:nth-child(2n + 1),
  .grid--uniform .medium-large-up--five-tenths:nth-child(2n + 1),
  .grid--uniform .medium-large-up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .medium-large-up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .medium-large-up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .medium-large-up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .medium-large-up--six-twelfths:nth-child(2n + 1) {
    clear: both; }
  /* sass-lint:disable no-important*/
  .medium-large-up--show {
    display: block !important; }
  .medium-large-up--hide {
    display: none !important; }
  /* sass-lint:disable no-important*/
  .medium-large-up--text-left {
    text-align: left !important; }
  .medium-large-up--text-right {
    text-align: right !important; }
  .medium-large-up--text-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%; }
  /* Halves */
  .large-up--one-half {
    width: 50%; }
  /* Thirds */
  .large-up--one-third {
    width: 33.33333%; }
  .large-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }
  .large-up--two-quarters {
    width: 50%; }
  .large-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }
  .large-up--two-fifths {
    width: 40%; }
  .large-up--three-fifths {
    width: 60%; }
  .large-up--four-fifths {
    width: 80%; }
  /* Sixths */
  /*
  .large-up--one-sixth {
    width: percentage(1 / 6);
  }
  .large-up--two-sixths {
    width: percentage(2 / 6);
  }
  .large-up--three-sixths {
    width: percentage(3 / 6);
  }
  .large-up--four-sixths {
    width: percentage(4 / 6);
  }
  .large-up--five-sixths {
    width: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .large-up--one-eighth {
    width: percentage(1 / 8);
  }
  .large-up--two-eighths {
    width: percentage(2 / 8);
  }
  .large-up--three-eighths {
    width: percentage(3 / 8);
  }
  .large-up--four-eighths {
    width: percentage(4 / 8);
  }
  .large-up--five-eighths {
    width: percentage(5 / 8);
  }
  .large-up--six-eighths {
    width: percentage(6 / 8);
  }
  .large-up--seven-eighths {
    width: percentage(7 / 8);
  }
  *?

  /* Tenths */
  .large-up--one-tenth {
    width: 10%; }
  .large-up--two-tenths {
    width: 20%; }
  .large-up--three-tenths {
    width: 30%; }
  .large-up--four-tenths {
    width: 40%; }
  .large-up--five-tenths {
    width: 50%; }
  .large-up--six-tenths {
    width: 60%; }
  .large-up--seven-tenths {
    width: 70%; }
  .large-up--eight-tenths {
    width: 80%; }
  .large-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.33333%; }
  .large-up--two-twelfths {
    width: 16.66667%; }
  .large-up--three-twelfths {
    width: 25%; }
  .large-up--four-twelfths,
  .img-showcase-two .img-showcase-two__small, .copy-image .copy-image__image, .quote-image .quote-image__image {
    width: 33.33333%; }
  .large-up--five-twelfths, .img-showcase-two .img-showcase-two__big, .copy-image .copy-image__copy, .quote-image .quote-image__quote {
    width: 41.66667%; }
  .large-up--six-twelfths, .single-quote.single-quote--small .single-quote__quote {
    width: 50%; }
  .large-up--seven-twelfths {
    width: 58.33333%; }
  .large-up--eight-twelfths, .lead-copy .lead-copy__wrapper, .single-quote .single-quote__quote, .single-quote.single-quote--wide .single-quote__quote, .single-quote.single-quote--wide.single-quote--small .single-quote__quote {
    width: 66.66667%; }
  .large-up--nine-twelfths {
    width: 75%; }
  .large-up--ten-twelfths {
    width: 83.33333%; }
  .large-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .large-up--one-half:nth-child(2n + 1),
  .grid--uniform .large-up--one-third:nth-child(3n + 1),
  .grid--uniform .large-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .large-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .large-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .large-up--two-sixths:nth-child(3n + 1),
  .grid--uniform .large-up--three-sixths:nth-child(2n + 1),
  .grid--uniform .large-up--one-eighth:nth-child(8n + 1),
  .grid--uniform .large-up--two-eighths:nth-child(4n + 1),
  .grid--uniform .large-up--four-eighths:nth-child(2n + 1),
  .grid--uniform .large-up--five-tenths:nth-child(2n + 1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .img-showcase-two .img-showcase-two__small:nth-child(3n + 1),
  .img-showcase-two .grid--uniform .img-showcase-two__small:nth-child(3n + 1),
  .grid--uniform .copy-image .copy-image__image:nth-child(3n + 1),
  .copy-image .grid--uniform .copy-image__image:nth-child(3n + 1),
  .grid--uniform .quote-image .quote-image__image:nth-child(3n + 1),
  .quote-image .grid--uniform .quote-image__image:nth-child(3n + 1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n + 1),
  .grid--uniform .single-quote.single-quote--small .single-quote__quote:nth-child(2n + 1),
  .single-quote.single-quote--small .grid--uniform .single-quote__quote:nth-child(2n + 1) {
    clear: both; }
  /* sass-lint:disable no-important*/
  .large-up--show {
    display: block !important; }
  .large-up--hide {
    display: none !important; }
  /* sass-lint:disable no-important*/
  .large-up--text-left {
    text-align: left !important; }
  .large-up--text-right {
    text-align: right !important; }
  .large-up--text-center {
    text-align: center !important; } }

@media (min-width: 1320px) {
  /** Whole */
  .xlarge-up--one-whole {
    width: 100%; }
  /* Halves */
  .xlarge-up--one-half {
    width: 50%; }
  /* Thirds */
  .xlarge-up--one-third {
    width: 33.33333%; }
  .xlarge-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .xlarge-up--one-quarter {
    width: 25%; }
  .xlarge-up--two-quarters {
    width: 50%; }
  .xlarge-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .xlarge-up--one-fifth {
    width: 20%; }
  .xlarge-up--two-fifths {
    width: 40%; }
  .xlarge-up--three-fifths {
    width: 60%; }
  .xlarge-up--four-fifths {
    width: 80%; }
  /* Sixths */
  /*
  .xlarge-up--one-sixth {
    width: percentage(1 / 6);
  }
  .xlarge-up--two-sixths {
    width: percentage(2 / 6);
  }
  .xlarge-up--three-sixths {
    width: percentage(3 / 6);
  }
  .xlarge-up--four-sixths {
    width: percentage(4 / 6);
  }
  .xlarge-up--five-sixths {
    width: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .xlarge-up--one-eighth {
    width: percentage(1 / 8);
  }
  .xlarge-up--two-eighths {
    width: percentage(2 / 8);
  }
  .xlarge-up--three-eighths {
    width: percentage(3 / 8);
  }
  .xlarge-up--four-eighths {
    width: percentage(4 / 8);
  }
  .xlarge-up--five-eighths {
    width: percentage(5 / 8);
  }
  .xlarge-up--six-eighths {
    width: percentage(6 / 8);
  }
  .xlarge-up--seven-eighths {
    width: percentage(7 / 8);
  }
  *?

  /* Tenths */
  .xlarge-up--one-tenth {
    width: 10%; }
  .xlarge-up--two-tenths {
    width: 20%; }
  .xlarge-up--three-tenths {
    width: 30%; }
  .xlarge-up--four-tenths {
    width: 40%; }
  .xlarge-up--five-tenths {
    width: 50%; }
  .xlarge-up--six-tenths {
    width: 60%; }
  .xlarge-up--seven-tenths {
    width: 70%; }
  .xlarge-up--eight-tenths {
    width: 80%; }
  .xlarge-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .xlarge-up--one-twelfth {
    width: 8.33333%; }
  .xlarge-up--two-twelfths {
    width: 16.66667%; }
  .xlarge-up--three-twelfths {
    width: 25%; }
  .xlarge-up--four-twelfths {
    width: 33.33333%; }
  .xlarge-up--five-twelfths {
    width: 41.66667%; }
  .xlarge-up--six-twelfths {
    width: 50%; }
  .xlarge-up--seven-twelfths {
    width: 58.33333%; }
  .xlarge-up--eight-twelfths {
    width: 66.66667%; }
  .xlarge-up--nine-twelfths {
    width: 75%; }
  .xlarge-up--ten-twelfths {
    width: 83.33333%; }
  .xlarge-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .xlarge-up--one-half:nth-child(2n + 1),
  .grid--uniform .xlarge-up--one-third:nth-child(3n + 1),
  .grid--uniform .xlarge-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .xlarge-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .xlarge-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .xlarge-up--two-sixths:nth-child(3n + 1),
  .grid--uniform .xlarge-up--three-sixths:nth-child(2n + 1),
  .grid--uniform .xlarge-up--one-eighth:nth-child(8n + 1),
  .grid--uniform .xlarge-up--two-eighths:nth-child(4n + 1),
  .grid--uniform .xlarge-up--four-eighths:nth-child(2n + 1),
  .grid--uniform .xlarge-up--five-tenths:nth-child(2n + 1),
  .grid--uniform .xlarge-up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .xlarge-up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .xlarge-up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .xlarge-up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .xlarge-up--six-twelfths:nth-child(2n + 1) {
    clear: both; }
  /* sass-lint:disable no-important*/
  .xlarge-up--show {
    display: block !important; }
  .xlarge-up--hide {
    display: none !important; }
  /* sass-lint:disable no-important*/
  .xlarge-up--text-left {
    text-align: left !important; }
  .xlarge-up--text-right {
    text-align: right !important; }
  .xlarge-up--text-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  /** Whole */
  .xxlarge-up--one-whole {
    width: 100%; }
  /* Halves */
  .xxlarge-up--one-half {
    width: 50%; }
  /* Thirds */
  .xxlarge-up--one-third {
    width: 33.33333%; }
  .xxlarge-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .xxlarge-up--one-quarter {
    width: 25%; }
  .xxlarge-up--two-quarters {
    width: 50%; }
  .xxlarge-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .xxlarge-up--one-fifth {
    width: 20%; }
  .xxlarge-up--two-fifths {
    width: 40%; }
  .xxlarge-up--three-fifths {
    width: 60%; }
  .xxlarge-up--four-fifths {
    width: 80%; }
  /* Sixths */
  /*
  .xxlarge-up--one-sixth {
    width: percentage(1 / 6);
  }
  .xxlarge-up--two-sixths {
    width: percentage(2 / 6);
  }
  .xxlarge-up--three-sixths {
    width: percentage(3 / 6);
  }
  .xxlarge-up--four-sixths {
    width: percentage(4 / 6);
  }
  .xxlarge-up--five-sixths {
    width: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .xxlarge-up--one-eighth {
    width: percentage(1 / 8);
  }
  .xxlarge-up--two-eighths {
    width: percentage(2 / 8);
  }
  .xxlarge-up--three-eighths {
    width: percentage(3 / 8);
  }
  .xxlarge-up--four-eighths {
    width: percentage(4 / 8);
  }
  .xxlarge-up--five-eighths {
    width: percentage(5 / 8);
  }
  .xxlarge-up--six-eighths {
    width: percentage(6 / 8);
  }
  .xxlarge-up--seven-eighths {
    width: percentage(7 / 8);
  }
  *?

  /* Tenths */
  .xxlarge-up--one-tenth {
    width: 10%; }
  .xxlarge-up--two-tenths {
    width: 20%; }
  .xxlarge-up--three-tenths {
    width: 30%; }
  .xxlarge-up--four-tenths {
    width: 40%; }
  .xxlarge-up--five-tenths {
    width: 50%; }
  .xxlarge-up--six-tenths {
    width: 60%; }
  .xxlarge-up--seven-tenths {
    width: 70%; }
  .xxlarge-up--eight-tenths {
    width: 80%; }
  .xxlarge-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .xxlarge-up--one-twelfth {
    width: 8.33333%; }
  .xxlarge-up--two-twelfths {
    width: 16.66667%; }
  .xxlarge-up--three-twelfths {
    width: 25%; }
  .xxlarge-up--four-twelfths {
    width: 33.33333%; }
  .xxlarge-up--five-twelfths {
    width: 41.66667%; }
  .xxlarge-up--six-twelfths {
    width: 50%; }
  .xxlarge-up--seven-twelfths {
    width: 58.33333%; }
  .xxlarge-up--eight-twelfths {
    width: 66.66667%; }
  .xxlarge-up--nine-twelfths {
    width: 75%; }
  .xxlarge-up--ten-twelfths {
    width: 83.33333%; }
  .xxlarge-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .xxlarge-up--one-half:nth-child(2n + 1),
  .grid--uniform .xxlarge-up--one-third:nth-child(3n + 1),
  .grid--uniform .xxlarge-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .xxlarge-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .xxlarge-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .xxlarge-up--two-sixths:nth-child(3n + 1),
  .grid--uniform .xxlarge-up--three-sixths:nth-child(2n + 1),
  .grid--uniform .xxlarge-up--one-eighth:nth-child(8n + 1),
  .grid--uniform .xxlarge-up--two-eighths:nth-child(4n + 1),
  .grid--uniform .xxlarge-up--four-eighths:nth-child(2n + 1),
  .grid--uniform .xxlarge-up--five-tenths:nth-child(2n + 1),
  .grid--uniform .xxlarge-up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .xxlarge-up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .xxlarge-up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .xxlarge-up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .xxlarge-up--six-twelfths:nth-child(2n + 1) {
    clear: both; }
  /* sass-lint:disable no-important*/
  .xxlarge-up--show {
    display: block !important; }
  .xxlarge-up--hide {
    display: none !important; }
  /* sass-lint:disable no-important*/
  .xxlarge-up--text-left {
    text-align: left !important; }
  .xxlarge-up--text-right {
    text-align: right !important; }
  .xxlarge-up--text-center {
    text-align: center !important; } }

/*================ Build Grid Push Classes ================*/
@media (min-width: 560px) {
  /* Reset */
  .small-up--push-none {
    margin-left: 0; }
  /* Halves */
  .small-up--push-one-half {
    margin-left: 50%; }
  /* Thirds */
  .small-up--push-one-third {
    margin-left: 33.33333%; }
  .small-up--push-two-thirds {
    margin-left: 66.66667%; }
  /* Quarters */
  .small-up--push-one-quarter {
    margin-left: 25%; }
  .small-up--push-two-quarters {
    margin-left: 50%; }
  .small-up--push-three-quarters {
    margin-left: 75%; }
  /* Fifths */
  .small-up--push-one-fifth {
    margin-left: 20%; }
  .small-up--push-two-fifths {
    margin-left: 40%; }
  .small-up--push-three-fifths {
    margin-left: 60%; }
  .small-up--push-four-fifths {
    margin-left: 80%; }
  /* Sixths */
  /*
  .small-up--push-one-sixth {
    margin-left: percentage(1 / 6);
  }
  .small-up--push-two-sixths {
    margin-left: percentage(2 / 6);
  }
  .small-up--push-three-sixths {
    margin-left: percentage(3 / 6);
  }
  .small-up--push-four-sixths {
    margin-left: percentage(4 / 6);
  }
  .small-up--push-five-sixths {
    margin-left: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .small-up--push-one-eighth {
    margin-left: percentage(1 / 8);
  }
  .small-up--push-two-eighths {
    margin-left: percentage(2 / 8);
  }
  .small-up--push-three-eighths {
    margin-left: percentage(3 / 8);
  }
  .small-up--push-four-eighths {
    margin-left: percentage(4 / 8);
  }
  .small-up--push-five-eighths {
    margin-left: percentage(5 / 8);
  }
  .small-up--push-six-eighths {
    margin-left: percentage(6 / 8);
  }
  .small-up--push-seven-eighths {
    margin-left: percentage(7 / 8);
  }
  */
  /* Tenths */
  .small-up--push-one-tenth {
    margin-left: 10%; }
  .small-up--push-two-tenths {
    margin-left: 20%; }
  .small-up--push-three-tenths {
    margin-left: 30%; }
  .small-up--push-four-tenths {
    margin-left: 40%; }
  .small-up--push-five-tenths {
    margin-left: 50%; }
  .small-up--push-six-tenths {
    margin-left: 60%; }
  .small-up--push-seven-tenths {
    margin-left: 70%; }
  .small-up--push-eight-tenths {
    margin-left: 80%; }
  .small-up--push-nine-tenths {
    margin-left: 90%; }
  /* Twelfths */
  .small-up--push-one-twelfth {
    margin-left: 8.33333%; }
  .small-up--push-two-twelfths {
    margin-left: 16.66667%; }
  .small-up--push-three-twelfths {
    margin-left: 25%; }
  .small-up--push-four-twelfths {
    margin-left: 33.33333%; }
  .small-up--push-five-twelfths {
    margin-left: 41.66667%; }
  .small-up--push-six-twelfths {
    margin-left: 50%; }
  .small-up--push-seven-twelfths {
    margin-left: 58.33333%; }
  .small-up--push-eight-twelfths {
    margin-left: 66.66667%; }
  .small-up--push-nine-twelfths {
    margin-left: 75%; }
  .small-up--push-ten-twelfths {
    margin-left: 83.33333%; }
  .small-up--push-eleven-twelfths {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  /* Reset */
  .medium-up--push-none {
    margin-left: 0; }
  /* Halves */
  .medium-up--push-one-half {
    margin-left: 50%; }
  /* Thirds */
  .medium-up--push-one-third {
    margin-left: 33.33333%; }
  .medium-up--push-two-thirds {
    margin-left: 66.66667%; }
  /* Quarters */
  .medium-up--push-one-quarter {
    margin-left: 25%; }
  .medium-up--push-two-quarters {
    margin-left: 50%; }
  .medium-up--push-three-quarters {
    margin-left: 75%; }
  /* Fifths */
  .medium-up--push-one-fifth {
    margin-left: 20%; }
  .medium-up--push-two-fifths {
    margin-left: 40%; }
  .medium-up--push-three-fifths {
    margin-left: 60%; }
  .medium-up--push-four-fifths {
    margin-left: 80%; }
  /* Sixths */
  /*
  .medium-up--push-one-sixth {
    margin-left: percentage(1 / 6);
  }
  .medium-up--push-two-sixths {
    margin-left: percentage(2 / 6);
  }
  .medium-up--push-three-sixths {
    margin-left: percentage(3 / 6);
  }
  .medium-up--push-four-sixths {
    margin-left: percentage(4 / 6);
  }
  .medium-up--push-five-sixths {
    margin-left: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .medium-up--push-one-eighth {
    margin-left: percentage(1 / 8);
  }
  .medium-up--push-two-eighths {
    margin-left: percentage(2 / 8);
  }
  .medium-up--push-three-eighths {
    margin-left: percentage(3 / 8);
  }
  .medium-up--push-four-eighths {
    margin-left: percentage(4 / 8);
  }
  .medium-up--push-five-eighths {
    margin-left: percentage(5 / 8);
  }
  .medium-up--push-six-eighths {
    margin-left: percentage(6 / 8);
  }
  .medium-up--push-seven-eighths {
    margin-left: percentage(7 / 8);
  }
  */
  /* Tenths */
  .medium-up--push-one-tenth {
    margin-left: 10%; }
  .medium-up--push-two-tenths {
    margin-left: 20%; }
  .medium-up--push-three-tenths {
    margin-left: 30%; }
  .medium-up--push-four-tenths {
    margin-left: 40%; }
  .medium-up--push-five-tenths {
    margin-left: 50%; }
  .medium-up--push-six-tenths {
    margin-left: 60%; }
  .medium-up--push-seven-tenths {
    margin-left: 70%; }
  .medium-up--push-eight-tenths {
    margin-left: 80%; }
  .medium-up--push-nine-tenths {
    margin-left: 90%; }
  /* Twelfths */
  .medium-up--push-one-twelfth, .single-quote .single-quote__quote, .single-quote.single-quote--wide .single-quote__quote, .single-quote.single-quote--wide.single-quote--small .single-quote__quote {
    margin-left: 8.33333%; }
  .medium-up--push-two-twelfths {
    margin-left: 16.66667%; }
  .medium-up--push-three-twelfths {
    margin-left: 25%; }
  .medium-up--push-four-twelfths {
    margin-left: 33.33333%; }
  .medium-up--push-five-twelfths {
    margin-left: 41.66667%; }
  .medium-up--push-six-twelfths {
    margin-left: 50%; }
  .medium-up--push-seven-twelfths {
    margin-left: 58.33333%; }
  .medium-up--push-eight-twelfths {
    margin-left: 66.66667%; }
  .medium-up--push-nine-twelfths {
    margin-left: 75%; }
  .medium-up--push-ten-twelfths {
    margin-left: 83.33333%; }
  .medium-up--push-eleven-twelfths {
    margin-left: 91.66667%; } }

@media (min-width: 996px) {
  /* Reset */
  .medium-large-up--push-none {
    margin-left: 0; }
  /* Halves */
  .medium-large-up--push-one-half {
    margin-left: 50%; }
  /* Thirds */
  .medium-large-up--push-one-third {
    margin-left: 33.33333%; }
  .medium-large-up--push-two-thirds {
    margin-left: 66.66667%; }
  /* Quarters */
  .medium-large-up--push-one-quarter {
    margin-left: 25%; }
  .medium-large-up--push-two-quarters {
    margin-left: 50%; }
  .medium-large-up--push-three-quarters {
    margin-left: 75%; }
  /* Fifths */
  .medium-large-up--push-one-fifth {
    margin-left: 20%; }
  .medium-large-up--push-two-fifths {
    margin-left: 40%; }
  .medium-large-up--push-three-fifths {
    margin-left: 60%; }
  .medium-large-up--push-four-fifths {
    margin-left: 80%; }
  /* Sixths */
  /*
  .medium-large-up--push-one-sixth {
    margin-left: percentage(1 / 6);
  }
  .medium-large-up--push-two-sixths {
    margin-left: percentage(2 / 6);
  }
  .medium-large-up--push-three-sixths {
    margin-left: percentage(3 / 6);
  }
  .medium-large-up--push-four-sixths {
    margin-left: percentage(4 / 6);
  }
  .medium-large-up--push-five-sixths {
    margin-left: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .medium-large-up--push-one-eighth {
    margin-left: percentage(1 / 8);
  }
  .medium-large-up--push-two-eighths {
    margin-left: percentage(2 / 8);
  }
  .medium-large-up--push-three-eighths {
    margin-left: percentage(3 / 8);
  }
  .medium-large-up--push-four-eighths {
    margin-left: percentage(4 / 8);
  }
  .medium-large-up--push-five-eighths {
    margin-left: percentage(5 / 8);
  }
  .medium-large-up--push-six-eighths {
    margin-left: percentage(6 / 8);
  }
  .medium-large-up--push-seven-eighths {
    margin-left: percentage(7 / 8);
  }
  */
  /* Tenths */
  .medium-large-up--push-one-tenth {
    margin-left: 10%; }
  .medium-large-up--push-two-tenths {
    margin-left: 20%; }
  .medium-large-up--push-three-tenths {
    margin-left: 30%; }
  .medium-large-up--push-four-tenths {
    margin-left: 40%; }
  .medium-large-up--push-five-tenths {
    margin-left: 50%; }
  .medium-large-up--push-six-tenths {
    margin-left: 60%; }
  .medium-large-up--push-seven-tenths {
    margin-left: 70%; }
  .medium-large-up--push-eight-tenths {
    margin-left: 80%; }
  .medium-large-up--push-nine-tenths {
    margin-left: 90%; }
  /* Twelfths */
  .medium-large-up--push-one-twelfth {
    margin-left: 8.33333%; }
  .medium-large-up--push-two-twelfths {
    margin-left: 16.66667%; }
  .medium-large-up--push-three-twelfths {
    margin-left: 25%; }
  .medium-large-up--push-four-twelfths {
    margin-left: 33.33333%; }
  .medium-large-up--push-five-twelfths {
    margin-left: 41.66667%; }
  .medium-large-up--push-six-twelfths {
    margin-left: 50%; }
  .medium-large-up--push-seven-twelfths {
    margin-left: 58.33333%; }
  .medium-large-up--push-eight-twelfths {
    margin-left: 66.66667%; }
  .medium-large-up--push-nine-twelfths {
    margin-left: 75%; }
  .medium-large-up--push-ten-twelfths {
    margin-left: 83.33333%; }
  .medium-large-up--push-eleven-twelfths {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  /* Reset */
  .large-up--push-none {
    margin-left: 0; }
  /* Halves */
  .large-up--push-one-half {
    margin-left: 50%; }
  /* Thirds */
  .large-up--push-one-third {
    margin-left: 33.33333%; }
  .large-up--push-two-thirds {
    margin-left: 66.66667%; }
  /* Quarters */
  .large-up--push-one-quarter {
    margin-left: 25%; }
  .large-up--push-two-quarters {
    margin-left: 50%; }
  .large-up--push-three-quarters {
    margin-left: 75%; }
  /* Fifths */
  .large-up--push-one-fifth {
    margin-left: 20%; }
  .large-up--push-two-fifths {
    margin-left: 40%; }
  .large-up--push-three-fifths {
    margin-left: 60%; }
  .large-up--push-four-fifths {
    margin-left: 80%; }
  /* Sixths */
  /*
  .large-up--push-one-sixth {
    margin-left: percentage(1 / 6);
  }
  .large-up--push-two-sixths {
    margin-left: percentage(2 / 6);
  }
  .large-up--push-three-sixths {
    margin-left: percentage(3 / 6);
  }
  .large-up--push-four-sixths {
    margin-left: percentage(4 / 6);
  }
  .large-up--push-five-sixths {
    margin-left: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .large-up--push-one-eighth {
    margin-left: percentage(1 / 8);
  }
  .large-up--push-two-eighths {
    margin-left: percentage(2 / 8);
  }
  .large-up--push-three-eighths {
    margin-left: percentage(3 / 8);
  }
  .large-up--push-four-eighths {
    margin-left: percentage(4 / 8);
  }
  .large-up--push-five-eighths {
    margin-left: percentage(5 / 8);
  }
  .large-up--push-six-eighths {
    margin-left: percentage(6 / 8);
  }
  .large-up--push-seven-eighths {
    margin-left: percentage(7 / 8);
  }
  */
  /* Tenths */
  .large-up--push-one-tenth {
    margin-left: 10%; }
  .large-up--push-two-tenths {
    margin-left: 20%; }
  .large-up--push-three-tenths {
    margin-left: 30%; }
  .large-up--push-four-tenths {
    margin-left: 40%; }
  .large-up--push-five-tenths {
    margin-left: 50%; }
  .large-up--push-six-tenths {
    margin-left: 60%; }
  .large-up--push-seven-tenths {
    margin-left: 70%; }
  .large-up--push-eight-tenths {
    margin-left: 80%; }
  .large-up--push-nine-tenths {
    margin-left: 90%; }
  /* Twelfths */
  .large-up--push-one-twelfth, .img-showcase-two .img-showcase-two__big, .copy-image .copy-image__copy, .copy-image.copy-image--reverse .copy-image__image, .quote-image .quote-image__image {
    margin-left: 8.33333%; }
  .large-up--push-two-twelfths,
  .img-showcase-two .img-showcase-two__small, .lead-copy .lead-copy__wrapper, .copy-image .copy-image__image, .copy-image.copy-image--reverse .copy-image__copy, .quote-image .quote-image__quote, .single-quote .single-quote__quote, .single-quote.single-quote--wide .single-quote__quote, .single-quote.single-quote--wide.single-quote--small .single-quote__quote {
    margin-left: 16.66667%; }
  .large-up--push-three-twelfths, .single-quote.single-quote--small .single-quote__quote {
    margin-left: 25%; }
  .large-up--push-four-twelfths {
    margin-left: 33.33333%; }
  .large-up--push-five-twelfths {
    margin-left: 41.66667%; }
  .large-up--push-six-twelfths {
    margin-left: 50%; }
  .large-up--push-seven-twelfths {
    margin-left: 58.33333%; }
  .large-up--push-eight-twelfths {
    margin-left: 66.66667%; }
  .large-up--push-nine-twelfths {
    margin-left: 75%; }
  .large-up--push-ten-twelfths {
    margin-left: 83.33333%; }
  .large-up--push-eleven-twelfths {
    margin-left: 91.66667%; } }

@media (min-width: 1320px) {
  /* Reset */
  .xlarge-up--push-none {
    margin-left: 0; }
  /* Halves */
  .xlarge-up--push-one-half {
    margin-left: 50%; }
  /* Thirds */
  .xlarge-up--push-one-third {
    margin-left: 33.33333%; }
  .xlarge-up--push-two-thirds {
    margin-left: 66.66667%; }
  /* Quarters */
  .xlarge-up--push-one-quarter {
    margin-left: 25%; }
  .xlarge-up--push-two-quarters {
    margin-left: 50%; }
  .xlarge-up--push-three-quarters {
    margin-left: 75%; }
  /* Fifths */
  .xlarge-up--push-one-fifth {
    margin-left: 20%; }
  .xlarge-up--push-two-fifths {
    margin-left: 40%; }
  .xlarge-up--push-three-fifths {
    margin-left: 60%; }
  .xlarge-up--push-four-fifths {
    margin-left: 80%; }
  /* Sixths */
  /*
  .xlarge-up--push-one-sixth {
    margin-left: percentage(1 / 6);
  }
  .xlarge-up--push-two-sixths {
    margin-left: percentage(2 / 6);
  }
  .xlarge-up--push-three-sixths {
    margin-left: percentage(3 / 6);
  }
  .xlarge-up--push-four-sixths {
    margin-left: percentage(4 / 6);
  }
  .xlarge-up--push-five-sixths {
    margin-left: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .xlarge-up--push-one-eighth {
    margin-left: percentage(1 / 8);
  }
  .xlarge-up--push-two-eighths {
    margin-left: percentage(2 / 8);
  }
  .xlarge-up--push-three-eighths {
    margin-left: percentage(3 / 8);
  }
  .xlarge-up--push-four-eighths {
    margin-left: percentage(4 / 8);
  }
  .xlarge-up--push-five-eighths {
    margin-left: percentage(5 / 8);
  }
  .xlarge-up--push-six-eighths {
    margin-left: percentage(6 / 8);
  }
  .xlarge-up--push-seven-eighths {
    margin-left: percentage(7 / 8);
  }
  */
  /* Tenths */
  .xlarge-up--push-one-tenth {
    margin-left: 10%; }
  .xlarge-up--push-two-tenths {
    margin-left: 20%; }
  .xlarge-up--push-three-tenths {
    margin-left: 30%; }
  .xlarge-up--push-four-tenths {
    margin-left: 40%; }
  .xlarge-up--push-five-tenths {
    margin-left: 50%; }
  .xlarge-up--push-six-tenths {
    margin-left: 60%; }
  .xlarge-up--push-seven-tenths {
    margin-left: 70%; }
  .xlarge-up--push-eight-tenths {
    margin-left: 80%; }
  .xlarge-up--push-nine-tenths {
    margin-left: 90%; }
  /* Twelfths */
  .xlarge-up--push-one-twelfth {
    margin-left: 8.33333%; }
  .xlarge-up--push-two-twelfths {
    margin-left: 16.66667%; }
  .xlarge-up--push-three-twelfths {
    margin-left: 25%; }
  .xlarge-up--push-four-twelfths {
    margin-left: 33.33333%; }
  .xlarge-up--push-five-twelfths {
    margin-left: 41.66667%; }
  .xlarge-up--push-six-twelfths {
    margin-left: 50%; }
  .xlarge-up--push-seven-twelfths {
    margin-left: 58.33333%; }
  .xlarge-up--push-eight-twelfths {
    margin-left: 66.66667%; }
  .xlarge-up--push-nine-twelfths {
    margin-left: 75%; }
  .xlarge-up--push-ten-twelfths {
    margin-left: 83.33333%; }
  .xlarge-up--push-eleven-twelfths {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  /* Reset */
  .xxlarge-up--push-none {
    margin-left: 0; }
  /* Halves */
  .xxlarge-up--push-one-half {
    margin-left: 50%; }
  /* Thirds */
  .xxlarge-up--push-one-third {
    margin-left: 33.33333%; }
  .xxlarge-up--push-two-thirds {
    margin-left: 66.66667%; }
  /* Quarters */
  .xxlarge-up--push-one-quarter {
    margin-left: 25%; }
  .xxlarge-up--push-two-quarters {
    margin-left: 50%; }
  .xxlarge-up--push-three-quarters {
    margin-left: 75%; }
  /* Fifths */
  .xxlarge-up--push-one-fifth {
    margin-left: 20%; }
  .xxlarge-up--push-two-fifths {
    margin-left: 40%; }
  .xxlarge-up--push-three-fifths {
    margin-left: 60%; }
  .xxlarge-up--push-four-fifths {
    margin-left: 80%; }
  /* Sixths */
  /*
  .xxlarge-up--push-one-sixth {
    margin-left: percentage(1 / 6);
  }
  .xxlarge-up--push-two-sixths {
    margin-left: percentage(2 / 6);
  }
  .xxlarge-up--push-three-sixths {
    margin-left: percentage(3 / 6);
  }
  .xxlarge-up--push-four-sixths {
    margin-left: percentage(4 / 6);
  }
  .xxlarge-up--push-five-sixths {
    margin-left: percentage(5 / 6);
  }
  */
  /* Eighths */
  /*
  .xxlarge-up--push-one-eighth {
    margin-left: percentage(1 / 8);
  }
  .xxlarge-up--push-two-eighths {
    margin-left: percentage(2 / 8);
  }
  .xxlarge-up--push-three-eighths {
    margin-left: percentage(3 / 8);
  }
  .xxlarge-up--push-four-eighths {
    margin-left: percentage(4 / 8);
  }
  .xxlarge-up--push-five-eighths {
    margin-left: percentage(5 / 8);
  }
  .xxlarge-up--push-six-eighths {
    margin-left: percentage(6 / 8);
  }
  .xxlarge-up--push-seven-eighths {
    margin-left: percentage(7 / 8);
  }
  */
  /* Tenths */
  .xxlarge-up--push-one-tenth {
    margin-left: 10%; }
  .xxlarge-up--push-two-tenths {
    margin-left: 20%; }
  .xxlarge-up--push-three-tenths {
    margin-left: 30%; }
  .xxlarge-up--push-four-tenths {
    margin-left: 40%; }
  .xxlarge-up--push-five-tenths {
    margin-left: 50%; }
  .xxlarge-up--push-six-tenths {
    margin-left: 60%; }
  .xxlarge-up--push-seven-tenths {
    margin-left: 70%; }
  .xxlarge-up--push-eight-tenths {
    margin-left: 80%; }
  .xxlarge-up--push-nine-tenths {
    margin-left: 90%; }
  /* Twelfths */
  .xxlarge-up--push-one-twelfth {
    margin-left: 8.33333%; }
  .xxlarge-up--push-two-twelfths {
    margin-left: 16.66667%; }
  .xxlarge-up--push-three-twelfths {
    margin-left: 25%; }
  .xxlarge-up--push-four-twelfths {
    margin-left: 33.33333%; }
  .xxlarge-up--push-five-twelfths {
    margin-left: 41.66667%; }
  .xxlarge-up--push-six-twelfths {
    margin-left: 50%; }
  .xxlarge-up--push-seven-twelfths {
    margin-left: 58.33333%; }
  .xxlarge-up--push-eight-twelfths {
    margin-left: 66.66667%; }
  .xxlarge-up--push-nine-twelfths {
    margin-left: 75%; }
  .xxlarge-up--push-ten-twelfths {
    margin-left: 83.33333%; }
  .xxlarge-up--push-eleven-twelfths {
    margin-left: 91.66667%; } }

/*================ General layout styles ================*/
body,
html {
  background-color: #fff; }

#app {
  /* overflow: hidden;*/ }

body.js-filter-dropdown-open, body.js-search-panel-active, body.js-search-filter-open, body.js-navigation-mobile-open {
  height: 100vh;
  overflow: hidden; }

.page-width, .container, .two-col-text-elements, .video .video__texts, .video .video__wrapper, .img-showcase-two, .lead-copy, .copy-image, .quote-image, .single-quote {
  /* sass-lint:disable*/
  zoom: 1;
  max-width: 1320px;
  /* padding: 0 $gutter;*/
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  /*projects page allow hero to be > 1320, and flush to right edge*/
  /*allow for full width grid*/ }
  .page-width::after, .container::after, .two-col-text-elements::after, .video .video__texts::after, .video .video__wrapper::after, .img-showcase-two::after, .lead-copy::after, .copy-image::after, .quote-image::after, .single-quote::after {
    content: '';
    display: table;
    clear: both; }
  .template-collection .page-width, .template-collection .container, .template-collection .two-col-text-elements, .template-collection .video .video__texts, .video .template-collection .video__texts, .template-collection .video .video__wrapper, .video .template-collection .video__wrapper, .template-collection .img-showcase-two, .template-collection .lead-copy, .template-collection .copy-image, .template-collection .quote-image, .template-collection .single-quote,
  .template-search .page-width,
  .template-search .container,
  .template-search .two-col-text-elements,
  .template-search .video .video__texts,
  .video .template-search .video__texts,
  .template-search .video .video__wrapper,
  .video .template-search .video__wrapper,
  .template-search .img-showcase-two,
  .template-search .lead-copy,
  .template-search .copy-image,
  .template-search .quote-image,
  .template-search .single-quote {
    padding-left: 12px;
    padding-right: 12px; }
    @media (min-width: 560px) {
      .template-collection .page-width, .template-collection .container, .template-collection .two-col-text-elements, .template-collection .video .video__texts, .video .template-collection .video__texts, .template-collection .video .video__wrapper, .video .template-collection .video__wrapper, .template-collection .img-showcase-two, .template-collection .lead-copy, .template-collection .copy-image, .template-collection .quote-image, .template-collection .single-quote,
      .template-search .page-width,
      .template-search .container,
      .template-search .two-col-text-elements,
      .template-search .video .video__texts,
      .video .template-search .video__texts,
      .template-search .video .video__wrapper,
      .video .template-search .video__wrapper,
      .template-search .img-showcase-two,
      .template-search .lead-copy,
      .template-search .copy-image,
      .template-search .quote-image,
      .template-search .single-quote {
        padding-left: 24px;
        padding-right: 24px; } }
  .page-width--projects {
    max-width: 1728px; }
    @media screen and (min-width: 1440px) {
      .page-width--projects {
        padding-left: 84px;
        padding-right: 0; }
        .page-width--projects .grid-wrapper, .page-width--projects .card-block, .page-width--projects .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .page-width--projects .aa-suggestions, .page-width--projects .three-driver, .page-width--projects .img-showcase-two .img-showcase-two__container, .img-showcase-two .page-width--projects .img-showcase-two__container, .page-width--projects .lead-copy .lead-copy__container, .lead-copy .page-width--projects .lead-copy__container, .page-width--projects .copy-image .copy-image__container, .copy-image .page-width--projects .copy-image__container, .page-width--projects .quote-image .quote-image__container, .quote-image .page-width--projects .quote-image__container, .page-width--projects .single-quote .single-quote__container, .single-quote .page-width--projects .single-quote__container {
          height: 844px; } }
  .page-width--full {
    max-width: none; }
    @media screen and (min-width: 1440px) {
      .page-width--full {
        padding-left: 84px;
        padding-right: 84px; } }

@media (min-width: 768px) {
  .md-up\:page-width {
    /* sass-lint:disable*/
    zoom: 1;
    max-width: 1320px;
    /* padding: 0 $gutter;*/
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto; }
    .md-up\:page-width::after {
      content: '';
      display: table;
      clear: both; } }

@media (min-width: 996px) {
  .md-lg-up\:page-width {
    /* sass-lint:disable*/
    zoom: 1;
    max-width: 1320px;
    /* padding: 0 $gutter;*/
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto; }
    .md-lg-up\:page-width::after {
      content: '';
      display: table;
      clear: both; } }

.max-width {
  max-width: 1320px; }

.page-container {
  position: relative;
  padding-top: 84px; }
  .has-announcement .page-container {
    padding-top: calc(84px + 37px); }
  @media (min-width: 1081px) {
    .page-container {
      padding-top: 114px; }
      .has-announcement .page-container {
        padding-top: calc( 114px + 37px); } }
  .page-virtual-market .page-container,
  .page-collection.template-collection .page-container,
  .page-category-wall-art .page-container,
  .page-ota-landing .page-container,
  .page-corporate-social-responsibility .page-container,
  .page-las-vegas-market .page-container {
    padding-top: 0; }
  .js-filter-dropdown-open .page-container,
  .js-search-filter-open .page-container {
    z-index: 3; }

body:has(.hero-overlay) .page-container {
  padding-top: 0; }

@media (min-width: 1081px) {
  .has-announcement:has(.hero-overlay) .page-container .page-container, .has-announcement.page-virtual-market .page-container, .has-announcement.page-collection.template-collection .page-container, .has-announcement.page-category-wall-art .page-container, .has-announcement.page-ota-landing .page-container, .has-announcement.page-corporate-social-responsibility .page-container, .has-announcement.page-las-vegas-market .page-container {
    padding-top: 0; } }

.component {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }
  @media (min-width: 768px) {
    .component {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  @media (min-width: 1024px) {
    .component {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .component.component--small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .component.component--small {
        padding-top: 6rem;
        padding-bottom: 6rem; } }
    @media (min-width: 1024px) {
      .component.component--small {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem; } }

.component-normal {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .component-normal {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (min-width: 1024px) {
    .component-normal {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.what-saying-section .page-width, .what-saying-section .container, .what-saying-section .two-col-text-elements, .what-saying-section .video .video__texts, .video .what-saying-section .video__texts, .what-saying-section .video .video__wrapper, .video .what-saying-section .video__wrapper, .what-saying-section .img-showcase-two, .what-saying-section .lead-copy, .what-saying-section .copy-image, .what-saying-section .quote-image, .what-saying-section .single-quote {
  max-width: 920px; }

/* For IE picture tag incompatibility*/
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .picture-fallback img {
    max-width: none;
    width: auto;
    margin-left: -50%; } }

/**/
/* Typography*/
/**/
/* ---------------------------------------- DESIGN SYSTEM*/
/*
UTILITY TYPE STYLES - these are the base font sizes
- use tailwind @responsive to make all responsive variants
*/
/* -- serif styles*/
/*title*/
.type-serif-title-xlarge {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2px; }

.type-serif-title-large {
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 2px; }

.type-serif-title-medium {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.75px; }

.type-serif-title-small {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }

/*body*/
.type-serif-body-large {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px; }

.type-serif-body-small {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px; }

/*label*/
.type-serif-label-large {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  font-family: "freight-text-pro", serif;
  font-weight: 400; }

.type-serif-label-medium {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "freight-text-pro", serif;
  font-weight: 400; }

.type-serif-label-small {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "freight-text-pro", serif;
  font-weight: 400; }

/* -- sans styles*/
.type-utility-small-regular {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px; }

.type-utility-small-bold {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px; }

.type-utility-small-uppercase {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }

.type-utility-small-uppercase-bold {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase; }

.type-utility-medium-regular {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.75px; }

.type-utility-medium-regular-bold {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.75px; }

.type-utility-medium-uppercase {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }

/*
RESPONSIVE STANDALONE TYPE STYLES - these have a set relationship between a desktop size and mobile size
- some of the larger types will use fluid typography
*/
.rtype-headline-large {
  font-size: clamp(2.5rem, 4.225vw + 1.51rem, 5.313rem);
  line-height: clamp(3.25rem, 3.944vw + 2.326rem, 5.875rem);
  letter-spacing: 3.5px; }

.rtype-headline-medium {
  font-size: clamp(2rem, 3.38vw + 1.208rem, 4.25rem);
  line-height: clamp(2.625rem, 3.099vw + 1.899rem, 4.688rem);
  letter-spacing: clamp(0.125rem, 0.141vw + 0.092rem, 0.219rem); }

.rtype-headline-small, .double-image.double-image--offset-transparent .double-image__headline {
  font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
  line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
  letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }

.rtype-headline-small-large {
  font-size: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem);
  line-height: clamp(2.313rem, 1.408vw + 1.982rem, 3.25rem);
  letter-spacing: clamp(0.125rem, 0.141vw + 0.092rem, 0.219rem); }

.rtype-title-xlarge {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    .rtype-title-xlarge {
      font-size: 32px;
      line-height: 42px;
      letter-spacing: 2px; } }

.rtype-title-large {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    .rtype-title-large {
      font-size: 28px;
      line-height: 37px;
      letter-spacing: 2px; } }

.rtype-title-large-small {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    .rtype-title-large-small {
      font-size: 28px;
      line-height: 37px;
      letter-spacing: 2px; } }

.rtype-title-medium {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    .rtype-title-medium {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 0.75px; } }

.rtype-body-large, .double-image.double-image--offset-transparent .double-image__desc {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px; }
  @media (min-width: 768px) {
    .rtype-body-large, .double-image.double-image--offset-transparent .double-image__desc {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.75px; } }

.rtype-label-large {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "freight-text-pro", serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    .rtype-label-large {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      font-family: "freight-text-pro", serif;
      font-weight: 400; } }

.rtype-label-medium {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "freight-text-pro", serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    .rtype-label-medium {
      font-size: 13px;
      line-height: 13px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-family: "freight-text-pro", serif;
      font-weight: 400; } }

.rtype-utility-medium-regular {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px; }
  @media (min-width: 768px) {
    .rtype-utility-medium-regular {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.75px; } }

.rtype-utility-medium-uppercase {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .rtype-utility-medium-uppercase {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 2.5px;
      text-transform: uppercase; } }

/* new fluid typography styles*/
.headline-large {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  letter-spacing: 3.5px;
  font-size: clamp(2.5rem, 4.225vw + 1.51rem, 5.313rem);
  line-height: clamp(3.875rem, 3.005vw + 3.171rem, 5.875rem); }

.headline-medium {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  letter-spacing: 3.5px;
  font-size: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem);
  line-height: clamp(3.25rem, 2.16vw + 2.744rem, 4.688rem); }

.headline-small {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: clamp(2rem, 2.066vw + 1.516rem, 3.375rem);
  line-height: clamp(2.625rem, 1.69vw + 2.229rem, 3.75rem); }

.title-large {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  letter-spacing: 2.5px;
  font-size: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem);
  line-height: clamp(2.313rem, 1.408vw + 1.982rem, 3.25rem); }

.title-medium {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: clamp(1.5rem, 0.751vw + 1.324rem, 2rem);
  line-height: clamp(2.125rem, 0.751vw + 1.949rem, 2.625rem); }

.title-small {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem);
  line-height: clamp(1.875rem, 0.376vw + 1.787rem, 2.125rem); }
  .title-small.uppercase {
    letter-spacing: 3.5px; }

.body-large {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  max-width: 50ch;
  text-wrap: pretty;
  font-size: clamp(1rem, 0.376vw + 0.912rem, 1.25rem);
  line-height: clamp(1.5rem, 0.563vw + 1.368rem, 1.875rem); }
  .body-large strong {
    font-weight: 500; }

.body-large--emphasis {
  font-weight: 500; }

.body-medium {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  max-width: 50ch;
  text-wrap: pretty;
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: clamp(1.313rem, 0.282vw + 1.246rem, 1.5rem); }
  .body-medium strong {
    font-weight: 500; }

.body-medium--emphasis {
  font-weight: 500; }

.body-small {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  max-width: 50ch;
  text-wrap: pretty;
  font-size: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem);
  line-height: clamp(1.125rem, 0.282vw + 1.059rem, 1.313rem); }
  .body-small strong {
    font-weight: 500; }

.body-small--emphasis {
  font-weight: 500; }

.utility-medium {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: clamp(1.313rem, 0.282vw + 1.246rem, 1.5rem); }
  .utility-medium strong {
    font-weight: 500; }

.utility-medium--emphasis {
  font-weight: 500; }

.utility-small {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem);
  line-height: clamp(1.125rem, 0.282vw + 1.059rem, 1.313rem); }
  .utility-small strong {
    font-weight: 500; }

.utility-small--emphasis {
  font-weight: 500; }

.utility-xsmall {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem); }
  .utility-xsmall strong {
    font-weight: 500; }

.utility-xsmall--emphasis {
  font-weight: 500; }

.label-large {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem);
  line-height: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.label-large--body {
  font-family: freight-text-pro, serif;
  font-weight: 400; }

.label-large--utility {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 500; }

.label-medium {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem);
  line-height: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.label-medium--body {
  font-family: freight-text-pro, serif;
  font-weight: 400; }

.label-medium--utility {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 500; }

.label-small {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem);
  line-height: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.label-small--body {
  font-family: freight-text-pro, serif;
  font-weight: 400; }

.label-small--utility {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 500; }

.label-xsmall {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem); }

.label-xsmall--body {
  font-family: freight-text-pro, serif;
  font-weight: 400; }

.label-xsmall--utility {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 500; }

body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px;
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  position: relative;
  color: #484949;
  font-feature-settings: 'lnum' 1;
  font-variant-numeric: lining-nums; }

a {
  text-decoration: underline;
  cursor: pointer; }

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4 {
  font-family: "freight-text-pro", serif;
  font-weight: 400; }

/* ---------------------------------------- Headlines*/
h1,
.h1 {
  font-size: clamp(2.5rem, 4.225vw + 1.51rem, 5.313rem);
  line-height: clamp(3.25rem, 3.944vw + 2.326rem, 5.875rem);
  letter-spacing: 3.5px; }

h2,
.h2 {
  font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
  line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
  letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }

h3,
.h3 {
  font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
  line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
  letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }

h4,
.h4 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 0.75px; } }

h5,
.h5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    h5,
    .h5 {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 0.75px; } }

/*NOT USED*/
h6,
.h6 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px; }

/* ---------------------------------------- Texts*/
/*kept for legacy - in case cms html snippets still use these*/
p.type-xlarge,
.type-xlarge {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    p.type-xlarge,
    .type-xlarge {
      font-size: 28px;
      line-height: 37px;
      letter-spacing: 2px; } }

p.type-large,
.type-large {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    p.type-large,
    .type-large {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 0.75px; } }

p.type-medium,
.type-medium {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }

.type-regular {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px; }

.type-small,
p.type-small {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px; }

.type-small--gotham,
p.type-small--gotham {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.75px; }

.type-xsmall,
p.type-xsmall,
.type-xxsmall,
p.type-xxsmall {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px; }

.type-xsmall--gotham-med,
p.type-xsmall--gotham-med {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px; }

.type-label {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }

.type-label--bold {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase; }

.gotham-10-uppercase {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }

/* ---------------------------------------- Link, Label etc*/
/* a,*/
.type-link {
  --text-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--text-opacity));
  text-decoration: none;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  transition: 0.2s color ease-in-out; }
  .type-link:hover, .type-link:focus {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
  .type-link:active {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  .type-link--grey-7 {
    --text-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--text-opacity)); }
    .type-link--grey-7:hover, .type-link--grey-7:focus {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity)); }

.type-link-grey-6 {
  --text-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--text-opacity));
  text-decoration: none;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  transition: 0.2s color ease-in-out;
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity)); }
  .type-link-grey-6:hover, .type-link-grey-6:focus {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
  .type-link-grey-6:active {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  .type-link-grey-6--grey-7 {
    --text-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--text-opacity)); }
    .type-link-grey-6--grey-7:hover, .type-link-grey-6--grey-7:focus {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity)); }
  .type-link-grey-6:hover, .type-link-grey-6:focus {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  .type-link-grey-6:active {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }

.type-link-freight {
  --text-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--text-opacity));
  text-decoration: none;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  transition: 0.2s color ease-in-out;
  font-family: "freight-text-pro", serif; }
  .type-link-freight:hover, .type-link-freight:focus {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
  .type-link-freight:active {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  .type-link-freight--grey-7 {
    --text-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--text-opacity)); }
    .type-link-freight--grey-7:hover, .type-link-freight--grey-7:focus {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity)); }

.type-link--underline {
  color: #484949;
  text-decoration: underline;
  position: relative;
  transition: 0.2s color ease-in-out; }
  .dark-mode .type-link--underline {
    color: #f7f7f7; }
  .type-link--underline:hover {
    color: #757575; }
    .dark-mode .type-link--underline:hover {
      color: #efefef; }

.type-link--caret {
  --text-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--text-opacity));
  position: relative;
  display: inline-block;
  transition: 0.2s color ease-in-out; }
  .type-link--caret:before {
    content: '';
    width: 7px;
    height: 12px;
    background-image: url("./icon-caret-right.svg");
    transform: scaleX(-1);
    vertical-align: -2px;
    opacity: 0.6;
    transition: 0.2s opacity ease-in-out;
    position: relative;
    left: 0;
    display: inline-block;
    background-size: cover;
    margin-right: 0.5rem; }
  .type-link--caret:hover, .type-link--caret:focus {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
    .type-link--caret:hover:before, .type-link--caret:focus:before {
      opacity: 1; }

a,
.type-unstyled-link {
  text-decoration: none;
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity)); }

.type-underline--mobile {
  text-decoration: underline; }
  @media (min-width: 768px) {
    .type-underline--mobile {
      text-decoration: none; } }

/* ---------------------------------------- Fonts*/
.type-gotham {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif; }

p.type-gotham {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif; }

.type-gotham-med {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500; }

p.type-gotham-med {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500; }

.type-freight {
  font-family: "freight-text-pro", serif; }

p.type-freight {
  font-family: "freight-text-pro", serif; }

/* ---------------------------------------- List*/
ul {
  -webkit-padding-start: 0;
  list-style-type: disc;
  padding-left: 1rem; }

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

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

/* ---------------------------------------- Custom*/
.type-design-id {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  font-family: "freight-text-pro", serif;
  font-weight: 400; }
  .type-design-id span {
    margin-right: 0.25rem;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase; }

p.type-design-id {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  font-family: "freight-text-pro", serif;
  font-weight: 400; }
  p.type-design-id span {
    margin-right: 0.25rem;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase; }

.type-design-id-2 {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }
  .type-design-id-2 span {
    margin-right: 0.25rem;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase; }

p.type-design-id-2 {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }
  p.type-design-id-2 span {
    margin-right: 0.25rem;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase; }

.type-section-title {
  margin-bottom: 3rem;
  font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
  line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
  letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }
  @media (min-width: 768px) {
    .type-section-title {
      margin-bottom: 4rem; } }
  @media (min-width: 1024px) {
    .type-section-title {
      margin-bottom: 5rem; } }

.type-error {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.75px;
  --text-opacity: 1;
  color: #B83C23;
  color: rgba(184, 60, 35, var(--text-opacity));
  text-decoration: none; }

/* ---------------------------------------- Helpers*/
.type-uppercase {
  text-transform: uppercase; }

.type-none-transform {
  text-transform: none; }

strong {
  font-weight: 500; }

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

/* ---------------------------------------- Selection*/
::-moz-selection {
  --bg-opacity: 1;
  background-color: #757575;
  background-color: rgba(117, 117, 117, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity)); }

::selection,
::-moz-selection {
  --bg-opacity: 1;
  background-color: #757575;
  background-color: rgba(117, 117, 117, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity)); }

/* ---------------------------------------- Drop Caps*/
.drop-caps::first-letter {
  float: left;
  padding-right: 0.5rem;
  /*MISSING STYLE - exception*/
  font-size: 62px;
  line-height: 54px; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  /* sass-lint:disable no-important*/
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 82.28571px;
  height: 24px; }

/*================ Rich Text Editor ================*/
.rte {
  /* Match the styles from RTE nested lists*/ }
  .rte img {
    height: auto; }
  .rte table {
    table-layout: fixed; }
  .rte a {
    text-decoration: underline;
    text-decoration-thickness: 0.1ex;
    text-underline-offset: 0.3ex; }
  .rte ul {
    list-style-type: disc; }
  .rte ol {
    list-style-type: decimal; }
  .rte ul,
  .rte ol {
    padding-left: 1rem;
    margin: 0 0 0 0; }
  .rte ul {
    list-style: disc outside; }
    .rte ul ul {
      list-style: circle outside; }
      .rte ul ul ul {
        list-style: square outside; }
  .template-article-projects .rte a:hover {
    font-weight: 600; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

/* allow table to scroll for tables in the RTE since we don't know*/
/* how many columns they will contain. Class added by JS.*/
/* sass-lint:disable no-misspelled-properties*/
.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* This class is wrapped around YouTube/Vimeo embeds in the RTE*/
/* to make them responsive and prevent layout breaking*/
.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* This class is wrapped around tables in the RTE*/
/* to prevent layout breaking with a scrollable parent*/
.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/**/
/* Buttons*/
/**/
/* Symantic button styles*/
/**/
.btn {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  background-color: #484949;
  border-color: #484949;
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: calc(1rem - 1px);
  transition: all 0.2s ease-in-out;
  /* Secondary*/
  /* Cream*/
  /* Tertiary*/
  /*LINK style - used on PDP in rug pad driver - see all link*/
  /*EXCEPTION - for button in cart for add rug pad*/ }
  .dark-mode .btn {
    color: #484949; }
  .dark-mode .btn {
    background-color: #fff; }
  .dark-mode .btn {
    border-color: #fff; }
  .product-sorter .btn {
    width: auto; }
  @media (min-width: 560px) {
    .btn {
      width: auto; } }
  .btn.btn-center {
    margin: 0 auto; }
  .btn svg {
    display: inline-block; }
  .btn.disabled, .btn:disabled, .btn.js-cart-checkout--disabled {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    background-color: #bebfbf;
    border-color: #bebfbf;
    pointer-events: none; }
    .dark-mode .btn.disabled, .dark-mode .btn:disabled, .dark-mode .btn.js-cart-checkout--disabled {
      background-color: #757575; }
    .dark-mode .btn.disabled, .dark-mode .btn:disabled, .dark-mode .btn.js-cart-checkout--disabled {
      border-color: #757575; }
  .btn.js-loading, .btn.js-loading:disabled, .btn.js-loading.disabled {
    color: #fff;
    background-color: #484949;
    border-color: #484949; }
    .dark-mode .btn.js-loading, .dark-mode .btn.js-loading:disabled, .dark-mode .btn.js-loading.disabled {
      color: #484949; }
    .dark-mode .btn.js-loading, .dark-mode .btn.js-loading:disabled, .dark-mode .btn.js-loading.disabled {
      background-color: #fff; }
    .dark-mode .btn.js-loading, .dark-mode .btn.js-loading:disabled, .dark-mode .btn.js-loading.disabled {
      border-color: #fff; }
    .btn.js-loading:hover, .btn.js-loading:disabled:hover, .btn.js-loading.disabled:hover {
      color: #484949;
      background-color: #fff;
      border-color: #bebfbf; }
      .dark-mode .btn.js-loading:hover, .dark-mode .btn.js-loading:disabled:hover, .dark-mode .btn.js-loading.disabled:hover {
        color: #f7f7f7; }
      .dark-mode .btn.js-loading:hover, .dark-mode .btn.js-loading:disabled:hover, .dark-mode .btn.js-loading.disabled:hover {
        background-color: #292728; }
      .dark-mode .btn.js-loading:hover, .dark-mode .btn.js-loading:disabled:hover, .dark-mode .btn.js-loading.disabled:hover {
        border-color: #757575; }
      .btn.js-loading:hover .ellipsis2 .dot, .btn.js-loading:disabled:hover .ellipsis2 .dot, .btn.js-loading.disabled:hover .ellipsis2 .dot {
        background-color: #484949; }
        .dark-mode .btn.js-loading:hover .ellipsis2 .dot, .dark-mode .btn.js-loading:disabled:hover .ellipsis2 .dot, .dark-mode .btn.js-loading.disabled:hover .ellipsis2 .dot {
          background-color: #fff; }
    .btn.js-loading .ellipsis2 .dot, .btn.js-loading:disabled .ellipsis2 .dot, .btn.js-loading.disabled .ellipsis2 .dot {
      background-color: #fff; }
      .dark-mode .btn.js-loading .ellipsis2 .dot, .dark-mode .btn.js-loading:disabled .ellipsis2 .dot, .dark-mode .btn.js-loading.disabled .ellipsis2 .dot {
        background-color: #292728; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .btn.disabled:hover, .btn:disabled:hover, .btn.js-cart-checkout--disabled:hover {
      color: #fff;
      background-color: #484949; }
      .dark-mode .btn.disabled:hover, .dark-mode .btn:disabled:hover, .dark-mode .btn.js-cart-checkout--disabled:hover {
        color: #484949; }
      .dark-mode .btn.disabled:hover, .dark-mode .btn:disabled:hover, .dark-mode .btn.js-cart-checkout--disabled:hover {
        background-color: #fff; } }
  @media (hover: hover), (-ms-high-contrast: none) {
    .btn:hover, .btn:focus {
      color: #484949;
      background-color: #fff;
      border-color: #bebfbf; }
      .dark-mode .btn:hover, .dark-mode .btn:focus {
        color: #f7f7f7; }
      .dark-mode .btn:hover, .dark-mode .btn:focus {
        background-color: #292728; }
      .dark-mode .btn:hover, .dark-mode .btn:focus {
        border-color: #757575; }
    .btn:active {
      color: #fff;
      background-color: #757575;
      border-color: #757575; }
      .dark-mode .btn:active {
        color: #484949; }
      .dark-mode .btn:active {
        background-color: #efefef; }
      .dark-mode .btn:active {
        border-color: #efefef; } }
  @media (hover: hover), (-ms-high-contrast: none) {
    .btn.btn--hover-no-border:hover {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); } }
  .btn.btn--secondary, .btn.btn-quick-view {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn.btn--secondary:hover, .btn.btn-quick-view:hover, .btn.btn--secondary:focus, .btn.btn-quick-view:focus {
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, var(--text-opacity));
        --bg-opacity: 1;
        background-color: #484949;
        background-color: rgba(72, 73, 73, var(--bg-opacity)); } }
    .btn.btn--secondary.btn--secondary-no-border, .btn.btn-quick-view {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .btn.btn--secondary.btn--secondary-no-border:hover, .btn.btn-quick-view:hover {
          --border-opacity: 1;
          border-color: #484949;
          border-color: rgba(72, 73, 73, var(--border-opacity)); } }

@media (max-width: 1023px) and (hover: hover), (max-width: 1023px) and (-ms-high-contrast: none) {
  .btn.btn--secondary.btn--secondary-no-hover:hover, .btn.btn--secondary-no-hover.btn-quick-view:hover, .btn.btn--secondary.btn--secondary-no-hover:focus, .btn.btn--secondary-no-hover.btn-quick-view:focus {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); } }
    .btn.btn--secondary.btn--secondary-plus span, .btn.btn--secondary-plus.btn-quick-view span {
      display: inline-block;
      width: 0.75rem;
      background-image: url("./icon-plus.svg");
      background-position: right center;
      background-repeat: no-repeat; }
  .btn--cream {
    --text-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #292728;
    background-color: rgba(41, 39, 40, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--border-opacity)); }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn--cream.disabled:hover, .btn--cream:disabled:hover, .btn--cream.js-cart-checkout--disabled:hover {
        --text-opacity: 1;
        color: #F4EDE3;
        color: rgba(244, 237, 227, var(--text-opacity)); } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn--cream:hover, .btn--cream:focus {
        --bg-opacity: 1;
        background-color: #F4EDE3;
        background-color: rgba(244, 237, 227, var(--bg-opacity));
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity)); } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn--cream.btn--hover-no-border:hover {
        --border-opacity: 1;
        border-color: #F4EDE3;
        border-color: rgba(244, 237, 227, var(--border-opacity)); } }
    .btn--cream.btn--secondary, .btn--cream.btn-quick-view {
      --bg-opacity: 1;
      background-color: #F4EDE3;
      background-color: rgba(244, 237, 227, var(--bg-opacity));
      --text-opacity: 1;
      color: #292728;
      color: rgba(41, 39, 40, var(--text-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .btn--cream.btn--secondary:hover, .btn--cream.btn-quick-view:hover, .btn--cream.btn--secondary:focus, .btn--cream.btn-quick-view:focus {
          --text-opacity: 1;
          color: #F4EDE3;
          color: rgba(244, 237, 227, var(--text-opacity));
          --bg-opacity: 1;
          background-color: #292728;
          background-color: rgba(41, 39, 40, var(--bg-opacity));
          --border-opacity: 1;
          border-color: #292728;
          border-color: rgba(41, 39, 40, var(--border-opacity)); } }
      .btn--cream.btn--secondary.btn--secondary-no-border, .btn--cream.btn-quick-view {
        --border-opacity: 1;
        border-color: #F4EDE3;
        border-color: rgba(244, 237, 227, var(--border-opacity)); }
        @media (hover: hover), (-ms-high-contrast: none) {
          .btn--cream.btn--secondary.btn--secondary-no-border:hover, .btn--cream.btn-quick-view:hover, .btn--cream.btn--secondary.btn--secondary-no-border:focus, .btn--cream.btn-quick-view:focus {
            --text-opacity: 1;
            color: #F4EDE3;
            color: rgba(244, 237, 227, var(--text-opacity));
            --bg-opacity: 1;
            background-color: #292728;
            background-color: rgba(41, 39, 40, var(--bg-opacity));
            --border-opacity: 1;
            border-color: #292728;
            border-color: rgba(41, 39, 40, var(--border-opacity)); } }
  .btn.btn--tertiary, .btn.pagination, .btn.shop-btn, .gallery .gallery__footer .btn.btn-quick-view {
    color: #484949;
    position: relative;
    border-style: none;
    background-color: transparent;
    padding: 0;
    width: auto;
    padding-bottom: 0.625rem;
    min-width: auto;
    /* tertiary light variant - from figma - https://www.figma.com/file/rD1ZDqPz2eTYwfIsmltyS1/Rugs-Core-Library?node-id=517%3A1032&mode=dev*/ }
    .dark-mode .btn.btn--tertiary, .dark-mode .btn.pagination, .dark-mode .btn.shop-btn, .dark-mode .gallery .gallery__footer .btn.btn-quick-view, .gallery .gallery__footer .dark-mode .btn.btn-quick-view {
      color: #fff; }
    .btn.btn--tertiary:after, .btn.pagination:after, .btn.shop-btn:after, .gallery .gallery__footer .btn.btn-quick-view:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #484949;
      transition: all 0.2s ease-in-out; }
      .dark-mode .btn.btn--tertiary:after, .dark-mode .btn.pagination:after, .dark-mode .btn.shop-btn:after, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:after, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:after {
        background-color: #fff; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn.btn--tertiary:hover, .btn.pagination:hover, .btn.shop-btn:hover, .gallery .gallery__footer .btn.btn-quick-view:hover, .btn.btn--tertiary:focus, .btn.pagination:focus, .btn.shop-btn:focus, .gallery .gallery__footer .btn.btn-quick-view:focus {
        color: #757575;
        background-color: transparent; }
        .dark-mode .btn.btn--tertiary:hover, .dark-mode .btn.pagination:hover, .dark-mode .btn.shop-btn:hover, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:hover, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:hover, .dark-mode .btn.btn--tertiary:focus, .dark-mode .btn.pagination:focus, .dark-mode .btn.shop-btn:focus, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:focus, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:focus {
          color: #efefef; }
        .btn.btn--tertiary:hover:after, .btn.pagination:hover:after, .btn.shop-btn:hover:after, .gallery .gallery__footer .btn.btn-quick-view:hover:after, .btn.btn--tertiary:focus:after, .btn.pagination:focus:after, .btn.shop-btn:focus:after, .gallery .gallery__footer .btn.btn-quick-view:focus:after {
          background-color: #757575;
          -webkit-animation: horizontalScale 0.35s ease-out;
          animation: horizontalScale 0.35s ease-out; }
          .dark-mode .btn.btn--tertiary:hover:after, .dark-mode .btn.pagination:hover:after, .dark-mode .btn.shop-btn:hover:after, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:hover:after, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:hover:after, .dark-mode .btn.btn--tertiary:focus:after, .dark-mode .btn.pagination:focus:after, .dark-mode .btn.shop-btn:focus:after, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:focus:after, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:focus:after {
            background-color: #efefef; }
      .btn.btn--tertiary:active, .btn.pagination:active, .btn.shop-btn:active, .gallery .gallery__footer .btn.btn-quick-view:active {
        color: #484949; }
        .dark-mode .btn.btn--tertiary:active, .dark-mode .btn.pagination:active, .dark-mode .btn.shop-btn:active, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:active, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:active {
          color: #fff; } }
    .btn.btn--tertiary:hover, .btn.pagination:hover, .btn.shop-btn:hover, .gallery .gallery__footer .btn.btn-quick-view:hover, .btn.btn--tertiary:focus, .btn.pagination:focus, .btn.shop-btn:focus, .gallery .gallery__footer .btn.btn-quick-view:focus {
      color: #757575;
      background-color: transparent; }
      .dark-mode .btn.btn--tertiary:hover, .dark-mode .btn.pagination:hover, .dark-mode .btn.shop-btn:hover, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:hover, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:hover, .dark-mode .btn.btn--tertiary:focus, .dark-mode .btn.pagination:focus, .dark-mode .btn.shop-btn:focus, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:focus, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:focus {
        color: #efefef; }
    .btn.btn--tertiary:active, .btn.pagination:active, .btn.shop-btn:active, .gallery .gallery__footer .btn.btn-quick-view:active {
      color: #484949; }
      .dark-mode .btn.btn--tertiary:active, .dark-mode .btn.pagination:active, .dark-mode .btn.shop-btn:active, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:active, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:active {
        color: #fff; }
    .btn.btn--tertiary:disabled, .btn.pagination:disabled, .btn.shop-btn:disabled, .gallery .gallery__footer .btn.btn-quick-view:disabled {
      color: #bebfbf; }
      .dark-mode .btn.btn--tertiary:disabled, .dark-mode .btn.pagination:disabled, .dark-mode .btn.shop-btn:disabled, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:disabled, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:disabled {
        color: #757575; }
      @media (hover: hover), (-ms-high-contrast: none) {
        .btn.btn--tertiary:disabled:hover, .btn.pagination:disabled:hover, .btn.shop-btn:disabled:hover, .gallery .gallery__footer .btn.btn-quick-view:disabled:hover {
          color: #bebfbf;
          background-color: transparent; }
          .dark-mode .btn.btn--tertiary:disabled:hover, .dark-mode .btn.pagination:disabled:hover, .dark-mode .btn.shop-btn:disabled:hover, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:disabled:hover, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:disabled:hover {
            color: #757575; }
          .btn.btn--tertiary:disabled:hover:after, .btn.pagination:disabled:hover:after, .btn.shop-btn:disabled:hover:after, .gallery .gallery__footer .btn.btn-quick-view:disabled:hover:after {
            background-color: #bebfbf;
            -webkit-animation: none;
            animation: none; }
            .dark-mode .btn.btn--tertiary:disabled:hover:after, .dark-mode .btn.pagination:disabled:hover:after, .dark-mode .btn.shop-btn:disabled:hover:after, .dark-mode .gallery .gallery__footer .btn.btn-quick-view:disabled:hover:after, .gallery .gallery__footer .dark-mode .btn.btn-quick-view:disabled:hover:after {
              background-color: #757575; } }
    .btn.btn--tertiary.btn--tertiary-white, .btn.btn--tertiary-white.pagination, .btn.btn--tertiary-white.shop-btn, .gallery .gallery__footer .btn.btn--tertiary-white.btn-quick-view {
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity)); }
      .btn.btn--tertiary.btn--tertiary-white:after, .btn.btn--tertiary-white.pagination:after, .btn.btn--tertiary-white.shop-btn:after, .gallery .gallery__footer .btn.btn--tertiary-white.btn-quick-view:after {
        --bg-opacity: 1;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .btn.btn--tertiary.btn--tertiary-white:hover, .btn.btn--tertiary-white.pagination:hover, .btn.btn--tertiary-white.shop-btn:hover, .gallery .gallery__footer .btn.btn--tertiary-white.btn-quick-view:hover {
          --text-opacity: 1;
          color: #F7F7F7;
          color: rgba(247, 247, 247, var(--text-opacity)); }
          .btn.btn--tertiary.btn--tertiary-white:hover:after, .btn.btn--tertiary-white.pagination:hover:after, .btn.btn--tertiary-white.shop-btn:hover:after, .gallery .gallery__footer .btn.btn--tertiary-white.btn-quick-view:hover:after {
            --bg-opacity: 1;
            background-color: #F7F7F7;
            background-color: rgba(247, 247, 247, var(--bg-opacity));
            -webkit-animation: horizontalScale 0.35s ease-out;
            animation: horizontalScale 0.35s ease-out; }
        .btn.btn--tertiary.btn--tertiary-white:focus, .btn.btn--tertiary-white.pagination:focus, .btn.btn--tertiary-white.shop-btn:focus, .gallery .gallery__footer .btn.btn--tertiary-white.btn-quick-view:focus {
          --text-opacity: 1;
          color: #EFEFEF;
          color: rgba(239, 239, 239, var(--text-opacity)); }
          .btn.btn--tertiary.btn--tertiary-white:focus:after, .btn.btn--tertiary-white.pagination:focus:after, .btn.btn--tertiary-white.shop-btn:focus:after, .gallery .gallery__footer .btn.btn--tertiary-white.btn-quick-view:focus:after {
            --bg-opacity: 1;
            background-color: #EFEFEF;
            background-color: rgba(239, 239, 239, var(--bg-opacity));
            -webkit-animation: horizontalScale 0.35s ease-out;
            animation: horizontalScale 0.35s ease-out; }
        .btn.btn--tertiary.btn--tertiary-white:active, .btn.btn--tertiary-white.pagination:active, .btn.btn--tertiary-white.shop-btn:active, .gallery .gallery__footer .btn.btn--tertiary-white.btn-quick-view:active {
          --text-opacity: 1;
          color: #E5E5E5;
          color: rgba(229, 229, 229, var(--text-opacity)); } }
    .btn.btn--tertiary.btn--tertiary-arrow-b, .btn.btn--tertiary-arrow-b.pagination, .btn.btn--tertiary-arrow-b.shop-btn, .gallery .gallery__footer .btn.btn--tertiary-arrow-b.btn-quick-view, .btn.btn--tertiary.btn--tertiary-arrow-r, .btn.btn--tertiary-arrow-r.pagination, .btn.btn--tertiary-arrow-r.shop-btn, .gallery .gallery__footer .btn.btn--tertiary-arrow-r.btn-quick-view, .btn.btn--tertiary.btn--tertiary-plus, .btn.btn--tertiary-plus.pagination, .btn.shop-btn, .gallery .gallery__footer .btn.btn-quick-view {
      background-image: url("./icon-arrow-bottom.svg");
      background-position: right 0.15rem;
      background-repeat: no-repeat;
      padding-right: 1.25rem; }
    .btn.btn--tertiary.btn--tertiary-arrow-r, .btn.btn--tertiary-arrow-r.pagination, .btn.btn--tertiary-arrow-r.shop-btn, .gallery .gallery__footer .btn.btn--tertiary-arrow-r.btn-quick-view {
      background-image: url("./icon-arrow-right.svg"); }
    .btn.btn--tertiary.btn--tertiary-plus, .btn.btn--tertiary-plus.pagination, .btn.shop-btn, .gallery .gallery__footer .btn.btn-quick-view {
      background-image: url("./icon-plus.svg");
      padding-bottom: 0; }
      .btn.btn--tertiary.btn--tertiary-plus:after, .btn.btn--tertiary-plus.pagination:after, .btn.shop-btn:after, .gallery .gallery__footer .btn.btn-quick-view:after {
        display: none; }
  .btn.btn--linkstyle {
    font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
    line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
    color: #484949;
    text-decoration: underline;
    position: relative;
    transition: 0.2s color ease-in-out;
    padding: 0;
    background-color: transparent;
    border-style: none;
    text-transform: none;
    text-underline-offset: 4px; }
    .btn.btn--linkstyle strong {
      font-weight: 500; }
    .dark-mode .btn.btn--linkstyle {
      color: #f7f7f7; }
    .btn.btn--linkstyle:hover {
      color: #757575; }
      .dark-mode .btn.btn--linkstyle:hover {
        color: #efefef; }
  .btn.btn--small {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 10px;
    padding-bottom: 10px; }
  .btn.btn--animated {
    position: relative; }
    .btn.btn--animated.js-loading .ellipsis span {
      opacity: 0;
      -webkit-animation: ellipsis-animate steps(4, end) 1s infinite;
      animation: ellipsis-animate steps(4, end) 1s infinite; }
      .btn.btn--animated.js-loading .ellipsis span:nth-child(2) {
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s; }
      .btn.btn--animated.js-loading .ellipsis span:nth-child(3) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
    .btn.btn--animated.js-loading .ellipsis .dot {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0.25rem;
      display: inline-block;
      opacity: 0.5;
      -webkit-animation: opacityPulse steps(4, end) 1s infinite;
      animation: opacityPulse steps(4, end) 1s infinite;
      opacity: 1; }
      .btn.btn--animated.js-loading .ellipsis .dot.dot2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .btn.btn--animated.js-loading .ellipsis .dot.dot3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    .btn.btn--animated.js-loading .ellipsis2 .dot {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0.25rem;
      display: inline-block;
      opacity: 0.5;
      -webkit-animation: opacityPulse steps(4, end) 1s infinite;
      animation: opacityPulse steps(4, end) 1s infinite;
      background-color: #ffffff;
      border-radius: 50%;
      vertical-align: middle;
      opacity: 1; }
      .btn.btn--animated.js-loading .ellipsis2 .dot.dot2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .btn.btn--animated.js-loading .ellipsis2 .dot.dot3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn.btn--animated.js-loading:hover .ellipsis2 .dot, .btn.btn--animated.js-loading:focus .ellipsis2 .dot {
        background-color: #484949; } }

/* ---------------------------------------- Close Button*/
.btn-close {
  width: 1rem;
  height: 1rem;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./icon-close.svg"); }
  .btn-close span {
    position: absolute;
    height: 1px;
    width: 100%;
    --bg-opacity: 1;
    background-color: #484949;
    background-color: rgba(72, 73, 73, var(--bg-opacity));
    left: 0;
    top: 50%;
    transform-origin: center;
    transform: rotate(45deg); }
    .btn-close span:last-child {
      transform: rotate(-45deg); }
  .btn-close.btn-close--small {
    width: 0.75rem;
    height: 0.75rem; }

/* ----------------------------------------  Inline CTA with arrow*/
.inline-cta-with-arrow {
  background-color: transparent;
  border-width: 0;
  display: flex;
  flex-direction: row;
  font-family: freight-text-pro, serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  max-width: 50ch;
  text-wrap: pretty;
  font-size: clamp(1rem, 0.376vw + 0.912rem, 1.25rem);
  line-height: clamp(1.5rem, 0.563vw + 1.368rem, 1.875rem);
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity));
  position: relative;
  padding-right: 2.5rem;
  /*Only exists so there's no flash of the arrow when the link is overed over*/ }
  .inline-cta-with-arrow strong {
    font-weight: 500; }
  .inline-cta-with-arrow:after {
    content: '';
    width: 1rem;
    position: absolute;
    height: 100%;
    top: 0;
    transition-property: all;
    transition-duration: 200ms;
    right: 0.25rem;
    background-size: 19px 16px;
    background-image: url("./icon-cta-arrow.svg");
    background-position: right center;
    background-repeat: no-repeat; }
  .inline-cta-with-arrow:hover {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
    .inline-cta-with-arrow:hover:after {
      right: 0;
      background-image: url("./icon-cta-arrow-hover.svg"); }
  .inline-cta-with-arrow:before {
    position: absolute;
    height: 100%;
    top: 0;
    transition-property: all;
    transition-duration: 200ms;
    z-index: 0;
    opacity: 0;
    left: 0;
    content: '';
    background-image: url("./icon-cta-arrow-hover.svg"); }
  .inline-cta-with-arrow.inline-cta-with-arrow--disabled {
    --text-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--text-opacity)); }
    .inline-cta-with-arrow.inline-cta-with-arrow--disabled:after {
      background-image: url("./icon-cta-arrow-disabled.svg"); }
  .inline-cta-with-arrow.inline-cta-with-arrow--small {
    font-family: freight-text-pro, serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    max-width: 50ch;
    text-wrap: pretty;
    font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
    line-height: clamp(1.313rem, 0.282vw + 1.246rem, 1.5rem);
    padding-right: 2rem; }
    .inline-cta-with-arrow.inline-cta-with-arrow--small strong {
      font-weight: 500; }
    .inline-cta-with-arrow.inline-cta-with-arrow--small:after {
      background-size: 15.2px 12.8px; }

/* ---------------------------------------- Quick View Button*/
.btn-quick-view {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  background-color: #484949;
  border-color: #484949;
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: calc(1rem - 1px);
  transition: all 0.2s ease-in-out;
  /* Secondary*/
  /* Cream*/
  /* Tertiary*/
  /*LINK style - used on PDP in rug pad driver - see all link*/
  /*EXCEPTION - for button in cart for add rug pad*/
  font-size: .75rem;
  text-transform: none;
  letter-spacing: 0.7px;
  font-weight: 400;
  min-width: none;
  /* Quick view black background Version*/
  /* w/ Uppercase text*/
  /* inline button*/ }
  .dark-mode .btn-quick-view {
    color: #484949; }
  .dark-mode .btn-quick-view {
    background-color: #fff; }
  .dark-mode .btn-quick-view {
    border-color: #fff; }
  .product-sorter .btn-quick-view {
    width: auto; }
  @media (min-width: 560px) {
    .btn-quick-view {
      width: auto; } }
  .btn-quick-view.btn-center {
    margin: 0 auto; }
  .btn-quick-view svg {
    display: inline-block; }
  .btn-quick-view.disabled, .btn-quick-view:disabled, .btn-quick-view.js-cart-checkout--disabled {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    background-color: #bebfbf;
    border-color: #bebfbf;
    pointer-events: none; }
    .dark-mode .btn-quick-view.disabled, .dark-mode .btn-quick-view:disabled, .dark-mode .btn-quick-view.js-cart-checkout--disabled {
      background-color: #757575; }
    .dark-mode .btn-quick-view.disabled, .dark-mode .btn-quick-view:disabled, .dark-mode .btn-quick-view.js-cart-checkout--disabled {
      border-color: #757575; }
  .btn-quick-view.js-loading, .btn-quick-view.js-loading:disabled, .btn-quick-view.js-loading.disabled {
    color: #fff;
    background-color: #484949;
    border-color: #484949; }
    .dark-mode .btn-quick-view.js-loading, .dark-mode .btn-quick-view.js-loading:disabled, .dark-mode .btn-quick-view.js-loading.disabled {
      color: #484949; }
    .dark-mode .btn-quick-view.js-loading, .dark-mode .btn-quick-view.js-loading:disabled, .dark-mode .btn-quick-view.js-loading.disabled {
      background-color: #fff; }
    .dark-mode .btn-quick-view.js-loading, .dark-mode .btn-quick-view.js-loading:disabled, .dark-mode .btn-quick-view.js-loading.disabled {
      border-color: #fff; }
    .btn-quick-view.js-loading:hover, .btn-quick-view.js-loading:disabled:hover, .btn-quick-view.js-loading.disabled:hover {
      color: #484949;
      background-color: #fff;
      border-color: #bebfbf; }
      .dark-mode .btn-quick-view.js-loading:hover, .dark-mode .btn-quick-view.js-loading:disabled:hover, .dark-mode .btn-quick-view.js-loading.disabled:hover {
        color: #f7f7f7; }
      .dark-mode .btn-quick-view.js-loading:hover, .dark-mode .btn-quick-view.js-loading:disabled:hover, .dark-mode .btn-quick-view.js-loading.disabled:hover {
        background-color: #292728; }
      .dark-mode .btn-quick-view.js-loading:hover, .dark-mode .btn-quick-view.js-loading:disabled:hover, .dark-mode .btn-quick-view.js-loading.disabled:hover {
        border-color: #757575; }
      .btn-quick-view.js-loading:hover .ellipsis2 .dot, .btn-quick-view.js-loading:disabled:hover .ellipsis2 .dot, .btn-quick-view.js-loading.disabled:hover .ellipsis2 .dot {
        background-color: #484949; }
        .dark-mode .btn-quick-view.js-loading:hover .ellipsis2 .dot, .dark-mode .btn-quick-view.js-loading:disabled:hover .ellipsis2 .dot, .dark-mode .btn-quick-view.js-loading.disabled:hover .ellipsis2 .dot {
          background-color: #fff; }
    .btn-quick-view.js-loading .ellipsis2 .dot, .btn-quick-view.js-loading:disabled .ellipsis2 .dot, .btn-quick-view.js-loading.disabled .ellipsis2 .dot {
      background-color: #fff; }
      .dark-mode .btn-quick-view.js-loading .ellipsis2 .dot, .dark-mode .btn-quick-view.js-loading:disabled .ellipsis2 .dot, .dark-mode .btn-quick-view.js-loading.disabled .ellipsis2 .dot {
        background-color: #292728; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .btn-quick-view.disabled:hover, .btn-quick-view:disabled:hover, .btn-quick-view.js-cart-checkout--disabled:hover {
      color: #fff;
      background-color: #484949; }
      .dark-mode .btn-quick-view.disabled:hover, .dark-mode .btn-quick-view:disabled:hover, .dark-mode .btn-quick-view.js-cart-checkout--disabled:hover {
        color: #484949; }
      .dark-mode .btn-quick-view.disabled:hover, .dark-mode .btn-quick-view:disabled:hover, .dark-mode .btn-quick-view.js-cart-checkout--disabled:hover {
        background-color: #fff; } }
  @media (hover: hover), (-ms-high-contrast: none) {
    .btn-quick-view:hover, .btn-quick-view:focus {
      color: #484949;
      background-color: #fff;
      border-color: #bebfbf; }
      .dark-mode .btn-quick-view:hover, .dark-mode .btn-quick-view:focus {
        color: #f7f7f7; }
      .dark-mode .btn-quick-view:hover, .dark-mode .btn-quick-view:focus {
        background-color: #292728; }
      .dark-mode .btn-quick-view:hover, .dark-mode .btn-quick-view:focus {
        border-color: #757575; }
    .btn-quick-view:active {
      color: #fff;
      background-color: #757575;
      border-color: #757575; }
      .dark-mode .btn-quick-view:active {
        color: #484949; }
      .dark-mode .btn-quick-view:active {
        background-color: #efefef; }
      .dark-mode .btn-quick-view:active {
        border-color: #efefef; } }
  @media (hover: hover), (-ms-high-contrast: none) {
    .btn-quick-view.btn--hover-no-border:hover {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); } }
  .btn-quick-view.btn--secondary, .btn-quick-view {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn-quick-view.btn--secondary:hover, .btn-quick-view:hover, .btn-quick-view.btn--secondary:focus, .btn-quick-view:focus {
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, var(--text-opacity));
        --bg-opacity: 1;
        background-color: #484949;
        background-color: rgba(72, 73, 73, var(--bg-opacity)); } }
    .btn-quick-view.btn--secondary.btn--secondary-no-border, .btn-quick-view {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .btn-quick-view.btn--secondary.btn--secondary-no-border:hover, .btn-quick-view:hover {
          --border-opacity: 1;
          border-color: #484949;
          border-color: rgba(72, 73, 73, var(--border-opacity)); } }

@media (max-width: 1023px) and (hover: hover), (max-width: 1023px) and (-ms-high-contrast: none) {
  .btn-quick-view.btn--secondary.btn--secondary-no-hover:hover, .btn-quick-view.btn--secondary-no-hover:hover, .btn-quick-view.btn--secondary.btn--secondary-no-hover:focus, .btn-quick-view.btn--secondary-no-hover:focus {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); } }
    .btn-quick-view.btn--secondary.btn--secondary-plus span, .btn-quick-view.btn--secondary-plus span {
      display: inline-block;
      width: 0.75rem;
      background-image: url("./icon-plus.svg");
      background-position: right center;
      background-repeat: no-repeat; }
  .btn-quick-view--cream {
    --text-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #292728;
    background-color: rgba(41, 39, 40, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--border-opacity)); }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn-quick-view--cream.disabled:hover, .btn-quick-view--cream:disabled:hover, .btn-quick-view--cream.js-cart-checkout--disabled:hover {
        --text-opacity: 1;
        color: #F4EDE3;
        color: rgba(244, 237, 227, var(--text-opacity)); } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn-quick-view--cream:hover, .btn-quick-view--cream:focus {
        --bg-opacity: 1;
        background-color: #F4EDE3;
        background-color: rgba(244, 237, 227, var(--bg-opacity));
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity)); } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn-quick-view--cream.btn--hover-no-border:hover {
        --border-opacity: 1;
        border-color: #F4EDE3;
        border-color: rgba(244, 237, 227, var(--border-opacity)); } }
    .btn-quick-view--cream.btn--secondary, .btn-quick-view--cream.btn-quick-view {
      --bg-opacity: 1;
      background-color: #F4EDE3;
      background-color: rgba(244, 237, 227, var(--bg-opacity));
      --text-opacity: 1;
      color: #292728;
      color: rgba(41, 39, 40, var(--text-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .btn-quick-view--cream.btn--secondary:hover, .btn-quick-view--cream.btn-quick-view:hover, .btn-quick-view--cream.btn--secondary:focus, .btn-quick-view--cream.btn-quick-view:focus {
          --text-opacity: 1;
          color: #F4EDE3;
          color: rgba(244, 237, 227, var(--text-opacity));
          --bg-opacity: 1;
          background-color: #292728;
          background-color: rgba(41, 39, 40, var(--bg-opacity));
          --border-opacity: 1;
          border-color: #292728;
          border-color: rgba(41, 39, 40, var(--border-opacity)); } }
      .btn-quick-view--cream.btn--secondary.btn--secondary-no-border, .btn-quick-view--cream.btn-quick-view {
        --border-opacity: 1;
        border-color: #F4EDE3;
        border-color: rgba(244, 237, 227, var(--border-opacity)); }
        @media (hover: hover), (-ms-high-contrast: none) {
          .btn-quick-view--cream.btn--secondary.btn--secondary-no-border:hover, .btn-quick-view--cream.btn-quick-view:hover, .btn-quick-view--cream.btn--secondary.btn--secondary-no-border:focus, .btn-quick-view--cream.btn-quick-view:focus {
            --text-opacity: 1;
            color: #F4EDE3;
            color: rgba(244, 237, 227, var(--text-opacity));
            --bg-opacity: 1;
            background-color: #292728;
            background-color: rgba(41, 39, 40, var(--bg-opacity));
            --border-opacity: 1;
            border-color: #292728;
            border-color: rgba(41, 39, 40, var(--border-opacity)); } }
  .btn-quick-view.btn--tertiary, .btn-quick-view.pagination, .btn-quick-view.shop-btn, .gallery .gallery__footer .btn-quick-view {
    color: #484949;
    position: relative;
    border-style: none;
    background-color: transparent;
    padding: 0;
    width: auto;
    padding-bottom: 0.625rem;
    min-width: auto;
    /* tertiary light variant - from figma - https://www.figma.com/file/rD1ZDqPz2eTYwfIsmltyS1/Rugs-Core-Library?node-id=517%3A1032&mode=dev*/ }
    .dark-mode .btn-quick-view.btn--tertiary, .dark-mode .btn-quick-view.pagination, .dark-mode .btn-quick-view.shop-btn, .dark-mode .gallery .gallery__footer .btn-quick-view, .gallery .gallery__footer .dark-mode .btn-quick-view {
      color: #fff; }
    .btn-quick-view.btn--tertiary:after, .btn-quick-view.pagination:after, .btn-quick-view.shop-btn:after, .gallery .gallery__footer .btn-quick-view:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #484949;
      transition: all 0.2s ease-in-out; }
      .dark-mode .btn-quick-view.btn--tertiary:after, .dark-mode .btn-quick-view.pagination:after, .dark-mode .btn-quick-view.shop-btn:after, .dark-mode .gallery .gallery__footer .btn-quick-view:after, .gallery .gallery__footer .dark-mode .btn-quick-view:after {
        background-color: #fff; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn-quick-view.btn--tertiary:hover, .btn-quick-view.pagination:hover, .btn-quick-view.shop-btn:hover, .gallery .gallery__footer .btn-quick-view:hover, .btn-quick-view.btn--tertiary:focus, .btn-quick-view.pagination:focus, .btn-quick-view.shop-btn:focus, .gallery .gallery__footer .btn-quick-view:focus {
        color: #757575;
        background-color: transparent; }
        .dark-mode .btn-quick-view.btn--tertiary:hover, .dark-mode .btn-quick-view.pagination:hover, .dark-mode .btn-quick-view.shop-btn:hover, .dark-mode .gallery .gallery__footer .btn-quick-view:hover, .gallery .gallery__footer .dark-mode .btn-quick-view:hover, .dark-mode .btn-quick-view.btn--tertiary:focus, .dark-mode .btn-quick-view.pagination:focus, .dark-mode .btn-quick-view.shop-btn:focus, .dark-mode .gallery .gallery__footer .btn-quick-view:focus, .gallery .gallery__footer .dark-mode .btn-quick-view:focus {
          color: #efefef; }
        .btn-quick-view.btn--tertiary:hover:after, .btn-quick-view.pagination:hover:after, .btn-quick-view.shop-btn:hover:after, .gallery .gallery__footer .btn-quick-view:hover:after, .btn-quick-view.btn--tertiary:focus:after, .btn-quick-view.pagination:focus:after, .btn-quick-view.shop-btn:focus:after, .gallery .gallery__footer .btn-quick-view:focus:after {
          background-color: #757575;
          -webkit-animation: horizontalScale 0.35s ease-out;
          animation: horizontalScale 0.35s ease-out; }
          .dark-mode .btn-quick-view.btn--tertiary:hover:after, .dark-mode .btn-quick-view.pagination:hover:after, .dark-mode .btn-quick-view.shop-btn:hover:after, .dark-mode .gallery .gallery__footer .btn-quick-view:hover:after, .gallery .gallery__footer .dark-mode .btn-quick-view:hover:after, .dark-mode .btn-quick-view.btn--tertiary:focus:after, .dark-mode .btn-quick-view.pagination:focus:after, .dark-mode .btn-quick-view.shop-btn:focus:after, .dark-mode .gallery .gallery__footer .btn-quick-view:focus:after, .gallery .gallery__footer .dark-mode .btn-quick-view:focus:after {
            background-color: #efefef; }
      .btn-quick-view.btn--tertiary:active, .btn-quick-view.pagination:active, .btn-quick-view.shop-btn:active, .gallery .gallery__footer .btn-quick-view:active {
        color: #484949; }
        .dark-mode .btn-quick-view.btn--tertiary:active, .dark-mode .btn-quick-view.pagination:active, .dark-mode .btn-quick-view.shop-btn:active, .dark-mode .gallery .gallery__footer .btn-quick-view:active, .gallery .gallery__footer .dark-mode .btn-quick-view:active {
          color: #fff; } }
    .btn-quick-view.btn--tertiary:hover, .btn-quick-view.pagination:hover, .btn-quick-view.shop-btn:hover, .gallery .gallery__footer .btn-quick-view:hover, .btn-quick-view.btn--tertiary:focus, .btn-quick-view.pagination:focus, .btn-quick-view.shop-btn:focus, .gallery .gallery__footer .btn-quick-view:focus {
      color: #757575;
      background-color: transparent; }
      .dark-mode .btn-quick-view.btn--tertiary:hover, .dark-mode .btn-quick-view.pagination:hover, .dark-mode .btn-quick-view.shop-btn:hover, .dark-mode .gallery .gallery__footer .btn-quick-view:hover, .gallery .gallery__footer .dark-mode .btn-quick-view:hover, .dark-mode .btn-quick-view.btn--tertiary:focus, .dark-mode .btn-quick-view.pagination:focus, .dark-mode .btn-quick-view.shop-btn:focus, .dark-mode .gallery .gallery__footer .btn-quick-view:focus, .gallery .gallery__footer .dark-mode .btn-quick-view:focus {
        color: #efefef; }
    .btn-quick-view.btn--tertiary:active, .btn-quick-view.pagination:active, .btn-quick-view.shop-btn:active, .gallery .gallery__footer .btn-quick-view:active {
      color: #484949; }
      .dark-mode .btn-quick-view.btn--tertiary:active, .dark-mode .btn-quick-view.pagination:active, .dark-mode .btn-quick-view.shop-btn:active, .dark-mode .gallery .gallery__footer .btn-quick-view:active, .gallery .gallery__footer .dark-mode .btn-quick-view:active {
        color: #fff; }
    .btn-quick-view.btn--tertiary:disabled, .btn-quick-view.pagination:disabled, .btn-quick-view.shop-btn:disabled, .gallery .gallery__footer .btn-quick-view:disabled {
      color: #bebfbf; }
      .dark-mode .btn-quick-view.btn--tertiary:disabled, .dark-mode .btn-quick-view.pagination:disabled, .dark-mode .btn-quick-view.shop-btn:disabled, .dark-mode .gallery .gallery__footer .btn-quick-view:disabled, .gallery .gallery__footer .dark-mode .btn-quick-view:disabled {
        color: #757575; }
      @media (hover: hover), (-ms-high-contrast: none) {
        .btn-quick-view.btn--tertiary:disabled:hover, .btn-quick-view.pagination:disabled:hover, .btn-quick-view.shop-btn:disabled:hover, .gallery .gallery__footer .btn-quick-view:disabled:hover {
          color: #bebfbf;
          background-color: transparent; }
          .dark-mode .btn-quick-view.btn--tertiary:disabled:hover, .dark-mode .btn-quick-view.pagination:disabled:hover, .dark-mode .btn-quick-view.shop-btn:disabled:hover, .dark-mode .gallery .gallery__footer .btn-quick-view:disabled:hover, .gallery .gallery__footer .dark-mode .btn-quick-view:disabled:hover {
            color: #757575; }
          .btn-quick-view.btn--tertiary:disabled:hover:after, .btn-quick-view.pagination:disabled:hover:after, .btn-quick-view.shop-btn:disabled:hover:after, .gallery .gallery__footer .btn-quick-view:disabled:hover:after {
            background-color: #bebfbf;
            -webkit-animation: none;
            animation: none; }
            .dark-mode .btn-quick-view.btn--tertiary:disabled:hover:after, .dark-mode .btn-quick-view.pagination:disabled:hover:after, .dark-mode .btn-quick-view.shop-btn:disabled:hover:after, .dark-mode .gallery .gallery__footer .btn-quick-view:disabled:hover:after, .gallery .gallery__footer .dark-mode .btn-quick-view:disabled:hover:after {
              background-color: #757575; } }
    .btn-quick-view.btn--tertiary.btn--tertiary-white, .btn-quick-view.btn--tertiary-white.pagination, .btn-quick-view.btn--tertiary-white.shop-btn, .gallery .gallery__footer .btn-quick-view.btn--tertiary-white {
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity)); }
      .btn-quick-view.btn--tertiary.btn--tertiary-white:after, .btn-quick-view.btn--tertiary-white.pagination:after, .btn-quick-view.btn--tertiary-white.shop-btn:after, .gallery .gallery__footer .btn-quick-view.btn--tertiary-white:after {
        --bg-opacity: 1;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .btn-quick-view.btn--tertiary.btn--tertiary-white:hover, .btn-quick-view.btn--tertiary-white.pagination:hover, .btn-quick-view.btn--tertiary-white.shop-btn:hover, .gallery .gallery__footer .btn-quick-view.btn--tertiary-white:hover {
          --text-opacity: 1;
          color: #F7F7F7;
          color: rgba(247, 247, 247, var(--text-opacity)); }
          .btn-quick-view.btn--tertiary.btn--tertiary-white:hover:after, .btn-quick-view.btn--tertiary-white.pagination:hover:after, .btn-quick-view.btn--tertiary-white.shop-btn:hover:after, .gallery .gallery__footer .btn-quick-view.btn--tertiary-white:hover:after {
            --bg-opacity: 1;
            background-color: #F7F7F7;
            background-color: rgba(247, 247, 247, var(--bg-opacity));
            -webkit-animation: horizontalScale 0.35s ease-out;
            animation: horizontalScale 0.35s ease-out; }
        .btn-quick-view.btn--tertiary.btn--tertiary-white:focus, .btn-quick-view.btn--tertiary-white.pagination:focus, .btn-quick-view.btn--tertiary-white.shop-btn:focus, .gallery .gallery__footer .btn-quick-view.btn--tertiary-white:focus {
          --text-opacity: 1;
          color: #EFEFEF;
          color: rgba(239, 239, 239, var(--text-opacity)); }
          .btn-quick-view.btn--tertiary.btn--tertiary-white:focus:after, .btn-quick-view.btn--tertiary-white.pagination:focus:after, .btn-quick-view.btn--tertiary-white.shop-btn:focus:after, .gallery .gallery__footer .btn-quick-view.btn--tertiary-white:focus:after {
            --bg-opacity: 1;
            background-color: #EFEFEF;
            background-color: rgba(239, 239, 239, var(--bg-opacity));
            -webkit-animation: horizontalScale 0.35s ease-out;
            animation: horizontalScale 0.35s ease-out; }
        .btn-quick-view.btn--tertiary.btn--tertiary-white:active, .btn-quick-view.btn--tertiary-white.pagination:active, .btn-quick-view.btn--tertiary-white.shop-btn:active, .gallery .gallery__footer .btn-quick-view.btn--tertiary-white:active {
          --text-opacity: 1;
          color: #E5E5E5;
          color: rgba(229, 229, 229, var(--text-opacity)); } }
    .btn-quick-view.btn--tertiary.btn--tertiary-arrow-b, .btn-quick-view.btn--tertiary-arrow-b.pagination, .btn-quick-view.btn--tertiary-arrow-b.shop-btn, .gallery .gallery__footer .btn-quick-view.btn--tertiary-arrow-b, .btn-quick-view.btn--tertiary.btn--tertiary-arrow-r, .btn-quick-view.btn--tertiary-arrow-r.pagination, .btn-quick-view.btn--tertiary-arrow-r.shop-btn, .gallery .gallery__footer .btn-quick-view.btn--tertiary-arrow-r, .btn-quick-view.btn--tertiary.btn--tertiary-plus, .btn-quick-view.btn--tertiary-plus.pagination, .btn-quick-view.shop-btn, .gallery .gallery__footer .btn-quick-view {
      background-image: url("./icon-arrow-bottom.svg");
      background-position: right 0.15rem;
      background-repeat: no-repeat;
      padding-right: 1.25rem; }
    .btn-quick-view.btn--tertiary.btn--tertiary-arrow-r, .btn-quick-view.btn--tertiary-arrow-r.pagination, .btn-quick-view.btn--tertiary-arrow-r.shop-btn, .gallery .gallery__footer .btn-quick-view.btn--tertiary-arrow-r {
      background-image: url("./icon-arrow-right.svg"); }
    .btn-quick-view.btn--tertiary.btn--tertiary-plus, .btn-quick-view.btn--tertiary-plus.pagination, .btn-quick-view.shop-btn, .gallery .gallery__footer .btn-quick-view {
      background-image: url("./icon-plus.svg");
      padding-bottom: 0; }
      .btn-quick-view.btn--tertiary.btn--tertiary-plus:after, .btn-quick-view.btn--tertiary-plus.pagination:after, .btn-quick-view.shop-btn:after, .gallery .gallery__footer .btn-quick-view:after {
        display: none; }
  .btn-quick-view.btn--linkstyle {
    font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
    line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
    color: #484949;
    text-decoration: underline;
    position: relative;
    transition: 0.2s color ease-in-out;
    padding: 0;
    background-color: transparent;
    border-style: none;
    text-transform: none;
    text-underline-offset: 4px; }
    .btn-quick-view.btn--linkstyle strong {
      font-weight: 500; }
    .dark-mode .btn-quick-view.btn--linkstyle {
      color: #f7f7f7; }
    .btn-quick-view.btn--linkstyle:hover {
      color: #757575; }
      .dark-mode .btn-quick-view.btn--linkstyle:hover {
        color: #efefef; }
  .btn-quick-view.btn--small {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 10px;
    padding-bottom: 10px; }
  .btn-quick-view.btn--animated {
    position: relative; }
    .btn-quick-view.btn--animated.js-loading .ellipsis span {
      opacity: 0;
      -webkit-animation: ellipsis-animate steps(4, end) 1s infinite;
      animation: ellipsis-animate steps(4, end) 1s infinite; }
      .btn-quick-view.btn--animated.js-loading .ellipsis span:nth-child(2) {
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s; }
      .btn-quick-view.btn--animated.js-loading .ellipsis span:nth-child(3) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
    .btn-quick-view.btn--animated.js-loading .ellipsis .dot {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0.25rem;
      display: inline-block;
      opacity: 0.5;
      -webkit-animation: opacityPulse steps(4, end) 1s infinite;
      animation: opacityPulse steps(4, end) 1s infinite;
      opacity: 1; }
      .btn-quick-view.btn--animated.js-loading .ellipsis .dot.dot2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .btn-quick-view.btn--animated.js-loading .ellipsis .dot.dot3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    .btn-quick-view.btn--animated.js-loading .ellipsis2 .dot {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0.25rem;
      display: inline-block;
      opacity: 0.5;
      -webkit-animation: opacityPulse steps(4, end) 1s infinite;
      animation: opacityPulse steps(4, end) 1s infinite;
      background-color: #ffffff;
      border-radius: 50%;
      vertical-align: middle;
      opacity: 1; }
      .btn-quick-view.btn--animated.js-loading .ellipsis2 .dot.dot2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .btn-quick-view.btn--animated.js-loading .ellipsis2 .dot.dot3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .btn-quick-view.btn--animated.js-loading:hover .ellipsis2 .dot, .btn-quick-view.btn--animated.js-loading:focus .ellipsis2 .dot {
        background-color: #484949; } }
  .btn-quick-view svg {
    vertical-align: baseline; }
  .btn-quick-view .icon-plus-white {
    margin-left: 0.5rem; }
    .btn-quick-view .icon-plus-white path {
      transition: all 0.2s ease-in-out;
      fill: #fff; }
  .btn-quick-view.btn-quick-view--grey-6 {
    --bg-opacity: 1;
    background-color: #484949;
    background-color: rgba(72, 73, 73, var(--bg-opacity));
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity));
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase; }
    .btn-quick-view.btn-quick-view--grey-6:hover, .btn-quick-view.btn-quick-view--grey-6:focus {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity));
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      .btn-quick-view.btn-quick-view--grey-6:hover .icon-plus-white path, .btn-quick-view.btn-quick-view--grey-6:focus .icon-plus-white path {
        fill: #484949; }
  .btn-quick-view.btn-quick-view--uppercase {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
    .btn-quick-view.btn-quick-view--uppercase:hover {
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
  @media (min-width: 768px) {
    .btn-quick-view.btn-quick-view--inline {
      padding: 0; }
      .btn-quick-view.btn-quick-view--inline:hover {
        --border-opacity: 1;
        border-color: #ffffff;
        border-color: rgba(255, 255, 255, var(--border-opacity)); } }

/* ---------------------------------------- Pagenation*/
.pagination {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  background-color: #484949;
  border-color: #484949;
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: calc(1rem - 1px);
  transition: all 0.2s ease-in-out;
  /* Secondary*/
  /* Cream*/
  /* Tertiary*/
  /*LINK style - used on PDP in rug pad driver - see all link*/
  /*EXCEPTION - for button in cart for add rug pad*/
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  min-width: 10px; }
  .dark-mode .pagination {
    color: #484949; }
  .dark-mode .pagination {
    background-color: #fff; }
  .dark-mode .pagination {
    border-color: #fff; }
  .product-sorter .pagination {
    width: auto; }
  @media (min-width: 560px) {
    .pagination {
      width: auto; } }
  .pagination.btn-center {
    margin: 0 auto; }
  .pagination svg {
    display: inline-block; }
  .pagination.disabled, .pagination:disabled, .pagination.js-cart-checkout--disabled {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    background-color: #bebfbf;
    border-color: #bebfbf;
    pointer-events: none; }
    .dark-mode .pagination.disabled, .dark-mode .pagination:disabled, .dark-mode .pagination.js-cart-checkout--disabled {
      background-color: #757575; }
    .dark-mode .pagination.disabled, .dark-mode .pagination:disabled, .dark-mode .pagination.js-cart-checkout--disabled {
      border-color: #757575; }
  .pagination.js-loading, .pagination.js-loading:disabled, .pagination.js-loading.disabled {
    color: #fff;
    background-color: #484949;
    border-color: #484949; }
    .dark-mode .pagination.js-loading, .dark-mode .pagination.js-loading:disabled, .dark-mode .pagination.js-loading.disabled {
      color: #484949; }
    .dark-mode .pagination.js-loading, .dark-mode .pagination.js-loading:disabled, .dark-mode .pagination.js-loading.disabled {
      background-color: #fff; }
    .dark-mode .pagination.js-loading, .dark-mode .pagination.js-loading:disabled, .dark-mode .pagination.js-loading.disabled {
      border-color: #fff; }
    .pagination.js-loading:hover, .pagination.js-loading:disabled:hover, .pagination.js-loading.disabled:hover {
      color: #484949;
      background-color: #fff;
      border-color: #bebfbf; }
      .dark-mode .pagination.js-loading:hover, .dark-mode .pagination.js-loading:disabled:hover, .dark-mode .pagination.js-loading.disabled:hover {
        color: #f7f7f7; }
      .dark-mode .pagination.js-loading:hover, .dark-mode .pagination.js-loading:disabled:hover, .dark-mode .pagination.js-loading.disabled:hover {
        background-color: #292728; }
      .dark-mode .pagination.js-loading:hover, .dark-mode .pagination.js-loading:disabled:hover, .dark-mode .pagination.js-loading.disabled:hover {
        border-color: #757575; }
      .pagination.js-loading:hover .ellipsis2 .dot, .pagination.js-loading:disabled:hover .ellipsis2 .dot, .pagination.js-loading.disabled:hover .ellipsis2 .dot {
        background-color: #484949; }
        .dark-mode .pagination.js-loading:hover .ellipsis2 .dot, .dark-mode .pagination.js-loading:disabled:hover .ellipsis2 .dot, .dark-mode .pagination.js-loading.disabled:hover .ellipsis2 .dot {
          background-color: #fff; }
    .pagination.js-loading .ellipsis2 .dot, .pagination.js-loading:disabled .ellipsis2 .dot, .pagination.js-loading.disabled .ellipsis2 .dot {
      background-color: #fff; }
      .dark-mode .pagination.js-loading .ellipsis2 .dot, .dark-mode .pagination.js-loading:disabled .ellipsis2 .dot, .dark-mode .pagination.js-loading.disabled .ellipsis2 .dot {
        background-color: #292728; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .pagination.disabled:hover, .pagination:disabled:hover, .pagination.js-cart-checkout--disabled:hover {
      color: #fff;
      background-color: #484949; }
      .dark-mode .pagination.disabled:hover, .dark-mode .pagination:disabled:hover, .dark-mode .pagination.js-cart-checkout--disabled:hover {
        color: #484949; }
      .dark-mode .pagination.disabled:hover, .dark-mode .pagination:disabled:hover, .dark-mode .pagination.js-cart-checkout--disabled:hover {
        background-color: #fff; } }
  @media (hover: hover), (-ms-high-contrast: none) {
    .pagination:hover, .pagination:focus {
      color: #484949;
      background-color: #fff;
      border-color: #bebfbf; }
      .dark-mode .pagination:hover, .dark-mode .pagination:focus {
        color: #f7f7f7; }
      .dark-mode .pagination:hover, .dark-mode .pagination:focus {
        background-color: #292728; }
      .dark-mode .pagination:hover, .dark-mode .pagination:focus {
        border-color: #757575; }
    .pagination:active {
      color: #fff;
      background-color: #757575;
      border-color: #757575; }
      .dark-mode .pagination:active {
        color: #484949; }
      .dark-mode .pagination:active {
        background-color: #efefef; }
      .dark-mode .pagination:active {
        border-color: #efefef; } }
  @media (hover: hover), (-ms-high-contrast: none) {
    .pagination.btn--hover-no-border:hover {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); } }
  .pagination.btn--secondary, .pagination.btn-quick-view {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    @media (hover: hover), (-ms-high-contrast: none) {
      .pagination.btn--secondary:hover, .pagination.btn-quick-view:hover, .pagination.btn--secondary:focus, .pagination.btn-quick-view:focus {
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, var(--text-opacity));
        --bg-opacity: 1;
        background-color: #484949;
        background-color: rgba(72, 73, 73, var(--bg-opacity)); } }
    .pagination.btn--secondary.btn--secondary-no-border, .pagination.btn-quick-view {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .pagination.btn--secondary.btn--secondary-no-border:hover, .pagination.btn-quick-view:hover {
          --border-opacity: 1;
          border-color: #484949;
          border-color: rgba(72, 73, 73, var(--border-opacity)); } }

@media (max-width: 1023px) and (hover: hover), (max-width: 1023px) and (-ms-high-contrast: none) {
  .pagination.btn--secondary.btn--secondary-no-hover:hover, .pagination.btn--secondary-no-hover.btn-quick-view:hover, .pagination.btn--secondary.btn--secondary-no-hover:focus, .pagination.btn--secondary-no-hover.btn-quick-view:focus {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); } }
    .pagination.btn--secondary.btn--secondary-plus span, .pagination.btn--secondary-plus.btn-quick-view span {
      display: inline-block;
      width: 0.75rem;
      background-image: url("./icon-plus.svg");
      background-position: right center;
      background-repeat: no-repeat; }
  .pagination--cream {
    --text-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #292728;
    background-color: rgba(41, 39, 40, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--border-opacity)); }
    @media (hover: hover), (-ms-high-contrast: none) {
      .pagination--cream.disabled:hover, .pagination--cream:disabled:hover, .pagination--cream.js-cart-checkout--disabled:hover {
        --text-opacity: 1;
        color: #F4EDE3;
        color: rgba(244, 237, 227, var(--text-opacity)); } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .pagination--cream:hover, .pagination--cream:focus {
        --bg-opacity: 1;
        background-color: #F4EDE3;
        background-color: rgba(244, 237, 227, var(--bg-opacity));
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity)); } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .pagination--cream.btn--hover-no-border:hover {
        --border-opacity: 1;
        border-color: #F4EDE3;
        border-color: rgba(244, 237, 227, var(--border-opacity)); } }
    .pagination--cream.btn--secondary, .pagination--cream.btn-quick-view {
      --bg-opacity: 1;
      background-color: #F4EDE3;
      background-color: rgba(244, 237, 227, var(--bg-opacity));
      --text-opacity: 1;
      color: #292728;
      color: rgba(41, 39, 40, var(--text-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .pagination--cream.btn--secondary:hover, .pagination--cream.btn-quick-view:hover, .pagination--cream.btn--secondary:focus, .pagination--cream.btn-quick-view:focus {
          --text-opacity: 1;
          color: #F4EDE3;
          color: rgba(244, 237, 227, var(--text-opacity));
          --bg-opacity: 1;
          background-color: #292728;
          background-color: rgba(41, 39, 40, var(--bg-opacity));
          --border-opacity: 1;
          border-color: #292728;
          border-color: rgba(41, 39, 40, var(--border-opacity)); } }
      .pagination--cream.btn--secondary.btn--secondary-no-border, .pagination--cream.btn-quick-view {
        --border-opacity: 1;
        border-color: #F4EDE3;
        border-color: rgba(244, 237, 227, var(--border-opacity)); }
        @media (hover: hover), (-ms-high-contrast: none) {
          .pagination--cream.btn--secondary.btn--secondary-no-border:hover, .pagination--cream.btn-quick-view:hover, .pagination--cream.btn--secondary.btn--secondary-no-border:focus, .pagination--cream.btn-quick-view:focus {
            --text-opacity: 1;
            color: #F4EDE3;
            color: rgba(244, 237, 227, var(--text-opacity));
            --bg-opacity: 1;
            background-color: #292728;
            background-color: rgba(41, 39, 40, var(--bg-opacity));
            --border-opacity: 1;
            border-color: #292728;
            border-color: rgba(41, 39, 40, var(--border-opacity)); } }
  .pagination.btn--tertiary, .pagination, .gallery .gallery__footer .pagination.btn-quick-view {
    color: #484949;
    position: relative;
    border-style: none;
    background-color: transparent;
    padding: 0;
    width: auto;
    padding-bottom: 0.625rem;
    min-width: auto;
    /* tertiary light variant - from figma - https://www.figma.com/file/rD1ZDqPz2eTYwfIsmltyS1/Rugs-Core-Library?node-id=517%3A1032&mode=dev*/ }
    .dark-mode .pagination.btn--tertiary, .dark-mode .pagination, .dark-mode .pagination.shop-btn, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view {
      color: #fff; }
    .pagination.btn--tertiary:after, .pagination:after, .gallery .gallery__footer .pagination.btn-quick-view:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #484949;
      transition: all 0.2s ease-in-out; }
      .dark-mode .pagination.btn--tertiary:after, .dark-mode .pagination:after, .dark-mode .pagination.shop-btn:after, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:after, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:after {
        background-color: #fff; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .pagination.btn--tertiary:hover, .pagination:hover, .gallery .gallery__footer .pagination.btn-quick-view:hover, .pagination.btn--tertiary:focus, .pagination:focus, .gallery .gallery__footer .pagination.btn-quick-view:focus {
        color: #757575;
        background-color: transparent; }
        .dark-mode .pagination.btn--tertiary:hover, .dark-mode .pagination:hover, .dark-mode .pagination.shop-btn:hover, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:hover, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:hover, .dark-mode .pagination.btn--tertiary:focus, .dark-mode .pagination:focus, .dark-mode .pagination.shop-btn:focus, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:focus, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:focus {
          color: #efefef; }
        .pagination.btn--tertiary:hover:after, .pagination:hover:after, .gallery .gallery__footer .pagination.btn-quick-view:hover:after, .pagination.btn--tertiary:focus:after, .pagination:focus:after, .gallery .gallery__footer .pagination.btn-quick-view:focus:after {
          background-color: #757575;
          -webkit-animation: horizontalScale 0.35s ease-out;
          animation: horizontalScale 0.35s ease-out; }
          .dark-mode .pagination.btn--tertiary:hover:after, .dark-mode .pagination:hover:after, .dark-mode .pagination.shop-btn:hover:after, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:hover:after, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:hover:after, .dark-mode .pagination.btn--tertiary:focus:after, .dark-mode .pagination:focus:after, .dark-mode .pagination.shop-btn:focus:after, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:focus:after, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:focus:after {
            background-color: #efefef; }
      .pagination.btn--tertiary:active, .pagination:active, .gallery .gallery__footer .pagination.btn-quick-view:active {
        color: #484949; }
        .dark-mode .pagination.btn--tertiary:active, .dark-mode .pagination:active, .dark-mode .pagination.shop-btn:active, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:active, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:active {
          color: #fff; } }
    .pagination.btn--tertiary:hover, .pagination:hover, .gallery .gallery__footer .pagination.btn-quick-view:hover, .pagination.btn--tertiary:focus, .pagination:focus, .gallery .gallery__footer .pagination.btn-quick-view:focus {
      color: #757575;
      background-color: transparent; }
      .dark-mode .pagination.btn--tertiary:hover, .dark-mode .pagination:hover, .dark-mode .pagination.shop-btn:hover, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:hover, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:hover, .dark-mode .pagination.btn--tertiary:focus, .dark-mode .pagination:focus, .dark-mode .pagination.shop-btn:focus, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:focus, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:focus {
        color: #efefef; }
    .pagination.btn--tertiary:active, .pagination:active, .gallery .gallery__footer .pagination.btn-quick-view:active {
      color: #484949; }
      .dark-mode .pagination.btn--tertiary:active, .dark-mode .pagination:active, .dark-mode .pagination.shop-btn:active, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:active, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:active {
        color: #fff; }
    .pagination.btn--tertiary:disabled, .pagination:disabled, .gallery .gallery__footer .pagination.btn-quick-view:disabled {
      color: #bebfbf; }
      .dark-mode .pagination.btn--tertiary:disabled, .dark-mode .pagination:disabled, .dark-mode .pagination.shop-btn:disabled, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:disabled, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:disabled {
        color: #757575; }
      @media (hover: hover), (-ms-high-contrast: none) {
        .pagination.btn--tertiary:disabled:hover, .pagination:disabled:hover {
          color: #bebfbf;
          background-color: transparent; }
          .dark-mode .pagination.btn--tertiary:disabled:hover, .dark-mode .pagination:disabled:hover, .dark-mode .pagination.shop-btn:disabled:hover, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:disabled:hover, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:disabled:hover {
            color: #757575; }
          .pagination.btn--tertiary:disabled:hover:after, .pagination:disabled:hover:after {
            background-color: #bebfbf;
            -webkit-animation: none;
            animation: none; }
            .dark-mode .pagination.btn--tertiary:disabled:hover:after, .dark-mode .pagination:disabled:hover:after, .dark-mode .pagination.shop-btn:disabled:hover:after, .dark-mode .gallery .gallery__footer .pagination.btn-quick-view:disabled:hover:after, .gallery .gallery__footer .dark-mode .pagination.btn-quick-view:disabled:hover:after {
              background-color: #757575; } }
    .pagination.btn--tertiary.btn--tertiary-white, .pagination.btn--tertiary-white, .gallery .gallery__footer .pagination.btn--tertiary-white.btn-quick-view {
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity)); }
      .pagination.btn--tertiary.btn--tertiary-white:after, .pagination.btn--tertiary-white:after, .gallery .gallery__footer .pagination.btn--tertiary-white.btn-quick-view:after {
        --bg-opacity: 1;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .pagination.btn--tertiary.btn--tertiary-white:hover, .pagination.btn--tertiary-white:hover {
          --text-opacity: 1;
          color: #F7F7F7;
          color: rgba(247, 247, 247, var(--text-opacity)); }
          .pagination.btn--tertiary.btn--tertiary-white:hover:after, .pagination.btn--tertiary-white:hover:after {
            --bg-opacity: 1;
            background-color: #F7F7F7;
            background-color: rgba(247, 247, 247, var(--bg-opacity));
            -webkit-animation: horizontalScale 0.35s ease-out;
            animation: horizontalScale 0.35s ease-out; }
        .pagination.btn--tertiary.btn--tertiary-white:focus, .pagination.btn--tertiary-white:focus {
          --text-opacity: 1;
          color: #EFEFEF;
          color: rgba(239, 239, 239, var(--text-opacity)); }
          .pagination.btn--tertiary.btn--tertiary-white:focus:after, .pagination.btn--tertiary-white:focus:after {
            --bg-opacity: 1;
            background-color: #EFEFEF;
            background-color: rgba(239, 239, 239, var(--bg-opacity));
            -webkit-animation: horizontalScale 0.35s ease-out;
            animation: horizontalScale 0.35s ease-out; }
        .pagination.btn--tertiary.btn--tertiary-white:active, .pagination.btn--tertiary-white:active {
          --text-opacity: 1;
          color: #E5E5E5;
          color: rgba(229, 229, 229, var(--text-opacity)); } }
    .pagination.btn--tertiary.btn--tertiary-arrow-b, .pagination.btn--tertiary-arrow-b, .gallery .gallery__footer .pagination.btn--tertiary-arrow-b.btn-quick-view, .pagination.btn--tertiary.btn--tertiary-arrow-r, .pagination.btn--tertiary-arrow-r, .gallery .gallery__footer .pagination.btn--tertiary-arrow-r.btn-quick-view, .pagination.btn--tertiary.btn--tertiary-plus, .pagination.btn--tertiary-plus, .pagination.shop-btn, .gallery .gallery__footer .pagination.btn-quick-view {
      background-image: url("./icon-arrow-bottom.svg");
      background-position: right 0.15rem;
      background-repeat: no-repeat;
      padding-right: 1.25rem; }
    .pagination.btn--tertiary.btn--tertiary-arrow-r, .pagination.btn--tertiary-arrow-r, .gallery .gallery__footer .pagination.btn--tertiary-arrow-r.btn-quick-view {
      background-image: url("./icon-arrow-right.svg"); }
    .pagination.btn--tertiary.btn--tertiary-plus, .pagination.btn--tertiary-plus, .pagination.shop-btn, .gallery .gallery__footer .pagination.btn-quick-view {
      background-image: url("./icon-plus.svg");
      padding-bottom: 0; }
      .pagination.btn--tertiary.btn--tertiary-plus:after, .pagination.btn--tertiary-plus:after, .pagination.shop-btn:after, .gallery .gallery__footer .pagination.btn-quick-view:after {
        display: none; }
  .pagination.btn--linkstyle {
    font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
    line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
    color: #484949;
    text-decoration: underline;
    position: relative;
    transition: 0.2s color ease-in-out;
    padding: 0;
    background-color: transparent;
    border-style: none;
    text-transform: none;
    text-underline-offset: 4px; }
    .pagination.btn--linkstyle strong {
      font-weight: 500; }
    .dark-mode .pagination.btn--linkstyle {
      color: #f7f7f7; }
    .pagination.btn--linkstyle:hover {
      color: #757575; }
      .dark-mode .pagination.btn--linkstyle:hover {
        color: #efefef; }
  .pagination.btn--small {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 10px;
    padding-bottom: 10px; }
  .pagination.btn--animated {
    position: relative; }
    .pagination.btn--animated.js-loading .ellipsis span {
      opacity: 0;
      -webkit-animation: ellipsis-animate steps(4, end) 1s infinite;
      animation: ellipsis-animate steps(4, end) 1s infinite; }
      .pagination.btn--animated.js-loading .ellipsis span:nth-child(2) {
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s; }
      .pagination.btn--animated.js-loading .ellipsis span:nth-child(3) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
    .pagination.btn--animated.js-loading .ellipsis .dot {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0.25rem;
      display: inline-block;
      opacity: 0.5;
      -webkit-animation: opacityPulse steps(4, end) 1s infinite;
      animation: opacityPulse steps(4, end) 1s infinite;
      opacity: 1; }
      .pagination.btn--animated.js-loading .ellipsis .dot.dot2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .pagination.btn--animated.js-loading .ellipsis .dot.dot3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    .pagination.btn--animated.js-loading .ellipsis2 .dot {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0.25rem;
      display: inline-block;
      opacity: 0.5;
      -webkit-animation: opacityPulse steps(4, end) 1s infinite;
      animation: opacityPulse steps(4, end) 1s infinite;
      background-color: #ffffff;
      border-radius: 50%;
      vertical-align: middle;
      opacity: 1; }
      .pagination.btn--animated.js-loading .ellipsis2 .dot.dot2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .pagination.btn--animated.js-loading .ellipsis2 .dot.dot3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .pagination.btn--animated.js-loading:hover .ellipsis2 .dot, .pagination.btn--animated.js-loading:focus .ellipsis2 .dot {
        background-color: #484949; } }

.pagination {
  display: flex;
  list-style: none;
  border: none;
  justify-content: flex-end; }
  .pagination:after {
    content: none; }
  .pagination__text {
    line-height: 52px;
    margin: 0 20px; }

button:focus {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color; }

/* ---------------------------------------- cta arrow (for collection cards on homepage)*/
.cta-arrow {
  display: flex;
  align-items: center; }
  .cta-arrow svg {
    margin-left: 0.75rem;
    transition: transform 0.3s ease-out; }
  .cta-arrow:hover, .cta-arrow:focus {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  .cta-arrow:hover svg {
    transform: translateX(8px); }
  .cta-arrow:active {
    --text-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--text-opacity)); }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  /* OLD VERSION*/
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #BEBFBF;
  border-color: rgba(190, 191, 191, var(--border-opacity));
  background-color: transparent;
  border-radius: 0;
  max-width: 100%;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.75px;
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity));
  transition: all 0.2s cubic-bezier(0.32, 0.24, 0.15, 1);
  -webkit-appearance: none !important;
  -webkit-border-radius: 0 !important; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #484949;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    opacity: 1; }
  input:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    /* Firefox 18- */
    color: #484949;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    opacity: 1; }
  input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    /* Firefox 19+ */
    color: #484949;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    opacity: 1; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #484949;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    opacity: 1; }
  input:hover,
  textarea:hover,
  select:hover {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }
  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    /* background-color: $color-disabled;*/
    /* border-color: $color-disabled-border;*/ }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'] {
  padding-top: 0.75rem;
  /* w/ border*/ }
  input[type='text'].input-text--border,
  input[type='email'].input-text--border,
  input[type='password'].input-text--border,
  input[type='tel'].input-text--border {
    border-width: 1px;
    padding: 6px 10px 10px 10px; }

.activate-account__decline input[type='submit'] {
  padding: 0;
  font-family: "freight-text-pro", serif;
  font-size: 1rem;
  border-bottom: none; }

input[type='checkbox'] {
  --border-opacity: 1;
  border-color: #757575;
  border-color: rgba(117, 117, 117, var(--border-opacity)); }
  input[type='checkbox']:hover, input[type='checkbox']:checked {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none; }

textarea {
  border-width: 1px;
  /* w/ border*/
  /* small version*/ }
  textarea.textarea--border {
    padding: 1rem;
    border-width: 1px;
    min-height: 200px;
    padding-bottom: 12px;
    padding-top: 12px; }
  textarea.textarea--small {
    min-height: 3rem; }

input[type='text'].datepicker {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  border-width: 0;
  background-repeat: no-repeat;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 30px;
  background-image: url("./icon-calendar.svg");
  background-position: 0.5rem 50%;
  cursor: pointer;
  max-height: 56px; }
  input[type='text'].datepicker::-webkit-input-placeholder {
    font-size: 12px; }
  input[type='text'].datepicker:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px; }
  input[type='text'].datepicker::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px; }
  input[type='text'].datepicker:-ms-input-placeholder {
    font-size: 12px; }
  @media (min-width: 560px) {
    input[type='text'].datepicker {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; } }
  @media (min-width: 768px) {
    input[type='text'].datepicker {
      max-height: 48px; } }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  appearance: none;
  background-image: url("./icon-caret-bottom.svg");
  background-position: calc(100% - 16px) center;
  background-size: 8px 4px;
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity));
  border-width: 0;
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  padding: 1rem;
  padding-right: 1.25rem;
  background-repeat: no-repeat;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* @include prefix(appearance, none, webkit moz spec);*/
  /* background-position: right center;*/
  /* background: {*/
  /*   image: $svg-select-icon;*/
  /*   repeat: no-repeat;*/
  /*   position: right 10px center;*/
  /*   color: transparent;*/
  /* }*/
  /* padding-right: 28px;*/
  /* text-indent: 0.01px;*/
  /* text-overflow: '';*/
  /* cursor: pointer;*/
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }
  select.select-small {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    background-position-x: 100%; }

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

/*================ Error styles ================*/
input.input-error,
.error input,
.parsley-error input, input.parsley-error,
select.input-error,
.error
select,
.parsley-error
select,
select.parsley-error,
textarea.input-error,
.error
textarea,
.parsley-error
textarea,
textarea.parsley-error {
  border-color: #b83c23 !important;
  /* background-color: $color-error-bg;*/
  /* color: $color-error;*/ }

form .errors ul,
form.error .errors,
.parsley-errors-list {
  margin-top: 0.5rem;
  list-style-type: none;
  padding: 0; }
  form .errors ul li,
  form.error .errors li,
  .parsley-errors-list li {
    --text-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--text-opacity));
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    line-height: 20px; }

/*================ Search Input ================*/
input[type='search'],
.ais-search-box--input {
  font-variant-numeric: lining-nums;
  font-family: "freight-text-pro", serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  width: 100%; }
  @media (min-width: 768px) {
    input[type='search'],
    .ais-search-box--input {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 0.75px; } }
  input[type='search']::-webkit-input-placeholder,
  .ais-search-box--input::-webkit-input-placeholder {
    color: #757575;
    font-family: "freight-text-pro", serif;
    opacity: 1; }
  input[type='search']:-moz-placeholder,
  .ais-search-box--input:-moz-placeholder {
    /* Firefox 18- */
    color: #757575;
    font-family: "freight-text-pro", serif;
    opacity: 1; }
  input[type='search']::-moz-placeholder,
  .ais-search-box--input::-moz-placeholder {
    /* Firefox 19+ */
    color: #757575;
    font-family: "freight-text-pro", serif;
    opacity: 1; }
  input[type='search']:-ms-input-placeholder,
  .ais-search-box--input:-ms-input-placeholder {
    color: #757575;
    font-family: "freight-text-pro", serif;
    opacity: 1; }
  @media (min-width: 768px) {
    input[type='search'],
    .ais-search-box--input {
      background-image: url("./icon-search-grey.svg");
      background-size: 18px 18px;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      background-position: right;
      background-repeat: no-repeat; } }
  input[type='search']::-moz-placeholder,
  .ais-search-box--input::-moz-placeholder {
    color: lightgray;
    opacity: 1; }
  input[type='search']:-ms-input-placeholder,
  .ais-search-box--input:-ms-input-placeholder {
    color: lightgray;
    opacity: 1; }
  input[type='search']::placeholder,
  .ais-search-box--input::placeholder {
    color: lightgray;
    opacity: 1; }
  input[type='search']:-ms-input-placeholder,
  .ais-search-box--input:-ms-input-placeholder {
    color: lightgray; }
  input[type='search']::-ms-input-placeholder,
  .ais-search-box--input::-ms-input-placeholder {
    color: lightgray; }

/*================ Input Focus Animation ================*/
.custom-input {
  position: relative;
  transition: padding 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
  /* NEW VERSION*/
  padding-top: 1rem;
  /* -------------------- Modifiers*/
  /* Half size*/
  /* 1/3 size*/ }
  .custom-input label {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity));
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 1rem;
    transition: all 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
    pointer-events: none; }
  .custom-input.focused, .custom-input.valid,
  .no-js .custom-input {
    padding-top: 1rem; }
    .custom-input.focused label, .custom-input.valid label,
    .no-js .custom-input label {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity));
      top: 0;
      left: 0;
      opacity: 1; }
    .custom-input.focused input::-moz-placeholder, .custom-input.valid input::-moz-placeholder,
    .no-js .custom-input input::-moz-placeholder {
      opacity: 0; }
    .custom-input.focused input:-ms-input-placeholder, .custom-input.valid input:-ms-input-placeholder,
    .no-js .custom-input input:-ms-input-placeholder {
      opacity: 0; }
    .custom-input.focused input::placeholder, .custom-input.valid input::placeholder,
    .no-js .custom-input input::placeholder {
      opacity: 0; }
  .custom-input.parsley-error label {
    --text-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--text-opacity)); }
  .custom-input.custom-input--textarea {
    /* NEW VERSION*/
    padding-top: 1.5rem; }
    .custom-input.custom-input--textarea label {
      left: 1rem; }
    .custom-input.custom-input--textarea.focused, .custom-input.custom-input--textarea.valid {
      padding-top: 1.5rem; }
      .custom-input.custom-input--textarea.focused label, .custom-input.custom-input--textarea.valid label {
        left: 0; }
  @media (min-width: 560px) {
    .custom-input.custom-input--half-l, .custom-input.custom-input--half-r {
      width: calc(50% - 12px);
      display: inline-block; } }
  @media (min-width: 560px) {
    .custom-input.custom-input--half-l {
      margin-right: 0.75rem; } }
  @media (min-width: 560px) {
    .custom-input.custom-input--half-r {
      margin-left: 0.75rem; } }
  @media (min-width: 560px) {
    .custom-input.custom-input--1\/3-l, .custom-input.custom-input--1\/3-c, .custom-input.custom-input--1\/3-r {
      width: calc(33.3333% - 16px);
      display: inline-block; } }
  @media (min-width: 560px) {
    .custom-input.custom-input--1\/3-l {
      margin-right: 0.75rem; } }
  @media (min-width: 560px) {
    .custom-input.custom-input--1\/3-c {
      margin-left: 0.75rem;
      margin-right: 0.75rem; } }
  @media (min-width: 560px) {
    .custom-input.custom-input--1\/3-r {
      margin-left: 0.75rem; } }

/*================ Custom Checkbox ================*/
/* Apply to input[type="checkbox"]*/
.custom-checkbox {
  position: relative;
  display: inline-block;
  line-height: 0;
  vertical-align: middle; }
  .custom-checkbox input[type='checkbox'] {
    cursor: pointer;
    /* @apply .opacity-0 .absolute .left-0;*/
    opacity: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .custom-checkbox input[type='checkbox'] {
        width: 1rem;
        height: 1rem; } }
  .custom-checkbox .custom-checkbox__custom {
    font-size: 0;
    display: block;
    position: absolute;
    border: 1px solid #757575;
    left: 0;
    top: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    /* @apply .block .absolute .border .left-0 .top-0 .w-5 .h-5 .bg-no-repeat .bg-contain .bg-center;*/ }
    @media screen and (min-width: 768px) {
      .custom-checkbox .custom-checkbox__custom {
        width: 1rem;
        height: 1rem;
        /* @apply .w-4 .h-4;*/ } }
    .custom-checkbox .custom-checkbox__custom:hover {
      border-color: #484949; }
  .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom {
    background-image: url("./icon-check.svg");
    border: 1px solid #484949; }
  .custom-checkbox.custom-checkbox--section-clickable {
    position: absolute;
    width: 100%;
    height: 100%; }
    .custom-checkbox.custom-checkbox--section-clickable input[type='checkbox'] {
      position: absolute;
      width: 100%;
      height: 100%;
      cursor: pointer; }
  .custom-checkbox.custom-checkbox--v-middle .custom-checkbox__custom {
    top: calc(50% - 7px); }
  .custom-checkbox .parsley-errors-list {
    margin-left: 0.5rem;
    margin-top: -1px; }

.custom-checkbox__label {
  position: relative;
  padding-left: 0.5rem;
  cursor: pointer; }

/*================ Custom Radio Button ================*/
.custom-radio {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  line-height: 0;
  width: 100%;
  height: 100%;
  top: 6px;
  /* Modifiers*/ }
  .custom-radio input[type='radio'] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .custom-radio .custom-radio__button {
    display: block;
    border-radius: 9999px;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--border-opacity));
    left: 0;
    top: 0;
    width: 15px;
    height: 15px; }
  .custom-radio input[type='radio']:checked + .custom-radio__button {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }
    .custom-radio input[type='radio']:checked + .custom-radio__button:after {
      content: '';
      --bg-opacity: 1;
      background-color: #484949;
      background-color: rgba(72, 73, 73, var(--bg-opacity));
      border-radius: 9999px;
      position: absolute;
      width: 9px;
      height: 9px;
      top: 3px;
      left: 3px; }
  .custom-radio.custom-radio--big .custom-radio__button {
    width: 20px;
    height: 20px; }
  .custom-radio.custom-radio--big input[type='radio']:checked + .custom-radio__button:after {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px; }
  .custom-radio.custom-radio--v-middle .custom-radio__button {
    top: calc(50% - 7px); }
  .custom-radio.custom-radio--w-select .custom-radio__button {
    top: 0; }
    @media (min-width: 560px) {
      .custom-radio.custom-radio--w-select .custom-radio__button {
        top: 10px; } }
  .custom-radio:hover .custom-radio__button {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }

.custom-radio-wrapper {
  position: relative; }
  .custom-radio-wrapper label {
    line-height: 28px; }
    .custom-radio-wrapper label.leading-none {
      line-height: 1; }

/*================ Custom File Uploader ================*/
.custom-file-upload {
  /* @apply .btn;*/
  /* @extend .btn--secondary;*/ }
  .custom-file-upload__dropzone {
    position: relative;
    border-width: 2px;
    border-style: dashed;
    padding: 1rem; }
    .custom-file-upload__dropzone:hover .btn--secondary, .custom-file-upload__dropzone:hover .btn-quick-view {
      color: #fff;
      background-color: #484949; }
    .custom-file-upload__dropzone.is-active {
      --bg-opacity: 1;
      background-color: #F7F7F7;
      background-color: rgba(247, 247, 247, var(--bg-opacity)); }
  @media (min-width: 1024px) {
    .custom-file-upload.upload-file-wrapper {
      display: flex;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      position: relative; }
      .custom-file-upload.upload-file-wrapper .custom-file-upload__name {
        position: absolute;
        display: inline-flex;
        left: 100%;
        width: 100%;
        cursor: default; } }
  .custom-file-upload + input[type='file'] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }
  .custom-file-upload .custom-file-upload__name {
    margin-left: 0;
    margin-top: 0.25rem;
    display: block;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
    .custom-file-upload .custom-file-upload__name.custom-file-upload__name--file {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px; }
    @media (min-width: 768px) {
      .custom-file-upload .custom-file-upload__name {
        margin-left: 1rem;
        margin-top: 0;
        display: inline-block; } }

.account-rugpad-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }

/*================ Helpers ================*/
.label-hide {
  /* Hide but keep for accessibility*/
  position: absolute;
  left: -5000px; }

/*================ Small utility for subscribe form in footer ================*/
.subscribe-form-container .subscribe-form-container__not-subscribed {
  display: block; }

.subscribe-form-container .subscribe-form-container__already-subscribed {
  display: none; }

.subscribe-form-container.subscribe-form-container--already-subscribed .subscribe-form-container__not-subscribed {
  display: none; }

.subscribe-form-container.subscribe-form-container--already-subscribed .subscribe-form-container__already-subscribed {
  display: block; }

.js-bad-certificate .parsley-errors-list {
  position: static !important;
  text-align: center;
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .js-bad-certificate .parsley-errors-list {
      margin-top: 0.5rem;
      text-align: left; } }

/* New form styles as of March 2023*/
.form,
.highpoint-form {
  padding-top: 1rem;
  max-width: 572px;
  /* General Field*/ }
  .form--full-width,
  .highpoint-form--full-width {
    max-width: 100%; }
  .form .register-title,
  .highpoint-form .register-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .form .register-title,
      .highpoint-form .register-title {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.75px; } }
  .form .register-sub-title,
  .highpoint-form .register-sub-title {
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--border-opacity));
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    margin-top: 2.5rem;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
  .form h3,
  .highpoint-form h3 {
    line-height: 36px;
    letter-spacing: 2px; }
    @media (min-width: 768px) {
      .form h3,
      .highpoint-form h3 {
        line-height: 44px; } }
  .form .field,
  .highpoint-form .field {
    margin-top: 1rem;
    vertical-align: top; }
    .form .field-row,
    .highpoint-form .field-row {
      clear: both; }
    @media (min-width: 768px) {
      .form .field,
      .highpoint-form .field {
        margin-top: 0.75rem; } }
  @media (min-width: 768px) {
    .form,
    .highpoint-form {
      padding-top: 0; }
      .form .field--third,
      .highpoint-form .field--third {
        display: inline-block;
        width: calc(33.33% - 4px); }
      .form .field--third-middle,
      .highpoint-form .field--third-middle {
        margin-left: 2px; }
      .form .field--two-thirds,
      .highpoint-form .field--two-thirds {
        display: inline-block;
        width: calc(66.67% - 4px); }
      .form .field--half,
      .highpoint-form .field--half {
        display: inline-block;
        width: calc(50% - 4px); }
      .form .field--three-eights,
      .highpoint-form .field--three-eights {
        width: 37.5%;
        display: inline-block; }
      .form .field--quarter,
      .highpoint-form .field--quarter {
        display: inline-block;
        width: calc(25% - 4px); }
      .form .field--three-quarters,
      .highpoint-form .field--three-quarters {
        display: inline-block;
        width: calc(75% - 4px); } }
  .form .field__input-wrapper,
  .highpoint-form .field__input-wrapper {
    position: relative; }
  .form .field__label,
  .highpoint-form .field__label {
    display: block;
    margin-bottom: 1rem;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    --text-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--text-opacity)); }
  .form .field__label span,
  .highpoint-form .field__label span {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
  .form .field--show-floating-label .field__label,
  .highpoint-form .field--show-floating-label .field__label {
    display: block;
    position: absolute;
    left: 0;
    margin-bottom: 0.25rem;
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity));
    opacity: 0;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding-left: 17px;
    padding-right: 17px;
    top: 1rem;
    transition: all 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
    text-transform: capitalize;
    pointer-events: none;
    z-index: 10; }
  .form .field__label--visible .field__label,
  .highpoint-form .field__label--visible .field__label {
    top: 0.5rem;
    opacity: 1; }
  .form .field__label--visible.field__input--textarea-label-hide .field__label,
  .highpoint-form .field__label--visible.field__input--textarea-label-hide .field__label {
    opacity: 0; }
  .form .field__label--visible .field__input,
  .highpoint-form .field__label--visible .field__input {
    padding: 24px 1rem 8px; }
  .form .field__input,
  .highpoint-form .field__input {
    width: 100%;
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    border-width: 1px;
    --border-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--border-opacity));
    padding: 1rem;
    outline: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.2s ease-out; }
  .form input.field__input:focus,
  .highpoint-form input.field__input:focus {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity));
    outline: 0.5px solid #484949; }
  .form .field__input.field__input--select,
  .highpoint-form .field__input.field__input--select {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px;
    border-color: #f7f7f7; }
  .form .field__input.field__input--textarea,
  .highpoint-form .field__input.field__input--textarea {
    display: block; }
  .form button,
  .highpoint-form button {
    margin: 0 auto;
    padding-left: 46px;
    padding-right: 46px; }
    .form button.prev,
    .highpoint-form button.prev {
      margin-top: 2.5rem;
      padding: 0; }
      @media (min-width: 560px) {
        .form button.prev,
        .highpoint-form button.prev {
          margin-top: 1rem; } }
  .form .field__tooltip,
  .highpoint-form .field__tooltip {
    top: 25px;
    left: 100%;
    transform: translate(-28px, -50%); }
  .form .custom-checkbox,
  .highpoint-form .custom-checkbox {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    position: relative;
    display: block; }
    .form .custom-checkbox input[type='checkbox'],
    .highpoint-form .custom-checkbox input[type='checkbox'] {
      opacity: 1;
      vertical-align: -8px; }
      @media (min-width: 768px) {
        .form .custom-checkbox input[type='checkbox'],
        .highpoint-form .custom-checkbox input[type='checkbox'] {
          vertical-align: -4px; } }
    .form .custom-checkbox--disabled,
    .highpoint-form .custom-checkbox--disabled {
      --text-opacity: 1;
      color: #BEBFBF;
      color: rgba(190, 191, 191, var(--text-opacity)); }
      .form .custom-checkbox--disabled .custom-checkbox__label,
      .highpoint-form .custom-checkbox--disabled .custom-checkbox__label {
        cursor: auto; }
      .form .custom-checkbox--disabled .input-checkbox,
      .highpoint-form .custom-checkbox--disabled .input-checkbox {
        --border-opacity: 1;
        border-color: #E5E5E5;
        border-color: rgba(229, 229, 229, var(--border-opacity));
        --bg-opacity: 1;
        background-color: #EFEFEF;
        background-color: rgba(239, 239, 239, var(--bg-opacity)); }
    .form .custom-checkbox--hidden,
    .highpoint-form .custom-checkbox--hidden {
      display: none; }
    .form .custom-checkbox--flex,
    .highpoint-form .custom-checkbox--flex {
      display: flex;
      flex-direction: row; }
      .form .custom-checkbox--flex .input-checkbox,
      .highpoint-form .custom-checkbox--flex .input-checkbox {
        flex: none; }
      .form .custom-checkbox--flex .checkbox-text,
      .highpoint-form .custom-checkbox--flex .checkbox-text {
        padding-left: 0.75rem; }
  .form .custom-checkbox__label,
  .highpoint-form .custom-checkbox__label {
    padding-left: 0; }
  .form .custom-checkbox__disclaimer,
  .highpoint-form .custom-checkbox__disclaimer {
    padding-left: 2rem; }
    @media (min-width: 768px) {
      .form .custom-checkbox__disclaimer,
      .highpoint-form .custom-checkbox__disclaimer {
        padding-left: 27px; } }
  .form .input-checkbox,
  .highpoint-form .input-checkbox {
    border-color: #757575;
    border: 1px solid;
    background-color: white;
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 0 #757575 inset;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px; }
  .form .input-checkbox + .custom-checkbox__custom,
  .highpoint-form .input-checkbox + .custom-checkbox__custom {
    border-color: transparent; }
  .form .input-checkbox:checked + .custom-checkbox__custom,
  .highpoint-form .input-checkbox:checked + .custom-checkbox__custom {
    border-color: transparent; }
  .form .input-checkbox:checked,
  .highpoint-form .input-checkbox:checked {
    box-shadow: 0 0 0 10px #484949 inset; }
  .form .input-checkbox::after,
  .highpoint-form .input-checkbox::after {
    width: 12px;
    height: 8px;
    margin-left: -6px;
    margin-top: -4px;
    background-image: url("./icon-check-white.svg");
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0.2);
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0; }
  .form .input-checkbox:checked::after,
  .highpoint-form .input-checkbox:checked::after {
    transform: scale(1);
    opacity: 1; }
  .form .checkbox-text,
  .highpoint-form .checkbox-text {
    cursor: pointer;
    padding-left: 7px;
    letter-spacing: 0.5px; }
  .form .consumer-email-link,
  .highpoint-form .consumer-email-link {
    position: relative;
    padding: 8px 0 0 12px; }
  .form .g-recaptcha,
  .highpoint-form .g-recaptcha {
    margin-top: 0.75rem; }
  .form [type='submit'],
  .highpoint-form [type='submit'] {
    margin-top: 2rem;
    width: 100%; }
    @media (min-width: 560px) {
      .form [type='submit'],
      .highpoint-form [type='submit'] {
        width: auto; } }
    @media (min-width: 768px) {
      .form [type='submit'],
      .highpoint-form [type='submit'] {
        margin-top: 3rem; } }
    .form [type='submit'].mt-4,
    .highpoint-form [type='submit'].mt-4 {
      margin-top: 1rem; }
      @media (min-width: 768px) {
        .form [type='submit'].mt-4,
        .highpoint-form [type='submit'].mt-4 {
          margin-top: 1rem; } }
    .form [type='submit'].mt-6,
    .highpoint-form [type='submit'].mt-6 {
      margin-top: 1.5rem; }
      @media (min-width: 768px) {
        .form [type='submit'].mt-6,
        .highpoint-form [type='submit'].mt-6 {
          margin-top: 1.5rem; } }
    @media (min-width: 768px) {
      .form [type='submit'].mt-8,
      .highpoint-form [type='submit'].mt-8 {
        margin-top: 2rem; } }
  .form .btn-flush [type='submit'],
  .highpoint-form .btn-flush [type='submit'] {
    margin-top: 0; }

/**/
/* Custom select style*/
/**/
/* Symantic button styles*/
/**/
.select2-container {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  background-color: #f7f7f7; }
  .select2-container.select2-container--no-dropdown .select2-selection--single .select2-selection__rendered {
    background-image: none; }
  .select2-container:focus {
    outline: none; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    /* height: 28px;*/
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    /* Selected State*/
    /* .select2-selection__clear {*/
    /*   position: relative;*/
    /* }*/ }
    .select2-container .select2-selection--single-variant {
      cursor: default; }
    .select2-container .select2-selection--single:has(.select2-results__stock) .select2-selection__rendered .select2-results__title {
      font-weight: 500; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      padding-left: 0.75rem;
      padding-right: 2.5rem;
      display: block;
      background-image: url("./icon-caret-bottom.svg");
      background-repeat: no-repeat;
      background-size: 12px 6px;
      background-position: calc(100% - 16px) center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (min-width: 560px) {
        .select2-container .select2-selection--single .select2-selection__rendered {
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
          padding-left: 1rem; } }
      .select2-container .select2-selection--single .select2-selection__rendered:focus {
        outline: none; }
      .select2-container .select2-selection--single .select2-selection__rendered .select2-results__title {
        overflow: hidden;
        font-weight: 400;
        text-overflow: ellipsis; }
      .select2-container .select2-selection--single .select2-selection__rendered .select2-results__compare {
        left: auto;
        text-decoration: line-through;
        color: #757575;
        position: relative;
        padding-right: 4px; }
    .select2-container .select2-selection--single.select2-selection--single-variant .select2-selection__rendered {
      padding-right: 1rem; }

@media (min-width: 560px) {
  select.sm-up\:w-1\/2 + .select2-container {
    width: 50%; } }

select.w-full + .select2-container {
  width: 100%; }

/* Variant select dropdown*/
.select2 {
  width: 100%;
  display: flex; }
  .select2 .selection {
    width: 100%;
    align-self: center; }

.select2-dropdown {
  background-color: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  /*border: 1px solid $color-grey-2;*/
  border-top: none;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }
  .select2-results__options li[id*='Select a Size'] {
    display: none; }

.select2-results__option {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #E5E5E5;
  border-color: rgba(229, 229, 229, var(--border-opacity));
  align-items: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }
  @media (min-width: 560px) {
    .select2-results__option {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      align-items: normal; } }
  .select2-results__option:hover {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity)); }

.select2-results__options .select2-results__option-row {
  display: flex;
  align-items: center; }

.select2-results__option-row {
  display: flex;
  justify-content: space-between; }

.select2-results__title {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
  font-weight: 500; }
  .select2-results__title strong {
    font-weight: 500; }
  .select2-results__title--select {
    font-weight: 400; }

.select2-results__option:first-child .select2-results__title {
  font-weight: 400; }

.select2-results__price {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
  font-weight: 500;
  text-align: right; }
  .select2-results__price strong {
    font-weight: 500; }
  .select2-results__price.has-compare {
    position: relative;
    left: 32px; }
    @media (min-width: 560px) {
      .select2-results__price.has-compare {
        left: -12px; } }
  .select2-results__price--unauth {
    font-weight: 400; }

.select2-results__compare {
  text-decoration: line-through;
  color: #757575;
  position: relative;
  left: 30px; }
  @media (min-width: 560px) {
    .select2-results__compare {
      left: -12px; } }

.select2-results__stock,
.select2-results__map {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem); }
  .select2-results__stock strong,
  .select2-results__map strong {
    font-weight: 500; }

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

.select2-results__contact {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
  text-align: right; }
  .select2-results__contact strong {
    font-weight: 500; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open {
  position: absolute;
  height: 100%; }
  .select2-container--open .select2-dropdown {
    left: 0; }
  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--open .select2-selection--single .select2-selection__rendered {
    background-image: url("./icon-caret-top.svg"); }

.select2-search--dropdown {
  display: none !important; }

/* .select2-close-mask {*/
/*   border: 0;*/
/*   margin: 0;*/
/*   padding: 0;*/
/*   display: block;*/
/*   position: fixed;*/
/*   left: 0;*/
/*   top: 0;*/
/*   min-height: 100%;*/
/*   min-width: 100%;*/
/*   height: auto;*/
/*   width: auto;*/
/*   opacity: 0;*/
/*   z-index: 99;*/
/*   background-color: #fff;*/
/*   filter: alpha(opacity=0);*/
/* }*/
.select2-container--default .select2-selection--single {
  /* background-color: $color-white;*/
  /* border: 1px solid $color-grey-2;*/ }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #484949;
    /* line-height: 28px;*/ }

/* .select2-container--default .select2-selection--single*/
/* .select2-container--default .select2-selection--single .select2-selection__clear {*/
/*   cursor: pointer;*/
/*   float: right;*/
/*   font-weight: bold; }*/
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #484949;
  letter-spacing: 0.5px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
  /* height: 26px;*/
  /* position: absolute;*/
  /* top: 1px;*/
  /* right: 1px;*/
  /* width: 20px;*/ }

/* .select2-container--default .select2-selection--single .select2-selection__arrow b {*/
/*   border-color: #888 transparent transparent transparent;*/
/*   border-style: solid;*/
/*   border-width: 5px 4px 0 4px;*/
/*   height: 0;*/
/*   left: 50%;*/
/*   margin-left: -4px;*/
/*   margin-top: -2px;*/
/*   position: absolute;*/
/*   top: 50%;*/
/*   width: 0;*/
/* }*/
/* .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {*/
/*   float: left; }*/
.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  /* background-color: #eee;*/
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    background-image: none; }

/* .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {*/
/*   display: none; }*/
/* .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {*/
/*   border-color: transparent transparent #888 transparent;*/
/*   border-width: 0 4px 5px 4px; }*/
.select2-container--default .select2-results > .select2-results__options {
  max-height: 195px;
  overflow-y: auto; }
  @media (min-width: 768px) {
    .select2-container--default .select2-results > .select2-results__options {
      max-height: 270px; } }

.select2-container--default .select2-results__option[role='group'] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled='true'] {
  /* color: #999;*/ }

.select2-container--default .select2-results__option[aria-selected='true'] {
  /* background-color: #ddd;*/ }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  /* background-color: #5897fb;*/
  /* color: white;*/ }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* ------------------*/
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.template-customers\/register .select2-selection__rendered,
.template-customers\/register .select2-results__option {
  padding: 16px 12px 16px 16px !important; }
  @media (min-width: 1024px) {
    .template-customers\/register .select2-selection__rendered,
    .template-customers\/register .select2-results__option {
      padding: 22px 12px 22px 16px !important; } }

/* MOBILE ONLY*/
@media (max-width: 767px) {
  body > .select2-container--default {
    position: sticky !important;
    bottom: 0px !important;
    left: 0 !important;
    top: auto !important;
    z-index: 99999;
    width: 100%; }
  body > .select2-container--default .select2-dropdown {
    width: 100% !important;
    overflow-y: auto;
    max-height: 465px;
    transition: transform 0.3s 0.2s cubic-bezier(0.2, 0.9, 0.3, 1);
    transform: translateY(0); }
  body > .select2-container--default.opened .select2-dropdown {
    transform: translateY(-100%); }
  body > .select2-container--default .select2-results > .select2-results__options {
    max-height: 90dvh !important; }
  body > .select2-container--default .select2-results__options li[id*='Select a Size'] {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #f7f7f7; }
    .dark-mode body > .select2-container--default .select2-results__options li[id*='Select a Size'] {
      background-color: #1c1a1b; }
    body > .select2-container--default .select2-results__options li[id*='Select a Size'] .select2-results__stock,
    body > .select2-container--default .select2-results__options li[id*='Select a Size'] .select2-results__price,
    body > .select2-container--default .select2-results__options li[id*='Select a Size'] .select2-results__map {
      display: none; }
  body > .select2-container--default .select2-results__option {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  body > .select2-container--default .select2-results__title,
  body > .select2-container--default .select2-results__stock,
  body > .select2-container--default .select2-results__price,
  body > .select2-container--default .select2-results__map {
    font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    font-size: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem);
    line-height: clamp(1.125rem, 0.282vw + 1.059rem, 1.313rem); }
    body > .select2-container--default .select2-results__title strong,
    body > .select2-container--default .select2-results__stock strong,
    body > .select2-container--default .select2-results__price strong,
    body > .select2-container--default .select2-results__map strong {
      font-weight: 500; }
  body > .select2-container--default .select2-results__title,
  body > .select2-container--default .select2-results__price {
    font-weight: 500; }
  .select2-results__title,
  .select2-results__stock,
  .select2-results__map,
  .select2-results__contact,
  .select2-results__price {
    font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    font-size: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem);
    line-height: clamp(1.125rem, 0.282vw + 1.059rem, 1.313rem); }
    .select2-results__title strong,
    .select2-results__stock strong,
    .select2-results__map strong,
    .select2-results__contact strong,
    .select2-results__price strong {
      font-weight: 500; } }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  --bg-opacity: 1;
  background-color: #484949;
  background-color: rgba(72, 73, 73, var(--bg-opacity));
  opacity: 0.5;
  display: none; }

/**/
/* Custom Number Input*/
/**/
/* Working with form-numbers.js*/
/**/
.input-number {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 14px 8px;
  max-height: 56px;
  display: inline-block; }
  .input-number ::-moz-selection {
    background: transparent;
    color: inherit; }
  .input-number ::selection {
    background: transparent;
    color: inherit; }
  .input-number ::-moz-selection {
    background: transparent;
    color: inherit; }
  .input-number span::-moz-selection {
    background: transparent;
    color: inherit; }
  .input-number span::selection {
    background: transparent;
    color: inherit; }
  .input-number span::-moz-selection {
    background: transparent;
    color: inherit; }
  @media (min-width: 560px) {
    .input-number {
      padding: 10px 10px; } }
  @media (min-width: 768px) {
    .input-number {
      max-height: 48px; } }
  .input-number input[type='number'] {
    position: absolute;
    visibility: hidden;
    left: -9999px; }
  .input-number .input-number__display {
    display: inline-block;
    min-width: 16px;
    margin: 0 6px;
    text-align: center; }
  .input-number .input-number__button {
    display: inline-block;
    min-width: 24px;
    cursor: pointer;
    padding: 6px 8px;
    text-align: center; }
    .input-number .input-number__button.disabled {
      cursor: default; }
  .input-number.input-number--border {
    border-width: 1px;
    --border-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--border-opacity));
    border-style: solid; }
  .input-number.input-number--small {
    padding: 0; }
  .input-number.input-number--xsmall {
    padding: 0;
    display: flex; }
    @media (min-width: 768px) {
      .input-number.input-number--xsmall {
        justify-content: center; } }
    .input-number.input-number--xsmall .input-number__button {
      padding-top: 0;
      padding-bottom: 0; }
    .input-number.input-number--xsmall .input-number__display {
      margin-left: 0;
      margin-right: 0; }
  .input-number.input-number--transparent {
    background-color: transparent; }

/**/
/* Animation*/
/**/
/**/
/* ---------------------------------------- Keyframes*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 1%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 1%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes horizontalScale {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }

@keyframes horizontalScale {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeUpImage {
  from {
    transform: translate3d(0, 35px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeUpImage {
  from {
    transform: translate3d(0, 35px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeUpText1st {
  from {
    opacity: 0;
    transform: translate3d(0, 8px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeUpText1st {
  from {
    opacity: 0;
    transform: translate3d(0, 8px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeUpText2nd {
  from {
    opacity: 0;
    transform: translate3d(0, 5px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeUpText2nd {
  from {
    opacity: 0;
    transform: translate3d(0, 5px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeUpLong {
  0% {
    opacity: 0;
    transform: translate3d(0, 32px, 0); }
  75% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeUpLong {
  0% {
    opacity: 0;
    transform: translate3d(0, 32px, 0); }
  75% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeUpLarge {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeUpLarge {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    text-indent: 40px; }
  to {
    opacity: 1;
    text-indent: 0; } }

@keyframes fadeLeft {
  from {
    opacity: 0;
    text-indent: 40px; }
  to {
    opacity: 1;
    text-indent: 0; } }

@-webkit-keyframes opacityPulse {
  0% {
    opacity: 0.5; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

@keyframes opacityPulse {
  0% {
    opacity: 0.5; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

@-webkit-keyframes ellipsis-animate {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.75; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 0; } }

@keyframes ellipsis-animate {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.75; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 0; } }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  100% {
    -webkit-transform: scale(0.1);
    opacity: 0; } }

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0; }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

/* ---------------------------------------- Loading transitions*/
.animationAfterState {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.animationBeforeState-image {
  transform: translate3d(0, 35px, 0);
  will-change: transform;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }

.animationBeforeState-text-1st {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  will-change: transform, opacity;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }

.animationBeforeState-text-2nd {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  will-change: transform, opacity;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }

.animationBeforeStateLongTranslation {
  transform: translate3d(0, 32px, 0);
  will-change: transform, opacity;
  -webkit-animation-duration: 1.2s, .75s;
  animation-duration: 1.2s, .75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }

/* ---------------------------------------- General in-viewport Animation*/
.in-viewport-opacity.js-in-viewport {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.75s cubic-bezier(0.32, 0.24, 0.15, 1) 0.25s; }
  .no-js .in-viewport-opacity.js-in-viewport, .in-viewport-opacity.js-in-viewport.in-viewport {
    opacity: 1; }

.fade-in {
  -webkit-animation: fadeIn 0.75s cubic-bezier(0.32, 0.24, 0.15, 1);
  animation: fadeIn 0.75s cubic-bezier(0.32, 0.24, 0.15, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.fade-in-fast {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
  animation: fadeIn 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.zoom-out {
  -webkit-animation: zoom-out .3s ease-in;
  animation: zoom-out .3s ease-in;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  opacity: 1; }

.transparent {
  opacity: 0; }

.zoom-in {
  -webkit-animation: zoom-in .9s ease-in;
  animation: zoom-in .9s ease-in;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  opacity: 1; }

/* tailwindcss animation*/
.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .5; } }

@keyframes pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .5; } }

/*================ Helper Classes ================*/
.clearfix {
  /* sass-lint:disable*/
  zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  /* sass-lint:disable no-important*/
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  /* sass-lint:disable no-important*/
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.visually-shown {
  /* sass-lint:disable no-important*/
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/* Only show when JS is not supported*/
.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

/* Only show when JS is supported*/
.no-js .js {
  display: none; }

/* Only show when browser cookies are not supported*/
.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

/* Only show when browser cookies are supported*/
html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  /* sass-lint:disable no-important*/
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #484949;
  background-color: #fff;
  padding: 0;
  z-index: 10000;
  transition: none; }

/*================ Custom Helper Classes ================*/
.non-textlink {
  line-height: 0; }

.object-fit-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%; }
  @media (max-width: 995px) {
    .object-fit-cover--mobile {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 50% 100%;
      object-position: 50% 100%; } }
  .object-fit-cover--top {
    -o-object-position: 50% 33%;
    object-position: 50% 33%; }

.object-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%; }

.paragraph-type-link--underline a {
  color: #484949;
  text-decoration: underline;
  position: relative;
  transition: 0.2s color ease-in-out; }
  .dark-mode .paragraph-type-link--underline a {
    color: #f7f7f7; }
  .paragraph-type-link--underline a:hover {
    color: #757575; }
    .dark-mode .paragraph-type-link--underline a:hover {
      color: #efefef; }

.paragraph-type-link--underline-dark a {
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity)); }

/*================ Box Shadow ================*/
.drop-shadow {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }

/*================ Image Hover ================*/
.img-hover-overlay {
  position: relative;
  display: block; }
  .img-hover-overlay:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease-in-out; }
  .img-hover-overlay:hover:after {
    opacity: 1; }

/*================ Basic Hover ================*/
.basic-hover {
  color: #484949;
  transition: 0.2s color ease-in-out; }
  .basic-hover svg {
    fill: #484949;
    transition: 0.2s fill ease-in-out; }
  .basic-hover img {
    opacity: 1;
    transition: 0.2s opacity ease-in-out; }
  .basic-hover:hover {
    color: #757575; }
    .basic-hover:hover svg {
      fill: #757575; }
    .basic-hover:hover img {
      opacity: 0.8; }

/*================ Sticky Sidebar ================*/
@media (min-width: 768px) {
  .sticky-sidebar {
    position: sticky;
    top: calc(84px + 4rem);
    transition: top 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
    .has-announcement .sticky-sidebar {
      top: calc(84px + 37px + 4rem); }
    .js-scroll-direction-down .sticky-sidebar {
      top: 4rem; } }

@media (min-width: 1081px) {
  .sticky-sidebar {
    top: calc(114px + 4rem); }
    .has-announcement .sticky-sidebar {
      top: calc(114px + 37px + 4rem); }
    .js-scroll-direction-down .sticky-sidebar {
      top: 4rem; } }

/*================ Divider ================*/
hr,
.hr {
  line-height: 0;
  font-size: 0px;
  --bg-opacity: 1;
  background-color: #EFEFEF;
  background-color: rgba(239, 239, 239, var(--bg-opacity));
  height: 1px;
  position: relative;
  z-index: -1; }

/*================ Separator (small) ================*/
.separator {
  position: relative; }
  .separator:after {
    content: '';
    height: 1px;
    --bg-opacity: 1;
    background-color: #EFEFEF;
    background-color: rgba(239, 239, 239, var(--bg-opacity));
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px; }

/*================ Truncate word ================*/
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*================ Word break all ================*/
.break-all {
  word-break: break-all; }

.section-border {
  border-color: #d9d9d9; }

/* @import url('global/blank-states.scss');*/
/*================ VENDORS ================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

.slick-dots {
  text-align: center; }
  .slick-dots li {
    background-color: transparent;
    display: inline-block;
    border-radius: 9999px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--border-opacity));
    width: 6px;
    height: 6px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .slick-dots li {
        margin-left: 0.75rem;
        margin-right: 0.75rem; } }
    .slick-dots li.slick-active, .slick-dots li:hover {
      --bg-opacity: 1;
      background-color: #484949;
      background-color: rgba(72, 73, 73, var(--bg-opacity));
      --border-opacity: 1;
      border-color: #484949;
      border-color: rgba(72, 73, 73, var(--border-opacity));
      transition: all 0.2s ease-in-out; }
  .slick-dots button {
    display: none; }
  @media (min-width: 768px) {
    .slick-dots li {
      width: 8px;
      height: 8px; } }

/*card carousel*/
.card-carousel {
  /* remove peeking slides
  .slick-list {
    @apply overflow-visible;
  }
  */
  /* remove peeking slides
  .slick-slide {
    transition: opacity 0.3s ease;
  }
  .slick-slide[aria-hidden='true'] {
    @apply opacity-50;
  }
  */ }
  .card-carousel .slick-track {
    margin-left: inherit;
    margin-right: inherit; }
  @media (min-width: 1024px) {
    .card-carousel[data-desktop-slides='3'] .slick-list {
      display: flex;
      justify-content: flex-end; } }
  .card-carousel__dots {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    border-radius: 17px;
    list-style-type: none; }
    .card-carousel__dots li {
      flex: 1 1 0%;
      height: 0.25rem;
      z-index: 1;
      border-radius: 17px; }
      .card-carousel__dots li.slick-active {
        background-color: #484949; }
        .dark-mode .card-carousel__dots li.slick-active {
          background-color: #f7f7f7; }
      .card-carousel__dots li button {
        visibility: hidden;
        width: 100%;
        height: 0.25rem; }
    .card-carousel__dots:after {
      position: absolute;
      width: 100%;
      background-color: #bebfbf;
      content: '';
      height: 2px;
      top: 1px; }
      .dark-mode .card-carousel__dots:after {
        background-color: #757575; }
  .card-carousel__arrows .arrow,
  .card-carousel__arrows .circle {
    stroke: #484949;
    fill: #fff; }
    .dark-mode .card-carousel__arrows .arrow, .dark-mode
    .card-carousel__arrows .circle {
      stroke: #f7f7f7;
      fill: #484949; }
  .card-carousel__arrows .slick-arrow:hover .arrow,
  .card-carousel__arrows .slick-arrow:hover .circle, .card-carousel__arrows .slick-arrow:focus .arrow,
  .card-carousel__arrows .slick-arrow:focus .circle {
    stroke: #757575; }
    .dark-mode .card-carousel__arrows .slick-arrow:hover .arrow, .dark-mode
    .card-carousel__arrows .slick-arrow:hover .circle, .dark-mode .card-carousel__arrows .slick-arrow:focus .arrow, .dark-mode
    .card-carousel__arrows .slick-arrow:focus .circle {
      stroke: #e5e5e5; }
  .card-carousel__arrows .slick-arrow:active .arrow,
  .card-carousel__arrows .slick-arrow:active .circle {
    stroke: #484949; }
    .dark-mode .card-carousel__arrows .slick-arrow:active .arrow, .dark-mode
    .card-carousel__arrows .slick-arrow:active .circle {
      stroke: #f7f7f7; }
  .card-carousel__arrows .slick-arrow.slick-disabled .arrow,
  .card-carousel__arrows .slick-arrow.slick-disabled .circle {
    stroke: #bebfbf; }
    .dark-mode .card-carousel__arrows .slick-arrow.slick-disabled .arrow, .dark-mode
    .card-carousel__arrows .slick-arrow.slick-disabled .circle {
      stroke: #757575; }

.card-collection {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  .card-collection__image {
    position: absolute;
    z-index: 1;
    transition: opacity 0.2s ease-in-out; }
    .card-collection__image--hover {
      position: absolute;
      opacity: 0; }
  .card-collection--hover:hover .card-collection__image {
    opacity: 0; }
    .card-collection--hover:hover .card-collection__image--hover {
      opacity: 1; }

/*//////////////////////*/
/*      Settings      //*/
/*//////////////////////*/
/* overlay*/
/* Color of overlay screen*/
/* Color of dark overlay screen*/
/* Opacity of overlay screen*/
/* Shadow on image or iframe*/
/* spacing*/
/* Padding from left and from right side*/
/* Same as above, but is applied when width of window is less than 800px*/
/* Base z-index of popup*/
/* controls*/
/* Include styles for nav arrows*/
/* Opacity of controls*/
/* Color of controls*/
/* Border color of controls*/
/* Color of close button when inside*/
/* Color of preloader and "1 of X" indicator*/
/* Hover color of preloader and "1 of X" indicator*/
/* Iframe-type options*/
/* Enable Iframe-type popups*/
/* Iframe padding top*/
/* Background color of iframes*/
/* Maximum width of iframes*/
/* Ratio of iframe (9/16 = widescreen, 3/4 = standard, etc.)*/
/* Image-type options*/
/* Enable Image-type popups*/
/* Image padding top*/
/* Image padding bottom*/
/* Removes paddings from top and bottom*/
/* Image caption options*/
/* Caption title color*/
/* Caption subtitle color*/
/* A11y*/
/* Hide content from browsers, but make it available for screen readers*/
/*//////////////////////*/
/**/
/* Contents:*/
/**/
/* 1. General styles*/
/*    - Transluscent overlay*/
/*    - Containers, wrappers*/
/*    - Cursors*/
/*    - Helper classes*/
/* 2. Appearance*/
/*    - Preloader & text that displays error messages*/
/*    - CSS reset for buttons*/
/*    - Close icon*/
/*    - "1 of X" counter*/
/*    - Navigation (left/right) arrows*/
/*    - Iframe content type styles*/
/*    - Image content type styles*/
/*    - Media query where size of arrows is reduced*/
/*    - IE7 support*/
/**/
/*//////////////////////*/
/*//////////////////////*/
/* 1. General styles*/
/*//////////////////////*/
/* Transluscent overlay*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.6;
  /* For wall-art overlay screen*/ }
  .page-category-wall-art .mfp-bg,
  .template-article-projects .mfp-bg {
    background: #292728; }
  .mfp-bg.mfp-fade {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .mfp-bg.mfp-fade.mfp-ready {
    opacity: 0.6; }
  .mfp-bg.mfp-fade.mfp-removing {
    opacity: 0; }
  .mfp-bg.mfp-video {
    opacity: 1;
    background: black; }

/* Wrapper for popup*/
.mfp-wrap {
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  /* fixes webkit bug that can cause "false" scrollbar*/
  overflow: hidden scroll;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */ }
  .mfp-wrap.mfp-fade {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .mfp-wrap.mfp-fade.mfp-ready {
    opacity: 1; }
  .mfp-wrap.mfp-fade.mfp-removing {
    opacity: 0; }

/* Root container*/
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
  overflow: auto; }

/* Vertical centerer helper*/
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* Remove vertical centering when popup has class `mfp-align-top`*/
.mfp-align-top .mfp-container:before {
  display: none; }

/* Popup content holder*/
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  /* text-align: left;*/
  text-align: center;
  z-index: 1045; }
  .mfp-video .mfp-content {
    max-width: 90vw; }
    .mfp-video .mfp-content .video__wrapper {
      padding-left: 1rem;
      padding-right: 1rem; }
      @media (min-width: 768px) {
        .mfp-video .mfp-content .video__wrapper {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
      @media (min-width: 1024px) {
        .mfp-video .mfp-content .video__wrapper {
          padding-left: 2rem;
          padding-right: 2rem; } }
    @media (min-width: 1320px) {
      .mfp-video .mfp-content {
        max-width: 1144px;
        /*match video plyr size*/ } }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

/* Cursors*/
.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the image during the loading*/
.mfp-loading.mfp-figure {
  display: none; }

/* Helper class that hides stuff*/
.mfp-hide {
  display: none !important; }

/*//////////////////////*/
/* 2. Appearance*/
/*//////////////////////*/
/* Preloader and text that displays error messages*/
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #ccc; }
    .mfp-preloader a:hover {
      color: #fff; }

/* Hide preloader when content successfully loaded*/
.mfp-s-ready .mfp-preloader {
  display: none; }

/* Hide content when it was not loaded*/
.mfp-s-error .mfp-content {
  display: none; }

/* CSS-reset for buttons*/
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer !important;
  /* background: transparent;*/
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Close icon*/
.mfp-close {
  /* width: 44px;*/
  /* height: 44px;*/
  /* line-height: 44px;*/
  /* position: absolute;*/
  /* right: 0;*/
  /* top: 0;*/
  /* text-decoration: none;*/
  /* text-align: center;*/
  /* opacity: $mfp-controls-opacity;*/
  /* padding: 0 0 18px 10px;*/
  /* color: $mfp-controls-color;*/
  /* font-style: normal;*/
  /* font-size: 28px;*/
  font-size: 0;
  width: 2rem;
  height: 2rem;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 1rem;
  right: 1rem;
  background-image: url("./icon-close.svg");
  background-size: 1rem 1rem;
  transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
  opacity: 0.7; }
  .standard-modal--cream .mfp-close {
    opacity: 1;
    background-image: url("./icon-close-charcoal.svg");
    /* Used to preload brown cross icon.*/ }
    .standard-modal--cream .mfp-close::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      background-image: url("./icon-close-brown.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
      @media (min-width: 768px) {
        .standard-modal--cream .mfp-close::after {
          opacity: 0; } }
    .standard-modal--cream .mfp-close:hover::after {
      opacity: 1; }
  .mfp-video .mfp-close {
    top: 0;
    right: -1rem;
    background-image: url("./icon-close-white.svg"); }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

/* "1 of X" counter*/
.mfp-counter {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  white-space: nowrap; }

/* Navigation arrows*/
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f; }

/* Iframe content type*/
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Image content type*/
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #bdbdbd;
    display: block; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  /* leave some space for counter at right side*/ }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image*/ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

/* Scale navigation arrows and reduce padding from sides*/
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 0;
    padding-right: 0; }
    .js-navigation-mobile-open .mfp-container {
      overflow-y: scroll; } }
    @media all and (max-width: 900px) and (min-width: 560px) {
      .js-navigation-mobile-open .mfp-container {
        overflow-y: auto; } }

.tippy-tooltip {
  background-color: #484949;
  border-radius: 0; }
  .dark-mode .tippy-tooltip {
    background-color: #fff; }
  .tippy-tooltip .tippy-content {
    border-radius: 0;
    padding: 6px 8px 11px 8px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400; }
  .tippy-tooltip p {
    margin-top: 1rem; }
  .tippy-tooltip a {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    text-decoration: underline; }
    .tippy-tooltip a:hover {
      --text-opacity: 1;
      color: #EFEFEF;
      color: rgba(239, 239, 239, var(--text-opacity)); }
  .tippy-tooltip.light-theme {
    color: #484949;
    background-color: #f7f7f7; }
    .tippy-tooltip.light-theme a {
      color: #484949; }

.tippy-popper[x-placement^='top'] .tippy-arrow {
  border-top-color: #484949; }

.tippy-popper[x-placement^='top'] .light-theme .tippy-arrow {
  border-top-color: #f7f7f7; }

.tippy-container {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
  display: flex;
  -moz-column-gap: 2px;
  column-gap: 2px;
  line-height: 28px; }
  .tippy-container strong {
    font-weight: 500; }
  .tippy-container .tippy-icon {
    padding: 6px; }
  .tippy-container .tippy-active .tippy-icon,
  .tippy-container .tippy-icon.tippy-active {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    background-color: transparent; }
  .tippy-container .tippy-active .tippy-icon span,
  .tippy-container .tippy-icon.tippy-active span {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    background-color: #484949; }
    .dark-mode .tippy-container .tippy-active .tippy-icon span, .dark-mode
    .tippy-container .tippy-icon.tippy-active span {
      background-color: #fff; }
  .ais-header .tippy-container {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .ais-header .tippy-container {
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        line-height: 28px; } }
  .ais-RefinementList--label .tippy-container {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .ais-RefinementList--label .tippy-container {
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.5px;
        line-height: 28px; } }

.tippy-icon {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  letter-spacing: -0.25px;
  text-indent: -0.25px;
  line-height: 16px; }
  .tippy-icon--large {
    top: 10px;
    line-height: 18px; }

.tippy-active .tippy-icon,
.tippy-icon.tippy-active {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: #484949; }
  .dark-mode .tippy-active .tippy-icon, .dark-mode
  .tippy-icon.tippy-active {
    background-color: #fff; }

/*form container*/
.klaviyo-form form {
  border: none !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (min-width: 768px) {
    .klaviyo-form form {
      border: 1px solid #e5e5e5 !important;
      padding-top: 32px !important;
      padding-left: 32px !important;
      padding-right: 32px !important; } }
  @media (min-width: 1024px) {
    .klaviyo-form form {
      border: 1px solid #e5e5e5 !important;
      padding-top: 32px !important;
      padding-left: 48px !important;
      padding-right: 48px !important; } }

/*page title*/
div[data-testid='form-row']:first-child p span {
  font-size: 20px !important;
  line-height: 30px !important;
  letter-spacing: 0.75px !important;
  font-family: "freight-text-pro", serif !important;
  color: #484949 !important; }

/*thank you description*/
div[data-testid='form-row']:last-child p span {
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.75px !important;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  color: #484949 !important; }

/*2nd text block*/
div[data-testid='form-row']:nth-child(2) p span {
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0.5px !important;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  color: #484949 !important; }

/*radio buttons*/
label#kl_Trade__2_label {
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0.5px !important;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  color: #757575 !important; }

label[for='Trade__2__6'] div,
label[for='Trade__2__7'] div {
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0.5px !important;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important; }

.klaviyo-form.klaviyo-form.klaviyo-form input[type='radio']:checked + label > svg {
  stroke: red !important; }

/*radio button error message container*/
div[aria-labelledby='kl_Trade__2_label'] + div.needsclick {
  width: 250px !important; }

/*input + button row*/
form div[data-testid='form-row']:last-child {
  flex-direction: column !important;
  gap: 24px; }
  @media (min-width: 768px) {
    form div[data-testid='form-row']:last-child {
      flex-direction: row !important; } }
  form div[data-testid='form-row']:last-child div[data-testid='form-component'] {
    padding: 0 !important; }
  form div[data-testid='form-row']:last-child div[data-testid='form-component']:first-child {
    flex: auto !important; }

/*email input*/
#email_82045451 {
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.75px !important;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important; }
  #email_82045451::-moz-placeholder {
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.75px !important;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important; }
  #email_82045451:-ms-input-placeholder {
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.75px !important;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important; }
  #email_82045451::placeholder {
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.75px !important;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important; }

/*submit button*/
.klaviyo-form [data-testid='form-row'] button {
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 3px !important;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  width: 100%; }

/*================ SNIPPETS ================*/
/**/
/* Inline Text elements*/
/**/
/* Global Text element style for*/
/* single-image, double-image, video components*/
/* These styles works more like mixins.*/
/**/
.text-elements__headline, .two-col-text-elements__headline, .video .video__headline, .single-image .single-image__headline, .double-image .double-image__headline, .copy-image .copy-image__headline {
  font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
  line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
  letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }

.text-elements__desc, .single-image .single-image__desc, .double-image .double-image__desc, .copy-image .copy-image__description {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px; }
  @media (min-width: 768px) {
    .text-elements__desc, .single-image .single-image__desc, .double-image .double-image__desc, .copy-image .copy-image__description {
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.5px; } }
  @media (min-width: 1024px) {
    .text-elements__desc, .single-image .single-image__desc, .double-image .double-image__desc, .copy-image .copy-image__description {
      margin-top: 2rem; } }

.text-elements__cta, .single-image .single-image__cta, .double-image .double-image__cta, .video .video__cta, .copy-image .copy-image__cta {
  margin-top: 2rem;
  /**/
  /* @screen md-up {*/
  /*   @apply .mt-8;*/
  /* }*/ }
  @media (min-width: 1024px) {
    .text-elements__cta, .single-image .single-image__cta, .double-image .double-image__cta, .video .video__cta, .copy-image .copy-image__cta {
      margin-top: 3rem; } }

.two-col-text-elements, .video .video__texts {
  margin-top: 1.5rem; }
  @media (min-width: 560px) {
    .two-col-text-elements, .video .video__texts {
      display: flex; } }
  @media (min-width: 768px) {
    .two-col-text-elements, .video .video__texts {
      margin-top: 2.5rem; } }
  @media (min-width: 1024px) {
    .two-col-text-elements, .video .video__texts {
      margin-top: 4rem;
      width: 75%; } }

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

@media (min-width: 560px) {
  .two-col-text-elements__headline, .video .video__headline {
    width: 50%;
    padding-right: 1.5rem;
    text-align: right; } }

@media (min-width: 768px) {
  .two-col-text-elements__headline, .video .video__headline {
    margin-top: -0.75rem;
    padding-right: 3rem; } }

@media (min-width: 560px) {
  .two-col-text-elements__right, .video .video__right {
    width: 50%;
    text-align: left; } }

.two-col-text-elements__desc, .video .video__desc {
  margin-top: 1rem; }
  @media (min-width: 560px) {
    .two-col-text-elements__desc, .video .video__desc {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .two-col-text-elements__desc, .video .video__desc {
      text-align: left; } }

/**/
/* Quote*/
/**/
/* Hero on homepage styles*/
/* 2 types of Image are needed.*/
/**/
.quote, .single-quote .single-quote__quote {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }
  @media (min-width: 560px) {
    .quote, .single-quote .single-quote__quote {
      font-size: 30px;
      line-height: 52px;
      letter-spacing: 2.2px; } }
  @media (min-width: 1024px) {
    .quote, .single-quote .single-quote__quote {
      font-size: 36px;
      line-height: 64px;
      letter-spacing: 2.8px; } }

.quote-mark, .quote-image .quote-image__mark, .single-quote .single-quote__mark {
  display: block;
  font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
  line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
  letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem);
  /* Override the 'single-quote__quote' class parameters*/ }
  @media (min-width: 768px) {
    .quote-mark, .quote-image .quote-image__mark, .single-quote .single-quote__mark {
      margin-bottom: 0.5rem; } }

.quote-person, .quote-image .quote-image__person, .single-quote .single-quote__person {
  display: block;
  margin-top: 1.5rem;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .quote-person, .quote-image .quote-image__person, .single-quote .single-quote__person {
      margin-top: 2rem;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.5px; } }

/**/
/* Shop this scene button*/
/**/
/* Hero on homepage styles*/
/* 2 types of Image are needed.*/
/**/
.shop-btn {
  margin-top: 2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  background-color: #484949;
  border-color: #484949;
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: calc(1rem - 1px);
  transition: all 0.2s ease-in-out;
  /* Secondary*/
  /* Cream*/
  /* Tertiary*/
  /*LINK style - used on PDP in rug pad driver - see all link*/
  /*EXCEPTION - for button in cart for add rug pad*/ }
  .dark-mode .shop-btn {
    color: #484949; }
  .dark-mode .shop-btn {
    background-color: #fff; }
  .dark-mode .shop-btn {
    border-color: #fff; }
  .product-sorter .shop-btn {
    width: auto; }
  @media (min-width: 560px) {
    .shop-btn {
      width: auto; } }
  .shop-btn.btn-center {
    margin: 0 auto; }
  .shop-btn svg {
    display: inline-block; }
  .shop-btn.disabled, .shop-btn:disabled, .shop-btn.js-cart-checkout--disabled {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    background-color: #bebfbf;
    border-color: #bebfbf;
    pointer-events: none; }
    .dark-mode .shop-btn.disabled, .dark-mode .shop-btn:disabled, .dark-mode .shop-btn.js-cart-checkout--disabled {
      background-color: #757575; }
    .dark-mode .shop-btn.disabled, .dark-mode .shop-btn:disabled, .dark-mode .shop-btn.js-cart-checkout--disabled {
      border-color: #757575; }
  .shop-btn.js-loading, .shop-btn.js-loading:disabled, .shop-btn.js-loading.disabled {
    color: #fff;
    background-color: #484949;
    border-color: #484949; }
    .dark-mode .shop-btn.js-loading, .dark-mode .shop-btn.js-loading:disabled, .dark-mode .shop-btn.js-loading.disabled {
      color: #484949; }
    .dark-mode .shop-btn.js-loading, .dark-mode .shop-btn.js-loading:disabled, .dark-mode .shop-btn.js-loading.disabled {
      background-color: #fff; }
    .dark-mode .shop-btn.js-loading, .dark-mode .shop-btn.js-loading:disabled, .dark-mode .shop-btn.js-loading.disabled {
      border-color: #fff; }
    .shop-btn.js-loading:hover, .shop-btn.js-loading:disabled:hover, .shop-btn.js-loading.disabled:hover {
      color: #484949;
      background-color: #fff;
      border-color: #bebfbf; }
      .dark-mode .shop-btn.js-loading:hover, .dark-mode .shop-btn.js-loading:disabled:hover, .dark-mode .shop-btn.js-loading.disabled:hover {
        color: #f7f7f7; }
      .dark-mode .shop-btn.js-loading:hover, .dark-mode .shop-btn.js-loading:disabled:hover, .dark-mode .shop-btn.js-loading.disabled:hover {
        background-color: #292728; }
      .dark-mode .shop-btn.js-loading:hover, .dark-mode .shop-btn.js-loading:disabled:hover, .dark-mode .shop-btn.js-loading.disabled:hover {
        border-color: #757575; }
      .shop-btn.js-loading:hover .ellipsis2 .dot, .shop-btn.js-loading:disabled:hover .ellipsis2 .dot, .shop-btn.js-loading.disabled:hover .ellipsis2 .dot {
        background-color: #484949; }
        .dark-mode .shop-btn.js-loading:hover .ellipsis2 .dot, .dark-mode .shop-btn.js-loading:disabled:hover .ellipsis2 .dot, .dark-mode .shop-btn.js-loading.disabled:hover .ellipsis2 .dot {
          background-color: #fff; }
    .shop-btn.js-loading .ellipsis2 .dot, .shop-btn.js-loading:disabled .ellipsis2 .dot, .shop-btn.js-loading.disabled .ellipsis2 .dot {
      background-color: #fff; }
      .dark-mode .shop-btn.js-loading .ellipsis2 .dot, .dark-mode .shop-btn.js-loading:disabled .ellipsis2 .dot, .dark-mode .shop-btn.js-loading.disabled .ellipsis2 .dot {
        background-color: #292728; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .shop-btn.disabled:hover, .shop-btn:disabled:hover, .shop-btn.js-cart-checkout--disabled:hover {
      color: #fff;
      background-color: #484949; }
      .dark-mode .shop-btn.disabled:hover, .dark-mode .shop-btn:disabled:hover, .dark-mode .shop-btn.js-cart-checkout--disabled:hover {
        color: #484949; }
      .dark-mode .shop-btn.disabled:hover, .dark-mode .shop-btn:disabled:hover, .dark-mode .shop-btn.js-cart-checkout--disabled:hover {
        background-color: #fff; } }
  @media (hover: hover), (-ms-high-contrast: none) {
    .shop-btn:hover, .shop-btn:focus {
      color: #484949;
      background-color: #fff;
      border-color: #bebfbf; }
      .dark-mode .shop-btn:hover, .dark-mode .shop-btn:focus {
        color: #f7f7f7; }
      .dark-mode .shop-btn:hover, .dark-mode .shop-btn:focus {
        background-color: #292728; }
      .dark-mode .shop-btn:hover, .dark-mode .shop-btn:focus {
        border-color: #757575; }
    .shop-btn:active {
      color: #fff;
      background-color: #757575;
      border-color: #757575; }
      .dark-mode .shop-btn:active {
        color: #484949; }
      .dark-mode .shop-btn:active {
        background-color: #efefef; }
      .dark-mode .shop-btn:active {
        border-color: #efefef; } }
  @media (hover: hover), (-ms-high-contrast: none) {
    .shop-btn.btn--hover-no-border:hover {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); } }
  .shop-btn.btn--secondary, .shop-btn.btn-quick-view {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    @media (hover: hover), (-ms-high-contrast: none) {
      .shop-btn.btn--secondary:hover, .shop-btn.btn-quick-view:hover, .shop-btn.btn--secondary:focus, .shop-btn.btn-quick-view:focus {
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, var(--text-opacity));
        --bg-opacity: 1;
        background-color: #484949;
        background-color: rgba(72, 73, 73, var(--bg-opacity)); } }
    .shop-btn.btn--secondary.btn--secondary-no-border, .shop-btn.btn-quick-view {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .shop-btn.btn--secondary.btn--secondary-no-border:hover, .shop-btn.btn-quick-view:hover {
          --border-opacity: 1;
          border-color: #484949;
          border-color: rgba(72, 73, 73, var(--border-opacity)); } }

@media (max-width: 1023px) and (hover: hover), (max-width: 1023px) and (-ms-high-contrast: none) {
  .shop-btn.btn--secondary.btn--secondary-no-hover:hover, .shop-btn.btn--secondary-no-hover.btn-quick-view:hover, .shop-btn.btn--secondary.btn--secondary-no-hover:focus, .shop-btn.btn--secondary-no-hover.btn-quick-view:focus {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); } }
    .shop-btn.btn--secondary.btn--secondary-plus span, .shop-btn.btn--secondary-plus.btn-quick-view span {
      display: inline-block;
      width: 0.75rem;
      background-image: url("./icon-plus.svg");
      background-position: right center;
      background-repeat: no-repeat; }
  .shop-btn--cream {
    --text-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #292728;
    background-color: rgba(41, 39, 40, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--border-opacity)); }
    @media (hover: hover), (-ms-high-contrast: none) {
      .shop-btn--cream.disabled:hover, .shop-btn--cream:disabled:hover, .shop-btn--cream.js-cart-checkout--disabled:hover {
        --text-opacity: 1;
        color: #F4EDE3;
        color: rgba(244, 237, 227, var(--text-opacity)); } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .shop-btn--cream:hover, .shop-btn--cream:focus {
        --bg-opacity: 1;
        background-color: #F4EDE3;
        background-color: rgba(244, 237, 227, var(--bg-opacity));
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity)); } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .shop-btn--cream.btn--hover-no-border:hover {
        --border-opacity: 1;
        border-color: #F4EDE3;
        border-color: rgba(244, 237, 227, var(--border-opacity)); } }
    .shop-btn--cream.btn--secondary, .shop-btn--cream.btn-quick-view {
      --bg-opacity: 1;
      background-color: #F4EDE3;
      background-color: rgba(244, 237, 227, var(--bg-opacity));
      --text-opacity: 1;
      color: #292728;
      color: rgba(41, 39, 40, var(--text-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .shop-btn--cream.btn--secondary:hover, .shop-btn--cream.btn-quick-view:hover, .shop-btn--cream.btn--secondary:focus, .shop-btn--cream.btn-quick-view:focus {
          --text-opacity: 1;
          color: #F4EDE3;
          color: rgba(244, 237, 227, var(--text-opacity));
          --bg-opacity: 1;
          background-color: #292728;
          background-color: rgba(41, 39, 40, var(--bg-opacity));
          --border-opacity: 1;
          border-color: #292728;
          border-color: rgba(41, 39, 40, var(--border-opacity)); } }
      .shop-btn--cream.btn--secondary.btn--secondary-no-border, .shop-btn--cream.btn-quick-view {
        --border-opacity: 1;
        border-color: #F4EDE3;
        border-color: rgba(244, 237, 227, var(--border-opacity)); }
        @media (hover: hover), (-ms-high-contrast: none) {
          .shop-btn--cream.btn--secondary.btn--secondary-no-border:hover, .shop-btn--cream.btn-quick-view:hover, .shop-btn--cream.btn--secondary.btn--secondary-no-border:focus, .shop-btn--cream.btn-quick-view:focus {
            --text-opacity: 1;
            color: #F4EDE3;
            color: rgba(244, 237, 227, var(--text-opacity));
            --bg-opacity: 1;
            background-color: #292728;
            background-color: rgba(41, 39, 40, var(--bg-opacity));
            --border-opacity: 1;
            border-color: #292728;
            border-color: rgba(41, 39, 40, var(--border-opacity)); } }
  .shop-btn.btn--tertiary, .shop-btn, .gallery .gallery__footer .shop-btn.btn-quick-view {
    color: #484949;
    position: relative;
    border-style: none;
    background-color: transparent;
    padding: 0;
    width: auto;
    padding-bottom: 0.625rem;
    min-width: auto;
    /* tertiary light variant - from figma - https://www.figma.com/file/rD1ZDqPz2eTYwfIsmltyS1/Rugs-Core-Library?node-id=517%3A1032&mode=dev*/ }
    .dark-mode .shop-btn.btn--tertiary, .dark-mode .shop-btn.pagination, .dark-mode .shop-btn, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view {
      color: #fff; }
    .shop-btn.btn--tertiary:after, .shop-btn:after, .gallery .gallery__footer .shop-btn.btn-quick-view:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #484949;
      transition: all 0.2s ease-in-out; }
      .dark-mode .shop-btn.btn--tertiary:after, .dark-mode .shop-btn.pagination:after, .dark-mode .shop-btn:after, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:after, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:after {
        background-color: #fff; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .shop-btn.btn--tertiary:hover, .shop-btn:hover, .gallery .gallery__footer .shop-btn.btn-quick-view:hover, .shop-btn.btn--tertiary:focus, .shop-btn:focus, .gallery .gallery__footer .shop-btn.btn-quick-view:focus {
        color: #757575;
        background-color: transparent; }
        .dark-mode .shop-btn.btn--tertiary:hover, .dark-mode .shop-btn.pagination:hover, .dark-mode .shop-btn:hover, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:hover, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:hover, .dark-mode .shop-btn.btn--tertiary:focus, .dark-mode .shop-btn.pagination:focus, .dark-mode .shop-btn:focus, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:focus, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:focus {
          color: #efefef; }
        .shop-btn.btn--tertiary:hover:after, .shop-btn:hover:after, .gallery .gallery__footer .shop-btn.btn-quick-view:hover:after, .shop-btn.btn--tertiary:focus:after, .shop-btn:focus:after, .gallery .gallery__footer .shop-btn.btn-quick-view:focus:after {
          background-color: #757575;
          -webkit-animation: horizontalScale 0.35s ease-out;
          animation: horizontalScale 0.35s ease-out; }
          .dark-mode .shop-btn.btn--tertiary:hover:after, .dark-mode .shop-btn.pagination:hover:after, .dark-mode .shop-btn:hover:after, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:hover:after, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:hover:after, .dark-mode .shop-btn.btn--tertiary:focus:after, .dark-mode .shop-btn.pagination:focus:after, .dark-mode .shop-btn:focus:after, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:focus:after, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:focus:after {
            background-color: #efefef; }
      .shop-btn.btn--tertiary:active, .shop-btn:active, .gallery .gallery__footer .shop-btn.btn-quick-view:active {
        color: #484949; }
        .dark-mode .shop-btn.btn--tertiary:active, .dark-mode .shop-btn.pagination:active, .dark-mode .shop-btn:active, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:active, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:active {
          color: #fff; } }
    .shop-btn.btn--tertiary:hover, .shop-btn:hover, .gallery .gallery__footer .shop-btn.btn-quick-view:hover, .shop-btn.btn--tertiary:focus, .shop-btn:focus, .gallery .gallery__footer .shop-btn.btn-quick-view:focus {
      color: #757575;
      background-color: transparent; }
      .dark-mode .shop-btn.btn--tertiary:hover, .dark-mode .shop-btn.pagination:hover, .dark-mode .shop-btn:hover, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:hover, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:hover, .dark-mode .shop-btn.btn--tertiary:focus, .dark-mode .shop-btn.pagination:focus, .dark-mode .shop-btn:focus, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:focus, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:focus {
        color: #efefef; }
    .shop-btn.btn--tertiary:active, .shop-btn:active, .gallery .gallery__footer .shop-btn.btn-quick-view:active {
      color: #484949; }
      .dark-mode .shop-btn.btn--tertiary:active, .dark-mode .shop-btn.pagination:active, .dark-mode .shop-btn:active, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:active, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:active {
        color: #fff; }
    .shop-btn.btn--tertiary:disabled, .shop-btn:disabled, .gallery .gallery__footer .shop-btn.btn-quick-view:disabled {
      color: #bebfbf; }
      .dark-mode .shop-btn.btn--tertiary:disabled, .dark-mode .shop-btn.pagination:disabled, .dark-mode .shop-btn:disabled, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:disabled, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:disabled {
        color: #757575; }
      @media (hover: hover), (-ms-high-contrast: none) {
        .shop-btn.btn--tertiary:disabled:hover, .shop-btn:disabled:hover {
          color: #bebfbf;
          background-color: transparent; }
          .dark-mode .shop-btn.btn--tertiary:disabled:hover, .dark-mode .shop-btn.pagination:disabled:hover, .dark-mode .shop-btn:disabled:hover, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:disabled:hover, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:disabled:hover {
            color: #757575; }
          .shop-btn.btn--tertiary:disabled:hover:after, .shop-btn:disabled:hover:after {
            background-color: #bebfbf;
            -webkit-animation: none;
            animation: none; }
            .dark-mode .shop-btn.btn--tertiary:disabled:hover:after, .dark-mode .shop-btn.pagination:disabled:hover:after, .dark-mode .shop-btn:disabled:hover:after, .dark-mode .gallery .gallery__footer .shop-btn.btn-quick-view:disabled:hover:after, .gallery .gallery__footer .dark-mode .shop-btn.btn-quick-view:disabled:hover:after {
              background-color: #757575; } }
    .shop-btn.btn--tertiary.btn--tertiary-white, .shop-btn.btn--tertiary-white, .gallery .gallery__footer .shop-btn.btn--tertiary-white.btn-quick-view {
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity)); }
      .shop-btn.btn--tertiary.btn--tertiary-white:after, .shop-btn.btn--tertiary-white:after, .gallery .gallery__footer .shop-btn.btn--tertiary-white.btn-quick-view:after {
        --bg-opacity: 1;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .shop-btn.btn--tertiary.btn--tertiary-white:hover, .shop-btn.btn--tertiary-white:hover {
          --text-opacity: 1;
          color: #F7F7F7;
          color: rgba(247, 247, 247, var(--text-opacity)); }
          .shop-btn.btn--tertiary.btn--tertiary-white:hover:after, .shop-btn.btn--tertiary-white:hover:after {
            --bg-opacity: 1;
            background-color: #F7F7F7;
            background-color: rgba(247, 247, 247, var(--bg-opacity));
            -webkit-animation: horizontalScale 0.35s ease-out;
            animation: horizontalScale 0.35s ease-out; }
        .shop-btn.btn--tertiary.btn--tertiary-white:focus, .shop-btn.btn--tertiary-white:focus {
          --text-opacity: 1;
          color: #EFEFEF;
          color: rgba(239, 239, 239, var(--text-opacity)); }
          .shop-btn.btn--tertiary.btn--tertiary-white:focus:after, .shop-btn.btn--tertiary-white:focus:after {
            --bg-opacity: 1;
            background-color: #EFEFEF;
            background-color: rgba(239, 239, 239, var(--bg-opacity));
            -webkit-animation: horizontalScale 0.35s ease-out;
            animation: horizontalScale 0.35s ease-out; }
        .shop-btn.btn--tertiary.btn--tertiary-white:active, .shop-btn.btn--tertiary-white:active {
          --text-opacity: 1;
          color: #E5E5E5;
          color: rgba(229, 229, 229, var(--text-opacity)); } }
    .shop-btn.btn--tertiary.btn--tertiary-arrow-b, .shop-btn.btn--tertiary-arrow-b, .gallery .gallery__footer .shop-btn.btn--tertiary-arrow-b.btn-quick-view, .shop-btn.btn--tertiary.btn--tertiary-arrow-r, .shop-btn.btn--tertiary-arrow-r, .gallery .gallery__footer .shop-btn.btn--tertiary-arrow-r.btn-quick-view, .shop-btn.btn--tertiary.btn--tertiary-plus, .shop-btn, .gallery .gallery__footer .shop-btn.btn-quick-view {
      background-image: url("./icon-arrow-bottom.svg");
      background-position: right 0.15rem;
      background-repeat: no-repeat;
      padding-right: 1.25rem; }
    .shop-btn.btn--tertiary.btn--tertiary-arrow-r, .shop-btn.btn--tertiary-arrow-r, .gallery .gallery__footer .shop-btn.btn--tertiary-arrow-r.btn-quick-view {
      background-image: url("./icon-arrow-right.svg"); }
    .shop-btn.btn--tertiary.btn--tertiary-plus, .shop-btn, .gallery .gallery__footer .shop-btn.btn-quick-view {
      background-image: url("./icon-plus.svg");
      padding-bottom: 0; }
      .shop-btn.btn--tertiary.btn--tertiary-plus:after, .shop-btn:after, .gallery .gallery__footer .shop-btn.btn-quick-view:after {
        display: none; }
  .shop-btn.btn--linkstyle {
    font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
    line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
    color: #484949;
    text-decoration: underline;
    position: relative;
    transition: 0.2s color ease-in-out;
    padding: 0;
    background-color: transparent;
    border-style: none;
    text-transform: none;
    text-underline-offset: 4px; }
    .shop-btn.btn--linkstyle strong {
      font-weight: 500; }
    .dark-mode .shop-btn.btn--linkstyle {
      color: #f7f7f7; }
    .shop-btn.btn--linkstyle:hover {
      color: #757575; }
      .dark-mode .shop-btn.btn--linkstyle:hover {
        color: #efefef; }
  .shop-btn.btn--small {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 10px;
    padding-bottom: 10px; }
  .shop-btn.btn--animated {
    position: relative; }
    .shop-btn.btn--animated.js-loading .ellipsis span {
      opacity: 0;
      -webkit-animation: ellipsis-animate steps(4, end) 1s infinite;
      animation: ellipsis-animate steps(4, end) 1s infinite; }
      .shop-btn.btn--animated.js-loading .ellipsis span:nth-child(2) {
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s; }
      .shop-btn.btn--animated.js-loading .ellipsis span:nth-child(3) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
    .shop-btn.btn--animated.js-loading .ellipsis .dot {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0.25rem;
      display: inline-block;
      opacity: 0.5;
      -webkit-animation: opacityPulse steps(4, end) 1s infinite;
      animation: opacityPulse steps(4, end) 1s infinite;
      opacity: 1; }
      .shop-btn.btn--animated.js-loading .ellipsis .dot.dot2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .shop-btn.btn--animated.js-loading .ellipsis .dot.dot3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    .shop-btn.btn--animated.js-loading .ellipsis2 .dot {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0.25rem;
      display: inline-block;
      opacity: 0.5;
      -webkit-animation: opacityPulse steps(4, end) 1s infinite;
      animation: opacityPulse steps(4, end) 1s infinite;
      background-color: #ffffff;
      border-radius: 50%;
      vertical-align: middle;
      opacity: 1; }
      .shop-btn.btn--animated.js-loading .ellipsis2 .dot.dot2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .shop-btn.btn--animated.js-loading .ellipsis2 .dot.dot3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .shop-btn.btn--animated.js-loading:hover .ellipsis2 .dot, .shop-btn.btn--animated.js-loading:focus .ellipsis2 .dot {
        background-color: #484949; } }

/**/
/* Side Panel*/
/**/
/* Used as indivisual Inventory panel,*/
/* Quick view panel.*/
/**/
.side-panel {
  position: fixed;
  top: 0;
  right: 0;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  opacity: 0;
  width: 100%;
  z-index: 40;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 564px;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1), opacity 0.01s cubic-bezier(0.32, 0.24, 0.15, 1) 0.9s, width 0.5s cubic-bezier(0.32, 0.24, 0.15, 1), max-width 0.5s cubic-bezier(0.32, 0.24, 0.15, 1), box-shadow 0.8s cubic-bezier(0.32, 0.24, 0.15, 1);
  /* Open State*/
  /* Inventory Panel*/
  /* &.inventory-panel,*/
  /* Gallery page*/ }
  .side-panel .side-panel__close {
    position: fixed;
    z-index: 2;
    right: 1.5rem;
    top: 2rem; }
    @media (min-width: 768px) {
      .side-panel .side-panel__close {
        right: 2.5rem; } }
  .side-panel .side-panel__content {
    width: 100%;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .side-panel.side-panel--open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    box-shadow: -8px 2px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1), opacity 0.01s cubic-bezier(0.32, 0.24, 0.15, 1), width 0.5s cubic-bezier(0.32, 0.24, 0.15, 1), max-width 0.5s cubic-bezier(0.32, 0.24, 0.15, 1), box-shadow 0.8s cubic-bezier(0.32, 0.24, 0.15, 1) 0.4s; }
    .side-panel.side-panel--open .side-panel__content {
      opacity: 1;
      transition: opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1) 0.4s; }
  .side-panel.product-panel--inventory-active, .side-panel.product-panel--retailer-active, .side-panel.quick-view-drawer--inventory-active {
    width: 100%;
    max-width: 800px;
    /* .authenticated & {*/
    /*   max-width: 800px;*/
    /* }*/ }
    @media (min-width: 1024px) {
      .side-panel.product-panel--inventory-active, .side-panel.product-panel--retailer-active, .side-panel.quick-view-drawer--inventory-active {
        width: 66.66667%; } }
  .side-panel.product-panel--retailer-active {
    max-width: 600px; }
  .side-panel.quick-view-drawer--inventory-active {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity)); }
  .side-panel.quick-view-drawer--multiple {
    max-width: 515px; }

/**/
/* .side-panel {*/
/*   @include side-panel();*/
/* }*/
/**/
/* Return Product*/
/**/
.return-product .return-product__default-hidden {
  display: none; }

.return-product .return-product__disclaimer {
  position: absolute;
  right: 0;
  bottom: 2.5rem; }
  @media (min-width: 768px) {
    .return-product .return-product__disclaimer {
      bottom: auto;
      top: 50%;
      transform: translate3d(0, -50%, 0); } }

.return-product.return-product--disable .return-product__image,
.return-product.return-product--disable .return-product__info {
  opacity: 0.5; }

.return-product.return-product--checked .return-product__default-hidden {
  display: block;
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
  animation: fadeIn 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/*================ MODULES ================*/
/**/
/* Navigation*/
/**/
/* Global header navigation*/
/**/
@media (max-width: 1080px) {
  .nav-mobile-hide {
    display: none !important; } }

@media (min-width: 1081px) {
  .nav-desktop-hide {
    display: none !important; } }

@media (min-width: 1081px) {
  .nav-desktop-h-full {
    height: 100%; } }

@media (min-width: 1081px) {
  .nav-desktop-inline {
    display: inline-block; } }

.navigation {
  position: fixed;
  width: 100%;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  z-index: 4;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  height: 84px;
  box-sizing: border-box;
  transform: translateY(0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s ease;
  /*add border to nav if util nav items are open*/
  /* LOGO*/
  /* Back Button on mobile*/
  /* Common mobile panel style*/
  /* PRIMARY*/
  /* SECONDARY, TERTIARY*/
  /* Featured menu*/
  /* Inspiration menu*/
  /* UTILITIES*/
  /* UTILITIES Dropdown (Desktop)*/
  /* UTILITIES -- mobile*/
  /*-------------------------------------------------- Modifier*/ }
  @media (min-width: 1081px) {
    .navigation {
      height: 114px; } }
  .has-announcement .navigation {
    height: 121px;
    padding-top: 37px; }
    @media (min-width: 1081px) {
      .has-announcement .navigation {
        height: 151px; } }
  .js-scroll-direction-down .navigation,
  .js-search-filter-open .navigation,
  .js-search-filter-open--rugs .navigation,
  .js-search-filter-open--pillows .navigation,
  .js-search-filter-open--throws .navigation,
  .js-search-filter-open--art .navigation {
    transform: translateY(-84px);
    transition-delay: 0s;
    padding-top: 0; }
  .has-announcement.js-scroll-direction-down .navigation,
  .has-announcement.js-search-filter-open .navigation,
  .has-announcement.js-search-filter-open--rugs .navigation,
  .has-announcement.js-search-filter-open--pillows .navigation,
  .has-announcement.js-search-filter-open--throws .navigation,
  .has-announcement.js-search-filter-open--art .navigation {
    transform: translateY(calc(-$navigation-height + -$announcement-height));
    transition-delay: 0s;
    padding-top: 0; }
  @media (min-width: 1081px) {
    .js-scroll-direction-down .navigation,
    .js-search-filter-open .navigation,
    .js-search-filter-open--rugs .navigation,
    .js-search-filter-open--pillows .navigation,
    .js-search-filter-open--throws .navigation,
    .js-search-filter-open--art .navigation {
      transform: translateY(-114px); }
    .has-announcement.js-scroll-direction-down .navigation,
    .has-announcement.js-search-filter-open .navigation,
    .has-announcement.js-search-filter-open--rugs .navigation,
    .has-announcement.js-search-filter-open--pillows .navigation,
    .has-announcement.js-search-filter-open--throws .navigation,
    .has-announcement.js-search-filter-open--art .navigation {
      transform: translateY(calc(-$desktop-navigation-height + -$announcement-height)); } }
  .navigation.navigation--transparent, .navigation.navigation--open-dropdown,
  .js-scroll-direction-down .navigation {
    box-shadow: none !important;
    width: 100%; }
  .js-navigation-mobile-open .navigation {
    width: calc(100% - 40px);
    border-color: #ffffff; }
  .js-scroll-direction-up .navigation.has-shadow {
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15) !important; }
  @media (min-width: 1081px) {
    .navigation {
      border-color: transparent;
      border-bottom-width: 1px; } }
  @media (min-width: 1081px) {
    .navigation--util-active {
      --border-opacity: 1;
      border-color: #EFEFEF;
      border-color: rgba(239, 239, 239, var(--border-opacity));
      border-style: solid; } }
  .navigation .announcement-bar {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 2; }
    .navigation .announcement-bar .close-announcement {
      position: absolute;
      right: 0;
      top: 0;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      opacity: 0;
      transition: opacity 0.3s ease 0.2s;
      color: white;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .has-announcement .navigation .announcement-bar .close-announcement {
        opacity: 1; }
  .navigation .container {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 0 24px;
    max-width: none; }
    @media (max-width: 1080px) {
      .navigation .container {
        display: block; } }
  .navigation .navigation__logo {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 1rem;
    z-index: 1;
    transition: 0.25s opacity ease; }
    .navigation .navigation__logo img {
      width: 84px; }
    @media (min-width: 1081px) {
      .navigation .navigation__logo {
        margin-right: 0;
        width: 88px; }
        .navigation .navigation__logo img {
          height: 72px;
          width: 72px; } }
  .navigation .navigation__back {
    display: flex;
    flex-direction: row;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    text-align: left;
    grid-gap: 0.75rem;
    gap: 0.75rem;
    box-sizing: content-box; }
    .navigation .navigation__back svg {
      display: inline-block;
      width: 20px;
      height: 18px;
      fill: #484949; }
    .navigation .navigation__back .navigation__sub-label {
      flex-grow: 1;
      margin-bottom: 0;
      max-width: none; }
  @media (max-width: 1080px) {
    .navigation .navigation__primary-container {
      position: absolute;
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      left: 0;
      width: 100%;
      display: block;
      /* top: $navigation-height;*/
      height: calc(100vh - 84px);
      height: calc(100dvh - 84px);
      padding: 24px 16px 0;
      bottom: 100%;
      /* transition: .5s all ease;*/
      visibility: hidden;
      transition: 0.5s bottom ease, 0.5s transform ease 0.5s, 0.5s visibility ease 0.5s;
      visibility: hidden;
      height: calc(100dvh - 84px);
      bottom: calc(-100vh + 84px);
      transition: 0.25s all ease 0.25s;
      opacity: 0; }
      .navigation .navigation__primary-container li {
        font-variant-ligatures: no-common-ligatures; }
        .navigation .navigation__primary-container li > a,
        .navigation .navigation__primary-container li > button {
          display: block;
          padding: 12px 0; }
        .navigation .navigation__primary-container li.navigation__link--has-sub > a {
          background-image: url("./icon-caret-right-thin.svg");
          background-size: 8px 16px;
          background-repeat: no-repeat;
          background-position: right; }
      .js-navigation-mobile-open .navigation .navigation__primary-container {
        opacity: 1;
        bottom: calc(-100vh + 84px);
        bottom: calc(-100dvh + 84px);
        overflow: hidden;
        visibility: visible; } }
  .navigation .navigation__primary {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1; }
    @media (min-width: 1081px) {
      .navigation .navigation__primary {
        justify-content: center; } }
    .navigation .navigation__primary .navigation__primary-link {
      letter-spacing: 2.5px; }
      .navigation .navigation__primary .navigation__primary-link .navigation__link > span,
      .navigation .navigation__primary .navigation__primary-link .navigation__link > button,
      .navigation .navigation__primary .navigation__primary-link .navigation__inspiration-link > span,
      .navigation .navigation__primary .navigation__primary-link .navigation__inspiration-link > button {
        letter-spacing: 1.5px; }
      @media (min-width: 768px) {
        .navigation .navigation__primary .navigation__primary-link .navigation__link > span,
        .navigation .navigation__primary .navigation__primary-link .navigation__link > button,
        .navigation .navigation__primary .navigation__primary-link .navigation__inspiration-link > span,
        .navigation .navigation__primary .navigation__primary-link .navigation__inspiration-link > button {
          letter-spacing: 2.5px; } }
      .navigation .navigation__primary .navigation__primary-link a,
      .navigation .navigation__primary .navigation__primary-link button {
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        transition: 0.2s color ease-in-out; }
        .navigation .navigation__primary .navigation__primary-link a:hover,
        .navigation .navigation__primary .navigation__primary-link button:hover {
          color: #484949; }
      .navigation .navigation__primary .navigation__primary-link .navigation__tertiary a:hover,
      .navigation .navigation__primary .navigation__primary-link .navigation__tertiary button:hover {
        color: #757575; }
      @media (max-width: 1080px) {
        .navigation .navigation__primary .navigation__primary-link a,
        .navigation .navigation__primary .navigation__primary-link button {
          font-family: "freight-text-pro", serif;
          padding-top: 0.75rem;
          padding-bottom: 0.75rem;
          font-size: 24px;
          line-height: 34px;
          letter-spacing: 0.75px;
          text-transform: none; } }
  @media (max-width: 1080px) and (min-width: 768px) {
    .navigation .navigation__primary .navigation__primary-link a,
    .navigation .navigation__primary .navigation__primary-link button {
      font-size: 28px;
      line-height: 37px;
      letter-spacing: 2px; } }
      .navigation .navigation__primary .navigation__primary-link button {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); }
        @media (min-width: 1081px) {
          .navigation .navigation__primary .navigation__primary-link button {
            --text-opacity: 1;
            color: #757575;
            color: rgba(117, 117, 117, var(--text-opacity)); } }
      .navigation .navigation__primary .navigation__primary-link .navigation__featured-menu a {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.75px; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .navigation .navigation__primary .navigation__primary-link {
        margin-right: 2rem; } }
    @media (min-width: 1081px) {
      .navigation .navigation__primary .navigation__primary-link {
        margin-right: 1rem; }
        .navigation .navigation__primary .navigation__primary-link > a {
          text-align: center;
          padding: 34px 0; }
          .navigation .navigation__primary .navigation__primary-link > a:hover {
            --text-opacity: 1;
            color: #484949;
            color: rgba(72, 73, 73, var(--text-opacity)); }
          .navigation .navigation__primary .navigation__primary-link > a.navigation__primary-link--blur {
            --text-opacity: 1;
            color: #757575;
            color: rgba(117, 117, 117, var(--text-opacity)); }
          .navigation .navigation__primary .navigation__primary-link > a--title {
            --text-opacity: 1;
            color: #484949;
            color: rgba(72, 73, 73, var(--text-opacity)); }
        .navigation .navigation__primary .navigation__primary-link.navigation__link--has-sub a:hover,
        .navigation .navigation__primary .navigation__primary-link.navigation__link--has-sub button:hover {
          --text-opacity: 1;
          color: #757575;
          color: rgba(117, 117, 117, var(--text-opacity)); } }
    @media (min-width: 1162px) {
      .navigation .navigation__primary .navigation__primary-link {
        margin-right: 2rem; } }
    @media (min-width: 1250px) {
      .navigation .navigation__primary .navigation__primary-link {
        margin-right: 3rem; } }
    @media (max-width: 1080px) {
      .navigation .navigation__primary {
        position: absolute;
        --bg-opacity: 1;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        left: 0;
        width: 100%;
        display: block;
        /* top: $navigation-height;*/
        height: calc(100vh - 84px);
        height: calc(100dvh - 84px);
        padding: 24px 16px 0;
        bottom: 100%;
        /* transition: .5s all ease;*/
        visibility: hidden;
        transition: 0.5s bottom ease, 0.5s transform ease 0.5s, 0.5s visibility ease 0.5s;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        opacity: 0;
        transition: 0.25s opacity ease 0.25s, 0.25s transform ease 0.1s; }
        .navigation .navigation__primary li {
          font-variant-ligatures: no-common-ligatures; }
          .navigation .navigation__primary li > a,
          .navigation .navigation__primary li > button {
            display: block;
            padding: 12px 0; }
          .navigation .navigation__primary li.navigation__link--has-sub > a {
            background-image: url("./icon-caret-right-thin.svg");
            background-size: 8px 16px;
            background-repeat: no-repeat;
            background-position: right; }
        .js-navigation-mobile-open .navigation .navigation__primary {
          opacity: 1;
          bottom: 0;
          visibility: visible; } }
  @media (max-width: 1080px) and (min-width: 560px) {
    .navigation .navigation__primary.current-open {
      overflow: auto; } }
    @media (max-width: 1080px) {
        .navigation .navigation__primary.current-open .navigation__primary-link > a,
        .navigation .navigation__primary.current-open .navigation__primary-link > button {
          opacity: 0;
          -webkit-animation: 0.5s fadeUpLarge ease forwards;
          animation: 0.5s fadeUpLarge ease forwards;
          -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s; }
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 1) > a,
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 1) > button {
          -webkit-animation-delay: calc(0.1s * (1 - 1) + 0.25s);
          animation-delay: calc(0.1s * (1 - 1) + 0.25s); }
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 2) > a,
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 2) > button {
          -webkit-animation-delay: calc(0.1s * (2 - 1) + 0.25s);
          animation-delay: calc(0.1s * (2 - 1) + 0.25s); }
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 3) > a,
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 3) > button {
          -webkit-animation-delay: calc(0.1s * (3 - 1) + 0.25s);
          animation-delay: calc(0.1s * (3 - 1) + 0.25s); }
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 4) > a,
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 4) > button {
          -webkit-animation-delay: calc(0.1s * (4 - 1) + 0.25s);
          animation-delay: calc(0.1s * (4 - 1) + 0.25s); }
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 5) > a,
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 5) > button {
          -webkit-animation-delay: calc(0.1s * (5 - 1) + 0.25s);
          animation-delay: calc(0.1s * (5 - 1) + 0.25s); }
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 6) > a,
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 6) > button {
          -webkit-animation-delay: calc(0.1s * (6 - 1) + 0.25s);
          animation-delay: calc(0.1s * (6 - 1) + 0.25s); }
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 7) > a,
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 7) > button {
          -webkit-animation-delay: calc(0.1s * (7 - 1) + 0.25s);
          animation-delay: calc(0.1s * (7 - 1) + 0.25s); }
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 8) > a,
        .navigation .navigation__primary.current-open .navigation__primary-link:nth-child(12n + 8) > button {
          -webkit-animation-delay: calc(0.1s * (8 - 1) + 0.25s);
          animation-delay: calc(0.1s * (8 - 1) + 0.25s); }
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 1) > a,
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 1) > button {
          -webkit-animation-delay: calc(0.1s * (1 - 1) + 0.45s);
          animation-delay: calc(0.1s * (1 - 1) + 0.45s); }
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 2) > a,
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 2) > button {
          -webkit-animation-delay: calc(0.1s * (2 - 1) + 0.45s);
          animation-delay: calc(0.1s * (2 - 1) + 0.45s); }
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 3) > a,
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 3) > button {
          -webkit-animation-delay: calc(0.1s * (3 - 1) + 0.45s);
          animation-delay: calc(0.1s * (3 - 1) + 0.45s); }
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 4) > a,
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 4) > button {
          -webkit-animation-delay: calc(0.1s * (4 - 1) + 0.45s);
          animation-delay: calc(0.1s * (4 - 1) + 0.45s); }
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 5) > a,
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 5) > button {
          -webkit-animation-delay: calc(0.1s * (5 - 1) + 0.45s);
          animation-delay: calc(0.1s * (5 - 1) + 0.45s); }
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 6) > a,
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 6) > button {
          -webkit-animation-delay: calc(0.1s * (6 - 1) + 0.45s);
          animation-delay: calc(0.1s * (6 - 1) + 0.45s); }
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 7) > a,
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 7) > button {
          -webkit-animation-delay: calc(0.1s * (7 - 1) + 0.45s);
          animation-delay: calc(0.1s * (7 - 1) + 0.45s); }
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 8) > a,
        .navigation .navigation__primary.current-open .navigation__utilities-mobile .navigation__primary-link:nth-child(12n + 8) > button {
          -webkit-animation-delay: calc(0.1s * (8 - 1) + 0.45s);
          animation-delay: calc(0.1s * (8 - 1) + 0.45s); } }
  .navigation .navigation__mobile-close {
    display: none;
    opacity: 0; }
    @media (max-width: 1080px) {
      .navigation .navigation__mobile-close {
        display: block;
        position: absolute;
        top: 0;
        background-color: transparent;
        opacity: 0;
        right: -40px;
        width: 40px;
        height: 100vh; }
        .navigation .navigation__mobile-close:focus {
          outline: none; }
        .js-navigation-mobile-open .navigation .navigation__mobile-close {
          --bg-opacity: 1;
          background-color: #292728;
          background-color: rgba(41, 39, 40, var(--bg-opacity));
          transition: opacity 0.25s ease;
          opacity: 0.8; } }
  @media (max-width: 1080px) {
    .navigation .navigation__primary .navigation__secondary,
    .navigation .navigation__primary .navigation__tertiary {
      opacity: 0;
      z-index: -1; } }
  .navigation .navigation__primary .navigation__secondary:hover,
  .navigation .navigation__primary .navigation__tertiary:hover {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  @media (max-width: 1080px) {
    .navigation .navigation__primary .navigation__secondary,
    .navigation .navigation__primary .navigation__tertiary {
      position: absolute;
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      left: 0;
      width: 100%;
      display: block;
      /* top: $navigation-height;*/
      height: calc(100vh - 84px);
      height: calc(100dvh - 84px);
      padding: 24px 16px 0;
      bottom: 100%;
      /* transition: .5s all ease;*/
      visibility: hidden;
      transition: 0.5s bottom ease, 0.5s transform ease 0.5s, 0.5s visibility ease 0.5s;
      top: 0;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 2rem;
      padding-bottom: 6rem;
      left: 100%; }
      .navigation .navigation__primary .navigation__secondary li,
      .navigation .navigation__primary .navigation__tertiary li {
        font-variant-ligatures: no-common-ligatures; }
        .navigation .navigation__primary .navigation__secondary li > a,
        .navigation .navigation__primary .navigation__secondary li > button,
        .navigation .navigation__primary .navigation__tertiary li > a,
        .navigation .navigation__primary .navigation__tertiary li > button {
          display: block;
          padding: 12px 0; }
        .navigation .navigation__primary .navigation__secondary li.navigation__link--has-sub > a,
        .navigation .navigation__primary .navigation__tertiary li.navigation__link--has-sub > a {
          background-image: url("./icon-caret-right-thin.svg");
          background-size: 8px 16px;
          background-repeat: no-repeat;
          background-position: right; }
      .navigation .navigation__primary .navigation__secondary a.navigation__sub-label,
      .navigation .navigation__primary .navigation__secondary span.navigation__sub-label,
      .navigation .navigation__primary .navigation__tertiary a.navigation__sub-label,
      .navigation .navigation__primary .navigation__tertiary span.navigation__sub-label {
        padding-top: 0;
        padding-bottom: 0;
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 2.5px;
        text-transform: uppercase; }
      .navigation .navigation__primary .navigation__secondary .navigation__link > a,
      .navigation .navigation__primary .navigation__secondary .navigation__link > button,
      .navigation .navigation__primary .navigation__secondary .nav-account-links,
      .navigation .navigation__primary .navigation__tertiary .navigation__link > a,
      .navigation .navigation__primary .navigation__tertiary .navigation__link > button,
      .navigation .navigation__primary .navigation__tertiary .nav-account-links {
        font-family: "freight-text-pro", serif;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity));
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.75px;
        text-transform: none; } }
    @media (max-width: 1080px) and (min-width: 768px) {
      .navigation .navigation__primary .navigation__secondary .navigation__link > a,
      .navigation .navigation__primary .navigation__secondary .navigation__link > button,
      .navigation .navigation__primary .navigation__secondary .nav-account-links,
      .navigation .navigation__primary .navigation__tertiary .navigation__link > a,
      .navigation .navigation__primary .navigation__tertiary .navigation__link > button,
      .navigation .navigation__primary .navigation__tertiary .nav-account-links {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px; } }
  @media (max-width: 1080px) {
        .navigation .navigation__primary .navigation__secondary .navigation__link > a:hover,
        .navigation .navigation__primary .navigation__secondary .navigation__link > button:hover,
        .navigation .navigation__primary .navigation__secondary .nav-account-links:hover,
        .navigation .navigation__primary .navigation__tertiary .navigation__link > a:hover,
        .navigation .navigation__primary .navigation__tertiary .navigation__link > button:hover,
        .navigation .navigation__primary .navigation__tertiary .nav-account-links:hover {
          --text-opacity: 1;
          color: #484949;
          color: rgba(72, 73, 73, var(--text-opacity)); }
      .navigation .navigation__primary .navigation__secondary .navigation__link.navigation__link--has-image > a,
      .navigation .navigation__primary .navigation__tertiary .navigation__link.navigation__link--has-image > a {
        display: flex;
        align-items: center;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.75px; } }
    @media (max-width: 1080px) and (min-width: 768px) {
      .navigation .navigation__primary .navigation__secondary .navigation__link.navigation__link--has-image > a,
      .navigation .navigation__primary .navigation__tertiary .navigation__link.navigation__link--has-image > a {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.75px; } }
  @media (max-width: 1080px) {
        .navigation .navigation__primary .navigation__secondary .navigation__link.navigation__link--has-image > a picture,
        .navigation .navigation__primary .navigation__secondary .navigation__link.navigation__link--has-image > a img,
        .navigation .navigation__primary .navigation__tertiary .navigation__link.navigation__link--has-image > a picture,
        .navigation .navigation__primary .navigation__tertiary .navigation__link.navigation__link--has-image > a img {
          display: block;
          -o-object-fit: cover;
          object-fit: cover;
          width: 87px;
          height: 58px;
          flex-shrink: 0; }
          .navigation .navigation__primary .navigation__secondary .navigation__link.navigation__link--has-image > a picture.inset-0,
          .navigation .navigation__primary .navigation__secondary .navigation__link.navigation__link--has-image > a img.inset-0,
          .navigation .navigation__primary .navigation__tertiary .navigation__link.navigation__link--has-image > a picture.inset-0,
          .navigation .navigation__primary .navigation__tertiary .navigation__link.navigation__link--has-image > a img.inset-0 {
            width: 100%;
            height: 100%; }
        .navigation .navigation__primary .navigation__secondary .navigation__link.navigation__link--has-image > a > span,
        .navigation .navigation__primary .navigation__tertiary .navigation__link.navigation__link--has-image > a > span {
          padding-left: 1.5rem;
          padding-right: 2rem; }
      .navigation .navigation__primary .navigation__secondary:has(.current-open),
      .navigation .navigation__primary .navigation__tertiary:has(.current-open) {
        opacity: 1;
        z-index: 1; }
      .navigation .navigation__primary .navigation__secondary.current-open,
      .navigation .navigation__primary .navigation__tertiary.current-open {
        opacity: 1;
        transition: 0.25s opacity ease 0.25s;
        visibility: visible; } }
    @media (max-width: 1080px) and (min-width: 560px) {
      .navigation .navigation__primary .navigation__secondary.current-open,
      .navigation .navigation__primary .navigation__tertiary.current-open {
        overflow: auto;
        z-index: 1; } }
  @media (max-width: 1080px) {
        .navigation .navigation__primary .navigation__secondary.current-open > .navigation__sub-label,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__sub-label,
        .navigation .navigation__primary .navigation__tertiary.current-open > .navigation__sub-label,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__sub-label {
          opacity: 0;
          -webkit-animation: 0.5s fadeUpLarge ease forwards;
          animation: 0.5s fadeUpLarge ease forwards;
          -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s; }
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link > button,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link > button,
        .navigation .navigation__primary .navigation__secondary.current-open > li > a,
        .navigation .navigation__primary .navigation__secondary.current-open > li > button,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder > a,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > li > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > li > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder > button {
          opacity: 0;
          -webkit-animation: 0.5s fadeUpLarge ease forwards;
          animation: 0.5s fadeUpLarge ease forwards; }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder > button.delay-short {
            -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s; }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder > button.delay-long {
            -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s; }
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > button,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 1) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 1) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 1) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 1) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 1) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 1) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 1) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 1) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 1) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 1) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 1) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 1) > button {
          -webkit-animation-delay: calc(0.08s * (1 - 1) + 0.35s);
          animation-delay: calc(0.08s * (1 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 1) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 1) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 1) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 1) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 1) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 1) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 1) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 1) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 1) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 1) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 1) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 1) > button.delay-short {
            -webkit-animation-delay: calc(0.05s * (1 - 1) + 0.35s);
            animation-delay: calc(0.05s * (1 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 1) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 1) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 1) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 1) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 1) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 1) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 1) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 1) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 1) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 1) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 1) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 1) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 1) > button.delay-long {
            -webkit-animation-delay: calc(0.13s * (1 - 1) + 0.35s);
            animation-delay: calc(0.13s * (1 - 1) + 0.35s); }
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > button,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 2) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 2) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 2) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 2) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 2) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 2) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 2) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 2) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 2) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 2) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 2) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 2) > button {
          -webkit-animation-delay: calc(0.08s * (2 - 1) + 0.35s);
          animation-delay: calc(0.08s * (2 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 2) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 2) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 2) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 2) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 2) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 2) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 2) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 2) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 2) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 2) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 2) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 2) > button.delay-short {
            -webkit-animation-delay: calc(0.05s * (2 - 1) + 0.35s);
            animation-delay: calc(0.05s * (2 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 2) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 2) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 2) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 2) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 2) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 2) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 2) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 2) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 2) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 2) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 2) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 2) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 2) > button.delay-long {
            -webkit-animation-delay: calc(0.13s * (2 - 1) + 0.35s);
            animation-delay: calc(0.13s * (2 - 1) + 0.35s); }
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > button,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 3) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 3) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 3) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 3) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 3) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 3) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 3) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 3) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 3) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 3) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 3) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 3) > button {
          -webkit-animation-delay: calc(0.08s * (3 - 1) + 0.35s);
          animation-delay: calc(0.08s * (3 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 3) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 3) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 3) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 3) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 3) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 3) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 3) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 3) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 3) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 3) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 3) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 3) > button.delay-short {
            -webkit-animation-delay: calc(0.05s * (3 - 1) + 0.35s);
            animation-delay: calc(0.05s * (3 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 3) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 3) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 3) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 3) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 3) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 3) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 3) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 3) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 3) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 3) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 3) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 3) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 3) > button.delay-long {
            -webkit-animation-delay: calc(0.13s * (3 - 1) + 0.35s);
            animation-delay: calc(0.13s * (3 - 1) + 0.35s); }
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > button,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 4) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 4) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 4) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 4) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 4) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 4) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 4) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 4) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 4) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 4) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 4) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 4) > button {
          -webkit-animation-delay: calc(0.08s * (4 - 1) + 0.35s);
          animation-delay: calc(0.08s * (4 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 4) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 4) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 4) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 4) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 4) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 4) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 4) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 4) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 4) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 4) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 4) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 4) > button.delay-short {
            -webkit-animation-delay: calc(0.05s * (4 - 1) + 0.35s);
            animation-delay: calc(0.05s * (4 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 4) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 4) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 4) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 4) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 4) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 4) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 4) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 4) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 4) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 4) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 4) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 4) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 4) > button.delay-long {
            -webkit-animation-delay: calc(0.13s * (4 - 1) + 0.35s);
            animation-delay: calc(0.13s * (4 - 1) + 0.35s); }
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > button,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 5) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 5) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 5) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 5) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 5) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 5) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 5) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 5) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 5) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 5) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 5) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 5) > button {
          -webkit-animation-delay: calc(0.08s * (5 - 1) + 0.35s);
          animation-delay: calc(0.08s * (5 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 5) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 5) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 5) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 5) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 5) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 5) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 5) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 5) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 5) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 5) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 5) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 5) > button.delay-short {
            -webkit-animation-delay: calc(0.05s * (5 - 1) + 0.35s);
            animation-delay: calc(0.05s * (5 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 5) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 5) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 5) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 5) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 5) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 5) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 5) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 5) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 5) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 5) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 5) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 5) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 5) > button.delay-long {
            -webkit-animation-delay: calc(0.13s * (5 - 1) + 0.35s);
            animation-delay: calc(0.13s * (5 - 1) + 0.35s); }
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > button,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 6) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 6) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 6) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 6) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 6) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 6) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 6) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 6) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 6) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 6) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 6) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 6) > button {
          -webkit-animation-delay: calc(0.08s * (6 - 1) + 0.35s);
          animation-delay: calc(0.08s * (6 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 6) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 6) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 6) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 6) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 6) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 6) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 6) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 6) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 6) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 6) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 6) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 6) > button.delay-short {
            -webkit-animation-delay: calc(0.05s * (6 - 1) + 0.35s);
            animation-delay: calc(0.05s * (6 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 6) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 6) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 6) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 6) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 6) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 6) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 6) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 6) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 6) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 6) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 6) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 6) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 6) > button.delay-long {
            -webkit-animation-delay: calc(0.13s * (6 - 1) + 0.35s);
            animation-delay: calc(0.13s * (6 - 1) + 0.35s); }
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > button,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 7) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 7) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 7) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 7) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 7) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 7) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 7) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 7) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 7) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 7) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 7) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 7) > button {
          -webkit-animation-delay: calc(0.08s * (7 - 1) + 0.35s);
          animation-delay: calc(0.08s * (7 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 7) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 7) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 7) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 7) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 7) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 7) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 7) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 7) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 7) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 7) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 7) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 7) > button.delay-short {
            -webkit-animation-delay: calc(0.05s * (7 - 1) + 0.35s);
            animation-delay: calc(0.05s * (7 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 7) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 7) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 7) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 7) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 7) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 7) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 7) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 7) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 7) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 7) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 7) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 7) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 7) > button.delay-long {
            -webkit-animation-delay: calc(0.13s * (7 - 1) + 0.35s);
            animation-delay: calc(0.13s * (7 - 1) + 0.35s); }
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > button,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 8) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 8) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 8) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 8) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 8) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 8) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 8) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 8) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 8) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 8) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 8) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 8) > button {
          -webkit-animation-delay: calc(0.08s * (8 - 1) + 0.35s);
          animation-delay: calc(0.08s * (8 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 8) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 8) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 8) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 8) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 8) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 8) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 8) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 8) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 8) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 8) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 8) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 8) > button.delay-short {
            -webkit-animation-delay: calc(0.05s * (8 - 1) + 0.35s);
            animation-delay: calc(0.05s * (8 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 8) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 8) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 8) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 8) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 8) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 8) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 8) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 8) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 8) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 8) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 8) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 8) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 8) > button.delay-long {
            -webkit-animation-delay: calc(0.13s * (8 - 1) + 0.35s);
            animation-delay: calc(0.13s * (8 - 1) + 0.35s); }
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > button,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 9) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 9) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 9) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 9) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 9) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 9) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 9) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 9) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 9) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 9) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 9) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 9) > button {
          -webkit-animation-delay: calc(0.08s * (9 - 1) + 0.35s);
          animation-delay: calc(0.08s * (9 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 9) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 9) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 9) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 9) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 9) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 9) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 9) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 9) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 9) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 9) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 9) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 9) > button.delay-short {
            -webkit-animation-delay: calc(0.05s * (9 - 1) + 0.35s);
            animation-delay: calc(0.05s * (9 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 9) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 9) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 9) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 9) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 9) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 9) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 9) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 9) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 9) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 9) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 9) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 9) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 9) > button.delay-long {
            -webkit-animation-delay: calc(0.13s * (9 - 1) + 0.35s);
            animation-delay: calc(0.13s * (9 - 1) + 0.35s); }
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > button,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 10) > a,
        .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 10) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 10) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 10) > button,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 10) > a,
        .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 10) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 10) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 10) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 10) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 10) > button,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 10) > a,
        .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 10) > button {
          -webkit-animation-delay: calc(0.08s * (10 - 1) + 0.35s);
          animation-delay: calc(0.08s * (10 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 10) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 10) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 10) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 10) > button.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 10) > a.delay-short,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 10) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 10) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 10) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 10) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 10) > button.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 10) > a.delay-short,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 10) > button.delay-short {
            -webkit-animation-delay: calc(0.05s * (10 - 1) + 0.35s);
            animation-delay: calc(0.05s * (10 - 1) + 0.35s); }
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 10) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open .navigation__inspiration-link:nth-child(12n + 10) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 10) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > li:nth-child(12n + 10) > button.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 10) > a.delay-long,
          .navigation .navigation__primary .navigation__secondary.current-open > .nav-account-links-holder:nth-child(12n + 10) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__secondary-dropdown > .navigation__link:nth-child(12n + 10) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 10) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open .navigation__inspiration-link:nth-child(12n + 10) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 10) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > li:nth-child(12n + 10) > button.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 10) > a.delay-long,
          .navigation .navigation__primary .navigation__tertiary.current-open > .nav-account-links-holder:nth-child(12n + 10) > button.delay-long {
            -webkit-animation-delay: calc(0.13s * (10 - 1) + 0.35s);
            animation-delay: calc(0.13s * (10 - 1) + 0.35s); } }
  @media (min-width: 1081px) {
    .navigation .navigation__secondary {
      width: 100vw;
      position: absolute;
      left: 0;
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      border-top-width: 1px;
      top: 100%;
      opacity: 0;
      left: -9999px;
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
      transition: 0.5s opacity ease, 0.1s left ease 0.5s; }
      .navigation .navigation__secondary.open {
        left: 0;
        opacity: 1;
        transition: 0.5s opacity ease; }
      .navigation .navigation__secondary .navigation__link {
        flex: 0 0 auto;
        margin-right: 4rem; }
        .navigation .navigation__secondary .navigation__link[data-column-title='Size & Shape'], .navigation .navigation__secondary .navigation__link[data-column-title='Brands'] {
          flex-shrink: 1; } }
    @media (min-width: 1081px) and (min-width: 1400px) {
      .navigation .navigation__secondary .navigation__link {
        margin-right: 5rem; } }
  @media (min-width: 1081px) {
        .navigation .navigation__secondary .navigation__link--additional-column {
          margin-top: 2.5rem; }
        .navigation .navigation__secondary .navigation__link .split-column {
          margin-right: 2.5rem; }
          .navigation .navigation__secondary .navigation__link .split-column:last-of-type {
            margin-right: 0; }
      .navigation .navigation__secondary .navigation__link--has-sub > a,
      .navigation .navigation__secondary .navigation__link--heading,
      .navigation .navigation__secondary .navigation__inspiration-link .navigation__inspiration-link-title {
        display: block;
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity));
        margin-bottom: 14px; }
      .navigation .navigation__secondary .navigation__link--has-sub > a,
      .navigation .navigation__secondary .navigation__link--heading {
        border-bottom: 1px solid #e5e5e5; }
      .navigation .navigation__secondary.lg-up\:hidden {
        /*display: none !important;*/ }
      .navigation .navigation__secondary[data-panel='inspiration'] p {
        color: #484949; } }
  @media (min-width: 1081px) {
    .navigation .navigation__secondary[data-panel='collaborations'] .navigation__link:nth-child(4), .navigation .navigation__secondary[data-panel='collaborations'] .navigation__link:nth-child(5) {
      max-width: 130px; } }
  .navigation .navigation__secondary-dropdown .navigation__tertiary .navigation__link--collab-image-link {
    display: none; }
    .navigation .navigation__secondary-dropdown .navigation__tertiary .navigation__link--collab-image-link img {
      width: 100%;
      aspect-ratio: 3 / 2;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (min-width: 1081px) {
      .navigation .navigation__secondary-dropdown .navigation__tertiary .navigation__link--collab-image-link {
        display: block; } }
  @media (min-width: 1081px) {
    .navigation .navigation__secondary-dropdown .navigation__tertiary .navigation__link {
      margin-right: 0; } }
  @media (min-width: 1081px) {
    .navigation .rugs .navigation__link,
    .navigation .accessories .navigation__link,
    .navigation .collaborations .navigation__link {
      margin-right: 2.5rem; } }
  @media (min-width: 1081px) and (min-width: 1281px) {
    .navigation .rugs .navigation__link,
    .navigation .accessories .navigation__link,
    .navigation .collaborations .navigation__link {
      margin-right: 4rem; } }
  @media (min-width: 1081px) and (min-width: 1400px) {
    .navigation .rugs .navigation__link,
    .navigation .accessories .navigation__link,
    .navigation .collaborations .navigation__link {
      margin-right: 5rem; } }
  @media (min-width: 1081px) {
    .navigation .navigation__secondary-dropdown {
      padding-top: 2rem;
      padding-bottom: 4rem;
      display: flex;
      justify-content: flex-start; } }
  @media (min-width: 1081px) {
    .navigation .navigation__secondary-dropdown .navigation__tertiary li,
    .navigation .navigation__secondary-dropdown .navigation__tertiary a,
    .navigation .navigation__secondary-dropdown .navigation__tertiary button {
      display: block; }
    .navigation .navigation__secondary-dropdown .navigation__tertiary a,
    .navigation .navigation__secondary-dropdown .navigation__tertiary button {
      margin-bottom: 0.75rem;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.5px;
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity));
      text-decoration: none;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      transition: 0.2s color ease-in-out;
      text-transform: none;
      text-align: left;
      letter-spacing: 0.65px;
      /*TODO*/
      line-height: 20px;
      /*TODO*/
      color: #484949; }
      .navigation .navigation__secondary-dropdown .navigation__tertiary a:hover, .navigation .navigation__secondary-dropdown .navigation__tertiary a:focus,
      .navigation .navigation__secondary-dropdown .navigation__tertiary button:hover,
      .navigation .navigation__secondary-dropdown .navigation__tertiary button:focus {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); }
      .navigation .navigation__secondary-dropdown .navigation__tertiary a:active,
      .navigation .navigation__secondary-dropdown .navigation__tertiary button:active {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
      .navigation .navigation__secondary-dropdown .navigation__tertiary a--grey-7,
      .navigation .navigation__secondary-dropdown .navigation__tertiary button--grey-7 {
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity)); }
        .navigation .navigation__secondary-dropdown .navigation__tertiary a--grey-7:hover, .navigation .navigation__secondary-dropdown .navigation__tertiary a--grey-7:focus,
        .navigation .navigation__secondary-dropdown .navigation__tertiary button--grey-7:hover,
        .navigation .navigation__secondary-dropdown .navigation__tertiary button--grey-7:focus {
          --text-opacity: 1;
          color: #757575;
          color: rgba(117, 117, 117, var(--text-opacity)); } }
  @media (min-width: 1081px) {
    .navigation .rugs .navigation__secondary-dropdown,
    .navigation .accessories .navigation__secondary-dropdown,
    .navigation .collaborations .navigation__secondary-dropdown {
      margin: 0 auto;
      justify-content: center; } }
  @media (min-width: 1281px) {
    .navigation .accessories .navigation__secondary-dropdown,
    .navigation .collaborations .navigation__secondary-dropdown {
      justify-content: unset;
      margin: 0 108px; } }
  @media (min-width: 1524px) {
    .navigation .rugs .navigation__secondary-dropdown {
      margin: 0 108px;
      justify-content: unset; } }
  @media (min-width: 1081px) {
    .navigation .navigation__featured-menu {
      font-family: "freight-text-pro", serif;
      text-transform: none;
      letter-spacing: 1px;
      width: 20vw;
      max-width: 310px; }
      .navigation .navigation__featured-menu img {
        display: block;
        margin-bottom: 0.75rem; } }
  .navigation .navigation__secondary-dropdown--inspiration {
    grid-gap: 1.5rem;
    gap: 1.5rem;
    max-width: calc(100% - 168px); }
  @media (min-width: 1081px) {
    .navigation .navigation__inspiration-link {
      width: 16.66667%; } }
  .navigation .navigation__inspiration-link.navigation__inspiration-link--projects {
    width: 50%; }
    .navigation .navigation__inspiration-link.navigation__inspiration-link--projects .navigation__inspiration-link-projects-divider {
      width: 100%;
      display: flex;
      flex-direction: row; }
    .navigation .navigation__inspiration-link.navigation__inspiration-link--projects .navigation__inspiration-link-projects-main {
      width: 66.66667%;
      padding-right: 1.5rem; }
    .navigation .navigation__inspiration-link.navigation__inspiration-link--projects .navigation__inspiration-link-projects-links {
      width: 33.33333%; }
    .navigation .navigation__inspiration-link.navigation__inspiration-link--projects .navigation__inspiration-link-projects-link {
      margin-bottom: 1.5rem;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.75px;
      display: block;
      text-transform: none;
      transition: 0.2s color ease-in-out; }
      .navigation .navigation__inspiration-link.navigation__inspiration-link--projects .navigation__inspiration-link-projects-link:hover span {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
    .navigation .navigation__inspiration-link.navigation__inspiration-link--projects .navigation__inspiration-link-projects-link-designer {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px;
      margin-bottom: 0.25rem;
      display: block; }
  .navigation .navigation__utilities {
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1; }
    @media (min-width: 1081px) {
      .navigation .navigation__utilities .navigation__utilities-list {
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap; }
        .navigation .navigation__utilities .navigation__utilities-list .navigation__utilities-link > a {
          text-align: center; } }
    .navigation .navigation__utilities ul {
      height: 100%; }
      .navigation .navigation__utilities ul .navigation__utilities-link {
        margin-left: 0.5rem;
        margin-right: 1.5rem;
        vertical-align: middle;
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 2.5px;
        text-transform: uppercase; }
      .navigation .navigation__utilities ul a {
        display: inline-block;
        padding: 27px 0;
        transition: 0.2s color ease-in-out; }
        .navigation .navigation__utilities ul a:hover {
          --text-opacity: 1;
          color: #484949;
          color: rgba(72, 73, 73, var(--text-opacity)); }
        .navigation .navigation__utilities ul a.cart-icon {
          padding: 33px 8px 32px; }
      .navigation .navigation__utilities ul .navigation__utilities-link > a.navigation__utilities-link--blur {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
        .navigation .navigation__utilities ul .navigation__utilities-link > a.navigation__utilities-link--blur:hover {
          --text-opacity: 1;
          color: #484949;
          color: rgba(72, 73, 73, var(--text-opacity)); }
    .navigation .navigation__utilities .cart-icon {
      display: inline-block;
      line-height: 0;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      height: 100%;
      padding-top: 33px;
      padding-bottom: 32px; }
      .navigation .navigation__utilities .cart-icon svg {
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        /*
         *
         * Known Bug in IE where width and height NEED to be supplied
         * Since this bug only occurs on IE (and does not break on any other browsers)
         * I added a media query to only apply height on IE
         * This minimizes risk on breaking on other browsers where it already works.
         *
         */ }
        @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
          .navigation .navigation__utilities .cart-icon svg {
            height: 19px;
            /* Viewbox of SVG is 26 x 23, to keep scale height is set to this for 22 x 19*/ } }
        .navigation .navigation__utilities .cart-icon svg * {
          fill: #484949;
          transition: fill 0.5s ease; }
      .navigation .navigation__utilities .cart-icon span {
        display: inline-block;
        vertical-align: middle;
        padding-left: 0.25rem;
        font-size: .75rem;
        letter-spacing: 2.5px; }
        .navigation .navigation__utilities .cart-icon span.hidden {
          display: none; }
  .navigation .navigation__utilities-dropdown {
    left: 180px; }
    .navigation .navigation__utilities-dropdown.spars-erp {
      left: 42px; }
    .navigation .navigation__utilities-dropdown--orders {
      left: 54px; }
  .navigation .navigation__utility-account .navigation__utilities-dropdown,
  .navigation .navigation__utilities .navigation__utilities-dropdown,
  .navigation .navigation__utilities .navigation__utilities-dropdown--orders {
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    height: auto;
    visibility: visible;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
    width: 273px;
    top: 84px;
    transform: translate(-50%, -1px);
    transition: 0.5s opacity cubic-bezier(0.32, 0.24, 0.15, 1);
    box-shadow: 0 24px 34px 0 rgba(0, 0, 0, 0.1); }
    .navigation .navigation__utility-account .navigation__utilities-dropdown li,
    .navigation .navigation__utilities .navigation__utilities-dropdown li,
    .navigation .navigation__utilities .navigation__utilities-dropdown--orders li {
      margin: 0;
      padding-top: 0;
      padding-bottom: 0;
      letter-spacing: 0.05em;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.5px;
      border-bottom: 1px solid #e5e5e5; }
      .navigation .navigation__utility-account .navigation__utilities-dropdown li:last-of-type,
      .navigation .navigation__utilities .navigation__utilities-dropdown li:last-of-type,
      .navigation .navigation__utilities .navigation__utilities-dropdown--orders li:last-of-type {
        border: none; }
    .navigation .navigation__utility-account .navigation__utilities-dropdown a,
    .navigation .navigation__utilities .navigation__utilities-dropdown a,
    .navigation .navigation__utilities .navigation__utilities-dropdown--orders a {
      padding-left: 0;
      padding-right: 0;
      padding-top: 1rem;
      padding-bottom: 1rem;
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity));
      width: 100%;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.5px;
      line-height: 1.4; }
      @media (min-width: 1081px) {
        .navigation .navigation__utility-account .navigation__utilities-dropdown a,
        .navigation .navigation__utilities .navigation__utilities-dropdown a,
        .navigation .navigation__utilities .navigation__utilities-dropdown--orders a {
          line-height: 20px;
          letter-spacing: 0.65px; } }
      .navigation .navigation__utility-account .navigation__utilities-dropdown a:hover,
      .navigation .navigation__utilities .navigation__utilities-dropdown a:hover,
      .navigation .navigation__utilities .navigation__utilities-dropdown--orders a:hover {
        color: #757575; }
    .navigation .navigation__utility-account .navigation__utilities-dropdown.navigation__utilities-dropdown--hidden,
    .navigation .navigation__utilities .navigation__utilities-dropdown.navigation__utilities-dropdown--hidden,
    .navigation .navigation__utilities .navigation__utilities-dropdown--orders.navigation__utilities-dropdown--hidden {
      opacity: 0;
      visibility: hidden;
      transition: 0s opacity ease, 0.01s visibility ease 0s; }
      .navigation .navigation__utility-account .navigation__utilities-dropdown.navigation__utilities-dropdown--hidden:after,
      .navigation .navigation__utilities .navigation__utilities-dropdown.navigation__utilities-dropdown--hidden:after,
      .navigation .navigation__utilities .navigation__utilities-dropdown--orders.navigation__utilities-dropdown--hidden:after {
        opacity: 0;
        visibility: hidden;
        transition: 0s opacity ease, 0.01s visibility ease 0s; }
  .navigation .navigation__utility-account .navigation__utilities-dropdown {
    top: 42px; }
  .navigation .navigation__search {
    position: relative; }
    .navigation .navigation__search img {
      padding: 0.5rem;
      transition: 0.5s all ease; }
      .navigation .navigation__search img.white {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0; }
    @media (min-width: 1081px) {
      .navigation .navigation__search {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 88px; }
        .navigation .navigation__search img {
          padding: 0;
          height: 14px;
          width: 14px; }
        .navigation .navigation__search img.white {
          left: 0.5rem;
          top: 1rem; } }
  .navigation .navigation__utilities-mobile {
    /* UTILITIES Dropdown (mobile)*/ }
    .navigation .navigation__utilities-mobile li > a {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.75px;
      font-family: "freight-text-pro", serif;
      padding-top: 1rem;
      padding-bottom: 1rem;
      text-transform: none; }
    .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated .js-accordion-trigger, .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated .ais-facets .ais-header, .ais-facets .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated .ais-header,
    .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated .ais-header {
      letter-spacing: 2.5px; }
      .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated .js-accordion-trigger:after, .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated .ais-facets .ais-header:after, .ais-facets .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated .ais-header:after,
      .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated .ais-header:after {
        content: '';
        width: 0.75rem;
        height: 0.5rem;
        display: inline-block;
        margin-left: 0.5rem;
        background-image: url("./icon-caret-bottom.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
    .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated ul {
      width: calc(100% + 2rem);
      margin-left: -1rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated li {
      letter-spacing: 0.6px; }
      .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated li > a {
        letter-spacing: 0.6px; }
    .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated.js-accordion-open .js-accordion-trigger:after, .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated.js-accordion-open .ais-facets .ais-header:after, .ais-facets .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated.js-accordion-open .ais-header:after {
      transform: scaleY(-1); }
    .navigation .navigation__utilities-mobile.navigation__utilities-mobile--authenticated.js-accordion-open ul {
      padding-top: 2rem;
      padding-bottom: 2rem; }
  .navigation .navigation__hamburger {
    cursor: pointer;
    width: 32px;
    height: 32px;
    padding: 8px;
    position: relative; }
    .navigation .navigation__hamburger .hamburger-to-close {
      cursor: pointer; }
      .navigation .navigation__hamburger .hamburger-to-close:before, .navigation .navigation__hamburger .hamburger-to-close:after {
        content: ''; }
      .navigation .navigation__hamburger .hamburger-to-close .hamburger-middle, .navigation .navigation__hamburger .hamburger-to-close:before, .navigation .navigation__hamburger .hamburger-to-close:after {
        position: absolute;
        width: 16px;
        height: 1px;
        background-color: #484949;
        border-radius: 10px; }
      .navigation .navigation__hamburger .hamburger-to-close .hamburger-middle {
        top: 50%;
        transition: transform ease 0.2s, background-color 0.5s ease; }
      .navigation .navigation__hamburger .hamburger-to-close:before {
        top: 9px;
        transition: top 0.2s ease 0.2s, transform ease 0.2s, background-color 0.5s ease; }
      .navigation .navigation__hamburger .hamburger-to-close:after {
        bottom: 8px;
        transition: bottom 0.2s ease 0.2s, transform ease 0.2s, background-color 0.5s ease; }
    .js-navigation-mobile-open .navigation .navigation__hamburger .hamburger-to-close .hamburger-middle {
      transform: rotate(-45deg);
      transition: transform 0.2s ease 0.2s; }
    .js-navigation-mobile-open .navigation .navigation__hamburger .hamburger-to-close:before {
      top: 16px;
      transform: rotate(-45deg);
      transition: top ease 0.2s, transform 0.2s ease 0.2s, opacity 0.2s ease 0.4s;
      opacity: 0; }
    .js-navigation-mobile-open .navigation .navigation__hamburger .hamburger-to-close:after {
      bottom: 15px;
      transform: rotate(45deg);
      transition: bottom ease 0.2s, transform 0.2s ease 0.2s; }
  .navigation.navigation--transparent .navigation__hamburger .hamburger-to-close .hamburger-middle, .navigation.navigation--transparent .navigation__hamburger .hamburger-to-close:before, .navigation.navigation--transparent .navigation__hamburger .hamburger-to-close:after {
    background-color: white; }
  .js-scroll-direction-up .navigation.navigation--transparent .navigation__hamburger .hamburger-to-close .hamburger-middle, .js-scroll-direction-up .navigation.navigation--transparent .navigation__hamburger .hamburger-to-close:before, .js-scroll-direction-up .navigation.navigation--transparent .navigation__hamburger .hamburger-to-close:after {
    background-color: #484949; }
  @media (max-width: 1080px) {
    .navigation.navigation--open-secondary .navigation__back, .navigation.navigation--open-tertiary .navigation__back {
      visibility: visible;
      opacity: 1;
      transition: 0.25s opacity ease 0.2s; } }
  @media (max-width: 1080px) {
    .navigation.navigation--open-secondary .navigation__primary {
      transform: translate3d(-100%, 0, 0); } }
  @media (max-width: 1080px) {
    .navigation.navigation--open-tertiary .navigation__primary {
      transform: translate3d(-200%, 0, 0); } }
  @media (min-width: 1081px) {
    .navigation.navigation--open-dropdown.navigation--transparent {
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      .navigation.navigation--open-dropdown.navigation--transparent .navigation__primary-link > a,
      .navigation.navigation--open-dropdown.navigation--transparent .navigation__utilities a {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); } }
  .navigation.navigation--transparent {
    background-color: transparent; }
    .navigation.navigation--transparent.white-background {
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      .navigation.navigation--transparent.white-background .navigation__utilities a,
      .navigation.navigation--transparent.white-background .navigation__primary-link a {
        color: #484949; }
      .navigation.navigation--transparent.white-background .navigation__search img {
        opacity: 1; }
        .navigation.navigation--transparent.white-background .navigation__search img.white {
          opacity: 0; }
      .navigation.navigation--transparent.white-background .cart-icon svg * {
        fill: #484949; }
      .navigation.navigation--transparent.white-background:before {
        display: none; }
    .navigation.navigation--transparent:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.23) 15%, rgba(0, 0, 0, 0) 100%); }
      .js-search-panel-focused .navigation.navigation--transparent:before {
        content: none; }
    .js-navigation-mobile-open .navigation.navigation--transparent {
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      .js-navigation-mobile-open .navigation.navigation--transparent .navigation__hamburger span {
        --bg-opacity: 1;
        background-color: #484949;
        background-color: rgba(72, 73, 73, var(--bg-opacity)); }
    .navigation.navigation--transparent .navigation__hamburger span {
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    .navigation.navigation--transparent .cart-icon svg * {
      fill: #fff; }
    .navigation.navigation--transparent .cart-icon span {
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity)); }
    .js-search-panel-focused .navigation.navigation--transparent .cart-icon svg * {
      fill: #484949; }
    .js-search-panel-focused .navigation.navigation--transparent .cart-icon span {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity)); }
    .navigation.navigation--transparent .navigation__search img {
      opacity: 0; }
      .navigation.navigation--transparent .navigation__search img.white {
        opacity: 1; }
      .js-search-panel-focused .navigation.navigation--transparent .navigation__search img {
        opacity: 1; }
        .js-search-panel-focused .navigation.navigation--transparent .navigation__search img.white {
          opacity: 0; }
    @media (min-width: 1081px) {
      .navigation.navigation--transparent .navigation__primary-link > a,
      .navigation.navigation--transparent .navigation__utilities a {
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, var(--text-opacity)); } }
    .js-search-panel-focused .navigation.navigation--transparent,
    .js-scroll-direction-up .navigation.navigation--transparent {
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      top: 0; }
      @media (min-width: 1081px) {
        .js-search-panel-focused .navigation.navigation--transparent .navigation__primary-link > a,
        .js-search-panel-focused .navigation.navigation--transparent .navigation__utilities a,
        .js-scroll-direction-up .navigation.navigation--transparent .navigation__primary-link > a,
        .js-scroll-direction-up .navigation.navigation--transparent .navigation__utilities a {
          --text-opacity: 1;
          color: #484949;
          color: rgba(72, 73, 73, var(--text-opacity)); } }
    .js-scroll-direction-up .navigation.navigation--transparent {
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      .js-scroll-direction-up .navigation.navigation--transparent:before {
        display: none; }
      .js-scroll-direction-up .navigation.navigation--transparent .cart-icon svg * {
        fill: #484949; }
      .js-scroll-direction-up .navigation.navigation--transparent .cart-icon span {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); }
      .js-scroll-direction-up .navigation.navigation--transparent .navigation__search img {
        opacity: 1; }
        .js-scroll-direction-up .navigation.navigation--transparent .navigation__search img.white {
          opacity: 0; }
      .js-scroll-direction-up .navigation.navigation--transparent .navigation__hamburger span {
        --bg-opacity: 1;
        background-color: #484949;
        background-color: rgba(72, 73, 73, var(--bg-opacity)); }
  .js-search-panel-focused .navigation {
    top: 0; }
  .navigation .split_column {
    display: flex; }

/*Start of Utility Navigation A/B Test styles*/
.navigation__utility {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  height: 42px; }
  .navigation--transparent .navigation__utility {
    --bg-opacity: 1;
    background-color: #484949;
    background-color: rgba(72, 73, 73, var(--bg-opacity));
    background-color: rgba(72, 73, 73, 0.2); }
  .js-search-panel-focused .navigation__utility,
  .js-scroll-direction-up .navigation__utility {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity)); }

.mobile-utility-area {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.utility-search-text {
  display: none;
  --text-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--text-opacity));
  margin-left: 0.5rem; }
  .navigation--transparent .utility-search-text {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity)); }
  .js-search-panel-focused .utility-search-text,
  .js-scroll-direction-up .utility-search-text {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  @media (min-width: 1081px) {
    .utility-search-text {
      display: inline-block; } }

@media (min-width: 1081px) {
  .navigation .rugs .navigation__secondary-dropdown,
  .navigation .inspiration .navigation__secondary-dropdown,
  .navigation .accessories .navigation__secondary-dropdown,
  .navigation .collaborations .navigation__secondary-dropdown {
    max-width: calc(100% - 330px);
    margin: 0 auto; } }

@media (min-width: 1250px) and (max-width: 1340px) {
  .navigation .rugs .navigation__secondary-dropdown,
  .navigation .inspiration .navigation__secondary-dropdown,
  .navigation .accessories .navigation__secondary-dropdown,
  .navigation .collaborations .navigation__secondary-dropdown {
    max-width: calc(100% - 250px); } }

@media (min-width: 1200px) and (max-width: 1250px) {
  .navigation .rugs .navigation__secondary-dropdown,
  .navigation .inspiration .navigation__secondary-dropdown,
  .navigation .accessories .navigation__secondary-dropdown,
  .navigation .collaborations .navigation__secondary-dropdown {
    max-width: calc(100% - 200px); } }

@media (min-width: 1150px) and (max-width: 1250px) {
  .navigation .rugs .navigation__secondary-dropdown,
  .navigation .inspiration .navigation__secondary-dropdown,
  .navigation .accessories .navigation__secondary-dropdown,
  .navigation .collaborations .navigation__secondary-dropdown {
    max-width: calc(100% - 150px); } }

@media (min-width: 1024px) and (max-width: 1150px) {
  .navigation .rugs .navigation__secondary-dropdown,
  .navigation .inspiration .navigation__secondary-dropdown,
  .navigation .accessories .navigation__secondary-dropdown,
  .navigation .collaborations .navigation__secondary-dropdown {
    max-width: 95%; } }

.navigation .navigation__utility {
  display: none;
  height: 42px; }
  .navigation .navigation__utility.container {
    position: static; }
  @media (min-width: 1081px) {
    .navigation .navigation__utility {
      display: block; } }

@media (max-width: 1080px) {
  .navigation .navigation__utility-links {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity));
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .navigation .navigation__utility-links .navigation__utility-link {
      padding: 0; }
      .navigation .navigation__utility-links .navigation__utility-link span {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); } }

.navigation .navigation__utility-promo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 42px; }
  @media (max-width: 1080px) {
    .navigation .navigation__utility-promo {
      position: static;
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem;
      height: auto;
      padding: 14px 16px;
      box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.1);
      -webbkit-box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.1); }
      .navigation .navigation__utility-promo .navigation__utility-promo-link-icon {
        background-image: url("./icon-tooltip-grey.svg"); } }

.navigation .navigation__secondary .navigation__link--heading {
  padding-bottom: 0.5rem; }

.navigation .navigation__secondary .navigation__link--heading,
.navigation .navigation__secondary .navigation__inspiration-link .navigation__inspiration-link-title {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  max-width: 50ch;
  text-wrap: pretty;
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: clamp(1.313rem, 0.282vw + 1.246rem, 1.5rem);
  color: #484949;
  margin-bottom: 0.5rem;
  text-transform: none; }
  .navigation .navigation__secondary .navigation__link--heading strong,
  .navigation .navigation__secondary .navigation__inspiration-link .navigation__inspiration-link-title strong {
    font-weight: 500; }
  .dark-mode .navigation .navigation__secondary .navigation__link--heading, .dark-mode
  .navigation .navigation__secondary .navigation__inspiration-link .navigation__inspiration-link-title {
    color: #fff; }
  .navigation .navigation__secondary .navigation__link--heading:hover,
  .navigation .navigation__secondary .navigation__inspiration-link .navigation__inspiration-link-title:hover {
    color: #757575; }
    .dark-mode .navigation .navigation__secondary .navigation__link--heading:hover, .dark-mode
    .navigation .navigation__secondary .navigation__inspiration-link .navigation__inspiration-link-title:hover {
      color: #efefef; }

.navigation .navigation__secondary[data-panel='inspiration'] p {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
  color: #484949;
  max-width: 300px; }
  .navigation .navigation__secondary[data-panel='inspiration'] p strong {
    font-weight: 500; }
  .dark-mode .navigation .navigation__secondary[data-panel='inspiration'] p {
    color: #f7f7f7; }

.navigation .navigation__inspiration-link-projects-link-designer {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
  font-weight: 500; }
  .navigation .navigation__inspiration-link-projects-link-designer strong {
    font-weight: 500; }

.navigation .navigation__inspiration-link-projects-link-title {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
  margin-left: -0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: transparent; }
  .navigation .navigation__inspiration-link-projects-link-title strong {
    font-weight: 500; }

.navigation .navigation__secondary .navigation__link--collab-link-new {
  display: block; }
  .navigation .navigation__secondary .navigation__link--collab-link-new a {
    font-family: freight-text-pro, serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    max-width: 50ch;
    text-wrap: pretty;
    font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
    line-height: clamp(1.313rem, 0.282vw + 1.246rem, 1.5rem);
    color: #484949;
    margin-bottom: 0.5rem;
    text-transform: none;
    border-bottom: none; }
    .navigation .navigation__secondary .navigation__link--collab-link-new a strong {
      font-weight: 500; }
    .dark-mode .navigation .navigation__secondary .navigation__link--collab-link-new a {
      color: #fff; }
    .navigation .navigation__secondary .navigation__link--collab-link-new a:hover {
      color: #757575; }
      .dark-mode .navigation .navigation__secondary .navigation__link--collab-link-new a:hover {
        color: #efefef; }

.navigation .navigation__secondary .navigation__secondary-dropdown .navigation__tertiary .navigation__link > .navigation__grandchild-link {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
  color: #484949; }
  .navigation .navigation__secondary .navigation__secondary-dropdown .navigation__tertiary .navigation__link > .navigation__grandchild-link strong {
    font-weight: 500; }
  .dark-mode .navigation .navigation__secondary .navigation__secondary-dropdown .navigation__tertiary .navigation__link > .navigation__grandchild-link {
    color: #f7f7f7; }

.navigation .navigation__link--subhead {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
  color: #484949;
  text-transform: none; }
  .navigation .navigation__link--subhead strong {
    font-weight: 500; }
  .dark-mode .navigation .navigation__link--subhead {
    color: #f7f7f7; }

@media (min-width: 1081px) {
  .navigation .navigation__utilities .navigation__utilities-link--old {
    display: none; }
  .navigation .navigation__main {
    height: 72px; }
  .navigation .navigation__primary > .navigation__primary-link {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  .navigation .navigation__primary .navigation__primary-link > a {
    /*TODO: after a/b test just apply .body-medium to these links*/
    font-family: freight-text-pro, serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    text-transform: none;
    border-bottom-width: 1px;
    border-color: transparent;
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
    line-height: clamp(1.313rem, 0.282vw + 1.246rem, 1.5rem);
    padding: 25px 0 23px;
    height: 72px; }
    .navigation .navigation__primary .navigation__primary-link > a:hover {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity));
      --border-opacity: 1;
      border-color: #757575;
      border-color: rgba(117, 117, 117, var(--border-opacity)); }
  .navigation .navigation__primary .navigation__primary-link:hover > a {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity));
    --border-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--border-opacity)); }
  .navigation .navigation__primary .navigation__primary-link.navigation__primary-link--active > a {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }
  .navigation.navigation--transparent .navigation__primary .navigation__primary-link > a {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity)); }
    .navigation.navigation--transparent .navigation__primary .navigation__primary-link > a:hover {
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity));
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); }
  .navigation.navigation--transparent .navigation__primary .navigation__primary-link:hover > a {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity)); }
  .navigation.navigation--transparent .navigation__primary .navigation__primary-link.navigation__primary-link--active > a {
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity)); }
  .navigation .navigation__link--additional-column {
    margin-top: 2rem; }
  .navigation .accessories .split_column {
    flex-direction: column; }
    .navigation .accessories .split_column .split-column--second {
      display: none; }
  .navigation .accessories .split-column {
    flex-direction: column;
    margin-right: 0; }
    .navigation .accessories .split-column .navigation__link {
      margin-right: 0; }
  .navigation .accessories .navigation__link--heading {
    display: none; }
  .navigation .rugs .navigation__secondary-dropdown > .navigation__link,
  .navigation .accessories .navigation__secondary-dropdown > .navigation__link,
  .navigation .collaborations .navigation__secondary-dropdown > .navigation__link {
    margin-right: 1.5rem;
    flex-grow: 1;
    flex-shrink: 1; }
    .navigation .rugs .navigation__secondary-dropdown > .navigation__link:last-child,
    .navigation .accessories .navigation__secondary-dropdown > .navigation__link:last-child,
    .navigation .collaborations .navigation__secondary-dropdown > .navigation__link:last-child {
      margin-right: 0; }
  .navigation .navigation__secondary .navigation__collab-name {
    display: none; }
  .navigation .navigation__secondary .navigation__link--collab-link-old {
    display: none; }
  .navigation .navigation__inspiration-link.navigation__inspiration-link--projects .navigation__inspiration-link-projects-link:hover {
    color: #484949; }
    .navigation .navigation__inspiration-link.navigation__inspiration-link--projects .navigation__inspiration-link-projects-link:hover .navigation__inspiration-link-projects-link-designer {
      color: #484949; }
    .navigation .navigation__inspiration-link.navigation__inspiration-link--projects .navigation__inspiration-link-projects-link:hover .navigation__inspiration-link-projects-link-title {
      color: #484949;
      background-color: #f7f7f7; }
  .navigation .navigation__secondary-dropdown .navigation__tertiary .navigation__link > button,
  .navigation .navigation__secondary-dropdown .navigation__tertiary .navigation__link > .navigation__grandchild-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    border-radius: 9999px;
    background-color: transparent; }
    .navigation .navigation__secondary-dropdown .navigation__tertiary .navigation__link > button:hover,
    .navigation .navigation__secondary-dropdown .navigation__tertiary .navigation__link > .navigation__grandchild-link:hover {
      color: #484949;
      background-color: #f7f7f7; }
    .navigation .navigation__secondary-dropdown .navigation__tertiary .navigation__link > button.navigation__grandchild-link--color,
    .navigation .navigation__secondary-dropdown .navigation__tertiary .navigation__link > .navigation__grandchild-link.navigation__grandchild-link--color {
      display: inline-flex;
      flex-direction: row;
      grid-gap: 0.5rem;
      gap: 0.5rem; }
  .navigation .rugs .navigation__secondary-dropdown--new {
    display: flex; }
    .navigation .rugs .navigation__secondary-dropdown--new .navigation__link--heading {
      max-width: none;
      margin-bottom: 14px; }
      .navigation .rugs .navigation__secondary-dropdown--new .navigation__link--heading:hover {
        color: #484949; }
  .navigation .rugs .navigation__link--primary-links {
    width: 25%;
    padding-top: 2.5rem; }
    .navigation .rugs .navigation__link--primary-links .navigation__link--collab-link-new {
      margin-bottom: 0.5rem; }
  .navigation .rugs .navigation__link--featured-links {
    width: 16.6%; }
  .navigation .rugs .navigation__link--rug-color-nav {
    width: 16.6%; }
  .navigation .rugs .navigation__link--rug-size-nav {
    width: 41%; }
  .navigation .rugs .navigation__tertiary--rug-colors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem; }
  .navigation .rugs .navigation__grandchild-link--color-circle {
    display: block;
    --bg-opacity: 1;
    background-color: #000000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    margin-bottom: 0;
    width: 1rem;
    height: 1rem;
    position: relative;
    border-radius: 9999px;
    text-indent: -9999px;
    flex-shrink: 0; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Blue {
      background-color: #5c7c93; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Grey {
      background-color: #e5e5e5; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Ivory, .navigation .rugs .navigation__grandchild-link--color-circle.color-Ivory\/White {
      background-color: #ffffff;
      border: 1px solid #bebfbf; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Beige {
      background-color: #c7bdac; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Multi {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAeTSURBVHgBnVc9cxzHEe2end29A0HjREuqkgLz4HJu4BfICJ0RISOLmeWEUKAqKwIYkeUEx8guJ4QjZwYduBTC/AfMnLjMVeKPsqt0sAjg9mOm9bpnFgQpSmIJrOXM7t1Ov/f6dc8c0xv+7R08mk1ccaun8EEQ2RoozvsYZoME6iUuYwxNQfGpo/BXOXv+56PFwfJN1uXv+sL9+3+c98J3Bxk+7EU2ggRGQEJwSmMUgGChQCxBCg6MEQuHoxD6e0cPDprvBeAQjIfJ+n4kuYtgDNbSaXANTFH02VUgBABOBnJkwdOoQCQu1i5O7y0Wi+UbAzi8fzx3Tk4CZB5EaMhBTG6K1IF1j3kXM6DEGMEGKgzAcAnAQRs8byTGnd89eNC8Gsu9+uD3v/nL1tS7E++Km54LLMhUsMNlozB44iXccUKP/4AR/0SgPR5EPNKggsVxj7Tgfl6wnPzqk0+2vhXAIzCvSjlGoHmBpfVDDyk0uNOA+Ct0SHF1pqF1SFgQ1IIriAzGURw9MS/K8Kdf/npv/loAjw6PZ5OpO4GT596JBfbKnJwpoPcKwi5O7Dnxz7lUtlABqUpXMCBJAVUliJO4OeF4sre3N/sagFlZ7HvH8xJP9PJghaAqPSsA/MujEneSzSMpvLFmx2BrweKlEZ2pEEYlRJVw03afrprws98ez4fongWsFiKZfXqsgQsGZHM9jEdt7LmF6VZxoIvY53HAOx0V0sEdPRTTa9AVoFjgF1URsyJRPcGB2s3Fg6PGFADL/bIgMfaFKiBcYV5jXulzsPdQQk1paeGUDlUdBZEMODLlVA2JdZB85ZJ8oUgl7q4pcPLoeEY9f6HLmALwchoT+w6g08WyUvah5/PQ0xnaz/Oh5bPQglQrXlbsqYUKnUABViCXfUHGtCSDZsMu2zZu+irSLa0XEOFCGalt8F0FAMeDEUYUs9N1wEWch8Ai7aDyspK3RdEBkQb0AUZwjIwUua9Jb6bj7J/ZWkm3PGT/gNS8GtwASLKSKoDVTXq8W2TDcECrkcidK8Rx6gLIPcB0xt5GVcCakVXEZeDR9aliEAixfc2ypaJAM6RAgSRW1lxBTrv8ACkq3KTq0CVK0rZcWE1ESN8RUqAXqwldKrnUjF70DbLWoGztkYHY8t7RfOzH1r/weZRcWArEkY0DVpoC36SIMKi+UdNpbzmHoZ7jOgOA3lgX2hSxBFur0oBjy6IcepzKTV87mqVaVuE5d9UER0ZgqgpJSg8mXU389oDWXEzp9Py/cj0uuTSzyVWmFpRpbFU59+OiSZUZPBDHj5U3m6ksszbmr1te8n1gtSjzBf/4/ZbefesG/+Nv/5O2Rz9gi2Eai6mYNwzJOVAWzGMmdEoeCy4xbqRPxRwvpoZkKuM8pAv5ZrdiV6PRzNb5Jz/8EQrjGv3n2d/py9NTNKXAycwJ/WWjNlktI+kpvIT5KSzQN7jdMnAJBNvrpqWqEzNr5BclRtwKlxBgrWaHnauGgm+//675qv73P+Vs+QW1F+cUUMuBkqlEHZ5TmsUwkpg1XtzwFM+2nIEMZpEkkrIN2vaBSE8FPYKAvdZlVRJXHj0B+wQ+n1ZCG++8Y1R9VdP5/0+pPT+jvmsBRBWJyXI00kwpQqynWCU8QZAPTWo9PIC1pOaRmMuAbQmNRTuRB74SWUNw5MpK1+mmhQ5Wo3ev37hhFAvvxVcVd1CiX61o6Fo0t6jVZBu3JAsomCc+TNxj368OtTNZULZeqEYDILyCJsOQGVujRoJrEBjByblkXVbfROwhSEFdUdyYJevpGaLwAFNS35Ycuk76AdtaCGRp0QRH/9ht7t6BCcMRoYEwcqzHKeY+XfpMq0TZFkUawU5Hp9rncnIGAo2qiFRNa5qsX6fpDzZk7fp10fnk2jpV165xPV2jqp6oQrq1H328OFp6XQDIHkLZPZOeVXa1T7SiZmUKjQXl4TS4nkbUMJklW+WQqEARXytV47U1tP5opWtKOGdqOJAIHmOP/aRb3RtbM23e/rghFxfo/kSmgPlXE8yWYB2VcToOpZZibY7HIjOf61ioGjhIVtMpgbFUYF1OpqT31QQK6LyePvwIZ4FLAKaC+/IeAjead2vgRSGaa2vcqq8eCHX/c3bJSwdqTnuJYlR7mCKQtJxMLGA9nUpZ63xCvp40sZeD8dVLAJu7B0vXdzuo8M857cOJraYgK5ClzybLge1EKunIpUrY16L5VCuhrGsNygguvp42VTnduXPw4jfCS6fi924fNOgyu3i7MYlVhVFyly/OW0tusdq4OJ00oILkdOhZQsycAEEKwtXV5+u+vLX70afN1Ziv/WHyr8/uzyHmifPFTckqcJH9ADMiyTaiNFG46KXYMkPEMSRgjurVk5TOA0Y8p2EYmu7sYmdn907zaiz3OgDv/fzTpp2W24D3UOmxncNTB0sbhFwBnsWwXVesL2im1AdJtLBYKy+2Xxf8GxV4SY2Twzni74svfgElTAUFJLk3aHiwTkwTYyjBp9iq/hA7WWzv3G6+bf3vBDD+PTs5nE0mFc6P7mdFUfwUKbkJEG/ZL4DolgjeoPSfrvriyWrSPd7evvNGP8+/AuRScCml0FLzAAAAAElFTkSuQmCC);
      background-size: contain;
      background-repeat: no-repeat;
      background-color: transparent; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Brown {
      background-color: #93725b; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Red {
      background-color: #b83c23; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Black {
      background-color: #292728; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Gold, .navigation .rugs .navigation__grandchild-link--color-circle.color-Gold\/Yellow {
      background-color: #ead39e; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Orange {
      background-color: #e5ac83; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Pink {
      background-color: #e1a6ad; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Purple {
      background-color: #9b8cb3; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-_ {
      background-color: #235da6; }
    .navigation .rugs .navigation__grandchild-link--color-circle.color-Green, .navigation .rugs .navigation__grandchild-link--color-circle.color-green {
      background-color: #65873e; }
  .navigation .rugs .navigation__size-links {
    display: flex;
    flex-direction: row;
    width: 100%;
    grid-gap: 1rem;
    gap: 1rem; }
    .navigation .rugs .navigation__size-links .navigation__rectangle-links {
      display: flex;
      flex-direction: column;
      width: 40%; }
    .navigation .rugs .navigation__size-links .navigation__round-links {
      display: flex;
      flex-direction: column;
      width: 40%; }
    .navigation .rugs .navigation__size-links .navigation__runner-links {
      display: flex;
      flex-direction: column;
      width: 20%; }
    .navigation .rugs .navigation__size-links .navigation__tertiary--rug-size-rectangular {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 0.5rem;
      -moz-column-gap: 0.5rem;
      column-gap: 0.5rem; } }

@media (max-width: 1080px) {
  .navigation.navigation--transparent .navigation__utility-links .navigation__utility-link span {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
  .navigation.navigation--transparent .navigation__utility-promo-link-icon {
    background-image: url("./icon-tooltip-grey.svg"); } }

.navigation__utility-linklist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  grid-gap: 1rem;
  gap: 1rem;
  height: 42px; }
  .navigation__utility-linklist .navigation__utility-link-item {
    height: 42px; }
  .navigation__utility-linklist .navigation__utility-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-bottom-width: 1px;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0; }
    .navigation__utility-linklist .navigation__utility-link span {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity)); }
    .navigation__utility-linklist .navigation__utility-link.navigation__utility-link--active {
      --border-opacity: 1;
      border-color: #757575;
      border-color: rgba(117, 117, 117, var(--border-opacity)); }
    .navigation__utility-linklist .navigation__utility-link:hover {
      --border-opacity: 1;
      border-color: #757575;
      border-color: rgba(117, 117, 117, var(--border-opacity)); }
      .navigation__utility-linklist .navigation__utility-link:hover span {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
    .navigation__utility-linklist .navigation__utility-link:focus {
      outline: 1px solid #757575; }
    .navigation--transparent .navigation__utility-linklist .navigation__utility-link span {
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity)); }
    .navigation--transparent .navigation__utility-linklist .navigation__utility-link:hover, .navigation--transparent .navigation__utility-linklist .navigation__utility-link.navigation__utility-link--active {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); }
    .navigation--transparent .navigation__utility-linklist .navigation__utility-link:focus {
      outline: 1px solid #fff; }
    .js-search-panel-focused .navigation__utility-linklist .navigation__utility-link span,
    .js-scroll-direction-up .navigation__utility-linklist .navigation__utility-link span {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity)); }
    .js-search-panel-focused .navigation__utility-linklist .navigation__utility-link.navigation__utility-link--active,
    .js-scroll-direction-up .navigation__utility-linklist .navigation__utility-link.navigation__utility-link--active {
      --border-opacity: 1;
      border-color: #484949;
      border-color: rgba(72, 73, 73, var(--border-opacity)); }
    .js-search-panel-focused .navigation__utility-linklist .navigation__utility-link:hover,
    .js-scroll-direction-up .navigation__utility-linklist .navigation__utility-link:hover {
      --border-opacity: 1;
      border-color: #757575;
      border-color: rgba(117, 117, 117, var(--border-opacity)); }
      .js-search-panel-focused .navigation__utility-linklist .navigation__utility-link:hover span,
      .js-scroll-direction-up .navigation__utility-linklist .navigation__utility-link:hover span {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
  @media (max-width: 1080px) {
    .navigation__utility-linklist {
      height: auto; }
      .navigation__utility-linklist .navigation__utility-link-item {
        height: auto; } }

@media (min-width: 1081px) {
  .js-search-panel-focused .navigation .navigation__primary .navigation__primary-link > a,
  .js-scroll-direction-up .navigation .navigation__primary .navigation__primary-link > a {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
    .js-search-panel-focused .navigation .navigation__primary .navigation__primary-link > a:hover,
    .js-scroll-direction-up .navigation .navigation__primary .navigation__primary-link > a:hover {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity));
      --border-opacity: 1;
      border-color: #757575;
      border-color: rgba(117, 117, 117, var(--border-opacity)); }
  .js-search-panel-focused .navigation .navigation__primary .navigation__primary-link:hover > a,
  .js-scroll-direction-up .navigation .navigation__primary .navigation__primary-link:hover > a {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity));
    --border-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--border-opacity)); }
  .js-search-panel-focused .navigation__primary .navigation__primary-link.navigation__primary-link--active > a,
  .js-scroll-direction-up .navigation__primary .navigation__primary-link.navigation__primary-link--active > a {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); } }

@media (min-width: 1081px) {
  .navigation__utility-account .navigation__utilities-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap; }
    .navigation__utility-account .navigation__utilities-list .navigation__utilities-link > a {
      text-align: center; } }

.navigation__utility-account ul {
  height: 100%; }
  .navigation__utility-account ul .navigation__utilities-link {
    margin-left: 0.5rem;
    margin-right: 1.5rem;
    vertical-align: middle;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    text-transform: uppercase; }
  .navigation__utility-account ul .nav-account-links,
  .navigation__utility-account ul .js-flush-cookie {
    display: inline-block;
    padding: 34px 0;
    transition: 0.2s color ease-in-out; }
    .navigation__utility-account ul .nav-account-links:hover,
    .navigation__utility-account ul .js-flush-cookie:hover {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity)); }

.navigation__utility-inside {
  align-items: center;
  justify-content: center;
  position: relative;
  height: 42px; }

.navigation__utility-promo-link-icon {
  display: inline-block;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
  height: 14px;
  width: 14px;
  background-image: url("./icon-tooltip-grey.svg"); }
  .navigation--transparent .navigation__utility-promo-link-icon {
    background-image: url("./icon-tooltip-white.svg"); }
  .js-search-panel-focused .navigation__utility-promo-link-icon,
  .js-scroll-direction-up .navigation__utility-promo-link-icon {
    background-image: url("./icon-tooltip-grey.svg"); }

.navigation--transparent .navigation__utility-promo-link {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity)); }

.js-search-panel-focused .navigation__utility-promo-link,
.js-scroll-direction-up .navigation__utility-promo-link {
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity)); }

.navigation__utility-promo-linka:hover {
  --text-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--text-opacity)); }
  .navigation__utility-promo-linka:hover .navigation__utility-promo-link-icon {
    background-image: url("./icon-tooltip-grey-hover.svg"); }
    .navigation--transparent .navigation__utility-promo-linka:hover .navigation__utility-promo-link-icon {
      background-image: url("./icon-tooltip-white-hover.svg");
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity)); }
    .js-search-panel-focused .navigation__utility-promo-linka:hover .navigation__utility-promo-link-icon,
    .js-scroll-direction-up .navigation__utility-promo-linka:hover .navigation__utility-promo-link-icon {
      background-image: url("./icon-tooltip-grey-hover.svg"); }
  .navigation--transparent .navigation__utility-promo-linka:hover {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity)); }

.navigation__utility a {
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity)); }
  .navigation__utility a:hover {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }

.navigation--transparent .navigation__utility a {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity)); }

.js-search-panel-focused .navigation__utility a,
.js-scroll-direction-up .navigation__utility a {
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity)); }
  .js-search-panel-focused .navigation__utility a:hover,
  .js-scroll-direction-up .navigation__utility a:hover {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }

.navigation__utility-account {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.navigation__utility-account-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 42px; }

.navigation__utility-account-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #BEBFBF;
  border-color: rgba(190, 191, 191, var(--border-opacity));
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity));
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.3s ease;
  height: 26px;
  border-radius: 13px; }
  .navigation__utility-account-button:hover {
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
  .navigation__utility-account-button--inverse {
    border-color: transparent; }
    .navigation__utility-account-button--inverse:hover {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity));
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
  .navigation--transparent .navigation__utility-account-button {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity)); }
    .navigation--transparent .navigation__utility-account-button:hover {
      --border-opacity: 1;
      border-color: #757575;
      border-color: rgba(117, 117, 117, var(--border-opacity));
      --bg-opacity: 1;
      background-color: #757575;
      background-color: rgba(117, 117, 117, var(--bg-opacity)); }
    .navigation--transparent .navigation__utility-account-button.navigation__utility-account-button--inverse {
      border-color: transparent;
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity)); }
      .navigation--transparent .navigation__utility-account-button.navigation__utility-account-button--inverse:hover {
        --border-opacity: 1;
        border-color: #757575;
        border-color: rgba(117, 117, 117, var(--border-opacity));
        --bg-opacity: 1;
        background-color: #757575;
        background-color: rgba(117, 117, 117, var(--bg-opacity)); }
    .js-search-panel-focused .navigation--transparent .navigation__utility-account-button,
    .js-scroll-direction-up .navigation--transparent .navigation__utility-account-button {
      --border-opacity: 1;
      border-color: #BEBFBF;
      border-color: rgba(190, 191, 191, var(--border-opacity));
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity));
      background-color: transparent; }
      .js-search-panel-focused .navigation--transparent .navigation__utility-account-button:hover,
      .js-scroll-direction-up .navigation--transparent .navigation__utility-account-button:hover {
        --border-opacity: 1;
        border-color: #ffffff;
        border-color: rgba(255, 255, 255, var(--border-opacity));
        --bg-opacity: 1;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); }
      .js-search-panel-focused .navigation--transparent .navigation__utility-account-button--inverse,
      .js-scroll-direction-up .navigation--transparent .navigation__utility-account-button--inverse {
        border-color: transparent; }
        .js-search-panel-focused .navigation--transparent .navigation__utility-account-button--inverse:hover,
        .js-scroll-direction-up .navigation--transparent .navigation__utility-account-button--inverse:hover {
          --border-opacity: 1;
          border-color: #ffffff;
          border-color: rgba(255, 255, 255, var(--border-opacity));
          --bg-opacity: 1;
          background-color: #ffffff;
          background-color: rgba(255, 255, 255, var(--bg-opacity));
          --text-opacity: 1;
          color: #484949;
          color: rgba(72, 73, 73, var(--text-opacity)); }

.navigation__utility-account-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  height: 42px; }

.navigation__utilities-login-icon {
  display: inline-block;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 14px;
  width: 14px;
  background-image: url("./icon-sign-in-grey.svg"); }
  .navigation--transparent .navigation__utilities-login-icon {
    background-image: url("./icon-sign-in-white.svg"); }
  .js-search-panel-focused .navigation__utilities-login-icon,
  .js-scroll-direction-up .navigation__utilities-login-icon {
    background-image: url("./icon-sign-in-grey.svg"); }

.navigation__utilities-cart-icon {
  display: inline-block;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 14px;
  width: 14px;
  background-image: url("./icon-cart.svg"); }
  .navigation--transparent .navigation__utilities-cart-icon {
    background-image: url("./icon-cart-white.svg"); }
  .js-search-panel-focused .navigation__utilities-cart-icon,
  .js-scroll-direction-up .navigation__utilities-cart-icon {
    background-image: url("./icon-cart.svg"); }

.price-warning-bar {
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 2rem;
  padding-right: 2rem; }
  .price-warning-bar .close-announcement {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease 0.2s;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .has-announcement .price-warning-bar .close-announcement {
      opacity: 1; }

/* Optimizely Nav Test 2*/
.navigation__link-icon {
  display: none;
  height: auto;
  margin-left: 0.75rem;
  position: relative;
  width: 1rem;
  transition: all 0.5s ease;
  left: 0;
  top: 2px; }
  .navigation__link-icon svg {
    height: auto;
    width: 100%;
    max-width: 100%; }
  @media (min-width: 1081px) {
    .navigation__link-icon {
      display: inline-block; } }

a:hover > .navigation__link-icon {
  left: 12px; }

.navigation .navigation__secondary-dropdown .navigation__tertiary li.navigation__link--spacer {
  display: none;
  text-indent: -9999px;
  opacity: 0;
  height: 34.43px; }
  @media (min-width: 1081px) {
    .navigation .navigation__secondary-dropdown .navigation__tertiary li.navigation__link--spacer {
      display: block; } }

/**/
/* Footer*/
/**/
/* Global footer*/
/**/
.footer {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-top-width: 1px;
  padding: 64px 0 2rem;
  /* ---------------------------------------- Modifiers*/ }
  .page-collaboration .footer,
  .page-gallery .footer {
    border-top-width: 0; }
  .footer a {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  .footer .footer__newsletter {
    margin-bottom: 32px; }
    .footer .footer__newsletter img {
      max-width: 135px; }
  .footer .footer__primary {
    display: flex;
    justify-content: flex-start;
    flex-direction: row; }
    .footer .footer__primary dl {
      margin-right: 1.5rem;
      width: 93px; }
      .footer .footer__primary dl:last-child {
        margin-right: 0; }
      @media (min-width: 768px) {
        .footer .footer__primary dl {
          margin-right: 2rem;
          width: 108px; } }
  .footer .footer__secondary {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--border-opacity)); }
    .footer .footer__secondary span,
    .footer .footer__secondary li {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px;
      display: inline-block; }
    .footer .footer__secondary span {
      float: left;
      margin-right: 1rem; }
    .footer .footer__secondary ul {
      float: left; }
    .footer .footer__secondary li {
      margin-right: 1rem; }
      .footer .footer__secondary li:last-child {
        margin-right: 0; }
  @media (min-width: 768px) {
    .footer {
      padding-top: 5rem;
      padding-bottom: 5rem; }
      .footer .footer__newsletter {
        order: 2;
        margin-bottom: 0; }
        .footer .footer__newsletter img {
          margin-right: 1rem;
          float: right;
          max-width: 168px; }
      .footer .footer__primary {
        order: 1; }
      .footer .footer__secondary {
        padding-top: 1rem; }
        .footer .footer__secondary span,
        .footer .footer__secondary li {
          font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
          font-weight: 400;
          font-size: 12px;
          line-height: 18px;
          letter-spacing: 0.5px; }
        .footer .footer__secondary ul {
          float: right; }
        .footer .footer__secondary li {
          margin-right: 2rem; }
          .footer .footer__secondary li:last-child {
            margin-right: 0; } }
  .footer.footer--no-border {
    border-top-width: 0; }

/**/
/* Accordion*/
/**/
/* Incorporate with accordion.js*/
/* This stylesheet just gives basic hide/show function from css*/
/* * Other visual has to be difined in corresponding component.*/
/**/
.js-accordion-trigger, .ais-facets .ais-header,
.ais-facets.grid__item .ais-header,
.card-block .ais-facets.card-block__item .ais-header,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header,
.three-driver .ais-facets.three-driver__item .ais-header,
.img-showcase-two .ais-facets.img-showcase-two__big .ais-header,
.img-showcase-two .ais-facets.img-showcase-two__small .ais-header,
.lead-copy .ais-facets.lead-copy__wrapper .ais-header,
.copy-image .ais-facets.copy-image__copy .ais-header,
.copy-image .ais-facets.copy-image__image .ais-header,
.quote-image .ais-facets.quote-image__quote .ais-header,
.quote-image .ais-facets.quote-image__image .ais-header,
.single-quote .ais-facets.single-quote__quote .ais-header,
.cart .ais-facets.cart__table .ais-header {
  cursor: pointer;
  pointer-events: auto; }
  .js-accordion-trigger.is-disabled, .ais-facets .is-disabled.ais-header,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .is-disabled.ais-header,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .is-disabled.ais-header {
    cursor: none;
    pointer-events: none; }

.js-accordion-target, .ais-facets .ais-body,
.ais-facets.grid__item .ais-body,
.card-block .ais-facets.card-block__item .ais-body,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body,
.three-driver .ais-facets.three-driver__item .ais-body,
.img-showcase-two .ais-facets.img-showcase-two__big .ais-body,
.img-showcase-two .ais-facets.img-showcase-two__small .ais-body,
.lead-copy .ais-facets.lead-copy__wrapper .ais-body,
.copy-image .ais-facets.copy-image__copy .ais-body,
.copy-image .ais-facets.copy-image__image .ais-body,
.quote-image .ais-facets.quote-image__quote .ais-body,
.quote-image .ais-facets.quote-image__image .ais-body,
.single-quote .ais-facets.single-quote__quote .ais-body,
.cart .ais-facets.cart__table .ais-body {
  max-height: 0;
  overflow: hidden;
  box-sizing: content-box;
  transition: all 0.5s cubic-bezier(0.32, 0.24, 0.15, 1); }

/* Default accordion style*/
.accordion__item, .ais-facets .ais-facet-conjunctive,
.ais-facets .ais-RefinementList,
.ais-facets .ais-range-slider,
.ais-facets.grid__item .ais-facet-conjunctive,
.card-block .ais-facets.card-block__item .ais-facet-conjunctive,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facet-conjunctive,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facet-conjunctive,
.three-driver .ais-facets.three-driver__item .ais-facet-conjunctive,
.img-showcase-two .ais-facets.img-showcase-two__big .ais-facet-conjunctive,
.img-showcase-two .ais-facets.img-showcase-two__small .ais-facet-conjunctive,
.lead-copy .ais-facets.lead-copy__wrapper .ais-facet-conjunctive,
.copy-image .ais-facets.copy-image__copy .ais-facet-conjunctive,
.copy-image .ais-facets.copy-image__image .ais-facet-conjunctive,
.quote-image .ais-facets.quote-image__quote .ais-facet-conjunctive,
.quote-image .ais-facets.quote-image__image .ais-facet-conjunctive,
.single-quote .ais-facets.single-quote__quote .ais-facet-conjunctive,
.cart .ais-facets.cart__table .ais-facet-conjunctive,
.ais-facets.grid__item .ais-RefinementList,
.card-block .ais-facets.card-block__item .ais-RefinementList,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList,
.three-driver .ais-facets.three-driver__item .ais-RefinementList,
.img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList,
.img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList,
.lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList,
.copy-image .ais-facets.copy-image__copy .ais-RefinementList,
.copy-image .ais-facets.copy-image__image .ais-RefinementList,
.quote-image .ais-facets.quote-image__quote .ais-RefinementList,
.quote-image .ais-facets.quote-image__image .ais-RefinementList,
.single-quote .ais-facets.single-quote__quote .ais-RefinementList,
.cart .ais-facets.cart__table .ais-RefinementList,
.ais-facets.grid__item .ais-range-slider,
.card-block .ais-facets.card-block__item .ais-range-slider,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-range-slider,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider,
.three-driver .ais-facets.three-driver__item .ais-range-slider,
.img-showcase-two .ais-facets.img-showcase-two__big .ais-range-slider,
.img-showcase-two .ais-facets.img-showcase-two__small .ais-range-slider,
.lead-copy .ais-facets.lead-copy__wrapper .ais-range-slider,
.copy-image .ais-facets.copy-image__copy .ais-range-slider,
.copy-image .ais-facets.copy-image__image .ais-range-slider,
.quote-image .ais-facets.quote-image__quote .ais-range-slider,
.quote-image .ais-facets.quote-image__image .ais-range-slider,
.single-quote .ais-facets.single-quote__quote .ais-range-slider,
.cart .ais-facets.cart__table .ais-range-slider {
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #EFEFEF;
  border-color: rgba(239, 239, 239, var(--border-opacity)); }
  .accordion__item.js-accordion-open .accordion__title:after, .ais-facets .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .ais-facets .js-accordion-open.ais-RefinementList .accordion__title:after, .ais-facets .js-accordion-open.ais-range-slider .accordion__title:after, .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .accordion__title:after, .ais-facets.grid__item .js-accordion-open.ais-RefinementList .accordion__title:after, .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .accordion__title:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .accordion__title:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .accordion__title:after, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .accordion__title:after, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .accordion__title:after, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .accordion__title:after, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .accordion__title:after, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .accordion__title:after, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .accordion__title:after, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .accordion__title:after, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .accordion__title:after, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .accordion__title:after, .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .accordion__title:after, .ais-facets.grid__item .js-accordion-open.ais-range-slider .accordion__title:after, .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .accordion__title:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .accordion__title:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .accordion__title:after, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .accordion__title:after, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .accordion__title:after, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .accordion__title:after, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .accordion__title:after, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .accordion__title:after, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .accordion__title:after, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .accordion__title:after, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .accordion__title:after, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .accordion__title:after, .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .accordion__title:after, .accordion__item.js-accordion-open .ais-facets .ais-header:after, .ais-facets .accordion__item.js-accordion-open .ais-header:after, .ais-facets .js-accordion-open.ais-facet-conjunctive .ais-header:after, .ais-facets .js-accordion-open.ais-RefinementList .ais-header:after, .ais-facets .js-accordion-open.ais-range-slider .ais-header:after, .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after, .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after, .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after, .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after, .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after, .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after, .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after, .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after, .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .accordion__item.js-accordion-open .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-header:after, .ais-facets.grid__item .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .accordion__item.js-accordion-open .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after, .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after, .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after, .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-header:after, .card-block .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .accordion__item.js-accordion-open .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .accordion__item.js-accordion-open .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .accordion__item.js-accordion-open .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-header:after, .three-driver .ais-facets.three-driver__item .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .accordion__item.js-accordion-open .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__big .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .accordion__item.js-accordion-open .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after, .img-showcase-two .ais-facets.img-showcase-two__small .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .accordion__item.js-accordion-open .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after, .lead-copy .ais-facets.lead-copy__wrapper .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .accordion__item.js-accordion-open .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-header:after, .copy-image .ais-facets.copy-image__copy .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .accordion__item.js-accordion-open .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-header:after, .copy-image .ais-facets.copy-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .accordion__item.js-accordion-open .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-header:after, .quote-image .ais-facets.quote-image__quote .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .accordion__item.js-accordion-open .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-header:after, .quote-image .ais-facets.quote-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .accordion__item.js-accordion-open .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-header:after, .single-quote .ais-facets.single-quote__quote .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .accordion__item.js-accordion-open .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .accordion__item.js-accordion-open .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-header:after,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-header:after,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-header:after,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-header:after,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-header:after, .cart .ais-facets.cart__table .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-header:after,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-header:after {
    background-image: url("./icon-minus.svg"); }
  .accordion__item.js-accordion-open .accordion__content, .ais-facets .js-accordion-open.ais-facet-conjunctive .accordion__content, .ais-facets .js-accordion-open.ais-RefinementList .accordion__content, .ais-facets .js-accordion-open.ais-range-slider .accordion__content, .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .accordion__content, .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .accordion__content, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .accordion__content, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .accordion__content, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .accordion__content, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .accordion__content, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .accordion__content, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .accordion__content, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .accordion__content, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .accordion__content, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .accordion__content, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .accordion__content, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .accordion__content, .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .accordion__content, .ais-facets.grid__item .js-accordion-open.ais-RefinementList .accordion__content, .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .accordion__content, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .accordion__content, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .accordion__content, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .accordion__content, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .accordion__content, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .accordion__content, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .accordion__content, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .accordion__content, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .accordion__content, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .accordion__content, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .accordion__content, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .accordion__content, .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .accordion__content, .ais-facets.grid__item .js-accordion-open.ais-range-slider .accordion__content, .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .accordion__content, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .accordion__content, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .accordion__content, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .accordion__content, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .accordion__content, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .accordion__content, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .accordion__content, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .accordion__content, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .accordion__content, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .accordion__content, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .accordion__content, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .accordion__content, .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .accordion__content, .accordion__item.js-accordion-open .ais-facets .ais-body, .ais-facets .accordion__item.js-accordion-open .ais-body, .ais-facets .js-accordion-open.ais-facet-conjunctive .ais-body, .ais-facets .js-accordion-open.ais-RefinementList .ais-body, .ais-facets .js-accordion-open.ais-range-slider .ais-body, .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body, .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body, .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body, .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body, .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body, .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body, .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body, .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body, .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body, .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body, .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body, .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body, .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body, .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body, .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .ais-facets.grid__item .ais-body, .ais-facets.grid__item .accordion__item.js-accordion-open .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-facets.grid__item .ais-body, .ais-facets.grid__item .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-facets.grid__item .ais-body, .ais-facets.grid__item .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-facets.grid__item .ais-body, .ais-facets.grid__item .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .accordion__item.js-accordion-open .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body, .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body, .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body, .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .card-block .ais-facets.card-block__item .ais-body, .card-block .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .accordion__item.js-accordion-open .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .accordion__item.js-accordion-open .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .accordion__item.js-accordion-open .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .three-driver .ais-facets.three-driver__item .ais-body, .three-driver .ais-facets.three-driver__item .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .accordion__item.js-accordion-open .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__big .ais-body, .img-showcase-two .ais-facets.img-showcase-two__big .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .accordion__item.js-accordion-open .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .img-showcase-two .ais-facets.img-showcase-two__small .ais-body, .img-showcase-two .ais-facets.img-showcase-two__small .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .accordion__item.js-accordion-open .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .lead-copy .ais-facets.lead-copy__wrapper .ais-body, .lead-copy .ais-facets.lead-copy__wrapper .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .accordion__item.js-accordion-open .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__copy .ais-body, .copy-image .ais-facets.copy-image__copy .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .accordion__item.js-accordion-open .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .copy-image .ais-facets.copy-image__image .ais-body, .copy-image .ais-facets.copy-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .accordion__item.js-accordion-open .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__quote .ais-body, .quote-image .ais-facets.quote-image__quote .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .accordion__item.js-accordion-open .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .quote-image .ais-facets.quote-image__image .ais-body, .quote-image .ais-facets.quote-image__image .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .accordion__item.js-accordion-open .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .single-quote .ais-facets.single-quote__quote .ais-body, .single-quote .ais-facets.single-quote__quote .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .accordion__item.js-accordion-open .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .accordion__item.js-accordion-open .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .ais-facets.grid__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .card-block .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-facet-conjunctive .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-facet-conjunctive .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-facet-conjunctive .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-facet-conjunctive .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-facet-conjunctive .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-facet-conjunctive .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-facet-conjunctive .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .ais-facets.grid__item .js-accordion-open.ais-RefinementList .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .card-block .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-RefinementList .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-RefinementList .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-RefinementList .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-RefinementList .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-RefinementList .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-RefinementList .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-RefinementList .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-RefinementList .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-RefinementList .ais-body,
  .ais-facets.grid__item .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .ais-facets.grid__item .js-accordion-open.ais-range-slider .ais-body,
  .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .card-block .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open.ais-range-slider .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open.ais-range-slider .ais-body,
  .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .three-driver .ais-facets.three-driver__item .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open.ais-range-slider .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open.ais-range-slider .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__copy .js-accordion-open.ais-range-slider .ais-body,
  .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .copy-image .ais-facets.copy-image__image .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__quote .js-accordion-open.ais-range-slider .ais-body,
  .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .quote-image .ais-facets.quote-image__image .js-accordion-open.ais-range-slider .ais-body,
  .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .cart .ais-facets.cart__table .ais-body, .cart .ais-facets.cart__table .single-quote .ais-facets.single-quote__quote .js-accordion-open.ais-range-slider .ais-body,
  .cart .ais-facets.cart__table .js-accordion-open.ais-range-slider .ais-body {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    max-width: none; }
  .accordion__item:last-child, .ais-facets .ais-facet-conjunctive:last-child,
  .ais-facets .ais-RefinementList:last-child,
  .ais-facets .ais-range-slider:last-child,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facet-conjunctive:last-child,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facet-conjunctive:last-child,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList:last-child,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList:last-child,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-range-slider:last-child,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider:last-child {
    border-bottom-width: 0; }

.accordion__title, .ais-facets .ais-header,
.ais-facets.grid__item .ais-header,
.card-block .ais-facets.card-block__item .ais-header,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header,
.three-driver .ais-facets.three-driver__item .ais-header,
.img-showcase-two .ais-facets.img-showcase-two__big .ais-header,
.img-showcase-two .ais-facets.img-showcase-two__small .ais-header,
.lead-copy .ais-facets.lead-copy__wrapper .ais-header,
.copy-image .ais-facets.copy-image__copy .ais-header,
.copy-image .ais-facets.copy-image__image .ais-header,
.quote-image .ais-facets.quote-image__quote .ais-header,
.quote-image .ais-facets.quote-image__image .ais-header,
.single-quote .ais-facets.single-quote__quote .ais-header,
.cart .ais-facets.cart__table .ais-header {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*for pdp only*/ }
  .accordion__title:after, .ais-facets .ais-header:after,
  .ais-facets.grid__item .ais-header:after,
  .card-block .ais-facets.card-block__item .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after,
  .three-driver .ais-facets.three-driver__item .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-header:after,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-header:after,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-header:after,
  .copy-image .ais-facets.copy-image__copy .ais-header:after,
  .copy-image .ais-facets.copy-image__image .ais-header:after,
  .quote-image .ais-facets.quote-image__quote .ais-header:after,
  .quote-image .ais-facets.quote-image__image .ais-header:after,
  .single-quote .ais-facets.single-quote__quote .ais-header:after,
  .cart .ais-facets.cart__table .ais-header:after {
    content: '';
    background-image: url("./icon-plus.svg");
    width: 9px;
    height: 9px;
    top: 50%;
    transform: translateY(-5px);
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: opacity 0.2s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .accordion__title.label-small.label-small--utility:after, .ais-facets .label-small.label-small--utility.ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .label-small.label-small--utility.ais-header:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .label-small.label-small--utility.ais-header:after {
    width: 12px;
    height: 12px;
    background-image: url("./icon-plus-lg.svg"); }
  .js-accordion-open .accordion__title.label-small.label-small--utility:after, .js-accordion-open .ais-facets .label-small.label-small--utility.ais-header:after, .ais-facets .js-accordion-open .label-small.label-small--utility.ais-header:after,
  .js-accordion-open .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .label-small.label-small--utility.ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open .label-small.label-small--utility.ais-header:after {
    background-image: url("./icon-minus-lg.svg"); }
  .js-accordion-open .accordion__title:after, .js-accordion-open .ais-facets .ais-header:after, .ais-facets .js-accordion-open .ais-header:after,
  .js-accordion-open .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open .ais-header:after,
  .js-accordion-open .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open .ais-header:after {
    background-image: url("./icon-minus.svg"); }

.accordion__content a, .ais-facets .ais-body a, .ais-facets.grid__item .ais-body a, .card-block .ais-facets.card-block__item .ais-body a, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body a, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body a, .three-driver .ais-facets.three-driver__item .ais-body a, .img-showcase-two .ais-facets.img-showcase-two__big .ais-body a, .img-showcase-two .ais-facets.img-showcase-two__small .ais-body a, .lead-copy .ais-facets.lead-copy__wrapper .ais-body a, .copy-image .ais-facets.copy-image__copy .ais-body a, .copy-image .ais-facets.copy-image__image .ais-body a, .quote-image .ais-facets.quote-image__quote .ais-body a, .quote-image .ais-facets.quote-image__image .ais-body a, .single-quote .ais-facets.single-quote__quote .ais-body a, .cart .ais-facets.cart__table .ais-body a {
  color: #484949;
  text-decoration: underline;
  position: relative;
  transition: 0.2s color ease-in-out;
  font-family: "freight-text-pro", serif; }
  .dark-mode .accordion__content a, .dark-mode .ais-facets .ais-body a, .ais-facets .dark-mode .ais-body a, .dark-mode .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body a, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .dark-mode .ais-body a, .dark-mode .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body a, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .dark-mode .ais-body a {
    color: #f7f7f7; }
  .accordion__content a:hover, .ais-facets .ais-body a:hover, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body a:hover, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body a:hover {
    color: #757575; }
    .dark-mode .accordion__content a:hover, .dark-mode .ais-facets .ais-body a:hover, .ais-facets .dark-mode .ais-body a:hover, .dark-mode .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body a:hover, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .dark-mode .ais-body a:hover, .dark-mode .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body a:hover, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .dark-mode .ais-body a:hover {
      color: #efefef; }

/*---------------------------------------- Modifier*/
.accordion--small {
  line-height: 0; }
  .accordion--small .accordion__title, .accordion--small .ais-facets .ais-header, .ais-facets .accordion--small .ais-header,
  .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .accordion--small .ais-header,
  .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .accordion--small .ais-header {
    background-position: left;
    padding-left: 1.25rem;
    padding-top: 0;
    padding-bottom: 0; }
    .accordion--small .accordion__title:after, .accordion--small .ais-facets .ais-header:after, .ais-facets .accordion--small .ais-header:after,
    .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .accordion--small .ais-header:after,
    .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .accordion--small .ais-header:after {
      right: auto;
      opacity: 0.56;
      left: 0; }
    .accordion--small .accordion__title:hover:after, .accordion--small .ais-facets .ais-header:hover:after, .ais-facets .accordion--small .ais-header:hover:after,
    .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header:hover:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .accordion--small .ais-header:hover:after,
    .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:hover:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .accordion--small .ais-header:hover:after {
      opacity: 1; }
    .cart__notes .accordion--small .accordion__title.is-disabled, .cart__notes .accordion--small .ais-facets .is-disabled.ais-header, .ais-facets .cart__notes .accordion--small .is-disabled.ais-header,
    .cart__notes .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .is-disabled.ais-header, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .cart__notes .accordion--small .is-disabled.ais-header,
    #cartMainItems .accordion--small .accordion__title.is-disabled,
    #cartMainItems .accordion--small .ais-facets .is-disabled.ais-header,
    .ais-facets #cartMainItems .accordion--small .is-disabled.ais-header {
      padding-left: 0 !important; }
      .cart__notes .accordion--small .accordion__title.is-disabled:after, .cart__notes .accordion--small .ais-facets .is-disabled.ais-header:after, .ais-facets .cart__notes .accordion--small .is-disabled.ais-header:after,
      .cart__notes .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .is-disabled.ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .cart__notes .accordion--small .is-disabled.ais-header:after,
      #cartMainItems .accordion--small .accordion__title.is-disabled:after,
      #cartMainItems .accordion--small .ais-facets .is-disabled.ais-header:after,
      .ais-facets #cartMainItems .accordion--small .is-disabled.ais-header:after {
        content: none; }
  .accordion--small .accordion__content, .accordion--small .ais-facets .ais-body, .ais-facets .accordion--small .ais-body,
  .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .accordion--small .ais-body,
  .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .accordion--small .ais-body {
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.32, 0.24, 0.15, 1), padding 0.4s cubic-bezier(0.32, 0.24, 0.15, 1), opacity 0.2s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .accordion--small.js-accordion-open .accordion__content, .accordion--small.js-accordion-open .ais-facets .ais-body, .ais-facets .accordion--small.js-accordion-open .ais-body,
  .accordion--small.js-accordion-open .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .accordion--small.js-accordion-open .ais-body,
  .accordion--small.js-accordion-open .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .accordion--small.js-accordion-open .ais-body {
    padding-top: 0.5rem;
    opacity: 1;
    transition: max-height 0.4s cubic-bezier(0.32, 0.24, 0.15, 1), padding 0.4s cubic-bezier(0.32, 0.24, 0.15, 1), opacity 0.2s cubic-bezier(0.32, 0.24, 0.15, 1) 0.2s; }

.auto-carousel {
  padding-bottom: 1.25rem;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
  /* override slick style*/ }
  @media (min-width: 560px) {
    .auto-carousel {
      padding-bottom: 0;
      overflow: hidden; } }
  .auto-carousel__image-container {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    /* height: $mobile-image-max-height;*/
    /* line-height: $mobile-image-max-height; // line height to allow image to vertically align middle*/
    margin-right: 10px;
    margin-left: 10px; }
    .auto-carousel__image-container:first-of-type {
      margin-left: 1.25rem; }
    .auto-carousel__image-container:last-of-type {
      margin-right: 1.25rem; }
    @media (min-width: 560px) {
      .auto-carousel__image-container {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        height: 575px;
        line-height: 575px;
        /* line height to allow image to vertically align middle*/ } }
    @media (min-width: 1024px) {
      .auto-carousel__image-container {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        height: 665px;
        line-height: 665px;
        /* line height to allow image to vertically align middle*/ }
        .auto-carousel__image-container:first-of-type {
          margin-left: 2.5rem; }
        .auto-carousel__image-container:last-of-type {
          margin-right: 2.5rem; } }
  .auto-carousel .slick-slide img {
    display: inline-block; }
  .auto-carousel__image {
    vertical-align: middle;
    /* max-width: $mobile-image-max-width;*/
    /* max-height: 100%;*/
    width: 80vw; }
    @media (min-width: 560px) {
      .auto-carousel__image {
        width: auto;
        max-width: 512px;
        max-height: 100%; } }
    @media screen and (min-width: 1025px) {
      .auto-carousel__image {
        max-width: 748px; } }

/**/
/* Accordion*/
/**/
/* Incorporate with accordion.js*/
/* This stylesheet just gives basic hide/show function from css*/
/* * Other visual has to be difined in corresponding component.*/
/**/
.single-image {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  /* Main Image Container*/
  /* Detail Block*/
  /* Image Block*/
  /* ----------------------------------- Modifiers*/
  /* Background*/
  /* Position*/
  /* Image Orientation*/
  /* Spacing*/
  /* No max-width on description*/
  /* With Carousel*/
  /* Collaboration page*/
  /* Padding*/ }
  @media (min-width: 768px) {
    .single-image {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  @media (min-width: 1024px) {
    .single-image {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .single-image.component--small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .single-image.component--small {
        padding-top: 6rem;
        padding-bottom: 6rem; } }
    @media (min-width: 1024px) {
      .single-image.component--small {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem; } }
  .single-image .single-image__image,
  .single-image .single-image__headline,
  .single-image .single-image__desc,
  .single-image .single-image__cta {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
  @media (max-width: 767px) {
    .single-image {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .no-js .single-image, .single-image.in-viewport {
    transition: opacity 1s cubic-bezier(0.32, 0.24, 0.15, 1); }
    .no-js .single-image .single-image__image,
    .no-js .single-image .single-image__headline, .single-image.in-viewport .single-image__image,
    .single-image.in-viewport .single-image__headline {
      -webkit-animation-name: fadeUpLong;
      animation-name: fadeUpLong; }
    .no-js .single-image .single-image__desc,
    .no-js .single-image .single-image__cta, .single-image.in-viewport .single-image__desc,
    .single-image.in-viewport .single-image__cta {
      -webkit-animation-name: fadeUpText2nd;
      animation-name: fadeUpText2nd; }
  @media (max-width: 767px) {
    .single-image--wall-art {
      padding-top: 0; } }
  @media screen and (min-width: 996px) {
    .single-image--wall-art {
      display: flex;
      align-items: center;
      opacity: 0;
      padding-top: 0;
      padding-bottom: 0;
      will-change: transform, opacity;
      transform: translate3d(0, 20px, 0);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: opacity 0.7s cubic-bezier(0.32, 0.24, 0.15, 1), transform 0.7s cubic-bezier(0.32, 0.24, 0.15, 1); } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .single-image--wall-art {
      display: block;
      margin-top: 32px; } }
  @media screen and (min-width: 996px) {
    .single-image--wall-art.is-visible {
      opacity: 1;
      z-index: 10;
      transform: translate3d(0, 0, 0);
      transition: opacity 1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.4s, transform 1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.4s; } }
  .single-image--wall-art.single-image .single-image__headline {
    -webkit-animation-name: fadeUpText1st;
    animation-name: fadeUpText1st; }
  .single-image--wall-art.single-image .single-image__desc,
  .single-image--wall-art.single-image .single-image__cta {
    -webkit-animation-name: fadeUpText2nd;
    animation-name: fadeUpText2nd; }
  @media (min-width: 768px) {
    .single-image--wall-art.single-image .single-image__desc {
      max-width: none; } }
  .single-image--wall-art.single-image .btn.btn--tertiary, .single-image--wall-art.single-image .btn.pagination, .single-image--wall-art.single-image .btn.shop-btn, .single-image--wall-art.single-image .gallery .gallery__footer .btn.btn-quick-view, .gallery .gallery__footer .single-image--wall-art.single-image .btn.btn-quick-view {
    --text-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--text-opacity)); }
    .single-image--wall-art.single-image .btn.btn--tertiary:after, .single-image--wall-art.single-image .btn.pagination:after, .single-image--wall-art.single-image .btn.shop-btn:after, .single-image--wall-art.single-image .gallery .gallery__footer .btn.btn-quick-view:after, .gallery .gallery__footer .single-image--wall-art.single-image .btn.btn-quick-view:after {
      --bg-opacity: 1;
      background-color: #8B5742;
      background-color: rgba(139, 87, 66, var(--bg-opacity)); }
    @media (hover: hover), (-ms-high-contrast: none) {
      .single-image--wall-art.single-image .btn.btn--tertiary:hover, .single-image--wall-art.single-image .btn.pagination:hover, .single-image--wall-art.single-image .btn.shop-btn:hover, .single-image--wall-art.single-image .gallery .gallery__footer .btn.btn-quick-view:hover, .gallery .gallery__footer .single-image--wall-art.single-image .btn.btn-quick-view:hover, .single-image--wall-art.single-image .btn.btn--tertiary:focus, .single-image--wall-art.single-image .btn.pagination:focus, .single-image--wall-art.single-image .btn.shop-btn:focus, .single-image--wall-art.single-image .gallery .gallery__footer .btn.btn-quick-view:focus, .gallery .gallery__footer .single-image--wall-art.single-image .btn.btn-quick-view:focus {
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity));
        opacity: 0.8; }
        .single-image--wall-art.single-image .btn.btn--tertiary:hover:after, .single-image--wall-art.single-image .btn.pagination:hover:after, .single-image--wall-art.single-image .btn.shop-btn:hover:after, .single-image--wall-art.single-image .gallery .gallery__footer .btn.btn-quick-view:hover:after, .gallery .gallery__footer .single-image--wall-art.single-image .btn.btn-quick-view:hover:after, .single-image--wall-art.single-image .btn.btn--tertiary:focus:after, .single-image--wall-art.single-image .btn.pagination:focus:after, .single-image--wall-art.single-image .btn.shop-btn:focus:after, .single-image--wall-art.single-image .gallery .gallery__footer .btn.btn-quick-view:focus:after, .gallery .gallery__footer .single-image--wall-art.single-image .btn.btn-quick-view:focus:after {
          --bg-opacity: 1;
          background-color: #292728;
          background-color: rgba(41, 39, 40, var(--bg-opacity));
          -webkit-animation: horizontalScale 0.35s ease-out;
          animation: horizontalScale 0.35s ease-out; } }
  .single-image--wall-art.single-image .grid-wrapper, .single-image--wall-art.single-image .card-block, .single-image--wall-art.single-image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .single-image--wall-art.single-image .aa-suggestions, .single-image--wall-art.single-image .three-driver, .single-image--wall-art.single-image .img-showcase-two .img-showcase-two__container, .img-showcase-two .single-image--wall-art.single-image .img-showcase-two__container, .single-image--wall-art.single-image .lead-copy .lead-copy__container, .lead-copy .single-image--wall-art.single-image .lead-copy__container, .single-image--wall-art.single-image .copy-image .copy-image__container, .copy-image .single-image--wall-art.single-image .copy-image__container, .single-image--wall-art.single-image .quote-image .quote-image__container, .quote-image .single-image--wall-art.single-image .quote-image__container, .single-image--wall-art.single-image .single-quote .single-quote__container, .single-quote .single-image--wall-art.single-image .single-quote__container {
    display: block; }
    @media screen and (min-width: 996px) {
      .single-image--wall-art.single-image .grid-wrapper, .single-image--wall-art.single-image .card-block, .single-image--wall-art.single-image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .single-image--wall-art.single-image .aa-suggestions, .single-image--wall-art.single-image .three-driver, .single-image--wall-art.single-image .img-showcase-two .img-showcase-two__container, .img-showcase-two .single-image--wall-art.single-image .img-showcase-two__container, .single-image--wall-art.single-image .lead-copy .lead-copy__container, .lead-copy .single-image--wall-art.single-image .lead-copy__container, .single-image--wall-art.single-image .copy-image .copy-image__container, .copy-image .single-image--wall-art.single-image .copy-image__container, .single-image--wall-art.single-image .quote-image .quote-image__container, .quote-image .single-image--wall-art.single-image .quote-image__container, .single-image--wall-art.single-image .single-quote .single-quote__container, .single-quote .single-image--wall-art.single-image .single-quote__container {
        display: flex;
        align-items: center; } }
  .single-image--wall-art.single-image .single-image__image {
    margin-bottom: 2rem; }
    @media screen and (min-width: 996px) {
      .single-image--wall-art.single-image .single-image__image {
        margin-bottom: 0;
        position: relative; } }
  @media (max-width: 995px) {
    .single-image--wall-art.single-image .single-image__image,
    .single-image--wall-art.single-image .single-image__details {
      opacity: 0;
      transform: translate3d(0, 8px, 0);
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-duration: 0.75s;
      animation-duration: 0.75s;
      will-change: transform, opacity;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
      animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
      transform: translate3d(0, 32px, 0);
      will-change: transform, opacity;
      -webkit-animation-duration: 1.2s, .75s;
      animation-duration: 1.2s, .75s;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
      -webkit-animation-delay: 0s;
      animation-delay: 0s; } }
  @media (max-width: 995px) {
    .single-image--wall-art.single-image .js-in-viewport.in-viewport.single-image__image,
    .single-image--wall-art.single-image .js-in-viewport.in-viewport.single-image__details {
      -webkit-animation-name: fadeUpLong;
      animation-name: fadeUpLong; } }
  .single-image__fixed {
    position: relative;
    padding-top: 2.5rem; }
    @media screen and (min-width: 996px) {
      .single-image__fixed {
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        transform: translate3d(0, 8px, 0);
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        will-change: transform, opacity;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
        animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
        transform: translate3d(0, 32px, 0);
        will-change: transform, opacity;
        -webkit-animation-duration: 1.2s, .75s;
        animation-duration: 1.2s, .75s;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
        .single-image__fixed.js-in-viewport.in-viewport {
          -webkit-animation-name: fadeUpLong;
          animation-name: fadeUpLong; } }
    .single-image__fixed .slick-dots-container {
      transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1);
      height: 100%;
      flex-direction: column;
      justify-content: center;
      display: none; }
      @media screen and (min-width: 996px) {
        .single-image__fixed .slick-dots-container {
          display: flex; } }
    .single-image__fixed .slick-dots {
      display: flex;
      align-self: flex-end;
      flex-direction: column;
      justify-content: space-between;
      height: 72px; }
      .single-image__fixed .slick-dots li {
        --border-opacity: 1;
        border-color: #8B5742;
        border-color: rgba(139, 87, 66, var(--border-opacity)); }
        .single-image__fixed .slick-dots li.slick-active {
          --bg-opacity: 1;
          background-color: #8B5742;
          background-color: rgba(139, 87, 66, var(--bg-opacity)); }
  @media screen and (min-width: 996px) {
    .single-image__fixed-container {
      width: 100%;
      overflow: hidden;
      position: relative;
      padding-top: 2rem;
      padding-bottom: 2rem;
      height: 57vw; } }
  @media (min-width: 768px) {
    .single-image__container {
      display: flex;
      align-items: center;
      max-width: 1144px; } }
  @media (min-width: 1144px) {
    .single-image__container {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .single-image .grid-wrapper, .single-image .card-block, .single-image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .single-image .aa-suggestions, .single-image .three-driver, .single-image .img-showcase-two .img-showcase-two__container, .img-showcase-two .single-image .img-showcase-two__container, .single-image .lead-copy .lead-copy__container, .lead-copy .single-image .lead-copy__container, .single-image .copy-image .copy-image__container, .copy-image .single-image .copy-image__container, .single-image .quote-image .quote-image__container, .quote-image .single-image .quote-image__container, .single-image .single-quote .single-quote__container, .single-quote .single-image .single-quote__container {
      display: flex;
      align-items: center; } }
  @media (min-width: 768px) {
    .single-image .single-image__details {
      margin-left: 2rem; } }
  @media (min-width: 1024px) {
    .single-image .single-image__details {
      margin-left: 4rem; } }
  @media (min-width: 1024px) {
    .single-image .single-image__details.single-image__details--left-padding {
      padding-left: 7.5rem; } }
  .single-image .single-image__headline {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .single-image .single-image__desc {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
    @media (min-width: 768px) {
      .single-image .single-image__desc {
        max-width: 320px; } }
  .single-image .single-image__cta {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
    .single-image .single-image__cta.catalog-hero-section {
      margin-top: 3rem;
      text-align: left; }
      @media (min-width: 768px) {
        .single-image .single-image__cta.catalog-hero-section {
          text-align: center; } }
  .single-image .single-image__image {
    line-height: 0;
    text-align: center;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .single-image .single-image__image {
        opacity: 0;
        transform: translate3d(0, 8px, 0);
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        will-change: transform, opacity;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
        animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
        .single-image .single-image__image.js-in-viewport.in-viewport {
          -webkit-animation-name: fadeUpText1st;
          animation-name: fadeUpText1st; } }
    .single-image .single-image__image.compat-object-fit {
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      visibility: hidden; }
      .single-image .single-image__image.compat-object-fit img {
        visibility: visible; }
      @media (min-width: 768px) {
        .single-image .single-image__image.compat-object-fit {
          visibility: visible; }
          .single-image .single-image__image.compat-object-fit img {
            visibility: hidden; } }
    .single-image .single-image__image img {
      width: 100%;
      height: auto; }
    @media (min-width: 768px) {
      .single-image .single-image__image {
        margin-bottom: 0; } }
  .single-image .single-image__image-frame {
    position: relative;
    padding-bottom: 66.66667%; }
  .single-image.single-image--grey-lighter {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity)); }
  .single-image.single-image--reverse .single-image__image {
    order: 2; }
  .single-image.single-image--reverse .single-image__details {
    order: 1; }
    @media (min-width: 768px) {
      .single-image.single-image--reverse .single-image__details {
        margin-left: 0;
        padding-right: 1rem; } }
    @media (min-width: 1024px) {
      .single-image.single-image--reverse .single-image__details {
        margin-left: 0;
        padding-right: 1rem; } }
  @media (min-width: 768px) {
    .single-image.single-image--portrait .single-image__details {
      margin-left: 3rem; } }
  @media (min-width: 1024px) {
    .single-image.single-image--portrait .single-image__image {
      max-width: 472px; }
      .single-image.single-image--portrait .single-image__image.single-image-wrapper {
        max-width: 500px; } }
  @media (min-width: 1024px) {
    .single-image.single-image--grid-padding .single-image__image,
    .single-image.single-image--grid-padding .single-image__details {
      margin-left: 0;
      padding-right: 2.5%;
      padding-left: calc(24px + 2.5%); } }
  @media (min-width: 768px) {
    .single-image.single-image--no-max-width-desc .single-image__desc {
      max-width: none; } }
  .single-image.single-image--carousel {
    padding-top: 3.5rem;
    padding-bottom: 4rem; }
    @media (min-width: 768px) {
      .single-image.single-image--carousel {
        padding-top: 4rem;
        padding-bottom: 6rem; } }
    .single-image.single-image--carousel .single-image__image {
      margin-bottom: 3.5rem; }
      @media (min-width: 768px) {
        .single-image.single-image--carousel .single-image__image {
          margin-bottom: 0; } }
    .single-image.single-image--carousel .slick-dots {
      position: absolute;
      bottom: -2rem;
      width: calc(100% - 24px);
      left: 24px; }
      @media (min-width: 768px) {
        .single-image.single-image--carousel .slick-dots {
          bottom: -3rem; } }
  @media (min-width: 768px) {
    .single-image.single-image--collaboration .single-image__details {
      margin-left: 0;
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 1024px) {
    .single-image.single-image--collaboration .single-image__details {
      margin-left: 0;
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1320px) {
    .single-image.single-image--collaboration .single-image__details {
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
  @media (max-width: 767px) {
    .single-image .flex-magnolia-home,
    .single-image .flex-riffle-paper {
      display: flex;
      flex-wrap: wrap; }
      .single-image .flex-magnolia-home .single-image__image,
      .single-image .flex-riffle-paper .single-image__image {
        margin-bottom: 0; }
      .single-image .flex-magnolia-home .single-image__details,
      .single-image .flex-riffle-paper .single-image__details {
        margin-bottom: 2rem; } }
  .single-image.single-image--no-pb {
    padding-bottom: 0; }
  .single-image.single-image--no-pt {
    padding-top: 0; }
  .single-image.single-image--no-py {
    padding-top: 0;
    padding-bottom: 0; }
  .single-image.single-image--sm-py {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .single-image.single-image--sm-py {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
  .single-image.single-image--tight {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 768px) {
      .single-image.single-image--tight {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    @media (min-width: 1024px) {
      .single-image.single-image--tight {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  .single-image.single-image--tight-top {
    padding-top: 3rem; }
    @media (min-width: 768px) {
      .single-image.single-image--tight-top {
        padding-top: 4rem; } }
    @media (min-width: 1024px) {
      .single-image.single-image--tight-top {
        padding-top: 5rem; } }

/**/
/* Accordion*/
/**/
/* Incorporate with accordion.js*/
/* This stylesheet just gives basic hide/show function from css*/
/* * Other visual has to be difined in corresponding component.*/
/**/
.double-image {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* Main Image Container*/
  /* Main Image Block*/
  /* Detail Block*/
  /* ----------------------------------- Modifiers*/
  /* Background*/
  /* Padding*/
  /* ----------------------------------- Offset Version*/
  /* ----------------------------------- Offset Version with Double Text*/
  /* ----------------------------------- L shape Version (coupling with offset vesion)*/
  /* Heritage page version*/ }
  @media (min-width: 768px) {
    .double-image {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  @media (min-width: 1024px) {
    .double-image {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .double-image.component--small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .double-image.component--small {
        padding-top: 6rem;
        padding-bottom: 6rem; } }
    @media (min-width: 1024px) {
      .double-image.component--small {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem; } }
  .no-js .double-image, .double-image.in-viewport {
    transition: opacity 1s cubic-bezier(0.32, 0.24, 0.15, 1); }
    .no-js .double-image .double-image__sub-image,
    .no-js .double-image .double-image__main, .double-image.in-viewport .double-image__sub-image,
    .double-image.in-viewport .double-image__main {
      -webkit-animation-name: fadeUpImage;
      animation-name: fadeUpImage; }
    .no-js .double-image .double-image__headline, .double-image.in-viewport .double-image__headline {
      -webkit-animation-name: fadeUpText1st;
      animation-name: fadeUpText1st; }
    .no-js .double-image .double-image__desc,
    .no-js .double-image .double-image__cta, .double-image.in-viewport .double-image__desc,
    .double-image.in-viewport .double-image__cta {
      -webkit-animation-name: fadeUpText2nd;
      animation-name: fadeUpText2nd; }
  @media (min-width: 560px) {
    .double-image .double-image__container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  @media (min-width: 768px) {
    .double-image .double-image__container {
      max-width: 1144px; } }
  @media (min-width: 1144px) {
    .double-image .double-image__container {
      padding-left: 0;
      padding-right: 0; } }
  .double-image .double-image__main {
    margin-bottom: 2.5rem;
    text-align: center;
    transform: translate3d(0, 35px, 0);
    will-change: transform;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
    @media (min-width: 560px) {
      .double-image .double-image__main {
        width: 50%;
        margin-right: 8.3333333%; } }
  .double-image .double-image__details {
    width: 83.33333%; }
    @media (min-width: 560px) {
      .double-image .double-image__details {
        /* @apply .w-2/5;*/
        width: 41.6666666%; } }
  .double-image .double-image__texts--centered-text {
    width: 83.33333%; }
    @media (min-width: 768px) {
      .double-image .double-image__texts--centered-text {
        width: 50%; } }
    @media (min-width: 1024px) {
      .double-image .double-image__texts--centered-text {
        width: 33.33333%;
        margin-left: 50%; } }
  .double-image .double-image__texts--centered-text-md-dn {
    display: block;
    width: 83.33333%; }
    @media (min-width: 768px) {
      .double-image .double-image__texts--centered-text-md-dn {
        width: 50%; } }
    @media (min-width: 1024px) {
      .double-image .double-image__texts--centered-text-md-dn {
        display: none; } }
  .double-image .double-image__texts--centered-text-lg-up {
    display: none; }
    @media (min-width: 1024px) {
      .double-image .double-image__texts--centered-text-lg-up {
        display: block; } }
  .double-image .double-image__sub-image {
    margin-bottom: 1.5rem;
    text-align: center;
    transform: translate3d(0, 35px, 0);
    will-change: transform;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 1023px) {
      .double-image .double-image__sub-image {
        height: auto; }
        .double-image .double-image__sub-image.same-img-sizes {
          height: auto;
          width: auto; } }
    @media (min-width: 768px) {
      .double-image .double-image__sub-image {
        margin-bottom: 2.5rem; } }
    @media (min-width: 1024px) {
      .double-image .double-image__sub-image {
        margin-bottom: 4rem;
        max-height: 600px; } }
  .double-image .double-image__headline {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .double-image .double-image__desc {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
    max-width: 450px; }
    @media (min-width: 1024px) {
      .double-image .double-image__desc {
        margin-top: 1.5rem; } }
  .double-image .double-image__cta {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .double-image.double-image--grey-lighter {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity)); }
  .double-image.double-image--no-pb {
    padding-bottom: 0; }
  .double-image.double-image--no-pt {
    padding-top: 0; }
  .double-image.double-image--no-py {
    padding-top: 0;
    padding-bottom: 0; }
  .double-image.double-image--offset {
    padding-top: 0;
    position: relative; }
    .double-image.double-image--offset:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      --bg-opacity: 1;
      background-color: #F7F7F7;
      background-color: rgba(247, 247, 247, var(--bg-opacity));
      bottom: 0;
      height: calc(100% - 7.5rem); }
    .double-image.double-image--offset .double-image__container {
      position: relative;
      z-index: 1; }
    @media (min-width: 560px) {
      .double-image.double-image--offset .double-image__main {
        margin-bottom: 0; } }
    .double-image.double-image--offset .double-image__main img {
      display: block;
      flex-shrink: 0;
      width: 100%; }
    @media (min-width: 560px) {
      .double-image.double-image--offset .double-image__details {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse; } }
    @media (min-width: 560px) {
      .double-image.double-image--offset .double-image__sub-image {
        margin-bottom: 0; } }
    @media (min-width: 560px) {
      .double-image.double-image--offset .double-image__texts {
        margin-bottom: 2.5rem; } }
    @media (min-width: 560px) {
      .double-image.double-image--offset {
        padding-top: 0;
        padding-bottom: 0; }
        .double-image.double-image--offset:before {
          bottom: 12rem;
          height: calc(100% - (4rem + 12rem)); }
        .double-image.double-image--offset .double-image__details {
          margin-top: 6rem; } }
    @media (min-width: 768px) {
      .double-image.double-image--offset:before {
        bottom: 10rem;
        height: calc(100% - (6rem + 10rem)); }
      .double-image.double-image--offset .double-image__details {
        margin-top: 9rem; } }
    @media (min-width: 1024px) {
      .double-image.double-image--offset:before {
        bottom: 17rem;
        height: calc(100% - (8rem + 17rem)); }
      .double-image.double-image--offset .double-image__details {
        margin-top: 13rem; } }
    .double-image.double-image--offset-transparent {
      /*this version will overlap the hero*/
      padding-bottom: 0;
      margin-top: -80px;
      /*TEMP - need to refactor existing component to follow new grid layout*/ }
      @media (min-width: 768px) {
        .double-image.double-image--offset-transparent {
          margin-top: -60px; } }
      .double-image.double-image--offset-transparent:before {
        content: none; }
      .double-image.double-image--offset-transparent .double-image__container {
        max-width: 1320px; }
        @media (min-width: 560px) {
          .double-image.double-image--offset-transparent .double-image__container {
            justify-content: start;
            padding-right: 24px;
            padding-left: 0; } }
      @media (min-width: 560px) {
        .double-image.double-image--offset-transparent .double-image__main {
          width: 50%;
          padding-left: 24px;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 768px) {
        .double-image.double-image--offset-transparent .double-image__main {
          width: 41.66667%;
          margin-left: 8.3333333%; } }
      .double-image.double-image--offset-transparent .double-image__details {
        width: 100%; }
        @media (min-width: 560px) {
          .double-image.double-image--offset-transparent .double-image__details {
            width: 41.66667%;
            padding-left: 24px;
            margin-left: 8.3333333%; } }
        @media (min-width: 768px) {
          .double-image.double-image--offset-transparent .double-image__details {
            width: 33.33333%; } }
        @media (min-width: 1024px) {
          .double-image.double-image--offset-transparent .double-image__details {
            margin-top: 8.75rem; } }
      .double-image.double-image--offset-transparent .double-image__sub-image {
        margin-bottom: 0;
        display: block; }
  .double-image.double-image--offset.double-image--double-text {
    padding-top: 2.5rem;
    padding-bottom: 0; }
    .no-js .double-image.double-image--offset.double-image--double-text, .double-image.double-image--offset.double-image--double-text {
      transition: opacity 1s cubic-bezier(0.32, 0.24, 0.15, 1); }
      .no-js .double-image.double-image--offset.double-image--double-text .double-image__main img.in-viewport,
      .no-js .double-image.double-image--offset.double-image--double-text .in-viewport.double-image__headline,
      .no-js .double-image.double-image--offset.double-image--double-text .double-image__video video.in-viewport, .double-image.double-image--offset.double-image--double-text .double-image__main img.in-viewport,
      .double-image.double-image--offset.double-image--double-text .in-viewport.double-image__headline,
      .double-image.double-image--offset.double-image--double-text .double-image__video video.in-viewport {
        -webkit-animation-name: fadeUpText1st;
        animation-name: fadeUpText1st; }
    @media (min-width: 768px) {
      .double-image.double-image--offset.double-image--double-text {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 4.5rem;
        margin-bottom: 4rem; } }
    .double-image.double-image--offset.double-image--double-text:before {
      background-color: transparent; }
    .double-image.double-image--offset.double-image--double-text .double-image__details,
    .double-image.double-image--offset.double-image--double-text .double-image__main {
      width: 100%;
      margin-bottom: 5rem;
      transition-delay: 0s; }
      @media (min-width: 768px) {
        .double-image.double-image--offset.double-image--double-text .double-image__details,
        .double-image.double-image--offset.double-image--double-text .double-image__main {
          margin-top: 0;
          margin-bottom: 0;
          width: 45.85%; } }
    .double-image.double-image--offset.double-image--double-text .double-image__texts {
      transition-delay: 0s; }
      @media (min-width: 768px) {
        .double-image.double-image--offset.double-image--double-text .double-image__texts {
          text-align: left;
          margin-left: 2.5rem;
          margin-bottom: 0;
          flex-grow: 1;
          display: flex;
          align-items: center;
          min-height: 420px; } }
    .double-image.double-image--offset.double-image--double-text .double-image__headline {
      transform: translate3d(0, 32px, 0);
      will-change: transform, opacity;
      -webkit-animation-duration: 1.2s, .75s;
      animation-duration: 1.2s, .75s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
      animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
      margin-top: 2rem;
      transition-delay: 0s; }
      @media (min-width: 768px) {
        .double-image.double-image--offset.double-image--double-text .double-image__headline {
          padding-top: 5rem;
          padding-bottom: 5rem;
          margin-top: 0; } }
    @media (min-width: 560px) {
      .double-image.double-image--offset.double-image--double-text .double-image__container {
        flex-wrap: nowrap; } }
    .double-image.double-image--offset.double-image--double-text .double-image__main {
      text-align: left;
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition: none; }
      .double-image.double-image--offset.double-image--double-text .double-image__main img {
        opacity: 0;
        transform: translate3d(0, 8px, 0);
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        will-change: transform, opacity;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
        animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
        transform: translate3d(0, 32px, 0);
        will-change: transform, opacity;
        -webkit-animation-duration: 1.2s, .75s;
        animation-duration: 1.2s, .75s;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
      @media (min-width: 768px) {
        .double-image.double-image--offset.double-image--double-text .double-image__main {
          display: flex;
          flex-direction: column; }
          .double-image.double-image--offset.double-image--double-text .double-image__main .double-image__texts {
            min-height: 0; } }
    @media (min-width: 768px) {
      .double-image.double-image--offset.double-image--double-text .double-image__details .double-image__headline {
        transition-delay: 0.75s; } }
    .double-image.double-image--offset.double-image--double-text .double-image__video {
      position: relative;
      padding-bottom: 126%; }
      @media (min-width: 768px) {
        .double-image.double-image--offset.double-image--double-text .double-image__video {
          padding-bottom: 127%; } }
      .double-image.double-image--offset.double-image--double-text .double-image__video video {
        transition-delay: 0s;
        opacity: 0;
        transform: translate3d(0, 8px, 0);
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        will-change: transform, opacity;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
        animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
        transform: translate3d(0, 32px, 0);
        will-change: transform, opacity;
        -webkit-animation-duration: 1.2s, .75s;
        animation-duration: 1.2s, .75s;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
    .double-image.double-image--offset.double-image--double-text .double-image__sub-image,
    .double-image.double-image--offset.double-image--double-text .double-image__main {
      transform: translate3d(0, 0, 0); }
    .double-image.double-image--offset.double-image--double-text .double-image__sub-image {
      max-height: none; }
  @media (min-width: 560px) {
    .double-image.double-image--L-shape {
      padding-top: 0;
      /* @apply .-mt-12;*/ }
      .double-image.double-image--L-shape .double-image__container {
        flex-direction: row-reverse;
        align-items: center; }
      .double-image.double-image--L-shape .double-image__main {
        margin-right: 0;
        margin-left: 8.3333333%;
        position: relative;
        bottom: 40px; } }
  @media (min-width: 768px) {
    .double-image.double-image--L-shape {
      /* @apply .-mt-16;*/ }
      .double-image.double-image--L-shape .double-image__container {
        align-items: flex-end; } }
  @media (min-width: 1024px) {
    .double-image.double-image--L-shape {
      /* @apply .-mt-24;*/ } }
  .double-image.double-image--heritage .double-image__container {
    display: flex;
    flex-direction: column; }
    .double-image.double-image--heritage .double-image__container::after {
      display: none; }
    .double-image.double-image--heritage .double-image__container .double-image__details {
      width: 100%; }
    @media (min-width: 768px) {
      .double-image.double-image--heritage .double-image__container {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .double-image.double-image--heritage .double-image__container .double-image__main {
          width: 45.2%;
          margin-right: 0; }
        .double-image.double-image--heritage .double-image__container .double-image__details {
          width: 35.75%; } }

/**/
/* Product image*/
/**/
/* Incorporate with accordion.js*/
/* This stylesheet just gives basic hide/show function from css*/
/* * Other visual has to be difined in corresponding component.*/
/**/
.product-image-wrapper {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  position: relative;
  padding-top: 150%; }
  .product-image-wrapper img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .product-image-wrapper.product-image-wrapper--insitu {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 86%;
    padding-top: calc(86% - 6px); }
    .product-image-wrapper.product-image-wrapper--insitu.square-size {
      padding-top: 50%;
      padding-top: calc(50% - 6px); }
  .product-image-wrapper.product-image-wrapper--pillow {
    overflow: hidden;
    padding-top: 100%; }
    .template-search .product-image-wrapper.product-image-wrapper--pillow,
    #SearchDrawer .product-image-wrapper.product-image-wrapper--pillow,
    #productInThisStory .product-image-wrapper.product-image-wrapper--pillow {
      padding-top: 150%; }

.discontinued-badge {
  --bg-opacity: 1;
  background-color: #484949;
  background-color: rgba(72, 73, 73, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  z-index: 1;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: absolute;
  /*MISSING STYLE - 8/12 2.5 - exception*/
  line-height: 1.5;
  font-size: 8px;
  letter-spacing: 2.5px;
  padding: 3px 3px 4px 5px; }
  @media (min-width: 560px) {
    .discontinued-badge {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 3px 4px 5px 7px; } }

.js-s3-photo-data {
  position: absolute; }

.image-download-link {
  display: inline-block;
  position: relative;
  --bg-opacity: 1;
  background-color: #484949;
  background-color: rgba(72, 73, 73, var(--bg-opacity));
  padding: 2px 8px 2px 8px;
  top: -26px; }
  .image-download-link.js-working {
    padding: 2px 6px 2px 6px; }

.js-loading .ellipsis span {
  opacity: 0;
  -webkit-animation: ellipsis-animate steps(4, end) 1s infinite;
  animation: ellipsis-animate steps(4, end) 1s infinite; }
  .js-loading .ellipsis span:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }
  .js-loading .ellipsis span:nth-child(3) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }

.product-image {
  padding: 6.95% 8.66%;
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  display: block; }
  .product-image .discontinued-badge {
    top: 12px;
    right: 12px; }
  .product-image.product-image--hover {
    padding-left: 0;
    padding-right: 0; }

.product-detail__images .product-image {
  padding: 4.1% 14.67%; }

.product-card--pillow .product-image {
  padding: 8.66%; }

/**/
/* Product Card*/
/**/
/* This component lives all across the site.*/
/* Responsive styles should be kept the same*/
/* wherever section this is in.*/
/**/
.product-card {
  text-align: center;
  opacity: 0;
  -webkit-animation: 1s fadeUp cubic-bezier(0.32, 0.24, 0.15, 1) forwards;
  animation: 1s fadeUp cubic-bezier(0.32, 0.24, 0.15, 1) forwards;
  /* ------------------------------------------ Modifier (rug pad plp)*/
  /* Pillow card with Sizes*/ }
  .product-card:nth-child(12n + 1) {
    -webkit-animation-delay: calc(0.1s * (1 - 1));
    animation-delay: calc(0.1s * (1 - 1)); }
  .product-card:nth-child(12n + 2) {
    -webkit-animation-delay: calc(0.1s * (2 - 1));
    animation-delay: calc(0.1s * (2 - 1)); }
  .product-card:nth-child(12n + 3) {
    -webkit-animation-delay: calc(0.1s * (3 - 1));
    animation-delay: calc(0.1s * (3 - 1)); }
  .product-card:nth-child(12n + 4) {
    -webkit-animation-delay: calc(0.1s * (4 - 1));
    animation-delay: calc(0.1s * (4 - 1)); }
  .product-card:nth-child(12n + 5) {
    -webkit-animation-delay: calc(0.1s * (5 - 1));
    animation-delay: calc(0.1s * (5 - 1)); }
  .product-card:nth-child(12n + 6) {
    -webkit-animation-delay: calc(0.1s * (6 - 1));
    animation-delay: calc(0.1s * (6 - 1)); }
  .product-card:nth-child(12n + 7) {
    -webkit-animation-delay: calc(0.1s * (7 - 1));
    animation-delay: calc(0.1s * (7 - 1)); }
  .product-card:nth-child(12n + 8) {
    -webkit-animation-delay: calc(0.1s * (8 - 1));
    animation-delay: calc(0.1s * (8 - 1)); }
  .product-card:nth-child(12n + 9) {
    -webkit-animation-delay: calc(0.1s * (9 - 1));
    animation-delay: calc(0.1s * (9 - 1)); }
  .product-card:nth-child(12n + 10) {
    -webkit-animation-delay: calc(0.1s * (10 - 1));
    animation-delay: calc(0.1s * (10 - 1)); }
  .product-card:nth-child(12n + 11) {
    -webkit-animation-delay: calc(0.1s * (11 - 1));
    animation-delay: calc(0.1s * (11 - 1)); }
  .product-card:nth-child(12n + 12) {
    -webkit-animation-delay: calc(0.1s * (12 - 1));
    animation-delay: calc(0.1s * (12 - 1)); }
  .product-card:hover .product-card__sizes--multiple span {
    color: #757575; }
    .product-card:hover .product-card__sizes--multiple span.active {
      color: #484949; }
  .product-card--skeleton {
    width: 50%;
    margin-bottom: 2.5rem;
    padding-left: 12px; }
    @media (min-width: 560px) {
      .product-card--skeleton {
        width: 33.33333%;
        margin-bottom: 4rem;
        padding-left: 11px; } }
  .no-js .product-card {
    opacity: 1; }
  .product-card .product-card__image-wrapper {
    display: block;
    position: relative;
    margin-bottom: 1rem; }
    .product-card .product-card__image-wrapper:hover .icon-plus-white path {
      fill: #757575; }
    .product-card .product-card__image-wrapper:hover .product-card__quick-view-button {
      opacity: 1;
      z-index: 1; }
      .product-card .product-card__image-wrapper:hover .product-card__quick-view-button:hover .icon-plus-white path {
        fill: #fff; }
    @media (min-width: 768px) {
      .product-card .product-card__image-wrapper {
        margin-bottom: 1.5rem;
        max-width: 312px; } }
  .product-card .product-card__image {
    display: block;
    width: 100%;
    transition: opacity 0.2s ease-in-out; }
    .aa-suggestion .product-card .product-card__image {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: 50% 50%;
      object-position: 50% 50%; }
    .product-card .product-card__image.product-image--hover {
      position: absolute;
      opacity: 0;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%); }
  .product-card .discontinued-badge {
    top: 6px;
    right: 6px; }
    @media (min-width: 560px) {
      .product-card .discontinued-badge {
        top: 8px;
        right: 8px; } }
  .product-card .product-card__quick-view-button {
    position: absolute;
    opacity: 0;
    display: none;
    width: calc(100% - 1rem);
    left: 0.5rem;
    bottom: 0.5rem; }
    .product-card .product-card__quick-view-button .icon-plus-white path {
      fill: #757575; }
    #downloadsResults .product-card .product-card__quick-view-button {
      display: none; }
    @media (min-width: 768px) {
      .product-card .product-card__quick-view-button {
        display: block; } }
  .product-card.product-card--big .product-card__name {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .product-card.product-card--big .product-card__name {
        margin-bottom: 1.5rem; } }
  .product-card.product-card--big .product-card__name,
  .product-card.product-card--big .product-card__name span {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.75px;
    text-transform: none;
    font-family: "freight-text-pro", serif; }
    @media (min-width: 768px) {
      .product-card.product-card--big .product-card__name,
      .product-card.product-card--big .product-card__name span {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 2px; } }
  .product-card.product-card--big .product-card__image-wrapper {
    margin-bottom: 1.5rem;
    max-width: none; }
    @media (min-width: 768px) {
      .product-card.product-card--big .product-card__image-wrapper {
        margin-bottom: 2rem; } }
  .product-card.product-card--text-left {
    text-align: left; }
  .product-card.product-card--pillow .product-card__image {
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
    .product-card.product-card--pillow .product-card__image.active {
      opacity: 1; }
    .product-card.product-card--pillow .product-card__image.product-image--hover {
      padding: 0;
      height: auto;
      width: 150%;
      max-width: 150%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .product-card.product-card--pillow .product-card__sizes span:hover, .product-card.product-card--pillow .product-card__sizes span:focus {
    color: #484949; }
  #AutoCompleteResult .product-card.product-card--pillow .product-card__image {
    opacity: 1; }
  .product-card.product-card--has-hover {
    /* .product-card__image {*/
    /*   transition: opacity .2s ease-in-out;*/
    /*   &.product-image--hover {*/
    /*     @apply .absolute .opacity-0 .z-1;*/
    /*     top: 50%;*/
    /*     transform: translateY(-50%);*/
    /*   }*/
    /* }*/ }
    .product-card.product-card--has-hover .product-card__image-wrapper {
      --bg-opacity: 1;
      background-color: #F7F7F7;
      background-color: rgba(247, 247, 247, var(--bg-opacity));
      position: relative; }
      .product-card.product-card--has-hover .product-card__image-wrapper:hover .product-card__image {
        opacity: 0; }
      .product-card.product-card--has-hover .product-card__image-wrapper:hover .product-card__image.product-image--hover {
        opacity: 1; }
  .product-card.product-card--has-hover.product-card--no-hover-image .product-card__image-wrapper:hover .product-card__image {
    opacity: 1; }
  .product-card.product-card--has-hover.product-card--no-hover-image .product-card__image-wrapper:hover .product-card__image.product-image--hover {
    display: none; }

.product-card__name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  width: 100%;
  margin-bottom: 8px; }
  .product-card__name span {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    text-transform: uppercase; }
  .product-card__name:hover, .product-card__name:focus {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  @media (max-width: 767px) {
    .product-card__name.product-card__name--small {
      white-space: inherit;
      max-width: calc(100% - 20px); } }
  .product-card__name.product-card__name--wrap {
    white-space: normal;
    overflow: visible; }
  @media (min-width: 768px) {
    .product-card__name {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      font-family: "freight-text-pro", serif;
      font-weight: 400;
      margin-bottom: 12px; }
      .product-card__name span {
        margin-right: 0.25rem;
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 3px;
        text-transform: uppercase; } }

.product-card__subhead {
  display: block;
  margin-bottom: 1.5rem;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  line-height: 20px; }
  @media (min-width: 768px) {
    .product-card__subhead {
      margin-bottom: 2rem; } }

.product-card__text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px; }
  @media (min-width: 768px) {
    .product-card__text {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.75px; } }

.product-card__collection, .collection-card .collection-card__collection {
  display: block;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  --text-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--text-opacity));
  text-decoration: none;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  transition: 0.2s color ease-in-out;
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity)); }
  .product-card__collection:hover, .collection-card .collection-card__collection:hover, .product-card__collection:focus, .collection-card .collection-card__collection:focus {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
  .product-card__collection:active, .collection-card .collection-card__collection:active {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  .product-card__collection--grey-7 {
    --text-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--text-opacity)); }
    .product-card__collection--grey-7:hover, .product-card__collection--grey-7:focus {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity)); }
  .product-card__collection:hover, .collection-card .collection-card__collection:hover, .product-card__collection:focus, .collection-card .collection-card__collection:focus {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  .product-card__collection:active, .collection-card .collection-card__collection:active {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }

.product-card__sizes {
  display: block;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px; }
  .product-card__sizes span {
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-left-width: 1px;
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity));
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity));
    text-decoration: none;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    transition: 0.2s color ease-in-out;
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    cursor: pointer;
    white-space: nowrap;
    line-height: 12px; }
    .product-card__sizes span:hover, .product-card__sizes span:focus {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity)); }
    .product-card__sizes span:active {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity)); }
    .product-card__sizes span--grey-7 {
      --text-opacity: 1;
      color: #292728;
      color: rgba(41, 39, 40, var(--text-opacity)); }
      .product-card__sizes span--grey-7:hover, .product-card__sizes span--grey-7:focus {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
    .product-card__sizes span:hover, .product-card__sizes span:focus {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity)); }
    .product-card__sizes span:active {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity)); }
    .product-card__sizes span:first-child {
      border-left-width: 0; }
    @media (min-width: 768px) {
      .product-card__sizes span {
        padding-left: 0.75rem;
        padding-right: 0.75rem; } }

.product-card__collab, .collection-card .collection-card__collab, .collection-card .collection-card__count {
  display: block;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-top: 8px; }
  @media (min-width: 768px) {
    .product-card__collab, .collection-card .collection-card__collab, .collection-card .collection-card__count {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px;
      margin-top: 12px; } }

.product-card__price {
  display: block;
  --text-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--text-opacity));
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-top: 8px; }
  @media (min-width: 768px) {
    .product-card__price {
      margin-top: 12px; } }

@media (max-width: 767px) {
  .product-category .product-card__sizes span {
    width: 50%; }
    .product-category .product-card__sizes span:nth-child(3) {
      border: none; } }

/**/
/* Product Card (Small)*/
/**/
/* Used in product piece in Find a retailer modal.*/
/* Also mini cart items.*/
/**/
.product-card-small {
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  /* Modifiers*/ }
  .find-a-retailer-panel__content .product-card-small,
  .quick-view-drawer__box .product-card-small {
    align-items: flex-start; }
  .product-card-small .product-card-small__img {
    width: 20%;
    margin-right: 1rem;
    max-width: 100px;
    min-width: 20%; }
    @media (min-width: 560px) {
      .product-card-small .product-card-small__img {
        margin-right: 1.25rem;
        min-width: none; } }
  .product-card-small .product-card-small__info {
    position: relative;
    width: 80%; }
    @media (min-width: 560px) {
      .product-card-small .product-card-small__info {
        width: auto; } }
  .product-card-small.product-card-small--items-start {
    align-items: flex-start; }
  .product-card-small.product-card-small--no-py {
    padding-top: 0;
    padding-bottom: 0; }
  .product-card-small .product-card__name.product-card__name--small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

/**/
/* Product Card*/
/**/
/* This component lives all across the site.*/
/* Responsive styles should be kept the same*/
/* wherever section this is in.*/
/**/
.collection-card {
  text-align: center;
  opacity: 0;
  -webkit-animation: 1s fadeUp cubic-bezier(0.32, 0.24, 0.15, 1) forwards;
  animation: 1s fadeUp cubic-bezier(0.32, 0.24, 0.15, 1) forwards;
  /* Modifier*/ }
  .no-js .collection-card {
    opacity: 1; }
  .collection-card:nth-child(12n + 1) {
    -webkit-animation-delay: calc(0.1s * (1 - 1));
    animation-delay: calc(0.1s * (1 - 1)); }
  .collection-card:nth-child(12n + 2) {
    -webkit-animation-delay: calc(0.1s * (2 - 1));
    animation-delay: calc(0.1s * (2 - 1)); }
  .collection-card:nth-child(12n + 3) {
    -webkit-animation-delay: calc(0.1s * (3 - 1));
    animation-delay: calc(0.1s * (3 - 1)); }
  .collection-card:nth-child(12n + 4) {
    -webkit-animation-delay: calc(0.1s * (4 - 1));
    animation-delay: calc(0.1s * (4 - 1)); }
  .collection-card:nth-child(12n + 5) {
    -webkit-animation-delay: calc(0.1s * (5 - 1));
    animation-delay: calc(0.1s * (5 - 1)); }
  .collection-card:nth-child(12n + 6) {
    -webkit-animation-delay: calc(0.1s * (6 - 1));
    animation-delay: calc(0.1s * (6 - 1)); }
  .collection-card:nth-child(12n + 7) {
    -webkit-animation-delay: calc(0.1s * (7 - 1));
    animation-delay: calc(0.1s * (7 - 1)); }
  .collection-card:nth-child(12n + 8) {
    -webkit-animation-delay: calc(0.1s * (8 - 1));
    animation-delay: calc(0.1s * (8 - 1)); }
  .collection-card:nth-child(12n + 9) {
    -webkit-animation-delay: calc(0.1s * (9 - 1));
    animation-delay: calc(0.1s * (9 - 1)); }
  .collection-card:nth-child(12n + 10) {
    -webkit-animation-delay: calc(0.1s * (10 - 1));
    animation-delay: calc(0.1s * (10 - 1)); }
  .collection-card:nth-child(12n + 11) {
    -webkit-animation-delay: calc(0.1s * (11 - 1));
    animation-delay: calc(0.1s * (11 - 1)); }
  .collection-card:nth-child(12n + 12) {
    -webkit-animation-delay: calc(0.1s * (12 - 1));
    animation-delay: calc(0.1s * (12 - 1)); }
  .collection-card .collection-card__image-container {
    display: block;
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .collection-card .collection-card__image-container {
        margin-bottom: 1.5rem;
        padding: 0 6% 12%; } }
  .collection-card .collection-card__image-wrapper {
    display: none; }
    @media (min-width: 768px) {
      .collection-card .collection-card__image-wrapper {
        display: block; } }
  .collection-card .collection-card__thumbnails {
    position: relative;
    cursor: default;
    padding-left: 0;
    padding-right: 0; }
    .collection-card .collection-card__thumbnails img {
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
      transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
    .collection-card .collection-card__thumbnails img[data-lazy] {
      opacity: 0; }
    .collection-card .collection-card__thumbnails .slick-dots {
      position: absolute;
      width: 100%;
      padding: 0;
      line-height: 1;
      font-size: 0;
      bottom: 6%; }
      .collection-card .collection-card__thumbnails .slick-dots li {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
        width: 4px;
        height: 4px; }
    @media (min-width: 768px) {
      .collection-card .collection-card__thumbnails {
        padding-left: 8.66%;
        padding-right: 8.66%; }
        .collection-card .collection-card__thumbnails img {
          width: auto; }
        .collection-card .collection-card__thumbnails .slick-slide {
          padding-left: 0.5rem;
          padding-right: 0.5rem; } }
  .collection-card .collection-card__thumbnail {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    cursor: default; }
    .collection-card .collection-card__thumbnail img {
      cursor: default; }
  .collection-card .collection-card__thumbnail-img {
    padding: 7.6% 10.5%; }
  .collection-card .collection-card__carousel-arrow,
  .collection-card .collection-card__more {
    background: url("./icon-caret-right.svg");
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    z-index: 1; }
    .collection-card .collection-card__carousel-arrow.slick-prev,
    .collection-card .collection-card__more.slick-prev {
      left: -0.4rem;
      transform: translateY(-50%) scale(-1); }
    .collection-card .collection-card__carousel-arrow.slick-next,
    .collection-card .collection-card__more.slick-next {
      right: -0.4rem; }
    .collection-card .collection-card__carousel-arrow.slick-disabled,
    .collection-card .collection-card__more.slick-disabled {
      opacity: 0; }
  .collection-card .collection-card__more {
    width: auto;
    height: auto;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    opacity: 0;
    z-index: 0;
    background: none;
    right: calc(-0.4rem);
    /* right: calc(3% + .4rem);*/ }
  .collection-card .collection-card__thumbnails.slick-end .collection-card__more {
    opacity: 1;
    z-index: 1; }
  .collection-card .collection-card__count {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity));
    font-weight: 300;
    letter-spacing: 0.5px; }
  .collection-card.collection-card--single .collection-card__image {
    top: 0;
    opacity: 1;
    transform: translateY(16%); }
  @media (max-width: 559px) {
    .collection-card.collection-card--single .collection-card__thumbnails img {
      padding: 10% 0;
      /* TODO: need better fix, this isn't ideal*/ } }
  @media (min-width: 768px) {
    .collection-card.collection-card--single .collection-card__thumbnail {
      opacity: 0;
      visibility: hidden; } }

/**/
/* Standard Card*/
/**/
/* Appears as Collaboration card and Article card,*/
/* Modifier covers difference between those.*/
/**/
.standard-card {
  text-align: left;
  /* ---------------------------------------- Modifier*/ }
  .standard-card .standard-card__label {
    display: block;
    margin-bottom: 0.5rem;
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity));
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    text-transform: uppercase; }
    .standard-card .standard-card__label a {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity));
      margin-right: 1rem;
      transition: 0.2s color ease-in-out; }
      .standard-card .standard-card__label a:hover {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
  .standard-card .standard-card__headline {
    display: block;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .standard-card .standard-card__headline {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.75px; } }
  .standard-card .standard-card__image {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    line-height: 0; }
    @media (min-width: 768px) {
      .standard-card .standard-card__image {
        margin-bottom: 2rem; } }
  .standard-card .standard-card__desc {
    margin-top: 1rem;
    max-width: 298px; }
  .standard-card .standard-card__cta {
    margin-top: 1.5rem; }
    @media (min-width: 768px) {
      .standard-card .standard-card__cta {
        margin-top: 1.5rem; } }
    .standard-card .standard-card__cta.btn--tertiary, .standard-card .standard-card__cta.pagination, .standard-card .standard-card__cta.shop-btn, .standard-card .gallery .gallery__footer .standard-card__cta.btn-quick-view, .gallery .gallery__footer .standard-card .standard-card__cta.btn-quick-view {
      text-decoration: none; }
  .standard-card.standard-card--center {
    text-align: center; }
  .standard-card.standard-card--book .standard-card__image-wrapper {
    margin-bottom: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity));
    text-align: center;
    line-height: 0; }
    @media (min-width: 560px) {
      .standard-card.standard-card--book .standard-card__image-wrapper {
        margin-bottom: 1.5rem; } }
  .standard-card.standard-card--book .standard-card__image {
    margin-bottom: 0;
    width: auto;
    display: inline-block;
    max-height: 276px; }
    @media (min-width: 560px) {
      .standard-card.standard-card--book .standard-card__image {
        margin-bottom: 0; } }
  .standard-card.standard-card--big-headline .standard-card__headline {
    font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
    line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
    letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }
  .standard-card.standard-card--small-headline .standard-card__headline {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .standard-card.standard-card--small-headline .standard-card__headline {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.75px; } }
  @media (max-width: 767px) {
    .standard-card.standard-card--no-ttl .standard-card__cta {
      margin-top: 0; }
      .standard-card.standard-card--no-ttl .standard-card__cta.standard-card__cta--general-router {
        margin-top: 1.5rem; } }

/**/
/* Card block*/
/**/
/**/
/**/
.card-block, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* ------------------------------------------ Modifier*/
  /*rug pad plp*/ }
  .card-block .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion {
    width: 50%;
    margin-bottom: 3rem; }
    .card-block .card-block__item.in-situ, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item.in-situ, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .in-situ.aa-suggestion {
      width: 100%;
      cursor: auto;
      -webkit-animation: 1s fadeUp cubic-bezier(0.32, 0.24, 0.15, 1) forwards;
      animation: 1s fadeUp cubic-bezier(0.32, 0.24, 0.15, 1) forwards; }
    .card-block .card-block__item.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion {
      margin-bottom: 2.5rem; }
      @media (min-width: 560px) {
        .card-block .card-block__item.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion {
          margin-bottom: 4rem; } }
      .card-block .card-block__item.card-block__item.card-block-bottom-padding, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item.card-block__item.card-block-bottom-padding, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block-bottom-padding.aa-suggestion {
        margin-bottom: 3rem; }
        .card-block .card-block__item.card-block__item.card-block-bottom-padding .standard-card__cta, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item.card-block__item.card-block-bottom-padding .standard-card__cta, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block-bottom-padding.aa-suggestion .standard-card__cta {
          margin-top: 1rem; }
      .card-block .card-block__item.card-block__item.collection-card, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item.card-block__item.collection-card, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .collection-card.aa-suggestion {
        margin-bottom: 2.5rem; }
      @media (min-width: 768px) {
        .card-block .card-block__item.card-block__item.card-block-bottom-padding, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item.card-block__item.card-block-bottom-padding, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block-bottom-padding.aa-suggestion {
          margin-bottom: 4rem; }
          .card-block .card-block__item.card-block__item.card-block-bottom-padding .standard-card__cta, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item.card-block__item.card-block-bottom-padding .standard-card__cta, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block-bottom-padding.aa-suggestion .standard-card__cta {
            margin-top: 1.5rem; } }
    @media (min-width: 560px) {
      .card-block .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion {
        width: 33.33333%; }
        .card-block .card-block__item.in-situ, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item.in-situ, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .in-situ.aa-suggestion {
          width: 66.66667%;
          cursor: auto; } }
    @media (min-width: 768px) {
      .card-block .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion {
        width: 25%; }
        .card-block .card-block__item.in-situ, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item.in-situ, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .in-situ.aa-suggestion {
          width: 50%;
          cursor: auto; } }
    .card-block .card-block__item.checked .product-image-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item.checked .product-image-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .checked.aa-suggestion .product-image-wrapper {
      outline: 1px solid #484949; }
  @media (min-width: 768px) {
    .card-block.card-block--with-filter .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--with-filter.aa-suggestions .card-block__item, .card-block.card-block--with-filter .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--with-filter .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--with-filter.aa-suggestions .aa-suggestion {
      width: 33.33333%;
      padding-left: 11px; }
      .card-block.card-block--with-filter .card-block__item.in-situ, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--with-filter.aa-suggestions .card-block__item.in-situ, .card-block.card-block--with-filter .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .in-situ.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--with-filter .in-situ.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--with-filter.aa-suggestions .in-situ.aa-suggestion {
        width: 66.66667%; } }
  @media (min-width: 1024px) {
    .card-block.card-block--big, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--big.aa-suggestions {
      /* @apply .w-5/6 .mx-auto;*/
      margin-left: auto;
      margin-right: auto;
      width: 90%; } }
  .card-block.card-block--big .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--big.aa-suggestions .card-block__item, .card-block.card-block--big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--big .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--big.aa-suggestions .aa-suggestion {
    width: 100%; }
    @media (min-width: 560px) {
      .card-block.card-block--big .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--big.aa-suggestions .card-block__item, .card-block.card-block--big .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--big .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--big.aa-suggestions .aa-suggestion {
        width: 50%; } }
  @media (min-width: 560px) {
    .card-block.card-block--big-wide-pad .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--big-wide-pad.aa-suggestions .card-block__item, .card-block.card-block--big-wide-pad .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--big-wide-pad .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--big-wide-pad.aa-suggestions .aa-suggestion {
      padding-left: 0; }
      .card-block.card-block--big-wide-pad .card-block__item:nth-child(2n + 1), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--big-wide-pad.aa-suggestions .card-block__item:nth-child(2n + 1), .card-block.card-block--big-wide-pad .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion:nth-child(2n + 1), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--big-wide-pad .aa-suggestion:nth-child(2n + 1), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--big-wide-pad.aa-suggestions .aa-suggestion:nth-child(2n + 1) {
        padding-right: 3rem; } }
  .card-block.card-block--medium, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--medium.aa-suggestions {
    margin-left: 0;
    justify-content: space-between; }
    .card-block.card-block--medium::after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--medium.aa-suggestions::after {
      content: none; }
    @media (min-width: 1024px) {
      .card-block.card-block--medium, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--medium.aa-suggestions {
        width: 83.33333%;
        margin-left: auto;
        margin-right: auto; } }
    .card-block.card-block--medium .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--medium.aa-suggestions .card-block__item, .card-block.card-block--medium .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--medium .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--medium.aa-suggestions .aa-suggestion {
      width: 100%;
      margin-bottom: 5rem;
      padding-left: 0;
      display: flex;
      flex-direction: column; }
      @media (min-width: 560px) {
        .card-block.card-block--medium .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--medium.aa-suggestions .card-block__item, .card-block.card-block--medium .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--medium .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--medium.aa-suggestions .aa-suggestion {
          margin-bottom: 7.5rem;
          width: 30%; }
          .card-block.card-block--medium .card-block__item .btn-quick-view, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--medium.aa-suggestions .card-block__item .btn-quick-view, .card-block.card-block--medium .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion .btn-quick-view, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--medium .aa-suggestion .btn-quick-view, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--medium.aa-suggestions .aa-suggestion .btn-quick-view {
            padding-left: 0;
            padding-right: 0; } }
      @media (min-width: 768px) {
        .card-block.card-block--medium .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--medium.aa-suggestions .card-block__item, .card-block.card-block--medium .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--medium .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--medium.aa-suggestions .aa-suggestion {
          width: 28.33%; } }
  @media (min-width: 768px) {
    .card-block.card-block--small, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--small.aa-suggestions {
      justify-content: center; } }
  .card-block.card-block--small .card-block__item:last-child, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--small.aa-suggestions .card-block__item:last-child, .card-block.card-block--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion:last-child, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--small .aa-suggestion:last-child, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--small.aa-suggestions .aa-suggestion:last-child, .card-block.card-block--small .card-block__item:nth-last-child(2), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--small.aa-suggestions .card-block__item:nth-last-child(2), .card-block.card-block--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion:nth-last-child(2), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--small .aa-suggestion:nth-last-child(2), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--small.aa-suggestions .aa-suggestion:nth-last-child(2) {
    margin-bottom: 0; }
  @media (min-width: 560px) {
    .card-block.card-block--small .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--small.aa-suggestions .card-block__item, .card-block.card-block--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--small .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--small.aa-suggestions .aa-suggestion {
      width: 50%; } }
  @media (min-width: 768px) {
    .card-block.card-block--small .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--small.aa-suggestions .card-block__item, .card-block.card-block--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block.card-block--small .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .card-block--small.aa-suggestions .aa-suggestion {
      width: 25%;
      margin-bottom: 0; } }

@media (min-width: 1024px) {
  .other-booklet-section .card-block__item, .other-booklet-section .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .other-booklet-section .aa-suggestion {
    margin-bottom: 4rem; }
    .other-booklet-section .card-block__item .standard-card__image-wrapper, .other-booklet-section .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion .standard-card__image-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .other-booklet-section .aa-suggestion .standard-card__image-wrapper {
      margin-bottom: 2rem; }
    .other-booklet-section .card-block__item .standard-card__cta, .other-booklet-section .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion .standard-card__cta, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .other-booklet-section .aa-suggestion .standard-card__cta {
      margin-top: 1rem; } }

/**/
/* Hero*/
/**/
/* Hero on homepage styles*/
/* 2 types of Image are needed.*/
/**/
.hero {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  /* Modifier*/ }
  .hero.js-in-viewport .hero__texts {
    opacity: 0;
    transform: translate3d(0, 8px, 0); }
  .hero.js-in-viewport .hero__cta {
    opacity: 0;
    transform: translate3d(-50%, 8px, 0); }
  .hero.js-in-viewport .hero__image {
    opacity: 0; }
  .no-js .hero .hero__texts, .hero.js-in-viewport.in-viewport .hero__texts {
    transition: transform 1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s, opacity 1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .no-js .hero .hero__cta, .hero.js-in-viewport.in-viewport .hero__cta {
    transition: transform 1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.75s, opacity 1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.75s, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    opacity: 1;
    transform: translate3d(-50%, 0, 0); }
  .no-js .hero .hero__image, .hero.js-in-viewport.in-viewport .hero__image {
    transition: opacity 0.2s cubic-bezier(0.32, 0.24, 0.15, 1);
    opacity: 1; }
  .hero .hero__texts {
    position: relative;
    z-index: 2;
    text-align: center;
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    margin-left: auto;
    margin-right: auto; }
    .hero .hero__texts--offset {
      margin-top: -2rem; }
      @media (min-width: 768px) {
        .hero .hero__texts--offset {
          margin-top: -4rem; } }
  .hero .hero__headline {
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .hero .hero__headline {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        /* Override the letter spacing*/
        font-size: 80px;
        line-height: 104px;
        letter-spacing: 5.5px; } }
    .hero .hero__headline .collab-suffix {
      background-image: url("./icon-close-white.svg");
      background-size: 0.5rem;
      padding-left: 1.25rem;
      margin-left: 0.25rem;
      background-repeat: no-repeat;
      background-position: left; }
      @media (min-width: 768px) {
        .hero .hero__headline .collab-suffix {
          padding-left: 3rem;
          margin-left: 0.5rem;
          background-size: 20px; } }
  .hero .hero__description {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .hero .hero__description {
        font-size: 1.25rem;
        letter-spacing: 1px; } }
    .hero .hero__description a {
      position: relative; }
      .hero .hero__description a:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        --bg-opacity: 1;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        transform: scaleX(0); }
      .hero .hero__description a:hover:after {
        -webkit-animation: horizontalScale 0.35s ease-out;
        animation: horizontalScale 0.35s ease-out;
        transform: scaleX(1); }
    .hero .hero__description--video {
      text-align: center;
      margin-top: -0.5rem;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 3px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .hero .hero__description--video {
          margin-top: 0; } }
      .hero .hero__description--video-text {
        display: inline-block;
        position: relative; }
        .hero .hero__description--video-text:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          --bg-opacity: 1;
          background-color: #ffffff;
          background-color: rgba(255, 255, 255, var(--bg-opacity));
          transform: scaleX(0); }
      .hero .hero__description--video-link {
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, var(--text-opacity)); }
        .hero .hero__description--video-link:hover .hero__description--video-text:after {
          -webkit-animation: horizontalScale 0.35s ease-out;
          animation: horizontalScale 0.35s ease-out;
          transform: scaleX(1); }
  .hero .hero__cta {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 3.5rem;
    transform: translate3d(-50%, 0, 0);
    width: calc(100% - 48px); }
    @media (min-width: 560px) {
      .hero .hero__cta {
        bottom: 5rem;
        width: auto; } }
  .hero .hero__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    .hero .hero__image:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      --bg-opacity: 1;
      background-color: #484949;
      background-color: rgba(72, 73, 73, var(--bg-opacity));
      z-index: 1;
      opacity: 0; }
    .hero .hero__image.compat-object-fit {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .hero .hero__image.compat-object-fit .object-fit-cover {
        opacity: 0;
        /* hide image if object fit is not supported*/ }
  .hero.hero--darker .hero__image:before {
    opacity: 0.15; }

/*HERO - side by side*/
@media (min-width: 1024px) {
  .hero-side-by-side__content {
    position: sticky;
    top: calc(148px);
    /*https://github.com/sass/sass/issues/2849 - have to use Capital Min since min() is also a sass function but we want to leave this for css*/
    /*padding top in hero 32px + in content column (32 * 2) 64px*/
    min-height: Min(calc(100vh - 212px), 100%); }
    .has-announcement .hero-side-by-side__content {
      top: calc(148px + 37px);
      min-height: calc( 100vh - 212px - 37px); }
    .hero-side-by-side--no-border .hero-side-by-side__content {
      top: calc(138px);
      /*https://github.com/sass/sass/issues/2849 - have to use Capital Min since min() is also a sass function but we want to leave this for css*/
      /*padding top in hero 0 + in content column (54 * 2) 108px*/
      min-height: Min(calc(100vh - 192px), 100%); }
      .has-announcement .hero-side-by-side--no-border .hero-side-by-side__content {
        top: calc(138px + 37px);
        min-height: calc( 100vh - 192px - 37px); } }

.page-width--full-no-border .hero-side-by-side__image-container {
  margin-left: -24px;
  margin-right: -24px; }
  @media (min-width: 1024px) {
    .page-width--full-no-border .hero-side-by-side__image-container {
      margin-left: 0;
      margin-right: -24px; } }
  @media screen and (min-width: 1440px) {
    .page-width--full-no-border .hero-side-by-side__image-container {
      margin-right: -84px; } }

.page-width--full-no-border .hero-side-by-side__image-container--left {
  margin-left: -24px;
  margin-right: -24px; }
  @media (min-width: 1024px) {
    .page-width--full-no-border .hero-side-by-side__image-container--left {
      margin-left: -24px;
      margin-right: 0; } }
  @media screen and (min-width: 1440px) {
    .page-width--full-no-border .hero-side-by-side__image-container--left {
      margin-left: -84px; } }

.btn-play-pause {
  position: absolute;
  transform: scale(0.8333);
  bottom: 16px;
  right: 16px;
  margin-top: -56px;
  /*40+16*/ }
  @media (min-width: 768px) {
    .btn-play-pause {
      transform: scale(1);
      bottom: 24px;
      right: 24px;
      margin-top: -72px;
      /*48+24*/ } }
  .btn-play-pause__play {
    display: block; }
  .btn-play-pause__pause {
    display: none; }
  .btn-play-pause--playing .btn-play-pause__play {
    display: none; }
  .btn-play-pause--playing .btn-play-pause__pause {
    display: block; }
  .btn-play-pause__bg {
    fill: #484949; }
  .btn-play-pause__icon {
    fill: #fff; }
  .btn-play-pause:hover .btn-play-pause__bg {
    fill: #757575; }
  .btn-play-pause:active .btn-play-pause__bg {
    fill: #fff; }
  .btn-play-pause:active .btn-play-pause__icon {
    fill: #484949; }

/*HERO - projects*/
@media (min-width: 768px) {
  .hero-projects__content {
    position: sticky; }
    .hero-projects--no-border .hero-projects__content {
      top: calc(116px);
      /*https://github.com/sass/sass/issues/2849 - have to use Capital Min since min() is also a sass function but we want to leave this for css*/
      /*padding top in hero 0 + in content column (54 * 2) 108px*/
      min-height: Min(calc(100vh - 148px), 100%); }
      .has-announcement .hero-projects--no-border .hero-projects__content {
        top: calc(116px + 37px);
        min-height: calc( 100vh - 148px - 37px); } }

@media (min-width: 768px) {
  .page-width--full-no-border .hero-projects__image-container {
    margin-left: 0;
    margin-right: -24px; } }

@media screen and (min-width: 1440px) {
  .page-width--full-no-border .hero-projects__image-container {
    margin-right: -84px; } }

/*HERO - overlay*/
.hero-overlay {
  min-height: 450px; }
  .hero-overlay__container {
    padding-top: 84px; }
  .hero-overlay:after {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    background-color: #1c1a1b; }
  .hero-overlay--gradient-10:after {
    opacity: 0.1; }
  .hero-overlay--gradient-20:after {
    opacity: 0.2; }
  .hero-overlay--gradient-30:after {
    opacity: 0.3; }
  .hero-overlay--gradient-40:after {
    opacity: 0.4; }
  .hero-overlay--gradient-50:after {
    opacity: 0.5; }
  .hero-overlay--gradient-60:after {
    opacity: 0.6; }
  .hero-overlay--gradient-70:after {
    opacity: 0.7; }
  .hero-overlay--gradient-80:after {
    opacity: 0.8; }
  .hero-overlay--gradient-90:after {
    opacity: 0.9; }

/*HERO - stacked*/
.hero-stacked__img-container {
  margin-right: -1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 1320px) {
    .hero-stacked__img-container {
      margin-right: 0; } }

/**/
/* Hero Wall Art Category*/
/**/
.hero-wall-art {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #0f0f0f;
  transition: height 0.5s cubic-bezier(0.32, 0.24, 0.15, 1);
  min-height: 560px; }
  @media (max-width: 995px) {
    .hero-wall-art:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 30vw;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f0f0f+0,000000+99&1+0,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #0f0f0f 60%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ } }
  @media (min-width: 996px) {
    .hero-wall-art {
      --bg-opacity: 1;
      background-color: #8B5742;
      background-color: rgba(139, 87, 66, var(--bg-opacity));
      min-height: 800px; } }
  @media (min-width: 1440px) {
    .hero-wall-art {
      min-height: 900px; } }
  .hero-wall-art.js-in-viewport .hero-wall-art__headline,
  .hero-wall-art.js-in-viewport .hero-wall-art__description {
    opacity: 0;
    transform: translate3d(0, 32px, 0); }
  .hero-wall-art.js-in-viewport .hero-wall-art__cta {
    opacity: 0;
    transform: translate3d(-50%, 32px, 0); }
    @media (min-width: 996px) {
      .hero-wall-art.js-in-viewport .hero-wall-art__cta {
        transform: translate3d(0, 32px, 0); } }
  .hero-wall-art.js-in-viewport .hero-wall-art__image {
    opacity: 0; }
  .no-js .hero-wall-art .hero-wall-art__headline,
  .no-js .hero-wall-art .hero-wall-art__description, .hero-wall-art.js-in-viewport.in-viewport .hero-wall-art__headline,
  .hero-wall-art.js-in-viewport.in-viewport .hero-wall-art__description {
    transition: transform 1.2s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s, opacity 0.75s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .no-js .hero-wall-art .hero-wall-art__description, .hero-wall-art.js-in-viewport.in-viewport .hero-wall-art__description {
    transition: transform 1.2s cubic-bezier(0.32, 0.24, 0.15, 1) 0.75s, opacity 0.75s cubic-bezier(0.32, 0.24, 0.15, 1) 0.75s; }
  .no-js .hero-wall-art .hero-wall-art__cta, .hero-wall-art.js-in-viewport.in-viewport .hero-wall-art__cta {
    transition: transform 1.2s cubic-bezier(0.32, 0.24, 0.15, 1) 1.5s, opacity 0.75s cubic-bezier(0.32, 0.24, 0.15, 1) 1.5s, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    opacity: 1;
    transform: translate3d(-50%, 0, 0); }
    @media (min-width: 996px) {
      .no-js .hero-wall-art .hero-wall-art__cta, .hero-wall-art.js-in-viewport.in-viewport .hero-wall-art__cta {
        transform: translate3d(0, 0, 0);
        transition: transform 1.2s cubic-bezier(0.32, 0.24, 0.15, 1) 1s, opacity 0.75s cubic-bezier(0.32, 0.24, 0.15, 1) 1s, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; } }
  .no-js .hero-wall-art .hero-wall-art__image, .hero-wall-art.js-in-viewport.in-viewport .hero-wall-art__image {
    transition: opacity 1.3s cubic-bezier(0.32, 0.24, 0.15, 1);
    opacity: 1; }
  @media (min-width: 996px) {
    .hero-wall-art__inner {
      margin-top: 6rem;
      position: relative; } }
  .hero-wall-art__container {
    width: 100%;
    height: 100%;
    position: relative; }
    @media (min-width: 996px) {
      .hero-wall-art__container {
        height: auto;
        text-align: center; } }
  @media (min-width: 996px) {
    .hero-wall-art__text-holder {
      position: relative; } }
  .hero-wall-art__texts {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    --text-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--text-opacity));
    left: 0;
    top: 110px; }
    @media (min-width: 996px) {
      .hero-wall-art__texts {
        position: absolute;
        margin-top: 0;
        top: -34px;
        left: 50%;
        transform: translateX(-50%); } }
    @media (min-width: 1320px) {
      .hero-wall-art__texts {
        top: -57px; } }
  .hero-wall-art__headline {
    font-size: clamp(2.5rem, 4.225vw + 1.51rem, 5.313rem);
    line-height: clamp(3.25rem, 3.944vw + 2.326rem, 5.875rem);
    letter-spacing: 3.5px;
    margin-bottom: 0.375rem; }
    @media (min-width: 996px) {
      .hero-wall-art__headline {
        margin-bottom: 0.75rem; } }
  .hero-wall-art__description {
    font-size: 1rem;
    line-height: 28px;
    letter-spacing: 0.75px; }
    @media (min-width: 996px) {
      .hero-wall-art__description {
        font-size: 1.25rem;
        letter-spacing: 1px; } }
  .hero-wall-art__cta {
    position: absolute;
    z-index: 2;
    left: 50%; }
    @media (max-width: 995px) {
      .hero-wall-art__cta {
        bottom: 4rem;
        width: calc(100% - 48px);
        transform: translate3d(-50%, 0, 0); } }
    .hero-wall-art__cta .hero-wall-art--hidden {
      display: none; }
      @media (min-width: 996px) {
        .hero-wall-art__cta .hero-wall-art--hidden {
          display: inline-block; } }
    @media (min-width: 996px) {
      .hero-wall-art__cta {
        position: static;
        transform: translate3d(0, 0, 0); } }
  @media (max-width: 995px) {
    .hero-wall-art__btn.btn--cream {
      --bg-opacity: 1;
      background-color: #F4EDE3;
      background-color: rgba(244, 237, 227, var(--bg-opacity));
      --text-opacity: 1;
      color: #292728;
      color: rgba(41, 39, 40, var(--text-opacity));
      --border-opacity: 1;
      border-color: #F4EDE3;
      border-color: rgba(244, 237, 227, var(--border-opacity)); } }
  @media (max-width: 995px) and (hover: hover), (max-width: 995px) and (-ms-high-contrast: none) {
    .hero-wall-art__btn.btn--cream:hover, .hero-wall-art__btn.btn--cream:focus {
      --text-opacity: 1;
      color: #F4EDE3;
      color: rgba(244, 237, 227, var(--text-opacity));
      --bg-opacity: 1;
      background-color: #292728;
      background-color: rgba(41, 39, 40, var(--bg-opacity));
      --border-opacity: 1;
      border-color: #292728;
      border-color: rgba(41, 39, 40, var(--border-opacity)); } }
  .hero-wall-art__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    .hero-wall-art__image picture {
      display: block; }
    .hero-wall-art__image img {
      display: block;
      margin-top: 1.5rem; }
      @media screen and (max-width: 996px) and (min-width: 768px) {
        .hero-wall-art__image img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: 50% 100%;
          object-position: 50% 100%;
          -o-object-position: 50% 50%;
          object-position: 50% 50%; } }
      @media (min-width: 560px) {
        .hero-wall-art__image img {
          margin-top: 0; } }
    @media (max-width: 995px) {
      .hero-wall-art__image {
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media (min-width: 996px) {
      .hero-wall-art__image {
        position: static;
        width: 100%;
        margin-bottom: 2rem; } }

/**/
/* Hero small*/
/**/
/* Hero on Normal Collection styles*/
/**/
.hero-small {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  position: relative;
  height: 70vh;
  min-height: 350px;
  max-height: 500px; }
  .hero-small.compat-object-fit {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .hero-small.compat-object-fit .object-fit-cover {
      opacity: 0;
      /* hide image if object fit is not supported*/ }
  @media (min-width: 768px) {
    .hero-small--short {
      min-height: 350px;
      max-height: 350px; } }

/**/
/* Mini Hero Solid Version*/
/**/
/* Small hero with solid gray background.*/
/* Load interaction takes place if needed.*/
/**/
.hero-solid {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .hero-solid {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .hero-solid:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity));
    z-index: 0; }
  .hero-solid .hero-solid__content {
    position: relative;
    z-index: 0;
    text-align: center; }
  .hero-solid .hero-solid__text {
    font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
    line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
    letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem);
    text-transform: capitalize; }
    .hero-solid .hero-solid__text#BADregisterPageTitle, .hero-solid .hero-solid__text#BADregisterPageTitleTwo, .hero-solid .hero-solid__text#BADregisterPageThankYou {
      text-transform: unset; }
    .hero-solid .hero-solid__text + p.type-label {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-family: "freight-text-pro", serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.75px;
      /*TODO*/
      text-transform: none; }
      @media (min-width: 768px) {
        .hero-solid .hero-solid__text + p.type-label {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 3.5px;
          text-transform: uppercase;
          font-family: "freight-text-pro", serif;
          font-weight: 400; } }
      .hero-solid .hero-solid__text + p.type-label.order-subtitle-styles, .hero-solid .hero-solid__text + p.type-label.account-subtitle-styles {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.75px; }

.hero-side .hero-side__content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .hero-side .hero-side__content {
      padding-bottom: 54px; } }

.hero-side .hero-side__text {
  font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
  line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
  letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }

/**/
/* Bumper*/
/**/
/* Mainly appears on bottom of page contents.*/
/* includes Headline, description and Call to action button.*/
/**/
.bumper {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  will-change: opacity;
  /* Animation*/
  /* Modifier*/
  /* Condition modifiers*/ }
  .no-js .bumper.js-in-viewport, .bumper.js-in-viewport.in-viewport {
    /*transition: opacity 1s $ease;*/ }
    .no-js .bumper.js-in-viewport .bumper__description, .bumper.js-in-viewport.in-viewport .bumper__description {
      -webkit-animation-name: fadeUpText1st;
      animation-name: fadeUpText1st; }
    .no-js .bumper.js-in-viewport .bumper__headline,
    .no-js .bumper.js-in-viewport .bumper__cta, .bumper.js-in-viewport.in-viewport .bumper__headline,
    .bumper.js-in-viewport.in-viewport .bumper__cta {
      -webkit-animation-name: fadeUpLong;
      animation-name: fadeUpLong; }
  .bumper.js-in-viewport .bumper__headline,
  .bumper.js-in-viewport .bumper__description {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .bumper.js-in-viewport .bumper__cta {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .bumper.js-in-viewport.bumper--headline-small .bumper__headline,
  .bumper.js-in-viewport.bumper--headline-small .bumper__description {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .bumper.js-in-viewport.bumper--headline-small .bumper__cta {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .bumper > * {
    max-width: 800px; }
  .bumper .homepage-about-width {
    max-width: 972px; }
  .bumper .bumper__headline {
    margin-bottom: 2rem;
    font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
    line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
    letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }
  .bumper .bumper__description {
    margin-bottom: 2.5rem; }
  .bumper .bumper__cta {
    display: inline-block; }
    .bumper .bumper__cta.bumper__cta--fixed-width {
      min-width: 240px; }
  .bumper.bumper--bg-grey-1 {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity)); }
  .bumper.bumper--headline-small .bumper__headline {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .bumper.bumper--headline-small .bumper__headline {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px; } }
  .bumper.bumper--no-max-width > * {
    max-width: none; }
  .bumper.bumper--with-bg {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 64vw;
    max-height: 700px;
    min-height: 470px; }
    .bumper.bumper--with-bg .bumper__text {
      position: relative;
      z-index: 2;
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity));
      width: 100%; }
      @media (min-width: 768px) {
        .bumper.bumper--with-bg .bumper__text {
          width: auto; } }
    .bumper.bumper--with-bg .bumper__headline {
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 2.5rem;
      transform: translate3d(0, 32px, 0);
      will-change: transform, opacity;
      -webkit-animation-duration: 1.2s, .75s;
      animation-duration: 1.2s, .75s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
      animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
      @media (min-width: 768px) {
        .bumper.bumper--with-bg .bumper__headline {
          margin-bottom: 3rem;
          margin-top: 1.5rem;
          margin-left: 0;
          margin-right: 0;
          max-width: none; } }
    .bumper.bumper--with-bg .bumper__cta {
      transform: translate3d(0, 32px, 0);
      will-change: transform, opacity;
      -webkit-animation-duration: 1.2s, .75s;
      animation-duration: 1.2s, .75s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
      animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
      width: 100%; }
      @media (min-width: 768px) {
        .bumper.bumper--with-bg .bumper__cta {
          width: auto; } }
    .bumper.bumper--with-bg .bumper__image {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden;
      max-width: none; }
      .bumper.bumper--with-bg .bumper__image:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #000;
        opacity: 0.4; }
  .collaboration .bumper {
    /* @apply .pb-30;*/ }
    @media (min-width: 768px) {
      .collaboration .bumper {
        padding-bottom: 7.5rem; } }

.homepage-wrapper .single-image__desc {
  max-width: 300px; }

.homepage-wrapper .bumper .bumper__description {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px; }

@media (min-width: 768px) {
  .homepage-wrapper .single-image__desc {
    max-width: none; }
  .homepage-wrapper .bumper .bumper__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px; } }

.homepage-wrapper .bumper.bumper--headline-small .bumper__headline {
  margin-top: 0.75rem;
  margin-bottom: 3rem;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    .homepage-wrapper .bumper.bumper--headline-small .bumper__headline {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 0.75px; } }

.page-about .bumper .bumper__description {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px; }

@media (min-width: 768px) {
  .page-about .bumper .bumper__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px; } }

/**/
/* Sub Menu Tab*/
/**/
/* Small hero with solid gray background.*/
/* Load interaction takes place if needed.*/
/**/
.submenu-tab {
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #E5E5E5;
  border-color: rgba(229, 229, 229, var(--border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  /* ---------------------------------------- Modifiers*/
  /*TODO - not used?*/
  /* vertical menu on about page*/
  /* mobile overflow scroll*/ }
  .submenu-tab .submenu-tab__list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: auto;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .submenu-tab .submenu-tab__list--progress {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-auto-flow: row;
      grid-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      grid-row-gap: 1.5rem;
      row-gap: 1.5rem; }
      @media (min-width: 768px) {
        .submenu-tab .submenu-tab__list--progress {
          grid-template-columns: repeat(3, minmax(0, 1fr));
          grid-auto-flow: column;
          grid-gap: 2.5rem;
          gap: 2.5rem; } }
  .submenu-tab .submenu-tab__menu {
    display: inline-block;
    text-align: left; }
    .submenu-tab .submenu-tab__menu a,
    .submenu-tab .submenu-tab__menu button {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      border-bottom-width: 1px;
      border-color: transparent; }
      .submenu-tab .submenu-tab__menu a:hover, .submenu-tab .submenu-tab__menu a:focus,
      .submenu-tab .submenu-tab__menu button:hover,
      .submenu-tab .submenu-tab__menu button:focus {
        --border-opacity: 1;
        border-color: #BEBFBF;
        border-color: rgba(190, 191, 191, var(--border-opacity)); }
      .submenu-tab .submenu-tab__menu a.active, .submenu-tab .submenu-tab__menu a:active,
      .submenu-tab .submenu-tab__menu button.active,
      .submenu-tab .submenu-tab__menu button:active {
        --border-opacity: 1;
        border-color: #484949;
        border-color: rgba(72, 73, 73, var(--border-opacity)); }
      .submenu-tab .submenu-tab__menu a span,
      .submenu-tab .submenu-tab__menu button span {
        display: block;
        margin-top: 0.5rem;
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.5px;
        text-transform: none; }
    .submenu-tab .submenu-tab__menu a {
      padding-bottom: 0.5rem; }
    .submenu-tab .submenu-tab__menu button {
      text-align: left;
      padding-bottom: 4px; }
  .submenu-tab.submenu-tab--no-border {
    border-width: 0; }
  @media (max-width: 767px) {
    .submenu-tab.submenu-tab--scroll {
      overflow-x: scroll;
      white-space: nowrap; } }
  @media (max-width: 767px) {
    .submenu-tab.submenu-tab--up-sidemenu {
      margin-left: -1.5rem;
      width: calc(100% + 3rem); } }
  @media (min-width: 768px) {
    .submenu-tab.submenu-tab--up-sidemenu {
      padding-top: 0;
      padding-bottom: 0;
      border-width: 0;
      text-align: left; }
      .submenu-tab.submenu-tab--up-sidemenu .submenu-tab__list {
        grid-auto-flow: row;
        width: auto;
        grid-gap: 1rem;
        gap: 1rem;
        white-space: normal; } }
  .submenu-tab.submenu-tab--horizontal-scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    @media (max-width: 767px) {
      .submenu-tab.submenu-tab--horizontal-scroll {
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: left; } }
  .submenu-tab.submenu-tab--horizontal-scroll::-webkit-scrollbar {
    display: none; }

/**/
/* Video*/
/**/
/* Vimeo Video Component*/
/* with headline, description and CTA as options.*/
/**/
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease; }

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__captions .plyr__caption div {
  display: inline; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px; } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px); }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px; }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0; }

a.plyr__control {
  text-decoration: none; }

a.plyr__control::after, a.plyr__control::before {
  display: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr--video .plyr__control svg {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15)); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #1aafff; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
  margin-left: 5px; }

.plyr__controls .plyr__menu + .plyr__control, .plyr__controls .plyr__progress + .plyr__control, .plyr__controls > .plyr__control + .plyr__control, .plyr__controls > .plyr__control + .plyr__menu {
  margin-left: 2px; }

.plyr__controls > .plyr__control:first-child, .plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
    margin-left: 10px; } }

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px; }

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px; } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px; }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4f5b5f;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px; }

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px; }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px); }

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px; }

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px; }

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #1aafff; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #1aafff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0)); }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px; }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px; }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px; }

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  margin-top: 0; }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 14px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1); }

.plyr--video {
  background: #000;
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__progress {
  flex: 1;
  left: 6.5px;
  margin-right: 13px;
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66); }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2; }

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px; } }

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px; } }

.plyr--is-ios .plyr__volume {
  display: none !important; }

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important; }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px; } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px; } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3; }

.plyr__ads::after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1); }

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #b7c5cd;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

.video {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  /* ----------------------------------- Controls*/
  /* ----------------------------------- Modifiers*/
  /* Padding*/ }
  @media (min-width: 768px) {
    .video {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  @media (min-width: 1024px) {
    .video {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .video.component--small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .video.component--small {
        padding-top: 6rem;
        padding-bottom: 6rem; } }
    @media (min-width: 1024px) {
      .video.component--small {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem; } }
  .no-js .video, .video.js-in-viewport.in-viewport {
    transition: opacity 1.5s cubic-bezier(0.32, 0.24, 0.15, 1);
    will-change: opacity;
    opacity: 1; }
  .video.js-in-viewport {
    opacity: 0; }
  @media (min-width: 768px) {
    .video {
      padding-top: 4rem;
      padding-bottom: 4.5rem; } }
  .video .video__wrapper {
    position: relative; }
    .video .video__wrapper .video__texts .video__headline {
      text-align: left;
      padding-right: 4.5rem; }
    .video .video__wrapper--no-px {
      padding-left: 0;
      padding-right: 0; }
  .video .video__container {
    position: relative;
    padding-bottom: 56.25%; }
  .video .video__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .video .video__texts {
    /* @extend .page-width;*/
    /* @apply .mt-6;*/
    /**/
    /* @screen sm-up {*/
    /*   @apply .flex;*/
    /* }*/
    /* @screen md-up {*/
    /*   @apply .mt-10;*/
    /* }*/
    /* @screen lg-up {*/
    /*   @apply .mt-16 .w-3/4;*/
    /* }*/ }
  .video .plyr__control--overlaid[data-plyr='play'] {
    background-color: transparent;
    box-shadow: none;
    /*sit it over top the youtube arrow*/ }
    .video .plyr__control--overlaid[data-plyr='play']:after {
      content: 'Play Video';
      display: block;
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity));
      margin-top: 0.5rem;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 2.5px;
      text-transform: uppercase; }
    .video .plyr__control--overlaid[data-plyr='play'] svg {
      margin-left: auto;
      margin-right: auto;
      transform: scale(1.3);
      margin-top: 25px; }
  .video .plyr__controls {
    background: none; }
    .video .plyr__controls .plyr__control:hover {
      background: none;
      opacity: 0.7; }
  .video .plyr--full-ui input[type='range'] {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity)); }
    .video .plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
      border-radius: 0; }
  .video.video--grey-1 {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity));
    padding-bottom: 4.5rem;
    padding-top: 5rem; }
    @media (min-width: 768px) {
      .video.video--grey-1 {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    @media (min-width: 1024px) {
      .video.video--grey-1 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem; } }
  .video.video--full-width .video__wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: none; }
  .video.video--no-pb {
    padding-bottom: 0; }
  .video.video--no-pt {
    padding-top: 0; }
  .video.video--no-py {
    padding-top: 0;
    padding-bottom: 0; }

/* ----------------------------------- Public class*/
/* Landscape*/
.video-container {
  position: relative;
  padding-bottom: 66.6666%; }
  @media (max-width: 1023px) {
    .video-container video {
      --bg-opacity: 1;
      background-color: #484949;
      background-color: rgba(72, 73, 73, var(--bg-opacity)); } }

@media (max-width: 767px) {
  .tier-three-body-styles {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    max-width: 313px; } }

.plyr--video {
  max-width: 1144px;
  margin: 0 auto;
  /*add drop shadow if plyr in modal*/ }
  .mfp-content .plyr--video {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); }

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .video-thumbnail:before {
    position: absolute;
    opacity: 0.75;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 100px;
    height: 100px;
    background-image: url("./icon-play-button-white.svg"); }
  .video-thumbnail:hover:before {
    opacity: 1; }

.play-icon--inline {
  display: inline-block;
  transform: scale(0.75); }

.play-icon--block {
  display: inline-block;
  margin-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .play-icon--block {
      margin-bottom: 1rem; } }
  .play-icon--block .icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    width: 32px;
    height: 37px; }
    @media (min-width: 768px) {
      .play-icon--block .icon {
        width: 40px;
        height: 46px; } }

/*plyr enable youtube buttons when paused*/
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none; }

.video--offset {
  margin-top: -4rem; }
  @media (min-width: 768px) {
    .video--offset {
      margin-top: -8rem; } }

/**/
/* Accordion Panel*/
/**/
/* Incorporate with accordion.js*/
/* This stylesheet just gives basic hide/show function from css*/
/* * Other visual has to be defined in corresponding component.*/
/**/
/* NOTE: Create indivisual stylesheet later*/
.accordion-panel {
  position: relative;
  border-top-width: 1px;
  transition: border-color 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) margin 1s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .accordion-panel.accordion-button__margins, .accordion-panel.accordion-button__margins.js-accordion-open {
    margin-top: 5rem; }
    @media (min-width: 768px) {
      .accordion-panel.accordion-button__margins, .accordion-panel.accordion-button__margins.js-accordion-open {
        margin-top: 7.5rem; } }

.learn-more-wrapper .double-image {
  padding-bottom: 6.5rem; }

.accordion-panel__container {
  transition: max-height 1s cubic-bezier(0.32, 0.24, 0.15, 1), overflow 0.1s cubic-bezier(0.32, 0.24, 0.15, 1) 1s; }
  .accordion-panel__container .video .video__wrapper {
    max-width: 1192px; }

.accordion-panel__learn-more {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  line-height: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  background-color: #484949;
  border-color: #484949;
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: calc(1rem - 1px);
  transition: all 0.2s ease-in-out;
  /* Secondary*/
  /* Cream*/
  /* Tertiary*/
  /*LINK style - used on PDP in rug pad driver - see all link*/
  /*EXCEPTION - for button in cart for add rug pad*/
  display: block;
  position: absolute;
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1), visibility 0.1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s;
  width: calc(100% - 48px); }
  .dark-mode .accordion-panel__learn-more {
    color: #484949; }
  .dark-mode .accordion-panel__learn-more {
    background-color: #fff; }
  .dark-mode .accordion-panel__learn-more {
    border-color: #fff; }
  .product-sorter .accordion-panel__learn-more {
    width: auto; }
  @media (min-width: 560px) {
    .accordion-panel__learn-more {
      width: auto; } }
  .accordion-panel__learn-more.btn-center {
    margin: 0 auto; }
  .accordion-panel__learn-more svg {
    display: inline-block; }
  .accordion-panel__learn-more.disabled, .accordion-panel__learn-more:disabled, .accordion-panel__learn-more.js-cart-checkout--disabled {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    background-color: #bebfbf;
    border-color: #bebfbf;
    pointer-events: none; }
    .dark-mode .accordion-panel__learn-more.disabled, .dark-mode .accordion-panel__learn-more:disabled, .dark-mode .accordion-panel__learn-more.js-cart-checkout--disabled {
      background-color: #757575; }
    .dark-mode .accordion-panel__learn-more.disabled, .dark-mode .accordion-panel__learn-more:disabled, .dark-mode .accordion-panel__learn-more.js-cart-checkout--disabled {
      border-color: #757575; }
  .accordion-panel__learn-more.js-loading, .accordion-panel__learn-more.js-loading:disabled, .accordion-panel__learn-more.js-loading.disabled {
    color: #fff;
    background-color: #484949;
    border-color: #484949; }
    .dark-mode .accordion-panel__learn-more.js-loading, .dark-mode .accordion-panel__learn-more.js-loading:disabled, .dark-mode .accordion-panel__learn-more.js-loading.disabled {
      color: #484949; }
    .dark-mode .accordion-panel__learn-more.js-loading, .dark-mode .accordion-panel__learn-more.js-loading:disabled, .dark-mode .accordion-panel__learn-more.js-loading.disabled {
      background-color: #fff; }
    .dark-mode .accordion-panel__learn-more.js-loading, .dark-mode .accordion-panel__learn-more.js-loading:disabled, .dark-mode .accordion-panel__learn-more.js-loading.disabled {
      border-color: #fff; }
    .accordion-panel__learn-more.js-loading:hover, .accordion-panel__learn-more.js-loading:disabled:hover, .accordion-panel__learn-more.js-loading.disabled:hover {
      color: #484949;
      background-color: #fff;
      border-color: #bebfbf; }
      .dark-mode .accordion-panel__learn-more.js-loading:hover, .dark-mode .accordion-panel__learn-more.js-loading:disabled:hover, .dark-mode .accordion-panel__learn-more.js-loading.disabled:hover {
        color: #f7f7f7; }
      .dark-mode .accordion-panel__learn-more.js-loading:hover, .dark-mode .accordion-panel__learn-more.js-loading:disabled:hover, .dark-mode .accordion-panel__learn-more.js-loading.disabled:hover {
        background-color: #292728; }
      .dark-mode .accordion-panel__learn-more.js-loading:hover, .dark-mode .accordion-panel__learn-more.js-loading:disabled:hover, .dark-mode .accordion-panel__learn-more.js-loading.disabled:hover {
        border-color: #757575; }
      .accordion-panel__learn-more.js-loading:hover .ellipsis2 .dot, .accordion-panel__learn-more.js-loading:disabled:hover .ellipsis2 .dot, .accordion-panel__learn-more.js-loading.disabled:hover .ellipsis2 .dot {
        background-color: #484949; }
        .dark-mode .accordion-panel__learn-more.js-loading:hover .ellipsis2 .dot, .dark-mode .accordion-panel__learn-more.js-loading:disabled:hover .ellipsis2 .dot, .dark-mode .accordion-panel__learn-more.js-loading.disabled:hover .ellipsis2 .dot {
          background-color: #fff; }
    .accordion-panel__learn-more.js-loading .ellipsis2 .dot, .accordion-panel__learn-more.js-loading:disabled .ellipsis2 .dot, .accordion-panel__learn-more.js-loading.disabled .ellipsis2 .dot {
      background-color: #fff; }
      .dark-mode .accordion-panel__learn-more.js-loading .ellipsis2 .dot, .dark-mode .accordion-panel__learn-more.js-loading:disabled .ellipsis2 .dot, .dark-mode .accordion-panel__learn-more.js-loading.disabled .ellipsis2 .dot {
        background-color: #292728; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .accordion-panel__learn-more.disabled:hover, .accordion-panel__learn-more:disabled:hover, .accordion-panel__learn-more.js-cart-checkout--disabled:hover {
      color: #fff;
      background-color: #484949; }
      .dark-mode .accordion-panel__learn-more.disabled:hover, .dark-mode .accordion-panel__learn-more:disabled:hover, .dark-mode .accordion-panel__learn-more.js-cart-checkout--disabled:hover {
        color: #484949; }
      .dark-mode .accordion-panel__learn-more.disabled:hover, .dark-mode .accordion-panel__learn-more:disabled:hover, .dark-mode .accordion-panel__learn-more.js-cart-checkout--disabled:hover {
        background-color: #fff; } }
  @media (hover: hover), (-ms-high-contrast: none) {
    .accordion-panel__learn-more:hover, .accordion-panel__learn-more:focus {
      color: #484949;
      background-color: #fff;
      border-color: #bebfbf; }
      .dark-mode .accordion-panel__learn-more:hover, .dark-mode .accordion-panel__learn-more:focus {
        color: #f7f7f7; }
      .dark-mode .accordion-panel__learn-more:hover, .dark-mode .accordion-panel__learn-more:focus {
        background-color: #292728; }
      .dark-mode .accordion-panel__learn-more:hover, .dark-mode .accordion-panel__learn-more:focus {
        border-color: #757575; }
    .accordion-panel__learn-more:active {
      color: #fff;
      background-color: #757575;
      border-color: #757575; }
      .dark-mode .accordion-panel__learn-more:active {
        color: #484949; }
      .dark-mode .accordion-panel__learn-more:active {
        background-color: #efefef; }
      .dark-mode .accordion-panel__learn-more:active {
        border-color: #efefef; } }
  @media (hover: hover), (-ms-high-contrast: none) {
    .accordion-panel__learn-more.btn--hover-no-border:hover {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); } }
  .accordion-panel__learn-more.btn--secondary, .accordion-panel__learn-more.btn-quick-view {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    @media (hover: hover), (-ms-high-contrast: none) {
      .accordion-panel__learn-more.btn--secondary:hover, .accordion-panel__learn-more.btn-quick-view:hover, .accordion-panel__learn-more.btn--secondary:focus, .accordion-panel__learn-more.btn-quick-view:focus {
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, var(--text-opacity));
        --bg-opacity: 1;
        background-color: #484949;
        background-color: rgba(72, 73, 73, var(--bg-opacity)); } }
    .accordion-panel__learn-more.btn--secondary.btn--secondary-no-border, .accordion-panel__learn-more.btn-quick-view {
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .accordion-panel__learn-more.btn--secondary.btn--secondary-no-border:hover, .accordion-panel__learn-more.btn-quick-view:hover {
          --border-opacity: 1;
          border-color: #484949;
          border-color: rgba(72, 73, 73, var(--border-opacity)); } }

@media (max-width: 1023px) and (hover: hover), (max-width: 1023px) and (-ms-high-contrast: none) {
  .accordion-panel__learn-more.btn--secondary.btn--secondary-no-hover:hover, .accordion-panel__learn-more.btn--secondary-no-hover.btn-quick-view:hover, .accordion-panel__learn-more.btn--secondary.btn--secondary-no-hover:focus, .accordion-panel__learn-more.btn--secondary-no-hover.btn-quick-view:focus {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); } }
    .accordion-panel__learn-more.btn--secondary.btn--secondary-plus span, .accordion-panel__learn-more.btn--secondary-plus.btn-quick-view span {
      display: inline-block;
      width: 0.75rem;
      background-image: url("./icon-plus.svg");
      background-position: right center;
      background-repeat: no-repeat; }
  .accordion-panel__learn-more--cream {
    --text-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #292728;
    background-color: rgba(41, 39, 40, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--border-opacity)); }
    @media (hover: hover), (-ms-high-contrast: none) {
      .accordion-panel__learn-more--cream.disabled:hover, .accordion-panel__learn-more--cream:disabled:hover, .accordion-panel__learn-more--cream.js-cart-checkout--disabled:hover {
        --text-opacity: 1;
        color: #F4EDE3;
        color: rgba(244, 237, 227, var(--text-opacity)); } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .accordion-panel__learn-more--cream:hover, .accordion-panel__learn-more--cream:focus {
        --bg-opacity: 1;
        background-color: #F4EDE3;
        background-color: rgba(244, 237, 227, var(--bg-opacity));
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity)); } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .accordion-panel__learn-more--cream.btn--hover-no-border:hover {
        --border-opacity: 1;
        border-color: #F4EDE3;
        border-color: rgba(244, 237, 227, var(--border-opacity)); } }
    .accordion-panel__learn-more--cream.btn--secondary, .accordion-panel__learn-more--cream.btn-quick-view {
      --bg-opacity: 1;
      background-color: #F4EDE3;
      background-color: rgba(244, 237, 227, var(--bg-opacity));
      --text-opacity: 1;
      color: #292728;
      color: rgba(41, 39, 40, var(--text-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .accordion-panel__learn-more--cream.btn--secondary:hover, .accordion-panel__learn-more--cream.btn-quick-view:hover, .accordion-panel__learn-more--cream.btn--secondary:focus, .accordion-panel__learn-more--cream.btn-quick-view:focus {
          --text-opacity: 1;
          color: #F4EDE3;
          color: rgba(244, 237, 227, var(--text-opacity));
          --bg-opacity: 1;
          background-color: #292728;
          background-color: rgba(41, 39, 40, var(--bg-opacity));
          --border-opacity: 1;
          border-color: #292728;
          border-color: rgba(41, 39, 40, var(--border-opacity)); } }
      .accordion-panel__learn-more--cream.btn--secondary.btn--secondary-no-border, .accordion-panel__learn-more--cream.btn-quick-view {
        --border-opacity: 1;
        border-color: #F4EDE3;
        border-color: rgba(244, 237, 227, var(--border-opacity)); }
        @media (hover: hover), (-ms-high-contrast: none) {
          .accordion-panel__learn-more--cream.btn--secondary.btn--secondary-no-border:hover, .accordion-panel__learn-more--cream.btn-quick-view:hover, .accordion-panel__learn-more--cream.btn--secondary.btn--secondary-no-border:focus, .accordion-panel__learn-more--cream.btn-quick-view:focus {
            --text-opacity: 1;
            color: #F4EDE3;
            color: rgba(244, 237, 227, var(--text-opacity));
            --bg-opacity: 1;
            background-color: #292728;
            background-color: rgba(41, 39, 40, var(--bg-opacity));
            --border-opacity: 1;
            border-color: #292728;
            border-color: rgba(41, 39, 40, var(--border-opacity)); } }
  .accordion-panel__learn-more.btn--tertiary, .accordion-panel__learn-more.pagination, .accordion-panel__learn-more.shop-btn, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view {
    color: #484949;
    position: relative;
    border-style: none;
    background-color: transparent;
    padding: 0;
    width: auto;
    padding-bottom: 0.625rem;
    min-width: auto;
    /* tertiary light variant - from figma - https://www.figma.com/file/rD1ZDqPz2eTYwfIsmltyS1/Rugs-Core-Library?node-id=517%3A1032&mode=dev*/ }
    .dark-mode .accordion-panel__learn-more.btn--tertiary, .dark-mode .accordion-panel__learn-more.pagination, .dark-mode .accordion-panel__learn-more.shop-btn, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view {
      color: #fff; }
    .accordion-panel__learn-more.btn--tertiary:after, .accordion-panel__learn-more.pagination:after, .accordion-panel__learn-more.shop-btn:after, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #484949;
      transition: all 0.2s ease-in-out; }
      .dark-mode .accordion-panel__learn-more.btn--tertiary:after, .dark-mode .accordion-panel__learn-more.pagination:after, .dark-mode .accordion-panel__learn-more.shop-btn:after, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:after, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:after {
        background-color: #fff; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .accordion-panel__learn-more.btn--tertiary:hover, .accordion-panel__learn-more.pagination:hover, .accordion-panel__learn-more.shop-btn:hover, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:hover, .accordion-panel__learn-more.btn--tertiary:focus, .accordion-panel__learn-more.pagination:focus, .accordion-panel__learn-more.shop-btn:focus, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:focus {
        color: #757575;
        background-color: transparent; }
        .dark-mode .accordion-panel__learn-more.btn--tertiary:hover, .dark-mode .accordion-panel__learn-more.pagination:hover, .dark-mode .accordion-panel__learn-more.shop-btn:hover, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:hover, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:hover, .dark-mode .accordion-panel__learn-more.btn--tertiary:focus, .dark-mode .accordion-panel__learn-more.pagination:focus, .dark-mode .accordion-panel__learn-more.shop-btn:focus, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:focus, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:focus {
          color: #efefef; }
        .accordion-panel__learn-more.btn--tertiary:hover:after, .accordion-panel__learn-more.pagination:hover:after, .accordion-panel__learn-more.shop-btn:hover:after, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:hover:after, .accordion-panel__learn-more.btn--tertiary:focus:after, .accordion-panel__learn-more.pagination:focus:after, .accordion-panel__learn-more.shop-btn:focus:after, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:focus:after {
          background-color: #757575;
          -webkit-animation: horizontalScale 0.35s ease-out;
          animation: horizontalScale 0.35s ease-out; }
          .dark-mode .accordion-panel__learn-more.btn--tertiary:hover:after, .dark-mode .accordion-panel__learn-more.pagination:hover:after, .dark-mode .accordion-panel__learn-more.shop-btn:hover:after, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:hover:after, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:hover:after, .dark-mode .accordion-panel__learn-more.btn--tertiary:focus:after, .dark-mode .accordion-panel__learn-more.pagination:focus:after, .dark-mode .accordion-panel__learn-more.shop-btn:focus:after, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:focus:after, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:focus:after {
            background-color: #efefef; }
      .accordion-panel__learn-more.btn--tertiary:active, .accordion-panel__learn-more.pagination:active, .accordion-panel__learn-more.shop-btn:active, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:active {
        color: #484949; }
        .dark-mode .accordion-panel__learn-more.btn--tertiary:active, .dark-mode .accordion-panel__learn-more.pagination:active, .dark-mode .accordion-panel__learn-more.shop-btn:active, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:active, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:active {
          color: #fff; } }
    .accordion-panel__learn-more.btn--tertiary:hover, .accordion-panel__learn-more.pagination:hover, .accordion-panel__learn-more.shop-btn:hover, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:hover, .accordion-panel__learn-more.btn--tertiary:focus, .accordion-panel__learn-more.pagination:focus, .accordion-panel__learn-more.shop-btn:focus, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:focus {
      color: #757575;
      background-color: transparent; }
      .dark-mode .accordion-panel__learn-more.btn--tertiary:hover, .dark-mode .accordion-panel__learn-more.pagination:hover, .dark-mode .accordion-panel__learn-more.shop-btn:hover, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:hover, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:hover, .dark-mode .accordion-panel__learn-more.btn--tertiary:focus, .dark-mode .accordion-panel__learn-more.pagination:focus, .dark-mode .accordion-panel__learn-more.shop-btn:focus, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:focus, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:focus {
        color: #efefef; }
    .accordion-panel__learn-more.btn--tertiary:active, .accordion-panel__learn-more.pagination:active, .accordion-panel__learn-more.shop-btn:active, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:active {
      color: #484949; }
      .dark-mode .accordion-panel__learn-more.btn--tertiary:active, .dark-mode .accordion-panel__learn-more.pagination:active, .dark-mode .accordion-panel__learn-more.shop-btn:active, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:active, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:active {
        color: #fff; }
    .accordion-panel__learn-more.btn--tertiary:disabled, .accordion-panel__learn-more.pagination:disabled, .accordion-panel__learn-more.shop-btn:disabled, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:disabled {
      color: #bebfbf; }
      .dark-mode .accordion-panel__learn-more.btn--tertiary:disabled, .dark-mode .accordion-panel__learn-more.pagination:disabled, .dark-mode .accordion-panel__learn-more.shop-btn:disabled, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:disabled, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:disabled {
        color: #757575; }
      @media (hover: hover), (-ms-high-contrast: none) {
        .accordion-panel__learn-more.btn--tertiary:disabled:hover, .accordion-panel__learn-more.pagination:disabled:hover, .accordion-panel__learn-more.shop-btn:disabled:hover, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:disabled:hover {
          color: #bebfbf;
          background-color: transparent; }
          .dark-mode .accordion-panel__learn-more.btn--tertiary:disabled:hover, .dark-mode .accordion-panel__learn-more.pagination:disabled:hover, .dark-mode .accordion-panel__learn-more.shop-btn:disabled:hover, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:disabled:hover, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:disabled:hover {
            color: #757575; }
          .accordion-panel__learn-more.btn--tertiary:disabled:hover:after, .accordion-panel__learn-more.pagination:disabled:hover:after, .accordion-panel__learn-more.shop-btn:disabled:hover:after, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:disabled:hover:after {
            background-color: #bebfbf;
            -webkit-animation: none;
            animation: none; }
            .dark-mode .accordion-panel__learn-more.btn--tertiary:disabled:hover:after, .dark-mode .accordion-panel__learn-more.pagination:disabled:hover:after, .dark-mode .accordion-panel__learn-more.shop-btn:disabled:hover:after, .dark-mode .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:disabled:hover:after, .gallery .gallery__footer .dark-mode .accordion-panel__learn-more.btn-quick-view:disabled:hover:after {
              background-color: #757575; } }
    .accordion-panel__learn-more.btn--tertiary.btn--tertiary-white, .accordion-panel__learn-more.btn--tertiary-white.pagination, .accordion-panel__learn-more.btn--tertiary-white.shop-btn, .gallery .gallery__footer .accordion-panel__learn-more.btn--tertiary-white.btn-quick-view {
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity)); }
      .accordion-panel__learn-more.btn--tertiary.btn--tertiary-white:after, .accordion-panel__learn-more.btn--tertiary-white.pagination:after, .accordion-panel__learn-more.btn--tertiary-white.shop-btn:after, .gallery .gallery__footer .accordion-panel__learn-more.btn--tertiary-white.btn-quick-view:after {
        --bg-opacity: 1;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      @media (hover: hover), (-ms-high-contrast: none) {
        .accordion-panel__learn-more.btn--tertiary.btn--tertiary-white:hover, .accordion-panel__learn-more.btn--tertiary-white.pagination:hover, .accordion-panel__learn-more.btn--tertiary-white.shop-btn:hover, .gallery .gallery__footer .accordion-panel__learn-more.btn--tertiary-white.btn-quick-view:hover {
          --text-opacity: 1;
          color: #F7F7F7;
          color: rgba(247, 247, 247, var(--text-opacity)); }
          .accordion-panel__learn-more.btn--tertiary.btn--tertiary-white:hover:after, .accordion-panel__learn-more.btn--tertiary-white.pagination:hover:after, .accordion-panel__learn-more.btn--tertiary-white.shop-btn:hover:after, .gallery .gallery__footer .accordion-panel__learn-more.btn--tertiary-white.btn-quick-view:hover:after {
            --bg-opacity: 1;
            background-color: #F7F7F7;
            background-color: rgba(247, 247, 247, var(--bg-opacity));
            -webkit-animation: horizontalScale 0.35s ease-out;
            animation: horizontalScale 0.35s ease-out; }
        .accordion-panel__learn-more.btn--tertiary.btn--tertiary-white:focus, .accordion-panel__learn-more.btn--tertiary-white.pagination:focus, .accordion-panel__learn-more.btn--tertiary-white.shop-btn:focus, .gallery .gallery__footer .accordion-panel__learn-more.btn--tertiary-white.btn-quick-view:focus {
          --text-opacity: 1;
          color: #EFEFEF;
          color: rgba(239, 239, 239, var(--text-opacity)); }
          .accordion-panel__learn-more.btn--tertiary.btn--tertiary-white:focus:after, .accordion-panel__learn-more.btn--tertiary-white.pagination:focus:after, .accordion-panel__learn-more.btn--tertiary-white.shop-btn:focus:after, .gallery .gallery__footer .accordion-panel__learn-more.btn--tertiary-white.btn-quick-view:focus:after {
            --bg-opacity: 1;
            background-color: #EFEFEF;
            background-color: rgba(239, 239, 239, var(--bg-opacity));
            -webkit-animation: horizontalScale 0.35s ease-out;
            animation: horizontalScale 0.35s ease-out; }
        .accordion-panel__learn-more.btn--tertiary.btn--tertiary-white:active, .accordion-panel__learn-more.btn--tertiary-white.pagination:active, .accordion-panel__learn-more.btn--tertiary-white.shop-btn:active, .gallery .gallery__footer .accordion-panel__learn-more.btn--tertiary-white.btn-quick-view:active {
          --text-opacity: 1;
          color: #E5E5E5;
          color: rgba(229, 229, 229, var(--text-opacity)); } }
    .accordion-panel__learn-more.btn--tertiary.btn--tertiary-arrow-b, .accordion-panel__learn-more.btn--tertiary-arrow-b.pagination, .accordion-panel__learn-more.btn--tertiary-arrow-b.shop-btn, .gallery .gallery__footer .accordion-panel__learn-more.btn--tertiary-arrow-b.btn-quick-view, .accordion-panel__learn-more.btn--tertiary.btn--tertiary-arrow-r, .accordion-panel__learn-more.btn--tertiary-arrow-r.pagination, .accordion-panel__learn-more.btn--tertiary-arrow-r.shop-btn, .gallery .gallery__footer .accordion-panel__learn-more.btn--tertiary-arrow-r.btn-quick-view, .accordion-panel__learn-more.btn--tertiary.btn--tertiary-plus, .accordion-panel__learn-more.btn--tertiary-plus.pagination, .accordion-panel__learn-more.shop-btn, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view {
      background-image: url("./icon-arrow-bottom.svg");
      background-position: right 0.15rem;
      background-repeat: no-repeat;
      padding-right: 1.25rem; }
    .accordion-panel__learn-more.btn--tertiary.btn--tertiary-arrow-r, .accordion-panel__learn-more.btn--tertiary-arrow-r.pagination, .accordion-panel__learn-more.btn--tertiary-arrow-r.shop-btn, .gallery .gallery__footer .accordion-panel__learn-more.btn--tertiary-arrow-r.btn-quick-view {
      background-image: url("./icon-arrow-right.svg"); }
    .accordion-panel__learn-more.btn--tertiary.btn--tertiary-plus, .accordion-panel__learn-more.btn--tertiary-plus.pagination, .accordion-panel__learn-more.shop-btn, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view {
      background-image: url("./icon-plus.svg");
      padding-bottom: 0; }
      .accordion-panel__learn-more.btn--tertiary.btn--tertiary-plus:after, .accordion-panel__learn-more.btn--tertiary-plus.pagination:after, .accordion-panel__learn-more.shop-btn:after, .gallery .gallery__footer .accordion-panel__learn-more.btn-quick-view:after {
        display: none; }
  .accordion-panel__learn-more.btn--linkstyle {
    font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
    line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
    color: #484949;
    text-decoration: underline;
    position: relative;
    transition: 0.2s color ease-in-out;
    padding: 0;
    background-color: transparent;
    border-style: none;
    text-transform: none;
    text-underline-offset: 4px; }
    .accordion-panel__learn-more.btn--linkstyle strong {
      font-weight: 500; }
    .dark-mode .accordion-panel__learn-more.btn--linkstyle {
      color: #f7f7f7; }
    .accordion-panel__learn-more.btn--linkstyle:hover {
      color: #757575; }
      .dark-mode .accordion-panel__learn-more.btn--linkstyle:hover {
        color: #efefef; }
  .accordion-panel__learn-more.btn--small {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 10px;
    padding-bottom: 10px; }
  .accordion-panel__learn-more.btn--animated {
    position: relative; }
    .accordion-panel__learn-more.btn--animated.js-loading .ellipsis span {
      opacity: 0;
      -webkit-animation: ellipsis-animate steps(4, end) 1s infinite;
      animation: ellipsis-animate steps(4, end) 1s infinite; }
      .accordion-panel__learn-more.btn--animated.js-loading .ellipsis span:nth-child(2) {
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s; }
      .accordion-panel__learn-more.btn--animated.js-loading .ellipsis span:nth-child(3) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
    .accordion-panel__learn-more.btn--animated.js-loading .ellipsis .dot {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0.25rem;
      display: inline-block;
      opacity: 0.5;
      -webkit-animation: opacityPulse steps(4, end) 1s infinite;
      animation: opacityPulse steps(4, end) 1s infinite;
      opacity: 1; }
      .accordion-panel__learn-more.btn--animated.js-loading .ellipsis .dot.dot2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .accordion-panel__learn-more.btn--animated.js-loading .ellipsis .dot.dot3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    .accordion-panel__learn-more.btn--animated.js-loading .ellipsis2 .dot {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0.25rem;
      display: inline-block;
      opacity: 0.5;
      -webkit-animation: opacityPulse steps(4, end) 1s infinite;
      animation: opacityPulse steps(4, end) 1s infinite;
      background-color: #ffffff;
      border-radius: 50%;
      vertical-align: middle;
      opacity: 1; }
      .accordion-panel__learn-more.btn--animated.js-loading .ellipsis2 .dot.dot2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .accordion-panel__learn-more.btn--animated.js-loading .ellipsis2 .dot.dot3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .accordion-panel__learn-more.btn--animated.js-loading:hover .ellipsis2 .dot, .accordion-panel__learn-more.btn--animated.js-loading:focus .ellipsis2 .dot {
        background-color: #484949; } }
  @media (min-width: 560px) {
    .accordion-panel__learn-more {
      width: auto; } }
  .collaboration .accordion-panel__learn-more {
    width: auto; }
  .accordion-panel__learn-more svg {
    width: 10px;
    height: 10px;
    margin-left: 6px; }

.accordion-panel__close {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #484949;
  background-color: rgba(72, 73, 73, var(--bg-opacity));
  display: block;
  position: relative;
  visibility: hidden;
  opacity: 0;
  --border-opacity: 1;
  border-color: #484949;
  border-color: rgba(72, 73, 73, var(--border-opacity));
  bottom: 0;
  border-width: 1px;
  margin-left: auto;
  margin-right: auto;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1), background-color 0.2s ease-in-out; }
  .accordion-panel__close span {
    display: block;
    position: absolute;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    height: 1px;
    width: 1.5rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(45deg);
    transition: background-color 0.2s ease-in-out; }
    .accordion-panel__close span:last-child {
      transform: translate3d(-50%, 0, 0) rotate(-45deg); }
  .accordion-panel__close:before {
    content: 'Close';
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    display: block;
    position: absolute;
    font-weight: 500;
    text-align: center;
    top: calc(100% + 0.5rem); }
  .accordion-panel__close:hover {
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    .accordion-panel__close:hover span {
      --bg-opacity: 1;
      background-color: #484949;
      background-color: rgba(72, 73, 73, var(--bg-opacity)); }

.accordion-panel__divider {
  visibility: hidden;
  opacity: 0;
  border-top-width: 1px;
  transition: all 0.5s cubic-bezier(0.32, 0.24, 0.15, 1); }

/* When Custom Block OPENING*/
.accordion-panel.js-accordion-open {
  border-color: transparent;
  margin-top: 0; }
  .accordion-panel.js-accordion-open .accordion-panel__learn-more {
    visibility: hidden;
    opacity: 0; }
  .accordion-panel.js-accordion-open .accordion-panel__container {
    padding-bottom: 1.5rem; }
  .accordion-panel.js-accordion-open .accordion-panel__divider {
    visibility: visible;
    opacity: 1;
    margin-top: 4rem;
    transition: all 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) 1s; }
    @media (min-width: 768px) {
      .accordion-panel.js-accordion-open .accordion-panel__divider {
        margin-top: 1.5rem; } }
  .accordion-panel.js-accordion-open .accordion-panel__close {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) 1s, background-color 0.2s ease-in-out; }

/**/
/* Three cards driver compoent*/
/**/
/* Currently using for Other Collaborations driver*/
/* on Designer Landing Page.*/
/**/
.three-driver {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* @screen sm {*/ }
  @media (min-width: 560px) and (max-width: 767px) {
    .three-driver {
      max-width: 420px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .three-driver {
      justify-content: center; } }
  .three-driver .three-driver__item {
    margin-bottom: 4rem;
    display: block;
    /* @screen sm {*/ }
    .three-driver .three-driver__item:last-child {
      margin-bottom: 0; }
    @media (min-width: 560px) and (max-width: 767px) {
      .three-driver .three-driver__item {
        padding-left: 0; } }
    @media (min-width: 768px) {
      .three-driver .three-driver__item {
        width: 33.33333%;
        margin-bottom: 0;
        padding-top: 1.5rem; } }
    @media (min-width: 1024px) {
      .three-driver .three-driver__item {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    .three-driver .three-driver__item .full-width-description {
      max-width: 100%; }

.page-about-driver .three-driver__item {
  /* @apply .px-6;*/ }

.page-about-driver .standard-card__image {
  margin-bottom: 0; }

/**/
/* Single image showcase*/
/**/
/**/
.img-showcase-one {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  max-width: 1144px;
  /* ----------------------------------- Modifiers*/
  /* Padding*/ }
  .no-js .img-showcase-one, .img-showcase-one.js-in-viewport.in-viewport {
    transition: opacity 1.5s cubic-bezier(0.32, 0.24, 0.15, 1);
    opacity: 1; }
  .img-showcase-one.js-in-viewport {
    opacity: 0; }
  @media (min-width: 768px) {
    .img-showcase-one {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .img-showcase-one .img-showcase-one__image {
    display: block;
    width: 100%; }
  .img-showcase-one .img-showcase-one__btn {
    display: inline-block;
    margin-top: 2rem; }
  .img-showcase-one.img-showcase-one--no-pb {
    padding-bottom: 0; }
  .img-showcase-one.img-showcase-one--no-pt {
    padding-top: 0; }
  .img-showcase-one.img-showcase-one--no-py {
    padding-top: 0;
    padding-bottom: 0; }

.tier-two-styles {
  padding-top: 0px; }

@media (max-width: 767px) {
  .tier-two-styles {
    text-align: left; }
    .tier-two-styles .img-showcase-one__image {
      height: 300px; }
      .tier-two-styles .img-showcase-one__image img {
        height: 100%; } }

/**/
/* Double image showcase*/
/**/
/**/
.img-showcase-two {
  /* ----------------------------------- Modifiers*/
  /* Position*/
  /* Padding*/ }
  @media (min-width: 1024px) {
    .img-showcase-two {
      padding-left: 0; } }
  .no-js .img-showcase-two, .img-showcase-two.js-in-viewport.in-viewport {
    transition: all 1s cubic-bezier(0.32, 0.24, 0.15, 1); }
    .no-js .img-showcase-two .img-showcase-two__big, .img-showcase-two.js-in-viewport.in-viewport .img-showcase-two__big {
      -webkit-animation-name: fadeUpText1st;
      animation-name: fadeUpText1st; }
    .no-js .img-showcase-two .img-showcase-two__small, .img-showcase-two.js-in-viewport.in-viewport .img-showcase-two__small {
      -webkit-animation-name: fadeUpText2nd;
      animation-name: fadeUpText2nd; }
  .img-showcase-two.js-in-viewport .img-showcase-two__big {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .img-showcase-two.js-in-viewport .img-showcase-two__small {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .img-showcase-two .img-showcase-two__container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .img-showcase-two .img-showcase-two__container {
        padding-top: 4rem;
        padding-bottom: 4rem;
        display: flex;
        align-items: center; } }
  .img-showcase-two .img-showcase-two__big,
  .img-showcase-two .img-showcase-two__small {
    position: relative;
    text-align: center; }
    .img-showcase-two .img-showcase-two__big img,
    .img-showcase-two .img-showcase-two__small img {
      display: block;
      width: 100%; }
  .img-showcase-two .img-showcase-two__big {
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .img-showcase-two .img-showcase-two__big {
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .img-showcase-two .img-showcase-two__big {
        padding-left: 0;
        width: calc(41.66667% + 24px); } }
  .img-showcase-two .img-showcase-two__small {
    width: 80%; }
    @media (min-width: 1024px) {
      .img-showcase-two .img-showcase-two__small {
        padding-left: 0;
        width: calc(33.33333% + 24px + 8px); } }
  .img-showcase-two .shop-btn {
    margin-top: 2rem; }
  .img-showcase-two .product-link {
    float: right;
    margin-top: 1rem;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400;
    text-decoration: none; }
    .img-showcase-two .product-link span {
      margin-right: 0.25rem;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 3px;
      text-transform: uppercase; }
    .img-showcase-two .product-link:hover {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity)); }
  .img-showcase-two.img-showcase-two--video .img-showcase-two__video-wrapper {
    position: relative;
    padding-bottom: 125%; }
    .img-showcase-two.img-showcase-two--video .img-showcase-two__video-wrapper video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  @media (min-width: 768px) {
    .img-showcase-two.img-showcase-two--reverse .img-showcase-two__big {
      order: 2; }
    .img-showcase-two.img-showcase-two--reverse .img-showcase-two__small {
      order: 1; } }
  @media (min-width: 1024px) {
    .img-showcase-two.img-showcase-two--reverse .img-showcase-two__big {
      left: calc(16.66667% - 8px); }
    .img-showcase-two.img-showcase-two--reverse .img-showcase-two__small {
      left: 8.33333%; } }
  .img-showcase-two.img-showcase-two--no-pb .img-showcase-two__container {
    padding-bottom: 0; }
  .img-showcase-two.img-showcase-two--no-pt .img-showcase-two__container {
    padding-top: 0; }
  .img-showcase-two.img-showcase-two--no-py .img-showcase-two__container {
    padding-top: 0;
    padding-bottom: 0; }

/**/
/* Mini Hero Solid Version*/
/**/
/* Small hero with solid gray background.*/
/* Load interaction takes place if needed.*/
/**/
.filter-dropdown-header {
  transition-delay: 0.5s; }
  .js-filter-dropdown-open .filter-dropdown-header {
    z-index: 12;
    transition-property: none !important; }

.filter-dropdown-trigger {
  display: inline-block;
  position: relative;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #484949;
  border-color: rgba(72, 73, 73, var(--border-opacity));
  cursor: pointer; }
  .filter-dropdown-trigger:after {
    content: '';
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("./icon-caret-bottom.svg");
    width: 10px;
    margin-top: 0.16rem;
    left: calc(100% + 0.4rem); }
  .js-filter-dropdown-open .filter-dropdown-trigger:after {
    transform: scaleY(-1); }
  @media (min-width: 768px) {
    .filter-dropdown-trigger {
      border-bottom-width: 2px; }
      .filter-dropdown-trigger:after {
        width: 1rem;
        margin-top: 0.26rem;
        left: calc(100% + 0.75rem); }
      .filter-dropdown-trigger:hover, .filter-dropdown-trigger:focus {
        --border-opacity: 1;
        border-color: #757575;
        border-color: rgba(117, 117, 117, var(--border-opacity));
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
        .filter-dropdown-trigger:hover:after, .filter-dropdown-trigger:focus:after {
          opacity: 0.5; } }

.filter-dropdown {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 11;
  left: -9999px;
  transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1), left 0.1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s; }
  .filter-dropdown:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(247, 247, 247, 0.9); }
  .js-filter-dropdown-open .filter-dropdown {
    opacity: 1;
    left: 0;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1); }

.filter-dropdown__list {
  list-style-type: none;
  padding: 0;
  text-align: left;
  position: absolute;
  z-index: 1;
  margin-top: 1.5rem; }

.filter-dropdown__item {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px;
  margin-bottom: 1rem;
  opacity: 0;
  line-height: 24px;
  transform: translate3d(0, 10%, 0);
  transition: all 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .filter-dropdown__item a {
    transition: 0.2s color ease-in-out;
    text-transform: capitalize; }
    .filter-dropdown__item a:hover {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity)); }
    .filter-dropdown__item a:active {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity)); }
  .js-filter-dropdown-open .filter-dropdown__item {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all 0.3s cubic-bezier(0.32, 0.24, 0.15, 1) calc($openingTime - 0.1s); }
  .filter-dropdown__item:nth-child(1) {
    /* transition-delay: calc(0.3s + (0.03s * (1 - 1)));*/
    transition-delay: 0.3s; }
  .filter-dropdown__item:nth-child(2) {
    /* transition-delay: calc(0.3s + (0.03s * (2 - 1)));*/
    transition-delay: 0.3s; }
  .filter-dropdown__item:nth-child(3) {
    /* transition-delay: calc(0.3s + (0.03s * (3 - 1)));*/
    transition-delay: 0.3s; }
  .filter-dropdown__item:nth-child(4) {
    /* transition-delay: calc(0.3s + (0.03s * (4 - 1)));*/
    transition-delay: 0.3s; }
  .filter-dropdown__item:nth-child(5) {
    /* transition-delay: calc(0.3s + (0.03s * (5 - 1)));*/
    transition-delay: 0.3s; }
  .filter-dropdown__item:nth-child(6) {
    /* transition-delay: calc(0.3s + (0.03s * (6 - 1)));*/
    transition-delay: 0.3s; }
  .filter-dropdown__item:nth-child(7) {
    /* transition-delay: calc(0.3s + (0.03s * (7 - 1)));*/
    transition-delay: 0.3s; }
  @media (min-width: 768px) {
    .filter-dropdown__item {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.75px; } }
  .filter-dropdown__item.filter-dropdown__item--dynamic.is-hidden {
    display: none; }

[data-filter-category-id] {
  display: none; }
  [data-filter-category-id].js-filter-dropdown-active {
    display: block;
    -webkit-animation: fadeUpSmall 0.7s cubic-bezier(0.32, 0.24, 0.15, 1);
    animation: fadeUpSmall 0.7s cubic-bezier(0.32, 0.24, 0.15, 1); }
  [data-filter-category-id].js-filter-dropdown-active.js-filter-dropdown-filtered {
    border-style: none; }

.no-js .full-image, .full-image.in-viewport {
  /* transition: opacity 0.75s $ease;*/ }
  .no-js .full-image .full-image__title,
  .no-js .full-image .full-image__video,
  .no-js .full-image .full-image__image, .full-image.in-viewport .full-image__title,
  .full-image.in-viewport .full-image__video,
  .full-image.in-viewport .full-image__image {
    -webkit-animation-name: fadeUpLong;
    animation-name: fadeUpLong; }

.full-image__title {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  font-size: clamp(2rem, 3.38vw + 1.208rem, 4.25rem);
  line-height: clamp(2.625rem, 3.099vw + 1.899rem, 4.688rem);
  letter-spacing: clamp(0.125rem, 0.141vw + 0.092rem, 0.219rem);
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  will-change: transform, opacity;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  transform: translate3d(0, 32px, 0);
  will-change: transform, opacity;
  -webkit-animation-duration: 1.2s, .75s;
  animation-duration: 1.2s, .75s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  @media (min-width: 768px) {
    .full-image__title {
      padding-top: 7.5rem; } }

.full-image__image, .full-image__video {
  margin-bottom: 3rem;
  display: block;
  opacity: 0;
  transform: translate3d(0, 5px, 0);
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  will-change: transform, opacity;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  transform: translate3d(0, 32px, 0);
  will-change: transform, opacity;
  -webkit-animation-duration: 1.2s, .75s;
  animation-duration: 1.2s, .75s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  @media (min-width: 768px) {
    .full-image__image, .full-image__video {
      margin-top: 4rem; } }
  .full-image__image img,
  .full-image__image video, .full-image__video img,
  .full-image__video video {
    display: block; }

.full-image__video {
  position: relative;
  padding-bottom: 57%; }

/**/
/* Product Filter*/
/**/
/* Mainly Overwrites Algoria styles.*/
/* Class name is relying on Algolia now.*/
/**/
.ais-facets,
.ais-facets.grid__item,
.card-block .ais-facets.card-block__item,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item,
.search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion,
.three-driver .ais-facets.three-driver__item,
.img-showcase-two .ais-facets.img-showcase-two__big,
.img-showcase-two .ais-facets.img-showcase-two__small,
.lead-copy .ais-facets.lead-copy__wrapper,
.copy-image .ais-facets.copy-image__copy,
.copy-image .ais-facets.copy-image__image,
.quote-image .ais-facets.quote-image__quote,
.quote-image .ais-facets.quote-image__image,
.single-quote .ais-facets.single-quote__quote,
.cart .ais-facets.cart__table {
  /* to account for additional line height of tooltip icon*/
  /* used for displaying map or no map filters*/
  /* Price Slider*/
  /* ------------------------------------------------------- Mobile*/ }
  @media (min-width: 768px) {
    .ais-facets,
    .ais-facets.grid__item,
    .card-block .ais-facets.card-block__item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion,
    .three-driver .ais-facets.three-driver__item,
    .img-showcase-two .ais-facets.img-showcase-two__big,
    .img-showcase-two .ais-facets.img-showcase-two__small,
    .lead-copy .ais-facets.lead-copy__wrapper,
    .copy-image .ais-facets.copy-image__copy,
    .copy-image .ais-facets.copy-image__image,
    .quote-image .ais-facets.quote-image__quote,
    .quote-image .ais-facets.quote-image__image,
    .single-quote .ais-facets.single-quote__quote,
    .cart .ais-facets.cart__table {
      padding-bottom: 2rem;
      position: sticky;
      top: calc(84px + 4rem);
      transition: top 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
      max-height: calc(100vh - 84px - 4rem);
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
      .has-announcement .ais-facets, .has-announcement .ais-facets.grid__item, .has-announcement .card-block .ais-facets.card-block__item, .card-block .has-announcement .ais-facets.card-block__item, .has-announcement .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .has-announcement .ais-facets.card-block__item, .has-announcement .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .has-announcement .ais-facets.aa-suggestion, .has-announcement .three-driver .ais-facets.three-driver__item, .three-driver .has-announcement .ais-facets.three-driver__item, .has-announcement .img-showcase-two .ais-facets.img-showcase-two__big, .img-showcase-two .has-announcement .ais-facets.img-showcase-two__big,
      .has-announcement .img-showcase-two .ais-facets.img-showcase-two__small, .img-showcase-two .has-announcement .ais-facets.img-showcase-two__small, .has-announcement .lead-copy .ais-facets.lead-copy__wrapper, .lead-copy .has-announcement .ais-facets.lead-copy__wrapper, .has-announcement .copy-image .ais-facets.copy-image__copy, .copy-image .has-announcement .ais-facets.copy-image__copy, .has-announcement .copy-image .ais-facets.copy-image__image, .copy-image .has-announcement .ais-facets.copy-image__image, .has-announcement .quote-image .ais-facets.quote-image__quote, .quote-image .has-announcement .ais-facets.quote-image__quote, .has-announcement .quote-image .ais-facets.quote-image__image, .quote-image .has-announcement .ais-facets.quote-image__image, .has-announcement .single-quote .ais-facets.single-quote__quote, .single-quote .has-announcement .ais-facets.single-quote__quote, .has-announcement .cart .ais-facets.cart__table, .cart .has-announcement .ais-facets.cart__table {
        top: calc(84px + 37px + 4rem);
        max-height: calc( 100vh - 84px - 37px - 4rem); }
      .js-scroll-direction-down .ais-facets, .js-scroll-direction-down .ais-facets.grid__item, .js-scroll-direction-down .card-block .ais-facets.card-block__item, .card-block .js-scroll-direction-down .ais-facets.card-block__item, .js-scroll-direction-down .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-scroll-direction-down .ais-facets.card-block__item, .js-scroll-direction-down .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-scroll-direction-down .ais-facets.aa-suggestion, .js-scroll-direction-down .three-driver .ais-facets.three-driver__item, .three-driver .js-scroll-direction-down .ais-facets.three-driver__item, .js-scroll-direction-down .img-showcase-two .ais-facets.img-showcase-two__big, .img-showcase-two .js-scroll-direction-down .ais-facets.img-showcase-two__big,
      .js-scroll-direction-down .img-showcase-two .ais-facets.img-showcase-two__small, .img-showcase-two .js-scroll-direction-down .ais-facets.img-showcase-two__small, .js-scroll-direction-down .lead-copy .ais-facets.lead-copy__wrapper, .lead-copy .js-scroll-direction-down .ais-facets.lead-copy__wrapper, .js-scroll-direction-down .copy-image .ais-facets.copy-image__copy, .copy-image .js-scroll-direction-down .ais-facets.copy-image__copy, .js-scroll-direction-down .copy-image .ais-facets.copy-image__image, .copy-image .js-scroll-direction-down .ais-facets.copy-image__image, .js-scroll-direction-down .quote-image .ais-facets.quote-image__quote, .quote-image .js-scroll-direction-down .ais-facets.quote-image__quote, .js-scroll-direction-down .quote-image .ais-facets.quote-image__image, .quote-image .js-scroll-direction-down .ais-facets.quote-image__image, .js-scroll-direction-down .single-quote .ais-facets.single-quote__quote, .single-quote .js-scroll-direction-down .ais-facets.single-quote__quote, .js-scroll-direction-down .cart .ais-facets.cart__table, .cart .js-scroll-direction-down .ais-facets.cart__table {
        top: 4rem;
        max-height: calc(100vh - 4rem); } }
  @media (min-width: 1081px) {
    .ais-facets,
    .ais-facets.grid__item,
    .card-block .ais-facets.card-block__item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion,
    .three-driver .ais-facets.three-driver__item,
    .img-showcase-two .ais-facets.img-showcase-two__big,
    .img-showcase-two .ais-facets.img-showcase-two__small,
    .lead-copy .ais-facets.lead-copy__wrapper,
    .copy-image .ais-facets.copy-image__copy,
    .copy-image .ais-facets.copy-image__image,
    .quote-image .ais-facets.quote-image__quote,
    .quote-image .ais-facets.quote-image__image,
    .single-quote .ais-facets.single-quote__quote,
    .cart .ais-facets.cart__table {
      top: calc(114px + 4rem);
      max-height: calc(100vh - 114px - 4rem); }
      .has-announcement .ais-facets, .has-announcement .ais-facets.grid__item, .has-announcement .card-block .ais-facets.card-block__item, .card-block .has-announcement .ais-facets.card-block__item, .has-announcement .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .has-announcement .ais-facets.card-block__item, .has-announcement .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .has-announcement .ais-facets.aa-suggestion, .has-announcement .three-driver .ais-facets.three-driver__item, .three-driver .has-announcement .ais-facets.three-driver__item, .has-announcement .img-showcase-two .ais-facets.img-showcase-two__big, .img-showcase-two .has-announcement .ais-facets.img-showcase-two__big,
      .has-announcement .img-showcase-two .ais-facets.img-showcase-two__small, .img-showcase-two .has-announcement .ais-facets.img-showcase-two__small, .has-announcement .lead-copy .ais-facets.lead-copy__wrapper, .lead-copy .has-announcement .ais-facets.lead-copy__wrapper, .has-announcement .copy-image .ais-facets.copy-image__copy, .copy-image .has-announcement .ais-facets.copy-image__copy, .has-announcement .copy-image .ais-facets.copy-image__image, .copy-image .has-announcement .ais-facets.copy-image__image, .has-announcement .quote-image .ais-facets.quote-image__quote, .quote-image .has-announcement .ais-facets.quote-image__quote, .has-announcement .quote-image .ais-facets.quote-image__image, .quote-image .has-announcement .ais-facets.quote-image__image, .has-announcement .single-quote .ais-facets.single-quote__quote, .single-quote .has-announcement .ais-facets.single-quote__quote, .has-announcement .cart .ais-facets.cart__table, .cart .has-announcement .ais-facets.cart__table {
        top: calc(114px + 37px + 4rem);
        max-height: calc( 100vh - 114px - 37px - 4rem); } }
  @media (min-width: 768px) {
    .ais-facets .ais-facets-wrapper,
    .ais-facets.grid__item .ais-facets-wrapper,
    .card-block .ais-facets.card-block__item .ais-facets-wrapper,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets-wrapper,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets-wrapper,
    .three-driver .ais-facets.three-driver__item .ais-facets-wrapper,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets-wrapper,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets-wrapper,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-facets-wrapper,
    .copy-image .ais-facets.copy-image__copy .ais-facets-wrapper,
    .copy-image .ais-facets.copy-image__image .ais-facets-wrapper,
    .quote-image .ais-facets.quote-image__quote .ais-facets-wrapper,
    .quote-image .ais-facets.quote-image__image .ais-facets-wrapper,
    .single-quote .ais-facets.single-quote__quote .ais-facets-wrapper,
    .cart .ais-facets.cart__table .ais-facets-wrapper {
      position: relative;
      max-width: 274px; } }
  .ais-facets .ais-headline,
  .ais-facets.grid__item .ais-headline,
  .card-block .ais-facets.card-block__item .ais-headline,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-headline,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-headline,
  .three-driver .ais-facets.three-driver__item .ais-headline,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-headline,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-headline,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-headline,
  .copy-image .ais-facets.copy-image__copy .ais-headline,
  .copy-image .ais-facets.copy-image__image .ais-headline,
  .quote-image .ais-facets.quote-image__quote .ais-headline,
  .quote-image .ais-facets.quote-image__image .ais-headline,
  .single-quote .ais-facets.single-quote__quote .ais-headline,
  .cart .ais-facets.cart__table .ais-headline {
    border-bottom-width: 1px;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .ais-facets .ais-headline,
      .ais-facets.grid__item .ais-headline,
      .card-block .ais-facets.card-block__item .ais-headline,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-headline,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-headline,
      .three-driver .ais-facets.three-driver__item .ais-headline,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-headline,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-headline,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-headline,
      .copy-image .ais-facets.copy-image__copy .ais-headline,
      .copy-image .ais-facets.copy-image__image .ais-headline,
      .quote-image .ais-facets.quote-image__quote .ais-headline,
      .quote-image .ais-facets.quote-image__image .ais-headline,
      .single-quote .ais-facets.single-quote__quote .ais-headline,
      .cart .ais-facets.cart__table .ais-headline {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.75px; } }
    @media (min-width: 768px) {
      .ais-facets .ais-headline,
      .ais-facets.grid__item .ais-headline,
      .card-block .ais-facets.card-block__item .ais-headline,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-headline,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-headline,
      .three-driver .ais-facets.three-driver__item .ais-headline,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-headline,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-headline,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-headline,
      .copy-image .ais-facets.copy-image__copy .ais-headline,
      .copy-image .ais-facets.copy-image__image .ais-headline,
      .quote-image .ais-facets.quote-image__quote .ais-headline,
      .quote-image .ais-facets.quote-image__image .ais-headline,
      .single-quote .ais-facets.single-quote__quote .ais-headline,
      .cart .ais-facets.cart__table .ais-headline {
        margin-bottom: 0.75rem; } }
  .ais-facets .ais-header,
  .ais-facets.grid__item .ais-header,
  .card-block .ais-facets.card-block__item .ais-header,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header,
  .three-driver .ais-facets.three-driver__item .ais-header,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-header,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-header,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-header,
  .copy-image .ais-facets.copy-image__copy .ais-header,
  .copy-image .ais-facets.copy-image__image .ais-header,
  .quote-image .ais-facets.quote-image__quote .ais-header,
  .quote-image .ais-facets.quote-image__image .ais-header,
  .single-quote .ais-facets.single-quote__quote .ais-header,
  .cart .ais-facets.cart__table .ais-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .ais-facets .ais-header,
      .ais-facets.grid__item .ais-header,
      .card-block .ais-facets.card-block__item .ais-header,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header,
      .three-driver .ais-facets.three-driver__item .ais-header,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-header,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-header,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-header,
      .copy-image .ais-facets.copy-image__copy .ais-header,
      .copy-image .ais-facets.copy-image__image .ais-header,
      .quote-image .ais-facets.quote-image__quote .ais-header,
      .quote-image .ais-facets.quote-image__image .ais-header,
      .single-quote .ais-facets.single-quote__quote .ais-header,
      .cart .ais-facets.cart__table .ais-header {
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 2.5px;
        text-transform: uppercase; } }
    .ais-facets .ais-header.ais-range-slider--header,
    .ais-facets.grid__item .ais-header.ais-range-slider--header,
    .card-block .ais-facets.card-block__item .ais-header.ais-range-slider--header,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header.ais-range-slider--header,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header.ais-range-slider--header,
    .three-driver .ais-facets.three-driver__item .ais-header.ais-range-slider--header,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-header.ais-range-slider--header,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-header.ais-range-slider--header,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-header.ais-range-slider--header,
    .copy-image .ais-facets.copy-image__copy .ais-header.ais-range-slider--header,
    .copy-image .ais-facets.copy-image__image .ais-header.ais-range-slider--header,
    .quote-image .ais-facets.quote-image__quote .ais-header.ais-range-slider--header,
    .quote-image .ais-facets.quote-image__image .ais-header.ais-range-slider--header,
    .single-quote .ais-facets.single-quote__quote .ais-header.ais-range-slider--header,
    .cart .ais-facets.cart__table .ais-header.ais-range-slider--header {
      background-image: none !important; }
  .ais-facets #price .ais-header,
  .ais-facets.grid__item #price .ais-header,
  .card-block .ais-facets.card-block__item #price .ais-header,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item #price .ais-header,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion #price .ais-header,
  .three-driver .ais-facets.three-driver__item #price .ais-header,
  .img-showcase-two .ais-facets.img-showcase-two__big #price .ais-header,
  .img-showcase-two .ais-facets.img-showcase-two__small #price .ais-header,
  .lead-copy .ais-facets.lead-copy__wrapper #price .ais-header,
  .copy-image .ais-facets.copy-image__copy #price .ais-header,
  .copy-image .ais-facets.copy-image__image #price .ais-header,
  .quote-image .ais-facets.quote-image__quote #price .ais-header,
  .quote-image .ais-facets.quote-image__image #price .ais-header,
  .single-quote .ais-facets.single-quote__quote #price .ais-header,
  .cart .ais-facets.cart__table #price .ais-header {
    padding: 18px 0; }
  .ais-facets .ais-body.ais-RefinementList--body,
  .ais-facets.grid__item .ais-body.ais-RefinementList--body,
  .card-block .ais-facets.card-block__item .ais-body.ais-RefinementList--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body.ais-RefinementList--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body.ais-RefinementList--body,
  .three-driver .ais-facets.three-driver__item .ais-body.ais-RefinementList--body,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-body.ais-RefinementList--body,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-body.ais-RefinementList--body,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-body.ais-RefinementList--body,
  .copy-image .ais-facets.copy-image__copy .ais-body.ais-RefinementList--body,
  .copy-image .ais-facets.copy-image__image .ais-body.ais-RefinementList--body,
  .quote-image .ais-facets.quote-image__quote .ais-body.ais-RefinementList--body,
  .quote-image .ais-facets.quote-image__image .ais-body.ais-RefinementList--body,
  .single-quote .ais-facets.single-quote__quote .ais-body.ais-RefinementList--body,
  .cart .ais-facets.cart__table .ais-body.ais-RefinementList--body {
    /* padding-bottom:.5rem !important;*/ }
  .ais-facets .ais-body.ais-current-refined-values--body,
  .ais-facets.grid__item .ais-body.ais-current-refined-values--body,
  .card-block .ais-facets.card-block__item .ais-body.ais-current-refined-values--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body.ais-current-refined-values--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body.ais-current-refined-values--body,
  .three-driver .ais-facets.three-driver__item .ais-body.ais-current-refined-values--body,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-body.ais-current-refined-values--body,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-body.ais-current-refined-values--body,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-body.ais-current-refined-values--body,
  .copy-image .ais-facets.copy-image__copy .ais-body.ais-current-refined-values--body,
  .copy-image .ais-facets.copy-image__image .ais-body.ais-current-refined-values--body,
  .quote-image .ais-facets.quote-image__quote .ais-body.ais-current-refined-values--body,
  .quote-image .ais-facets.quote-image__image .ais-body.ais-current-refined-values--body,
  .single-quote .ais-facets.single-quote__quote .ais-body.ais-current-refined-values--body,
  .cart .ais-facets.cart__table .ais-body.ais-current-refined-values--body {
    overflow: visible;
    max-height: none; }
  .ais-facets .ais-body.ais-range-slider--body,
  .ais-facets.grid__item .ais-body.ais-range-slider--body,
  .card-block .ais-facets.card-block__item .ais-body.ais-range-slider--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body.ais-range-slider--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body.ais-range-slider--body,
  .three-driver .ais-facets.three-driver__item .ais-body.ais-range-slider--body,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-body.ais-range-slider--body,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-body.ais-range-slider--body,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-body.ais-range-slider--body,
  .copy-image .ais-facets.copy-image__copy .ais-body.ais-range-slider--body,
  .copy-image .ais-facets.copy-image__image .ais-body.ais-range-slider--body,
  .quote-image .ais-facets.quote-image__quote .ais-body.ais-range-slider--body,
  .quote-image .ais-facets.quote-image__image .ais-body.ais-range-slider--body,
  .single-quote .ais-facets.single-quote__quote .ais-body.ais-range-slider--body,
  .cart .ais-facets.cart__table .ais-body.ais-range-slider--body {
    /* width: calc(100% - 0.75rem);*/
    /* @apply .overflow-visible;*/ }
  .ais-facets .ais-body.color-wrapper,
  .ais-facets.grid__item .ais-body.color-wrapper,
  .card-block .ais-facets.card-block__item .ais-body.color-wrapper,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body.color-wrapper,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body.color-wrapper,
  .three-driver .ais-facets.three-driver__item .ais-body.color-wrapper,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-body.color-wrapper,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-body.color-wrapper,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-body.color-wrapper,
  .copy-image .ais-facets.copy-image__copy .ais-body.color-wrapper,
  .copy-image .ais-facets.copy-image__image .ais-body.color-wrapper,
  .quote-image .ais-facets.quote-image__quote .ais-body.color-wrapper,
  .quote-image .ais-facets.quote-image__image .ais-body.color-wrapper,
  .single-quote .ais-facets.single-quote__quote .ais-body.color-wrapper,
  .cart .ais-facets.cart__table .ais-body.color-wrapper {
    margin-left: -3px;
    width: calc(100% + 1rem); }
  .ais-facets .ais-body a,
  .ais-facets.grid__item .ais-body a,
  .card-block .ais-facets.card-block__item .ais-body a,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body a,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body a,
  .three-driver .ais-facets.three-driver__item .ais-body a,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-body a,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-body a,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-body a,
  .copy-image .ais-facets.copy-image__copy .ais-body a,
  .copy-image .ais-facets.copy-image__image .ais-body a,
  .quote-image .ais-facets.quote-image__quote .ais-body a,
  .quote-image .ais-facets.quote-image__image .ais-body a,
  .single-quote .ais-facets.single-quote__quote .ais-body a,
  .cart .ais-facets.cart__table .ais-body a {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize; }
  .ais-facets .ais-sort-by-selector .ais-body,
  .ais-facets.grid__item .ais-sort-by-selector .ais-body,
  .card-block .ais-facets.card-block__item .ais-sort-by-selector .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-sort-by-selector .ais-body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-sort-by-selector .ais-body,
  .three-driver .ais-facets.three-driver__item .ais-sort-by-selector .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-sort-by-selector .ais-body,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-sort-by-selector .ais-body,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-sort-by-selector .ais-body,
  .copy-image .ais-facets.copy-image__copy .ais-sort-by-selector .ais-body,
  .copy-image .ais-facets.copy-image__image .ais-sort-by-selector .ais-body,
  .quote-image .ais-facets.quote-image__quote .ais-sort-by-selector .ais-body,
  .quote-image .ais-facets.quote-image__image .ais-sort-by-selector .ais-body,
  .single-quote .ais-facets.single-quote__quote .ais-sort-by-selector .ais-body,
  .cart .ais-facets.cart__table .ais-sort-by-selector .ais-body {
    overflow: visible;
    max-height: none; }
  .ais-facets .ais-stats .ais-stats--body,
  .ais-facets.grid__item .ais-stats .ais-stats--body,
  .card-block .ais-facets.card-block__item .ais-stats .ais-stats--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-stats .ais-stats--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-stats .ais-stats--body,
  .three-driver .ais-facets.three-driver__item .ais-stats .ais-stats--body,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-stats .ais-stats--body,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-stats .ais-stats--body,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-stats .ais-stats--body,
  .copy-image .ais-facets.copy-image__copy .ais-stats .ais-stats--body,
  .copy-image .ais-facets.copy-image__image .ais-stats .ais-stats--body,
  .quote-image .ais-facets.quote-image__quote .ais-stats .ais-stats--body,
  .quote-image .ais-facets.quote-image__image .ais-stats .ais-stats--body,
  .single-quote .ais-facets.single-quote__quote .ais-stats .ais-stats--body,
  .cart .ais-facets.cart__table .ais-stats .ais-stats--body {
    overflow: visible;
    max-height: none; }
  @media (min-width: 768px) {
    .ais-facets .js-accordion-open .ais-body.ais-RefinementList--body,
    .ais-facets.grid__item .js-accordion-open .ais-body.ais-RefinementList--body,
    .card-block .ais-facets.card-block__item .js-accordion-open .ais-body.ais-RefinementList--body,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-accordion-open .ais-body.ais-RefinementList--body,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-accordion-open .ais-body.ais-RefinementList--body,
    .three-driver .ais-facets.three-driver__item .js-accordion-open .ais-body.ais-RefinementList--body,
    .img-showcase-two .ais-facets.img-showcase-two__big .js-accordion-open .ais-body.ais-RefinementList--body,
    .img-showcase-two .ais-facets.img-showcase-two__small .js-accordion-open .ais-body.ais-RefinementList--body,
    .lead-copy .ais-facets.lead-copy__wrapper .js-accordion-open .ais-body.ais-RefinementList--body,
    .copy-image .ais-facets.copy-image__copy .js-accordion-open .ais-body.ais-RefinementList--body,
    .copy-image .ais-facets.copy-image__image .js-accordion-open .ais-body.ais-RefinementList--body,
    .quote-image .ais-facets.quote-image__quote .js-accordion-open .ais-body.ais-RefinementList--body,
    .quote-image .ais-facets.quote-image__image .js-accordion-open .ais-body.ais-RefinementList--body,
    .single-quote .ais-facets.single-quote__quote .js-accordion-open .ais-body.ais-RefinementList--body,
    .cart .ais-facets.cart__table .js-accordion-open .ais-body.ais-RefinementList--body {
      padding-bottom: 1rem; } }
  .ais-facets .js-start-open .ais-body.ais-RefinementList--body,
  .ais-facets.grid__item .js-start-open .ais-body.ais-RefinementList--body,
  .card-block .ais-facets.card-block__item .js-start-open .ais-body.ais-RefinementList--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-start-open .ais-body.ais-RefinementList--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-start-open .ais-body.ais-RefinementList--body,
  .three-driver .ais-facets.three-driver__item .js-start-open .ais-body.ais-RefinementList--body,
  .img-showcase-two .ais-facets.img-showcase-two__big .js-start-open .ais-body.ais-RefinementList--body,
  .img-showcase-two .ais-facets.img-showcase-two__small .js-start-open .ais-body.ais-RefinementList--body,
  .lead-copy .ais-facets.lead-copy__wrapper .js-start-open .ais-body.ais-RefinementList--body,
  .copy-image .ais-facets.copy-image__copy .js-start-open .ais-body.ais-RefinementList--body,
  .copy-image .ais-facets.copy-image__image .js-start-open .ais-body.ais-RefinementList--body,
  .quote-image .ais-facets.quote-image__quote .js-start-open .ais-body.ais-RefinementList--body,
  .quote-image .ais-facets.quote-image__image .js-start-open .ais-body.ais-RefinementList--body,
  .single-quote .ais-facets.single-quote__quote .js-start-open .ais-body.ais-RefinementList--body,
  .cart .ais-facets.cart__table .js-start-open .ais-body.ais-RefinementList--body {
    max-height: none; }
  .ais-facets #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .ais-facets.grid__item #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .card-block .ais-facets.card-block__item #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .three-driver .ais-facets.three-driver__item #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .img-showcase-two .ais-facets.img-showcase-two__big #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .img-showcase-two .ais-facets.img-showcase-two__small #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .lead-copy .ais-facets.lead-copy__wrapper #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .copy-image .ais-facets.copy-image__copy #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .copy-image .ais-facets.copy-image__image #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .quote-image .ais-facets.quote-image__quote #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .quote-image .ais-facets.quote-image__image #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .single-quote .ais-facets.single-quote__quote #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
  .cart .ais-facets.cart__table #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper {
    padding-bottom: 0.25rem; }
    @media (min-width: 768px) {
      .ais-facets #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .ais-facets.grid__item #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .card-block .ais-facets.card-block__item #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .three-driver .ais-facets.three-driver__item #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .img-showcase-two .ais-facets.img-showcase-two__big #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .img-showcase-two .ais-facets.img-showcase-two__small #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .lead-copy .ais-facets.lead-copy__wrapper #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .copy-image .ais-facets.copy-image__copy #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .copy-image .ais-facets.copy-image__image #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .quote-image .ais-facets.quote-image__quote #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .quote-image .ais-facets.quote-image__image #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .single-quote .ais-facets.single-quote__quote #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper,
      .cart .ais-facets.cart__table #color .js-accordion-open .ais-body.ais-RefinementList--body.color-wrapper {
        padding-bottom: 0; } }
  @media (max-width: 767px) {
    .ais-facets .js-algolia-in-stock .custom-checkbox__label,
    .ais-facets.grid__item .js-algolia-in-stock .custom-checkbox__label,
    .card-block .ais-facets.card-block__item .js-algolia-in-stock .custom-checkbox__label,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .js-algolia-in-stock .custom-checkbox__label,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .js-algolia-in-stock .custom-checkbox__label,
    .three-driver .ais-facets.three-driver__item .js-algolia-in-stock .custom-checkbox__label,
    .img-showcase-two .ais-facets.img-showcase-two__big .js-algolia-in-stock .custom-checkbox__label,
    .img-showcase-two .ais-facets.img-showcase-two__small .js-algolia-in-stock .custom-checkbox__label,
    .lead-copy .ais-facets.lead-copy__wrapper .js-algolia-in-stock .custom-checkbox__label,
    .copy-image .ais-facets.copy-image__copy .js-algolia-in-stock .custom-checkbox__label,
    .copy-image .ais-facets.copy-image__image .js-algolia-in-stock .custom-checkbox__label,
    .quote-image .ais-facets.quote-image__quote .js-algolia-in-stock .custom-checkbox__label,
    .quote-image .ais-facets.quote-image__image .js-algolia-in-stock .custom-checkbox__label,
    .single-quote .ais-facets.single-quote__quote .js-algolia-in-stock .custom-checkbox__label,
    .cart .ais-facets.cart__table .js-algolia-in-stock .custom-checkbox__label {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.75px; } }
  .ais-facets .refinementListBasic,
  .ais-facets.grid__item .refinementListBasic,
  .card-block .ais-facets.card-block__item .refinementListBasic,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .refinementListBasic,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .refinementListBasic,
  .three-driver .ais-facets.three-driver__item .refinementListBasic,
  .img-showcase-two .ais-facets.img-showcase-two__big .refinementListBasic,
  .img-showcase-two .ais-facets.img-showcase-two__small .refinementListBasic,
  .lead-copy .ais-facets.lead-copy__wrapper .refinementListBasic,
  .copy-image .ais-facets.copy-image__copy .refinementListBasic,
  .copy-image .ais-facets.copy-image__image .refinementListBasic,
  .quote-image .ais-facets.quote-image__quote .refinementListBasic,
  .quote-image .ais-facets.quote-image__image .refinementListBasic,
  .single-quote .ais-facets.single-quote__quote .refinementListBasic,
  .cart .ais-facets.cart__table .refinementListBasic {
    margin-top: 0.75rem; }
    .ais-facets .refinementListBasic .ais-RefinementList,
    .ais-facets.grid__item .refinementListBasic .ais-RefinementList,
    .card-block .ais-facets.card-block__item .refinementListBasic .ais-RefinementList,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .refinementListBasic .ais-RefinementList,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .refinementListBasic .ais-RefinementList,
    .three-driver .ais-facets.three-driver__item .refinementListBasic .ais-RefinementList,
    .img-showcase-two .ais-facets.img-showcase-two__big .refinementListBasic .ais-RefinementList,
    .img-showcase-two .ais-facets.img-showcase-two__small .refinementListBasic .ais-RefinementList,
    .lead-copy .ais-facets.lead-copy__wrapper .refinementListBasic .ais-RefinementList,
    .copy-image .ais-facets.copy-image__copy .refinementListBasic .ais-RefinementList,
    .copy-image .ais-facets.copy-image__image .refinementListBasic .ais-RefinementList,
    .quote-image .ais-facets.quote-image__quote .refinementListBasic .ais-RefinementList,
    .quote-image .ais-facets.quote-image__image .refinementListBasic .ais-RefinementList,
    .single-quote .ais-facets.single-quote__quote .refinementListBasic .ais-RefinementList,
    .cart .ais-facets.cart__table .refinementListBasic .ais-RefinementList {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .ais-facets .refinementListBasic .ais-RefinementList,
        .ais-facets.grid__item .refinementListBasic .ais-RefinementList,
        .card-block .ais-facets.card-block__item .refinementListBasic .ais-RefinementList,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .refinementListBasic .ais-RefinementList,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .refinementListBasic .ais-RefinementList,
        .three-driver .ais-facets.three-driver__item .refinementListBasic .ais-RefinementList,
        .img-showcase-two .ais-facets.img-showcase-two__big .refinementListBasic .ais-RefinementList,
        .img-showcase-two .ais-facets.img-showcase-two__small .refinementListBasic .ais-RefinementList,
        .lead-copy .ais-facets.lead-copy__wrapper .refinementListBasic .ais-RefinementList,
        .copy-image .ais-facets.copy-image__copy .refinementListBasic .ais-RefinementList,
        .copy-image .ais-facets.copy-image__image .refinementListBasic .ais-RefinementList,
        .quote-image .ais-facets.quote-image__quote .refinementListBasic .ais-RefinementList,
        .quote-image .ais-facets.quote-image__image .refinementListBasic .ais-RefinementList,
        .single-quote .ais-facets.single-quote__quote .refinementListBasic .ais-RefinementList,
        .cart .ais-facets.cart__table .refinementListBasic .ais-RefinementList {
          margin-bottom: 0.5rem; } }
    .ais-facets .refinementListBasic .ais-RefinementList-list,
    .ais-facets.grid__item .refinementListBasic .ais-RefinementList-list,
    .card-block .ais-facets.card-block__item .refinementListBasic .ais-RefinementList-list,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .refinementListBasic .ais-RefinementList-list,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .refinementListBasic .ais-RefinementList-list,
    .three-driver .ais-facets.three-driver__item .refinementListBasic .ais-RefinementList-list,
    .img-showcase-two .ais-facets.img-showcase-two__big .refinementListBasic .ais-RefinementList-list,
    .img-showcase-two .ais-facets.img-showcase-two__small .refinementListBasic .ais-RefinementList-list,
    .lead-copy .ais-facets.lead-copy__wrapper .refinementListBasic .ais-RefinementList-list,
    .copy-image .ais-facets.copy-image__copy .refinementListBasic .ais-RefinementList-list,
    .copy-image .ais-facets.copy-image__image .refinementListBasic .ais-RefinementList-list,
    .quote-image .ais-facets.quote-image__quote .refinementListBasic .ais-RefinementList-list,
    .quote-image .ais-facets.quote-image__image .refinementListBasic .ais-RefinementList-list,
    .single-quote .ais-facets.single-quote__quote .refinementListBasic .ais-RefinementList-list,
    .cart .ais-facets.cart__table .refinementListBasic .ais-RefinementList-list {
      list-style-type: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      grid-row-gap: 0.75rem;
      row-gap: 0.75rem; }
    .ais-facets .refinementListBasic .ais-RefinementList-item,
    .ais-facets.grid__item .refinementListBasic .ais-RefinementList-item,
    .card-block .ais-facets.card-block__item .refinementListBasic .ais-RefinementList-item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .refinementListBasic .ais-RefinementList-item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .refinementListBasic .ais-RefinementList-item,
    .three-driver .ais-facets.three-driver__item .refinementListBasic .ais-RefinementList-item,
    .img-showcase-two .ais-facets.img-showcase-two__big .refinementListBasic .ais-RefinementList-item,
    .img-showcase-two .ais-facets.img-showcase-two__small .refinementListBasic .ais-RefinementList-item,
    .lead-copy .ais-facets.lead-copy__wrapper .refinementListBasic .ais-RefinementList-item,
    .copy-image .ais-facets.copy-image__copy .refinementListBasic .ais-RefinementList-item,
    .copy-image .ais-facets.copy-image__image .refinementListBasic .ais-RefinementList-item,
    .quote-image .ais-facets.quote-image__quote .refinementListBasic .ais-RefinementList-item,
    .quote-image .ais-facets.quote-image__image .refinementListBasic .ais-RefinementList-item,
    .single-quote .ais-facets.single-quote__quote .refinementListBasic .ais-RefinementList-item,
    .cart .ais-facets.cart__table .refinementListBasic .ais-RefinementList-item {
      display: none; }
    .ais-facets .refinementListBasic .ais-RefinementList-item:has(label),
    .ais-facets.grid__item .refinementListBasic .ais-RefinementList-item:has(label),
    .card-block .ais-facets.card-block__item .refinementListBasic .ais-RefinementList-item:has(label),
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .refinementListBasic .ais-RefinementList-item:has(label),
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .refinementListBasic .ais-RefinementList-item:has(label),
    .three-driver .ais-facets.three-driver__item .refinementListBasic .ais-RefinementList-item:has(label),
    .img-showcase-two .ais-facets.img-showcase-two__big .refinementListBasic .ais-RefinementList-item:has(label),
    .img-showcase-two .ais-facets.img-showcase-two__small .refinementListBasic .ais-RefinementList-item:has(label),
    .lead-copy .ais-facets.lead-copy__wrapper .refinementListBasic .ais-RefinementList-item:has(label),
    .copy-image .ais-facets.copy-image__copy .refinementListBasic .ais-RefinementList-item:has(label),
    .copy-image .ais-facets.copy-image__image .refinementListBasic .ais-RefinementList-item:has(label),
    .quote-image .ais-facets.quote-image__quote .refinementListBasic .ais-RefinementList-item:has(label),
    .quote-image .ais-facets.quote-image__image .refinementListBasic .ais-RefinementList-item:has(label),
    .single-quote .ais-facets.single-quote__quote .refinementListBasic .ais-RefinementList-item:has(label),
    .cart .ais-facets.cart__table .refinementListBasic .ais-RefinementList-item:has(label) {
      display: list-item; }
    .ais-facets .refinementListBasic .ais-RefinementList--label,
    .ais-facets.grid__item .refinementListBasic .ais-RefinementList--label,
    .card-block .ais-facets.card-block__item .refinementListBasic .ais-RefinementList--label,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .refinementListBasic .ais-RefinementList--label,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .refinementListBasic .ais-RefinementList--label,
    .three-driver .ais-facets.three-driver__item .refinementListBasic .ais-RefinementList--label,
    .img-showcase-two .ais-facets.img-showcase-two__big .refinementListBasic .ais-RefinementList--label,
    .img-showcase-two .ais-facets.img-showcase-two__small .refinementListBasic .ais-RefinementList--label,
    .lead-copy .ais-facets.lead-copy__wrapper .refinementListBasic .ais-RefinementList--label,
    .copy-image .ais-facets.copy-image__copy .refinementListBasic .ais-RefinementList--label,
    .copy-image .ais-facets.copy-image__image .refinementListBasic .ais-RefinementList--label,
    .quote-image .ais-facets.quote-image__quote .refinementListBasic .ais-RefinementList--label,
    .quote-image .ais-facets.quote-image__image .refinementListBasic .ais-RefinementList--label,
    .single-quote .ais-facets.single-quote__quote .refinementListBasic .ais-RefinementList--label,
    .cart .ais-facets.cart__table .refinementListBasic .ais-RefinementList--label {
      padding-left: 0.25rem; }
  .ais-facets .ais-RefinementList--label,
  .ais-facets.grid__item .ais-RefinementList--label,
  .card-block .ais-facets.card-block__item .ais-RefinementList--label,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label,
  .three-driver .ais-facets.three-driver__item .ais-RefinementList--label,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label,
  .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label,
  .copy-image .ais-facets.copy-image__image .ais-RefinementList--label,
  .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label,
  .quote-image .ais-facets.quote-image__image .ais-RefinementList--label,
  .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label,
  .cart .ais-facets.cart__table .ais-RefinementList--label {
    position: relative;
    padding-left: 0.5rem;
    cursor: pointer;
    display: flex;
    padding-left: 0;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px;
    /*NOTE: FAKING this count element as Custom Checkbox*/ }
    @media (min-width: 768px) {
      .ais-facets .ais-RefinementList--label,
      .ais-facets.grid__item .ais-RefinementList--label,
      .card-block .ais-facets.card-block__item .ais-RefinementList--label,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label,
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--label,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label,
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label,
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--label,
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label,
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--label,
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label,
      .cart .ais-facets.cart__table .ais-RefinementList--label {
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.5px; } }
    .ais-facets .ais-RefinementList--label input[type='checkbox'],
    .ais-facets .ais-RefinementList--label input[type='radio'],
    .ais-facets.grid__item .ais-RefinementList--label input[type='checkbox'],
    .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox'],
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox'],
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='checkbox'],
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='checkbox'],
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='checkbox'],
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='checkbox'],
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='checkbox'],
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='checkbox'],
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='checkbox'],
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='checkbox'],
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='checkbox'],
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='checkbox'],
    .cart .ais-facets.cart__table .ais-RefinementList--label input[type='checkbox'],
    .ais-facets.grid__item .ais-RefinementList--label input[type='radio'],
    .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='radio'],
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='radio'],
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='radio'],
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='radio'],
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='radio'],
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='radio'],
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='radio'],
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='radio'],
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='radio'],
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='radio'],
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='radio'],
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='radio'],
    .cart .ais-facets.cart__table .ais-RefinementList--label input[type='radio'] {
      cursor: pointer;
      margin-right: 0.5rem;
      /* @apply .opacity-0 .absolute .left-0;*/
      opacity: 0;
      left: 0;
      width: 1.25rem;
      height: 1.25rem;
      position: relative;
      z-index: 1;
      min-width: 1.25rem; }
      @media screen and (min-width: 768px) {
        .ais-facets .ais-RefinementList--label input[type='checkbox'],
        .ais-facets .ais-RefinementList--label input[type='radio'],
        .ais-facets.grid__item .ais-RefinementList--label input[type='checkbox'],
        .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox'],
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox'],
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='checkbox'],
        .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='checkbox'],
        .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='checkbox'],
        .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='checkbox'],
        .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='checkbox'],
        .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='checkbox'],
        .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='checkbox'],
        .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='checkbox'],
        .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='checkbox'],
        .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='checkbox'],
        .cart .ais-facets.cart__table .ais-RefinementList--label input[type='checkbox'],
        .ais-facets.grid__item .ais-RefinementList--label input[type='radio'],
        .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='radio'],
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='radio'],
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='radio'],
        .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='radio'],
        .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='radio'],
        .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='radio'],
        .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='radio'],
        .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='radio'],
        .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='radio'],
        .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='radio'],
        .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='radio'],
        .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='radio'],
        .cart .ais-facets.cart__table .ais-RefinementList--label input[type='radio'] {
          width: 1rem;
          height: 1rem; } }
      @media (min-width: 768px) {
        .ais-facets .ais-RefinementList--label input[type='checkbox'],
        .ais-facets .ais-RefinementList--label input[type='radio'],
        .ais-facets.grid__item .ais-RefinementList--label input[type='checkbox'],
        .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox'],
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox'],
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='checkbox'],
        .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='checkbox'],
        .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='checkbox'],
        .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='checkbox'],
        .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='checkbox'],
        .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='checkbox'],
        .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='checkbox'],
        .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='checkbox'],
        .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='checkbox'],
        .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='checkbox'],
        .cart .ais-facets.cart__table .ais-RefinementList--label input[type='checkbox'],
        .ais-facets.grid__item .ais-RefinementList--label input[type='radio'],
        .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='radio'],
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='radio'],
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='radio'],
        .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='radio'],
        .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='radio'],
        .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='radio'],
        .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='radio'],
        .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='radio'],
        .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='radio'],
        .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='radio'],
        .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='radio'],
        .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='radio'],
        .cart .ais-facets.cart__table .ais-RefinementList--label input[type='radio'] {
          min-width: 1rem; } }
    .ais-facets .ais-RefinementList--label .ais-RefinementList--count,
    .ais-facets .ais-RefinementList--label .custom-checkbox__custom,
    .ais-facets.grid__item .ais-RefinementList--label .ais-RefinementList--count,
    .card-block .ais-facets.card-block__item .ais-RefinementList--label .ais-RefinementList--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label .ais-RefinementList--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label .ais-RefinementList--count,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label .ais-RefinementList--count,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label .ais-RefinementList--count,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label .ais-RefinementList--count,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label .ais-RefinementList--count,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label .ais-RefinementList--count,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label .ais-RefinementList--count,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label .ais-RefinementList--count,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label .ais-RefinementList--count,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label .ais-RefinementList--count,
    .cart .ais-facets.cart__table .ais-RefinementList--label .ais-RefinementList--count,
    .ais-facets.grid__item .ais-RefinementList--label .custom-checkbox__custom,
    .card-block .ais-facets.card-block__item .ais-RefinementList--label .custom-checkbox__custom,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label .custom-checkbox__custom,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label .custom-checkbox__custom,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label .custom-checkbox__custom,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label .custom-checkbox__custom,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label .custom-checkbox__custom,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label .custom-checkbox__custom,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label .custom-checkbox__custom,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label .custom-checkbox__custom,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label .custom-checkbox__custom,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label .custom-checkbox__custom,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label .custom-checkbox__custom,
    .cart .ais-facets.cart__table .ais-RefinementList--label .custom-checkbox__custom {
      font-size: 0;
      display: block;
      position: absolute;
      border: 1px solid #757575;
      left: 0;
      top: 0;
      width: 1.25rem;
      height: 1.25rem;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      cursor: pointer;
      /* @apply .block .absolute .border .left-0 .top-0 .w-5 .h-5 .bg-no-repeat .bg-contain .bg-center;*/ }
      @media screen and (min-width: 768px) {
        .ais-facets .ais-RefinementList--label .ais-RefinementList--count,
        .ais-facets .ais-RefinementList--label .custom-checkbox__custom,
        .ais-facets.grid__item .ais-RefinementList--label .ais-RefinementList--count,
        .card-block .ais-facets.card-block__item .ais-RefinementList--label .ais-RefinementList--count,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label .ais-RefinementList--count,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label .ais-RefinementList--count,
        .three-driver .ais-facets.three-driver__item .ais-RefinementList--label .ais-RefinementList--count,
        .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label .ais-RefinementList--count,
        .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label .ais-RefinementList--count,
        .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label .ais-RefinementList--count,
        .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label .ais-RefinementList--count,
        .copy-image .ais-facets.copy-image__image .ais-RefinementList--label .ais-RefinementList--count,
        .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label .ais-RefinementList--count,
        .quote-image .ais-facets.quote-image__image .ais-RefinementList--label .ais-RefinementList--count,
        .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label .ais-RefinementList--count,
        .cart .ais-facets.cart__table .ais-RefinementList--label .ais-RefinementList--count,
        .ais-facets.grid__item .ais-RefinementList--label .custom-checkbox__custom,
        .card-block .ais-facets.card-block__item .ais-RefinementList--label .custom-checkbox__custom,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label .custom-checkbox__custom,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label .custom-checkbox__custom,
        .three-driver .ais-facets.three-driver__item .ais-RefinementList--label .custom-checkbox__custom,
        .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label .custom-checkbox__custom,
        .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label .custom-checkbox__custom,
        .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label .custom-checkbox__custom,
        .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label .custom-checkbox__custom,
        .copy-image .ais-facets.copy-image__image .ais-RefinementList--label .custom-checkbox__custom,
        .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label .custom-checkbox__custom,
        .quote-image .ais-facets.quote-image__image .ais-RefinementList--label .custom-checkbox__custom,
        .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label .custom-checkbox__custom,
        .cart .ais-facets.cart__table .ais-RefinementList--label .custom-checkbox__custom {
          width: 1rem;
          height: 1rem;
          /* @apply .w-4 .h-4;*/ } }
      .ais-facets .ais-RefinementList--label .ais-RefinementList--count:hover,
      .ais-facets .ais-RefinementList--label .custom-checkbox__custom:hover,
      .ais-facets.grid__item .ais-RefinementList--label .ais-RefinementList--count:hover,
      .card-block .ais-facets.card-block__item .ais-RefinementList--label .ais-RefinementList--count:hover,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label .ais-RefinementList--count:hover,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label .ais-RefinementList--count:hover,
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--label .ais-RefinementList--count:hover,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label .ais-RefinementList--count:hover,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label .ais-RefinementList--count:hover,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label .ais-RefinementList--count:hover,
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label .ais-RefinementList--count:hover,
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--label .ais-RefinementList--count:hover,
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label .ais-RefinementList--count:hover,
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--label .ais-RefinementList--count:hover,
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label .ais-RefinementList--count:hover,
      .cart .ais-facets.cart__table .ais-RefinementList--label .ais-RefinementList--count:hover,
      .ais-facets.grid__item .ais-RefinementList--label .custom-checkbox__custom:hover,
      .card-block .ais-facets.card-block__item .ais-RefinementList--label .custom-checkbox__custom:hover,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label .custom-checkbox__custom:hover,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label .custom-checkbox__custom:hover,
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--label .custom-checkbox__custom:hover,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label .custom-checkbox__custom:hover,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label .custom-checkbox__custom:hover,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label .custom-checkbox__custom:hover,
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label .custom-checkbox__custom:hover,
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--label .custom-checkbox__custom:hover,
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label .custom-checkbox__custom:hover,
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--label .custom-checkbox__custom:hover,
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label .custom-checkbox__custom:hover,
      .cart .ais-facets.cart__table .ais-RefinementList--label .custom-checkbox__custom:hover {
        border-color: #484949; }
    .ais-facets .ais-RefinementList--label:hover .ais-RefinementList--count,
    .ais-facets .ais-RefinementList--label:hover .custom-checkbox__custom,
    .ais-facets.grid__item .ais-RefinementList--label:hover .ais-RefinementList--count,
    .card-block .ais-facets.card-block__item .ais-RefinementList--label:hover .ais-RefinementList--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label:hover .ais-RefinementList--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label:hover .ais-RefinementList--count,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label:hover .ais-RefinementList--count,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label:hover .ais-RefinementList--count,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label:hover .ais-RefinementList--count,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label:hover .ais-RefinementList--count,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label:hover .ais-RefinementList--count,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label:hover .ais-RefinementList--count,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label:hover .ais-RefinementList--count,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label:hover .ais-RefinementList--count,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label:hover .ais-RefinementList--count,
    .cart .ais-facets.cart__table .ais-RefinementList--label:hover .ais-RefinementList--count,
    .ais-facets.grid__item .ais-RefinementList--label:hover .custom-checkbox__custom,
    .card-block .ais-facets.card-block__item .ais-RefinementList--label:hover .custom-checkbox__custom,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label:hover .custom-checkbox__custom,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label:hover .custom-checkbox__custom,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label:hover .custom-checkbox__custom,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label:hover .custom-checkbox__custom,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label:hover .custom-checkbox__custom,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label:hover .custom-checkbox__custom,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label:hover .custom-checkbox__custom,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label:hover .custom-checkbox__custom,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label:hover .custom-checkbox__custom,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label:hover .custom-checkbox__custom,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label:hover .custom-checkbox__custom,
    .cart .ais-facets.cart__table .ais-RefinementList--label:hover .custom-checkbox__custom {
      --border-opacity: 1;
      border-color: #484949;
      border-color: rgba(72, 73, 73, var(--border-opacity)); }
    .ais-facets .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .ais-facets .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .ais-facets .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .ais-facets .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .ais-facets.grid__item .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .cart .ais-facets.cart__table .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count,
    .ais-facets.grid__item .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .cart .ais-facets.cart__table .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count,
    .ais-facets.grid__item .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .cart .ais-facets.cart__table .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom,
    .ais-facets.grid__item .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom,
    .cart .ais-facets.cart__table .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom {
      --border-opacity: 1;
      border-color: #484949;
      border-color: rgba(72, 73, 73, var(--border-opacity));
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      .ais-facets .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .ais-facets .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .ais-facets .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .ais-facets .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .ais-facets.grid__item .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .cart .ais-facets.cart__table .ais-RefinementList--label input[type='checkbox']:checked + .ais-RefinementList--count::after,
      .ais-facets.grid__item .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .cart .ais-facets.cart__table .ais-RefinementList--label input[type='radio']:checked + .ais-RefinementList--count::after,
      .ais-facets.grid__item .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .cart .ais-facets.cart__table .ais-RefinementList--label input[type='checkbox']:checked + .custom-checkbox__custom::after,
      .ais-facets.grid__item .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .card-block .ais-facets.card-block__item .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after,
      .cart .ais-facets.cart__table .ais-RefinementList--label input[type='radio']:checked + .custom-checkbox__custom::after {
        content: '';
        display: inline-block;
        background-color: #484949;
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px; }
    .ais-facets .ais-RefinementList--label:hover .ais-refinement-list--count,
    .ais-facets.grid__item .ais-RefinementList--label:hover .ais-refinement-list--count,
    .card-block .ais-facets.card-block__item .ais-RefinementList--label:hover .ais-refinement-list--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label:hover .ais-refinement-list--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label:hover .ais-refinement-list--count,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label:hover .ais-refinement-list--count,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label:hover .ais-refinement-list--count,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label:hover .ais-refinement-list--count,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label:hover .ais-refinement-list--count,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label:hover .ais-refinement-list--count,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label:hover .ais-refinement-list--count,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label:hover .ais-refinement-list--count,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label:hover .ais-refinement-list--count,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label:hover .ais-refinement-list--count,
    .cart .ais-facets.cart__table .ais-RefinementList--label:hover .ais-refinement-list--count {
      border-color: #484949; }
    .ais-facets .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .ais-facets.grid__item .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .card-block .ais-facets.card-block__item .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count,
    .cart .ais-facets.cart__table .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count {
      --border-opacity: 1;
      border-color: #484949;
      border-color: rgba(72, 73, 73, var(--border-opacity));
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      .ais-facets .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .ais-facets.grid__item .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .card-block .ais-facets.card-block__item .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after,
      .cart .ais-facets.cart__table .ais-RefinementList--label:has(input[type='checkbox']:checked) .ais-RefinementList--count::after {
        content: '';
        display: inline-block;
        background-color: #484949;
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px; }
  .ais-facets .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .ais-facets.grid__item .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .card-block .ais-facets.card-block__item .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .three-driver .ais-facets.three-driver__item .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .img-showcase-two .ais-facets.img-showcase-two__big .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .img-showcase-two .ais-facets.img-showcase-two__small .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .lead-copy .ais-facets.lead-copy__wrapper .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .copy-image .ais-facets.copy-image__copy .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .copy-image .ais-facets.copy-image__image .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .quote-image .ais-facets.quote-image__quote .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .quote-image .ais-facets.quote-image__image .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .single-quote .ais-facets.single-quote__quote .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom,
  .cart .ais-facets.cart__table .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom {
    background-color: white;
    background-image: none; }
    .ais-facets .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .ais-facets.grid__item .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .card-block .ais-facets.card-block__item .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .three-driver .ais-facets.three-driver__item .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .img-showcase-two .ais-facets.img-showcase-two__big .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .img-showcase-two .ais-facets.img-showcase-two__small .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .lead-copy .ais-facets.lead-copy__wrapper .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .copy-image .ais-facets.copy-image__copy .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .copy-image .ais-facets.copy-image__image .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .quote-image .ais-facets.quote-image__quote .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .quote-image .ais-facets.quote-image__image .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .single-quote .ais-facets.single-quote__quote .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after,
    .cart .ais-facets.cart__table .custom-checkbox input[type='checkbox']:checked + .custom-checkbox__custom::after {
      content: '';
      display: inline-block;
      background-color: #484949;
      position: absolute;
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px; }
  .ais-facets .ais-range-slider--body,
  .ais-facets.grid__item .ais-range-slider--body,
  .card-block .ais-facets.card-block__item .ais-range-slider--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-range-slider--body,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider--body,
  .three-driver .ais-facets.three-driver__item .ais-range-slider--body,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-range-slider--body,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-range-slider--body,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-range-slider--body,
  .copy-image .ais-facets.copy-image__copy .ais-range-slider--body,
  .copy-image .ais-facets.copy-image__image .ais-range-slider--body,
  .quote-image .ais-facets.quote-image__quote .ais-range-slider--body,
  .quote-image .ais-facets.quote-image__image .ais-range-slider--body,
  .single-quote .ais-facets.single-quote__quote .ais-range-slider--body,
  .cart .ais-facets.cart__table .ais-range-slider--body {
    position: relative;
    margin-top: 0.75rem; }
    .ais-facets .ais-range-slider--body:before, .ais-facets .ais-range-slider--body:after,
    .ais-facets.grid__item .ais-range-slider--body:before,
    .card-block .ais-facets.card-block__item .ais-range-slider--body:before,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-range-slider--body:before,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider--body:before,
    .three-driver .ais-facets.three-driver__item .ais-range-slider--body:before,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-range-slider--body:before,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-range-slider--body:before,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-range-slider--body:before,
    .copy-image .ais-facets.copy-image__copy .ais-range-slider--body:before,
    .copy-image .ais-facets.copy-image__image .ais-range-slider--body:before,
    .quote-image .ais-facets.quote-image__quote .ais-range-slider--body:before,
    .quote-image .ais-facets.quote-image__image .ais-range-slider--body:before,
    .single-quote .ais-facets.single-quote__quote .ais-range-slider--body:before,
    .cart .ais-facets.cart__table .ais-range-slider--body:before,
    .ais-facets.grid__item .ais-range-slider--body:after,
    .card-block .ais-facets.card-block__item .ais-range-slider--body:after,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-range-slider--body:after,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider--body:after,
    .three-driver .ais-facets.three-driver__item .ais-range-slider--body:after,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-range-slider--body:after,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-range-slider--body:after,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-range-slider--body:after,
    .copy-image .ais-facets.copy-image__copy .ais-range-slider--body:after,
    .copy-image .ais-facets.copy-image__image .ais-range-slider--body:after,
    .quote-image .ais-facets.quote-image__quote .ais-range-slider--body:after,
    .quote-image .ais-facets.quote-image__image .ais-range-slider--body:after,
    .single-quote .ais-facets.single-quote__quote .ais-range-slider--body:after,
    .cart .ais-facets.cart__table .ais-range-slider--body:after {
      content: '$';
      display: block;
      position: absolute;
      left: 0;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px;
      top: calc(0.75rem + 0.5rem); }
    .ais-facets .ais-range-slider--body:after,
    .ais-facets.grid__item .ais-range-slider--body:after,
    .card-block .ais-facets.card-block__item .ais-range-slider--body:after,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-range-slider--body:after,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider--body:after,
    .three-driver .ais-facets.three-driver__item .ais-range-slider--body:after,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-range-slider--body:after,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-range-slider--body:after,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-range-slider--body:after,
    .copy-image .ais-facets.copy-image__copy .ais-range-slider--body:after,
    .copy-image .ais-facets.copy-image__image .ais-range-slider--body:after,
    .quote-image .ais-facets.quote-image__quote .ais-range-slider--body:after,
    .quote-image .ais-facets.quote-image__image .ais-range-slider--body:after,
    .single-quote .ais-facets.single-quote__quote .ais-range-slider--body:after,
    .cart .ais-facets.cart__table .ais-range-slider--body:after {
      content: '$$$$';
      right: 0;
      left: auto; }
    .ais-facets .ais-range-slider--body .rheostat,
    .ais-facets.grid__item .ais-range-slider--body .rheostat,
    .card-block .ais-facets.card-block__item .ais-range-slider--body .rheostat,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-range-slider--body .rheostat,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider--body .rheostat,
    .three-driver .ais-facets.three-driver__item .ais-range-slider--body .rheostat,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-range-slider--body .rheostat,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-range-slider--body .rheostat,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-range-slider--body .rheostat,
    .copy-image .ais-facets.copy-image__copy .ais-range-slider--body .rheostat,
    .copy-image .ais-facets.copy-image__image .ais-range-slider--body .rheostat,
    .quote-image .ais-facets.quote-image__quote .ais-range-slider--body .rheostat,
    .quote-image .ais-facets.quote-image__image .ais-range-slider--body .rheostat,
    .single-quote .ais-facets.single-quote__quote .ais-range-slider--body .rheostat,
    .cart .ais-facets.cart__table .ais-range-slider--body .rheostat {
      height: 35px; }
    .ais-facets .ais-range-slider--body .ais-range-slider--handle,
    .ais-facets.grid__item .ais-range-slider--body .ais-range-slider--handle,
    .card-block .ais-facets.card-block__item .ais-range-slider--body .ais-range-slider--handle,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-range-slider--body .ais-range-slider--handle,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider--body .ais-range-slider--handle,
    .three-driver .ais-facets.three-driver__item .ais-range-slider--body .ais-range-slider--handle,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-range-slider--body .ais-range-slider--handle,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-range-slider--body .ais-range-slider--handle,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-range-slider--body .ais-range-slider--handle,
    .copy-image .ais-facets.copy-image__copy .ais-range-slider--body .ais-range-slider--handle,
    .copy-image .ais-facets.copy-image__image .ais-range-slider--body .ais-range-slider--handle,
    .quote-image .ais-facets.quote-image__quote .ais-range-slider--body .ais-range-slider--handle,
    .quote-image .ais-facets.quote-image__image .ais-range-slider--body .ais-range-slider--handle,
    .single-quote .ais-facets.single-quote__quote .ais-range-slider--body .ais-range-slider--handle,
    .cart .ais-facets.cart__table .ais-range-slider--body .ais-range-slider--handle {
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 9999px;
      --bg-opacity: 1;
      background-color: #484949;
      background-color: rgba(72, 73, 73, var(--bg-opacity));
      --border-opacity: 1;
      border-color: #484949;
      border-color: rgba(72, 73, 73, var(--border-opacity));
      border-width: 0;
      top: 0;
      bottom: auto; }
      .ais-facets .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .ais-facets.grid__item .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .card-block .ais-facets.card-block__item .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .three-driver .ais-facets.three-driver__item .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .copy-image .ais-facets.copy-image__copy .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .copy-image .ais-facets.copy-image__image .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .quote-image .ais-facets.quote-image__quote .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .quote-image .ais-facets.quote-image__image .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .single-quote .ais-facets.single-quote__quote .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper,
      .cart .ais-facets.cart__table .ais-range-slider--body .ais-range-slider--handle.ais-range-slider--handle-upper {
        transform: translateX(-0.75rem); }
    .ais-facets .ais-range-slider--body .ais-range-slider--tooltip,
    .ais-facets.grid__item .ais-range-slider--body .ais-range-slider--tooltip,
    .card-block .ais-facets.card-block__item .ais-range-slider--body .ais-range-slider--tooltip,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-range-slider--body .ais-range-slider--tooltip,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider--body .ais-range-slider--tooltip,
    .three-driver .ais-facets.three-driver__item .ais-range-slider--body .ais-range-slider--tooltip,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-range-slider--body .ais-range-slider--tooltip,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-range-slider--body .ais-range-slider--tooltip,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-range-slider--body .ais-range-slider--tooltip,
    .copy-image .ais-facets.copy-image__copy .ais-range-slider--body .ais-range-slider--tooltip,
    .copy-image .ais-facets.copy-image__image .ais-range-slider--body .ais-range-slider--tooltip,
    .quote-image .ais-facets.quote-image__quote .ais-range-slider--body .ais-range-slider--tooltip,
    .quote-image .ais-facets.quote-image__image .ais-range-slider--body .ais-range-slider--tooltip,
    .single-quote .ais-facets.single-quote__quote .ais-range-slider--body .ais-range-slider--tooltip,
    .cart .ais-facets.cart__table .ais-range-slider--body .ais-range-slider--tooltip {
      display: none; }
    .ais-facets .ais-range-slider--body .rheostat-background,
    .ais-facets.grid__item .ais-range-slider--body .rheostat-background,
    .card-block .ais-facets.card-block__item .ais-range-slider--body .rheostat-background,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-range-slider--body .rheostat-background,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider--body .rheostat-background,
    .three-driver .ais-facets.three-driver__item .ais-range-slider--body .rheostat-background,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-range-slider--body .rheostat-background,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-range-slider--body .rheostat-background,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-range-slider--body .rheostat-background,
    .copy-image .ais-facets.copy-image__copy .ais-range-slider--body .rheostat-background,
    .copy-image .ais-facets.copy-image__image .ais-range-slider--body .rheostat-background,
    .quote-image .ais-facets.quote-image__quote .ais-range-slider--body .rheostat-background,
    .quote-image .ais-facets.quote-image__image .ais-range-slider--body .rheostat-background,
    .single-quote .ais-facets.single-quote__quote .ais-range-slider--body .rheostat-background,
    .cart .ais-facets.cart__table .ais-range-slider--body .rheostat-background {
      --bg-opacity: 1;
      background-color: #EFEFEF;
      background-color: rgba(239, 239, 239, var(--bg-opacity));
      position: relative;
      width: 100%;
      /* width: calc(100% + 0.75rem);*/
      height: 3px;
      top: 5px; }
  .ais-facets input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .ais-facets.grid__item input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .card-block .ais-facets.card-block__item input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .three-driver .ais-facets.three-driver__item input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .img-showcase-two .ais-facets.img-showcase-two__big input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .img-showcase-two .ais-facets.img-showcase-two__small input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .lead-copy .ais-facets.lead-copy__wrapper input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .copy-image .ais-facets.copy-image__copy input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .copy-image .ais-facets.copy-image__image input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .quote-image .ais-facets.quote-image__quote input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .quote-image .ais-facets.quote-image__image input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .single-quote .ais-facets.single-quote__quote input[type='checkbox']:checked + .ais-RefinementList--label:after,
  .cart .ais-facets.cart__table input[type='checkbox']:checked + .ais-RefinementList--label:after {
    display: none; }
  @media (max-width: 767px) {
    .ais-facets,
    .ais-facets.grid__item,
    .card-block .ais-facets.card-block__item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion,
    .three-driver .ais-facets.three-driver__item,
    .img-showcase-two .ais-facets.img-showcase-two__big,
    .img-showcase-two .ais-facets.img-showcase-two__small,
    .lead-copy .ais-facets.lead-copy__wrapper,
    .copy-image .ais-facets.copy-image__copy,
    .copy-image .ais-facets.copy-image__image,
    .quote-image .ais-facets.quote-image__quote,
    .quote-image .ais-facets.quote-image__image,
    .single-quote .ais-facets.single-quote__quote,
    .cart .ais-facets.cart__table {
      position: fixed;
      width: 100vw;
      height: 100vh;
      top: 0;
      padding: 0;
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      opacity: 0;
      padding-bottom: 7.5rem;
      padding-left: 0;
      height: calc(var(--vh, 1vh) * 100);
      padding-bottom: 11rem;
      left: -9999px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: auto;
      transition: opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1), left 0.01s cubic-bezier(0.32, 0.24, 0.15, 1) 0.4s;
      -webkit-backface-visibility: hidden; }
      .ais-facets .ais-facets-wrapper,
      .ais-facets.grid__item .ais-facets-wrapper,
      .card-block .ais-facets.card-block__item .ais-facets-wrapper,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets-wrapper,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets-wrapper,
      .three-driver .ais-facets.three-driver__item .ais-facets-wrapper,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets-wrapper,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets-wrapper,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-facets-wrapper,
      .copy-image .ais-facets.copy-image__copy .ais-facets-wrapper,
      .copy-image .ais-facets.copy-image__image .ais-facets-wrapper,
      .quote-image .ais-facets.quote-image__quote .ais-facets-wrapper,
      .quote-image .ais-facets.quote-image__image .ais-facets-wrapper,
      .single-quote .ais-facets.single-quote__quote .ais-facets-wrapper,
      .cart .ais-facets.cart__table .ais-facets-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; }
        .ais-facets .ais-facets-wrapper.sort-wrapper,
        .ais-facets.grid__item .ais-facets-wrapper.sort-wrapper,
        .card-block .ais-facets.card-block__item .ais-facets-wrapper.sort-wrapper,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets-wrapper.sort-wrapper,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets-wrapper.sort-wrapper,
        .three-driver .ais-facets.three-driver__item .ais-facets-wrapper.sort-wrapper,
        .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets-wrapper.sort-wrapper,
        .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets-wrapper.sort-wrapper,
        .lead-copy .ais-facets.lead-copy__wrapper .ais-facets-wrapper.sort-wrapper,
        .copy-image .ais-facets.copy-image__copy .ais-facets-wrapper.sort-wrapper,
        .copy-image .ais-facets.copy-image__image .ais-facets-wrapper.sort-wrapper,
        .quote-image .ais-facets.quote-image__quote .ais-facets-wrapper.sort-wrapper,
        .quote-image .ais-facets.quote-image__image .ais-facets-wrapper.sort-wrapper,
        .single-quote .ais-facets.single-quote__quote .ais-facets-wrapper.sort-wrapper,
        .cart .ais-facets.cart__table .ais-facets-wrapper.sort-wrapper {
          padding-bottom: 0;
          padding-top: 3rem; }
          .ais-facets .ais-facets-wrapper.sort-wrapper select,
          .ais-facets.grid__item .ais-facets-wrapper.sort-wrapper select,
          .card-block .ais-facets.card-block__item .ais-facets-wrapper.sort-wrapper select,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets-wrapper.sort-wrapper select,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets-wrapper.sort-wrapper select,
          .three-driver .ais-facets.three-driver__item .ais-facets-wrapper.sort-wrapper select,
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets-wrapper.sort-wrapper select,
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets-wrapper.sort-wrapper select,
          .lead-copy .ais-facets.lead-copy__wrapper .ais-facets-wrapper.sort-wrapper select,
          .copy-image .ais-facets.copy-image__copy .ais-facets-wrapper.sort-wrapper select,
          .copy-image .ais-facets.copy-image__image .ais-facets-wrapper.sort-wrapper select,
          .quote-image .ais-facets.quote-image__quote .ais-facets-wrapper.sort-wrapper select,
          .quote-image .ais-facets.quote-image__image .ais-facets-wrapper.sort-wrapper select,
          .single-quote .ais-facets.single-quote__quote .ais-facets-wrapper.sort-wrapper select,
          .cart .ais-facets.cart__table .ais-facets-wrapper.sort-wrapper select {
            width: 100%; }
      .ais-facets .ais-facets-close,
      .ais-facets.grid__item .ais-facets-close,
      .card-block .ais-facets.card-block__item .ais-facets-close,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-facets-close,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facets-close,
      .three-driver .ais-facets.three-driver__item .ais-facets-close,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-facets-close,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-facets-close,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-facets-close,
      .copy-image .ais-facets.copy-image__copy .ais-facets-close,
      .copy-image .ais-facets.copy-image__image .ais-facets-close,
      .quote-image .ais-facets.quote-image__quote .ais-facets-close,
      .quote-image .ais-facets.quote-image__image .ais-facets-close,
      .single-quote .ais-facets.single-quote__quote .ais-facets-close,
      .cart .ais-facets.cart__table .ais-facets-close {
        position: fixed;
        top: 1.5rem;
        right: 1.5rem; }
      .js-search-filter-open--rugs .ais-facets.ais-facets--rugs, .js-search-filter-open--rugs .ais-facets.grid__item.ais-facets--rugs, .js-search-filter-open--rugs .card-block .ais-facets.ais-facets--rugs.card-block__item, .card-block .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.card-block__item, .js-search-filter-open--rugs .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.ais-facets--rugs.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.card-block__item, .js-search-filter-open--rugs .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.ais-facets--rugs.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.aa-suggestion, .js-search-filter-open--rugs .three-driver .ais-facets.ais-facets--rugs.three-driver__item, .three-driver .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.three-driver__item, .js-search-filter-open--rugs .img-showcase-two .ais-facets.ais-facets--rugs.img-showcase-two__big, .img-showcase-two .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.img-showcase-two__big,
      .js-search-filter-open--rugs .img-showcase-two .ais-facets.ais-facets--rugs.img-showcase-two__small, .img-showcase-two .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.img-showcase-two__small, .js-search-filter-open--rugs .lead-copy .ais-facets.ais-facets--rugs.lead-copy__wrapper, .lead-copy .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.lead-copy__wrapper, .js-search-filter-open--rugs .copy-image .ais-facets.ais-facets--rugs.copy-image__copy, .copy-image .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.copy-image__copy, .js-search-filter-open--rugs .copy-image .ais-facets.ais-facets--rugs.copy-image__image, .copy-image .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.copy-image__image, .js-search-filter-open--rugs .quote-image .ais-facets.ais-facets--rugs.quote-image__quote, .quote-image .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.quote-image__quote, .js-search-filter-open--rugs .quote-image .ais-facets.ais-facets--rugs.quote-image__image, .quote-image .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.quote-image__image, .js-search-filter-open--rugs .single-quote .ais-facets.ais-facets--rugs.single-quote__quote, .single-quote .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.single-quote__quote, .js-search-filter-open--rugs .cart .ais-facets.ais-facets--rugs.cart__table, .cart .js-search-filter-open--rugs .ais-facets.ais-facets--rugs.cart__table {
        left: 0;
        opacity: 1;
        transition: opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1);
        z-index: 2; }
      .js-search-filter-open--pillows .ais-facets.ais-facets--pillows, .js-search-filter-open--pillows .ais-facets.grid__item.ais-facets--pillows, .js-search-filter-open--pillows .card-block .ais-facets.ais-facets--pillows.card-block__item, .card-block .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.card-block__item, .js-search-filter-open--pillows .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.ais-facets--pillows.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.card-block__item, .js-search-filter-open--pillows .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.ais-facets--pillows.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.aa-suggestion, .js-search-filter-open--pillows .three-driver .ais-facets.ais-facets--pillows.three-driver__item, .three-driver .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.three-driver__item, .js-search-filter-open--pillows .img-showcase-two .ais-facets.ais-facets--pillows.img-showcase-two__big, .img-showcase-two .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.img-showcase-two__big,
      .js-search-filter-open--pillows .img-showcase-two .ais-facets.ais-facets--pillows.img-showcase-two__small, .img-showcase-two .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.img-showcase-two__small, .js-search-filter-open--pillows .lead-copy .ais-facets.ais-facets--pillows.lead-copy__wrapper, .lead-copy .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.lead-copy__wrapper, .js-search-filter-open--pillows .copy-image .ais-facets.ais-facets--pillows.copy-image__copy, .copy-image .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.copy-image__copy, .js-search-filter-open--pillows .copy-image .ais-facets.ais-facets--pillows.copy-image__image, .copy-image .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.copy-image__image, .js-search-filter-open--pillows .quote-image .ais-facets.ais-facets--pillows.quote-image__quote, .quote-image .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.quote-image__quote, .js-search-filter-open--pillows .quote-image .ais-facets.ais-facets--pillows.quote-image__image, .quote-image .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.quote-image__image, .js-search-filter-open--pillows .single-quote .ais-facets.ais-facets--pillows.single-quote__quote, .single-quote .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.single-quote__quote, .js-search-filter-open--pillows .cart .ais-facets.ais-facets--pillows.cart__table, .cart .js-search-filter-open--pillows .ais-facets.ais-facets--pillows.cart__table {
        left: 0;
        opacity: 1;
        transition: opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1);
        z-index: 2; }
      .js-search-filter-open--poufs .ais-facets.ais-facets--poufs, .js-search-filter-open--poufs .ais-facets.grid__item.ais-facets--poufs, .js-search-filter-open--poufs .card-block .ais-facets.ais-facets--poufs.card-block__item, .card-block .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.card-block__item, .js-search-filter-open--poufs .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.ais-facets--poufs.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.card-block__item, .js-search-filter-open--poufs .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.ais-facets--poufs.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.aa-suggestion, .js-search-filter-open--poufs .three-driver .ais-facets.ais-facets--poufs.three-driver__item, .three-driver .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.three-driver__item, .js-search-filter-open--poufs .img-showcase-two .ais-facets.ais-facets--poufs.img-showcase-two__big, .img-showcase-two .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.img-showcase-two__big,
      .js-search-filter-open--poufs .img-showcase-two .ais-facets.ais-facets--poufs.img-showcase-two__small, .img-showcase-two .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.img-showcase-two__small, .js-search-filter-open--poufs .lead-copy .ais-facets.ais-facets--poufs.lead-copy__wrapper, .lead-copy .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.lead-copy__wrapper, .js-search-filter-open--poufs .copy-image .ais-facets.ais-facets--poufs.copy-image__copy, .copy-image .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.copy-image__copy, .js-search-filter-open--poufs .copy-image .ais-facets.ais-facets--poufs.copy-image__image, .copy-image .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.copy-image__image, .js-search-filter-open--poufs .quote-image .ais-facets.ais-facets--poufs.quote-image__quote, .quote-image .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.quote-image__quote, .js-search-filter-open--poufs .quote-image .ais-facets.ais-facets--poufs.quote-image__image, .quote-image .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.quote-image__image, .js-search-filter-open--poufs .single-quote .ais-facets.ais-facets--poufs.single-quote__quote, .single-quote .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.single-quote__quote, .js-search-filter-open--poufs .cart .ais-facets.ais-facets--poufs.cart__table, .cart .js-search-filter-open--poufs .ais-facets.ais-facets--poufs.cart__table {
        left: 0;
        opacity: 1;
        transition: opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1);
        z-index: 2; }
      .js-search-filter-open--throws .ais-facets.ais-facets--throws, .js-search-filter-open--throws .ais-facets.grid__item.ais-facets--throws, .js-search-filter-open--throws .card-block .ais-facets.ais-facets--throws.card-block__item, .card-block .js-search-filter-open--throws .ais-facets.ais-facets--throws.card-block__item, .js-search-filter-open--throws .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.ais-facets--throws.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open--throws .ais-facets.ais-facets--throws.card-block__item, .js-search-filter-open--throws .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.ais-facets--throws.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open--throws .ais-facets.ais-facets--throws.aa-suggestion, .js-search-filter-open--throws .three-driver .ais-facets.ais-facets--throws.three-driver__item, .three-driver .js-search-filter-open--throws .ais-facets.ais-facets--throws.three-driver__item, .js-search-filter-open--throws .img-showcase-two .ais-facets.ais-facets--throws.img-showcase-two__big, .img-showcase-two .js-search-filter-open--throws .ais-facets.ais-facets--throws.img-showcase-two__big,
      .js-search-filter-open--throws .img-showcase-two .ais-facets.ais-facets--throws.img-showcase-two__small, .img-showcase-two .js-search-filter-open--throws .ais-facets.ais-facets--throws.img-showcase-two__small, .js-search-filter-open--throws .lead-copy .ais-facets.ais-facets--throws.lead-copy__wrapper, .lead-copy .js-search-filter-open--throws .ais-facets.ais-facets--throws.lead-copy__wrapper, .js-search-filter-open--throws .copy-image .ais-facets.ais-facets--throws.copy-image__copy, .copy-image .js-search-filter-open--throws .ais-facets.ais-facets--throws.copy-image__copy, .js-search-filter-open--throws .copy-image .ais-facets.ais-facets--throws.copy-image__image, .copy-image .js-search-filter-open--throws .ais-facets.ais-facets--throws.copy-image__image, .js-search-filter-open--throws .quote-image .ais-facets.ais-facets--throws.quote-image__quote, .quote-image .js-search-filter-open--throws .ais-facets.ais-facets--throws.quote-image__quote, .js-search-filter-open--throws .quote-image .ais-facets.ais-facets--throws.quote-image__image, .quote-image .js-search-filter-open--throws .ais-facets.ais-facets--throws.quote-image__image, .js-search-filter-open--throws .single-quote .ais-facets.ais-facets--throws.single-quote__quote, .single-quote .js-search-filter-open--throws .ais-facets.ais-facets--throws.single-quote__quote, .js-search-filter-open--throws .cart .ais-facets.ais-facets--throws.cart__table, .cart .js-search-filter-open--throws .ais-facets.ais-facets--throws.cart__table {
        left: 0;
        opacity: 1;
        transition: opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1);
        z-index: 2; }
      .js-search-filter-open--art .ais-facets.ais-facets--art, .js-search-filter-open--art .ais-facets.grid__item.ais-facets--art, .js-search-filter-open--art .card-block .ais-facets.ais-facets--art.card-block__item, .card-block .js-search-filter-open--art .ais-facets.ais-facets--art.card-block__item, .js-search-filter-open--art .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.ais-facets--art.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open--art .ais-facets.ais-facets--art.card-block__item, .js-search-filter-open--art .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.ais-facets--art.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open--art .ais-facets.ais-facets--art.aa-suggestion, .js-search-filter-open--art .three-driver .ais-facets.ais-facets--art.three-driver__item, .three-driver .js-search-filter-open--art .ais-facets.ais-facets--art.three-driver__item, .js-search-filter-open--art .img-showcase-two .ais-facets.ais-facets--art.img-showcase-two__big, .img-showcase-two .js-search-filter-open--art .ais-facets.ais-facets--art.img-showcase-two__big,
      .js-search-filter-open--art .img-showcase-two .ais-facets.ais-facets--art.img-showcase-two__small, .img-showcase-two .js-search-filter-open--art .ais-facets.ais-facets--art.img-showcase-two__small, .js-search-filter-open--art .lead-copy .ais-facets.ais-facets--art.lead-copy__wrapper, .lead-copy .js-search-filter-open--art .ais-facets.ais-facets--art.lead-copy__wrapper, .js-search-filter-open--art .copy-image .ais-facets.ais-facets--art.copy-image__copy, .copy-image .js-search-filter-open--art .ais-facets.ais-facets--art.copy-image__copy, .js-search-filter-open--art .copy-image .ais-facets.ais-facets--art.copy-image__image, .copy-image .js-search-filter-open--art .ais-facets.ais-facets--art.copy-image__image, .js-search-filter-open--art .quote-image .ais-facets.ais-facets--art.quote-image__quote, .quote-image .js-search-filter-open--art .ais-facets.ais-facets--art.quote-image__quote, .js-search-filter-open--art .quote-image .ais-facets.ais-facets--art.quote-image__image, .quote-image .js-search-filter-open--art .ais-facets.ais-facets--art.quote-image__image, .js-search-filter-open--art .single-quote .ais-facets.ais-facets--art.single-quote__quote, .single-quote .js-search-filter-open--art .ais-facets.ais-facets--art.single-quote__quote, .js-search-filter-open--art .cart .ais-facets.ais-facets--art.cart__table, .cart .js-search-filter-open--art .ais-facets.ais-facets--art.cart__table {
        left: 0;
        opacity: 1;
        transition: opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1);
        z-index: 2; }
      .js-search-filter-open .ais-facets, .js-search-filter-open .ais-facets.grid__item, .js-search-filter-open .card-block .ais-facets.card-block__item, .card-block .js-search-filter-open .ais-facets.card-block__item, .js-search-filter-open .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open .ais-facets.card-block__item, .js-search-filter-open .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-search-filter-open .ais-facets.aa-suggestion, .js-search-filter-open .three-driver .ais-facets.three-driver__item, .three-driver .js-search-filter-open .ais-facets.three-driver__item, .js-search-filter-open .img-showcase-two .ais-facets.img-showcase-two__big, .img-showcase-two .js-search-filter-open .ais-facets.img-showcase-two__big,
      .js-search-filter-open .img-showcase-two .ais-facets.img-showcase-two__small, .img-showcase-two .js-search-filter-open .ais-facets.img-showcase-two__small, .js-search-filter-open .lead-copy .ais-facets.lead-copy__wrapper, .lead-copy .js-search-filter-open .ais-facets.lead-copy__wrapper, .js-search-filter-open .copy-image .ais-facets.copy-image__copy, .copy-image .js-search-filter-open .ais-facets.copy-image__copy, .js-search-filter-open .copy-image .ais-facets.copy-image__image, .copy-image .js-search-filter-open .ais-facets.copy-image__image, .js-search-filter-open .quote-image .ais-facets.quote-image__quote, .quote-image .js-search-filter-open .ais-facets.quote-image__quote, .js-search-filter-open .quote-image .ais-facets.quote-image__image, .quote-image .js-search-filter-open .ais-facets.quote-image__image, .js-search-filter-open .single-quote .ais-facets.single-quote__quote, .single-quote .js-search-filter-open .ais-facets.single-quote__quote, .js-search-filter-open .cart .ais-facets.cart__table, .cart .js-search-filter-open .ais-facets.cart__table {
        left: 0;
        opacity: 1;
        transition: opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1);
        z-index: 2; } }
  .ais-facets .ais-RefinementList--list,
  .ais-facets.grid__item .ais-RefinementList--list,
  .card-block .ais-facets.card-block__item .ais-RefinementList--list,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list,
  .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list,
  .three-driver .ais-facets.three-driver__item .ais-RefinementList--list,
  .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list,
  .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list,
  .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list,
  .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list,
  .copy-image .ais-facets.copy-image__image .ais-RefinementList--list,
  .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list,
  .quote-image .ais-facets.quote-image__image .ais-RefinementList--list,
  .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list,
  .cart .ais-facets.cart__table .ais-RefinementList--list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.25rem;
    /* two items */
    /* three items */
    /* four items */
    /* Modifier*/ }
    @media (min-width: 768px) {
      .ais-facets .ais-RefinementList--list,
      .ais-facets.grid__item .ais-RefinementList--list,
      .card-block .ais-facets.card-block__item .ais-RefinementList--list,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list,
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--list,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list,
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list,
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--list,
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list,
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--list,
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list,
      .cart .ais-facets.cart__table .ais-RefinementList--list {
        padding-top: 0; } }
    .ais-facets .ais-RefinementList--list .ais-RefinementList--item,
    .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item,
    .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item,
    .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item {
      margin-bottom: 2rem;
      flex-basis: 50%;
      max-width: 50%;
      word-break: break-word; }
      @media (min-width: 768px) {
        .ais-facets .ais-RefinementList--list .ais-RefinementList--item,
        .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item,
        .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item,
        .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item,
        .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item,
        .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item,
        .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item,
        .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item,
        .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item,
        .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item,
        .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item,
        .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item,
        .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item {
          margin-bottom: 1.5rem; } }
      .ais-facets .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1), .ais-facets .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(1),
      .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2),
      .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:nth-last-child(2) {
        margin-bottom: 0.5rem; }
    .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1),
    .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(1) {
      flex-basis: 100%; }
    .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2),
    .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item,
    .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item {
      flex-basis: 100%; }
      .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
      .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
      .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2) {
        margin-bottom: 2rem; }
        @media (min-width: 768px) {
          .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2):nth-last-child(2),
          .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2),
          .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(2) ~ .ais-RefinementList--item:nth-last-child(2) {
            margin-bottom: 1.5rem; } }
    .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3),
    .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item,
    .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item {
      flex-basis: 100%; }
      .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
      .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
      .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2) {
        margin-bottom: 2rem; }
        @media (min-width: 768px) {
          .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3):nth-last-child(2),
          .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2),
          .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(3) ~ .ais-RefinementList--item:nth-last-child(2) {
            margin-bottom: 1.5rem; } }
    .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4),
    .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item,
    .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item {
      flex-basis: 100%; }
      .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
      .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
      .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2) {
        margin-bottom: 2rem; }
        @media (min-width: 768px) {
          .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .ais-facets .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4):nth-last-child(2),
          .ais-facets.grid__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .card-block .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .three-driver .ais-facets.three-driver__item .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .copy-image .ais-facets.copy-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .quote-image .ais-facets.quote-image__image .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2),
          .cart .ais-facets.cart__table .ais-RefinementList--list .ais-RefinementList--item:first-child:nth-last-child(4) ~ .ais-RefinementList--item:nth-last-child(2) {
            margin-bottom: 1.5rem; } }
    .ais-facets .ais-RefinementList--list.full-width-container,
    .ais-facets.grid__item .ais-RefinementList--list.full-width-container,
    .card-block .ais-facets.card-block__item .ais-RefinementList--list.full-width-container,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.full-width-container,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.full-width-container,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.full-width-container,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.full-width-container,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.full-width-container,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.full-width-container,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.full-width-container,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.full-width-container,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.full-width-container,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.full-width-container,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.full-width-container,
    .cart .ais-facets.cart__table .ais-RefinementList--list.full-width-container {
      display: block; }
      .ais-facets .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .ais-facets.grid__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .card-block .ais-facets.card-block__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.full-width-container .ais-RefinementList--item,
      .cart .ais-facets.cart__table .ais-RefinementList--list.full-width-container .ais-RefinementList--item {
        flex-basis: 100%;
        max-width: 100%; }
        .ais-facets .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .ais-facets.grid__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .card-block .ais-facets.card-block__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
        .cart .ais-facets.cart__table .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2) {
          margin-bottom: 2rem; }
          @media (min-width: 768px) {
            .ais-facets .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .ais-facets.grid__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2),
            .cart .ais-facets.cart__table .ais-RefinementList--list.full-width-container .ais-RefinementList--item:nth-last-child(2) {
              margin-bottom: 1.5rem; } }
    .ais-facets .ais-RefinementList--list.color-container,
    .ais-facets.grid__item .ais-RefinementList--list.color-container,
    .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container,
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container,
    .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container,
    .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container,
    .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container,
    .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container,
    .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container,
    .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container,
    .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container,
    .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container,
    .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container,
    .cart .ais-facets.cart__table .ais-RefinementList--list.color-container {
      display: flex;
      overflow-x: visible; }
      .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item,
      .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item {
        display: inline-block;
        position: relative;
        padding: 0;
        margin-bottom: 1.5rem;
        padding-right: 1rem;
        flex-grow: 1;
        width: 50%;
        min-width: 60px;
        height: 18px; }
        .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder,
        .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder {
          display: block;
          margin-right: 1rem;
          width: 100%;
          overflow-x: visible;
          border-radius: 50%;
          padding: 0;
          border: 0px solid transparent;
          text-decoration: none; }
          .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before,
          .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 50%;
            border: 1px solid transparent;
            top: 0;
            left: 0;
            height: 22px;
            width: 22px; }
          .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before,
          .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder:hover:before {
            border: 1px solid #bebfbf; }
          .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before,
          .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder.refined:before {
            border: 1px solid #959696; }
          .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label,
          .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-label {
            --text-opacity: 1;
            color: #484949;
            color: rgba(72, 73, 73, var(--text-opacity));
            position: absolute;
            text-align: center;
            font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0.5px;
            overflow-x: visible;
            top: 0;
            left: 1.75rem;
            text-decoration: none;
            line-height: 16px;
            margin-top: 3px;
            max-width: 80%;
            max-width: calc(100% - 28px);
            text-overflow: ellipsis;
            overflow: hidden; }
          .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement,
          .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement {
            display: block;
            --bg-opacity: 1;
            background-color: #000000;
            background-color: rgba(0, 0, 0, var(--bg-opacity));
            margin-bottom: 0;
            width: 1rem;
            height: 1rem;
            position: relative;
            border-radius: 50%;
            text-indent: -9999px;
            left: 3px;
            top: 3px; }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Blue {
              background-color: #5c7c93; }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Grey {
              --bg-opacity: 1;
              background-color: #E5E5E5;
              background-color: rgba(229, 229, 229, var(--bg-opacity)); }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Ivory\/White {
              border-width: 1px;
              --border-opacity: 1;
              border-color: #BEBFBF;
              border-color: rgba(190, 191, 191, var(--border-opacity));
              --bg-opacity: 1;
              background-color: #ffffff;
              background-color: rgba(255, 255, 255, var(--bg-opacity)); }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Beige {
              background-color: #c7bdac; }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Multi {
              background-repeat: no-repeat;
              background-size: contain;
              background-color: transparent;
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAeTSURBVHgBnVc9cxzHEe2end29A0HjREuqkgLz4HJu4BfICJ0RISOLmeWEUKAqKwIYkeUEx8guJ4QjZwYduBTC/AfMnLjMVeKPsqt0sAjg9mOm9bpnFgQpSmIJrOXM7t1Ov/f6dc8c0xv+7R08mk1ccaun8EEQ2RoozvsYZoME6iUuYwxNQfGpo/BXOXv+56PFwfJN1uXv+sL9+3+c98J3Bxk+7EU2ggRGQEJwSmMUgGChQCxBCg6MEQuHoxD6e0cPDprvBeAQjIfJ+n4kuYtgDNbSaXANTFH02VUgBABOBnJkwdOoQCQu1i5O7y0Wi+UbAzi8fzx3Tk4CZB5EaMhBTG6K1IF1j3kXM6DEGMEGKgzAcAnAQRs8byTGnd89eNC8Gsu9+uD3v/nL1tS7E++Km54LLMhUsMNlozB44iXccUKP/4AR/0SgPR5EPNKggsVxj7Tgfl6wnPzqk0+2vhXAIzCvSjlGoHmBpfVDDyk0uNOA+Ct0SHF1pqF1SFgQ1IIriAzGURw9MS/K8Kdf/npv/loAjw6PZ5OpO4GT596JBfbKnJwpoPcKwi5O7Dnxz7lUtlABqUpXMCBJAVUliJO4OeF4sre3N/sagFlZ7HvH8xJP9PJghaAqPSsA/MujEneSzSMpvLFmx2BrweKlEZ2pEEYlRJVw03afrprws98ez4fongWsFiKZfXqsgQsGZHM9jEdt7LmF6VZxoIvY53HAOx0V0sEdPRTTa9AVoFjgF1URsyJRPcGB2s3Fg6PGFADL/bIgMfaFKiBcYV5jXulzsPdQQk1paeGUDlUdBZEMODLlVA2JdZB85ZJ8oUgl7q4pcPLoeEY9f6HLmALwchoT+w6g08WyUvah5/PQ0xnaz/Oh5bPQglQrXlbsqYUKnUABViCXfUHGtCSDZsMu2zZu+irSLa0XEOFCGalt8F0FAMeDEUYUs9N1wEWch8Ai7aDyspK3RdEBkQb0AUZwjIwUua9Jb6bj7J/ZWkm3PGT/gNS8GtwASLKSKoDVTXq8W2TDcECrkcidK8Rx6gLIPcB0xt5GVcCakVXEZeDR9aliEAixfc2ypaJAM6RAgSRW1lxBTrv8ACkq3KTq0CVK0rZcWE1ESN8RUqAXqwldKrnUjF70DbLWoGztkYHY8t7RfOzH1r/weZRcWArEkY0DVpoC36SIMKi+UdNpbzmHoZ7jOgOA3lgX2hSxBFur0oBjy6IcepzKTV87mqVaVuE5d9UER0ZgqgpJSg8mXU389oDWXEzp9Py/cj0uuTSzyVWmFpRpbFU59+OiSZUZPBDHj5U3m6ksszbmr1te8n1gtSjzBf/4/ZbefesG/+Nv/5O2Rz9gi2Eai6mYNwzJOVAWzGMmdEoeCy4xbqRPxRwvpoZkKuM8pAv5ZrdiV6PRzNb5Jz/8EQrjGv3n2d/py9NTNKXAycwJ/WWjNlktI+kpvIT5KSzQN7jdMnAJBNvrpqWqEzNr5BclRtwKlxBgrWaHnauGgm+//675qv73P+Vs+QW1F+cUUMuBkqlEHZ5TmsUwkpg1XtzwFM+2nIEMZpEkkrIN2vaBSE8FPYKAvdZlVRJXHj0B+wQ+n1ZCG++8Y1R9VdP5/0+pPT+jvmsBRBWJyXI00kwpQqynWCU8QZAPTWo9PIC1pOaRmMuAbQmNRTuRB74SWUNw5MpK1+mmhQ5Wo3ev37hhFAvvxVcVd1CiX61o6Fo0t6jVZBu3JAsomCc+TNxj368OtTNZULZeqEYDILyCJsOQGVujRoJrEBjByblkXVbfROwhSEFdUdyYJevpGaLwAFNS35Ycuk76AdtaCGRp0QRH/9ht7t6BCcMRoYEwcqzHKeY+XfpMq0TZFkUawU5Hp9rncnIGAo2qiFRNa5qsX6fpDzZk7fp10fnk2jpV165xPV2jqp6oQrq1H328OFp6XQDIHkLZPZOeVXa1T7SiZmUKjQXl4TS4nkbUMJklW+WQqEARXytV47U1tP5opWtKOGdqOJAIHmOP/aRb3RtbM23e/rghFxfo/kSmgPlXE8yWYB2VcToOpZZibY7HIjOf61ioGjhIVtMpgbFUYF1OpqT31QQK6LyePvwIZ4FLAKaC+/IeAjead2vgRSGaa2vcqq8eCHX/c3bJSwdqTnuJYlR7mCKQtJxMLGA9nUpZ63xCvp40sZeD8dVLAJu7B0vXdzuo8M857cOJraYgK5ClzybLge1EKunIpUrY16L5VCuhrGsNygguvp42VTnduXPw4jfCS6fi924fNOgyu3i7MYlVhVFyly/OW0tusdq4OJ00oILkdOhZQsycAEEKwtXV5+u+vLX70afN1Ziv/WHyr8/uzyHmifPFTckqcJH9ADMiyTaiNFG46KXYMkPEMSRgjurVk5TOA0Y8p2EYmu7sYmdn907zaiz3OgDv/fzTpp2W24D3UOmxncNTB0sbhFwBnsWwXVesL2im1AdJtLBYKy+2Xxf8GxV4SY2Twzni74svfgElTAUFJLk3aHiwTkwTYyjBp9iq/hA7WWzv3G6+bf3vBDD+PTs5nE0mFc6P7mdFUfwUKbkJEG/ZL4DolgjeoPSfrvriyWrSPd7evvNGP8+/AuRScCml0FLzAAAAAElFTkSuQmCC); }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Brown {
              background-color: #93725b; }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Red {
              --bg-opacity: 1;
              background-color: #B83C23;
              background-color: rgba(184, 60, 35, var(--bg-opacity)); }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Black {
              --bg-opacity: 1;
              background-color: #292728;
              background-color: rgba(41, 39, 40, var(--bg-opacity)); }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Gold\/Yellow {
              background-color: #ead39e; }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Orange {
              background-color: #e5ac83; }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Pink {
              background-color: #e1a6ad; }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Purple {
              background-color: #9b8cb3; }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-_ {
              background-color: #235da6; }
            .ais-facets .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .ais-facets.grid__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .card-block .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .three-driver .ais-facets.three-driver__item .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .img-showcase-two .ais-facets.img-showcase-two__big .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .img-showcase-two .ais-facets.img-showcase-two__small .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .lead-copy .ais-facets.lead-copy__wrapper .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .copy-image .ais-facets.copy-image__copy .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .copy-image .ais-facets.copy-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .quote-image .ais-facets.quote-image__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .quote-image .ais-facets.quote-image__image .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .single-quote .ais-facets.single-quote__quote .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green,
            .cart .ais-facets.cart__table .ais-RefinementList--list.color-container .ais-RefinementList--item .color-holder .color-refinement.color-Green {
              background-color: #65873e; }

/* Facet filter scrollbar styles*/
.ais-facets {
  /* hide scrollbar on IE*/ }
  .ais-facets::-webkit-scrollbar {
    display: none; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .ais-facets {
      -ms-overflow-style: none; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  -ms-overflow-style: none; }

/* Current Refinements*/
#clear-refined-values .ais-ClearRefinements .ais-ClearRefinements-button,
#clear-refined-values-pillow .ais-ClearRefinements .ais-ClearRefinements-button,
#clear-refined-values-throw .ais-ClearRefinements .ais-ClearRefinements-button,
#clear-refined-values-poufs .ais-ClearRefinements .ais-ClearRefinements-button,
#clear-refined-values-art .ais-ClearRefinements .ais-ClearRefinements-button {
  z-index: 1;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #484949;
  text-decoration: underline;
  position: relative;
  transition: 0.2s color ease-in-out;
  text-transform: capitalize; }
  .dark-mode #clear-refined-values .ais-ClearRefinements .ais-ClearRefinements-button, .dark-mode
  #clear-refined-values-pillow .ais-ClearRefinements .ais-ClearRefinements-button, .dark-mode
  #clear-refined-values-throw .ais-ClearRefinements .ais-ClearRefinements-button, .dark-mode
  #clear-refined-values-poufs .ais-ClearRefinements .ais-ClearRefinements-button, .dark-mode
  #clear-refined-values-art .ais-ClearRefinements .ais-ClearRefinements-button {
    color: #f7f7f7; }
  #clear-refined-values .ais-ClearRefinements .ais-ClearRefinements-button:hover,
  #clear-refined-values-pillow .ais-ClearRefinements .ais-ClearRefinements-button:hover,
  #clear-refined-values-throw .ais-ClearRefinements .ais-ClearRefinements-button:hover,
  #clear-refined-values-poufs .ais-ClearRefinements .ais-ClearRefinements-button:hover,
  #clear-refined-values-art .ais-ClearRefinements .ais-ClearRefinements-button:hover {
    color: #757575; }
    .dark-mode #clear-refined-values .ais-ClearRefinements .ais-ClearRefinements-button:hover, .dark-mode
    #clear-refined-values-pillow .ais-ClearRefinements .ais-ClearRefinements-button:hover, .dark-mode
    #clear-refined-values-throw .ais-ClearRefinements .ais-ClearRefinements-button:hover, .dark-mode
    #clear-refined-values-poufs .ais-ClearRefinements .ais-ClearRefinements-button:hover, .dark-mode
    #clear-refined-values-art .ais-ClearRefinements .ais-ClearRefinements-button:hover {
      color: #efefef; }
  @media (max-width: 767px) {
    #clear-refined-values .ais-ClearRefinements .ais-ClearRefinements-button,
    #clear-refined-values-pillow .ais-ClearRefinements .ais-ClearRefinements-button,
    #clear-refined-values-throw .ais-ClearRefinements .ais-ClearRefinements-button,
    #clear-refined-values-poufs .ais-ClearRefinements .ais-ClearRefinements-button,
    #clear-refined-values-art .ais-ClearRefinements .ais-ClearRefinements-button {
      position: fixed;
      --bg-opacity: 1;
      background-color: #F7F7F7;
      background-color: rgba(247, 247, 247, var(--bg-opacity));
      bottom: 122px;
      right: 0;
      padding: 10px 24px 10px 12px; } }
  @media (min-width: 768px) {
    #clear-refined-values .ais-ClearRefinements .ais-ClearRefinements-button,
    #clear-refined-values-pillow .ais-ClearRefinements .ais-ClearRefinements-button,
    #clear-refined-values-throw .ais-ClearRefinements .ais-ClearRefinements-button,
    #clear-refined-values-poufs .ais-ClearRefinements .ais-ClearRefinements-button,
    #clear-refined-values-art .ais-ClearRefinements .ais-ClearRefinements-button {
      display: inline-block;
      position: absolute;
      right: 0;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px;
      position: absolute !important;
      top: 0.5rem; } }

#clear-refined-values .ais-ClearRefinements .ais-ClearRefinements-button--disabled,
#clear-refined-values-pillow .ais-ClearRefinements .ais-ClearRefinements-button--disabled,
#clear-refined-values-throw .ais-ClearRefinements .ais-ClearRefinements-button--disabled,
#clear-refined-values-poufs .ais-ClearRefinements .ais-ClearRefinements-button--disabled,
#clear-refined-values-art .ais-ClearRefinements .ais-ClearRefinements-button--disabled {
  display: none; }

@media (max-width: 767px) {
  #current-refined-values .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body {
    position: relative;
    width: 100vw; } }

@media (max-width: 767px) {
  #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--list,
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--list,
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--list,
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--list,
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--list {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 4.5rem;
    -webkit-overflow-scrolling: touch; } }

#current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item,
#current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item,
#current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item,
#current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item,
#current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item {
  display: inline-block;
  margin-top: 0.75rem;
  margin-right: 0.75rem; }
  #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item > *,
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item > *,
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item > *,
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item > *,
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item > * {
    display: inline; }
  @media (max-width: 767px) {
    #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item,
    #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item,
    #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item,
    #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item,
    #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item {
      margin-top: 0;
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
      #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item:first-child,
      #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item:first-child,
      #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item:first-child,
      #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item:first-child,
      #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item:first-child {
        margin-left: 0; }
      #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item:last-child,
      #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item:last-child,
      #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item:last-child,
      #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item:last-child,
      #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item:last-child {
        margin-right: 0; } }
  #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link {
    background-image: url("./icon-close.svg");
    display: inline-block;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity));
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    background-repeat: no-repeat;
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding-left: 29px;
    background-position: 0.75rem center; }
    #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link:hover, #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link:focus,
    #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link:hover,
    #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link:focus,
    #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link:hover,
    #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link:focus,
    #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link:hover,
    #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link:focus,
    #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link:hover,
    #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--item .ais-current-refined-values--link:focus {
      --bg-opacity: 1;
      background-color: #EFEFEF;
      background-color: rgba(239, 239, 239, var(--bg-opacity)); }

#current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
#current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
#current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
#current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
#current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all {
  z-index: 1;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #484949;
  text-decoration: underline;
  position: relative;
  transition: 0.2s color ease-in-out; }
  .dark-mode #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all, .dark-mode
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all, .dark-mode
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all, .dark-mode
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all, .dark-mode
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all {
    color: #f7f7f7; }
  #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all:hover,
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all:hover,
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all:hover,
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all:hover,
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all:hover {
    color: #757575; }
    .dark-mode #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all:hover, .dark-mode
    #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all:hover, .dark-mode
    #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all:hover, .dark-mode
    #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all:hover, .dark-mode
    #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all:hover {
      color: #efefef; }
  #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all div,
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all div,
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all div,
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all div,
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all div {
    display: inline;
    text-transform: capitalize; }
  @media (max-width: 767px) {
    #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
    #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
    #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
    #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
    #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all {
      right: 0;
      position: absolute;
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      padding: 10px 12px;
      top: 50%;
      transform: translate3d(0, -50%, 0); } }
  @media (min-width: 768px) {
    #current-refined-values .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
    #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
    #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
    #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all,
    #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body .ais-current-refined-values--clear-all {
      display: inline-block;
      position: absolute;
      right: 0;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px;
      position: absolute !important;
      top: 0.5rem; } }

@media (max-width: 767px) {
  #current-refined-values--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-pillow--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-poufs--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-throw--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-art--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--body, #current-refined-values--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-throw--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-art--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--body, #current-refined-values--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-throw--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-art--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--body, #current-refined-values--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-throw--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-art--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--body, #current-refined-values--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-throw--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body,
  #current-refined-values-art--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--body {
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem); }
  #current-refined-values--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-pillow--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-poufs--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-throw--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-art--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link, #current-refined-values--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-throw--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-art--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link, #current-refined-values--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-throw--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-art--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link, #current-refined-values--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-throw--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-art--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link, #current-refined-values--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-throw--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link,
  #current-refined-values-art--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--item .ais-current-refined-values--link {
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
  #current-refined-values--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-pillow--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-poufs--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-throw--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-art--mobile-in #current-refined-values .ais-current-refined-values .ais-current-refined-values--clear-all, #current-refined-values--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-throw--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-art--mobile-in
  #current-refined-values-pillow .ais-current-refined-values .ais-current-refined-values--clear-all, #current-refined-values--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-throw--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-art--mobile-in
  #current-refined-values-throw .ais-current-refined-values .ais-current-refined-values--clear-all, #current-refined-values--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-throw--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-art--mobile-in
  #current-refined-values-poufs .ais-current-refined-values .ais-current-refined-values--clear-all, #current-refined-values--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-pillow--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-poufs--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-throw--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--clear-all,
  #current-refined-values-art--mobile-in
  #current-refined-values-art .ais-current-refined-values .ais-current-refined-values--clear-all {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity)); } }

.product-sorter {
  padding-left: 12px; }
  .product-sorter .product-sorter__sort {
    display: inline-block;
    position: relative; }
    .product-sorter .product-sorter__sort span {
      margin-right: 0.5rem; }
  .product-sorter .ais-sort-by-selector {
    background-size: 10px 6px; }
  @media (max-width: 767px) {
    .product-sorter {
      display: flex; }
      .product-sorter.product-sorter--sticky {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2;
        --bg-opacity: 1;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .product-sorter.product-sorter--sticky.js-product-sorter-active {
          position: sticky;
          left: 0;
          visibility: visible;
          transition: transform 0.3s cubic-bezier(0.32, 0.24, 0.15, 1), visibility 0.01s cubic-bezier(0.32, 0.24, 0.15, 1);
          will-change: transform; }
          .js-scroll-direction-up .product-sorter.product-sorter--sticky.js-product-sorter-active {
            transform: translate3d(0, 84px, 0); }
          .js-scroll-direction-up.has-announcement .product-sorter.product-sorter--sticky.js-product-sorter-active {
            transform: translate3d(0, 84px, 0); }
          .js-scroll-direction-down .product-sorter.product-sorter--sticky.js-product-sorter-active {
            visibility: hidden;
            transform: translate3d(0, -100%, 0);
            transition: transform 0.5s cubic-bezier(0.32, 0.24, 0.15, 1), visibility 0.01s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
      .product-sorter .product-sorter__sort {
        display: none; }
      .product-sorter .product-sorter__filter {
        width: 100%;
        text-align: center;
        margin-top: 1rem; }
        .product-sorter .product-sorter__filter button {
          width: 100%;
          max-width: none; }
        .product-sorter .product-sorter__filter .caret {
          width: 8px;
          height: 4px;
          background-image: url(./icon-caret-bottom.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 8px 4px; }
      .product-sorter #sort-by-selector,
      .product-sorter #sort-by-selector-collection {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0; } }
  @media (min-width: 768px) {
    .product-sorter {
      text-align: right; }
      .product-sorter .product-sorter__sort span {
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.5px; } }

.product-sorter__filter--orders {
  display: flex;
  width: 100%; }

/**/
/* Product Sections*/
/**/
/* Code for custom PDP content blocks.*/
/**/
.pdp-section-item {
  max-width: 1146px;
  display: block;
  margin: 0 auto; }

/**/
/* Product Showcase*/
/**/
/* Parent component wrapping product/collection cards and filter.*/
/* Especially hides load-more button*/
/**/
.product-showcase .product-showcase__load-more {
  position: absolute;
  visibility: hidden;
  left: -9999px; }

.product-showcase.is-hidden {
  display: none !important; }

/**/
/* Showroom*/
/**/
/* 3 column component with image, location and details.*/
/* On desktop the order of elements is changed.*/
/**/
.showroom {
  margin-bottom: 4rem; }
  .showroom:last-child {
    margin-bottom: 0; }
  .showroom .showroom__city {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 1rem; }
    @media (min-width: 560px) {
      .showroom .showroom__city {
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 2.5px;
        text-transform: uppercase; } }
    @media (min-width: 560px) {
      .showroom .showroom__city {
        margin-bottom: 2rem; } }
  .showroom .showroom__image {
    margin-bottom: 2rem;
    max-height: 260px; }
    .showroom .showroom__image img {
      min-height: 260px; }
    @media (min-width: 768px) {
      .showroom .showroom__image {
        margin-bottom: 1.5rem;
        max-height: none; }
        .showroom .showroom__image img {
          min-height: auto; } }
  @media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .showroom {
      display: block; }
      .showroom .showroom__image {
        max-height: none !important; }
        .showroom .showroom__image img {
          width: 100%; } }
  @media (max-width: 767px) {
    .showroom .js-accordion-trigger, .showroom .ais-facets .ais-header, .ais-facets .showroom .ais-header,
    .showroom .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-header, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .showroom .ais-header,
    .showroom .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .showroom .ais-header {
      --text-opacity: 1 !important;
      color: #757575 !important;
      color: rgba(117, 117, 117, var(--text-opacity)) !important; } }
  @media (min-width: 560px) {
    .showroom {
      display: grid;
      grid-template-columns: 2fr 3fr;
      grid-template-rows: auto 1fr;
      grid-column-gap: 1.5rem; }
      .showroom .showroom__city {
        order: 1;
        grid-column: 1 / 2;
        grid-row: 1 / 2; }
      .showroom .showroom__image {
        order: 3;
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        margin-bottom: 0; }
      .showroom .showroom__detail {
        order: 2;
        grid-column: 1 / 2;
        grid-row: 2 / 3; } }
  @media screen and (min-width: 560px) and (-ms-high-contrast: active), screen and (min-width: 560px) and (-ms-high-contrast: none) {
    .showroom:after {
      content: '';
      display: table;
      clear: both; } }
  @media (min-width: 768px) {
    .showroom {
      grid-template-columns: 2fr 3fr 5fr; }
      .showroom .showroom__city {
        grid-column: 1 / 2;
        grid-row: 1 / 2; }
      .showroom .showroom__image {
        grid-column: 3 / 4;
        grid-row: 1 / 2; }
      .showroom .showroom__detail {
        grid-column: 2 / 3;
        grid-row: 1 / 2; } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .showroom {
      display: flex !important;
      justify-content: space-between; }
      .showroom:after {
        display: none; } }

.showroom-header {
  border-bottom-width: 1px;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    .showroom-header {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 0.75px; } }
  @media (min-width: 768px) {
    .showroom-header {
      padding-bottom: 2rem;
      margin-bottom: 3rem; } }

/**/
/* Auto Complete Search Panel*/
/**/
/* Driven by Algolia autocomplete.js library.*/
/* Killed original style and Re-style*/
/**/
.search-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  left: -9999px;
  transition: left 0.1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s;
  /*--------------------------------------------- Search Panel open*/
  /*--------------------------------------------- Search result dropdown open*/ }
  .search-panel:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: height 0.3s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s, opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s, box-shadow 0.8s cubic-bezier(0.32, 0.24, 0.15, 1); }
  @media (min-width: 560px) {
    .search-panel {
      z-index: 3; } }
  @media (min-width: 768px) {
    .search-panel {
      /* @apply .py-10;*/
      top: 84px; }
      .has-announcement .search-panel {
        top: calc(84px + 37px); } }
  @media (min-width: 1081px) {
    .search-panel {
      top: 114px; }
      .has-announcement .search-panel {
        top: calc(114px + 37px); } }
  .search-panel .search-panel__wrapper {
    position: relative;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .search-panel .search-panel__input {
    padding-top: 2rem;
    padding-bottom: 2rem;
    /* max-width: none;*/ }
    @media (max-width: 767px) {
      .search-panel .search-panel__input {
        padding-left: 0.75rem;
        padding-right: 0.75rem; }
        .search-panel .search-panel__input input[type='search'] {
          width: calc(100% - 2rem); } }
    @media (min-width: 768px) {
      .search-panel .search-panel__input {
        /* @apply .py-10;*/
        padding-top: 3rem;
        padding-bottom: 4rem; } }
  .search-panel .search-panel__suggestions {
    margin-top: 2rem;
    transition: opacity 0.2s cubic-bezier(0.32, 0.24, 0.15, 1); }
    @media (min-width: 768px) {
      .search-panel .search-panel__suggestions {
        margin-top: 0; } }
    .search-panel .search-panel__suggestions p {
      margin-bottom: 1rem;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 3px;
      text-transform: uppercase; }
    .search-panel .search-panel__suggestions ul {
      display: flex;
      flex-wrap: wrap; }
      .search-panel .search-panel__suggestions ul li {
        display: inline-block;
        width: 50%;
        margin-bottom: 0.5rem;
        line-height: 0; }
  .search-panel .search-panel__close {
    position: absolute;
    line-height: 0;
    right: 1.5rem;
    top: 40px; }
    .search-panel .search-panel__close button {
      width: 1rem;
      height: 1rem;
      position: relative; }
    .search-panel .search-panel__close span {
      position: absolute;
      height: 1px;
      width: 100%;
      --bg-opacity: 1;
      background-color: #484949;
      background-color: rgba(72, 73, 73, var(--bg-opacity));
      left: 0;
      top: 50%;
      transform-origin: center;
      transform: rotate(45deg); }
      .search-panel .search-panel__close span:last-child {
        transform: rotate(-45deg); }
    @media (min-width: 768px) {
      .search-panel .search-panel__close {
        top: 0; } }
  .search-panel .search-panel__results-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .search-panel .search-panel__results-wrapper .product-card__name {
      max-width: 210px;
      margin-left: auto;
      margin-right: auto;
      text-overflow: ellipsis; }
  .search-panel .search-panel__results .algolia-autocomplete {
    width: 100% !important;
    /* TEMPORARY*/
    left: 0 !important;
    /* TEMPORARY*/
    top: 0 !important;
    /* TEMPORARY*/
    position: relative !important;
    /* TEMPORARY*/
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    .template-collection .search-panel .search-panel__results .algolia-autocomplete,
    .template-search .search-panel .search-panel__results .algolia-autocomplete {
      padding-right: 12px; }
    .search-panel .search-panel__results .algolia-autocomplete .aa-dropdown-menu {
      /* @extend .page-width;*/
      padding-top: 1.5rem; }
    .search-panel .search-panel__results .algolia-autocomplete .aa-collections-header,
    .search-panel .search-panel__results .algolia-autocomplete .aa-articles-header {
      margin-bottom: 1rem;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 3px;
      text-transform: uppercase; }
    .search-panel .search-panel__results .algolia-autocomplete .aa-title,
    .search-panel .search-panel__results .algolia-autocomplete .aa-no-result {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px;
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity));
      text-decoration: none;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      transition: 0.2s color ease-in-out;
      cursor: pointer;
      text-transform: capitalize; }
      .search-panel .search-panel__results .algolia-autocomplete .aa-title:hover, .search-panel .search-panel__results .algolia-autocomplete .aa-title:focus,
      .search-panel .search-panel__results .algolia-autocomplete .aa-no-result:hover,
      .search-panel .search-panel__results .algolia-autocomplete .aa-no-result:focus {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); }
      .search-panel .search-panel__results .algolia-autocomplete .aa-title:active,
      .search-panel .search-panel__results .algolia-autocomplete .aa-no-result:active {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
      .search-panel .search-panel__results .algolia-autocomplete .aa-title--grey-7,
      .search-panel .search-panel__results .algolia-autocomplete .aa-no-result--grey-7 {
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity)); }
        .search-panel .search-panel__results .algolia-autocomplete .aa-title--grey-7:hover, .search-panel .search-panel__results .algolia-autocomplete .aa-title--grey-7:focus,
        .search-panel .search-panel__results .algolia-autocomplete .aa-no-result--grey-7:hover,
        .search-panel .search-panel__results .algolia-autocomplete .aa-no-result--grey-7:focus {
          --text-opacity: 1;
          color: #757575;
          color: rgba(117, 117, 117, var(--text-opacity)); }
    @media (max-width: 767px) {
      .search-panel .search-panel__results .algolia-autocomplete .aa-left-column {
        display: flex;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        margin-bottom: 2.25rem; }
        .search-panel .search-panel__results .algolia-autocomplete .aa-left-column .aa-dataset-collections,
        .search-panel .search-panel__results .algolia-autocomplete .aa-left-column .aa-collections,
        .search-panel .search-panel__results .algolia-autocomplete .aa-left-column .aa-articles {
          width: 75%; }
        .search-panel .search-panel__results .algolia-autocomplete .aa-left-column .aa-suggestion {
          margin-bottom: 0.5rem;
          line-height: 16px; } }
    .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions {
      width: auto;
      margin-left: -0.75rem;
      display: flex !important;
      /* .card-block__item {*/
      /*   @screen md-up {*/
      /*     @apply .w-1/4;*/
      /*   }*/
      /* }*/ }
      @media (min-width: 768px) {
        .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions {
          margin-left: 0; } }
      .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion {
        margin-bottom: 1rem; }
        @media (min-width: 768px) {
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion {
            width: 33.33333%;
            margin-bottom: 0; } }
        @media (min-width: 1024px) {
          .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion {
            width: 25%; } }
  @media (max-width: 767px) {
    .search-panel .search-panel__results .algolia-autocomplete .aa-articles-header.editorial-style {
      padding-top: 18px;
      /*match line-height*/ } }
  .js-search-panel-focused .search-panel {
    left: 0;
    transition: left 0.01s; }
    .js-search-panel-focused .search-panel:before {
      height: 100%;
      opacity: 1;
      box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
      transition: height 0.4s cubic-bezier(0.32, 0.24, 0.15, 1), opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1), box-shadow 0.4s cubic-bezier(0.32, 0.24, 0.15, 1) 0.2s; }
    .js-search-panel-focused .search-panel .search-panel__wrapper {
      opacity: 1;
      transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
  .js-search-panel-active .search-panel .search-panel__suggestions {
    opacity: 0; }
    @media (max-width: 767px) {
      .js-search-panel-active .search-panel .search-panel__suggestions {
        display: none; } }
  @media (max-width: 767px) {
    .js-search-panel-active .search-panel .search-panel__input {
      padding-bottom: 0; } }
  .js-search-panel-active .search-panel .search-panel__results {
    padding-bottom: 2.5rem;
    /* max-width: none;*/
    overflow-y: scroll;
    /* iOS scrolling bug*/
    -webkit-overflow-scrolling: touch; }

.ais-search-box--reset-wrapper {
  display: none !important; }

.search__input {
  color: #484949; }

/**/
/* Quick View Panel*/
/**/
/* NOTE: Inherited base side panel style from side-panel.scss*/
/**/
.quick-view-drawer {
  /* ---------------------------------------- Modifiers*/
  /* In case of single Product*/
  /* In case of multiple products*/
  /* Show Inventory Panel*/
  /* Show Retailer Panel*/
  /* Show Request Access Panel*/
  /* In-stock Alternative*/ }
  .quick-view-drawer .quick-view-drawer__title {
    display: flex;
    font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
    line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
    visibility: hidden;
    position: fixed;
    z-index: 2;
    opacity: 0;
    color: #bebfbf;
    left: 1.5rem;
    top: 2rem;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1), visibility 0.1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s; }
    .quick-view-drawer .quick-view-drawer__title strong {
      font-weight: 500; }
    .dark-mode .quick-view-drawer .quick-view-drawer__title {
      color: #757575; }
    .quick-view-drawer .quick-view-drawer__title span {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity));
      text-decoration: none;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      transition: 0.2s color ease-in-out;
      display: inline-block;
      color: #484949;
      cursor: pointer; }
      .quick-view-drawer .quick-view-drawer__title span:hover, .quick-view-drawer .quick-view-drawer__title span:focus {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); }
      .quick-view-drawer .quick-view-drawer__title span:active {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
      .quick-view-drawer .quick-view-drawer__title span--grey-7 {
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity)); }
        .quick-view-drawer .quick-view-drawer__title span--grey-7:hover, .quick-view-drawer .quick-view-drawer__title span--grey-7:focus {
          --text-opacity: 1;
          color: #757575;
          color: rgba(117, 117, 117, var(--text-opacity)); }
      .dark-mode .quick-view-drawer .quick-view-drawer__title span {
        color: #fff; }
      .quick-view-drawer .quick-view-drawer__title span:first-child {
        display: inline-block;
        color: #757575; }
        .dark-mode .quick-view-drawer .quick-view-drawer__title span:first-child {
          color: #e5e5e5; }
    @media (min-width: 560px) {
      .quick-view-drawer .quick-view-drawer__title {
        left: 2.5rem; } }
  .quick-view-drawer__description {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px; }
    @media (min-width: 768px) {
      .quick-view-drawer__description {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.75px; } }
  .quick-view-drawer .quick-view-drawer__alternatives-title {
    visibility: hidden;
    position: absolute;
    left: -9999px; }
  .quick-view-drawer .quick-view-drawer__box {
    position: relative;
    z-index: 1; }
  .quick-view-drawer .quick-view-drawer__detail {
    padding: 1.5rem;
    padding-bottom: 2rem; }
    @media (min-width: 560px) {
      .quick-view-drawer .quick-view-drawer__detail {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        padding-bottom: 2.5rem; } }
  .quick-view-drawer .quick-view-drawer__image-wrapper {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity));
    position: relative;
    text-align: center;
    max-height: 480px;
    min-height: 425px; }
  .quick-view-drawer .quick-view-drawer__detail,
  .quick-view-drawer .quick-view-drawer__image-wrapper {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
  .quick-view-drawer .discontinued-badge {
    top: 60px;
    left: 16px; }
    @media (min-width: 560px) {
      .quick-view-drawer .discontinued-badge {
        left: 40px; } }
  .quick-view-drawer .quick-view-drawer__content {
    transition: all 0.3s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s; }
  .quick-view-drawer .quick-view-drawer__image {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-height: 480px; }
  .quick-view-drawer .select2 {
    width: 100%;
    margin-bottom: 0.5rem; }
    @media (min-width: 560px) {
      .quick-view-drawer .select2 {
        flex-grow: 1; } }
    @media (min-width: 768px) {
      .quick-view-drawer .select2 {
        margin-bottom: 0;
        margin-right: 0.5rem; } }
  .quick-view-drawer.quick-view-drawer--single .quick-view-drawer__title {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1), visibility 0.1s cubic-bezier(0.32, 0.24, 0.15, 1) 0s; }
  .quick-view-drawer.quick-view-drawer--single .quick-view-product-fetch {
    display: flex;
    flex-direction: column;
    height: 100vh;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
  .quick-view-drawer.quick-view-drawer--single .quick-view-inventory-fetch {
    display: flex;
    flex-direction: row;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 0;
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity));
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .quick-view-drawer.quick-view-drawer--single .quick-view-retailer-fetch {
    height: 0;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    overflow: hidden;
    z-index: -1;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .quick-view-drawer.quick-view-drawer--single .quick-view-request-access {
    height: 0;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    overflow: hidden;
    z-index: -1;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .quick-view-drawer.quick-view-drawer--single .quick-view-drawer__image-wrapper {
    flex: 1 1 0%;
    max-height: none; }
  .quick-view-drawer.quick-view-drawer--single .quick-view-drawer__image {
    position: absolute;
    height: 100%;
    padding-bottom: 2.5rem;
    height: calc(100% - 5rem);
    top: 5rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -o-object-fit: contain;
    object-fit: contain;
    max-height: none; }
  .quick-view-drawer.quick-view-drawer--multiple .quick-view-inventory-fetch {
    display: none !important;
    pointer-events: none; }
  .quick-view-drawer.quick-view-drawer--multiple .quick-view-retailer-fetch {
    height: 0;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    overflow: hidden;
    z-index: -1;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .quick-view-drawer.quick-view-drawer--multiple .quick-view-drawer__image-wrapper {
    flex: 1 1 0%;
    max-height: 425px; }
  .quick-view-drawer.quick-view-drawer--multiple .quick-view-drawer__box:first-child {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity));
    padding-top: 2rem; }
    .quick-view-drawer.quick-view-drawer--multiple .quick-view-drawer__box:first-child .quick-view-drawer__detail {
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
  .quick-view-drawer.quick-view-drawer--multiple .quick-view-drawer__image {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    max-height: 425px; }
  .quick-view-drawer.quick-view-drawer--inventory-active .quick-view-drawer__title span:nth-child(1) {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  .quick-view-drawer.quick-view-drawer--inventory-active .quick-view-drawer__title span:nth-child(1):hover {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
  .quick-view-drawer.quick-view-drawer--inventory-active .quick-view-drawer__title span:nth-child(2) {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
  .quick-view-drawer.quick-view-drawer--inventory-active .quick-view-product-fetch,
  .quick-view-drawer.quick-view-drawer--inventory-active .quick-view-retailer-fetch {
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .quick-view-drawer.quick-view-drawer--inventory-active .quick-view-inventory-fetch {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    height: 100vh;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
  .quick-view-drawer.quick-view-drawer--retailer-active .quick-view-drawer__title span {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  .quick-view-drawer.quick-view-drawer--retailer-active .quick-view-drawer__title span:hover {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
  .quick-view-drawer.quick-view-drawer--retailer-active .quick-view-inventory-fetch,
  .quick-view-drawer.quick-view-drawer--retailer-active .quick-view-drawer__image-wrapper,
  .quick-view-drawer.quick-view-drawer--retailer-active .quick-view-drawer__detail {
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .quick-view-drawer.quick-view-drawer--retailer-active .quick-view-request-access {
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .quick-view-drawer.quick-view-drawer--retailer-active .quick-view-retailer-fetch {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    height: auto;
    overflow: auto;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
  .quick-view-drawer.quick-view-drawer--request-active .quick-view-drawer__title span {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity)); }
  .quick-view-drawer.quick-view-drawer--request-active .quick-view-drawer__title span:hover {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity)); }
  .quick-view-drawer.quick-view-drawer--request-active .quick-view-inventory-fetch,
  .quick-view-drawer.quick-view-drawer--request-active .quick-view-drawer__image-wrapper,
  .quick-view-drawer.quick-view-drawer--request-active .quick-view-drawer__detail {
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .quick-view-drawer.quick-view-drawer--request-active .quick-view-retailer-fetch {
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
  .quick-view-drawer.quick-view-drawer--request-active .quick-view-request-access {
    z-index: 0;
    opacity: 1;
    pointer-events: auto;
    height: auto;
    overflow: auto;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
  .quick-view-drawer.quick-view-drawer--alternative {
    --bg-opacity: 1;
    background-color: #F7F7F7;
    background-color: rgba(247, 247, 247, var(--bg-opacity)); }
    .quick-view-drawer.quick-view-drawer--alternative .quick-view-drawer__alternatives-title {
      visibility: visible;
      position: relative;
      left: 0;
      -webkit-animation: fadeIn 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) forwards;
      animation: fadeIn 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) forwards; }
    .quick-view-drawer.quick-view-drawer--alternative .quick-view-drawer__content {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      @media (min-width: 560px) {
        .quick-view-drawer.quick-view-drawer--alternative .quick-view-drawer__content {
          padding-left: 3rem;
          padding-right: 3rem; } }
    .quick-view-drawer.quick-view-drawer--alternative .quick-view-drawer__title,
    .quick-view-drawer.quick-view-drawer--alternative .quick-view-inventory-fetch {
      display: none; }

/**/
/* Quick View Panel*/
/**/
/* NOTE: Inherited base side panel style from side-panel.scss*/
/**/
.product-panel {
  /* ---------------------------------------- Modifiers*/
  /* Show Inventory Panel*/
  /* Show Find A Retailer Panel*/
  /* Show Find A Retailer Panel*/ }
  .product-panel .product-panel__box {
    position: absolute;
    top: 0;
    opacity: 0; }
    .product-panel .product-panel__box.first-child {
      position: relative;
      z-index: 1;
      opacity: 1; }
  .product-panel.product-panel--inventory-active .find-a-retailer-panel__content {
    position: absolute;
    z-index: 0;
    opacity: 0;
    display: none;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .product-panel.product-panel--inventory-active .request-access-panel__content {
    position: absolute;
    z-index: 0;
    opacity: 0;
    display: none;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .product-panel.product-panel--inventory-active .inventory-panel__content {
    position: relative;
    z-index: 1;
    opacity: 1;
    display: flex;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
  .product-panel.product-panel--retailer-active .find-a-retailer-panel__content {
    position: relative;
    z-index: 1;
    opacity: 1;
    display: block;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
  .product-panel.product-panel--retailer-active .request-access-panel__content {
    position: absolute;
    z-index: 0;
    opacity: 0;
    display: none;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .product-panel.product-panel--retailer-active .inventory-panel__content {
    position: absolute;
    z-index: 0;
    opacity: 0;
    display: none;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .product-panel.product-panel--request-active .request-access-panel__content {
    position: relative;
    z-index: 1;
    opacity: 1;
    display: block;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
  .product-panel.product-panel--request-active .find-a-retailer-panel__content {
    position: absolute;
    z-index: 0;
    opacity: 0;
    display: none;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .product-panel.product-panel--request-active .inventory-panel__content {
    position: absolute;
    z-index: 0;
    opacity: 0;
    display: none;
    transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }

/**/
/* Breadcrumb*/
/**/
/* Hero on homepage styles*/
/* 2 types of Image are needed.*/
/**/
.breadcrumb {
  list-style-type: none;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom-width: 1px; }
  @media (max-width: 767px) {
    .breadcrumb {
      padding-bottom: 1rem; } }
  .breadcrumb .breadcrumb__item {
    display: inline-block;
    border-right-width: 1px;
    --border-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--border-opacity));
    padding-right: 1rem;
    margin-right: 0.75rem;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    line-height: 1;
    /* &:last-child { @apply .border-0; }*/ }
    .breadcrumb .breadcrumb__item a {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity));
      text-decoration: none;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      transition: 0.2s color ease-in-out; }
      .breadcrumb .breadcrumb__item a:hover, .breadcrumb .breadcrumb__item a:focus {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); }
      .breadcrumb .breadcrumb__item a:active {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
      .breadcrumb .breadcrumb__item a--grey-7 {
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity)); }
        .breadcrumb .breadcrumb__item a--grey-7:hover, .breadcrumb .breadcrumb__item a--grey-7:focus {
          --text-opacity: 1;
          color: #757575;
          color: rgba(117, 117, 117, var(--text-opacity)); }
    .breadcrumb .breadcrumb__item.active {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity));
      text-decoration: none;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      transition: 0.2s color ease-in-out;
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity));
      border-width: 0; }
      .breadcrumb .breadcrumb__item.active:hover, .breadcrumb .breadcrumb__item.active:focus {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); }
      .breadcrumb .breadcrumb__item.active:active {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
      .breadcrumb .breadcrumb__item.active--grey-7 {
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity)); }
        .breadcrumb .breadcrumb__item.active--grey-7:hover, .breadcrumb .breadcrumb__item.active--grey-7:focus {
          --text-opacity: 1;
          color: #757575;
          color: rgba(117, 117, 117, var(--text-opacity)); }
      .breadcrumb .breadcrumb__item.active:hover {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); }
  .breadcrumb .breadcrumb__tags {
    list-style-type: none;
    padding: 0;
    display: block;
    float: none;
    margin-top: 1rem; }
    .breadcrumb .breadcrumb__tags li {
      margin-right: 0.75rem;
      margin-left: 0; }
    .breadcrumb .breadcrumb__tags a {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity));
      transition: 0.2s color ease-in-out; }
      .breadcrumb .breadcrumb__tags a:hover {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); }
    @media (min-width: 560px) {
      .breadcrumb .breadcrumb__tags {
        display: inline-block;
        float: right;
        margin-top: 0; }
        .breadcrumb .breadcrumb__tags li {
          display: inline-block;
          margin-left: 0.75rem;
          margin-right: 0; } }

/**/
/* Lead text with Copy*/
/**/
/* Hero on homepage styles*/
/* 2 types of Image are needed.*/
/**/
.lead-copy {
  /* ---------------------------------------- Modifiers*/ }
  .no-js .lead-copy, .lead-copy.js-in-viewport.in-viewport {
    transition: all 1s cubic-bezier(0.32, 0.24, 0.15, 1); }
    .no-js .lead-copy .lead-copy__lead, .lead-copy.js-in-viewport.in-viewport .lead-copy__lead {
      -webkit-animation-name: fadeUpText1st;
      animation-name: fadeUpText1st; }
    .no-js .lead-copy .lead-copy__copy, .lead-copy.js-in-viewport.in-viewport .lead-copy__copy {
      -webkit-animation-name: fadeUpText2nd;
      animation-name: fadeUpText2nd; }
  .lead-copy.js-in-viewport .lead-copy__lead {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .lead-copy.js-in-viewport .lead-copy__copy {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .lead-copy .lead-copy__container {
    padding-top: 2rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .lead-copy .lead-copy__container {
        padding-top: 2rem;
        padding-bottom: 4rem; } }
  .lead-copy .lead-copy__wrapper {
    position: relative; }
    @media (min-width: 1024px) {
      .lead-copy .lead-copy__wrapper {
        max-width: 920px;
        padding: 0px;
        width: 100%; } }
  .lead-copy .lead-copy__lead {
    margin-bottom: 3.5rem;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px;
    /* Override the letter spacing*/
    letter-spacing: 1.5px; }
    @media (min-width: 768px) {
      .lead-copy .lead-copy__lead {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.75px; } }
    @media (min-width: 768px) {
      .lead-copy .lead-copy__lead {
        margin-bottom: 5rem; }
        .lead-copy .lead-copy__lead.lead-copy-margin {
          margin-bottom: 0; } }
  .lead-copy .lead-copy__copy a {
    color: #9b9b9b; }
  @media (min-width: 768px) {
    .lead-copy .lead-copy__copy {
      -moz-column-count: 2;
      column-count: 2; } }
  .lead-copy.lead-copy--copy-only.js-in-viewport .lead-copy__copy {
    transition-delay: 0s; }
  .lead-copy.lead-copy--lead-only .lead-copy__lead {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .lead-copy.lead-copy--lead-only .lead-copy__lead {
        margin-bottom: 0; } }

/**/
/* Lead text with Copy*/
/**/
/* Hero on homepage styles*/
/* 2 types of Image are needed.*/
/**/
.copy-image {
  /* ---------------------------------------- Modifiers*/ }
  @media (min-width: 768px) {
    .copy-image.copy-image--reverse {
      padding-left: 0; }
      .copy-image.copy-image--reverse .copy-image__image {
        margin-left: 0; } }
  .no-js .copy-image, .copy-image.js-in-viewport.in-viewport {
    transition: all 1s cubic-bezier(0.32, 0.24, 0.15, 1); }
    .no-js .copy-image .copy-image__headline,
    .no-js .copy-image .copy-image__copy, .copy-image.js-in-viewport.in-viewport .copy-image__headline,
    .copy-image.js-in-viewport.in-viewport .copy-image__copy {
      -webkit-animation-name: fadeUpText1st;
      animation-name: fadeUpText1st; }
    .no-js .copy-image .copy-image__image, .copy-image.js-in-viewport.in-viewport .copy-image__image {
      -webkit-animation-name: fadeUpImage;
      animation-name: fadeUpImage; }
  .copy-image.js-in-viewport .copy-image__copy {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .copy-image.js-in-viewport .copy-image__image {
    transform: translate3d(0, 35px, 0);
    will-change: transform;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .copy-image .copy-image__container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .copy-image .copy-image__container {
        padding-top: 4rem;
        padding-bottom: 4rem;
        display: flex;
        align-items: center; } }
  .copy-image .copy-image__copy {
    position: relative;
    margin-bottom: 5rem; }
    .copy-image .copy-image__copy a:not(.copy-image__cta) {
      color: #9b9b9b; }
    @media (min-width: 768px) {
      .copy-image .copy-image__copy {
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-bottom: 0; } }
  .copy-image .copy-image__headline {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .copy-image .copy-image__image {
    position: relative;
    text-align: center; }
    .copy-image .copy-image__image img {
      display: block;
      width: 100%; }
    @media (min-width: 1024px) {
      .copy-image .copy-image__image {
        padding-left: 0;
        width: calc(33.33333% + 24px + 16px);
        margin-left: 0.25rem;
        /* img {*/
        /*   height: 592px;*/
        /* }*/ } }
  .copy-image .shop-btn {
    margin-top: 2rem; }
  .copy-image .product-link {
    float: right;
    margin-top: 1rem;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400; }
    .copy-image .product-link span {
      margin-right: 0.25rem;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 3px;
      text-transform: uppercase; }
  @media (min-width: 768px) {
    .copy-image.copy-image--reverse .copy-image__copy {
      order: 2; } }
  @media (min-width: 1024px) {
    .copy-image.copy-image--reverse .copy-image__copy {
      padding-left: 0; } }
  @media (min-width: 768px) {
    .copy-image.copy-image--reverse .copy-image__image {
      order: 1;
      margin-left: 1.5rem; } }
  @media (min-width: 1024px) {
    .copy-image.copy-image--reverse .copy-image__image {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .copy-image.copy-image--standard .copy-image__container {
      display: flex;
      flex-wrap: wrap; }
      .copy-image.copy-image--standard .copy-image__container .copy-image__copy {
        margin-bottom: 0;
        margin-top: 2.5rem;
        order: 2; }
      .copy-image.copy-image--standard .copy-image__container .copy-image__image {
        order: 1; } }
  .copy-image.copy-image--video .copy-image__video-wrapper {
    position: relative;
    padding-bottom: 125%; }
    .copy-image.copy-image--video .copy-image__video-wrapper video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

/**/
/* Quote with Image*/
/**/
/* Hero on homepage styles*/
/* 2 types of Image are needed.*/
/**/
.quote-image {
  /* ---------------------------------------- Modifiers*/ }
  @media (min-width: 560px) {
    .quote-image {
      padding-left: 0; } }
  .no-js .quote-image, .quote-image.js-in-viewport.in-viewport {
    transition: all 1s cubic-bezier(0.32, 0.24, 0.15, 1); }
    .no-js .quote-image .quote-image__image, .quote-image.js-in-viewport.in-viewport .quote-image__image {
      -webkit-animation-name: fadeUpImage;
      animation-name: fadeUpImage; }
    .no-js .quote-image .quote-image__quote, .quote-image.js-in-viewport.in-viewport .quote-image__quote {
      -webkit-animation-name: fadeUpText1st;
      animation-name: fadeUpText1st; }
    .no-js .quote-image .quote-image__2nd-image, .quote-image.js-in-viewport.in-viewport .quote-image__2nd-image {
      -webkit-animation-name: fadeUpText2nd;
      animation-name: fadeUpText2nd; }
  .quote-image.js-in-viewport .quote-image__image {
    transform: translate3d(0, 35px, 0);
    will-change: transform;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .quote-image.js-in-viewport .quote-image__quote {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .quote-image.js-in-viewport .quote-image__2nd-image {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .quote-image .quote-image__container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .quote-image .quote-image__container {
        padding-top: 4rem;
        padding-bottom: 4rem;
        display: flex;
        align-items: center; } }
  .quote-image .quote-image__quote {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.75px;
    max-width: 429px;
    position: relative; }
    @media (min-width: 768px) {
      .quote-image .quote-image__quote {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px; } }
    @media (min-width: 768px) {
      .quote-image .quote-image__quote {
        padding-left: calc(2.5% + 24px);
        padding-right: 2.5%; } }
    @media (min-width: 1024px) {
      .quote-image .quote-image__quote {
        padding-left: 24px;
        padding-right: 0; } }
  .quote-image .quote-image__image {
    position: relative;
    text-align: center;
    margin-bottom: 4rem; }
    .quote-image .quote-image__image img {
      display: block;
      width: 100%; }
    @media (min-width: 768px) {
      .quote-image .quote-image__image {
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .quote-image .quote-image__image {
        padding-left: 0;
        width: calc(33.33333% + 24px + 16px);
        /* img {*/
        /*   height: 592px;*/
        /* }*/ } }
  .quote-image .shop-btn {
    margin-top: 2rem; }
  .quote-image .product-link {
    float: right;
    margin-top: 1rem;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400;
    text-decoration: none; }
    .quote-image .product-link span {
      margin-right: 0.25rem;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 3px;
      text-transform: uppercase; }
    .quote-image .product-link:hover {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity)); }
  @media (min-width: 768px) {
    .quote-image.quote-image--two .quote-image__container {
      align-items: flex-start; } }
  .quote-image.quote-image--two .quote-image__2nd-image {
    margin-top: 4rem; }
    @media (min-width: 768px) {
      .quote-image.quote-image--two .quote-image__2nd-image {
        margin-top: 6rem; } }

/**/
/* Lead text with Copy*/
/**/
/* Hero on homepage styles*/
/* 2 types of Image are needed.*/
/**/
.single-quote {
  /* ---------------------------------------- Modifiers*/ }
  .no-js .single-quote, .single-quote.js-in-viewport.in-viewport {
    -webkit-animation-name: fadeUpText1st;
    animation-name: fadeUpText1st;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .single-quote.js-in-viewport {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1); }
  .single-quote .single-quote__container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .single-quote .single-quote__container {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
  .single-quote .single-quote__quote {
    line-height: 44px;
    letter-spacing: 1.5px;
    position: relative; }
  .single-quote.single-quote--small .single-quote__quote {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .single-quote.single-quote--small .single-quote__quote {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px; } }
  @media (min-width: 1024px) {
    .single-quote.single-quote--wide .single-quote__quote, .single-quote.single-quote--wide.single-quote--small .single-quote__quote {
      left: 25%;
      width: 697px;
      padding: 0px; } }

/**/
/* Normal Collection Landing Page*/
/**/
/* Global header navigation*/
/**/
@media (min-width: 768px) {
  .template-article-projects .gallery {
    margin: 0 48px; } }

.gallery .gallery__images {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  z-index: 10;
  height: calc( 100dvh - 4.5rem - 84px);
  height: calc( (var(--vhi, 1dvh) * 100) - 4.5rem - 84px);
  padding: 60px 24px 64px; }
  @media (min-width: 768px) {
    .gallery .gallery__images {
      padding: 0;
      height: calc( 100vh - 5.25rem - 84px);
      /*https://stackoverflow.com/questions/19560878/css-change-custom-cursor-image-origin-hotspot-to-center*/ }
      .gallery .gallery__images.gallery__images--left {
        cursor: url("./icon-caret-thin.svg") 7 13, auto; }
        .gallery .gallery__images.gallery__images--left img {
          cursor: pointer; }
      .gallery .gallery__images.gallery__images--right {
        cursor: url("./icon-caret-thin-right.svg") 7 13, auto; }
        .gallery .gallery__images.gallery__images--right img {
          cursor: pointer; } }
  .template-article-projects .gallery .gallery__images {
    height: calc((var(--vhi, 1dvh) * 100) - 4.5rem);
    padding: 60px 0 64px; }
    @media (min-width: 768px) {
      .template-article-projects .gallery .gallery__images {
        padding: 0;
        height: calc( 100vh - 5.25rem - 84px); } }

.gallery .gallery__slide {
  position: relative;
  height: calc( 100vh - 4.5rem - 84px - 124px);
  height: calc( (var(--vhi, 1vh) * 100) - 4.5rem - 84px - 124px);
  -webkit-transition: opacity 200s linear;
  -moz-transition: opacity 200s linear;
  -ms-transition: opacity 200s linear;
  -o-transition: opacity 200s linear;
  opacity: 1; }
  @media (min-width: 768px) {
    .gallery .gallery__slide {
      height: calc( 100vh - 5.25rem - 84px); }
      .gallery .gallery__slide.desktop-landscape {
        padding: 48px 0; }
        .gallery .gallery__slide.desktop-landscape img {
          max-height: calc(100% - 96px);
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); } }
  .gallery .gallery__slide.mobile-landscape img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .gallery .gallery__slide img {
    max-height: 100%;
    margin: 0 auto;
    max-inline-size: 100%;
    block-size: auto;
    -o-object-fit: contain;
    object-fit: contain; }
    @media (max-width: 767px) {
      .gallery .gallery__slide img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .template-article-projects .gallery .gallery__slide img {
          left: calc(50% + 12px); } }
  .gallery .gallery__slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: block;
    z-index: 1; }
    @media (min-width: 768px) {
      .gallery .gallery__slide:before {
        display: none; } }
  .gallery .gallery__slide.compat-object-fit {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .gallery .gallery__slide.compat-object-fit .object-fit-cover {
      opacity: 0;
      /* hide image if object fit is not supported*/ }

.gallery .slick-dots {
  position: absolute;
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity));
  list-style-type: none;
  padding: 0;
  z-index: 1;
  right: 50%;
  transform: translate3d(50%, 0, 0);
  bottom: 1.5rem; }
  .gallery .slick-dots li {
    display: none;
    width: auto;
    height: auto;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    border-width: 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
    .gallery .slick-dots li span {
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.5px; }
    .gallery .slick-dots li.slick-active {
      display: block; }
  @media (min-width: 768px) {
    .gallery .slick-dots {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity));
      right: 6.25rem;
      bottom: auto;
      top: calc(100% + 1.65rem);
      transform: translate3d(50%, 0, 0); } }

.gallery .gallery__prev,
.gallery .gallery__next {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 2rem;
  width: 2rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #757575;
  border-color: rgba(117, 117, 117, var(--border-opacity));
  border-radius: 9999px;
  cursor: pointer;
  background-size: 10px auto;
  bottom: 1.5rem;
  bottom: calc(1.5rem - 1px);
  left: calc(50% - 4.5rem);
  background-image: url("./icon-caret-thin-new.svg");
  transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .gallery .gallery__prev,
    .gallery .gallery__next {
      bottom: auto;
      background-image: url("./icon-caret-thin-new.svg");
      top: calc(100% + 2rem);
      right: calc(50% + 3.5rem);
      left: auto;
      transform: translate3d(0, -6px, 0); } }

.gallery .gallery__prev {
  transform: scaleX(-1); }
  @media (min-width: 768px) {
    .gallery .gallery__prev {
      left: auto;
      right: 9rem;
      transform: translate3d(0, -6px, 0) scaleX(-1); } }

.gallery .gallery__next {
  left: auto;
  right: calc(50% - 4.5rem); }
  @media (min-width: 768px) {
    .gallery .gallery__next {
      left: auto;
      right: 1.5rem; } }

.gallery .gallery__footer {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem; }
  .gallery .gallery__footer h1 {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    position: absolute;
    text-align: left;
    z-index: 20;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.75px;
    top: 1.5rem;
    left: 1.5rem;
    width: 100%; }
    @media (min-width: 768px) {
      .gallery .gallery__footer h1 {
        z-index: 0;
        position: relative;
        font-size: 1.5rem;
        line-height: 1.5rem;
        letter-spacing: 1px;
        bottom: auto;
        left: auto;
        top: auto;
        transform: translate3d(0, 0, 0); } }
  .gallery .gallery__footer .btn-quick-view {
    width: auto;
    height: 100%;
    background-position: right center; }
  @media (min-width: 768px) {
    .gallery .gallery__footer {
      justify-content: space-between;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      z-index: 0;
      height: 5.25rem; }
      .gallery .gallery__footer .btn-quick-view,
      .gallery .gallery__footer .gallery__caption {
        width: auto;
        height: auto;
        position: absolute;
        right: auto;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0); } }

@media (max-width: 767px) {
  .template-article-projects .gallery {
    height: calc((var(--vhi, 1dvh) * 100) - 96px); }
    .template-article-projects .gallery .gallery__images {
      height: calc((var(--vhi, 1dvh) * 100) - 96px - 80px); }
    .template-article-projects .gallery .gallery__footer {
      padding: 1rem;
      height: 80px; }
      .template-article-projects .gallery .gallery__footer span {
        padding: 0;
        display: block;
        overflow: hidden;
        max-height: 48px;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .template-article-projects .gallery .mfp-close {
      top: 1.25rem;
      right: 1.5rem; } }

.standard-modal {
  position: relative;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  transition: height 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
  /* Modal window width would be controled by inner components*/ }
  .standard-modal--cream {
    --bg-opacity: 1;
    background-color: #F4EDE3;
    background-color: rgba(244, 237, 227, var(--bg-opacity)); }
    .standard-modal--cream .custom-input input {
      --border-opacity: 1;
      border-color: #292728;
      border-color: rgba(41, 39, 40, var(--border-opacity));
      --text-opacity: 1;
      color: #292728;
      color: rgba(41, 39, 40, var(--text-opacity)); }
      .standard-modal--cream .custom-input input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #f4ede3 inset; }
    .standard-modal--cream .custom-input label {
      --text-opacity: 1;
      color: #8B5742;
      color: rgba(139, 87, 66, var(--text-opacity)); }
  @media (min-width: 768px) {
    .standard-modal {
      padding-left: 4rem;
      padding-right: 4rem;
      padding-top: 5rem;
      padding-bottom: 5rem; }
      .standard-modal .custom-input {
        display: inline-block; }
        .standard-modal .custom-input.md-up\:w-1\/2 {
          width: calc(50% - 0.75rem); }
        .standard-modal .custom-input.md-up\:w-3\/4 {
          width: calc(75% - 0.75rem); }
        .standard-modal .custom-input.md-up\:w-1\/4 {
          width: calc(25% - 0.75rem); }
        .standard-modal .custom-input.md-up\:w-2\/3 {
          width: calc(66.6% - 0.75rem); }
        .standard-modal .custom-input.md-up\:w-1\/3 {
          width: calc(33.3% - 0.75rem); } }
  .standard-modal .request-a-catalog-form .custom-input {
    vertical-align: top; }
  @media (min-width: 1024px) {
    .standard-modal {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }
  @media (min-width: 768px) {
    .standard-modal.standard-modal--no-max-w {
      display: inline-block;
      max-width: none; } }
  .standard-modal--tight {
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .standard-modal--tight {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    @media (min-width: 1024px) {
      .standard-modal--tight {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
  .standard-modal .recover-input input,
  .standard-modal .recover-input .error-recover-password {
    width: 80%;
    margin: 0 auto; }
  .standard-modal .recover-input label,
  .standard-modal .recover-input.focused label {
    left: 10%; }

#login-form-container,
#waitlist-form-container {
  min-height: 100vh;
  height: 100%; }
  @media (min-width: 768px) {
    #login-form-container,
    #waitlist-form-container {
      min-height: auto;
      height: auto; } }

/* Specifically for Wall Art CLP*/
.standard-modal--customer-waitlist {
  min-height: 100vh !important;
  height: 100%; }
  @media (min-width: 768px) {
    .standard-modal--customer-waitlist {
      min-height: auto !important;
      height: auto; } }

/**/
/* Mini Cart in navigation*/
/**/
/* Mini cart dropdown in Global header navigation*/
/**/
.quick-cart {
  position: fixed;
  right: 0;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  z-index: 2;
  opacity: 1;
  visibility: visible;
  width: 100%;
  overflow-y: scroll;
  overflow: hidden;
  -ms-overflow-style: none;
  top: 84px;
  border-top-width: 1px;
  transition: 0.5s opacity cubic-bezier(0.32, 0.24, 0.15, 1);
  max-height: 300px;
  /*Multiple fallbacks*/
  max-height: 80vh;
  max-height: calc((var(--vh, 1vh) * 100) - 84px - 56px);
  box-shadow: -8px 12px 12px rgba(0, 0, 0, 0.15);
  /* ---------------------------------------- Modifiers*/ }
  .quick-cart ::-webkit-scrollbar, .quick-cart::-webkit-scrollbar {
    /* display: none;*/ }
  .has-announcement.js-scroll-window-top .quick-cart {
    top: calc(84px + 37px); }
  @media (min-width: 768px) {
    .quick-cart {
      top: 83px;
      max-width: 440px;
      box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1081px) {
    .quick-cart {
      top: 41px;
      max-height: calc((var(--vh, 1vh) * 100) - 42px - 56px); }
      .has-announcement.js-scroll-window-top .quick-cart {
        top: calc(40px + 37px); } }
  @media (min-width: 1024px) {
    .quick-cart {
      width: 440px; } }
  .quick-cart.quick-cart--hide {
    opacity: 0;
    visibility: hidden;
    transition: 0s opacity cubic-bezier(0.32, 0.24, 0.15, 1), 0.01s visibility cubic-bezier(0.32, 0.24, 0.15, 1) 0s; }
  .quick-cart .quick-cart_scroll-area {
    display: block;
    position: relative;
    overflow-y: scroll;
    width: 100%;
    -ms-overflow-style: none;
    top: 0;
    left: 0;
    max-height: 300px;
    /*Multiple fallbacks*/
    max-height: 80vh;
    max-height: calc( (var(--vh, 1vh) * 100) - 84px - 56px - 152px);
    margin-bottom: 152px; }
    .quick-cart .quick-cart_scroll-area.has-errors {
      max-height: calc( (var(--vh, 1vh) * 100) - 84px - 56px - 224px);
      margin-bottom: 224px; }
    .quick-cart .quick-cart_scroll-area--empty {
      margin-bottom: 0; }
    .quick-cart .quick-cart_scroll-area ::-webkit-scrollbar, .quick-cart .quick-cart_scroll-area::-webkit-scrollbar {
      /* display: none;*/ }
  .quick-cart .quantity-select {
    display: none; }
    @media (min-width: 560px) {
      .quick-cart .quantity-select {
        display: inline-block; } }
  @media (min-width: 560px) {
    .quick-cart .input-number {
      display: none; } }

.quick-cart__title {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px;
  position: sticky; }
  @media (min-width: 768px) {
    .quick-cart__title {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 0.75px; } }
  @media (min-width: 768px) {
    .quick-cart__title {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.quick-cart__none {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .quick-cart__none {
      padding-left: 2rem;
      padding-right: 2rem; } }

.quick-cart__items {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .quick-cart__items {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .quick-cart__items .type-none-transform {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px;
    font-family: "freight-text-pro", serif; }

.quick-cart__item {
  display: flex;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top-width: 1px; }
  .quick-cart__item:first-child {
    padding-top: 0.5rem;
    border-style: none; }
    @media (min-width: 768px) {
      .quick-cart__item:first-child {
        padding-top: 1rem; } }
  .quick-cart__item--linkedrugpad {
    padding-top: 0;
    border-top-width: 0; }
  .quick-cart__item .product-card__name {
    max-width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
    padding: 0 !important; }

.quick-cart__item-img {
  margin-right: 1rem;
  width: 20%;
  max-width: 100px; }
  @media (min-width: 560px) {
    .quick-cart__item-img {
      width: auto; } }
  .quick-cart__item-img.quick-cart__item-img--big {
    margin-right: 2rem;
    width: 20%;
    width: 100px;
    max-width: 150px; }
    @media (min-width: 560px) {
      .quick-cart__item-img.quick-cart__item-img--big {
        margin-right: 2.5rem;
        width: 40%;
        width: auto; } }

.quick-cart__item-info {
  flex: 1 1 0%;
  position: relative; }
  @media (min-width: 1024px) {
    .quick-cart__item-info > div:first-child {
      width: 190px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; } }
  .quick-cart__item-info .btn-close {
    position: absolute;
    right: 0;
    top: 0; }
  .quick-cart__item-info .price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 500;
    font-size: .75rem;
    letter-spacing: 0.5px; }
  .quick-cart__item-info .input-number {
    margin-top: 0.5rem;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.quick-cart__summary {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 152px; }
  .quick-cart__summary.has-errors {
    height: 224px; }
  @media (min-width: 768px) {
    .quick-cart__summary {
      padding: 2rem; } }
  .quick-cart__summary .pillow-styles {
    letter-spacing: 0.5px; }

.js-add-single-to-cart-form button[type='submit'],
.js-add-single-to-cart-form .js-variant-select--submit {
  width: 100%; }
  @media (min-width: 560px) {
    .js-add-single-to-cart-form button[type='submit'],
    .js-add-single-to-cart-form .js-variant-select--submit {
      width: auto; } }
  .js-add-single-to-cart-form button[type='submit'].w-full,
  .js-add-single-to-cart-form .js-variant-select--submit.w-full {
    width: 100%; }

/**/
/* Leading*/
/**/
/* Mostly appears right below Hero area.*/
/* Similar to bumper, but with small font size.*/
/**/
.leading {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* ----------------------------------- Modifier*/
  /* Padding*/ }
  @media (min-width: 768px) {
    .leading {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .leading.js-in-viewport .leading__text {
    opacity: 0; }
  .no-js .leading .leading__text, .leading.js-in-viewport.in-viewport .leading__text {
    transition: opacity 0.75s cubic-bezier(0.32, 0.24, 0.15, 1);
    opacity: 1; }
  .leading > * {
    max-width: 820px; }
  .leading__intro {
    --text-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--text-opacity));
    margin-bottom: 2rem;
    font-weight: 500;
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    transform: translate3d(0, 32px, 0);
    will-change: transform, opacity;
    -webkit-animation-duration: 1.2s, .75s;
    animation-duration: 1.2s, .75s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .leading__intro {
        margin-bottom: 2.5rem; } }
  .leading .leading__text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .leading .leading__text {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px; } }
  .leading.leading--small .leading__text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .leading.leading--small .leading__text {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.75px; } }
  .leading.leading--small-2 .leading__text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .leading.leading--small-2 .leading__text {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.75px; } }
  .leading.leading--multiline {
    padding-bottom: 5rem;
    padding-top: 108px; }
    .leading.leading--multiline > * {
      max-width: none; }
    .leading.leading--multiline .leading__text span:first-of-type,
    .leading.leading--multiline .leading__text span:last-of-type {
      display: block; }
    .leading.leading--multiline.js-in-viewport .leading__text {
      opacity: 0;
      transform: translate3d(0, 5px, 0);
      -webkit-animation-delay: 0.75s;
      animation-delay: 0.75s;
      -webkit-animation-duration: 0.75s;
      animation-duration: 0.75s;
      will-change: transform, opacity;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
      animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
      transform: translate3d(0, 32px, 0);
      will-change: transform, opacity;
      -webkit-animation-duration: 1.2s, .75s;
      animation-duration: 1.2s, .75s;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
      /* transition-delay: 0.5s;*/ }
    .leading.leading--multiline.js-in-viewport.in-viewport .leading__text,
    .leading.leading--multiline.js-in-viewport.in-viewport .leading__intro {
      -webkit-animation-name: fadeUpLong;
      animation-name: fadeUpLong; }
    @media (min-width: 1024px) {
      .leading.leading--multiline .leading__text span {
        display: block; }
        .leading.leading--multiline .leading__text span:last-of-type, .leading.leading--multiline .leading__text span:nth-of-type(4) {
          display: inline-block; } }
    @media (min-width: 768px) {
      .leading.leading--multiline {
        padding-top: 10rem;
        padding-bottom: 7.5rem; } }
  .leading.leading--no-max-width > * {
    /* max-width: $width-site;*/
    max-width: 1144px; }
  .leading.leading--module {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .leading.leading--module {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
  .leading.leading--no-pb, .leading.leading--no-pb.leading--module {
    padding-bottom: 0; }
  .leading.leading--no-pt, .leading.leading--no-pt.leading--module {
    padding-top: 0; }
  .leading.leading--no-py, .leading.leading--no-py.leading--module {
    padding-top: 0;
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .leading.register-padding {
      padding-top: 4rem;
      padding-bottom: 5rem; } }

/**/
/* Story block*/
/**/
/* including label, headline, images and copies*/
/* PAGE: About*/
/**/
.story-block {
  /* Images*/
  /* Copies*/
  /* CSS GRID: Switching Position*/
  /* ---------------------------------------- Modifiers*/ }
  .no-js .story-block, .story-block.in-viewport {
    transition: opacity 0.75s cubic-bezier(0.32, 0.24, 0.15, 1); }
    .no-js .story-block .story-block__label,
    .no-js .story-block .story-block__headline, .story-block.in-viewport .story-block__label,
    .story-block.in-viewport .story-block__headline {
      -webkit-animation-name: fadeUpText1st;
      animation-name: fadeUpText1st; }
  .story-block .story-block__container {
    text-align: center; }
    @media (min-width: 1024px) {
      .story-block .story-block__container {
        width: 83.33333%; } }
  .story-block .story-block__label {
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .story-block .story-block__headline {
    margin-bottom: 4rem;
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }
    @media (min-width: 768px) {
      .story-block .story-block__headline {
        margin-bottom: 6rem; } }
  .story-block .story-block__image-01 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 2.5rem;
    line-height: 0;
    position: relative; }
    @media (min-width: 768px) {
      .story-block .story-block__image-01 {
        /* @apply .mb-24;*/ } }
  .story-block .story-block__image-02 {
    margin-bottom: 4rem;
    line-height: 0;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .story-block .story-block__image-02.story-block-slider {
        margin-bottom: 0; } }
  .story-block .story-block__copy-01,
  .story-block .story-block__copy-02 {
    text-align: left;
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    will-change: transform, opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
    .story-block .story-block__copy-01.in-viewport,
    .story-block .story-block__copy-02.in-viewport {
      -webkit-animation-name: fadeUpText2nd;
      animation-name: fadeUpText2nd; }
    @media (min-width: 768px) {
      .story-block .story-block__copy-01,
      .story-block .story-block__copy-02 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.75px; } }
  .story-block .story-block__copy-01 {
    margin-bottom: 2rem; }
    .story-block .story-block__copy-01:last-child {
      margin-bottom: 0; }
  .story-block .story-block__contents {
    /*
     * Specifically for IE desktop
     * Modifier to show over the original styles
     * Mainly needed because there is a specific order that is needed on mobile
     * CSS grid is not supported on IE
     */ }
    @media screen and (min-width: 560px) and (-ms-high-contrast: active), screen and (min-width: 560px) and (-ms-high-contrast: none) {
      .story-block .story-block__contents {
        display: none !important; } }
    .story-block .story-block__contents--ie {
      display: none !important; }
      @media screen and (min-width: 560px) and (-ms-high-contrast: active), screen and (min-width: 560px) and (-ms-high-contrast: none) {
        .story-block .story-block__contents--ie {
          display: block !important; } }
      .story-block .story-block__contents--ie .grid__item, .story-block .story-block__contents--ie .card-block .card-block__item, .card-block .story-block .story-block__contents--ie .card-block__item, .story-block .story-block__contents--ie .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .story-block .story-block__contents--ie .card-block__item, .story-block .story-block__contents--ie .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .story-block .story-block__contents--ie .aa-suggestion, .story-block .story-block__contents--ie .three-driver .three-driver__item, .three-driver .story-block .story-block__contents--ie .three-driver__item, .story-block .story-block__contents--ie .img-showcase-two .img-showcase-two__big, .img-showcase-two .story-block .story-block__contents--ie .img-showcase-two__big,
      .story-block .story-block__contents--ie .img-showcase-two .img-showcase-two__small, .img-showcase-two .story-block .story-block__contents--ie .img-showcase-two__small, .story-block .story-block__contents--ie .lead-copy .lead-copy__wrapper, .lead-copy .story-block .story-block__contents--ie .lead-copy__wrapper, .story-block .story-block__contents--ie .copy-image .copy-image__copy, .copy-image .story-block .story-block__contents--ie .copy-image__copy, .story-block .story-block__contents--ie .copy-image .copy-image__image, .copy-image .story-block .story-block__contents--ie .copy-image__image, .story-block .story-block__contents--ie .quote-image .quote-image__quote, .quote-image .story-block .story-block__contents--ie .quote-image__quote, .story-block .story-block__contents--ie .quote-image .quote-image__image, .quote-image .story-block .story-block__contents--ie .quote-image__image, .story-block .story-block__contents--ie .single-quote .single-quote__quote, .single-quote .story-block .story-block__contents--ie .single-quote__quote, .story-block .story-block__contents--ie .cart .cart__table, .cart .story-block .story-block__contents--ie .cart__table {
        padding-left: 0; }
    @media (min-width: 560px) {
      .story-block .story-block__contents {
        display: grid;
        grid-template-columns: 5fr 4fr;
        grid-template-rows: auto auto 1fr;
        grid-column-gap: 7.5%; }
        .story-block .story-block__contents .story-block__image-01 {
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 0;
          order: 3;
          grid-column: 1 / 2;
          grid-row: 2 / 4; }
        .story-block .story-block__contents .story-block__image-02 {
          margin-bottom: 0;
          order: 2;
          grid-column: 2 / 3;
          grid-row: 1 / 3; }
        .story-block .story-block__contents .story-block__copy-01 {
          margin-bottom: 0;
          padding-top: 12%;
          padding-bottom: 12%;
          order: 1;
          grid-column: 1 / 2;
          grid-row: 1 / 2; }
        .story-block .story-block__contents .story-block__copy-02 {
          padding-top: 15%;
          padding-bottom: 15%;
          order: 4;
          grid-column: 2 / 3;
          grid-row: 3 / 4; } }
    @media (min-width: 768px) {
      .story-block .story-block__contents .story-block__copy-01 {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 15%;
        padding-bottom: 15%; }
      .story-block .story-block__contents .story-block__copy-02 {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 20%;
        padding-bottom: 20%; } }
    @media (min-width: 768px) {
      .story-block .story-block__contents .story-block__vertical-padding {
        padding-top: 6.75rem !important;
        padding-bottom: 6.75rem !important; } }
  @media (min-width: 560px) {
    .story-block.story-block--reverse .story-block__contents .story-block__image-01 {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      order: 1;
      grid-column: 1 / 2;
      grid-row: 1 / 3; }
    .story-block.story-block--reverse .story-block__contents .story-block__copy-01 {
      order: 2;
      grid-column: 2 / 3;
      grid-row: 1 / 2; }
    .story-block.story-block--reverse .story-block__contents .story-block__copy-02 {
      order: 3;
      grid-column: 1 / 2;
      grid-row: 3 / 4; }
    .story-block.story-block--reverse .story-block__contents .story-block__image-02 {
      margin-bottom: 0;
      order: 4;
      grid-column: 2 / 3;
      grid-row: 2 / 4; } }
  .story-block.story-block--reverse .story-block__copy-02.story-block__vertical-padding {
    padding-bottom: 4rem; }
  @media (min-width: 560px) {
    .story-block.story-block--carousel .story-block__contents {
      grid-template-columns: calc((100% - 7.5%) * (4 / 9)) calc( (100% - 7.5%) * (5 / 9));
      /* TEMPORARY for the carousel, Javascript?*/ } }
  .story-block.story-block--carousel .story-block__image-01 {
    margin-bottom: 4rem; }
    @media (min-width: 560px) {
      .story-block.story-block--carousel .story-block__image-01 {
        margin-bottom: 0; } }
  .story-block.story-block--carousel .story-block__copy-01 {
    margin-bottom: 4rem; }
    @media (min-width: 560px) {
      .story-block.story-block--carousel .story-block__copy-01 {
        margin-bottom: 0; } }
  .story-block.story-block--carousel .story-block__image-02 > div {
    width: 100%; }
  .story-block.story-block--carousel .slick-slide > div {
    line-height: 1.5; }
  .story-block.story-block--carousel .slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 2rem; }
    @media (min-width: 768px) {
      .story-block.story-block--carousel .slick-dots {
        bottom: 2.5rem; } }
    .story-block.story-block--carousel .slick-dots li {
      background-color: transparent;
      border-width: 1px;
      --border-opacity: 1;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, var(--border-opacity));
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      cursor: pointer; }
      @media (min-width: 768px) {
        .story-block.story-block--carousel .slick-dots li {
          margin-left: 0.75rem;
          margin-right: 0.75rem; } }
      .story-block.story-block--carousel .slick-dots li.slick-active {
        --bg-opacity: 1;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, var(--bg-opacity)); }
  .story-block.story-block--carousel .js-inline-sync-carousel--text a {
    color: #484949;
    text-decoration: underline;
    position: relative;
    transition: 0.2s color ease-in-out;
    font-family: "freight-text-pro", serif; }
    .dark-mode .story-block.story-block--carousel .js-inline-sync-carousel--text a {
      color: #f7f7f7; }
    .story-block.story-block--carousel .js-inline-sync-carousel--text a:hover {
      color: #757575; }
      .dark-mode .story-block.story-block--carousel .js-inline-sync-carousel--text a:hover {
        color: #efefef; }
  .story-block.story-block--video-1st .story-block__image-01 {
    padding-bottom: 150%; }
    @media (min-width: 768px) {
      .story-block.story-block--video-1st .story-block__image-01 {
        padding-bottom: 125%; } }
  .story-block.story-block--video-2nd .story-block__image-02 {
    padding-bottom: 150%; }
    @media (min-width: 768px) {
      .story-block.story-block--video-2nd .story-block__image-02 {
        padding-bottom: 125%; } }

/**/
/* Inventory Panel*/
/**/
/* NOTE: Inherited base side panel style from side-panel.scss*/
/**/
.inventory-panel {
  background-color: #f7f7f7;
  /* ---------------------------------------- Modifiers*/ }
  .dark-mode .inventory-panel {
    background-color: #1c1a1b; }

.inventory-panel__content {
  background-color: #f7f7f7;
  height: 100%; }
  .dark-mode .inventory-panel__content {
    background-color: #1c1a1b; }
  @media (min-width: 768px) {
    .inventory-panel__content {
      display: flex;
      align-items: center; } }
  @media (min-width: 768px) {
    .inventory-panel__content.inventory-panel__content--push-top {
      display: block !important; } }

.inventory-panel__box {
  width: 100%;
  min-height: 100%;
  background-color: #f7f7f7; }
  .dark-mode .inventory-panel__box {
    background-color: #1c1a1b; }
  @media (min-width: 768px) {
    .quick-view-inventory-fetch .inventory-panel__box {
      padding-top: 4rem; } }

.inventory-panel__table {
  text-align: left;
  width: 100%;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  min-height: calc(100vh - 200px);
  width: calc(100% + 3rem); }
  @media (min-width: 768px) {
    .inventory-panel__table {
      margin-left: 0;
      margin-right: 0;
      width: auto; } }
  .inventory-panel__table table {
    width: 100%;
    border-collapse: collapse; }
  .inventory-panel__table thead tr {
    background-color: #f7f7f7; }
    .dark-mode .inventory-panel__table thead tr {
      background-color: #1c1a1b; }
  .inventory-panel__table thead th {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
    line-height: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
    font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
  .inventory-panel__table tbody {
    border-top-width: 1px;
    border-color: #bebfbf; }
    .dark-mode .inventory-panel__table tbody {
      border-color: #757575; }
    .inventory-panel__table tbody td {
      padding-right: 1.5rem;
      font-family: Gotham, Verdana, Helvetica Neue, sans-serif;
      font-weight: 400;
      letter-spacing: 0.75px;
      font-size: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
      line-height: clamp(1rem, 0.188vw + 0.956rem, 1.125rem);
      width: 33.33333%; }
      .inventory-panel__table tbody td strong {
        font-weight: 500; }
      @media (min-width: 560px) {
        .inventory-panel__table tbody td {
          width: auto; } }
      @media (min-width: 768px) {
        .inventory-panel__table tbody td {
          padding-right: 1rem; } }
      .inventory-panel__table tbody td:last-child {
        padding-right: 0; }
    .inventory-panel__table tbody tr {
      border-bottom-width: 1px;
      border-color: #e5e5e5; }
      .dark-mode .inventory-panel__table tbody tr {
        border-color: #484949; }

.inventory-panel__variant-name-head {
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .inventory-panel__variant-name-head {
      padding-left: 0; } }

.inventory-panel__variant-name {
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .inventory-panel__variant-name {
      padding-left: 0; } }

.inventory-panel__variant-price,
.inventory-panel__variant-map {
  color: #757575; }
  .dark-mode .inventory-panel__variant-price, .dark-mode
  .inventory-panel__variant-map {
    color: #e5e5e5; }

.inventory-panel__cta {
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3.5rem;
  background-color: #f7f7f7;
  position: sticky;
  bottom: 0;
  width: 100%; }
  .dark-mode .inventory-panel__cta {
    background-color: #1c1a1b; }
  @media (min-width: 560px) {
    .inventory-panel__cta {
      padding: 0;
      background-image: none;
      position: static;
      bottom: auto;
      width: auto; } }
  @media (min-width: 768px) {
    .inventory-panel__content--push-top .inventory-panel__cta {
      /* @apply .absolute;*/
      /* bottom: 3.5rem;*/
      width: auto; } }

/**/
/* Rug Pad Recommendation*/
/**/
/* Lives on cart page, only show up*/
/* under certain condition, which is*/
/* the num of rug pad is less than the one of rug.*/
/**/
.rugpad-reco {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  text-align: center;
  padding-bottom: calc(2rem + 1.5rem + 6px);
  transition: all 300ms ease; }
  @media (min-width: 768px) {
    .rugpad-reco {
      padding-top: 2rem;
      padding-bottom: 3rem; } }
  .rugpad-reco .rugpad-reco__item-wrapper {
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .rugpad-reco .rugpad-reco__item {
    padding: 2rem; }
    .rugpad-reco .rugpad-reco__item img {
      width: 100%; }
    @media (min-width: 768px) {
      .rugpad-reco .rugpad-reco__item {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 2.5rem; } }
  .rugpad-reco .rugpad-reco__prev,
  .rugpad-reco .rugpad-reco__next {
    position: absolute;
    z-index: 2;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    right: calc(100% + 1rem);
    background-image: url("./icon-caret-right-thick.svg");
    transform: translate3d(0, -50%, 0) scaleX(-1); }
    @media (max-width: 1023px) {
      .rugpad-reco .rugpad-reco__prev,
      .rugpad-reco .rugpad-reco__next {
        display: none !important; } }
  .rugpad-reco .rugpad-reco__next {
    right: auto;
    left: calc(100% + 1rem);
    transform: translate3d(0, -50%, 0); }
  .rugpad-reco .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    top: calc(100% + 1.5rem); }
    @media (min-width: 1024px) {
      .rugpad-reco .slick-dots {
        display: none !important; } }
  .hasHiddenSidebar .rugpad-reco {
    /*  @apply .hidden;*/
    opacity: 0;
    visibility: hidden; }

/**/
/* Pikaday*/
/**/
/* Variables*/
/* Declare any of these variables before importing this SCSS file to easily override defaults*/
/* Variables are namespaced with the pd (pikaday) prefix*/
/* Colours*/
/* Font*/
.pika-single {
  z-index: 9999;
  /* display: block;*/
  visibility: visible;
  position: relative;
  color: #484949;
  background: #fff;
  border-bottom-color: #bebfbf;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  opacity: 1;
  transform: translateY(0);
  transition: 0.2s opacity ease-in-out, 0.2s transform ease-in-out, 0.01s visibility ease-in-out;
  margin-top: calc(-84px + 0.5rem); }
  @media (min-width: 1081px) {
    .pika-single {
      margin-top: calc(114px + 0.5rem); } }
  .pika-single.is-hidden {
    opacity: 0;
    /* display: none;*/
    visibility: hidden;
    transform: translateY(-0.25rem);
    transition: 0.2s opacity ease-in-out, 0.2s transform ease-in-out, 0.01s visibility ease-in-out 0.2s; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }

/* clear child float (pika-lendar), using the famous micro clearfix hack*/
/* http://nicolasgallagher.com/micro-clearfix-hack/*/
.pika-single {
  /* *zoom: 1;*/ }
  .pika-single:before, .pika-single:after {
    content: ' ';
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px 19px 16px 19px; }

.pika-title {
  position: relative;
  padding: 0 5px; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  display: inline-block;
  /* *display: inline;*/
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 0;
  color: #484949;
  background-color: #fff; }
  .pika-label:first-of-type {
    padding-right: 0.25rem; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
  outline: none;
  border: 0;
  width: 20px;
  height: 20px;
  text-indent: 20px;
  /* hide text using text-indent trick, using width value (it's enough)*/
  white-space: nowrap;
  overflow: hidden;
  background-image: url("./icon-caret-right.svg");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  opacity: 0.5;
  /* *position: absolute;*/
  /* *top: 0;*/ }
  .pika-prev:hover,
  .pika-next:hover {
    transition: all 0.2s ease-in-out;
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: 0.2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  right: 28px;
  transform: scaleX(-1);
  /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');*/
  /* *left: 0;*/ }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');*/
  /* *right: 0;*/ }

.pika-select {
  display: inline-block;
  /* *display: inline;*/ }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0;
    text-align: center; }
  .pika-table th {
    color: #757575;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    font-weight: 400; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help;
    text-decoration: none; }

.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  width: 24px;
  height: 24px;
  margin: 2px 5px;
  color: #484949;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in-out; }
  .is-today .pika-button {
    color: #fff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #757575; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #efefef;
    opacity: 0.3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #484949;
    background: #efefef;
    box-shadow: none; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #d5e9f7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none; }

/**/
/* Radio Button UI Switcher*/
/**/
/* Incorporate with radio-ui-switcher.js*/
/* This stylesheet just gives basic hide/show function with transiton*/
/**/
.radio-ui-switcher {
  /*---------------------------------------- Modifier*/ }
  .radio-ui-switcher .radio-ui-switcher__uis {
    position: relative;
    transition: min-height 0.5s cubic-bezier(0.32, 0.24, 0.15, 1); }
    .radio-ui-switcher .radio-ui-switcher__uis > * {
      position: absolute;
      top: 0;
      opacity: 0;
      z-index: 0;
      visibility: hidden;
      transition: opacity 0.2s ease-in-out; }
      .radio-ui-switcher .radio-ui-switcher__uis > *.radio-ui-switcher-active {
        position: relative;
        opacity: 1;
        z-index: 1;
        visibility: visible;
        transition: opacity 0.3s ease-in-out; }

/**/
/* Multi Form*/
/**/
/* Incorporate with multi-step-form.js*/
/* This style sheet just defines hidy/showy stuff with*/
/* any additional animations*/
/**/
.js-multi-form-section,
.js-login-form-section {
  visibility: hidden;
  position: absolute;
  top: 0;
  opacity: 0;
  left: -9999px;
  top: -9999px;
  transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1), left 0.1s linier 0.5s, top 0.1s linier 0.5s, visibility 0.1s linier 0.5s; }
  .js-multi-form-section.current,
  .js-login-form-section.current {
    visibility: visible;
    position: relative;
    opacity: 1;
    top: 0;
    left: 0;
    transition: opacity 0.5s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .js-multi-form-section .mobile-top-border,
  .js-login-form-section .mobile-top-border {
    border-top: 1px solid #efefef; }
    @media (min-width: 768px) {
      .js-multi-form-section .mobile-top-border,
      .js-login-form-section .mobile-top-border {
        border-top: none; } }
  @media (min-width: 560px) {
    .js-multi-form-section .left-border,
    .js-login-form-section .left-border {
      border-left: 1px solid #efefef; } }

.js-multi-form-nav [data-multi-form-step]:after {
  content: '';
  display: block;
  position: absolute;
  --bg-opacity: 1;
  background-color: #EFEFEF;
  background-color: rgba(239, 239, 239, var(--bg-opacity));
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -1px;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }

.js-multi-form-nav [data-multi-form-step].current {
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity));
  position: relative; }
  .js-multi-form-nav [data-multi-form-step].current:after {
    --bg-opacity: 1;
    background-color: #484949;
    background-color: rgba(72, 73, 73, var(--bg-opacity));
    transform: scaleX(1); }

.multi-form {
  position: relative; }

#login-form-container .login-form-padding {
  padding-top: 3rem; }
  @media (min-width: 768px) {
    #login-form-container .login-form-padding {
      padding-top: 0; } }

.mulit-form-fixed-nav {
  box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.1); }
  .form .mulit-form-fixed-nav button {
    padding: calc(1rem - 1px); }
    .form .mulit-form-fixed-nav button.btn--tertiary, .form .mulit-form-fixed-nav button.pagination, .form .mulit-form-fixed-nav button.shop-btn, .form .mulit-form-fixed-nav .gallery .gallery__footer button.btn-quick-view, .gallery .gallery__footer .form .mulit-form-fixed-nav button.btn-quick-view {
      padding: 0;
      padding-bottom: 0.625rem; }
  .form .mulit-form-fixed-nav button.prev {
    margin-top: 0; }
  .form .mulit-form-fixed-nav button[type='submit'] {
    margin-top: 0; }

.template-customers\/register-become-a-dealer .footer {
  display: none; }

/**/
/* Size-list*/
/**/
/* All available sizes on collection landing page.*/
/* variant-sort.js changes number of column to be wrapped on window.resize.*/
/**/
.size-list {
  width: 100%;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: center; }
  .size-list table {
    margin-left: auto;
    margin-right: auto; }
  .size-list td {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    width: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    letter-spacing: 0.5px; }
    .size-list td:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      width: 1px;
      height: 1rem;
      --bg-opacity: 1;
      background-color: #EFEFEF;
      background-color: rgba(239, 239, 239, var(--bg-opacity));
      top: 0.5rem; }
    .size-list td:last-child:after {
      display: none; }
  @media (min-width: 768px) {
    .size-list td {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

/**/
/* Order Card*/
/**/
/* This component lives all across the site.*/
/**/
.order .order__product {
  position: relative; }
  .order .order__product:nth-child(3), .order .order__product:nth-child(4) {
    display: none; }
    .orders-list__container .order .order__product:nth-child(3), .orders-list__container .order .order__product:nth-child(4) {
      display: inline-block; }
    @media (min-width: 768px) {
      .order .order__product:nth-child(3), .order .order__product:nth-child(4) {
        display: inline-block; } }
  .order .order__product:nth-child(2) {
    margin-right: 0; }
    .orders-list__container .order .order__product:nth-child(2) {
      margin-right: 1rem; }
    @media (min-width: 768px) {
      .order .order__product:nth-child(2) {
        margin-right: 1rem; } }
  .order .order__product img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%); }

.order:nth-child(1) {
  -webkit-animation-delay: calc(0.1s * (1 - 1));
  animation-delay: calc(0.1s * (1 - 1)); }

.order:nth-child(2) {
  -webkit-animation-delay: calc(0.1s * (2 - 1));
  animation-delay: calc(0.1s * (2 - 1)); }

.order:nth-child(3) {
  -webkit-animation-delay: calc(0.1s * (3 - 1));
  animation-delay: calc(0.1s * (3 - 1)); }

.order:nth-child(4) {
  -webkit-animation-delay: calc(0.1s * (4 - 1));
  animation-delay: calc(0.1s * (4 - 1)); }

.order:nth-child(5) {
  -webkit-animation-delay: calc(0.1s * (5 - 1));
  animation-delay: calc(0.1s * (5 - 1)); }

.order:nth-child(6) {
  -webkit-animation-delay: calc(0.1s * (6 - 1));
  animation-delay: calc(0.1s * (6 - 1)); }

.order:nth-child(7) {
  -webkit-animation-delay: calc(0.1s * (7 - 1));
  animation-delay: calc(0.1s * (7 - 1)); }

.order:nth-child(8) {
  -webkit-animation-delay: calc(0.1s * (8 - 1));
  animation-delay: calc(0.1s * (8 - 1)); }

.order:nth-child(9) {
  -webkit-animation-delay: calc(0.1s * (9 - 1));
  animation-delay: calc(0.1s * (9 - 1)); }

.order:nth-child(10) {
  -webkit-animation-delay: calc(0.1s * (10 - 1));
  animation-delay: calc(0.1s * (10 - 1)); }

.order-bottom-border {
  border-bottom: 1px solid; }

.shippingProgressContainer {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
  width: 320px;
  max-width: 100%; }
  .shippingProgressContainer .progressOutside {
    display: block;
    position: relative;
    width: 100%;
    height: 0.5rem;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    background-color: #efefef; }
  .shippingProgressContainer .progressBar {
    display: block;
    position: relative;
    height: 100%;
    --bg-opacity: 1;
    background-color: #484949;
    background-color: rgba(72, 73, 73, var(--bg-opacity));
    transition: width 0.75s cubic-bezier(0.32, 0.24, 0.15, 1);
    width: 25%;
    border-radius: 0.5rem; }
  .shippingProgressContainer .progressText {
    color: #757575;
    letter-spacing: 0.4px; }
  .shippingProgressContainer.pending .progressBar {
    width: 7%; }
  .shippingProgressContainer.pending .pend {
    font-weight: 500;
    color: #484949; }
  .shippingProgressContainer.prepping .progressBar {
    width: 50%; }
  .shippingProgressContainer.prepping .preparing {
    font-weight: 500;
    color: #484949; }
  .shippingProgressContainer.complete .progressBar {
    width: 100%; }
  .shippingProgressContainer.complete .shipped {
    font-weight: 500;
    color: #484949; }

/*Search Sidebar*/
.search-sidebar .search-input {
  padding-left: 1.5rem;
  font-family: "freight-text-pro", serif;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.75px;
  background-image: url(./icon-search.svg);
  background-size: 12px auto;
  background-position: left center;
  background-repeat: no-repeat; }
  .search-sidebar .search-input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #757575; }
  .search-sidebar .search-input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #757575; }
  .search-sidebar .search-input::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #757575; }
  @media (min-width: 768px) {
    .search-sidebar .search-input {
      padding-top: 0;
      padding-bottom: 0; } }

.grid-wrapper .ais-facets.grid__item.js-orders-list .ais-facets-wrapper, .card-block .ais-facets.grid__item.js-orders-list .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.grid__item.js-orders-list .ais-facets-wrapper, .three-driver .ais-facets.grid__item.js-orders-list .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .ais-facets.grid__item.js-orders-list .ais-facets-wrapper, .lead-copy .lead-copy__container .ais-facets.grid__item.js-orders-list .ais-facets-wrapper, .copy-image .copy-image__container .ais-facets.grid__item.js-orders-list .ais-facets-wrapper, .quote-image .quote-image__container .ais-facets.grid__item.js-orders-list .ais-facets-wrapper, .single-quote .single-quote__container .ais-facets.grid__item.js-orders-list .ais-facets-wrapper, .grid-wrapper .card-block .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .card-block .grid-wrapper .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .card-block .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .three-driver .card-block .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .card-block .three-driver .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .card-block .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .card-block .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .lead-copy .lead-copy__container .card-block .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .card-block .lead-copy .lead-copy__container .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .copy-image .copy-image__container .card-block .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .card-block .copy-image .copy-image__container .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .quote-image .quote-image__container .card-block .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .card-block .quote-image .quote-image__container .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .single-quote .single-quote__container .card-block .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .card-block .single-quote .single-quote__container .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .grid-wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .grid-wrapper .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .three-driver .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .three-driver .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .lead-copy .lead-copy__container .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .lead-copy .lead-copy__container .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .copy-image .copy-image__container .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .copy-image .copy-image__container .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .quote-image .quote-image__container .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .quote-image .quote-image__container .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .single-quote .single-quote__container .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .single-quote .single-quote__container .ais-facets.js-orders-list.card-block__item .ais-facets-wrapper, .grid-wrapper .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .grid-wrapper .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .card-block .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .three-driver .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .three-driver .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .lead-copy .lead-copy__container .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .lead-copy .lead-copy__container .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .copy-image .copy-image__container .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .copy-image .copy-image__container .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .quote-image .quote-image__container .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .quote-image .quote-image__container .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .single-quote .single-quote__container .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .single-quote .single-quote__container .ais-facets.js-orders-list.aa-suggestion .ais-facets-wrapper, .grid-wrapper .three-driver .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .three-driver .grid-wrapper .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .card-block .three-driver .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .three-driver .card-block .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .three-driver .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .three-driver .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .three-driver .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .three-driver .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .three-driver .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .lead-copy .lead-copy__container .three-driver .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .three-driver .lead-copy .lead-copy__container .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .copy-image .copy-image__container .three-driver .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .three-driver .copy-image .copy-image__container .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .quote-image .quote-image__container .three-driver .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .three-driver .quote-image .quote-image__container .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .single-quote .single-quote__container .three-driver .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .three-driver .single-quote .single-quote__container .ais-facets.js-orders-list.three-driver__item .ais-facets-wrapper, .grid-wrapper .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .img-showcase-two .grid-wrapper .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .card-block .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .img-showcase-two .card-block .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .img-showcase-two .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .three-driver .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .img-showcase-two .three-driver .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .lead-copy .lead-copy__container .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .img-showcase-two .lead-copy .lead-copy__container .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .copy-image .copy-image__container .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .img-showcase-two .copy-image .copy-image__container .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .quote-image .quote-image__container .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .img-showcase-two .quote-image .quote-image__container .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .single-quote .single-quote__container .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .img-showcase-two .single-quote .single-quote__container .ais-facets.js-orders-list.img-showcase-two__big .ais-facets-wrapper, .grid-wrapper .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .img-showcase-two .grid-wrapper .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .card-block .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .img-showcase-two .card-block .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .img-showcase-two .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .three-driver .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .img-showcase-two .three-driver .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .lead-copy .lead-copy__container .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .img-showcase-two .lead-copy .lead-copy__container .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .copy-image .copy-image__container .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .img-showcase-two .copy-image .copy-image__container .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .quote-image .quote-image__container .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .img-showcase-two .quote-image .quote-image__container .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .single-quote .single-quote__container .img-showcase-two .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .img-showcase-two .single-quote .single-quote__container .ais-facets.js-orders-list.img-showcase-two__small .ais-facets-wrapper, .grid-wrapper .lead-copy .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .lead-copy .grid-wrapper .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .card-block .lead-copy .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .lead-copy .card-block .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .lead-copy .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .lead-copy .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .three-driver .lead-copy .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .lead-copy .three-driver .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .lead-copy .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .lead-copy .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .lead-copy .lead-copy__container .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .copy-image .copy-image__container .lead-copy .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .lead-copy .copy-image .copy-image__container .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .quote-image .quote-image__container .lead-copy .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .lead-copy .quote-image .quote-image__container .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .single-quote .single-quote__container .lead-copy .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .lead-copy .single-quote .single-quote__container .ais-facets.js-orders-list.lead-copy__wrapper .ais-facets-wrapper, .grid-wrapper .copy-image .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .copy-image .grid-wrapper .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .card-block .copy-image .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .copy-image .card-block .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .copy-image .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .copy-image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .three-driver .copy-image .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .copy-image .three-driver .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .copy-image .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .copy-image .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .lead-copy .lead-copy__container .copy-image .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .copy-image .lead-copy .lead-copy__container .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .copy-image .copy-image__container .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .quote-image .quote-image__container .copy-image .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .copy-image .quote-image .quote-image__container .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .single-quote .single-quote__container .copy-image .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .copy-image .single-quote .single-quote__container .ais-facets.js-orders-list.copy-image__copy .ais-facets-wrapper, .grid-wrapper .copy-image .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .copy-image .grid-wrapper .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .card-block .copy-image .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .copy-image .card-block .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .copy-image .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .copy-image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .three-driver .copy-image .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .copy-image .three-driver .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .copy-image .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .copy-image .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .lead-copy .lead-copy__container .copy-image .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .copy-image .lead-copy .lead-copy__container .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .copy-image .copy-image__container .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .quote-image .quote-image__container .copy-image .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .copy-image .quote-image .quote-image__container .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .single-quote .single-quote__container .copy-image .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .copy-image .single-quote .single-quote__container .ais-facets.js-orders-list.copy-image__image .ais-facets-wrapper, .grid-wrapper .quote-image .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .quote-image .grid-wrapper .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .card-block .quote-image .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .quote-image .card-block .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .quote-image .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .quote-image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .three-driver .quote-image .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .quote-image .three-driver .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .quote-image .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .quote-image .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .lead-copy .lead-copy__container .quote-image .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .quote-image .lead-copy .lead-copy__container .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .copy-image .copy-image__container .quote-image .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .quote-image .copy-image .copy-image__container .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .quote-image .quote-image__container .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .single-quote .single-quote__container .quote-image .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .quote-image .single-quote .single-quote__container .ais-facets.js-orders-list.quote-image__quote .ais-facets-wrapper, .grid-wrapper .quote-image .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .quote-image .grid-wrapper .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .card-block .quote-image .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .quote-image .card-block .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .quote-image .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .quote-image .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .three-driver .quote-image .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .quote-image .three-driver .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .quote-image .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .quote-image .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .lead-copy .lead-copy__container .quote-image .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .quote-image .lead-copy .lead-copy__container .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .copy-image .copy-image__container .quote-image .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .quote-image .copy-image .copy-image__container .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .quote-image .quote-image__container .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .single-quote .single-quote__container .quote-image .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .quote-image .single-quote .single-quote__container .ais-facets.js-orders-list.quote-image__image .ais-facets-wrapper, .grid-wrapper .single-quote .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .single-quote .grid-wrapper .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .card-block .single-quote .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .single-quote .card-block .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .single-quote .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .single-quote .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .three-driver .single-quote .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .single-quote .three-driver .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .single-quote .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .single-quote .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .lead-copy .lead-copy__container .single-quote .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .single-quote .lead-copy .lead-copy__container .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .copy-image .copy-image__container .single-quote .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .single-quote .copy-image .copy-image__container .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .quote-image .quote-image__container .single-quote .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .single-quote .quote-image .quote-image__container .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .single-quote .single-quote__container .ais-facets.js-orders-list.single-quote__quote .ais-facets-wrapper, .grid-wrapper .cart .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .cart .grid-wrapper .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .card-block .cart .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .cart .card-block .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .cart .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .cart .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .three-driver .cart .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .cart .three-driver .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .img-showcase-two .img-showcase-two__container .cart .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .cart .img-showcase-two .img-showcase-two__container .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .lead-copy .lead-copy__container .cart .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .cart .lead-copy .lead-copy__container .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .copy-image .copy-image__container .cart .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .cart .copy-image .copy-image__container .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .quote-image .quote-image__container .cart .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .cart .quote-image .quote-image__container .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .single-quote .single-quote__container .cart .ais-facets.js-orders-list.cart__table .ais-facets-wrapper, .cart .single-quote .single-quote__container .ais-facets.js-orders-list.cart__table .ais-facets-wrapper {
  margin-right: 0;
  max-width: none; }

/* Pagination*/
.pagination-container {
  list-style: none; }
  .pagination-container li {
    display: inline-block; }
  .pagination-container .ais-pagination--item__first,
  .pagination-container .ais-pagination--item__last {
    display: none; }
  .pagination-container button,
  .pagination-container li {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px; }
    .pagination-container button .caret,
    .pagination-container li .caret {
      height: 1rem;
      width: 1rem;
      display: inline-block;
      display: inline-block;
      vertical-align: middle;
      background-size: 7px 11px;
      background-repeat: no-repeat; }
      .pagination-container button .caret.caret-right,
      .pagination-container li .caret.caret-right {
        background-image: url("./icon-pagination-right.svg");
        background-position: right center; }
      .pagination-container button .caret.caret-left,
      .pagination-container li .caret.caret-left {
        background-image: url("./icon-pagination-left.svg");
        background-position: left center; }
    .pagination-container button.disabled,
    .pagination-container li.disabled {
      opacity: 0.5;
      cursor: not-allowed; }
    .pagination-container button.js-paginate-back,
    .pagination-container li.js-paginate-back {
      font-weight: 500; }
      @media (min-width: 768px) {
        .pagination-container button.js-paginate-back,
        .pagination-container li.js-paginate-back {
          margin-right: 1.5rem; } }
    .pagination-container button.js-paginate-next,
    .pagination-container li.js-paginate-next {
      font-weight: 500; }
      @media (min-width: 768px) {
        .pagination-container button.js-paginate-next,
        .pagination-container li.js-paginate-next {
          margin-left: 1.5rem; } }
    .pagination-container button.paginate-number,
    .pagination-container li.paginate-number {
      height: 1.5rem;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      --text-opacity: 1;
      color: #BEBFBF;
      color: rgba(190, 191, 191, var(--text-opacity));
      min-width: 1.5rem;
      max-width: 1.75rem;
      width: auto;
      text-align: center;
      border-radius: 50%;
      overflow: visible; }
      .pagination-container button.paginate-number:active,
      .pagination-container li.paginate-number:active {
        opacity: 1; }
      .pagination-container button.paginate-number.current-page,
      .pagination-container li.paginate-number.current-page {
        --bg-opacity: 1;
        background-color: #484949;
        background-color: rgba(72, 73, 73, var(--bg-opacity));
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, var(--text-opacity));
        font-weight: 500; }
      @media (min-width: 768px) {
        .pagination-container button.paginate-number,
        .pagination-container li.paginate-number {
          margin-left: 0.5rem;
          margin-right: 0.5rem; } }
    .pagination-container button.js-paginate-back, .pagination-container button.js-paginate-next,
    .pagination-container li.js-paginate-back,
    .pagination-container li.js-paginate-next {
      max-width: 5rem; }
      .pagination-container button.js-paginate-back .pagination-text, .pagination-container button.js-paginate-next .pagination-text,
      .pagination-container li.js-paginate-back .pagination-text,
      .pagination-container li.js-paginate-next .pagination-text {
        opacity: 1;
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity));
        display: inline-block; }
    .pagination-container button .paginate-link,
    .pagination-container li .paginate-link {
      color: inherit;
      line-height: 1.5rem; }

.loading-history {
  position: relative; }
  .loading-history .order {
    filter: blur(20px); }
    .loading-history .order a,
    .loading-history .order button {
      cursor: default; }
  .loading-history .no-orders {
    display: none; }
  .loading-history .loading-message {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center; }
    .loading-history .loading-message .ellipsis span {
      opacity: 0;
      -webkit-animation: ellipsis-animate steps(4, end) 1s infinite;
      animation: ellipsis-animate steps(4, end) 1s infinite; }
      .loading-history .loading-message .ellipsis span:nth-child(2) {
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s; }
      .loading-history .loading-message .ellipsis span:nth-child(3) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }

.invoice-link {
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-color: #484949; }

.order-delivery-status {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.75px; }

#dateType[disabled] {
  opacity: 0.7; }

/**/
/* Discontinued Divider*/
/**/
/* In any search result, this component will appearance*/
/* to divide Discontinued and any other.*/
/**/
.product-sorter--sticky {
  position: relative;
  z-index: 10; }

.discontinued-divider {
  width: 100%;
  border-bottom-width: 1px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  z-index: 1;
  top: 0;
  margin-left: 0.75rem;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px;
  position: sticky;
  top: 0;
  transition: all 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  @media (min-width: 768px) {
    .discontinued-divider {
      margin-left: 0.5rem;
      padding-left: 1rem; } }
  @media (min-width: 768px) {
    .js-scroll-direction-down .discontinued-divider,
    .js-scroll-direction-down.has-announcement .discontinued-divider {
      top: 4rem;
      max-height: calc(100vh - 4rem); } }
  @media (min-width: 768px) {
    .discontinued-divider {
      padding-top: 0;
      margin-top: 3rem;
      top: calc(84px + 4rem);
      height: 57px; }
      .discontinued-category .discontinued-divider {
        margin-top: 0; }
      .has-announcement .discontinued-divider {
        top: calc(84px + 37px + 4rem); }
      .discontinued-divider:after {
        top: -200%;
        background-color: white;
        content: '';
        left: 0;
        right: 0;
        height: 200%;
        width: 100%;
        position: absolute;
        z-index: 7; } }
  @media (min-width: 1081px) {
    .discontinued-divider {
      top: calc(114px + 4rem); } }

@media (min-width: 768px) {
  .template-search .discontinued-divider {
    margin-top: 84px; }
    .has-announcement .template-search .discontinued-divider {
      margin-top: calc( 84px + 37px + 4rem); } }

@media (min-width: 1081px) {
  .template-search .discontinued-divider {
    top: calc(114px + 4rem); }
    .has-announcement .template-search .discontinued-divider {
      margin-top: calc( 114px + 37px + 4rem); } }

/**/
/* Quote in Press section*/
/**/
/**/
/**/
.press-quote {
  /* Modifier*/ }
  .press-quote.press-quote--big .press-quote__quote {
    font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
    line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
    letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }

.js-fade-carousel .slick-slide {
  transition-duration: 0.6s !important; }
  .js-fade-carousel .slick-slide.slick-active {
    transition-delay: 0.4s !important; }

/**/
/* Progress Bar*/
/**/
/* Styles for animated progress indication*/
/**/
#progressContainer {
  margin-top: 0;
  margin-bottom: 3rem; }
  #progressContainer.pdp-progress-container {
    margin-top: -1rem; }
  #progressContainer .progressOutside {
    display: block;
    position: relative;
    width: 100%;
    height: 0.5rem;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    background-color: #efefef;
    /* border: 1px solid $color-grey-6;*/
    /* padding: 0.05rem 0.1rem;*/ }
    #progressContainer .progressOutside .progressBar {
      display: block;
      position: relative;
      height: 100%;
      --bg-opacity: 1;
      background-color: #484949;
      background-color: rgba(72, 73, 73, var(--bg-opacity));
      transition: width 0.75s cubic-bezier(0.32, 0.24, 0.15, 1);
      width: 0;
      border-radius: 0.5rem; }
      #progressContainer .progressOutside .progressBar.animate {
        overflow: hidden; }
        #progressContainer .progressOutside .progressBar.animate:after {
          position: absolute;
          height: 100%;
          width: 100%;
          content: '';
          background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
          z-index: 1;
          background-size: 2rem 2rem;
          -webkit-animation: moveBG 4s linear infinite;
          animation: moveBG 4s linear infinite; }
  #progressContainer .progressText {
    color: #757575; }

@-webkit-keyframes moveBG {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 2rem 2rem; } }

@keyframes moveBG {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 2rem 2rem; } }

.no-js .faq-3up .faq-3up__title,
.no-js .faq-3up .faq-3up__section, .faq-3up.in-viewport .faq-3up__title,
.faq-3up.in-viewport .faq-3up__section {
  -webkit-animation-name: fadeUpLong;
  animation-name: fadeUpLong; }

.faq-3up__title {
  position: relative;
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  will-change: transform, opacity;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  transform: translate3d(0, 32px, 0);
  will-change: transform, opacity;
  -webkit-animation-duration: 1.2s, .75s;
  animation-duration: 1.2s, .75s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
  line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
  letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }
  @media (min-width: 768px) {
    .faq-3up__title {
      margin-bottom: 5.75rem; } }
  @media (min-width: 768px) {
    .faq-3up__title:after {
      position: absolute;
      --bg-opacity: 1;
      background-color: #8B5742;
      background-color: rgba(139, 87, 66, var(--bg-opacity));
      content: '';
      width: 1px;
      height: 40px;
      left: calc(50% - 0.5px);
      top: calc(100% + 24px); } }

.faq-3up__sections .faq-3up__section:nth-of-type(1) {
  transition-delay: 1s; }
  @media (min-width: 1024px) {
    .faq-3up__sections .faq-3up__section:nth-of-type(1) {
      transition-delay: 0.8s; } }

.faq-3up__sections .faq-3up__section:nth-of-type(2) {
  transition-delay: 1.5s; }
  @media (min-width: 1024px) {
    .faq-3up__sections .faq-3up__section:nth-of-type(2) {
      transition-delay: 1.1s; } }

.faq-3up__sections .faq-3up__section:nth-of-type(3) {
  transition-delay: 2s; }
  @media (min-width: 1024px) {
    .faq-3up__sections .faq-3up__section:nth-of-type(3) {
      transition-delay: 1.4s; } }

.faq-3up__section {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  will-change: transform, opacity;
  -webkit-animation-duration: 1.2s, .75s;
  animation-duration: 1.2s, .75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  transition: transform 1.25s cubic-bezier(0.32, 0.24, 0.15, 1), opacity 1.25s cubic-bezier(0.32, 0.24, 0.15, 1);
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .faq-3up__section {
      margin-bottom: 0; } }
  .faq-3up__section:last-of-type {
    margin-bottom: 0; }

.faq-3up__heading {
  margin-bottom: 0.5rem;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    .faq-3up__heading {
      margin-bottom: 1.5rem;
      font-size: 28px;
      line-height: 37px;
      letter-spacing: 2px; } }

.faq-3up__desc {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  max-width: 290px; }
  @media (min-width: 768px) {
    .faq-3up__desc {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.75px; } }
  .faq-3up__desc a {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity));
    text-decoration: none;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    transition: 0.2s color ease-in-out;
    font-family: "freight-text-pro", serif;
    text-decoration: underline;
    transition: 0.2s color ease-in-out; }
    .faq-3up__desc a:hover, .faq-3up__desc a:focus {
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity)); }
    .faq-3up__desc a:active {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity)); }
    .faq-3up__desc a--grey-7 {
      --text-opacity: 1;
      color: #292728;
      color: rgba(41, 39, 40, var(--text-opacity)); }
      .faq-3up__desc a--grey-7:hover, .faq-3up__desc a--grey-7:focus {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
    .faq-3up__desc a:hover, .faq-3up__desc a:focus {
      --text-opacity: 1;
      color: #292728;
      color: rgba(41, 39, 40, var(--text-opacity)); }

/**/
/* Headline*/
/**/
/* A module which is being used in custom content section on PDP.*/
/* This offers different options for text alignment and padding.*/
/**/
.headline {
  padding-top: 2rem;
  padding-bottom: 2rem;
  /* NOTE: this is a new set of styles for headline.*/
  /* Should be standard headline style in typography.scss?*/
  /* ----------------------------------- Modifiers*/
  /* Padding*/ }
  @media (min-width: 768px) {
    .headline {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .headline .headline__text {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.75px; }
    @media (min-width: 768px) {
      .headline .headline__text {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px; } }
    @media (min-width: 768px) {
      .headline .headline__text {
        font-size: 56px;
        line-height: 72px;
        letter-spacing: 4px; } }
  .headline.headline--no-pb {
    padding-bottom: 0; }
  .headline.headline--no-pt {
    padding-top: 0; }
  .headline.headline--no-py {
    padding-top: 0;
    padding-bottom: 0; }

.projects-carousel {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  --mask: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 1) 5%,
    rgba(0, 0, 0, 1) 95%,
    transparent 100%
  );
  -webkit-mask-image: var(--mask);
  mask-image: var(--mask);
  /* override slick style*/ }
  @media (min-width: 560px) {
    .projects-carousel {
      padding-bottom: 0;
      overflow: hidden; } }
  .projects-carousel__image-container {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    /* height: $mobile-image-max-height;*/
    /* line-height: $mobile-image-max-height; // line height to allow image to vertically align middle*/
    margin-right: 6px;
    margin-left: 6px; }
    .projects-carousel__image-container:hover {
      cursor: zoom-in; }
    .projects-carousel__image-container:first-of-type {
      margin-left: 1.25rem; }
    .projects-carousel__image-container:last-of-type {
      margin-right: 1.25rem; }
    @media (min-width: 560px) {
      .projects-carousel__image-container {
        margin: 0 10px;
        height: 340px;
        line-height: 340px;
        /* line height to allow image to vertically align middle*/ } }
    @media (min-width: 768px) {
      .projects-carousel__image-container:first-of-type {
        margin-left: 6px; }
      .projects-carousel__image-container:last-of-type {
        margin-right: 6px; } }
    @media (min-width: 1024px) {
      .projects-carousel__image-container {
        height: 340px;
        line-height: 340px;
        /* line height to allow image to vertically align middle*/ } }
  .projects-carousel .slick-slide img {
    display: inline-block; }
  .projects-carousel__image {
    vertical-align: middle;
    /* max-width: $mobile-image-max-width;*/
    /* max-height: 100%;*/
    width: 80vw; }
    @media (min-width: 560px) {
      .projects-carousel__image {
        width: auto;
        max-width: 373px;
        max-height: 100%; } }
    @media screen and (min-width: 1025px) {
      .projects-carousel__image {
        max-width: 373px; } }
    @media (min-width: 560px) {
      .projects-carousel__image--square {
        max-width: 300px; } }
    @media screen and (min-width: 1025px) {
      .projects-carousel__image--square {
        max-width: 300px; } }
  .projects-carousel-arrows {
    display: none; }
    @media screen and (min-width: 560px) {
      .projects-carousel-arrows {
        margin-top: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .projects-carousel-arrows .slick-arrow {
      width: 35px;
      height: 35px; }
      .projects-carousel-arrows .slick-arrow:hover {
        /*https://stackoverflow.com/questions/40010597/how-do-i-apply-opacity-to-a-css-color-variable*/ }
        .projects-carousel-arrows .slick-arrow:hover .arrow {
          stroke: #fff; }
        .projects-carousel-arrows .slick-arrow:hover .circle {
          fill: color-mix(in srgb, var(--projects-light) 25%, transparent); }

/* @import url('modules/responsive-tables.scss');*/
/*================ TEMPLATES ================*/
/**/
/* Product*/
/**/
/* Global header navigation*/
/**/
@media (min-width: 768px) {
  .product-detail .product-detail__main {
    padding-bottom: 7.5rem; } }

.product-detail .product-detail__thumbnails {
  transition: 0.3s opacity ease-in-out 0.5s, 0.5s width cubic-bezier(0.32, 0.24, 0.15, 1), 0.5s padding cubic-bezier(0.32, 0.24, 0.15, 1), top 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .product-detail .product-detail__thumbnails img {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem; }
  .product-detail .product-detail__thumbnails .js-product-scroll:last-child img {
    margin-bottom: 0; }
  .product-detail .product-detail__thumbnails .video-thumb {
    display: block;
    position: relative;
    width: 100%;
    --bg-opacity: 1;
    background-color: #484949;
    background-color: rgba(72, 73, 73, var(--bg-opacity));
    min-height: 50px; }
    .product-detail .product-detail__thumbnails .video-thumb .play-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .product-detail .product-detail__thumbnails .video-thumb .play-icon svg {
        fill: white; }
  @media (min-width: 768px) {
    .product-detail .product-detail__thumbnails {
      position: sticky;
      top: calc(84px + 3.5rem); }
      .has-announcement .product-detail .product-detail__thumbnails {
        top: calc(84px + 37px + 3.5rem); }
      .js-scroll-direction-down .product-detail .product-detail__thumbnails {
        top: 4rem; } }
  @media (min-width: 1081px) {
    .product-detail .product-detail__thumbnails {
      top: calc(114px + 3.5rem); }
      .has-announcement .product-detail .product-detail__thumbnails {
        top: calc( 114px + 37px + 3.5rem); }
      .js-scroll-direction-down .product-detail .product-detail__thumbnails {
        top: 4rem; } }

.product-detail .product-detail__content {
  transition: 0.3s opacity ease-in-out 0.5s, 0.5s width cubic-bezier(0.32, 0.24, 0.15, 1), 0.5s padding cubic-bezier(0.32, 0.24, 0.15, 1), top 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
  @media (min-width: 768px) {
    .product-detail .product-detail__content {
      position: sticky;
      top: calc(84px + 3.5rem); }
      .has-announcement .product-detail .product-detail__content {
        top: calc(84px + 37px + 3.5rem); }
      .js-scroll-direction-down .product-detail .product-detail__content.rugpad-active {
        top: -4rem; } }
  @media (min-width: 768px) and (min-height: 748px) {
    .js-scroll-direction-down .product-detail .product-detail__content {
      top: 4rem; }
    .js-scroll-direction-down .product-detail .product-detail__content.rugpad-active {
      top: 4rem; } }
  .product-detail .product-detail__content .pillow-styles {
    letter-spacing: 0.5px; }
  @media (max-width: 767px) {
    .product-detail .product-detail__content .accordion .accordion__item:last-child, .product-detail .product-detail__content .accordion .ais-facets .ais-facet-conjunctive:last-child, .ais-facets .product-detail .product-detail__content .accordion .ais-facet-conjunctive:last-child,
    .product-detail .product-detail__content .accordion .ais-facets .ais-RefinementList:last-child, .ais-facets .product-detail .product-detail__content .accordion .ais-RefinementList:last-child,
    .product-detail .product-detail__content .accordion .ais-facets .ais-range-slider:last-child, .ais-facets .product-detail .product-detail__content .accordion .ais-range-slider:last-child,
    .product-detail .product-detail__content .accordion .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-facet-conjunctive:last-child, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .product-detail .product-detail__content .accordion .ais-facet-conjunctive:last-child,
    .product-detail .product-detail__content .accordion .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-RefinementList:last-child, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .product-detail .product-detail__content .accordion .ais-RefinementList:last-child,
    .product-detail .product-detail__content .accordion .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-range-slider:last-child, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .product-detail .product-detail__content .accordion .ais-range-slider:last-child {
      border-bottom: none; } }

.product-detail .product-detail__images {
  position: relative; }
  .product-detail .product-detail__images img {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem; }
    .product-detail .product-detail__images img:last-of-type {
      margin-bottom: 0; }
  .product-detail .product-detail__images .discontinued-badge {
    top: 12px;
    right: 12px; }
  @media (min-width: 768px) {
    .product-detail .product-detail__images .product-image.product-image--pillow {
      padding: 0 16.666%; } }
  @media (max-width: 767px) {
    .product-detail .product-detail__images {
      width: calc(100% + 24px);
      /* margin-left: 8px;*/
      padding-left: 0; }
      .product-detail .product-detail__images .slick-list {
        --bg-opacity: 1;
        background-color: #F7F7F7;
        background-color: rgba(247, 247, 247, var(--bg-opacity)); }
      .product-detail .product-detail__images .slick-track {
        display: flex;
        align-items: center; }
      .product-detail .product-detail__images .slick-dots {
        position: absolute;
        width: 100%;
        bottom: 1.5rem; } }

.product-detail .product-detail__alternative-products-link {
  visibility: hidden;
  max-height: 0;
  transition: 0.5s max-height cubic-bezier(0.32, 0.24, 0.15, 1), 0.01s visibility cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s; }
  .product-detail .product-detail__alternative-products-link button {
    opacity: 0;
    transition: 0.25s opacity cubic-bezier(0.32, 0.24, 0.15, 1), 0.01s visibility cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s; }
    .product-detail .product-detail__alternative-products-link button:hover {
      opacity: 0; }
  .product-detail .product-detail__alternative-products-link.active {
    visibility: visible;
    max-height: 4rem;
    transition: 0.5s max-height cubic-bezier(0.32, 0.24, 0.15, 1), 0.01s visibility cubic-bezier(0.32, 0.24, 0.15, 1); }
    .product-detail .product-detail__alternative-products-link.active button {
      opacity: 1;
      transition: 0.25s opacity cubic-bezier(0.32, 0.24, 0.15, 1) 0.55s; }

.product-detail .product-detail__magnifier {
  position: absolute;
  border-radius: 9999px;
  opacity: 0;
  width: 25px;
  height: 25px;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  transition: 0.25s background-color cubic-bezier(0.32, 0.24, 0.15, 1); }
  .product-detail .product-detail__magnifier:hover {
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
  .product-detail .product-detail__magnifier span {
    height: 1px;
    --bg-opacity: 1;
    background-color: #484949;
    background-color: rgba(72, 73, 73, var(--bg-opacity));
    display: block;
    position: absolute;
    width: 9px;
    left: 8px;
    bottom: 12px;
    transform-origin: center;
    transition: 0.5s transform cubic-bezier(0.32, 0.24, 0.15, 1); }
    .product-detail .product-detail__magnifier span:nth-child(2) {
      transform: rotate(-90deg); }

@media (min-width: 768px) {
  .js-pdp-magnifier-fullscreen .product-detail .product-detail__thumbnails {
    opacity: 0;
    transition: 0.3s opacity ease-in-out; }
  .js-pdp-magnifier-fullscreen .product-detail .product-detail__content {
    opacity: 0;
    padding: 0;
    width: 0%;
    transition: 0.3s opacity ease-in-out, 0.5s width cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s, 0.5s padding cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
  .js-pdp-magnifier-fullscreen .product-detail .product-detail__images {
    width: 83.33333%; }
  .js-pdp-magnifier-fullscreen .product-detail .product-detail__magnifier {
    opacity: 1;
    transition: 0.5s opacity cubic-bezier(0.32, 0.24, 0.15, 1) 0.3s; }
    .js-pdp-magnifier-fullscreen .product-detail .product-detail__magnifier span {
      transform: rotate(-45deg);
      /* transition: .5s transform $ease .3s;*/ }
      .js-pdp-magnifier-fullscreen .product-detail .product-detail__magnifier span:nth-child(2) {
        transform: rotate(-135deg); }
  .js-pdp-magnifier-fullscreen .product-detail .js-s3-photo-data {
    display: none; } }

#Quantity,
.quantity-select {
  display: inline-block;
  background-image: url("./icon-caret-bottom.svg");
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: calc(100% - 16px) center;
  padding: 11px 28px 11px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 560px) {
    #Quantity,
    .quantity-select {
      padding: 17px 28px 17px 16px; } }

.qty-no-dropdown {
  background-image: none !important; }

.variant-quantity {
  margin-bottom: 1.5rem; }
  @media (min-width: 560px) {
    .variant-quantity {
      display: block; }
      .variant-quantity .input-number {
        /*flex: 0 0 $inputNumberWidth;*/ } }
  @media (min-width: 768px) {
    .variant-quantity {
      display: block; } }
  @media (min-width: 1320px) {
    .variant-quantity {
      display: block; }
      .variant-quantity select.js-variant-dropdown {
        width: auto;
        flex: 1 1 0%;
        margin-bottom: 0; } }
  .variant-quantity *:focus {
    outline: none !important; }

.top-border {
  border-top: 1px solid #efefef; }

.cursor-custom {
  cursor: url("custom-cursor.png"), crosshair;
  cursor: -webkit-image-set(url("custom-cursor.png") 1x, url("custom-cursor-hi.png") 2x), crosshair; }

.cursor-zooming {
  cursor: zoom-in; }
  .js-pdp-magnifier-fullscreen .cursor-zooming {
    cursor: zoom-out; }

.product-custom-contents.active {
  border-top-width: 1px;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media (min-width: 768px) {
    .product-custom-contents.active {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }

.tearsheet-link span {
  display: inline-block;
  padding: 0 0 0 10px; }

.tearsheet-link:hover #Rectangle,
.tearsheet-link:hover #Rectangle-4,
.tearsheet-link:hover #Triangle {
  transition: 0.2s all ease-in-out; }

.tearsheet-link:hover #Rectangle,
.tearsheet-link:hover #Rectangle-4 {
  fill: #484949 !important; }

.tearsheet-link:hover #Triangle {
  stroke: #484949 !important; }

.pdp-collection-carousel .scroll-disabled svg {
  opacity: 0.25; }

.pdp-collection-carousel .scroll-prev,
.pdp-collection-carousel .scroll-next {
  font-size: 20px;
  line-height: 0;
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #484949;
  border: none;
  outline: none;
  z-index: 100;
  background: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid #e5e5e5; }
  @media (min-width: 768px) {
    .pdp-collection-carousel .scroll-prev,
    .pdp-collection-carousel .scroll-next {
      bottom: -25.45vw; } }
  @media (min-width: 1024px) {
    .pdp-collection-carousel .scroll-prev,
    .pdp-collection-carousel .scroll-next {
      bottom: -15.95vw; } }
  @media (min-width: 1320px) {
    .pdp-collection-carousel .scroll-prev,
    .pdp-collection-carousel .scroll-next {
      bottom: -213px; } }
  @media (min-width: 1024px) {
    .pdp-collection-carousel .scroll-prev,
    .pdp-collection-carousel .scroll-next {
      display: block; } }
  .pdp-collection-carousel .scroll-prev .icon,
  .pdp-collection-carousel .scroll-next .icon {
    display: inline-block;
    width: 8px;
    height: 27px;
    vertical-align: middle;
    fill: #484949; }

.pdp-collection-carousel .scroll-next {
  float: right;
  right: 15px; }
  .pdp-collection-carousel .scroll-next svg {
    transform: scale(-1);
    position: relative;
    margin-left: 10px; }

.pdp-collection-carousel .scroll-prev {
  left: 15px;
  float: left; }
  .pdp-collection-carousel .scroll-prev svg {
    position: relative;
    margin-left: 9px; }

@media (min-width: 768px) {
  .pillow-carousel .scroll-prev,
  .pillow-carousel .scroll-next {
    bottom: -16.05vw; } }

@media (min-width: 1024px) {
  .pillow-carousel .scroll-prev,
  .pillow-carousel .scroll-next {
    bottom: -10.35vw; } }

@media (min-width: 1320px) {
  .pillow-carousel .scroll-prev,
  .pillow-carousel .scroll-next {
    bottom: -137px; } }

.scrollable-div {
  width: auto;
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
  margin-bottom: 24px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  @media (min-width: 768px) {
    .scrollable-div {
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    .scrollable-div {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .scrollable-div#similar-products-container {
      margin-left: 24px; } }
  .scrollable-div .product-card {
    white-space: initial; }
    @media (max-width: 767px) {
      .scrollable-div .product-card {
        width: 48vw; }
        .scrollable-div .product-card__name {
          white-space: initial; } }
    .scrollable-div .product-card:not(:first-of-type) {
      padding-left: 12px; }
      @media (min-width: 768px) {
        .scrollable-div .product-card:not(:first-of-type) {
          padding-left: 24px; } }
    .scrollable-div .product-card .product-card__image-wrapper,
    .scrollable-div .product-card .product-card__name,
    .scrollable-div .product-card .product-card__collection,
    .scrollable-div .product-card .collection-card .collection-card__collection,
    .collection-card .scrollable-div .product-card .collection-card__collection {
      width: 45vw; }
      @media (min-width: 768px) {
        .scrollable-div .product-card .product-card__image-wrapper,
        .scrollable-div .product-card .product-card__name,
        .scrollable-div .product-card .product-card__collection,
        .scrollable-div .product-card .collection-card .collection-card__collection,
        .collection-card .scrollable-div .product-card .collection-card__collection {
          width: 33vw; } }
      @media (min-width: 1024px) {
        .scrollable-div .product-card .product-card__image-wrapper,
        .scrollable-div .product-card .product-card__name,
        .scrollable-div .product-card .product-card__collection,
        .scrollable-div .product-card .collection-card .collection-card__collection,
        .collection-card .scrollable-div .product-card .collection-card__collection {
          width: 21vw; } }
      @media (min-width: 1320px) {
        .scrollable-div .product-card .product-card__image-wrapper,
        .scrollable-div .product-card .product-card__name,
        .scrollable-div .product-card .product-card__collection,
        .scrollable-div .product-card .collection-card .collection-card__collection,
        .collection-card .scrollable-div .product-card .collection-card__collection {
          width: 284px; } }
    .scrollable-div .product-card .product-card__sizes span:hover,
    .scrollable-div .product-card .product-card__sizes span:focus {
      color: #484949;
      cursor: default; }
  .scrollable-div::-webkit-scrollbar {
    display: none; }

.collection-slider__slide .scroll-prev,
.collection-slider__slide .scroll-next {
  background: transparent;
  position: static;
  bottom: 0 !important;
  border: 1px solid #292728;
  transform: none; }

.collection-slider__slide .scroll-disabled {
  opacity: 0.25; }
  .collection-slider__slide .scroll-disabled svg {
    opacity: 1; }

.fauxUi-target {
  border-radius: 99999px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  box-shadow: none;
  margin: 0; }
  @media (min-width: 768px) {
    .fauxUi-target {
      margin: 0 32px; } }

@media (min-width: 1024px) {
  .similar-products .fauxUi-target,
  .similar-products .fauxUi-track {
    display: none; } }

.fauxUi-horizontal {
  height: 8px; }
  .fauxUi-horizontal .fauxUi-handle {
    width: 50px;
    right: -25px;
    height: 8px;
    top: -1px;
    border: 0 solid #fff; }
    @media (min-width: 768px) {
      .fauxUi-horizontal .fauxUi-handle {
        width: 100px;
        right: -55px; } }
    .fauxUi-horizontal .fauxUi-handle:focus {
      outline: none; }

.fauxUi-handle:before,
.fauxUi-handle:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  left: 14px;
  top: 6px; }

.fauxUi-touch-area {
  background: #bebfbf;
  border-radius: 99999px;
  position: relative;
  width: 48px;
  height: 8px;
  top: 8px;
  z-index: 2; }
  @media (min-width: 768px) {
    .fauxUi-touch-area {
      width: 90px; } }

.fauxUi-track {
  width: calc(100% - 48px);
  margin: 0; }
  @media (min-width: 768px) {
    .fauxUi-track {
      width: calc(100% - 154px);
      margin: 40px 32px 0; } }

.rug-pad__wrapper {
  container: rug-pad / inline-size; }
  .rug-pad__wrapper .rug-pad--compare {
    padding-left: 0.25rem;
    text-decoration: line-through;
    color: #757575; }

.rug-pad__desktop {
  display: none; }

.rug-pad__image {
  margin-right: 1rem;
  max-width: 62px; }

.rug-pad__details {
  flex-direction: column; }

@container rug-pad (min-width: 430px) {
  .rug-pad__image {
    margin-right: 1.5rem;
    max-width: 102px; }
  .rug-pad__mobile {
    display: none; }
  .rug-pad__desktop {
    display: block; }
  .rug-pad__desktop--flex {
    display: flex; }
  .rug-pad__details {
    flex-direction: row; } }

/*https://codepen.io/aleason/details/rNaVBQX - separator is hidden when flex wraps*/
.collaboration-border {
  position: relative;
  padding-left: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem);
  transform: translateX(calc(clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem) * -1)); }
  .collaboration-border::before {
    content: '';
    width: 1px;
    height: clamp(0.625rem, 0.188vw + 0.581rem, 0.75rem);
    background-color: #bebfbf;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }

/**/
/* How To Buy Block*/
/**/
/* Simple gray background box appears on How To Buy Page.*/
/**/
.how-to-buy-block {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  text-align: center;
  padding: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }
  @media (min-width: 560px) {
    .how-to-buy-block {
      padding-left: 3.5rem;
      padding-right: 3.5rem; } }
  @media screen and (max-width: 375px) {
    .how-to-buy-block {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .how-to-buy-block .how-to-buy-block__head {
    margin-bottom: 2.5rem; }
    @media (max-width: 767px) {
      .how-to-buy-block .how-to-buy-block__head h4 {
        margin-bottom: 0.5rem; } }
    .how-to-buy-block .how-to-buy-block__head span {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px; }
    @media (min-width: 768px) {
      .how-to-buy-block .how-to-buy-block__head {
        margin-bottom: 4rem; } }
  .how-to-buy-block .how-to-buy-block__desc {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px; }
    @media (min-width: 768px) {
      .how-to-buy-block .how-to-buy-block__desc {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.75px; } }
    .how-to-buy-block .how-to-buy-block__desc a {
      --text-opacity: 1;
      color: #757575;
      color: rgba(117, 117, 117, var(--text-opacity));
      text-decoration: none;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      transition: 0.2s color ease-in-out;
      font-family: "freight-text-pro", serif;
      text-decoration: underline; }
      .how-to-buy-block .how-to-buy-block__desc a:hover, .how-to-buy-block .how-to-buy-block__desc a:focus {
        --text-opacity: 1;
        color: #484949;
        color: rgba(72, 73, 73, var(--text-opacity)); }
      .how-to-buy-block .how-to-buy-block__desc a:active {
        --text-opacity: 1;
        color: #757575;
        color: rgba(117, 117, 117, var(--text-opacity)); }
      .how-to-buy-block .how-to-buy-block__desc a--grey-7 {
        --text-opacity: 1;
        color: #292728;
        color: rgba(41, 39, 40, var(--text-opacity)); }
        .how-to-buy-block .how-to-buy-block__desc a--grey-7:hover, .how-to-buy-block .how-to-buy-block__desc a--grey-7:focus {
          --text-opacity: 1;
          color: #757575;
          color: rgba(117, 117, 117, var(--text-opacity)); }
  .how-to-buy-block .find-a-retailer {
    margin-top: 0.25rem; }

/**/
/* Normal Collection Landing Page*/
/**/
/* Global header navigation*/
/**/
.collection-normal .collection-normal__collaboration {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px; }

.collection-normal .collection-normal__description {
  margin-bottom: 2.5rem;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    .collection-normal .collection-normal__description {
      margin-bottom: 3rem;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.75px; } }

@media (max-width: 767px) {
  .collection-normal .collection-normal__info h1 {
    margin-bottom: 1rem; }
  .collection-normal .collection-normal__info .collection-normal__description {
    margin-bottom: 2rem; }
  .collection-normal .component {
    padding-bottom: 1.5rem; } }

/* @import url('templates/checkout.scss');*/
/**/
/* Editorial Landing Page*/
/**/
/* For the top section with featured article.*/
/**/
@media (min-width: 1024px) {
  .editorial-landing .editorial-landing__feature {
    position: sticky;
    top: calc(84px + 4rem);
    transition: top 0.3s cubic-bezier(0.32, 0.24, 0.15, 1);
    max-height: calc(100vh - 84px - 4rem); }
    .has-announcement .editorial-landing .editorial-landing__feature {
      top: calc(84px + 37px + 4rem);
      max-height: calc( 100vh - 84px - 37px - 4rem); }
    .js-scroll-direction-down .editorial-landing .editorial-landing__feature {
      top: 4rem;
      max-height: calc(100vh - 4rem); } }

@media (min-width: 1081px) {
  .editorial-landing .editorial-landing__feature {
    top: calc(114px + 4rem);
    max-height: calc(100vh - 114px - 4rem); }
    .has-announcement .editorial-landing .editorial-landing__feature {
      top: calc( 114px + 37px + 4rem);
      max-height: calc( 100vh - 114px - 37px - 4rem); } }

@media (min-width: 1024px) and (max-height: 800px) {
  .editorial-landing .editorial-landing__feature {
    overflow-y: scroll; } }

@media (max-width: 767px) {
  .editorial-landing .max-w-sm,
  .editorial-landing .p1,
  .editorial-landing .standard-card__desc {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px; } }

.editorial-landing__right > div {
  /* Smaller than tablet size*/
  /* Mobile only*/
  width: 100%;
  /* Mobile up*/
  /* Desktop*/ }
  .editorial-landing__right > div .standard-card.js-in-viewport {
    opacity: 0;
    will-change: transform, opacity;
    transform: translate3d(0, 3%, 0); }
  .no-js .editorial-landing__right > div .standard-card, .editorial-landing__right > div .standard-card.js-in-viewport.in-viewport {
    transition: opacity 1s cubic-bezier(0.32, 0.24, 0.15, 1), transform 1s cubic-bezier(0.32, 0.24, 0.15, 1);
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  @media (min-width: 560px) {
    .editorial-landing__right > div .standard-card.js-in-viewport.in-viewport:nth-child(2n + 1) {
      transition-delay: calc(0.1s * (1 - 1)); }
    .editorial-landing__right > div .standard-card.js-in-viewport.in-viewport:nth-child(2n + 2) {
      transition-delay: calc(0.1s * (2 - 1)); } }
  @media (max-width: 1023px) {
    .editorial-landing__right > div {
      /* sass-lint:disable*/
      zoom: 1;
      float: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      /* padding-left: $grid-gutter;*/
      width: calc(100% - 24px); }
      .editorial-landing__right > div::after {
        content: '';
        display: table;
        clear: both; }
      .editorial-landing__right > div .standard-card {
        /* @extend .grid__item;*/
        width: 100%; }
        .editorial-landing__right > div .standard-card:nth-child(2n + 1) {
          transform: translate3d(1.5rem, 3%, 0); }
          .no-js .editorial-landing__right > div .standard-card:nth-child(2n + 1), .editorial-landing__right > div .standard-card:nth-child(2n + 1).js-in-viewport.in-viewport {
            transform: translate3d(0, 0, 0); } }
  .editorial-landing__right > div .standard-card {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .editorial-landing__right > div .standard-card:nth-child(2n + 1) {
      transform: translate3d(0, 3%, 0); }
      .no-js .editorial-landing__right > div .standard-card:nth-child(2n + 1), .editorial-landing__right > div .standard-card:nth-child(2n + 1).js-in-viewport.in-viewport {
        transform: translate3d(0, 0, 0); }
  @media (min-width: 560px) {
    .editorial-landing__right > div {
      width: auto; }
      .editorial-landing__right > div .standard-card {
        /* @extend .grid__item;*/
        width: 100%; }
        .editorial-landing__right > div .standard-card:nth-child(2n + 1) {
          transform: translate3d(1.5rem, 3%, 0); }
          .no-js .editorial-landing__right > div .standard-card:nth-child(2n + 1), .editorial-landing__right > div .standard-card:nth-child(2n + 1).js-in-viewport.in-viewport {
            transform: translate3d(0, 0, 0); } }
  @media (min-width: 768px) {
    .editorial-landing__right > div .standard-card:last-child {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .editorial-landing__right > div .standard-card {
      padding-left: 10%;
      padding-right: 10%; }
    .editorial-landing__right > div .standard-card.js-in-viewport.in-viewport {
      transition-delay: 0; } }

.editorial-normal #results .grid__item.js-in-viewport, .editorial-normal #results .card-block .js-in-viewport.card-block__item, .card-block .editorial-normal #results .js-in-viewport.card-block__item, .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.card-block__item, .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.aa-suggestion, .editorial-normal #results .three-driver .js-in-viewport.three-driver__item, .three-driver .editorial-normal #results .js-in-viewport.three-driver__item, .editorial-normal #results .img-showcase-two .js-in-viewport.img-showcase-two__big, .img-showcase-two .editorial-normal #results .js-in-viewport.img-showcase-two__big,
.editorial-normal #results .img-showcase-two .js-in-viewport.img-showcase-two__small, .img-showcase-two .editorial-normal #results .js-in-viewport.img-showcase-two__small, .editorial-normal #results .lead-copy .js-in-viewport.lead-copy__wrapper, .lead-copy .editorial-normal #results .js-in-viewport.lead-copy__wrapper, .editorial-normal #results .copy-image .js-in-viewport.copy-image__copy, .copy-image .editorial-normal #results .js-in-viewport.copy-image__copy, .editorial-normal #results .copy-image .js-in-viewport.copy-image__image, .copy-image .editorial-normal #results .js-in-viewport.copy-image__image, .editorial-normal #results .quote-image .js-in-viewport.quote-image__quote, .quote-image .editorial-normal #results .js-in-viewport.quote-image__quote, .editorial-normal #results .quote-image .js-in-viewport.quote-image__image, .quote-image .editorial-normal #results .js-in-viewport.quote-image__image, .editorial-normal #results .single-quote .js-in-viewport.single-quote__quote, .single-quote .editorial-normal #results .js-in-viewport.single-quote__quote, .editorial-normal #results .cart .js-in-viewport.cart__table, .cart .editorial-normal #results .js-in-viewport.cart__table {
  opacity: 0;
  will-change: transform, opacity;
  transform: translate3d(0, 3%, 0); }

.no-js .editorial-normal #results .grid__item, .no-js .editorial-normal #results .card-block .card-block__item, .card-block .no-js .editorial-normal #results .card-block__item, .no-js .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .no-js .editorial-normal #results .card-block__item, .no-js .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .no-js .editorial-normal #results .aa-suggestion, .no-js .editorial-normal #results .three-driver .three-driver__item, .three-driver .no-js .editorial-normal #results .three-driver__item, .no-js .editorial-normal #results .img-showcase-two .img-showcase-two__big, .img-showcase-two .no-js .editorial-normal #results .img-showcase-two__big,
.no-js .editorial-normal #results .img-showcase-two .img-showcase-two__small, .img-showcase-two .no-js .editorial-normal #results .img-showcase-two__small, .no-js .editorial-normal #results .lead-copy .lead-copy__wrapper, .lead-copy .no-js .editorial-normal #results .lead-copy__wrapper, .no-js .editorial-normal #results .copy-image .copy-image__copy, .copy-image .no-js .editorial-normal #results .copy-image__copy, .no-js .editorial-normal #results .copy-image .copy-image__image, .copy-image .no-js .editorial-normal #results .copy-image__image, .no-js .editorial-normal #results .quote-image .quote-image__quote, .quote-image .no-js .editorial-normal #results .quote-image__quote, .no-js .editorial-normal #results .quote-image .quote-image__image, .quote-image .no-js .editorial-normal #results .quote-image__image, .no-js .editorial-normal #results .single-quote .single-quote__quote, .single-quote .no-js .editorial-normal #results .single-quote__quote, .no-js .editorial-normal #results .cart .cart__table, .cart .no-js .editorial-normal #results .cart__table, .editorial-normal #results .grid__item.js-in-viewport.in-viewport, .editorial-normal #results .card-block .js-in-viewport.in-viewport.card-block__item, .card-block .editorial-normal #results .js-in-viewport.in-viewport.card-block__item, .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.card-block__item, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.card-block__item, .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.aa-suggestion, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.aa-suggestion, .editorial-normal #results .three-driver .js-in-viewport.in-viewport.three-driver__item, .three-driver .editorial-normal #results .js-in-viewport.in-viewport.three-driver__item, .editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__big, .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__big,
.editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__small, .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__small, .editorial-normal #results .lead-copy .js-in-viewport.in-viewport.lead-copy__wrapper, .lead-copy .editorial-normal #results .js-in-viewport.in-viewport.lead-copy__wrapper, .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__copy, .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__copy, .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__image, .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__image, .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__quote, .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__quote, .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__image, .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__image, .editorial-normal #results .single-quote .js-in-viewport.in-viewport.single-quote__quote, .single-quote .editorial-normal #results .js-in-viewport.in-viewport.single-quote__quote, .editorial-normal #results .cart .js-in-viewport.in-viewport.cart__table, .cart .editorial-normal #results .js-in-viewport.in-viewport.cart__table {
  transition: opacity 1s cubic-bezier(0.32, 0.24, 0.15, 1), transform 1s cubic-bezier(0.32, 0.24, 0.15, 1);
  opacity: 1;
  transform: translate3d(0, 0, 0); }

@media (min-width: 560px) {
  .editorial-normal #results .grid__item.js-in-viewport.in-viewport:nth-child(2n + 1), .editorial-normal #results .card-block .js-in-viewport.in-viewport.card-block__item:nth-child(2n + 1), .card-block .editorial-normal #results .js-in-viewport.in-viewport.card-block__item:nth-child(2n + 1), .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.card-block__item:nth-child(2n + 1), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.card-block__item:nth-child(2n + 1), .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.aa-suggestion:nth-child(2n + 1), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.aa-suggestion:nth-child(2n + 1), .editorial-normal #results .three-driver .js-in-viewport.in-viewport.three-driver__item:nth-child(2n + 1), .three-driver .editorial-normal #results .js-in-viewport.in-viewport.three-driver__item:nth-child(2n + 1), .editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__big:nth-child(2n + 1), .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__big:nth-child(2n + 1),
  .editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__small:nth-child(2n + 1), .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__small:nth-child(2n + 1), .editorial-normal #results .lead-copy .js-in-viewport.in-viewport.lead-copy__wrapper:nth-child(2n + 1), .lead-copy .editorial-normal #results .js-in-viewport.in-viewport.lead-copy__wrapper:nth-child(2n + 1), .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__copy:nth-child(2n + 1), .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__copy:nth-child(2n + 1), .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__image:nth-child(2n + 1), .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__image:nth-child(2n + 1), .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__quote:nth-child(2n + 1), .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__quote:nth-child(2n + 1), .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__image:nth-child(2n + 1), .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__image:nth-child(2n + 1), .editorial-normal #results .single-quote .js-in-viewport.in-viewport.single-quote__quote:nth-child(2n + 1), .single-quote .editorial-normal #results .js-in-viewport.in-viewport.single-quote__quote:nth-child(2n + 1), .editorial-normal #results .cart .js-in-viewport.in-viewport.cart__table:nth-child(2n + 1), .cart .editorial-normal #results .js-in-viewport.in-viewport.cart__table:nth-child(2n + 1) {
    transition-delay: calc(0.1s * (1 - 1)); }
  .editorial-normal #results .grid__item.js-in-viewport.in-viewport:nth-child(2n + 2), .editorial-normal #results .card-block .js-in-viewport.in-viewport.card-block__item:nth-child(2n + 2), .card-block .editorial-normal #results .js-in-viewport.in-viewport.card-block__item:nth-child(2n + 2), .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.card-block__item:nth-child(2n + 2), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.card-block__item:nth-child(2n + 2), .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.aa-suggestion:nth-child(2n + 2), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.aa-suggestion:nth-child(2n + 2), .editorial-normal #results .three-driver .js-in-viewport.in-viewport.three-driver__item:nth-child(2n + 2), .three-driver .editorial-normal #results .js-in-viewport.in-viewport.three-driver__item:nth-child(2n + 2), .editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__big:nth-child(2n + 2), .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__big:nth-child(2n + 2),
  .editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__small:nth-child(2n + 2), .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__small:nth-child(2n + 2), .editorial-normal #results .lead-copy .js-in-viewport.in-viewport.lead-copy__wrapper:nth-child(2n + 2), .lead-copy .editorial-normal #results .js-in-viewport.in-viewport.lead-copy__wrapper:nth-child(2n + 2), .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__copy:nth-child(2n + 2), .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__copy:nth-child(2n + 2), .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__image:nth-child(2n + 2), .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__image:nth-child(2n + 2), .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__quote:nth-child(2n + 2), .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__quote:nth-child(2n + 2), .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__image:nth-child(2n + 2), .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__image:nth-child(2n + 2), .editorial-normal #results .single-quote .js-in-viewport.in-viewport.single-quote__quote:nth-child(2n + 2), .single-quote .editorial-normal #results .js-in-viewport.in-viewport.single-quote__quote:nth-child(2n + 2), .editorial-normal #results .cart .js-in-viewport.in-viewport.cart__table:nth-child(2n + 2), .cart .editorial-normal #results .js-in-viewport.in-viewport.cart__table:nth-child(2n + 2) {
    transition-delay: calc(0.1s * (2 - 1)); } }

@media (min-width: 1024px) {
  .editorial-normal #results .grid__item.js-in-viewport.in-viewport:nth-child(3n + 1), .editorial-normal #results .card-block .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 1), .card-block .editorial-normal #results .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 1), .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 1), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 1), .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.aa-suggestion:nth-child(3n + 1), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.aa-suggestion:nth-child(3n + 1), .editorial-normal #results .three-driver .js-in-viewport.in-viewport.three-driver__item:nth-child(3n + 1), .three-driver .editorial-normal #results .js-in-viewport.in-viewport.three-driver__item:nth-child(3n + 1), .editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__big:nth-child(3n + 1), .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__big:nth-child(3n + 1),
  .editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__small:nth-child(3n + 1), .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__small:nth-child(3n + 1), .editorial-normal #results .lead-copy .js-in-viewport.in-viewport.lead-copy__wrapper:nth-child(3n + 1), .lead-copy .editorial-normal #results .js-in-viewport.in-viewport.lead-copy__wrapper:nth-child(3n + 1), .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__copy:nth-child(3n + 1), .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__copy:nth-child(3n + 1), .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__image:nth-child(3n + 1), .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__image:nth-child(3n + 1), .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__quote:nth-child(3n + 1), .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__quote:nth-child(3n + 1), .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__image:nth-child(3n + 1), .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__image:nth-child(3n + 1), .editorial-normal #results .single-quote .js-in-viewport.in-viewport.single-quote__quote:nth-child(3n + 1), .single-quote .editorial-normal #results .js-in-viewport.in-viewport.single-quote__quote:nth-child(3n + 1), .editorial-normal #results .cart .js-in-viewport.in-viewport.cart__table:nth-child(3n + 1), .cart .editorial-normal #results .js-in-viewport.in-viewport.cart__table:nth-child(3n + 1) {
    transition-delay: calc(0.1s * (1 - 1)); }
  .editorial-normal #results .grid__item.js-in-viewport.in-viewport:nth-child(3n + 2), .editorial-normal #results .card-block .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 2), .card-block .editorial-normal #results .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 2), .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 2), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 2), .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.aa-suggestion:nth-child(3n + 2), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.aa-suggestion:nth-child(3n + 2), .editorial-normal #results .three-driver .js-in-viewport.in-viewport.three-driver__item:nth-child(3n + 2), .three-driver .editorial-normal #results .js-in-viewport.in-viewport.three-driver__item:nth-child(3n + 2), .editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__big:nth-child(3n + 2), .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__big:nth-child(3n + 2),
  .editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__small:nth-child(3n + 2), .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__small:nth-child(3n + 2), .editorial-normal #results .lead-copy .js-in-viewport.in-viewport.lead-copy__wrapper:nth-child(3n + 2), .lead-copy .editorial-normal #results .js-in-viewport.in-viewport.lead-copy__wrapper:nth-child(3n + 2), .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__copy:nth-child(3n + 2), .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__copy:nth-child(3n + 2), .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__image:nth-child(3n + 2), .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__image:nth-child(3n + 2), .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__quote:nth-child(3n + 2), .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__quote:nth-child(3n + 2), .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__image:nth-child(3n + 2), .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__image:nth-child(3n + 2), .editorial-normal #results .single-quote .js-in-viewport.in-viewport.single-quote__quote:nth-child(3n + 2), .single-quote .editorial-normal #results .js-in-viewport.in-viewport.single-quote__quote:nth-child(3n + 2), .editorial-normal #results .cart .js-in-viewport.in-viewport.cart__table:nth-child(3n + 2), .cart .editorial-normal #results .js-in-viewport.in-viewport.cart__table:nth-child(3n + 2) {
    transition-delay: calc(0.1s * (2 - 1)); }
  .editorial-normal #results .grid__item.js-in-viewport.in-viewport:nth-child(3n + 3), .editorial-normal #results .card-block .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 3), .card-block .editorial-normal #results .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 3), .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 3), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.card-block__item:nth-child(3n + 3), .editorial-normal #results .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .js-in-viewport.in-viewport.aa-suggestion:nth-child(3n + 3), .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .editorial-normal #results .js-in-viewport.in-viewport.aa-suggestion:nth-child(3n + 3), .editorial-normal #results .three-driver .js-in-viewport.in-viewport.three-driver__item:nth-child(3n + 3), .three-driver .editorial-normal #results .js-in-viewport.in-viewport.three-driver__item:nth-child(3n + 3), .editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__big:nth-child(3n + 3), .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__big:nth-child(3n + 3),
  .editorial-normal #results .img-showcase-two .js-in-viewport.in-viewport.img-showcase-two__small:nth-child(3n + 3), .img-showcase-two .editorial-normal #results .js-in-viewport.in-viewport.img-showcase-two__small:nth-child(3n + 3), .editorial-normal #results .lead-copy .js-in-viewport.in-viewport.lead-copy__wrapper:nth-child(3n + 3), .lead-copy .editorial-normal #results .js-in-viewport.in-viewport.lead-copy__wrapper:nth-child(3n + 3), .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__copy:nth-child(3n + 3), .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__copy:nth-child(3n + 3), .editorial-normal #results .copy-image .js-in-viewport.in-viewport.copy-image__image:nth-child(3n + 3), .copy-image .editorial-normal #results .js-in-viewport.in-viewport.copy-image__image:nth-child(3n + 3), .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__quote:nth-child(3n + 3), .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__quote:nth-child(3n + 3), .editorial-normal #results .quote-image .js-in-viewport.in-viewport.quote-image__image:nth-child(3n + 3), .quote-image .editorial-normal #results .js-in-viewport.in-viewport.quote-image__image:nth-child(3n + 3), .editorial-normal #results .single-quote .js-in-viewport.in-viewport.single-quote__quote:nth-child(3n + 3), .single-quote .editorial-normal #results .js-in-viewport.in-viewport.single-quote__quote:nth-child(3n + 3), .editorial-normal #results .cart .js-in-viewport.in-viewport.cart__table:nth-child(3n + 3), .cart .editorial-normal #results .js-in-viewport.in-viewport.cart__table:nth-child(3n + 3) {
    transition-delay: calc(0.1s * (3 - 1)); } }

@media (max-width: 767px) {
  .js-other-collaborations .standard-card__desc {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px; } }

.project-card {
  display: block;
  width: 100%;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #484949;
  background-color: rgba(72, 73, 73, var(--bg-opacity));
  text-align: center;
  padding-top: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 768px) {
    .project-card {
      padding-top: 2.5rem;
      padding-left: 22px;
      padding-right: 22px; } }
  .project-card .project-card__title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 3.5px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .project-card .project-card__title {
        font-size: 24px;
        line-height: 34px; } }
  .project-card .project-card__carousel {
    position: relative; }
    .project-card .project-card__carousel .slick-arrow {
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 1;
      z-index: 1;
      text-indent: -9999px;
      background-image: url("./icon-caret-thin-white.svg");
      background-size: 8px auto;
      top: 50%;
      transform: translateY(-50%);
      transition: opacity 0.3s cubic-bezier(0.32, 0.24, 0.15, 1); }
      .project-card .project-card__carousel .slick-arrow.slick-prev {
        left: -0.7rem; }
        @media (min-width: 768px) {
          .project-card .project-card__carousel .slick-arrow.slick-prev {
            left: -0.4rem; } }
      .project-card .project-card__carousel .slick-arrow.slick-next {
        background-image: url("./icon-caret-thin-white-right.svg");
        right: -0.7rem; }
        @media (min-width: 768px) {
          .project-card .project-card__carousel .slick-arrow.slick-next {
            right: -0.4rem; } }
      .project-card .project-card__carousel .slick-arrow.slick-disabled {
        opacity: 0; }
      .project-card .project-card__carousel .slick-arrow:hover {
        opacity: 0.5; }
      .project-card .project-card__carousel .slick-arrow:focus {
        outline: none; }
    .project-card .project-card__carousel .slick-dots {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      bottom: 2rem; }
      @media (min-width: 768px) {
        .project-card .project-card__carousel .slick-dots {
          bottom: 0.5rem; } }
      .project-card .project-card__carousel .slick-dots li {
        background-color: transparent;
        border-width: 1px;
        --border-opacity: 1;
        border-color: #ffffff;
        border-color: rgba(255, 255, 255, var(--border-opacity));
        cursor: pointer;
        margin: 0 6px; }
        .project-card .project-card__carousel .slick-dots li.slick-active {
          --bg-opacity: 1;
          background-color: #ffffff;
          background-color: rgba(255, 255, 255, var(--bg-opacity)); }
  .project-card .project-card__image-container {
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(5 / 4 * 100%);
    aspect-ratio: 4 / 5; }
  .project-card .project-card__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-fit: cover; }
  .project-card .project-card__text-container {
    position: relative;
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .project-card .project-card__text-container {
        height: 190px; }
        .project-card .project-card__text-container .project-card__text-content {
          left: 0;
          right: 0;
          position: absolute;
          display: block;
          width: 100%;
          --transform-translate-x: 0;
          --transform-translate-y: 0;
          --transform-rotate: 0;
          --transform-skew-x: 0;
          --transform-skew-y: 0;
          --transform-scale-x: 1;
          --transform-scale-y: 1;
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          --transform-translate-y: -50%;
          top: 50%; } }

.projects-filler-card {
  display: block;
  position: relative;
  width: 100%;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #484949;
  background-color: rgba(72, 73, 73, var(--bg-opacity));
  text-align: center;
  height: 100%;
  min-height: 482px; }
  @media (max-width: 1023px) {
    .projects-filler-card {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      margin-top: 0;
      width: calc(100% + 48px); } }
  .projects-filler-card .projects-filler-card__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (min-width: 560px) {
      .projects-filler-card .projects-filler-card__image {
        display: none; } }
    @media (min-width: 1024px) {
      .projects-filler-card .projects-filler-card__image {
        display: block; } }
  .projects-filler-card .projects-filler-card__image-tablet {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none; }
    @media (min-width: 560px) {
      .projects-filler-card .projects-filler-card__image-tablet {
        display: block; } }
    @media (min-width: 1024px) {
      .projects-filler-card .projects-filler-card__image-tablet {
        display: none; } }
  .projects-filler-card .projects-filler-card__content {
    position: absolute;
    width: 100%;
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    left: 0;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-translate-y: -50%;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    top: 50%; }

/**/
/* Cart*/
/**/
/* styles for cart page only*/
/**/
/* Variables*/
.template-cart div,
.template-cart input,
.template-cart textarea {
  border-color: #e5e5e5; }

.template-cart textarea:focus,
.template-cart input:focus {
  border-color: #484949; }

.template-cart textarea {
  min-height: unset; }

.template-cart .border-red {
  border-color: #b83c23 !important; }

.template-cart .cart__notes {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 1175px) {
    .template-cart .cart__notes {
      padding-left: 0;
      padding-right: 0; } }

.template-cart .special__instructions {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 18px; }
  @media (min-width: 768px) {
    .template-cart .special__instructions {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 1.5rem;
      padding-bottom: 28px; } }

.template-cart .po-number__controls,
.template-cart .special__instructions--controls {
  margin-top: 6px; }

.template-cart .cart__footer {
  padding: 1.5rem;
  padding-left: 1.5rem;
  margin-top: 2rem;
  border-bottom-width: 1px;
  background: #f7f7f7;
  padding-bottom: 28px; }
  @media (min-width: 768px) {
    .template-cart .cart__footer {
      padding: 1.5rem;
      padding-left: 1.5rem;
      margin-top: 1.5rem;
      padding-bottom: 28px; } }
  @media (min-width: 768px) {
    .template-cart .cart__footer .js-cart-checkout {
      min-width: 200px;
      padding: calc(1rem - 1px) 3.5rem; } }
  .template-cart .cart__footer .btn-checkout-cta {
    width: 327px;
    height: 56px; }
    @media (min-width: 768px) {
      .template-cart .cart__footer .btn-checkout-cta {
        width: 100%;
        height: auto; } }
  .template-cart .cart__footer .btn--secondary, .template-cart .cart__footer .btn-quick-view,
  .template-cart .cart__footer .btn {
    padding: calc(1rem - 1px) 1rem; }
    @media (max-width: 767px) {
      .template-cart .cart__footer .btn--secondary, .template-cart .cart__footer .btn-quick-view,
      .template-cart .cart__footer .btn {
        height: 56px;
        line-height: 23px; } }
  .template-cart .cart__footer .cart__shipping-checkout {
    color: #757575; }
  .template-cart .cart__footer > .type-utility-small-bold {
    letter-spacing: 0.5px; }
    .template-cart .cart__footer > .type-utility-small-bold span:first-of-type {
      letter-spacing: 3px; }

@media (min-width: 768px) {
  .cart__template--wrapper {
    margin-bottom: 5rem; } }

@media (min-width: 1232px) {
  .cart__template--wrapper {
    margin-left: 5.5rem; } }

.cart__template--wrapper input {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px; }

#CartSpecialInstructions {
  width: 100%;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  resize: none;
  height: 48px;
  padding: 6px 10px 10px 10px; }

@media (min-width: 768px) {
  .cart__special-instructions--wrapper {
    width: 100%; } }

#po-number {
  width: 100%;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  height: 48px;
  padding: 6px 10px 10px 10px; }

.accordion__title--icon-plus,
.accordion__title--icon-minus {
  padding-left: 2px; }
  .accordion__title--icon-plus svg,
  .accordion__title--icon-minus svg {
    display: inline-block;
    pointer-events: none; }

.accordion__title--icon-minus {
  position: relative; }

input[type='text'].datepicker {
  background-image: none !important;
  background-color: unset !important;
  display: inline-block !important;
  padding: 0;
  text-decoration: underline;
  /*MISSING STYLE - exception*/
  font-size: 12px;
  width: 90px;
  color: #484949; }
  .return-product__default-hidden input[type='text'].datepicker {
    width: 110px; }

.cart__remove.btn-close {
  background-image: url("./icon-close-cart.svg"); }

.custom-radio.ship-available {
  width: 260px; }

.custom-radio.ship-complete {
  width: 45px;
  height: 10px; }
  @media (min-width: 560px) {
    .custom-radio.ship-complete {
      width: 145px;
      height: auto; } }

.cart__individual-note .js-accordion-target, .cart__individual-note .ais-facets .ais-body, .ais-facets .cart__individual-note .ais-body,
.cart__individual-note .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.card-block__item .cart__individual-note .ais-body,
.cart__individual-note .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-body, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .cart__individual-note .ais-body {
  transition: all 0.2s cubic-bezier(0.32, 0.24, 0.15, 1); }

.cart {
  width: 100vw;
  /* Item*/
  /* Image Wrapper*/
  /* Meta Data Wrapper*/
  /* Meta Data*/
  /* Quantity*/
  /* Availability*/
  /* Total*/
  /* Remove*/
  /* Individual notes*/
  /*---------------------------------------- Grid item control*/ }
  @media (min-width: 768px) {
    .cart {
      width: unset; } }
  .cart .hero-solid__content .hero-solid__text {
    font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
    line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
    letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }
    @media (min-width: 768px) {
      .cart .hero-solid__content .hero-solid__text {
        margin-top: 24px; } }
  @media (min-width: 768px) {
    .cart .hero-solid__content p {
      width: 424px; } }
  .cart .cart__labels {
    border-bottom-width: 1px;
    padding-bottom: 3px;
    border-color: #e5e5e5; }
    @media (min-width: 768px) {
      .cart .cart__labels {
        display: flex;
        padding-bottom: 2px; } }
    .cart .cart__labels .cart__label {
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding-bottom: 0.75rem; }
      @media (min-width: 768px) {
        .cart .cart__labels .cart__label {
          padding-bottom: 0; } }
    @media (min-width: 768px) {
      .cart .cart__labels .cart__label {
        display: block; } }
    .cart .cart__labels .cart__label--meta {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-family: "freight-text-pro", serif;
      font-weight: 400;
      padding-bottom: 12px;
      min-width: calc( 120px + 1.5rem + 130px); }
      @media (min-width: 768px) {
        .cart .cart__labels .cart__label--meta {
          flex: 1 1 0%;
          max-width: 349px; } }
      @media (min-width: 1175px) {
        .cart .cart__labels .cart__label--meta {
          min-width: 330px; } }
      @media (min-width: 1320px) {
        .cart .cart__labels .cart__label--meta {
          max-width: 349px; } }
    @media (min-width: 768px) {
      .cart .cart__labels .cart__label--quantity {
        flex: 1 1 0%;
        max-width: 170px; } }
    @media (min-width: 768px) {
      .cart .cart__labels .cart__label--availability {
        flex: 1 1 0%;
        max-width: 200px; } }
    @media (min-width: 768px) {
      .orders-detail__container .cart .cart__labels .cart__label--total {
        flex: 1 1 0%; } }
    @media (min-width: 1175px) {
      .cart .cart__labels .cart__label--total {
        min-width: 82px; } }
    @media (min-width: 1320px) {
      .cart .cart__labels .cart__label--pl-6 {
        padding-left: 1.5rem; } }
  .cart .cart__item {
    display: flex;
    border-top-width: 1px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .cart .cart__item--linkedrugpad {
      padding-top: 0;
      border-top-width: 0; }
    @media (min-width: 768px) {
      .cart .cart__item:first-child {
        border-top-width: 0; } }
    .orders-detail__container .cart .cart__item {
      flex-direction: column; }
    @media (min-width: 560px) {
      .orders-detail__container .cart .cart__item {
        display: flex; } }
    @media (min-width: 768px) {
      .cart .cart__item {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; }
        .cart .cart__item--linkedrugpad {
          padding-top: 0; } }
    @media (max-width: 767px) {
      .cart .cart__item .cart__meta-inner .product-card__name,
      .cart .cart__item .cart__meta-inner .product-card__collection,
      .cart .cart__item .cart__meta-inner .collection-card .collection-card__collection,
      .collection-card .cart .cart__item .cart__meta-inner .collection-card__collection {
        margin-bottom: 8px; }
      .cart .cart__item .cart__meta-inner .product-card__name {
        line-height: 16px; }
      .cart .cart__item .cart__meta-inner .cart__quantity {
        margin-bottom: 16px; }
      .cart .cart__item .cart__meta-inner .product-card__size {
        margin-bottom: 12px; }
      .cart .cart__item .cart__meta-inner .js-quick-view-button {
        display: block; }
      .cart .cart__item .cart__meta-inner .cart__availability {
        margin-bottom: 1rem; }
      .cart .cart__item .cart__meta-inner .cart__availability .type-utility-small-regular {
        line-height: 16px; }
      .cart .cart__item .cart__meta-inner .cart__availability .cart__availability--backorder {
        margin-bottom: 0.5rem; }
      .cart .cart__item .cart__meta-inner .cart__availability--backorder-qty {
        margin-bottom: 6px; }
      .cart .cart__item .cart__meta-inner .quantity-select {
        padding: 8px 30px 8px 16px;
        background-position-y: 15px; } }
    .cart .cart__item .compare-at-price {
      text-decoration: line-through;
      text-align: right;
      width: 100%;
      position: relative;
      top: -12px;
      color: #757575; }
      @media (min-width: 560px) {
        .cart .cart__item .compare-at-price {
          text-align: left;
          width: auto;
          top: auto; } }
  .cart .cart__image-wrapper {
    margin-right: 0.75rem;
    max-width: 84px; }
    .cart .cart__image-wrapper img {
      width: 100%; }
    @media (min-width: 560px) {
      .cart .cart__image-wrapper {
        margin-right: 1rem;
        max-width: 150px; } }
    @media (min-width: 768px) {
      .cart .cart__image-wrapper {
        max-width: 120px; } }
    .cart .cart__image-wrapper a {
      width: 84px; }
  .orders-detail__container .cart .cart__image-meta {
    max-width: 100%; }
    @media (min-width: 768px) {
      .orders-detail__container .cart .cart__image-meta {
        max-width: 280px; } }
    @media (min-width: 1024px) {
      .orders-detail__container .cart .cart__image-meta {
        min-width: calc( 120px + 1.5rem + 230px); } }
  .cart .cart__meta-wrapper {
    flex: 1 1 0%;
    position: relative;
    min-width: 0; }
    @media (max-width: 767px) {
      .orders-detail__container .cart .cart__meta-wrapper {
        margin-left: calc(84px + 1rem); } }
  @media (min-width: 768px) {
    .cart .cart__meta-inner {
      display: flex;
      align-items: flex-start; } }
  .cart .cart__meta .type-design-id--initialize {
    line-height: 16px; }
  @media (min-width: 768px) {
    .cart .cart__meta {
      flex: 1 1 0%;
      min-width: 230px;
      max-width: 249px; }
      .orders-detail__container .cart .cart__meta {
        padding-right: 0;
        min-width: 210px; } }
  @media (min-width: 1024px) {
    .orders-detail__container .cart .cart__meta {
      min-width: 230px; } }
  .cart .cart__meta a {
    display: block;
    margin-bottom: 0.75rem; }
  .cart .cart__meta .product-card__name {
    max-width: calc(100% - 15px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media (max-width: 767px) {
      .cart .cart__meta .product-card__name {
        padding-right: 1.25rem; } }
  .cart .cart__meta-pad {
    padding-top: 6px; }
  .cart .cart__quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.75rem;
    margin-bottom: 1rem; }
    .cart .cart__quantity .input-number {
      padding: 0; }
    .orders-detail__container .cart .cart__quantity {
      margin-top: 0; }
    @media (min-width: 560px) {
      .cart .cart__quantity .input-number {
        padding: 14px 8px; }
      .orders-detail__container .cart .cart__quantity {
        margin-top: 0.75rem; } }
    @media (min-width: 768px) {
      .orders-detail__container .cart .cart__quantity {
        min-width: 95px; } }
    @media (min-width: 768px) {
      .cart .cart__quantity {
        margin-top: 0;
        margin-bottom: 0;
        flex: 1 1 0%;
        max-width: 170px; }
        .orders-detail__container .cart .cart__quantity {
          max-width: none; } }
    @media (min-width: 1024px) {
      .orders-detail__container .cart .cart__quantity {
        max-width: 170px; } }
    @media (min-width: 1320px) {
      .orders-detail__container .cart .cart__quantity {
        padding-left: 1.5rem; } }
  .cart .cart__availability {
    margin-bottom: 0.5rem; }
    @media (max-width: 767px) {
      .cart .cart__availability {
        padding-left: 0; } }
    @media (min-width: 768px) {
      .cart .cart__availability {
        flex: 1 1 0%;
        max-width: 200px; } }
    .orders-detail__container .cart .cart__availability {
      padding-left: 0; }
      @media (min-width: 768px) {
        .orders-detail__container .cart .cart__availability {
          text-align: center; } }
      @media (min-width: 1320px) {
        .orders-detail__container .cart .cart__availability {
          padding-left: 1.5rem; } }
  .orders-detail__container .cart .cart__total {
    flex: 1 1 0%; }
  @media (min-width: 768px) {
    .cart .cart__total {
      width: 80px; } }
  .cart .cart__remove {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 1.25rem;
    font-size: 0; }
    @media (min-width: 768px) {
      .cart .cart__remove {
        float: right;
        padding-top: 0; } }
  .cart .cart__individual-note textarea {
    width: 100%;
    display: block;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    resize: none;
    color: #484949;
    padding: 6px 10px 10px 10px;
    margin-bottom: 6px;
    max-height: 48px;
    border-color: #e5e5e5; }
    .cart .cart__individual-note textarea::-webkit-input-placeholder {
      color: #484949; }
    .cart .cart__individual-note textarea:-ms-input-placeholder {
      color: #484949; }
    .cart .cart__individual-note textarea::-moz-placeholder {
      color: #484949; }
    .cart .cart__individual-note textarea:focus {
      border-color: #484949; }
  @media (min-width: 768px) {
    .cart .cart__individual-note {
      max-width: 340px; } }
  .cart .cart__table {
    padding-left: 0;
    position: relative; }
    .cart .cart__table .accordion--small .accordion__title, .cart .cart__table .accordion--small .ais-facets .ais-header, .ais-facets .cart .cart__table .accordion--small .ais-header,
    .cart .cart__table .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .cart .cart__table .accordion--small .ais-header,
    .cart .ais-facets.cart__table .accordion--small .ais-header {
      padding-left: 0;
      cursor: pointer; }
      .cart .cart__table .accordion--small .accordion__title:after, .cart .cart__table .accordion--small .ais-facets .ais-header:after, .ais-facets .cart .cart__table .accordion--small .ais-header:after,
      .cart .cart__table .accordion--small .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .ais-header:after, .search-panel .search-panel__results .algolia-autocomplete .aa-right-column .aa-suggestions .ais-facets.aa-suggestion .cart .cart__table .accordion--small .ais-header:after,
      .cart .ais-facets.cart__table .accordion--small .ais-header:after {
        background-image: none; }
    .cart .cart__table input[type='text'].datepicker {
      margin-top: 0.25rem;
      font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px;
      --text-opacity: 1;
      color: #484949;
      color: rgba(72, 73, 73, var(--text-opacity)); }
  @media (min-width: 768px) {
    .cart.cart--order {
      /* Total*/ }
      .cart.cart--order .cart__labels .cart__label--total {
        width: 100px; }
      .cart.cart--order .cart__total {
        width: 100px; } }
  .cart .pillow-styles {
    letter-spacing: 0.5px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .order-history-cart .cart__quantity p {
    min-width: 95px; } }

@media (min-width: 1024px) {
  .order-history-cart .cart__quantity p {
    min-width: 84px; } }

@media (min-width: 768px) {
  .order-history-cart .cart__quantity p {
    text-align: center; }
  .order-history-cart.cart.cart--order .cart__total {
    width: 110px; }
  .order-history-cart .cart__labels .cart__label--availability {
    text-align: center;
    max-width: 200px; } }

.cart__left {
  padding-right: 1rem; }
  @media (min-width: 1175px) {
    .cart__left {
      width: 65.6%;
      display: inline-block;
      float: left;
      display: inline-block; } }

.cart__right {
  margin-top: 2rem;
  width: 100%;
  display: inline-block;
  height: -webkit-fill-available; }
  @media (max-width: 767px) {
    .cart__right {
      height: auto !important; } }
  @media (min-width: 1175px) {
    .cart__right {
      width: 400px; } }
  .cart__right .cart__right--sticky {
    margin-left: 24px; }
    @media (min-width: 1175px) {
      .cart__right .cart__right--sticky {
        margin-left: 0;
        position: sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        display: block;
        top: 84px; }
        .js-scroll-direction-up .cart__right .cart__right--sticky {
          top: 108px; } }

.additional-checkout-buttons.disable {
  opacity: 0.5;
  pointer-events: none; }

.cart-rugpad-driver {
  display: none; }
  @media (min-width: 1175px) {
    .cart-rugpad-driver {
      display: flex;
      flex-direction: row;
      --bg-opacity: 1;
      background-color: #F7F7F7;
      background-color: rgba(247, 247, 247, var(--bg-opacity));
      align-items: center;
      padding-left: 3rem;
      padding-right: 3rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  .cart-rugpad-driver__title {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400; }
    @media (min-width: 768px) {
      .cart-rugpad-driver__title {
        text-transform: capitalize;
        padding-bottom: 0.5rem;
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px; } }
  .cart-rugpad-driver__description {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px; }
    @media (min-width: 768px) {
      .cart-rugpad-driver__description {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.75px; } }
    @media (min-width: 768px) {
      .cart-rugpad-driver__description {
        max-width: 450px; } }

/**/
/* Login Form*/
/**/
/* Specific styles for login form.*/
/* Especially handling hide/show stuff for transaction*/
/**/
@media (min-width: 560px) {
  #login-form-container {
    padding-left: 3rem;
    padding-right: 3rem; } }

@media (min-width: 768px) {
  #login-form-container {
    padding-left: 5rem;
    padding-right: 5rem; } }

#LoginForm,
#ForgotPasswordForm,
#ForgotPasswordForm-1,
#ResetPassword {
  width: 100%; }
  @media (min-width: 560px) {
    #LoginForm,
    #ForgotPasswordForm,
    #ForgotPasswordForm-1,
    #ResetPassword {
      width: 480px;
      margin-left: auto;
      margin-right: auto; } }

#ForgotPasswordForm,
#ForgotPasswordForm-1 {
  /* .reset-password-success {*/
  /*   @apply .opacity-0;*/
  /* }*/ }
  #ForgotPasswordForm form,
  #ForgotPasswordForm .reset-password-success,
  #ForgotPasswordForm-1 form,
  #ForgotPasswordForm-1 .reset-password-success {
    transition: all 0.5s cubic-bezier(0.32, 0.24, 0.15, 1); }
  #ForgotPasswordForm form,
  #ForgotPasswordForm-1 form {
    max-height: 350px;
    /*TEMP*/
    overflow: hidden; }
  #ForgotPasswordForm.success form,
  #ForgotPasswordForm-1.success form {
    max-height: 0;
    opacity: 0; }
  #ForgotPasswordForm.success .reset-password-success,
  #ForgotPasswordForm-1.success .reset-password-success {
    opacity: 1; }

/* Login page*/
.login {
  min-height: 766px;
  height: 100%; }
  @media (min-width: 560px) {
    .login {
      min-height: auto;
      height: auto; } }

#ForgotPasswordForm-1,
#SignUpForm-1 {
  position: absolute !important; }

#SignUpForm-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  right: 0;
  left: 0;
  top: 0;
  bottom: 0; }
  #SignUpForm-1 > div {
    margin-top: 84px; }
    @media (min-width: 560px) {
      #SignUpForm-1 > div {
        margin-top: 0; } }

.grecaptcha-badge {
  display: none; }

/**/
/* Account Page Styles*/
/**/
/* Sync with Multiple User App DOM*/
/**/
/* Account Information*/
/* Sub Accounts*/
/* Primary Business Address*/
.account-section .btn--tertiary, .account-section .pagination, .account-section .shop-btn, .account-section .gallery .gallery__footer .btn-quick-view, .gallery .gallery__footer .account-section .btn-quick-view {
  vertical-align: top; }

.account-section .pagination {
  justify-content: center;
  padding-bottom: 0px;
  align-items: center; }
  .account-section .pagination .pagination__text {
    line-height: normal; }
  @media (max-width: 767px) {
    .account-section .pagination {
      flex-wrap: wrap; }
      .account-section .pagination li {
        width: 100%; } }

.account-section .address:last-of-type {
  margin-bottom: 0; }

.account-section .pagination {
  margin-top: 1.5rem; }

.js-account .center-align {
  text-align: center;
  margin-left: 2em; }
  @media (max-width: 767px) {
    .js-account .center-align {
      margin-left: 0px; } }

/**/
/* Become A Dealer*/
/**/
/* Due to requirement of using Shopify App "Customr",*/
/* DOM it generates are restricted in terms of customization.*/
/* Here tries to align their Class name and apply*/
/* existing styles.*/
/**/
#customer-fields .attachment {
  display: block;
  line-height: 0; }

#customer-fields .custom-radio-wrapper label {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.5rem; }

#customer-fields .custom-radio-wrapper.custom-radio-wrapper--block {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  #customer-fields .custom-radio-wrapper.custom-radio-wrapper--block .custom-radio {
    display: flex;
    align-items: center;
    position: relative;
    top: 0; }
    #customer-fields .custom-radio-wrapper.custom-radio-wrapper--block .custom-radio label {
      line-height: 1;
      margin-left: 0.5rem; }
    #customer-fields .custom-radio-wrapper.custom-radio-wrapper--block .custom-radio .custom-radio__button {
      position: static; }
  #customer-fields .custom-radio-wrapper.custom-radio-wrapper--block .parsley-errors-list {
    position: relative;
    margin-top: 1rem;
    order: 1; }

#customer-fields .error-email > p {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  --text-opacity: 1;
  color: #B83C23;
  color: rgba(184, 60, 35, var(--text-opacity));
  margin-top: 0.5rem; }

#customer-fields .customr-form {
  /* Container*/
  /* Label*/ }
  #customer-fields .customr-form .customr-container-item {
    padding-left: 0;
    padding-right: 0; }
  #customer-fields .customr-form .customr-control-label {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px; }

/**/
/* Order Detail*/
/**/
/* Works with Our Multiple User App.*/
/* Basically handling with active class.*/
/**/
.orders-list {
  opacity: 0;
  padding-top: 2rem;
  transition: opacity 1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s; }
  @media (min-width: 768px) {
    .orders-list {
      padding-top: 0;
      padding-left: 60px; } }
  .no-js .orders-list, .orders-list.js-orders-list--active {
    opacity: 1; }
  @media (min-width: 768px) {
    .orders-list .order-list__controls {
      display: flex;
      margin-bottom: 2.5rem; } }
  .orders-list .filters-head {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .orders-list .filters-head {
        display: none; } }
  @media (max-width: 767px) {
    .orders-list .order-list__control-date-mobile {
      position: relative;
      width: 50%; }
      .orders-list .order-list__control-date-mobile label {
        margin-bottom: 0.5rem;
        font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.5px; } }
  .orders-list .filter-tabs {
    list-style-type: none; }
    @media (max-width: 767px) {
      .orders-list .filter-tabs {
        display: flex;
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .orders-list .filter-tabs .filter-tabs__item {
        position: relative;
        width: 50%; }
        .orders-list .filter-tabs .filter-tabs__item .status-type {
          margin-left: 1.5rem;
          display: inline-block;
          margin-bottom: 0.5rem;
          font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
          font-weight: 400;
          font-size: 12px;
          line-height: 18px;
          letter-spacing: 0.5px;
          vertical-align: top; }
          .orders-list .filter-tabs .filter-tabs__item .status-type .radio {
            position: absolute;
            display: block;
            border-radius: 9999px;
            border-width: 1px;
            --border-opacity: 1;
            border-color: #757575;
            border-color: rgba(117, 117, 117, var(--border-opacity));
            left: 0;
            top: 0;
            width: 15px;
            height: 15px; }
          .orders-list .filter-tabs .filter-tabs__item .status-type--active .radio:after {
            content: '';
            --bg-opacity: 1;
            background-color: #484949;
            background-color: rgba(72, 73, 73, var(--bg-opacity));
            border-radius: 9999px;
            position: absolute;
            width: 9px;
            height: 9px;
            top: 2px;
            left: 2px; } }
    @media (min-width: 768px) {
      .orders-list .filter-tabs {
        flex-grow: 1; }
        .orders-list .filter-tabs .filter-tabs__item {
          margin-right: 3rem;
          display: inline-block;
          font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
          font-weight: 400;
          font-size: 12px;
          line-height: 18px;
          letter-spacing: 2.5px;
          text-transform: uppercase; }
          .orders-list .filter-tabs .filter-tabs__item::last-of-type {
            margin-right: 0; }
          .orders-list .filter-tabs .filter-tabs__item .status-type {
            --text-opacity: 1;
            color: #757575;
            color: rgba(117, 117, 117, var(--text-opacity));
            padding-top: 1rem;
            padding-bottom: 1rem;
            display: block; }
            .orders-list .filter-tabs .filter-tabs__item .status-type--active, .orders-list .filter-tabs .filter-tabs__item .status-type:active {
              --text-opacity: 1;
              color: #484949;
              color: rgba(72, 73, 73, var(--text-opacity));
              font-weight: 500; }
            .orders-list .filter-tabs .filter-tabs__item .status-type:hover, .orders-list .filter-tabs .filter-tabs__item .status-type:focus {
              font-weight: 500; }
            .orders-list .filter-tabs .filter-tabs__item .status-type--disabled {
              --text-opacity: 1;
              color: #BEBFBF;
              color: rgba(190, 191, 191, var(--text-opacity));
              cursor: not-allowed; } }
    .orders-list .filter-tabs .filter-tabs__item .status-type--disabled {
      opacity: 0.5;
      cursor: not-allowed; }

@media (max-width: 767px) {
  .filter-close {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem; } }

@media (max-width: 767px) {
  .order__submit-search {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    left: 1.5rem;
    max-width: calc(100% - 3rem); } }

.order {
  display: flex;
  flex-direction: column;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem; }
  @media (min-width: 768px) {
    .order {
      flex-direction: row;
      border-top-width: 1px;
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (max-width: 767px) {
    .order {
      border-bottom-width: 1px; }
      .order:first-of-type {
        padding-top: 2rem; }
      .order:last-of-type {
        padding-bottom: 2rem;
        border-bottom: 0; } }
  .order .order__content {
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .order .order__content {
        padding-right: 2.5rem;
        margin-bottom: 0;
        min-width: 150px;
        width: calc(100% - 556px); } }
    @media (min-width: 768px) {
      .order .order__content .order__buttons {
        margin-top: 44px;
        max-width: 200px; }
        .order .order__content .order__buttons .order__button {
          padding-left: 1rem;
          padding-right: 1rem; } }
  .order .order__title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 2.5rem;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .order .order__title {
        font-size: 1.5rem;
        line-height: 2.75rem;
        letter-spacing: 1.5px; } }
  .order .order__detail {
    margin-bottom: 0.75rem;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px; }
    @media (max-width: 767px) {
      .order .order__detail:last-of-type {
        margin-bottom: 0; } }
  .order .order__images {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: thin;
    scrollbar-color: black transparent;
    padding-bottom: 28px; }
    @media (min-width: 768px) {
      .order .order__images {
        height: 292px;
        overflow-y: hidden;
        overflow-x: auto;
        width: 556px;
        max-width: 100%;
        max-width: calc(100% - 150px);
        padding-bottom: 0; } }
    .order .order__images::-webkit-scrollbar {
      height: 6px; }
    .order .order__images::-webkit-scrollbar-track {
      background: transparent; }
    .order .order__images::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      border: 3px solid transparent; }
  .order .order__images--inner {
    display: flex;
    width: 556px; }
  .order .order__product {
    margin-right: 1rem;
    width: 156px;
    height: 252px; }
  .order .order__product-count {
    position: relative;
    margin-left: 2.5rem; }
  .order .order__product-count-number {
    position: absolute;
    right: 0;
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity));
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    top: 50%;
    transform: translateY(-50%); }

.search-sidebar--textarea {
  position: relative; }
  .search-sidebar--textarea .ais-search-box--magnifier-wrapper {
    display: none; }
  .search-sidebar--textarea .search-clear-button,
  .search-sidebar--textarea .ais-search-box--reset-wrapper {
    position: absolute;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 0.25rem;
    display: block !important;
    top: 50%;
    transform: translateY(-50%); }

.order-reset-statement {
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity));
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px; }
  .order-reset-statement .order-reset-statement--trigger {
    text-decoration: underline; }
  .order-reset-statement .ais-clear-all--body {
    margin-top: 2rem;
    max-height: none !important; }
  .order-reset-statement .ais-clear-all--link {
    text-decoration: none !important; }
    .order-reset-statement .ais-clear-all--link.ais-clear-all--link-disabled {
      display: none !important; }

.order-reset-area .ais-clear-all--link {
  text-decoration: none !important; }
  .order-reset-area .ais-clear-all--link.ais-clear-all--link-disabled {
    display: none !important; }

@media (max-width: 767px) {
  .order-list__popup {
    position: fixed;
    width: 100vw;
    top: 0;
    bottom: 0;
    padding: 0;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    opacity: 0;
    padding-bottom: 7.5rem;
    padding-left: 0;
    min-height: calc(var(--vh, 1vh) * 100);
    padding-bottom: 11rem;
    left: -9999px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
    transition: opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1), left 0.01s cubic-bezier(0.32, 0.24, 0.15, 1) 0.4s;
    -webkit-backface-visibility: hidden;
    height: auto !important; }
    .order-list__popup .ais-facets-wrapper {
      height: 100%; }
    .order-list__popup .filters-area {
      padding: 1.5rem; }
    .js-search-filter-open--rugs .order-list__popup.order-list__popup--search {
      left: 0;
      top: 0;
      bottom: 0;
      opacity: 1;
      transition: opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1);
      z-index: 2; }
    .js-search-filter-open--art .order-list__popup.order-list__popup--filters {
      left: 0;
      top: 0;
      bottom: 0;
      opacity: 1;
      transition: opacity 0.4s cubic-bezier(0.32, 0.24, 0.15, 1);
      z-index: 2; } }

.orders-list__pagination {
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .orders-list__pagination {
      padding-bottom: 6rem; } }

.no-orders {
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity));
  font-size: 1.5rem;
  line-height: 2.75rem;
  letter-spacing: 1.5px;
  padding-top: 2rem; }
  .no-orders.no-orders--small {
    --text-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--text-opacity));
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    border-top: 0;
    padding-top: 0; }
  @media (min-width: 768px) {
    .no-orders {
      border-top-width: 1px;
      padding-top: 4rem; } }

.orders-list .order-list__controls .order-list__control-date-mobile .custom-radio {
  line-height: 1rem; }

.orders-list .order-list__controls .order-list__control-date-mobile label {
  display: inline-block;
  margin-left: 1.5rem;
  line-height: 1rem; }

.order-detail {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s; }
  .no-js .order-detail, .order-detail.js-order-detail--active {
    opacity: 1; }
  @media (max-width: 767px) {
    .order-detail .orders-detail__container .btn--tertiary, .order-detail .orders-detail__container .pagination, .order-detail .orders-detail__container .shop-btn, .order-detail .orders-detail__container .gallery .gallery__footer .btn-quick-view, .gallery .gallery__footer .order-detail .orders-detail__container .btn-quick-view {
      margin-top: 32px; } }
  .order-detail .order-details__grouping {
    border-bottom-width: 1px; }
    .order-detail .order-details__grouping::last-child {
      border-bottom-width: 0px; }

.page-category-wall-art {
  --text-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--text-opacity));
  font-variant-ligatures: none; }
  .page-category-wall-art__container {
    --bg-opacity: 1;
    background-color: #F4EDE3;
    background-color: rgba(244, 237, 227, var(--bg-opacity));
    transition: background-color 0.6s ease-out; }
  .page-category-wall-art .waitlist-form__heading {
    font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
    line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
    letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }
  @media (max-width: 767px) {
    .page-category-wall-art #waitlist-form-container {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1024px) {
    .page-category-wall-art #waitlist-form-container {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .page-category-wall-art .btn--tight {
    padding-left: 2rem;
    padding-right: 2rem;
    min-width: 245px; }

.footer-wall-art .js-in-viewport.in-viewport .footer-wall-art__type {
  -webkit-animation-name: fadeUpLong;
  animation-name: fadeUpLong; }

.footer-wall-art__type {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  will-change: transform, opacity;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  transform: translate3d(0, 32px, 0);
  will-change: transform, opacity;
  -webkit-animation-duration: 1.2s, .75s;
  animation-duration: 1.2s, .75s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.15, 1);
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.75px;
  transition-delay: 0s;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px; }
  @media (min-width: 768px) {
    .footer-wall-art__type {
      font-size: 28px;
      line-height: 37px;
      letter-spacing: 2px; } }
  @media (min-width: 560px) {
    .footer-wall-art__type {
      margin-left: 0;
      margin-right: 0;
      max-width: none; } }
  .footer-wall-art__type .basic-hover:hover {
    --text-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--text-opacity)); }

.page-highpoint__container .has-video > .plyr {
  position: absolute;
  top: 0;
  width: 100%; }
  @media (min-width: 1024px) {
    .page-highpoint__container .has-video > .plyr {
      display: none; } }

.page-highpoint__container .has-video .plyr__poster {
  background-color: rgba(0, 0, 0, 0); }

.page-highpoint__container .hero-high-point__inner .plyr {
  width: 100vw;
  max-width: 100%; }
  @media (max-width: 1023px) {
    .page-highpoint__container .hero-high-point__inner .plyr {
      display: none; } }

.page-highpoint__container .hero-high-point {
  top: -84px;
  position: relative;
  padding-top: 84px;
  margin-bottom: -84px; }
  @media (min-width: 1024px) {
    .page-highpoint__container .hero-high-point {
      height: auto !important; } }
  @media (min-width: 1081px) {
    .page-highpoint__container .hero-high-point {
      top: -114px;
      margin-bottom: -114px; }
      .has-announcement .page-highpoint__container .hero-high-point {
        top: -154px;
        margin-bottom: -154px; } }
  .page-highpoint__container .hero-high-point.has-video {
    padding-bottom: 128%;
    height: 0; }
    @media screen and (min-width: 414px) {
      .page-highpoint__container .hero-high-point.has-video {
        padding-bottom: 134%; } }
    @media (min-width: 560px) {
      .page-highpoint__container .hero-high-point.has-video {
        padding-bottom: 140%; } }
    @media (min-width: 768px) {
      .page-highpoint__container .hero-high-point.has-video {
        padding-bottom: 0;
        height: auto; } }
  .page-highpoint__container .hero-high-point__container {
    height: auto; }
  @media (min-width: 768px) {
    .page-highpoint__container .hero-high-point__inner {
      position: relative;
      padding-bottom: 5rem; } }
  .page-highpoint__container .hero-high-point__texts {
    padding: 1.5rem;
    text-align: center; }
    @media (min-width: 768px) {
      .page-highpoint__container .hero-high-point__texts {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
  .page-highpoint__container .hero-high-point.js-in-viewport .hero-high-point__headline {
    opacity: 0;
    transform: translate3d(0, 32px, 0); }
  .no-js .page-highpoint__container .hero-high-point .hero-high-point__headline, .page-highpoint__container .hero-high-point.js-in-viewport.in-viewport .hero-high-point__headline {
    transition: transform 1.2s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s, opacity 0.75s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .page-highpoint__container .hero-high-point__headline {
    font-size: clamp(2rem, 3.38vw + 1.208rem, 4.25rem);
    line-height: clamp(2.625rem, 3.099vw + 1.899rem, 4.688rem);
    letter-spacing: clamp(0.125rem, 0.141vw + 0.092rem, 0.219rem); }
  .page-highpoint__container .hero-high-point__cta {
    position: relative;
    margin-bottom: -24px; }
  .page-highpoint__container .hero-high-point__image {
    position: static;
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .page-highpoint__container .hero-high-point__image {
        padding-left: 80px;
        padding-right: 80px; } }

.page-highpoint__container .leading.leading--multiline {
  padding-top: 80px; }
  @media (min-width: 768px) {
    .page-highpoint__container .leading.leading--multiline {
      padding-bottom: 120px; } }

@media (min-width: 768px) {
  .page-highpoint__container .leading.leading--multiline > * {
    max-width: 1100px; } }

.page-highpoint__container .standard-card .standard-card__desc {
  padding-left: 64px;
  padding-right: 64px;
  margin: 0; }
  @media (max-width: 767px) {
    .page-highpoint__container .standard-card .standard-card__desc {
      max-width: none; } }

.page-highpoint__container #shopify-section-video-highpoint h2 {
  padding-top: 1.5rem;
  letter-spacing: 1.5px !important;
  font-weight: 500; }
  @media (min-width: 768px) {
    .page-highpoint__container #shopify-section-video-highpoint h2 {
      padding-top: 3rem;
      letter-spacing: 2.8px !important; } }

.page-highpoint__container #shopify-section-video-highpoint .video .plyr__control--overlaid[data-plyr='play']:after {
  display: none; }

.page-highpoint__container #shopify-section-video-highpoint .video {
  padding-top: 0.75rem; }
  @media (min-width: 768px) {
    .page-highpoint__container #shopify-section-video-highpoint .video {
      padding-top: 2.5rem;
      padding-bottom: 7.5rem; } }

.page-highpoint__container #shopify-section-video-highpoint .video .plyr__control--overlaid[data-plyr='play'] {
  background: url("icon-play-button-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 26px;
  height: 26px; }
  @media (min-width: 768px) {
    .page-highpoint__container #shopify-section-video-highpoint .video .plyr__control--overlaid[data-plyr='play'] {
      width: 62px;
      height: 62px; } }
  .page-highpoint__container #shopify-section-video-highpoint .video .plyr__control--overlaid[data-plyr='play'] svg {
    opacity: 0; }

.page-highpoint__container .events-highpoint .events-highpoint__wrapper.js-in-viewport {
  opacity: 0;
  transform: translate3d(0, 32px, 0); }

.no-js .page-highpoint__container .events-highpoint .events-highpoint__wrapper, .page-highpoint__container .events-highpoint .events-highpoint__wrapper.js-in-viewport.in-viewport {
  transition: transform 1.2s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s, opacity 0.75s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s;
  opacity: 1;
  transform: translate3d(0, 0, 0); }

@media (min-width: 768px) {
  .page-highpoint__container .events-highpoint .standard-card__label,
  .page-highpoint__container .events-highpoint .standard-card__label,
  .page-highpoint__container .events-highpoint .standard-card__desc {
    margin: auto;
    max-width: 277px; } }

.page-highpoint__container .events-highpoint .editorial-normal {
  padding-bottom: 5rem; }
  @media (min-width: 768px) {
    .page-highpoint__container .events-highpoint .editorial-normal {
      padding-bottom: 90px; } }

.page-highpoint__container .events-highpoint .standard-card {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .page-highpoint__container .events-highpoint .standard-card {
      margin-bottom: 0;
      margin-top: 2.5rem;
      padding-bottom: 2rem; } }

.page-highpoint__container .events-highpoint .standard-card__label {
  letter-spacing: 3px; }
  @media (max-width: 767px) {
    .page-highpoint__container .events-highpoint .standard-card__label {
      padding-bottom: 0.75rem;
      margin-bottom: 0; } }

.page-highpoint__container .events-highpoint .events-highpoint__headline {
  font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
  line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
  letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem);
  color: #514f3c; }
  @media (max-width: 767px) {
    .page-highpoint__container .events-highpoint .events-highpoint__headline {
      padding-bottom: 1rem; } }

.page-highpoint__container .events-highpoint .events-highpoint__item--headline {
  padding-bottom: 0.75rem;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.75px;
  color: #514f3c; }
  @media (min-width: 768px) {
    .page-highpoint__container .events-highpoint .events-highpoint__item--headline {
      font-size: 28px;
      line-height: 37px;
      letter-spacing: 2px; } }
  @media (min-width: 768px) {
    .page-highpoint__container .events-highpoint .events-highpoint__item--headline {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.page-highpoint__container .events-highpoint .standard-card__desc {
  padding-left: 0;
  padding-right: 0;
  color: #514f3c; }

.page-highpoint__container .countdown-timer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-bottom: 106px; }
  .page-highpoint__container .countdown-timer .countdown-timer__container.js-in-viewport {
    opacity: 0;
    transform: translate3d(0, 32px, 0); }
  .no-js .page-highpoint__container .countdown-timer .countdown-timer__container, .page-highpoint__container .countdown-timer .countdown-timer__container.js-in-viewport.in-viewport {
    transition: transform 1.2s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s, opacity 0.75s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .page-highpoint__container .countdown-timer .countdown-timer__wrapper h4 {
    font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
    line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
    letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem); }
  .page-highpoint__container .countdown-timer .countdown-timer__wrapper h2 {
    font-size: 12px; }
  .page-highpoint__container .countdown-timer .countdown-timer__wrapper .countdown-timer__row {
    padding-top: 0.75rem;
    margin-top: 2.5rem;
    margin: auto; }
    @media (min-width: 768px) {
      .page-highpoint__container .countdown-timer .countdown-timer__wrapper .countdown-timer__row {
        width: 448px;
        padding-top: 2.5rem; } }
    .page-highpoint__container .countdown-timer .countdown-timer__wrapper .countdown-timer__row h2 {
      letter-spacing: 3px !important;
      display: none; }
      @media (min-width: 768px) {
        .page-highpoint__container .countdown-timer .countdown-timer__wrapper .countdown-timer__row h2 {
          display: block; } }
    .page-highpoint__container .countdown-timer .countdown-timer__wrapper .countdown-timer__row .time {
      font-size: clamp(2rem, 3.38vw + 1.208rem, 4.25rem);
      line-height: clamp(2.625rem, 3.099vw + 1.899rem, 4.688rem);
      letter-spacing: clamp(0.125rem, 0.141vw + 0.092rem, 0.219rem);
      display: none; }
      @media (min-width: 768px) {
        .page-highpoint__container .countdown-timer .countdown-timer__wrapper .countdown-timer__row .time {
          display: block; } }
      .page-highpoint__container .countdown-timer .countdown-timer__wrapper .countdown-timer__row .time:after {
        content: ':'; }
    .page-highpoint__container .countdown-timer .countdown-timer__wrapper .countdown-timer__row #seconds:after {
      content: ''; }
  .page-highpoint__container .countdown-timer #time-mobile {
    font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
    line-height: clamp(2.125rem, 1.69vw + 1.729rem, 3.25rem);
    letter-spacing: clamp(0.047rem, 0.258vw + -0.014rem, 0.219rem);
    text-align: center;
    margin: auto; }
    @media (min-width: 768px) {
      .page-highpoint__container .countdown-timer #time-mobile {
        display: none; } }

.page-highpoint__container .cta-highpoint .btn {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0;
  margin-right: 0;
  min-width: 215px; }
  @media (min-width: 768px) {
    .page-highpoint__container .cta-highpoint .btn {
      margin: 6px; } }

.page-highpoint__container .cta-highpoint .editorial-normal.js-in-viewport {
  opacity: 0;
  transform: translate3d(0, 32px, 0); }

.no-js .page-highpoint__container .cta-highpoint .editorial-normal, .page-highpoint__container .cta-highpoint .editorial-normal.js-in-viewport.in-viewport {
  transition: transform 1.2s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s, opacity 0.75s cubic-bezier(0.32, 0.24, 0.15, 1) 0.5s;
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.page-highpoint__container .cta-highpoint .standard-card__headline {
  color: #efedea; }

.js-scroll-direction-down .sticky-footer-cta,
.js-scroll-direction-up .sticky-footer-cta {
  transform: translateY(0); }

.sticky-footer-cta {
  padding-top: 0.75rem;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  display: inline-block;
  background: #514f3c;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.6s ease; }
  @media (min-width: 768px) {
    .sticky-footer-cta {
      padding-top: 0; } }
  .sticky-footer-cta .contents-wrapper {
    text-align: center; }
    @media (min-width: 768px) {
      .sticky-footer-cta .contents-wrapper {
        text-align: left; } }
  .sticky-footer-cta h4 {
    color: #efedea;
    line-height: 44px;
    vertical-align: middle; }
  @media (max-width: 767px) {
    .sticky-footer-cta .standard-card__headline {
      width: 100%;
      font-size: 1rem;
      padding-bottom: 0.5rem;
      line-height: 28px;
      letter-spacing: 0.75px; } }
  .sticky-footer-cta .sticky-footer-cta--btn {
    background: #efedea;
    border-color: #efedea;
    text-align: center;
    color: #514f3c;
    padding: 19px 8px;
    width: 160px; }
    .sticky-footer-cta .sticky-footer-cta--btn:hover {
      border-color: #514f3c;
      background: #2a2a2a;
      color: #efedea; }
    @media (min-width: 768px) {
      .sticky-footer-cta .sticky-footer-cta--btn {
        padding: 15px 1rem;
        width: 126px; } }
  .sticky-footer-cta .contents-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto; }

.page-highpoint .mfp-close {
  background: url("./icon-close-hp.svg");
  background-repeat: no-repeat;
  background-position: right; }
  @media (max-width: 767px) {
    .page-highpoint .mfp-close {
      right: 10px;
      top: 16px; } }

.page-highpoint select,
.page-highpoint .select2-selection__rendered {
  background-size: 12px 6px; }

@media screen and (min-width: 1023px) and (max-height: 900px) {
  .page-highpoint .mfp-content {
    top: -5vh; } }

@media (max-width: 767px) {
  .page-highpoint .mfp-bg.mfp-fade.mfp-ready {
    opacity: 1; } }

.template-article-projects .navigation.navigation--transparent {
  /*override on 768+ - this is to allow white bg on desktop, but transparent only on mobile*/ }
  @media (min-width: 768px) {
    .template-article-projects .navigation.navigation--transparent {
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity)); }
      .template-article-projects .navigation.navigation--transparent .navigation__utilities a,
      .template-article-projects .navigation.navigation--transparent .navigation__primary-link a {
        color: #484949; }
      .template-article-projects .navigation.navigation--transparent .navigation__search img {
        opacity: 1; }
        .template-article-projects .navigation.navigation--transparent .navigation__search img.white {
          opacity: 0; }
      .template-article-projects .navigation.navigation--transparent .cart-icon svg * {
        fill: #484949; }
      .template-article-projects .navigation.navigation--transparent:before {
        display: none; }
      .template-article-projects .navigation.navigation--transparent .navigation__hamburger .hamburger-to-close .hamburger-middle, .template-article-projects .navigation.navigation--transparent .navigation__hamburger .hamburger-to-close:before, .template-article-projects .navigation.navigation--transparent .navigation__hamburger .hamburger-to-close:after {
        background-color: #484949; } }

/*
* TYPOGRAPHY
*/
/*hero title*/
.projects-type-heading-h1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 3.005vw + 1.796rem, 4.5rem);
  line-height: clamp(3rem, 3.005vw + 2.296rem, 5rem); }

/*main body copy*/
.projects-type-body-large {
  letter-spacing: 1.5px;
  font-size: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem);
  line-height: clamp(2rem, 1.127vw + 1.736rem, 2.75rem); }

/*sidebar label*/
.projects-type-label {
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }

/*video and gallery titles*/
.projects-type-heading-h2 {
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
  line-height: clamp(1.813rem, 2.911vw + 1.13rem, 3.75rem);
  letter-spacing: clamp(0.125rem, 0.282vw + 0.059rem, 0.313rem); }

/*
* SIDEBAR
*/
.section__sidebar-image {
  display: block;
  width: 50%;
  aspect-ratio: 1 / 1; }
  @media (min-width: 768px) {
    .section__sidebar-image {
      width: 100%;
      max-width: 298px; } }

.projects-details dt {
  margin-bottom: 0.5rem;
  font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }

.projects-details dd {
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px; }

.project-carousel-link-expand {
  position: relative;
  display: block; }
  @media (max-width: 767px) {
    .project-carousel-link-expand::after {
      position: absolute;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      right: 8px;
      top: 8px;
      width: 26px;
      height: 26px;
      content: ' ';
      background-image: url(icon-image-expand.svg);
      background-size: 26px 26px; } }

/*block quote*/
.projects-quote {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1.5px; }
  @media (min-width: 768px) {
    .projects-quote {
      font-size: 28px;
      line-height: 40px;
      letter-spacing: 1.5px; } }
  .projects-quote:before {
    display: block;
    content: '“';
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 1.5px; }
  .projects-quote footer {
    margin-top: 2rem;
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    text-transform: uppercase; }

/*
* MAIN BODY
*/
.section__body p {
  margin-bottom: 2.5rem; }
  .section__body p:first-child::first-letter {
    color: var(--projects-dark);
    font-size: 104px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: 1.5px;
    float: left; }
  .section__body p:last-child {
    margin-bottom: 0; }

.section__interview p {
  padding-left: 1.25rem;
  margin-bottom: 2.5rem; }
  .section__interview p span {
    margin-bottom: 0.5rem;
    display: block;
    margin-left: -20px; }
  .section__interview p:last-child {
    margin-bottom: 0; }

.section--white {
  background-color: #fff;
  color: var(--projects-dark); }
  .section--white a {
    color: var(--projects-dark); }

.section--light {
  background-color: var(--projects-light);
  color: var(--projects-dark); }
  .section--light a {
    color: var(--projects-dark); }

.section--dark {
  background-color: var(--projects-dark);
  color: var(--projects-light); }
  .section--dark a {
    color: var(--projects-light); }

/*
* IMAGE BLOCKS
*/
.projects-figure img {
  display: block; }

.projects-figure figcaption {
  padding-top: 0.5rem;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px; }
  @media (max-width: 767px) {
    .projects-figure figcaption {
      visibility: hidden;
      line-height: 0;
      font-size: 0;
      text-align: left;
      letter-spacing: 0; }
      .projects-figure figcaption a {
        font-size: 16px;
        visibility: visible;
        line-height: 24px;
        display: inline-block;
        letter-spacing: 0.75px; }
        .projects-figure figcaption a::after {
          content: ' ';
          display: inline-block; } }
  @media (min-width: 768px) {
    .projects-figure figcaption {
      padding-top: 1rem;
      padding-left: 1rem; } }

/*
* DRIVERS
*/
.projects-driver__title {
  text-transform: uppercase;
  margin-top: 2rem;
  /*projects - h3*/
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: clamp(1.125rem, 0.563vw + 0.993rem, 1.5rem);
  line-height: clamp(1.375rem, 0.563vw + 1.243rem, 1.75rem); }

.projects-driver__description {
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px; }
  @media (min-width: 768px) {
    .projects-driver__description {
      margin-top: 1rem; } }

/*================ TAILWIND ================*/
/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */
/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-utilities.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */
.space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse)); }

.space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse))); }

.space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse)); }

.space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))); }

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse)); }

.space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))); }

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse)); }

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))); }

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse)); }

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse))); }

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse)); }

.space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))); }

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse)); }

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))); }

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse)); }

.space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse))); }

.space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse)); }

.space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))); }

.space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse)); }

.space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse))); }

.space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse)); }

.space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse))); }

.space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse)); }

.space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse))); }

.space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6rem * var(--space-y-reverse)); }

.space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6rem * var(--space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse))); }

.space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8rem * var(--space-y-reverse)); }

.space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8rem * var(--space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse))); }

.space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse)); }

.space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse))); }

.space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12rem * var(--space-y-reverse)); }

.space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12rem * var(--space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse))); }

.space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14rem * var(--space-y-reverse)); }

.space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14rem * var(--space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse))); }

.space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16rem * var(--space-y-reverse)); }

.space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16rem * var(--space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse))); }

.space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse)); }

.space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse))); }

.-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse)); }

.-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))); }

.-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse)); }

.-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))); }

.-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--space-y-reverse)); }

.-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))); }

.-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse)); }

.-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))); }

.-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse)); }

.-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))); }

.-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--space-y-reverse)); }

.-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))); }

.-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse)); }

.-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))); }

.-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse)); }

.-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))); }

.-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse)); }

.-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))); }

.-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse)); }

.-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))); }

.-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse)); }

.-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))); }

.-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6rem * var(--space-y-reverse)); }

.-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6rem * var(--space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))); }

.-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8rem * var(--space-y-reverse)); }

.-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8rem * var(--space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))); }

.-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse)); }

.-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))); }

.-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12rem * var(--space-y-reverse)); }

.-space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12rem * var(--space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))); }

.-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14rem * var(--space-y-reverse)); }

.-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14rem * var(--space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))); }

.-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16rem * var(--space-y-reverse)); }

.-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16rem * var(--space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))); }

.-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse)); }

.-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse))); }

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1; }

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1; }

.divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse)); }

.divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))); }

.divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse)); }

.divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))); }

.divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse)); }

.divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))); }

.divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse)); }

.divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))); }

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse)); }

.divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))); }

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1; }

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1; }

.divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--divide-opacity)); }

.divide-neutral-0 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--divide-opacity)); }

.divide-red > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B83C23;
  border-color: rgba(184, 60, 35, var(--divide-opacity)); }

.divide-grey-1 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F7F7F7;
  border-color: rgba(247, 247, 247, var(--divide-opacity)); }

.divide-neutral-10 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F7F7F7;
  border-color: rgba(247, 247, 247, var(--divide-opacity)); }

.divide-grey-2 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #EFEFEF;
  border-color: rgba(239, 239, 239, var(--divide-opacity)); }

.divide-neutral-20 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #EFEFEF;
  border-color: rgba(239, 239, 239, var(--divide-opacity)); }

.divide-grey-3 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E5E5E5;
  border-color: rgba(229, 229, 229, var(--divide-opacity)); }

.divide-neutral-30 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E5E5E5;
  border-color: rgba(229, 229, 229, var(--divide-opacity)); }

.divide-grey-4 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #BEBFBF;
  border-color: rgba(190, 191, 191, var(--divide-opacity)); }

.divide-neutral-40 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #BEBFBF;
  border-color: rgba(190, 191, 191, var(--divide-opacity)); }

.divide-grey-5 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #757575;
  border-color: rgba(117, 117, 117, var(--divide-opacity)); }

.divide-neutral-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #757575;
  border-color: rgba(117, 117, 117, var(--divide-opacity)); }

.divide-grey-6 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #484949;
  border-color: rgba(72, 73, 73, var(--divide-opacity)); }

.divide-neutral-60 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #484949;
  border-color: rgba(72, 73, 73, var(--divide-opacity)); }

.divide-grey-7 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #292728;
  border-color: rgba(41, 39, 40, var(--divide-opacity)); }

.divide-neutral-70 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #292728;
  border-color: rgba(41, 39, 40, var(--divide-opacity)); }

.divide-grey-8 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #EAEAE7;
  border-color: rgba(234, 234, 231, var(--divide-opacity)); }

.divide-neutral-80 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1C1A1B;
  border-color: rgba(28, 26, 27, var(--divide-opacity)); }

.divide-transparent > :not(template) ~ :not(template) {
  border-color: transparent; }

.divide-orange > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #A63C1C;
  border-color: rgba(166, 60, 28, var(--divide-opacity)); }

.divide-brown > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #8B5742;
  border-color: rgba(139, 87, 66, var(--divide-opacity)); }

.divide-brown-light > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #796353;
  border-color: rgba(121, 99, 83, var(--divide-opacity)); }

.divide-cream > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F4EDE3;
  border-color: rgba(244, 237, 227, var(--divide-opacity)); }

.divide-beige > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E9E5DF;
  border-color: rgba(233, 229, 223, var(--divide-opacity)); }

.divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000000;
  border-color: rgba(0, 0, 0, var(--divide-opacity)); }

.divide-forest-green > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3D4126;
  border-color: rgba(61, 65, 38, var(--divide-opacity)); }

.divide-solid > :not(template) ~ :not(template) {
  border-style: solid; }

.divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed; }

.divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted; }

.divide-double > :not(template) ~ :not(template) {
  border-style: double; }

.divide-none > :not(template) ~ :not(template) {
  border-style: none; }

.divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0; }

.divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25; }

.divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5; }

.divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75; }

.divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.bg-clip-border {
  background-clip: border-box; }

.bg-clip-padding {
  background-clip: padding-box; }

.bg-clip-content {
  background-clip: content-box; }

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text; }

.bg-white {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.bg-neutral-0 {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.bg-red {
  --bg-opacity: 1;
  background-color: #B83C23;
  background-color: rgba(184, 60, 35, var(--bg-opacity)); }

.bg-grey-1 {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity)); }

.bg-neutral-10 {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity)); }

.bg-grey-2 {
  --bg-opacity: 1;
  background-color: #EFEFEF;
  background-color: rgba(239, 239, 239, var(--bg-opacity)); }

.bg-neutral-20 {
  --bg-opacity: 1;
  background-color: #EFEFEF;
  background-color: rgba(239, 239, 239, var(--bg-opacity)); }

.bg-grey-3 {
  --bg-opacity: 1;
  background-color: #E5E5E5;
  background-color: rgba(229, 229, 229, var(--bg-opacity)); }

.bg-neutral-30 {
  --bg-opacity: 1;
  background-color: #E5E5E5;
  background-color: rgba(229, 229, 229, var(--bg-opacity)); }

.bg-grey-4 {
  --bg-opacity: 1;
  background-color: #BEBFBF;
  background-color: rgba(190, 191, 191, var(--bg-opacity)); }

.bg-neutral-40 {
  --bg-opacity: 1;
  background-color: #BEBFBF;
  background-color: rgba(190, 191, 191, var(--bg-opacity)); }

.bg-grey-5 {
  --bg-opacity: 1;
  background-color: #757575;
  background-color: rgba(117, 117, 117, var(--bg-opacity)); }

.bg-neutral-50 {
  --bg-opacity: 1;
  background-color: #757575;
  background-color: rgba(117, 117, 117, var(--bg-opacity)); }

.bg-grey-6 {
  --bg-opacity: 1;
  background-color: #484949;
  background-color: rgba(72, 73, 73, var(--bg-opacity)); }

.bg-neutral-60 {
  --bg-opacity: 1;
  background-color: #484949;
  background-color: rgba(72, 73, 73, var(--bg-opacity)); }

.bg-grey-7 {
  --bg-opacity: 1;
  background-color: #292728;
  background-color: rgba(41, 39, 40, var(--bg-opacity)); }

.bg-neutral-70 {
  --bg-opacity: 1;
  background-color: #292728;
  background-color: rgba(41, 39, 40, var(--bg-opacity)); }

.bg-grey-8 {
  --bg-opacity: 1;
  background-color: #EAEAE7;
  background-color: rgba(234, 234, 231, var(--bg-opacity)); }

.bg-neutral-80 {
  --bg-opacity: 1;
  background-color: #1C1A1B;
  background-color: rgba(28, 26, 27, var(--bg-opacity)); }

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

.bg-orange {
  --bg-opacity: 1;
  background-color: #A63C1C;
  background-color: rgba(166, 60, 28, var(--bg-opacity)); }

.bg-brown {
  --bg-opacity: 1;
  background-color: #8B5742;
  background-color: rgba(139, 87, 66, var(--bg-opacity)); }

.bg-brown-light {
  --bg-opacity: 1;
  background-color: #796353;
  background-color: rgba(121, 99, 83, var(--bg-opacity)); }

.bg-cream {
  --bg-opacity: 1;
  background-color: #F4EDE3;
  background-color: rgba(244, 237, 227, var(--bg-opacity)); }

.bg-beige {
  --bg-opacity: 1;
  background-color: #E9E5DF;
  background-color: rgba(233, 229, 223, var(--bg-opacity)); }

.bg-black {
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity)); }

.bg-forest-green {
  --bg-opacity: 1;
  background-color: #3D4126;
  background-color: rgba(61, 65, 38, var(--bg-opacity)); }

.bg-none {
  background-image: none; }

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--gradient-color-stops)); }

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--gradient-color-stops)); }

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-color-stops)); }

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)); }

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)); }

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)); }

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--gradient-color-stops)); }

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--gradient-color-stops)); }

.from-white {
  --gradient-from-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.from-neutral-0 {
  --gradient-from-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.from-red {
  --gradient-from-color: #B83C23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }

.from-grey-1 {
  --gradient-from-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.from-neutral-10 {
  --gradient-from-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.from-grey-2 {
  --gradient-from-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.from-neutral-20 {
  --gradient-from-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.from-grey-3 {
  --gradient-from-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.from-neutral-30 {
  --gradient-from-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.from-grey-4 {
  --gradient-from-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.from-neutral-40 {
  --gradient-from-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.from-grey-5 {
  --gradient-from-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.from-neutral-50 {
  --gradient-from-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.from-grey-6 {
  --gradient-from-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.from-neutral-60 {
  --gradient-from-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.from-grey-7 {
  --gradient-from-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.from-neutral-70 {
  --gradient-from-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.from-grey-8 {
  --gradient-from-color: #EAEAE7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }

.from-neutral-80 {
  --gradient-from-color: #1C1A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }

.from-transparent {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.from-orange {
  --gradient-from-color: #A63C1C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }

.from-brown {
  --gradient-from-color: #8B5742;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }

.from-brown-light {
  --gradient-from-color: #796353;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }

.from-cream {
  --gradient-from-color: #F4EDE3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }

.from-beige {
  --gradient-from-color: #E9E5DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }

.from-black {
  --gradient-from-color: #000000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.from-forest-green {
  --gradient-from-color: #3D4126;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }

.via-white {
  --gradient-via-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.via-neutral-0 {
  --gradient-via-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.via-red {
  --gradient-via-color: #B83C23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }

.via-grey-1 {
  --gradient-via-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.via-neutral-10 {
  --gradient-via-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.via-grey-2 {
  --gradient-via-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.via-neutral-20 {
  --gradient-via-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.via-grey-3 {
  --gradient-via-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.via-neutral-30 {
  --gradient-via-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.via-grey-4 {
  --gradient-via-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.via-neutral-40 {
  --gradient-via-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.via-grey-5 {
  --gradient-via-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.via-neutral-50 {
  --gradient-via-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.via-grey-6 {
  --gradient-via-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.via-neutral-60 {
  --gradient-via-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.via-grey-7 {
  --gradient-via-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.via-neutral-70 {
  --gradient-via-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.via-grey-8 {
  --gradient-via-color: #EAEAE7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }

.via-neutral-80 {
  --gradient-via-color: #1C1A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }

.via-transparent {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.via-orange {
  --gradient-via-color: #A63C1C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }

.via-brown {
  --gradient-via-color: #8B5742;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }

.via-brown-light {
  --gradient-via-color: #796353;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }

.via-cream {
  --gradient-via-color: #F4EDE3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }

.via-beige {
  --gradient-via-color: #E9E5DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }

.via-black {
  --gradient-via-color: #000000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.via-forest-green {
  --gradient-via-color: #3D4126;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }

.to-white {
  --gradient-to-color: #ffffff; }

.to-neutral-0 {
  --gradient-to-color: #ffffff; }

.to-red {
  --gradient-to-color: #B83C23; }

.to-grey-1 {
  --gradient-to-color: #F7F7F7; }

.to-neutral-10 {
  --gradient-to-color: #F7F7F7; }

.to-grey-2 {
  --gradient-to-color: #EFEFEF; }

.to-neutral-20 {
  --gradient-to-color: #EFEFEF; }

.to-grey-3 {
  --gradient-to-color: #E5E5E5; }

.to-neutral-30 {
  --gradient-to-color: #E5E5E5; }

.to-grey-4 {
  --gradient-to-color: #BEBFBF; }

.to-neutral-40 {
  --gradient-to-color: #BEBFBF; }

.to-grey-5 {
  --gradient-to-color: #757575; }

.to-neutral-50 {
  --gradient-to-color: #757575; }

.to-grey-6 {
  --gradient-to-color: #484949; }

.to-neutral-60 {
  --gradient-to-color: #484949; }

.to-grey-7 {
  --gradient-to-color: #292728; }

.to-neutral-70 {
  --gradient-to-color: #292728; }

.to-grey-8 {
  --gradient-to-color: #EAEAE7; }

.to-neutral-80 {
  --gradient-to-color: #1C1A1B; }

.to-transparent {
  --gradient-to-color: transparent; }

.to-orange {
  --gradient-to-color: #A63C1C; }

.to-brown {
  --gradient-to-color: #8B5742; }

.to-brown-light {
  --gradient-to-color: #796353; }

.to-cream {
  --gradient-to-color: #F4EDE3; }

.to-beige {
  --gradient-to-color: #E9E5DF; }

.to-black {
  --gradient-to-color: #000000; }

.to-forest-green {
  --gradient-to-color: #3D4126; }

.hover\:from-white:hover {
  --gradient-from-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.hover\:from-neutral-0:hover {
  --gradient-from-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.hover\:from-red:hover {
  --gradient-from-color: #B83C23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }

.hover\:from-grey-1:hover {
  --gradient-from-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.hover\:from-neutral-10:hover {
  --gradient-from-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.hover\:from-grey-2:hover {
  --gradient-from-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.hover\:from-neutral-20:hover {
  --gradient-from-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.hover\:from-grey-3:hover {
  --gradient-from-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.hover\:from-neutral-30:hover {
  --gradient-from-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.hover\:from-grey-4:hover {
  --gradient-from-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.hover\:from-neutral-40:hover {
  --gradient-from-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.hover\:from-grey-5:hover {
  --gradient-from-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.hover\:from-neutral-50:hover {
  --gradient-from-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.hover\:from-grey-6:hover {
  --gradient-from-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.hover\:from-neutral-60:hover {
  --gradient-from-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.hover\:from-grey-7:hover {
  --gradient-from-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.hover\:from-neutral-70:hover {
  --gradient-from-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.hover\:from-grey-8:hover {
  --gradient-from-color: #EAEAE7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }

.hover\:from-neutral-80:hover {
  --gradient-from-color: #1C1A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }

.hover\:from-transparent:hover {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.hover\:from-orange:hover {
  --gradient-from-color: #A63C1C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }

.hover\:from-brown:hover {
  --gradient-from-color: #8B5742;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }

.hover\:from-brown-light:hover {
  --gradient-from-color: #796353;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }

.hover\:from-cream:hover {
  --gradient-from-color: #F4EDE3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }

.hover\:from-beige:hover {
  --gradient-from-color: #E9E5DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }

.hover\:from-black:hover {
  --gradient-from-color: #000000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.hover\:from-forest-green:hover {
  --gradient-from-color: #3D4126;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }

.hover\:via-white:hover {
  --gradient-via-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.hover\:via-neutral-0:hover {
  --gradient-via-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.hover\:via-red:hover {
  --gradient-via-color: #B83C23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }

.hover\:via-grey-1:hover {
  --gradient-via-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.hover\:via-neutral-10:hover {
  --gradient-via-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.hover\:via-grey-2:hover {
  --gradient-via-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.hover\:via-neutral-20:hover {
  --gradient-via-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.hover\:via-grey-3:hover {
  --gradient-via-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.hover\:via-neutral-30:hover {
  --gradient-via-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.hover\:via-grey-4:hover {
  --gradient-via-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.hover\:via-neutral-40:hover {
  --gradient-via-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.hover\:via-grey-5:hover {
  --gradient-via-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.hover\:via-neutral-50:hover {
  --gradient-via-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.hover\:via-grey-6:hover {
  --gradient-via-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.hover\:via-neutral-60:hover {
  --gradient-via-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.hover\:via-grey-7:hover {
  --gradient-via-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.hover\:via-neutral-70:hover {
  --gradient-via-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.hover\:via-grey-8:hover {
  --gradient-via-color: #EAEAE7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }

.hover\:via-neutral-80:hover {
  --gradient-via-color: #1C1A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }

.hover\:via-transparent:hover {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.hover\:via-orange:hover {
  --gradient-via-color: #A63C1C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }

.hover\:via-brown:hover {
  --gradient-via-color: #8B5742;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }

.hover\:via-brown-light:hover {
  --gradient-via-color: #796353;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }

.hover\:via-cream:hover {
  --gradient-via-color: #F4EDE3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }

.hover\:via-beige:hover {
  --gradient-via-color: #E9E5DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }

.hover\:via-black:hover {
  --gradient-via-color: #000000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.hover\:via-forest-green:hover {
  --gradient-via-color: #3D4126;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }

.hover\:to-white:hover {
  --gradient-to-color: #ffffff; }

.hover\:to-neutral-0:hover {
  --gradient-to-color: #ffffff; }

.hover\:to-red:hover {
  --gradient-to-color: #B83C23; }

.hover\:to-grey-1:hover {
  --gradient-to-color: #F7F7F7; }

.hover\:to-neutral-10:hover {
  --gradient-to-color: #F7F7F7; }

.hover\:to-grey-2:hover {
  --gradient-to-color: #EFEFEF; }

.hover\:to-neutral-20:hover {
  --gradient-to-color: #EFEFEF; }

.hover\:to-grey-3:hover {
  --gradient-to-color: #E5E5E5; }

.hover\:to-neutral-30:hover {
  --gradient-to-color: #E5E5E5; }

.hover\:to-grey-4:hover {
  --gradient-to-color: #BEBFBF; }

.hover\:to-neutral-40:hover {
  --gradient-to-color: #BEBFBF; }

.hover\:to-grey-5:hover {
  --gradient-to-color: #757575; }

.hover\:to-neutral-50:hover {
  --gradient-to-color: #757575; }

.hover\:to-grey-6:hover {
  --gradient-to-color: #484949; }

.hover\:to-neutral-60:hover {
  --gradient-to-color: #484949; }

.hover\:to-grey-7:hover {
  --gradient-to-color: #292728; }

.hover\:to-neutral-70:hover {
  --gradient-to-color: #292728; }

.hover\:to-grey-8:hover {
  --gradient-to-color: #EAEAE7; }

.hover\:to-neutral-80:hover {
  --gradient-to-color: #1C1A1B; }

.hover\:to-transparent:hover {
  --gradient-to-color: transparent; }

.hover\:to-orange:hover {
  --gradient-to-color: #A63C1C; }

.hover\:to-brown:hover {
  --gradient-to-color: #8B5742; }

.hover\:to-brown-light:hover {
  --gradient-to-color: #796353; }

.hover\:to-cream:hover {
  --gradient-to-color: #F4EDE3; }

.hover\:to-beige:hover {
  --gradient-to-color: #E9E5DF; }

.hover\:to-black:hover {
  --gradient-to-color: #000000; }

.hover\:to-forest-green:hover {
  --gradient-to-color: #3D4126; }

.focus\:from-white:focus {
  --gradient-from-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.focus\:from-neutral-0:focus {
  --gradient-from-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.focus\:from-red:focus {
  --gradient-from-color: #B83C23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }

.focus\:from-grey-1:focus {
  --gradient-from-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.focus\:from-neutral-10:focus {
  --gradient-from-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.focus\:from-grey-2:focus {
  --gradient-from-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.focus\:from-neutral-20:focus {
  --gradient-from-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.focus\:from-grey-3:focus {
  --gradient-from-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.focus\:from-neutral-30:focus {
  --gradient-from-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.focus\:from-grey-4:focus {
  --gradient-from-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.focus\:from-neutral-40:focus {
  --gradient-from-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.focus\:from-grey-5:focus {
  --gradient-from-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.focus\:from-neutral-50:focus {
  --gradient-from-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.focus\:from-grey-6:focus {
  --gradient-from-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.focus\:from-neutral-60:focus {
  --gradient-from-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.focus\:from-grey-7:focus {
  --gradient-from-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.focus\:from-neutral-70:focus {
  --gradient-from-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.focus\:from-grey-8:focus {
  --gradient-from-color: #EAEAE7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }

.focus\:from-neutral-80:focus {
  --gradient-from-color: #1C1A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }

.focus\:from-transparent:focus {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.focus\:from-orange:focus {
  --gradient-from-color: #A63C1C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }

.focus\:from-brown:focus {
  --gradient-from-color: #8B5742;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }

.focus\:from-brown-light:focus {
  --gradient-from-color: #796353;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }

.focus\:from-cream:focus {
  --gradient-from-color: #F4EDE3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }

.focus\:from-beige:focus {
  --gradient-from-color: #E9E5DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }

.focus\:from-black:focus {
  --gradient-from-color: #000000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.focus\:from-forest-green:focus {
  --gradient-from-color: #3D4126;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }

.focus\:via-white:focus {
  --gradient-via-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.focus\:via-neutral-0:focus {
  --gradient-via-color: #ffffff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }

.focus\:via-red:focus {
  --gradient-via-color: #B83C23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }

.focus\:via-grey-1:focus {
  --gradient-via-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.focus\:via-neutral-10:focus {
  --gradient-via-color: #F7F7F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }

.focus\:via-grey-2:focus {
  --gradient-via-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.focus\:via-neutral-20:focus {
  --gradient-via-color: #EFEFEF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }

.focus\:via-grey-3:focus {
  --gradient-via-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.focus\:via-neutral-30:focus {
  --gradient-via-color: #E5E5E5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }

.focus\:via-grey-4:focus {
  --gradient-via-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.focus\:via-neutral-40:focus {
  --gradient-via-color: #BEBFBF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }

.focus\:via-grey-5:focus {
  --gradient-via-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.focus\:via-neutral-50:focus {
  --gradient-via-color: #757575;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }

.focus\:via-grey-6:focus {
  --gradient-via-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.focus\:via-neutral-60:focus {
  --gradient-via-color: #484949;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }

.focus\:via-grey-7:focus {
  --gradient-via-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.focus\:via-neutral-70:focus {
  --gradient-via-color: #292728;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }

.focus\:via-grey-8:focus {
  --gradient-via-color: #EAEAE7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }

.focus\:via-neutral-80:focus {
  --gradient-via-color: #1C1A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }

.focus\:via-transparent:focus {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.focus\:via-orange:focus {
  --gradient-via-color: #A63C1C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }

.focus\:via-brown:focus {
  --gradient-via-color: #8B5742;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }

.focus\:via-brown-light:focus {
  --gradient-via-color: #796353;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }

.focus\:via-cream:focus {
  --gradient-via-color: #F4EDE3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }

.focus\:via-beige:focus {
  --gradient-via-color: #E9E5DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }

.focus\:via-black:focus {
  --gradient-via-color: #000000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }

.focus\:via-forest-green:focus {
  --gradient-via-color: #3D4126;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }

.focus\:to-white:focus {
  --gradient-to-color: #ffffff; }

.focus\:to-neutral-0:focus {
  --gradient-to-color: #ffffff; }

.focus\:to-red:focus {
  --gradient-to-color: #B83C23; }

.focus\:to-grey-1:focus {
  --gradient-to-color: #F7F7F7; }

.focus\:to-neutral-10:focus {
  --gradient-to-color: #F7F7F7; }

.focus\:to-grey-2:focus {
  --gradient-to-color: #EFEFEF; }

.focus\:to-neutral-20:focus {
  --gradient-to-color: #EFEFEF; }

.focus\:to-grey-3:focus {
  --gradient-to-color: #E5E5E5; }

.focus\:to-neutral-30:focus {
  --gradient-to-color: #E5E5E5; }

.focus\:to-grey-4:focus {
  --gradient-to-color: #BEBFBF; }

.focus\:to-neutral-40:focus {
  --gradient-to-color: #BEBFBF; }

.focus\:to-grey-5:focus {
  --gradient-to-color: #757575; }

.focus\:to-neutral-50:focus {
  --gradient-to-color: #757575; }

.focus\:to-grey-6:focus {
  --gradient-to-color: #484949; }

.focus\:to-neutral-60:focus {
  --gradient-to-color: #484949; }

.focus\:to-grey-7:focus {
  --gradient-to-color: #292728; }

.focus\:to-neutral-70:focus {
  --gradient-to-color: #292728; }

.focus\:to-grey-8:focus {
  --gradient-to-color: #EAEAE7; }

.focus\:to-neutral-80:focus {
  --gradient-to-color: #1C1A1B; }

.focus\:to-transparent:focus {
  --gradient-to-color: transparent; }

.focus\:to-orange:focus {
  --gradient-to-color: #A63C1C; }

.focus\:to-brown:focus {
  --gradient-to-color: #8B5742; }

.focus\:to-brown-light:focus {
  --gradient-to-color: #796353; }

.focus\:to-cream:focus {
  --gradient-to-color: #F4EDE3; }

.focus\:to-beige:focus {
  --gradient-to-color: #E9E5DF; }

.focus\:to-black:focus {
  --gradient-to-color: #000000; }

.focus\:to-forest-green:focus {
  --gradient-to-color: #3D4126; }

.bg-opacity-0 {
  --bg-opacity: 0; }

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

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

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

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

.hover\:bg-opacity-0:hover {
  --bg-opacity: 0; }

.hover\:bg-opacity-25:hover {
  --bg-opacity: 0.25; }

.hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5; }

.hover\:bg-opacity-75:hover {
  --bg-opacity: 0.75; }

.hover\:bg-opacity-100:hover {
  --bg-opacity: 1; }

.focus\:bg-opacity-0:focus {
  --bg-opacity: 0; }

.focus\:bg-opacity-25:focus {
  --bg-opacity: 0.25; }

.focus\:bg-opacity-50:focus {
  --bg-opacity: 0.5; }

.focus\:bg-opacity-75:focus {
  --bg-opacity: 0.75; }

.focus\:bg-opacity-100:focus {
  --bg-opacity: 1; }

.bg-bottom {
  background-position: bottom; }

.bg-center {
  background-position: center; }

.bg-left {
  background-position: left; }

.bg-left-bottom {
  background-position: left bottom; }

.bg-left-top {
  background-position: left top; }

.bg-right {
  background-position: right; }

.bg-right-bottom {
  background-position: right bottom; }

.bg-right-top {
  background-position: right top; }

.bg-top {
  background-position: top; }

.bg-repeat {
  background-repeat: repeat; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.bg-repeat-x {
  background-repeat: repeat-x; }

.bg-repeat-y {
  background-repeat: repeat-y; }

.bg-repeat-round {
  background-repeat: round; }

.bg-repeat-space {
  background-repeat: space; }

.bg-auto {
  background-size: auto; }

.bg-cover {
  background-size: cover; }

.bg-contain {
  background-size: contain; }

.border-collapse {
  border-collapse: collapse; }

.border-separate {
  border-collapse: separate; }

.border-white {
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity)); }

.border-neutral-0 {
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity)); }

.border-red {
  --border-opacity: 1;
  border-color: #B83C23;
  border-color: rgba(184, 60, 35, var(--border-opacity)); }

.border-grey-1 {
  --border-opacity: 1;
  border-color: #F7F7F7;
  border-color: rgba(247, 247, 247, var(--border-opacity)); }

.border-neutral-10 {
  --border-opacity: 1;
  border-color: #F7F7F7;
  border-color: rgba(247, 247, 247, var(--border-opacity)); }

.border-grey-2 {
  --border-opacity: 1;
  border-color: #EFEFEF;
  border-color: rgba(239, 239, 239, var(--border-opacity)); }

.border-neutral-20 {
  --border-opacity: 1;
  border-color: #EFEFEF;
  border-color: rgba(239, 239, 239, var(--border-opacity)); }

.border-grey-3 {
  --border-opacity: 1;
  border-color: #E5E5E5;
  border-color: rgba(229, 229, 229, var(--border-opacity)); }

.border-neutral-30 {
  --border-opacity: 1;
  border-color: #E5E5E5;
  border-color: rgba(229, 229, 229, var(--border-opacity)); }

.border-grey-4 {
  --border-opacity: 1;
  border-color: #BEBFBF;
  border-color: rgba(190, 191, 191, var(--border-opacity)); }

.border-neutral-40 {
  --border-opacity: 1;
  border-color: #BEBFBF;
  border-color: rgba(190, 191, 191, var(--border-opacity)); }

.border-grey-5 {
  --border-opacity: 1;
  border-color: #757575;
  border-color: rgba(117, 117, 117, var(--border-opacity)); }

.border-neutral-50 {
  --border-opacity: 1;
  border-color: #757575;
  border-color: rgba(117, 117, 117, var(--border-opacity)); }

.border-grey-6 {
  --border-opacity: 1;
  border-color: #484949;
  border-color: rgba(72, 73, 73, var(--border-opacity)); }

.border-neutral-60 {
  --border-opacity: 1;
  border-color: #484949;
  border-color: rgba(72, 73, 73, var(--border-opacity)); }

.border-grey-7 {
  --border-opacity: 1;
  border-color: #292728;
  border-color: rgba(41, 39, 40, var(--border-opacity)); }

.border-neutral-70 {
  --border-opacity: 1;
  border-color: #292728;
  border-color: rgba(41, 39, 40, var(--border-opacity)); }

.border-grey-8 {
  --border-opacity: 1;
  border-color: #EAEAE7;
  border-color: rgba(234, 234, 231, var(--border-opacity)); }

.border-neutral-80 {
  --border-opacity: 1;
  border-color: #1C1A1B;
  border-color: rgba(28, 26, 27, var(--border-opacity)); }

.border-transparent {
  border-color: transparent; }

.border-orange {
  --border-opacity: 1;
  border-color: #A63C1C;
  border-color: rgba(166, 60, 28, var(--border-opacity)); }

.border-brown {
  --border-opacity: 1;
  border-color: #8B5742;
  border-color: rgba(139, 87, 66, var(--border-opacity)); }

.border-brown-light {
  --border-opacity: 1;
  border-color: #796353;
  border-color: rgba(121, 99, 83, var(--border-opacity)); }

.border-cream {
  --border-opacity: 1;
  border-color: #F4EDE3;
  border-color: rgba(244, 237, 227, var(--border-opacity)); }

.border-beige {
  --border-opacity: 1;
  border-color: #E9E5DF;
  border-color: rgba(233, 229, 223, var(--border-opacity)); }

.border-black {
  --border-opacity: 1;
  border-color: #000000;
  border-color: rgba(0, 0, 0, var(--border-opacity)); }

.border-forest-green {
  --border-opacity: 1;
  border-color: #3D4126;
  border-color: rgba(61, 65, 38, var(--border-opacity)); }

.border-opacity-0 {
  --border-opacity: 0; }

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

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

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

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

.hover\:border-opacity-0:hover {
  --border-opacity: 0; }

.hover\:border-opacity-25:hover {
  --border-opacity: 0.25; }

.hover\:border-opacity-50:hover {
  --border-opacity: 0.5; }

.hover\:border-opacity-75:hover {
  --border-opacity: 0.75; }

.hover\:border-opacity-100:hover {
  --border-opacity: 1; }

.focus\:border-opacity-0:focus {
  --border-opacity: 0; }

.focus\:border-opacity-25:focus {
  --border-opacity: 0.25; }

.focus\:border-opacity-50:focus {
  --border-opacity: 0.5; }

.focus\:border-opacity-75:focus {
  --border-opacity: 0.75; }

.focus\:border-opacity-100:focus {
  --border-opacity: 1; }

.rounded-none {
  border-radius: 0; }

.rounded-sm {
  border-radius: .125rem; }

.rounded {
  border-radius: .25rem; }

.rounded-lg {
  border-radius: .5rem; }

.rounded-full {
  border-radius: 9999px; }

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem; }

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem; }

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem; }

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem; }

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem; }

.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem; }

.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem; }

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem; }

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px; }

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px; }

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px; }

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px; }

.rounded-tl-none {
  border-top-left-radius: 0; }

.rounded-tr-none {
  border-top-right-radius: 0; }

.rounded-br-none {
  border-bottom-right-radius: 0; }

.rounded-bl-none {
  border-bottom-left-radius: 0; }

.rounded-tl-sm {
  border-top-left-radius: .125rem; }

.rounded-tr-sm {
  border-top-right-radius: .125rem; }

.rounded-br-sm {
  border-bottom-right-radius: .125rem; }

.rounded-bl-sm {
  border-bottom-left-radius: .125rem; }

.rounded-tl {
  border-top-left-radius: .25rem; }

.rounded-tr {
  border-top-right-radius: .25rem; }

.rounded-br {
  border-bottom-right-radius: .25rem; }

.rounded-bl {
  border-bottom-left-radius: .25rem; }

.rounded-tl-lg {
  border-top-left-radius: .5rem; }

.rounded-tr-lg {
  border-top-right-radius: .5rem; }

.rounded-br-lg {
  border-bottom-right-radius: .5rem; }

.rounded-bl-lg {
  border-bottom-left-radius: .5rem; }

.rounded-tl-full {
  border-top-left-radius: 9999px; }

.rounded-tr-full {
  border-top-right-radius: 9999px; }

.rounded-br-full {
  border-bottom-right-radius: 9999px; }

.rounded-bl-full {
  border-bottom-left-radius: 9999px; }

.border-solid {
  border-style: solid; }

.border-dashed {
  border-style: dashed; }

.border-dotted {
  border-style: dotted; }

.border-double {
  border-style: double; }

.border-none {
  border-style: none; }

.border-0 {
  border-width: 0; }

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

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

.border-8 {
  border-width: 8px; }

.border {
  border-width: 1px; }

.border-t-0 {
  border-top-width: 0; }

.border-r-0 {
  border-right-width: 0; }

.border-b-0 {
  border-bottom-width: 0; }

.border-l-0 {
  border-left-width: 0; }

.border-t-2 {
  border-top-width: 2px; }

.border-r-2 {
  border-right-width: 2px; }

.border-b-2 {
  border-bottom-width: 2px; }

.border-l-2 {
  border-left-width: 2px; }

.border-t-4 {
  border-top-width: 4px; }

.border-r-4 {
  border-right-width: 4px; }

.border-b-4 {
  border-bottom-width: 4px; }

.border-l-4 {
  border-left-width: 4px; }

.border-t-8 {
  border-top-width: 8px; }

.border-r-8 {
  border-right-width: 8px; }

.border-b-8 {
  border-bottom-width: 8px; }

.border-l-8 {
  border-left-width: 8px; }

.border-t {
  border-top-width: 1px; }

.border-r {
  border-right-width: 1px; }

.border-b {
  border-bottom-width: 1px; }

.border-l {
  border-left-width: 1px; }

.box-border {
  box-sizing: border-box; }

.box-content {
  box-sizing: content-box; }

.cursor-auto {
  cursor: auto; }

.cursor-default {
  cursor: default; }

.cursor-pointer {
  cursor: pointer; }

.cursor-wait {
  cursor: wait; }

.cursor-text {
  cursor: text; }

.cursor-move {
  cursor: move; }

.cursor-not-allowed {
  cursor: not-allowed; }

.block {
  display: block; }

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

.inline {
  display: inline; }

.flex {
  display: flex; }

.inline-flex {
  display: inline-flex; }

.table {
  display: table; }

.table-caption {
  display: table-caption; }

.table-cell {
  display: table-cell; }

.table-column {
  display: table-column; }

.table-column-group {
  display: table-column-group; }

.table-footer-group {
  display: table-footer-group; }

.table-header-group {
  display: table-header-group; }

.table-row-group {
  display: table-row-group; }

.table-row {
  display: table-row; }

.flow-root {
  display: flow-root; }

.grid {
  display: grid; }

.inline-grid {
  display: inline-grid; }

.contents {
  display: contents; }

.hidden {
  display: none; }

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

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

.flex-col {
  flex-direction: column; }

.flex-col-reverse {
  flex-direction: column-reverse; }

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

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

.flex-no-wrap {
  flex-wrap: nowrap; }

.place-items-auto {
  place-items: auto; }

.place-items-start {
  place-items: start; }

.place-items-end {
  place-items: end; }

.place-items-center {
  place-items: center; }

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

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

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

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

.place-content-between {
  place-content: space-between; }

.place-content-around {
  place-content: space-around; }

.place-content-evenly {
  place-content: space-evenly; }

.place-content-stretch {
  place-content: stretch; }

.place-self-auto {
  place-self: auto; }

.place-self-start {
  place-self: start; }

.place-self-end {
  place-self: end; }

.place-self-center {
  place-self: center; }

.place-self-stretch {
  place-self: stretch; }

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

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

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

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

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

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

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

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

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

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

.content-evenly {
  align-content: space-evenly; }

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

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

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

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

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

.justify-items-auto {
  justify-items: auto; }

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

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

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

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

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

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

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

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

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

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

.justify-self-auto {
  justify-self: auto; }

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

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

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

.justify-self-stretch {
  justify-self: stretch; }

.flex-1 {
  flex: 1 1 0%; }

.flex-auto {
  flex: 1 1 auto; }

.flex-initial {
  flex: 0 1 auto; }

.flex-none {
  flex: none; }

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

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

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

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

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.order-first {
  order: -9999; }

.order-last {
  order: 9999; }

.order-none {
  order: 0; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: none; }

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

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.clear-none {
  clear: none; }

.font-sans {
  font-family: Gotham, Verdana, Helvetica Neue, sans-serif; }

.font-serif {
  font-family: freight-text-pro, serif; }

.font-light {
  font-weight: 300; }

.font-book {
  font-weight: 400; }

.font-medium {
  font-weight: 500; }

.h-0 {
  height: 0; }

.h-1 {
  height: 0.25rem; }

.h-2 {
  height: 0.5rem; }

.h-3 {
  height: 0.75rem; }

.h-4 {
  height: 1rem; }

.h-5 {
  height: 1.25rem; }

.h-6 {
  height: 1.5rem; }

.h-8 {
  height: 2rem; }

.h-10 {
  height: 2.5rem; }

.h-12 {
  height: 3rem; }

.h-16 {
  height: 4rem; }

.h-24 {
  height: 6rem; }

.h-32 {
  height: 8rem; }

.h-48 {
  height: 12rem; }

.h-64 {
  height: 16rem; }

.h-96 {
  height: 24rem; }

.h-auto {
  height: auto; }

.h-px {
  height: 1px; }

.h-1\/2 {
  height: 50%; }

.h-full {
  height: 100%; }

.h-screen {
  height: 100vh; }

.text-xxs {
  font-size: .625rem; }

.text-xs {
  font-size: .75rem; }

.text-sm {
  font-size: .875rem; }

.text-base {
  font-size: 1rem; }

.text-lg {
  font-size: 1.125rem; }

.text-xl {
  font-size: 1.25rem; }

.text-2xl {
  font-size: 1.5rem; }

.text-3xl {
  font-size: 1.875rem; }

.leading-0 {
  line-height: 0; }

.leading-none {
  line-height: 1; }

.leading-tight {
  line-height: 1.25; }

.leading-normal {
  line-height: 1.5; }

.leading-loose {
  line-height: 2; }

.list-none {
  list-style-type: none; }

.list-disc {
  list-style-type: disc; }

.list-decimal {
  list-style-type: decimal; }

.m-0 {
  margin: 0; }

.m-1 {
  margin: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.m-3 {
  margin: 0.75rem; }

.m-4 {
  margin: 1rem; }

.m-5 {
  margin: 1.25rem; }

.m-6 {
  margin: 1.5rem; }

.m-8 {
  margin: 2rem; }

.m-9 {
  margin: 2.25rem; }

.m-10 {
  margin: 2.5rem; }

.m-12 {
  margin: 3rem; }

.m-14 {
  margin: 3.5rem; }

.m-16 {
  margin: 4rem; }

.m-18 {
  margin: 4.5rem; }

.m-20 {
  margin: 5rem; }

.m-24 {
  margin: 6rem; }

.m-28 {
  margin: 7rem; }

.m-30 {
  margin: 7.5rem; }

.-m-px {
  margin: -1px; }

.-m-0 {
  margin: 0; }

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

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

.-m-3 {
  margin: -0.75rem; }

.-m-4 {
  margin: -1rem; }

.-m-6 {
  margin: -1.5rem; }

.-m-8 {
  margin: -2rem; }

.-m-12 {
  margin: -3rem; }

.-m-14 {
  margin: -3.5rem; }

.-m-16 {
  margin: -4rem; }

.-m-20 {
  margin: -5rem; }

.-m-24 {
  margin: -6rem; }

.-m-30 {
  margin: -7.5rem; }

.m-auto {
  margin: auto; }

.m-px {
  margin: 1px; }

.m-1\/2 {
  margin: 50%; }

.m-1\/3 {
  margin: 33.33333%; }

.m-2\/3 {
  margin: 66.66667%; }

.m-1\/4 {
  margin: 25%; }

.m-3\/4 {
  margin: 75%; }

.m-1\/5 {
  margin: 20%; }

.m-2\/5 {
  margin: 40%; }

.m-3\/5 {
  margin: 60%; }

.m-4\/5 {
  margin: 80%; }

.m-1\/6 {
  margin: 16.66667%; }

.m-5\/6 {
  margin: 83.33333%; }

.m-full {
  margin: 100%; }

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

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

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

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

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem; }

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem; }

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem; }

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem; }

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem; }

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem; }

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem; }

.mx-18 {
  margin-left: 4.5rem;
  margin-right: 4.5rem; }

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem; }

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem; }

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem; }

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem; }

.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem; }

.mx-30 {
  margin-left: 7.5rem;
  margin-right: 7.5rem; }

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px; }

.-mx-px {
  margin-left: -1px;
  margin-right: -1px; }

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

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

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

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

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

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

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem; }

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem; }

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem; }

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem; }

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem; }

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem; }

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem; }

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem; }

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem; }

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem; }

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem; }

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem; }

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem; }

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem; }

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem; }

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem; }

.-my-30 {
  margin-top: -7.5rem;
  margin-bottom: -7.5rem; }

.-mx-30 {
  margin-left: -7.5rem;
  margin-right: -7.5rem; }

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

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

.my-px {
  margin-top: 1px;
  margin-bottom: 1px; }

.mx-px {
  margin-left: 1px;
  margin-right: 1px; }

.my-1\/2 {
  margin-top: 50%;
  margin-bottom: 50%; }

.mx-1\/2 {
  margin-left: 50%;
  margin-right: 50%; }

.my-1\/3 {
  margin-top: 33.33333%;
  margin-bottom: 33.33333%; }

.mx-1\/3 {
  margin-left: 33.33333%;
  margin-right: 33.33333%; }

.my-2\/3 {
  margin-top: 66.66667%;
  margin-bottom: 66.66667%; }

.mx-2\/3 {
  margin-left: 66.66667%;
  margin-right: 66.66667%; }

.my-1\/4 {
  margin-top: 25%;
  margin-bottom: 25%; }

.mx-1\/4 {
  margin-left: 25%;
  margin-right: 25%; }

.my-3\/4 {
  margin-top: 75%;
  margin-bottom: 75%; }

.mx-3\/4 {
  margin-left: 75%;
  margin-right: 75%; }

.my-1\/5 {
  margin-top: 20%;
  margin-bottom: 20%; }

.mx-1\/5 {
  margin-left: 20%;
  margin-right: 20%; }

.my-2\/5 {
  margin-top: 40%;
  margin-bottom: 40%; }

.mx-2\/5 {
  margin-left: 40%;
  margin-right: 40%; }

.my-3\/5 {
  margin-top: 60%;
  margin-bottom: 60%; }

.mx-3\/5 {
  margin-left: 60%;
  margin-right: 60%; }

.my-4\/5 {
  margin-top: 80%;
  margin-bottom: 80%; }

.mx-4\/5 {
  margin-left: 80%;
  margin-right: 80%; }

.my-1\/6 {
  margin-top: 16.66667%;
  margin-bottom: 16.66667%; }

.mx-1\/6 {
  margin-left: 16.66667%;
  margin-right: 16.66667%; }

.my-5\/6 {
  margin-top: 83.33333%;
  margin-bottom: 83.33333%; }

.mx-5\/6 {
  margin-left: 83.33333%;
  margin-right: 83.33333%; }

.my-full {
  margin-top: 100%;
  margin-bottom: 100%; }

.mx-full {
  margin-left: 100%;
  margin-right: 100%; }

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

.mr-0 {
  margin-right: 0; }

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

.ml-0 {
  margin-left: 0; }

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

.mr-1 {
  margin-right: 0.25rem; }

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

.ml-1 {
  margin-left: 0.25rem; }

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

.mr-2 {
  margin-right: 0.5rem; }

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

.ml-2 {
  margin-left: 0.5rem; }

.mt-3 {
  margin-top: 0.75rem; }

.mr-3 {
  margin-right: 0.75rem; }

.mb-3 {
  margin-bottom: 0.75rem; }

.ml-3 {
  margin-left: 0.75rem; }

.mt-4 {
  margin-top: 1rem; }

.mr-4 {
  margin-right: 1rem; }

.mb-4 {
  margin-bottom: 1rem; }

.ml-4 {
  margin-left: 1rem; }

.mt-5 {
  margin-top: 1.25rem; }

.mr-5 {
  margin-right: 1.25rem; }

.mb-5 {
  margin-bottom: 1.25rem; }

.ml-5 {
  margin-left: 1.25rem; }

.mt-6 {
  margin-top: 1.5rem; }

.mr-6 {
  margin-right: 1.5rem; }

.mb-6 {
  margin-bottom: 1.5rem; }

.ml-6 {
  margin-left: 1.5rem; }

.mt-8 {
  margin-top: 2rem; }

.mr-8 {
  margin-right: 2rem; }

.mb-8 {
  margin-bottom: 2rem; }

.ml-8 {
  margin-left: 2rem; }

.mt-9 {
  margin-top: 2.25rem; }

.mr-9 {
  margin-right: 2.25rem; }

.mb-9 {
  margin-bottom: 2.25rem; }

.ml-9 {
  margin-left: 2.25rem; }

.mt-10 {
  margin-top: 2.5rem; }

.mr-10 {
  margin-right: 2.5rem; }

.mb-10 {
  margin-bottom: 2.5rem; }

.ml-10 {
  margin-left: 2.5rem; }

.mt-12 {
  margin-top: 3rem; }

.mr-12 {
  margin-right: 3rem; }

.mb-12 {
  margin-bottom: 3rem; }

.ml-12 {
  margin-left: 3rem; }

.mt-14 {
  margin-top: 3.5rem; }

.mr-14 {
  margin-right: 3.5rem; }

.mb-14 {
  margin-bottom: 3.5rem; }

.ml-14 {
  margin-left: 3.5rem; }

.mt-16 {
  margin-top: 4rem; }

.mr-16 {
  margin-right: 4rem; }

.mb-16 {
  margin-bottom: 4rem; }

.ml-16 {
  margin-left: 4rem; }

.mt-18 {
  margin-top: 4.5rem; }

.mr-18 {
  margin-right: 4.5rem; }

.mb-18 {
  margin-bottom: 4.5rem; }

.ml-18 {
  margin-left: 4.5rem; }

.mt-20 {
  margin-top: 5rem; }

.mr-20 {
  margin-right: 5rem; }

.mb-20 {
  margin-bottom: 5rem; }

.ml-20 {
  margin-left: 5rem; }

.mt-24 {
  margin-top: 6rem; }

.mr-24 {
  margin-right: 6rem; }

.mb-24 {
  margin-bottom: 6rem; }

.ml-24 {
  margin-left: 6rem; }

.mt-28 {
  margin-top: 7rem; }

.mr-28 {
  margin-right: 7rem; }

.mb-28 {
  margin-bottom: 7rem; }

.ml-28 {
  margin-left: 7rem; }

.mt-30 {
  margin-top: 7.5rem; }

.mr-30 {
  margin-right: 7.5rem; }

.mb-30 {
  margin-bottom: 7.5rem; }

.ml-30 {
  margin-left: 7.5rem; }

.-mt-px {
  margin-top: -1px; }

.-mr-px {
  margin-right: -1px; }

.-mb-px {
  margin-bottom: -1px; }

.-ml-px {
  margin-left: -1px; }

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

.-mr-0 {
  margin-right: 0; }

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

.-ml-0 {
  margin-left: 0; }

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

.-mr-1 {
  margin-right: -0.25rem; }

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

.-ml-1 {
  margin-left: -0.25rem; }

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

.-mr-2 {
  margin-right: -0.5rem; }

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

.-ml-2 {
  margin-left: -0.5rem; }

.-mt-3 {
  margin-top: -0.75rem; }

.-mr-3 {
  margin-right: -0.75rem; }

.-mb-3 {
  margin-bottom: -0.75rem; }

.-ml-3 {
  margin-left: -0.75rem; }

.-mt-4 {
  margin-top: -1rem; }

.-mr-4 {
  margin-right: -1rem; }

.-mb-4 {
  margin-bottom: -1rem; }

.-ml-4 {
  margin-left: -1rem; }

.-mt-6 {
  margin-top: -1.5rem; }

.-mr-6 {
  margin-right: -1.5rem; }

.-mb-6 {
  margin-bottom: -1.5rem; }

.-ml-6 {
  margin-left: -1.5rem; }

.-mt-8 {
  margin-top: -2rem; }

.-mr-8 {
  margin-right: -2rem; }

.-mb-8 {
  margin-bottom: -2rem; }

.-ml-8 {
  margin-left: -2rem; }

.-mt-12 {
  margin-top: -3rem; }

.-mr-12 {
  margin-right: -3rem; }

.-mb-12 {
  margin-bottom: -3rem; }

.-ml-12 {
  margin-left: -3rem; }

.-mt-14 {
  margin-top: -3.5rem; }

.-mr-14 {
  margin-right: -3.5rem; }

.-mb-14 {
  margin-bottom: -3.5rem; }

.-ml-14 {
  margin-left: -3.5rem; }

.-mt-16 {
  margin-top: -4rem; }

.-mr-16 {
  margin-right: -4rem; }

.-mb-16 {
  margin-bottom: -4rem; }

.-ml-16 {
  margin-left: -4rem; }

.-mt-20 {
  margin-top: -5rem; }

.-mr-20 {
  margin-right: -5rem; }

.-mb-20 {
  margin-bottom: -5rem; }

.-ml-20 {
  margin-left: -5rem; }

.-mt-24 {
  margin-top: -6rem; }

.-mr-24 {
  margin-right: -6rem; }

.-mb-24 {
  margin-bottom: -6rem; }

.-ml-24 {
  margin-left: -6rem; }

.-mt-30 {
  margin-top: -7.5rem; }

.-mr-30 {
  margin-right: -7.5rem; }

.-mb-30 {
  margin-bottom: -7.5rem; }

.-ml-30 {
  margin-left: -7.5rem; }

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

.mr-auto {
  margin-right: auto; }

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

.ml-auto {
  margin-left: auto; }

.mt-px {
  margin-top: 1px; }

.mr-px {
  margin-right: 1px; }

.mb-px {
  margin-bottom: 1px; }

.ml-px {
  margin-left: 1px; }

.mt-1\/2 {
  margin-top: 50%; }

.mr-1\/2 {
  margin-right: 50%; }

.mb-1\/2 {
  margin-bottom: 50%; }

.ml-1\/2 {
  margin-left: 50%; }

.mt-1\/3 {
  margin-top: 33.33333%; }

.mr-1\/3 {
  margin-right: 33.33333%; }

.mb-1\/3 {
  margin-bottom: 33.33333%; }

.ml-1\/3 {
  margin-left: 33.33333%; }

.mt-2\/3 {
  margin-top: 66.66667%; }

.mr-2\/3 {
  margin-right: 66.66667%; }

.mb-2\/3 {
  margin-bottom: 66.66667%; }

.ml-2\/3 {
  margin-left: 66.66667%; }

.mt-1\/4 {
  margin-top: 25%; }

.mr-1\/4 {
  margin-right: 25%; }

.mb-1\/4 {
  margin-bottom: 25%; }

.ml-1\/4 {
  margin-left: 25%; }

.mt-3\/4 {
  margin-top: 75%; }

.mr-3\/4 {
  margin-right: 75%; }

.mb-3\/4 {
  margin-bottom: 75%; }

.ml-3\/4 {
  margin-left: 75%; }

.mt-1\/5 {
  margin-top: 20%; }

.mr-1\/5 {
  margin-right: 20%; }

.mb-1\/5 {
  margin-bottom: 20%; }

.ml-1\/5 {
  margin-left: 20%; }

.mt-2\/5 {
  margin-top: 40%; }

.mr-2\/5 {
  margin-right: 40%; }

.mb-2\/5 {
  margin-bottom: 40%; }

.ml-2\/5 {
  margin-left: 40%; }

.mt-3\/5 {
  margin-top: 60%; }

.mr-3\/5 {
  margin-right: 60%; }

.mb-3\/5 {
  margin-bottom: 60%; }

.ml-3\/5 {
  margin-left: 60%; }

.mt-4\/5 {
  margin-top: 80%; }

.mr-4\/5 {
  margin-right: 80%; }

.mb-4\/5 {
  margin-bottom: 80%; }

.ml-4\/5 {
  margin-left: 80%; }

.mt-1\/6 {
  margin-top: 16.66667%; }

.mr-1\/6 {
  margin-right: 16.66667%; }

.mb-1\/6 {
  margin-bottom: 16.66667%; }

.ml-1\/6 {
  margin-left: 16.66667%; }

.mt-5\/6 {
  margin-top: 83.33333%; }

.mr-5\/6 {
  margin-right: 83.33333%; }

.mb-5\/6 {
  margin-bottom: 83.33333%; }

.ml-5\/6 {
  margin-left: 83.33333%; }

.mt-full {
  margin-top: 100%; }

.mr-full {
  margin-right: 100%; }

.mb-full {
  margin-bottom: 100%; }

.ml-full {
  margin-left: 100%; }

.last\:m-0:last-child {
  margin: 0; }

.last\:m-1:last-child {
  margin: 0.25rem; }

.last\:m-2:last-child {
  margin: 0.5rem; }

.last\:m-3:last-child {
  margin: 0.75rem; }

.last\:m-4:last-child {
  margin: 1rem; }

.last\:m-5:last-child {
  margin: 1.25rem; }

.last\:m-6:last-child {
  margin: 1.5rem; }

.last\:m-8:last-child {
  margin: 2rem; }

.last\:m-9:last-child {
  margin: 2.25rem; }

.last\:m-10:last-child {
  margin: 2.5rem; }

.last\:m-12:last-child {
  margin: 3rem; }

.last\:m-14:last-child {
  margin: 3.5rem; }

.last\:m-16:last-child {
  margin: 4rem; }

.last\:m-18:last-child {
  margin: 4.5rem; }

.last\:m-20:last-child {
  margin: 5rem; }

.last\:m-24:last-child {
  margin: 6rem; }

.last\:m-28:last-child {
  margin: 7rem; }

.last\:m-30:last-child {
  margin: 7.5rem; }

.last\:-m-px:last-child {
  margin: -1px; }

.last\:-m-0:last-child {
  margin: 0; }

.last\:-m-1:last-child {
  margin: -0.25rem; }

.last\:-m-2:last-child {
  margin: -0.5rem; }

.last\:-m-3:last-child {
  margin: -0.75rem; }

.last\:-m-4:last-child {
  margin: -1rem; }

.last\:-m-6:last-child {
  margin: -1.5rem; }

.last\:-m-8:last-child {
  margin: -2rem; }

.last\:-m-12:last-child {
  margin: -3rem; }

.last\:-m-14:last-child {
  margin: -3.5rem; }

.last\:-m-16:last-child {
  margin: -4rem; }

.last\:-m-20:last-child {
  margin: -5rem; }

.last\:-m-24:last-child {
  margin: -6rem; }

.last\:-m-30:last-child {
  margin: -7.5rem; }

.last\:m-auto:last-child {
  margin: auto; }

.last\:m-px:last-child {
  margin: 1px; }

.last\:m-1\/2:last-child {
  margin: 50%; }

.last\:m-1\/3:last-child {
  margin: 33.33333%; }

.last\:m-2\/3:last-child {
  margin: 66.66667%; }

.last\:m-1\/4:last-child {
  margin: 25%; }

.last\:m-3\/4:last-child {
  margin: 75%; }

.last\:m-1\/5:last-child {
  margin: 20%; }

.last\:m-2\/5:last-child {
  margin: 40%; }

.last\:m-3\/5:last-child {
  margin: 60%; }

.last\:m-4\/5:last-child {
  margin: 80%; }

.last\:m-1\/6:last-child {
  margin: 16.66667%; }

.last\:m-5\/6:last-child {
  margin: 83.33333%; }

.last\:m-full:last-child {
  margin: 100%; }

.last\:my-0:last-child {
  margin-top: 0;
  margin-bottom: 0; }

.last\:mx-0:last-child {
  margin-left: 0;
  margin-right: 0; }

.last\:my-1:last-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.last\:mx-1:last-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.last\:my-2:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.last\:mx-2:last-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.last\:my-3:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.last\:mx-3:last-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem; }

.last\:my-4:last-child {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.last\:mx-4:last-child {
  margin-left: 1rem;
  margin-right: 1rem; }

.last\:my-5:last-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

.last\:mx-5:last-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem; }

.last\:my-6:last-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.last\:mx-6:last-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.last\:my-8:last-child {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.last\:mx-8:last-child {
  margin-left: 2rem;
  margin-right: 2rem; }

.last\:my-9:last-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem; }

.last\:mx-9:last-child {
  margin-left: 2.25rem;
  margin-right: 2.25rem; }

.last\:my-10:last-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.last\:mx-10:last-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.last\:my-12:last-child {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.last\:mx-12:last-child {
  margin-left: 3rem;
  margin-right: 3rem; }

.last\:my-14:last-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }

.last\:mx-14:last-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem; }

.last\:my-16:last-child {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.last\:mx-16:last-child {
  margin-left: 4rem;
  margin-right: 4rem; }

.last\:my-18:last-child {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem; }

.last\:mx-18:last-child {
  margin-left: 4.5rem;
  margin-right: 4.5rem; }

.last\:my-20:last-child {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.last\:mx-20:last-child {
  margin-left: 5rem;
  margin-right: 5rem; }

.last\:my-24:last-child {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.last\:mx-24:last-child {
  margin-left: 6rem;
  margin-right: 6rem; }

.last\:my-28:last-child {
  margin-top: 7rem;
  margin-bottom: 7rem; }

.last\:mx-28:last-child {
  margin-left: 7rem;
  margin-right: 7rem; }

.last\:my-30:last-child {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem; }

.last\:mx-30:last-child {
  margin-left: 7.5rem;
  margin-right: 7.5rem; }

.last\:-my-px:last-child {
  margin-top: -1px;
  margin-bottom: -1px; }

.last\:-mx-px:last-child {
  margin-left: -1px;
  margin-right: -1px; }

.last\:-my-0:last-child {
  margin-top: 0;
  margin-bottom: 0; }

.last\:-mx-0:last-child {
  margin-left: 0;
  margin-right: 0; }

.last\:-my-1:last-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem; }

.last\:-mx-1:last-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }

.last\:-my-2:last-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.last\:-mx-2:last-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.last\:-my-3:last-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem; }

.last\:-mx-3:last-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.last\:-my-4:last-child {
  margin-top: -1rem;
  margin-bottom: -1rem; }

.last\:-mx-4:last-child {
  margin-left: -1rem;
  margin-right: -1rem; }

.last\:-my-6:last-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem; }

.last\:-mx-6:last-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.last\:-my-8:last-child {
  margin-top: -2rem;
  margin-bottom: -2rem; }

.last\:-mx-8:last-child {
  margin-left: -2rem;
  margin-right: -2rem; }

.last\:-my-12:last-child {
  margin-top: -3rem;
  margin-bottom: -3rem; }

.last\:-mx-12:last-child {
  margin-left: -3rem;
  margin-right: -3rem; }

.last\:-my-14:last-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem; }

.last\:-mx-14:last-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem; }

.last\:-my-16:last-child {
  margin-top: -4rem;
  margin-bottom: -4rem; }

.last\:-mx-16:last-child {
  margin-left: -4rem;
  margin-right: -4rem; }

.last\:-my-20:last-child {
  margin-top: -5rem;
  margin-bottom: -5rem; }

.last\:-mx-20:last-child {
  margin-left: -5rem;
  margin-right: -5rem; }

.last\:-my-24:last-child {
  margin-top: -6rem;
  margin-bottom: -6rem; }

.last\:-mx-24:last-child {
  margin-left: -6rem;
  margin-right: -6rem; }

.last\:-my-30:last-child {
  margin-top: -7.5rem;
  margin-bottom: -7.5rem; }

.last\:-mx-30:last-child {
  margin-left: -7.5rem;
  margin-right: -7.5rem; }

.last\:my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto; }

.last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto; }

.last\:my-px:last-child {
  margin-top: 1px;
  margin-bottom: 1px; }

.last\:mx-px:last-child {
  margin-left: 1px;
  margin-right: 1px; }

.last\:my-1\/2:last-child {
  margin-top: 50%;
  margin-bottom: 50%; }

.last\:mx-1\/2:last-child {
  margin-left: 50%;
  margin-right: 50%; }

.last\:my-1\/3:last-child {
  margin-top: 33.33333%;
  margin-bottom: 33.33333%; }

.last\:mx-1\/3:last-child {
  margin-left: 33.33333%;
  margin-right: 33.33333%; }

.last\:my-2\/3:last-child {
  margin-top: 66.66667%;
  margin-bottom: 66.66667%; }

.last\:mx-2\/3:last-child {
  margin-left: 66.66667%;
  margin-right: 66.66667%; }

.last\:my-1\/4:last-child {
  margin-top: 25%;
  margin-bottom: 25%; }

.last\:mx-1\/4:last-child {
  margin-left: 25%;
  margin-right: 25%; }

.last\:my-3\/4:last-child {
  margin-top: 75%;
  margin-bottom: 75%; }

.last\:mx-3\/4:last-child {
  margin-left: 75%;
  margin-right: 75%; }

.last\:my-1\/5:last-child {
  margin-top: 20%;
  margin-bottom: 20%; }

.last\:mx-1\/5:last-child {
  margin-left: 20%;
  margin-right: 20%; }

.last\:my-2\/5:last-child {
  margin-top: 40%;
  margin-bottom: 40%; }

.last\:mx-2\/5:last-child {
  margin-left: 40%;
  margin-right: 40%; }

.last\:my-3\/5:last-child {
  margin-top: 60%;
  margin-bottom: 60%; }

.last\:mx-3\/5:last-child {
  margin-left: 60%;
  margin-right: 60%; }

.last\:my-4\/5:last-child {
  margin-top: 80%;
  margin-bottom: 80%; }

.last\:mx-4\/5:last-child {
  margin-left: 80%;
  margin-right: 80%; }

.last\:my-1\/6:last-child {
  margin-top: 16.66667%;
  margin-bottom: 16.66667%; }

.last\:mx-1\/6:last-child {
  margin-left: 16.66667%;
  margin-right: 16.66667%; }

.last\:my-5\/6:last-child {
  margin-top: 83.33333%;
  margin-bottom: 83.33333%; }

.last\:mx-5\/6:last-child {
  margin-left: 83.33333%;
  margin-right: 83.33333%; }

.last\:my-full:last-child {
  margin-top: 100%;
  margin-bottom: 100%; }

.last\:mx-full:last-child {
  margin-left: 100%;
  margin-right: 100%; }

.last\:mt-0:last-child {
  margin-top: 0; }

.last\:mr-0:last-child {
  margin-right: 0; }

.last\:mb-0:last-child {
  margin-bottom: 0; }

.last\:ml-0:last-child {
  margin-left: 0; }

.last\:mt-1:last-child {
  margin-top: 0.25rem; }

.last\:mr-1:last-child {
  margin-right: 0.25rem; }

.last\:mb-1:last-child {
  margin-bottom: 0.25rem; }

.last\:ml-1:last-child {
  margin-left: 0.25rem; }

.last\:mt-2:last-child {
  margin-top: 0.5rem; }

.last\:mr-2:last-child {
  margin-right: 0.5rem; }

.last\:mb-2:last-child {
  margin-bottom: 0.5rem; }

.last\:ml-2:last-child {
  margin-left: 0.5rem; }

.last\:mt-3:last-child {
  margin-top: 0.75rem; }

.last\:mr-3:last-child {
  margin-right: 0.75rem; }

.last\:mb-3:last-child {
  margin-bottom: 0.75rem; }

.last\:ml-3:last-child {
  margin-left: 0.75rem; }

.last\:mt-4:last-child {
  margin-top: 1rem; }

.last\:mr-4:last-child {
  margin-right: 1rem; }

.last\:mb-4:last-child {
  margin-bottom: 1rem; }

.last\:ml-4:last-child {
  margin-left: 1rem; }

.last\:mt-5:last-child {
  margin-top: 1.25rem; }

.last\:mr-5:last-child {
  margin-right: 1.25rem; }

.last\:mb-5:last-child {
  margin-bottom: 1.25rem; }

.last\:ml-5:last-child {
  margin-left: 1.25rem; }

.last\:mt-6:last-child {
  margin-top: 1.5rem; }

.last\:mr-6:last-child {
  margin-right: 1.5rem; }

.last\:mb-6:last-child {
  margin-bottom: 1.5rem; }

.last\:ml-6:last-child {
  margin-left: 1.5rem; }

.last\:mt-8:last-child {
  margin-top: 2rem; }

.last\:mr-8:last-child {
  margin-right: 2rem; }

.last\:mb-8:last-child {
  margin-bottom: 2rem; }

.last\:ml-8:last-child {
  margin-left: 2rem; }

.last\:mt-9:last-child {
  margin-top: 2.25rem; }

.last\:mr-9:last-child {
  margin-right: 2.25rem; }

.last\:mb-9:last-child {
  margin-bottom: 2.25rem; }

.last\:ml-9:last-child {
  margin-left: 2.25rem; }

.last\:mt-10:last-child {
  margin-top: 2.5rem; }

.last\:mr-10:last-child {
  margin-right: 2.5rem; }

.last\:mb-10:last-child {
  margin-bottom: 2.5rem; }

.last\:ml-10:last-child {
  margin-left: 2.5rem; }

.last\:mt-12:last-child {
  margin-top: 3rem; }

.last\:mr-12:last-child {
  margin-right: 3rem; }

.last\:mb-12:last-child {
  margin-bottom: 3rem; }

.last\:ml-12:last-child {
  margin-left: 3rem; }

.last\:mt-14:last-child {
  margin-top: 3.5rem; }

.last\:mr-14:last-child {
  margin-right: 3.5rem; }

.last\:mb-14:last-child {
  margin-bottom: 3.5rem; }

.last\:ml-14:last-child {
  margin-left: 3.5rem; }

.last\:mt-16:last-child {
  margin-top: 4rem; }

.last\:mr-16:last-child {
  margin-right: 4rem; }

.last\:mb-16:last-child {
  margin-bottom: 4rem; }

.last\:ml-16:last-child {
  margin-left: 4rem; }

.last\:mt-18:last-child {
  margin-top: 4.5rem; }

.last\:mr-18:last-child {
  margin-right: 4.5rem; }

.last\:mb-18:last-child {
  margin-bottom: 4.5rem; }

.last\:ml-18:last-child {
  margin-left: 4.5rem; }

.last\:mt-20:last-child {
  margin-top: 5rem; }

.last\:mr-20:last-child {
  margin-right: 5rem; }

.last\:mb-20:last-child {
  margin-bottom: 5rem; }

.last\:ml-20:last-child {
  margin-left: 5rem; }

.last\:mt-24:last-child {
  margin-top: 6rem; }

.last\:mr-24:last-child {
  margin-right: 6rem; }

.last\:mb-24:last-child {
  margin-bottom: 6rem; }

.last\:ml-24:last-child {
  margin-left: 6rem; }

.last\:mt-28:last-child {
  margin-top: 7rem; }

.last\:mr-28:last-child {
  margin-right: 7rem; }

.last\:mb-28:last-child {
  margin-bottom: 7rem; }

.last\:ml-28:last-child {
  margin-left: 7rem; }

.last\:mt-30:last-child {
  margin-top: 7.5rem; }

.last\:mr-30:last-child {
  margin-right: 7.5rem; }

.last\:mb-30:last-child {
  margin-bottom: 7.5rem; }

.last\:ml-30:last-child {
  margin-left: 7.5rem; }

.last\:-mt-px:last-child {
  margin-top: -1px; }

.last\:-mr-px:last-child {
  margin-right: -1px; }

.last\:-mb-px:last-child {
  margin-bottom: -1px; }

.last\:-ml-px:last-child {
  margin-left: -1px; }

.last\:-mt-0:last-child {
  margin-top: 0; }

.last\:-mr-0:last-child {
  margin-right: 0; }

.last\:-mb-0:last-child {
  margin-bottom: 0; }

.last\:-ml-0:last-child {
  margin-left: 0; }

.last\:-mt-1:last-child {
  margin-top: -0.25rem; }

.last\:-mr-1:last-child {
  margin-right: -0.25rem; }

.last\:-mb-1:last-child {
  margin-bottom: -0.25rem; }

.last\:-ml-1:last-child {
  margin-left: -0.25rem; }

.last\:-mt-2:last-child {
  margin-top: -0.5rem; }

.last\:-mr-2:last-child {
  margin-right: -0.5rem; }

.last\:-mb-2:last-child {
  margin-bottom: -0.5rem; }

.last\:-ml-2:last-child {
  margin-left: -0.5rem; }

.last\:-mt-3:last-child {
  margin-top: -0.75rem; }

.last\:-mr-3:last-child {
  margin-right: -0.75rem; }

.last\:-mb-3:last-child {
  margin-bottom: -0.75rem; }

.last\:-ml-3:last-child {
  margin-left: -0.75rem; }

.last\:-mt-4:last-child {
  margin-top: -1rem; }

.last\:-mr-4:last-child {
  margin-right: -1rem; }

.last\:-mb-4:last-child {
  margin-bottom: -1rem; }

.last\:-ml-4:last-child {
  margin-left: -1rem; }

.last\:-mt-6:last-child {
  margin-top: -1.5rem; }

.last\:-mr-6:last-child {
  margin-right: -1.5rem; }

.last\:-mb-6:last-child {
  margin-bottom: -1.5rem; }

.last\:-ml-6:last-child {
  margin-left: -1.5rem; }

.last\:-mt-8:last-child {
  margin-top: -2rem; }

.last\:-mr-8:last-child {
  margin-right: -2rem; }

.last\:-mb-8:last-child {
  margin-bottom: -2rem; }

.last\:-ml-8:last-child {
  margin-left: -2rem; }

.last\:-mt-12:last-child {
  margin-top: -3rem; }

.last\:-mr-12:last-child {
  margin-right: -3rem; }

.last\:-mb-12:last-child {
  margin-bottom: -3rem; }

.last\:-ml-12:last-child {
  margin-left: -3rem; }

.last\:-mt-14:last-child {
  margin-top: -3.5rem; }

.last\:-mr-14:last-child {
  margin-right: -3.5rem; }

.last\:-mb-14:last-child {
  margin-bottom: -3.5rem; }

.last\:-ml-14:last-child {
  margin-left: -3.5rem; }

.last\:-mt-16:last-child {
  margin-top: -4rem; }

.last\:-mr-16:last-child {
  margin-right: -4rem; }

.last\:-mb-16:last-child {
  margin-bottom: -4rem; }

.last\:-ml-16:last-child {
  margin-left: -4rem; }

.last\:-mt-20:last-child {
  margin-top: -5rem; }

.last\:-mr-20:last-child {
  margin-right: -5rem; }

.last\:-mb-20:last-child {
  margin-bottom: -5rem; }

.last\:-ml-20:last-child {
  margin-left: -5rem; }

.last\:-mt-24:last-child {
  margin-top: -6rem; }

.last\:-mr-24:last-child {
  margin-right: -6rem; }

.last\:-mb-24:last-child {
  margin-bottom: -6rem; }

.last\:-ml-24:last-child {
  margin-left: -6rem; }

.last\:-mt-30:last-child {
  margin-top: -7.5rem; }

.last\:-mr-30:last-child {
  margin-right: -7.5rem; }

.last\:-mb-30:last-child {
  margin-bottom: -7.5rem; }

.last\:-ml-30:last-child {
  margin-left: -7.5rem; }

.last\:mt-auto:last-child {
  margin-top: auto; }

.last\:mr-auto:last-child {
  margin-right: auto; }

.last\:mb-auto:last-child {
  margin-bottom: auto; }

.last\:ml-auto:last-child {
  margin-left: auto; }

.last\:mt-px:last-child {
  margin-top: 1px; }

.last\:mr-px:last-child {
  margin-right: 1px; }

.last\:mb-px:last-child {
  margin-bottom: 1px; }

.last\:ml-px:last-child {
  margin-left: 1px; }

.last\:mt-1\/2:last-child {
  margin-top: 50%; }

.last\:mr-1\/2:last-child {
  margin-right: 50%; }

.last\:mb-1\/2:last-child {
  margin-bottom: 50%; }

.last\:ml-1\/2:last-child {
  margin-left: 50%; }

.last\:mt-1\/3:last-child {
  margin-top: 33.33333%; }

.last\:mr-1\/3:last-child {
  margin-right: 33.33333%; }

.last\:mb-1\/3:last-child {
  margin-bottom: 33.33333%; }

.last\:ml-1\/3:last-child {
  margin-left: 33.33333%; }

.last\:mt-2\/3:last-child {
  margin-top: 66.66667%; }

.last\:mr-2\/3:last-child {
  margin-right: 66.66667%; }

.last\:mb-2\/3:last-child {
  margin-bottom: 66.66667%; }

.last\:ml-2\/3:last-child {
  margin-left: 66.66667%; }

.last\:mt-1\/4:last-child {
  margin-top: 25%; }

.last\:mr-1\/4:last-child {
  margin-right: 25%; }

.last\:mb-1\/4:last-child {
  margin-bottom: 25%; }

.last\:ml-1\/4:last-child {
  margin-left: 25%; }

.last\:mt-3\/4:last-child {
  margin-top: 75%; }

.last\:mr-3\/4:last-child {
  margin-right: 75%; }

.last\:mb-3\/4:last-child {
  margin-bottom: 75%; }

.last\:ml-3\/4:last-child {
  margin-left: 75%; }

.last\:mt-1\/5:last-child {
  margin-top: 20%; }

.last\:mr-1\/5:last-child {
  margin-right: 20%; }

.last\:mb-1\/5:last-child {
  margin-bottom: 20%; }

.last\:ml-1\/5:last-child {
  margin-left: 20%; }

.last\:mt-2\/5:last-child {
  margin-top: 40%; }

.last\:mr-2\/5:last-child {
  margin-right: 40%; }

.last\:mb-2\/5:last-child {
  margin-bottom: 40%; }

.last\:ml-2\/5:last-child {
  margin-left: 40%; }

.last\:mt-3\/5:last-child {
  margin-top: 60%; }

.last\:mr-3\/5:last-child {
  margin-right: 60%; }

.last\:mb-3\/5:last-child {
  margin-bottom: 60%; }

.last\:ml-3\/5:last-child {
  margin-left: 60%; }

.last\:mt-4\/5:last-child {
  margin-top: 80%; }

.last\:mr-4\/5:last-child {
  margin-right: 80%; }

.last\:mb-4\/5:last-child {
  margin-bottom: 80%; }

.last\:ml-4\/5:last-child {
  margin-left: 80%; }

.last\:mt-1\/6:last-child {
  margin-top: 16.66667%; }

.last\:mr-1\/6:last-child {
  margin-right: 16.66667%; }

.last\:mb-1\/6:last-child {
  margin-bottom: 16.66667%; }

.last\:ml-1\/6:last-child {
  margin-left: 16.66667%; }

.last\:mt-5\/6:last-child {
  margin-top: 83.33333%; }

.last\:mr-5\/6:last-child {
  margin-right: 83.33333%; }

.last\:mb-5\/6:last-child {
  margin-bottom: 83.33333%; }

.last\:ml-5\/6:last-child {
  margin-left: 83.33333%; }

.last\:mt-full:last-child {
  margin-top: 100%; }

.last\:mr-full:last-child {
  margin-right: 100%; }

.last\:mb-full:last-child {
  margin-bottom: 100%; }

.last\:ml-full:last-child {
  margin-left: 100%; }

.max-h-none {
  max-height: none; }

.max-h-full {
  max-height: 100%; }

.max-h-screen {
  max-height: 100vh; }

.max-w-none {
  max-width: none; }

.max-w-xs {
  max-width: 20rem; }

.max-w-sm {
  max-width: 30rem; }

.max-w-md {
  max-width: 40rem; }

.max-w-lg {
  max-width: 50rem; }

.max-w-xl {
  max-width: 60rem; }

.max-w-2xl {
  max-width: 70rem; }

.max-w-3xl {
  max-width: 80rem; }

.max-w-4xl {
  max-width: 90rem; }

.max-w-5xl {
  max-width: 100rem; }

.max-w-full {
  max-width: 100%; }

.max-w-chsm {
  max-width: 40ch; }

.max-w-ch {
  max-width: 50ch; }

.max-w-chmd {
  max-width: 65ch; }

.max-w-4\/5 {
  max-width: 80%; }

.min-h-0 {
  min-height: 0; }

.min-h-full {
  min-height: 100%; }

.min-h-screen {
  min-height: 100vh; }

.min-w-0 {
  min-width: 0; }

.min-w-48 {
  min-width: 12rem; }

.min-w-full {
  min-width: 100%; }

.object-contain {
  -o-object-fit: contain;
  object-fit: contain; }

.object-cover {
  -o-object-fit: cover;
  object-fit: cover; }

.object-fill {
  -o-object-fit: fill;
  object-fit: fill; }

.object-none {
  -o-object-fit: none;
  object-fit: none; }

.object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down; }

.object-bottom {
  -o-object-position: bottom;
  object-position: bottom; }

.object-center {
  -o-object-position: center;
  object-position: center; }

.object-left {
  -o-object-position: left;
  object-position: left; }

.object-left-bottom {
  -o-object-position: left bottom;
  object-position: left bottom; }

.object-left-top {
  -o-object-position: left top;
  object-position: left top; }

.object-right {
  -o-object-position: right;
  object-position: right; }

.object-right-bottom {
  -o-object-position: right bottom;
  object-position: right bottom; }

.object-right-top {
  -o-object-position: right top;
  object-position: right top; }

.object-top {
  -o-object-position: top;
  object-position: top; }

.opacity-0 {
  opacity: 0; }

.opacity-25 {
  opacity: 0.25; }

.opacity-50 {
  opacity: 0.5; }

.opacity-75 {
  opacity: 0.75; }

.opacity-100 {
  opacity: 1; }

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px; }

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px; }

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px; }

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px; }

.focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px; }

.focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px; }

.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

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

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

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

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

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

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

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

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

.scrolling-touch {
  -webkit-overflow-scrolling: touch; }

.scrolling-auto {
  -webkit-overflow-scrolling: auto; }

.overscroll-auto {
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto; }

.overscroll-contain {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain; }

.overscroll-none {
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.overscroll-y-auto {
  overscroll-behavior-y: auto; }

.overscroll-y-contain {
  overscroll-behavior-y: contain; }

.overscroll-y-none {
  overscroll-behavior-y: none; }

.overscroll-x-auto {
  overscroll-behavior-x: auto; }

.overscroll-x-contain {
  overscroll-behavior-x: contain; }

.overscroll-x-none {
  overscroll-behavior-x: none; }

.p-0 {
  padding: 0; }

.p-1 {
  padding: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.p-3 {
  padding: 0.75rem; }

.p-4 {
  padding: 1rem; }

.p-5 {
  padding: 1.25rem; }

.p-6 {
  padding: 1.5rem; }

.p-8 {
  padding: 2rem; }

.p-9 {
  padding: 2.25rem; }

.p-10 {
  padding: 2.5rem; }

.p-12 {
  padding: 3rem; }

.p-14 {
  padding: 3.5rem; }

.p-16 {
  padding: 4rem; }

.p-18 {
  padding: 4.5rem; }

.p-20 {
  padding: 5rem; }

.p-24 {
  padding: 6rem; }

.p-28 {
  padding: 7rem; }

.p-30 {
  padding: 7.5rem; }

.p-40 {
  padding: 10rem; }

.p-px {
  padding: 1px; }

.p-1\/40 {
  padding: 2.5%; }

.p-1\/20 {
  padding: 5%; }

.p-1\/10 {
  padding: 10%; }

.p-2\/3 {
  padding: 66.6666%; }

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

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

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

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

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem; }

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem; }

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem; }

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem; }

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem; }

.py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }

.px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem; }

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem; }

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem; }

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem; }

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem; }

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }

.px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem; }

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem; }

.py-px {
  padding-top: 1px;
  padding-bottom: 1px; }

.px-px {
  padding-left: 1px;
  padding-right: 1px; }

.py-1\/40 {
  padding-top: 2.5%;
  padding-bottom: 2.5%; }

.px-1\/40 {
  padding-left: 2.5%;
  padding-right: 2.5%; }

.py-1\/20 {
  padding-top: 5%;
  padding-bottom: 5%; }

.px-1\/20 {
  padding-left: 5%;
  padding-right: 5%; }

.py-1\/10 {
  padding-top: 10%;
  padding-bottom: 10%; }

.px-1\/10 {
  padding-left: 10%;
  padding-right: 10%; }

.py-2\/3 {
  padding-top: 66.6666%;
  padding-bottom: 66.6666%; }

.px-2\/3 {
  padding-left: 66.6666%;
  padding-right: 66.6666%; }

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

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

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

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

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

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

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

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

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

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

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

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

.pt-3 {
  padding-top: 0.75rem; }

.pr-3 {
  padding-right: 0.75rem; }

.pb-3 {
  padding-bottom: 0.75rem; }

.pl-3 {
  padding-left: 0.75rem; }

.pt-4 {
  padding-top: 1rem; }

.pr-4 {
  padding-right: 1rem; }

.pb-4 {
  padding-bottom: 1rem; }

.pl-4 {
  padding-left: 1rem; }

.pt-5 {
  padding-top: 1.25rem; }

.pr-5 {
  padding-right: 1.25rem; }

.pb-5 {
  padding-bottom: 1.25rem; }

.pl-5 {
  padding-left: 1.25rem; }

.pt-6 {
  padding-top: 1.5rem; }

.pr-6 {
  padding-right: 1.5rem; }

.pb-6 {
  padding-bottom: 1.5rem; }

.pl-6 {
  padding-left: 1.5rem; }

.pt-8 {
  padding-top: 2rem; }

.pr-8 {
  padding-right: 2rem; }

.pb-8 {
  padding-bottom: 2rem; }

.pl-8 {
  padding-left: 2rem; }

.pt-9 {
  padding-top: 2.25rem; }

.pr-9 {
  padding-right: 2.25rem; }

.pb-9 {
  padding-bottom: 2.25rem; }

.pl-9 {
  padding-left: 2.25rem; }

.pt-10 {
  padding-top: 2.5rem; }

.pr-10 {
  padding-right: 2.5rem; }

.pb-10 {
  padding-bottom: 2.5rem; }

.pl-10 {
  padding-left: 2.5rem; }

.pt-12 {
  padding-top: 3rem; }

.pr-12 {
  padding-right: 3rem; }

.pb-12 {
  padding-bottom: 3rem; }

.pl-12 {
  padding-left: 3rem; }

.pt-14 {
  padding-top: 3.5rem; }

.pr-14 {
  padding-right: 3.5rem; }

.pb-14 {
  padding-bottom: 3.5rem; }

.pl-14 {
  padding-left: 3.5rem; }

.pt-16 {
  padding-top: 4rem; }

.pr-16 {
  padding-right: 4rem; }

.pb-16 {
  padding-bottom: 4rem; }

.pl-16 {
  padding-left: 4rem; }

.pt-18 {
  padding-top: 4.5rem; }

.pr-18 {
  padding-right: 4.5rem; }

.pb-18 {
  padding-bottom: 4.5rem; }

.pl-18 {
  padding-left: 4.5rem; }

.pt-20 {
  padding-top: 5rem; }

.pr-20 {
  padding-right: 5rem; }

.pb-20 {
  padding-bottom: 5rem; }

.pl-20 {
  padding-left: 5rem; }

.pt-24 {
  padding-top: 6rem; }

.pr-24 {
  padding-right: 6rem; }

.pb-24 {
  padding-bottom: 6rem; }

.pl-24 {
  padding-left: 6rem; }

.pt-28 {
  padding-top: 7rem; }

.pr-28 {
  padding-right: 7rem; }

.pb-28 {
  padding-bottom: 7rem; }

.pl-28 {
  padding-left: 7rem; }

.pt-30 {
  padding-top: 7.5rem; }

.pr-30 {
  padding-right: 7.5rem; }

.pb-30 {
  padding-bottom: 7.5rem; }

.pl-30 {
  padding-left: 7.5rem; }

.pt-40 {
  padding-top: 10rem; }

.pr-40 {
  padding-right: 10rem; }

.pb-40 {
  padding-bottom: 10rem; }

.pl-40 {
  padding-left: 10rem; }

.pt-px {
  padding-top: 1px; }

.pr-px {
  padding-right: 1px; }

.pb-px {
  padding-bottom: 1px; }

.pl-px {
  padding-left: 1px; }

.pt-1\/40 {
  padding-top: 2.5%; }

.pr-1\/40 {
  padding-right: 2.5%; }

.pb-1\/40 {
  padding-bottom: 2.5%; }

.pl-1\/40 {
  padding-left: 2.5%; }

.pt-1\/20 {
  padding-top: 5%; }

.pr-1\/20 {
  padding-right: 5%; }

.pb-1\/20 {
  padding-bottom: 5%; }

.pl-1\/20 {
  padding-left: 5%; }

.pt-1\/10 {
  padding-top: 10%; }

.pr-1\/10 {
  padding-right: 10%; }

.pb-1\/10 {
  padding-bottom: 10%; }

.pl-1\/10 {
  padding-left: 10%; }

.pt-2\/3 {
  padding-top: 66.6666%; }

.pr-2\/3 {
  padding-right: 66.6666%; }

.pb-2\/3 {
  padding-bottom: 66.6666%; }

.pl-2\/3 {
  padding-left: 66.6666%; }

.placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.placeholder-white:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.placeholder-white::placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.placeholder-neutral-0::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.placeholder-neutral-0:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.placeholder-neutral-0::placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.placeholder-red::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #B83C23;
  color: rgba(184, 60, 35, var(--placeholder-opacity)); }

.placeholder-red:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #B83C23;
  color: rgba(184, 60, 35, var(--placeholder-opacity)); }

.placeholder-red::placeholder {
  --placeholder-opacity: 1;
  color: #B83C23;
  color: rgba(184, 60, 35, var(--placeholder-opacity)); }

.placeholder-grey-1::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.placeholder-grey-1:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.placeholder-grey-1::placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.placeholder-neutral-10::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.placeholder-neutral-10:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.placeholder-neutral-10::placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.placeholder-grey-2::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.placeholder-grey-2:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.placeholder-grey-2::placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.placeholder-neutral-20::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.placeholder-neutral-20:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.placeholder-neutral-20::placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.placeholder-grey-3::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.placeholder-grey-3:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.placeholder-grey-3::placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.placeholder-neutral-30::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.placeholder-neutral-30:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.placeholder-neutral-30::placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.placeholder-grey-4::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.placeholder-grey-4:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.placeholder-grey-4::placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.placeholder-neutral-40::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.placeholder-neutral-40:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.placeholder-neutral-40::placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.placeholder-grey-5::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.placeholder-grey-5:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.placeholder-grey-5::placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.placeholder-neutral-50::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.placeholder-neutral-50:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.placeholder-neutral-50::placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.placeholder-grey-6::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.placeholder-grey-6:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.placeholder-grey-6::placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.placeholder-neutral-60::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.placeholder-neutral-60:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.placeholder-neutral-60::placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.placeholder-grey-7::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.placeholder-grey-7:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.placeholder-grey-7::placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.placeholder-neutral-70::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.placeholder-neutral-70:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.placeholder-neutral-70::placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.placeholder-grey-8::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #EAEAE7;
  color: rgba(234, 234, 231, var(--placeholder-opacity)); }

.placeholder-grey-8:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #EAEAE7;
  color: rgba(234, 234, 231, var(--placeholder-opacity)); }

.placeholder-grey-8::placeholder {
  --placeholder-opacity: 1;
  color: #EAEAE7;
  color: rgba(234, 234, 231, var(--placeholder-opacity)); }

.placeholder-neutral-80::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1C1A1B;
  color: rgba(28, 26, 27, var(--placeholder-opacity)); }

.placeholder-neutral-80:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1C1A1B;
  color: rgba(28, 26, 27, var(--placeholder-opacity)); }

.placeholder-neutral-80::placeholder {
  --placeholder-opacity: 1;
  color: #1C1A1B;
  color: rgba(28, 26, 27, var(--placeholder-opacity)); }

.placeholder-transparent::-moz-placeholder {
  color: transparent; }

.placeholder-transparent:-ms-input-placeholder {
  color: transparent; }

.placeholder-transparent::placeholder {
  color: transparent; }

.placeholder-orange::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #A63C1C;
  color: rgba(166, 60, 28, var(--placeholder-opacity)); }

.placeholder-orange:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #A63C1C;
  color: rgba(166, 60, 28, var(--placeholder-opacity)); }

.placeholder-orange::placeholder {
  --placeholder-opacity: 1;
  color: #A63C1C;
  color: rgba(166, 60, 28, var(--placeholder-opacity)); }

.placeholder-brown::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #8B5742;
  color: rgba(139, 87, 66, var(--placeholder-opacity)); }

.placeholder-brown:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #8B5742;
  color: rgba(139, 87, 66, var(--placeholder-opacity)); }

.placeholder-brown::placeholder {
  --placeholder-opacity: 1;
  color: #8B5742;
  color: rgba(139, 87, 66, var(--placeholder-opacity)); }

.placeholder-brown-light::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #796353;
  color: rgba(121, 99, 83, var(--placeholder-opacity)); }

.placeholder-brown-light:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #796353;
  color: rgba(121, 99, 83, var(--placeholder-opacity)); }

.placeholder-brown-light::placeholder {
  --placeholder-opacity: 1;
  color: #796353;
  color: rgba(121, 99, 83, var(--placeholder-opacity)); }

.placeholder-cream::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #F4EDE3;
  color: rgba(244, 237, 227, var(--placeholder-opacity)); }

.placeholder-cream:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #F4EDE3;
  color: rgba(244, 237, 227, var(--placeholder-opacity)); }

.placeholder-cream::placeholder {
  --placeholder-opacity: 1;
  color: #F4EDE3;
  color: rgba(244, 237, 227, var(--placeholder-opacity)); }

.placeholder-beige::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E9E5DF;
  color: rgba(233, 229, 223, var(--placeholder-opacity)); }

.placeholder-beige:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E9E5DF;
  color: rgba(233, 229, 223, var(--placeholder-opacity)); }

.placeholder-beige::placeholder {
  --placeholder-opacity: 1;
  color: #E9E5DF;
  color: rgba(233, 229, 223, var(--placeholder-opacity)); }

.placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--placeholder-opacity)); }

.placeholder-black:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--placeholder-opacity)); }

.placeholder-black::placeholder {
  --placeholder-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--placeholder-opacity)); }

.placeholder-forest-green::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3D4126;
  color: rgba(61, 65, 38, var(--placeholder-opacity)); }

.placeholder-forest-green:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3D4126;
  color: rgba(61, 65, 38, var(--placeholder-opacity)); }

.placeholder-forest-green::placeholder {
  --placeholder-opacity: 1;
  color: #3D4126;
  color: rgba(61, 65, 38, var(--placeholder-opacity)); }

.focus\:placeholder-white:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.focus\:placeholder-white:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-0:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-0:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-0:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--placeholder-opacity)); }

.focus\:placeholder-red:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #B83C23;
  color: rgba(184, 60, 35, var(--placeholder-opacity)); }

.focus\:placeholder-red:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #B83C23;
  color: rgba(184, 60, 35, var(--placeholder-opacity)); }

.focus\:placeholder-red:focus::placeholder {
  --placeholder-opacity: 1;
  color: #B83C23;
  color: rgba(184, 60, 35, var(--placeholder-opacity)); }

.focus\:placeholder-grey-1:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.focus\:placeholder-grey-1:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.focus\:placeholder-grey-1:focus::placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-10:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-10:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-10:focus::placeholder {
  --placeholder-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--placeholder-opacity)); }

.focus\:placeholder-grey-2:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.focus\:placeholder-grey-2:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.focus\:placeholder-grey-2:focus::placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-20:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-20:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-20:focus::placeholder {
  --placeholder-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--placeholder-opacity)); }

.focus\:placeholder-grey-3:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.focus\:placeholder-grey-3:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.focus\:placeholder-grey-3:focus::placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-30:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-30:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-30:focus::placeholder {
  --placeholder-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--placeholder-opacity)); }

.focus\:placeholder-grey-4:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.focus\:placeholder-grey-4:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.focus\:placeholder-grey-4:focus::placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-40:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-40:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-40:focus::placeholder {
  --placeholder-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--placeholder-opacity)); }

.focus\:placeholder-grey-5:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.focus\:placeholder-grey-5:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.focus\:placeholder-grey-5:focus::placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-50:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-50:focus::placeholder {
  --placeholder-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--placeholder-opacity)); }

.focus\:placeholder-grey-6:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.focus\:placeholder-grey-6:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.focus\:placeholder-grey-6:focus::placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-60:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-60:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-60:focus::placeholder {
  --placeholder-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--placeholder-opacity)); }

.focus\:placeholder-grey-7:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.focus\:placeholder-grey-7:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.focus\:placeholder-grey-7:focus::placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-70:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-70:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-70:focus::placeholder {
  --placeholder-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--placeholder-opacity)); }

.focus\:placeholder-grey-8:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #EAEAE7;
  color: rgba(234, 234, 231, var(--placeholder-opacity)); }

.focus\:placeholder-grey-8:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #EAEAE7;
  color: rgba(234, 234, 231, var(--placeholder-opacity)); }

.focus\:placeholder-grey-8:focus::placeholder {
  --placeholder-opacity: 1;
  color: #EAEAE7;
  color: rgba(234, 234, 231, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-80:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1C1A1B;
  color: rgba(28, 26, 27, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-80:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1C1A1B;
  color: rgba(28, 26, 27, var(--placeholder-opacity)); }

.focus\:placeholder-neutral-80:focus::placeholder {
  --placeholder-opacity: 1;
  color: #1C1A1B;
  color: rgba(28, 26, 27, var(--placeholder-opacity)); }

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent; }

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent; }

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent; }

.focus\:placeholder-orange:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #A63C1C;
  color: rgba(166, 60, 28, var(--placeholder-opacity)); }

.focus\:placeholder-orange:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #A63C1C;
  color: rgba(166, 60, 28, var(--placeholder-opacity)); }

.focus\:placeholder-orange:focus::placeholder {
  --placeholder-opacity: 1;
  color: #A63C1C;
  color: rgba(166, 60, 28, var(--placeholder-opacity)); }

.focus\:placeholder-brown:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #8B5742;
  color: rgba(139, 87, 66, var(--placeholder-opacity)); }

.focus\:placeholder-brown:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #8B5742;
  color: rgba(139, 87, 66, var(--placeholder-opacity)); }

.focus\:placeholder-brown:focus::placeholder {
  --placeholder-opacity: 1;
  color: #8B5742;
  color: rgba(139, 87, 66, var(--placeholder-opacity)); }

.focus\:placeholder-brown-light:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #796353;
  color: rgba(121, 99, 83, var(--placeholder-opacity)); }

.focus\:placeholder-brown-light:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #796353;
  color: rgba(121, 99, 83, var(--placeholder-opacity)); }

.focus\:placeholder-brown-light:focus::placeholder {
  --placeholder-opacity: 1;
  color: #796353;
  color: rgba(121, 99, 83, var(--placeholder-opacity)); }

.focus\:placeholder-cream:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #F4EDE3;
  color: rgba(244, 237, 227, var(--placeholder-opacity)); }

.focus\:placeholder-cream:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #F4EDE3;
  color: rgba(244, 237, 227, var(--placeholder-opacity)); }

.focus\:placeholder-cream:focus::placeholder {
  --placeholder-opacity: 1;
  color: #F4EDE3;
  color: rgba(244, 237, 227, var(--placeholder-opacity)); }

.focus\:placeholder-beige:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E9E5DF;
  color: rgba(233, 229, 223, var(--placeholder-opacity)); }

.focus\:placeholder-beige:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E9E5DF;
  color: rgba(233, 229, 223, var(--placeholder-opacity)); }

.focus\:placeholder-beige:focus::placeholder {
  --placeholder-opacity: 1;
  color: #E9E5DF;
  color: rgba(233, 229, 223, var(--placeholder-opacity)); }

.focus\:placeholder-black:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--placeholder-opacity)); }

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--placeholder-opacity)); }

.focus\:placeholder-black:focus::placeholder {
  --placeholder-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--placeholder-opacity)); }

.focus\:placeholder-forest-green:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3D4126;
  color: rgba(61, 65, 38, var(--placeholder-opacity)); }

.focus\:placeholder-forest-green:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3D4126;
  color: rgba(61, 65, 38, var(--placeholder-opacity)); }

.focus\:placeholder-forest-green:focus::placeholder {
  --placeholder-opacity: 1;
  color: #3D4126;
  color: rgba(61, 65, 38, var(--placeholder-opacity)); }

.placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0; }

.placeholder-opacity-0:-ms-input-placeholder {
  --placeholder-opacity: 0; }

.placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0; }

.placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25; }

.placeholder-opacity-25:-ms-input-placeholder {
  --placeholder-opacity: 0.25; }

.placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25; }

.placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5; }

.placeholder-opacity-50:-ms-input-placeholder {
  --placeholder-opacity: 0.5; }

.placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5; }

.placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75; }

.placeholder-opacity-75:-ms-input-placeholder {
  --placeholder-opacity: 0.75; }

.placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75; }

.placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1; }

.placeholder-opacity-100:-ms-input-placeholder {
  --placeholder-opacity: 1; }

.placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1; }

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --placeholder-opacity: 0; }

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --placeholder-opacity: 0; }

.focus\:placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0; }

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --placeholder-opacity: 0.25; }

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.25; }

.focus\:placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25; }

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5; }

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.5; }

.focus\:placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5; }

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --placeholder-opacity: 0.75; }

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.75; }

.focus\:placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75; }

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --placeholder-opacity: 1; }

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1; }

.focus\:placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1; }

.pointer-events-none {
  pointer-events: none; }

.pointer-events-auto {
  pointer-events: auto; }

.static {
  position: static; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.sticky {
  position: sticky; }

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }

.inset-y-0 {
  top: 0;
  bottom: 0; }

.inset-x-0 {
  right: 0;
  left: 0; }

.inset-y-auto {
  top: auto;
  bottom: auto; }

.inset-x-auto {
  right: auto;
  left: auto; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.top-auto {
  top: auto; }

.right-auto {
  right: auto; }

.bottom-auto {
  bottom: auto; }

.left-auto {
  left: auto; }

.fill-current {
  fill: currentColor; }

.stroke-current {
  stroke: currentColor; }

.stroke-0 {
  stroke-width: 0; }

.stroke-1 {
  stroke-width: 1; }

.stroke-2 {
  stroke-width: 2; }

.table-auto {
  table-layout: auto; }

.table-fixed {
  table-layout: fixed; }

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

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

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

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

.text-white {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity)); }

.text-neutral-0 {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity)); }

.text-red {
  --text-opacity: 1;
  color: #B83C23;
  color: rgba(184, 60, 35, var(--text-opacity)); }

.text-grey-1 {
  --text-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--text-opacity)); }

.text-neutral-10 {
  --text-opacity: 1;
  color: #F7F7F7;
  color: rgba(247, 247, 247, var(--text-opacity)); }

.text-grey-2 {
  --text-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--text-opacity)); }

.text-neutral-20 {
  --text-opacity: 1;
  color: #EFEFEF;
  color: rgba(239, 239, 239, var(--text-opacity)); }

.text-grey-3 {
  --text-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--text-opacity)); }

.text-neutral-30 {
  --text-opacity: 1;
  color: #E5E5E5;
  color: rgba(229, 229, 229, var(--text-opacity)); }

.text-grey-4 {
  --text-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--text-opacity)); }

.text-neutral-40 {
  --text-opacity: 1;
  color: #BEBFBF;
  color: rgba(190, 191, 191, var(--text-opacity)); }

.text-grey-5 {
  --text-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--text-opacity)); }

.text-neutral-50 {
  --text-opacity: 1;
  color: #757575;
  color: rgba(117, 117, 117, var(--text-opacity)); }

.text-grey-6 {
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity)); }

.text-neutral-60 {
  --text-opacity: 1;
  color: #484949;
  color: rgba(72, 73, 73, var(--text-opacity)); }

.text-grey-7 {
  --text-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--text-opacity)); }

.text-neutral-70 {
  --text-opacity: 1;
  color: #292728;
  color: rgba(41, 39, 40, var(--text-opacity)); }

.text-grey-8 {
  --text-opacity: 1;
  color: #EAEAE7;
  color: rgba(234, 234, 231, var(--text-opacity)); }

.text-neutral-80 {
  --text-opacity: 1;
  color: #1C1A1B;
  color: rgba(28, 26, 27, var(--text-opacity)); }

.text-transparent {
  color: transparent; }

.text-orange {
  --text-opacity: 1;
  color: #A63C1C;
  color: rgba(166, 60, 28, var(--text-opacity)); }

.text-brown {
  --text-opacity: 1;
  color: #8B5742;
  color: rgba(139, 87, 66, var(--text-opacity)); }

.text-brown-light {
  --text-opacity: 1;
  color: #796353;
  color: rgba(121, 99, 83, var(--text-opacity)); }

.text-cream {
  --text-opacity: 1;
  color: #F4EDE3;
  color: rgba(244, 237, 227, var(--text-opacity)); }

.text-beige {
  --text-opacity: 1;
  color: #E9E5DF;
  color: rgba(233, 229, 223, var(--text-opacity)); }

.text-black {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity)); }

.text-forest-green {
  --text-opacity: 1;
  color: #3D4126;
  color: rgba(61, 65, 38, var(--text-opacity)); }

.text-opacity-0 {
  --text-opacity: 0; }

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

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

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

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

.hover\:text-opacity-0:hover {
  --text-opacity: 0; }

.hover\:text-opacity-25:hover {
  --text-opacity: 0.25; }

.hover\:text-opacity-50:hover {
  --text-opacity: 0.5; }

.hover\:text-opacity-75:hover {
  --text-opacity: 0.75; }

.hover\:text-opacity-100:hover {
  --text-opacity: 1; }

.focus\:text-opacity-0:focus {
  --text-opacity: 0; }

.focus\:text-opacity-25:focus {
  --text-opacity: 0.25; }

.focus\:text-opacity-50:focus {
  --text-opacity: 0.5; }

.focus\:text-opacity-75:focus {
  --text-opacity: 0.75; }

.focus\:text-opacity-100:focus {
  --text-opacity: 1; }

.italic {
  font-style: italic; }

.not-italic {
  font-style: normal; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.normal-case {
  text-transform: none; }

.underline {
  text-decoration: underline; }

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

.no-underline {
  text-decoration: none; }

.hover\:underline:hover {
  text-decoration: underline; }

.hover\:line-through:hover {
  text-decoration: line-through; }

.hover\:no-underline:hover {
  text-decoration: none; }

.focus\:underline:focus {
  text-decoration: underline; }

.focus\:line-through:focus {
  text-decoration: line-through; }

.focus\:no-underline:focus {
  text-decoration: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction); }

.normal-nums {
  font-variant-numeric: normal; }

.ordinal {
  --font-variant-numeric-ordinal: ordinal; }

.slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero; }

.lining-nums {
  --font-variant-numeric-figure: lining-nums; }

.oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums; }

.proportional-nums {
  --font-variant-numeric-spacing: proportional-nums; }

.tabular-nums {
  --font-variant-numeric-spacing: tabular-nums; }

.diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions; }

.stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions; }

.tracking-1 {
  letter-spacing: 1px; }

.tracking-2 {
  letter-spacing: 2px; }

.tracking-3 {
  letter-spacing: 3px; }

.tracking-15 {
  letter-spacing: 1.5px; }

.tracking-25 {
  letter-spacing: 2.5px; }

.tracking-35 {
  letter-spacing: 3.5px; }

.tracking-tight {
  letter-spacing: -0.05em; }

.tracking-normal {
  letter-spacing: 0; }

.tracking-wide {
  letter-spacing: 0.05em; }

.tracking-05 {
  letter-spacing: 0.5px; }

.tracking-075 {
  letter-spacing: 0.75px; }

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

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

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

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

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

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

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.whitespace-normal {
  white-space: normal; }

.whitespace-no-wrap {
  white-space: nowrap; }

.whitespace-pre {
  white-space: pre; }

.whitespace-pre-line {
  white-space: pre-line; }

.whitespace-pre-wrap {
  white-space: pre-wrap; }

.break-normal {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal; }

.break-words {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.break-all {
  word-break: break-all; }

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

.w-1 {
  width: 0.25rem; }

.w-2 {
  width: 0.5rem; }

.w-3 {
  width: 0.75rem; }

.w-4 {
  width: 1rem; }

.w-5 {
  width: 1.25rem; }

.w-6 {
  width: 1.5rem; }

.w-8 {
  width: 2rem; }

.w-10 {
  width: 2.5rem; }

.w-12 {
  width: 3rem; }

.w-16 {
  width: 4rem; }

.w-24 {
  width: 6rem; }

.w-32 {
  width: 8rem; }

.w-48 {
  width: 12rem; }

.w-64 {
  width: 16rem; }

.w-auto {
  width: auto; }

.w-px {
  width: 1px; }

.w-1\/2 {
  width: 50%; }

.w-1\/3 {
  width: 33.33333%; }

.w-2\/3 {
  width: 66.66667%; }

.w-1\/4 {
  width: 25%; }

.w-3\/4 {
  width: 75%; }

.w-1\/5 {
  width: 20%; }

.w-2\/5 {
  width: 40%; }

.w-3\/5 {
  width: 60%; }

.w-4\/5 {
  width: 80%; }

.w-1\/6 {
  width: 16.66667%; }

.w-5\/6 {
  width: 83.33333%; }

.w-full {
  width: 100%; }

.w-screen {
  width: 100vw; }

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  grid-gap: 0;
  gap: 0; }

.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem; }

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem; }

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem; }

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem; }

.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem; }

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem; }

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem; }

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem; }

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem; }

.gap-16 {
  grid-gap: 4rem;
  gap: 4rem; }

.gap-20 {
  grid-gap: 5rem;
  gap: 5rem; }

.gap-24 {
  grid-gap: 6rem;
  gap: 6rem; }

.gap-32 {
  grid-gap: 8rem;
  gap: 8rem; }

.gap-40 {
  grid-gap: 10rem;
  gap: 10rem; }

.gap-48 {
  grid-gap: 12rem;
  gap: 12rem; }

.gap-56 {
  grid-gap: 14rem;
  gap: 14rem; }

.gap-64 {
  grid-gap: 16rem;
  gap: 16rem; }

.gap-px {
  grid-gap: 1px;
  gap: 1px; }

.col-gap-0 {
  grid-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; }

.col-gap-1 {
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem; }

.col-gap-2 {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem; }

.col-gap-3 {
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem; }

.col-gap-4 {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem; }

.col-gap-5 {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem; }

.col-gap-6 {
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem; }

.col-gap-8 {
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem; }

.col-gap-10 {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem; }

.col-gap-12 {
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem; }

.col-gap-16 {
  grid-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem; }

.col-gap-20 {
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem; }

.col-gap-24 {
  grid-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem; }

.col-gap-32 {
  grid-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem; }

.col-gap-40 {
  grid-column-gap: 10rem;
  -moz-column-gap: 10rem;
  column-gap: 10rem; }

.col-gap-48 {
  grid-column-gap: 12rem;
  -moz-column-gap: 12rem;
  column-gap: 12rem; }

.col-gap-56 {
  grid-column-gap: 14rem;
  -moz-column-gap: 14rem;
  column-gap: 14rem; }

.col-gap-64 {
  grid-column-gap: 16rem;
  -moz-column-gap: 16rem;
  column-gap: 16rem; }

.col-gap-px {
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px; }

.gap-x-0 {
  grid-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; }

.gap-x-1 {
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem; }

.gap-x-2 {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem; }

.gap-x-3 {
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem; }

.gap-x-4 {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem; }

.gap-x-5 {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem; }

.gap-x-6 {
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem; }

.gap-x-8 {
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem; }

.gap-x-10 {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem; }

.gap-x-12 {
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem; }

.gap-x-16 {
  grid-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem; }

.gap-x-20 {
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem; }

.gap-x-24 {
  grid-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem; }

.gap-x-32 {
  grid-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem; }

.gap-x-40 {
  grid-column-gap: 10rem;
  -moz-column-gap: 10rem;
  column-gap: 10rem; }

.gap-x-48 {
  grid-column-gap: 12rem;
  -moz-column-gap: 12rem;
  column-gap: 12rem; }

.gap-x-56 {
  grid-column-gap: 14rem;
  -moz-column-gap: 14rem;
  column-gap: 14rem; }

.gap-x-64 {
  grid-column-gap: 16rem;
  -moz-column-gap: 16rem;
  column-gap: 16rem; }

.gap-x-px {
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px; }

.row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0; }

.row-gap-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem; }

.row-gap-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem; }

.row-gap-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem; }

.row-gap-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem; }

.row-gap-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem; }

.row-gap-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem; }

.row-gap-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem; }

.row-gap-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem; }

.row-gap-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem; }

.row-gap-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem; }

.row-gap-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem; }

.row-gap-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem; }

.row-gap-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem; }

.row-gap-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem; }

.row-gap-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem; }

.row-gap-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem; }

.row-gap-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem; }

.row-gap-px {
  grid-row-gap: 1px;
  row-gap: 1px; }

.gap-y-0 {
  grid-row-gap: 0;
  row-gap: 0; }

.gap-y-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem; }

.gap-y-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem; }

.gap-y-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem; }

.gap-y-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem; }

.gap-y-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem; }

.gap-y-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem; }

.gap-y-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem; }

.gap-y-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem; }

.gap-y-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem; }

.gap-y-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem; }

.gap-y-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem; }

.gap-y-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem; }

.gap-y-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem; }

.gap-y-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem; }

.gap-y-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem; }

.gap-y-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem; }

.gap-y-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem; }

.gap-y-px {
  grid-row-gap: 1px;
  row-gap: 1px; }

.grid-flow-row {
  grid-auto-flow: row; }

.grid-flow-col {
  grid-auto-flow: column; }

.grid-flow-row-dense {
  grid-auto-flow: row dense; }

.grid-flow-col-dense {
  grid-auto-flow: column dense; }

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)); }

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)); }

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)); }

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)); }

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)); }

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)); }

.grid-cols-none {
  grid-template-columns: none; }

.auto-cols-auto {
  grid-auto-columns: auto; }

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content; }

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content; }

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr); }

.col-auto {
  grid-column: auto; }

.col-span-1 {
  grid-column: span 1 / span 1; }

.col-span-2 {
  grid-column: span 2 / span 2; }

.col-span-3 {
  grid-column: span 3 / span 3; }

.col-span-4 {
  grid-column: span 4 / span 4; }

.col-span-5 {
  grid-column: span 5 / span 5; }

.col-span-6 {
  grid-column: span 6 / span 6; }

.col-span-7 {
  grid-column: span 7 / span 7; }

.col-span-8 {
  grid-column: span 8 / span 8; }

.col-span-9 {
  grid-column: span 9 / span 9; }

.col-span-10 {
  grid-column: span 10 / span 10; }

.col-span-11 {
  grid-column: span 11 / span 11; }

.col-span-12 {
  grid-column: span 12 / span 12; }

.col-span-full {
  grid-column: 1 / -1; }

.col-start-1 {
  grid-column-start: 1; }

.col-start-2 {
  grid-column-start: 2; }

.col-start-3 {
  grid-column-start: 3; }

.col-start-4 {
  grid-column-start: 4; }

.col-start-5 {
  grid-column-start: 5; }

.col-start-6 {
  grid-column-start: 6; }

.col-start-7 {
  grid-column-start: 7; }

.col-start-8 {
  grid-column-start: 8; }

.col-start-9 {
  grid-column-start: 9; }

.col-start-10 {
  grid-column-start: 10; }

.col-start-11 {
  grid-column-start: 11; }

.col-start-12 {
  grid-column-start: 12; }

.col-start-13 {
  grid-column-start: 13; }

.col-start-auto {
  grid-column-start: auto; }

.col-end-1 {
  grid-column-end: 1; }

.col-end-2 {
  grid-column-end: 2; }

.col-end-3 {
  grid-column-end: 3; }

.col-end-4 {
  grid-column-end: 4; }

.col-end-5 {
  grid-column-end: 5; }

.col-end-6 {
  grid-column-end: 6; }

.col-end-7 {
  grid-column-end: 7; }

.col-end-8 {
  grid-column-end: 8; }

.col-end-9 {
  grid-column-end: 9; }

.col-end-10 {
  grid-column-end: 10; }

.col-end-11 {
  grid-column-end: 11; }

.col-end-12 {
  grid-column-end: 12; }

.col-end-13 {
  grid-column-end: 13; }

.col-end-auto {
  grid-column-end: auto; }

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)); }

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)); }

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)); }

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)); }

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)); }

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)); }

.grid-rows-none {
  grid-template-rows: none; }

.auto-rows-auto {
  grid-auto-rows: auto; }

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content; }

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content; }

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr); }

.row-auto {
  grid-row: auto; }

.row-span-1 {
  grid-row: span 1 / span 1; }

.row-span-2 {
  grid-row: span 2 / span 2; }

.row-span-3 {
  grid-row: span 3 / span 3; }

.row-span-4 {
  grid-row: span 4 / span 4; }

.row-span-5 {
  grid-row: span 5 / span 5; }

.row-span-6 {
  grid-row: span 6 / span 6; }

.row-span-full {
  grid-row: 1 / -1; }

.row-start-1 {
  grid-row-start: 1; }

.row-start-2 {
  grid-row-start: 2; }

.row-start-3 {
  grid-row-start: 3; }

.row-start-4 {
  grid-row-start: 4; }

.row-start-5 {
  grid-row-start: 5; }

.row-start-6 {
  grid-row-start: 6; }

.row-start-7 {
  grid-row-start: 7; }

.row-start-auto {
  grid-row-start: auto; }

.row-end-1 {
  grid-row-end: 1; }

.row-end-2 {
  grid-row-end: 2; }

.row-end-3 {
  grid-row-end: 3; }

.row-end-4 {
  grid-row-end: 4; }

.row-end-5 {
  grid-row-end: 5; }

.row-end-6 {
  grid-row-end: 6; }

.row-end-7 {
  grid-row-end: 7; }

.row-end-auto {
  grid-row-end: auto; }

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)); }

.transform-none {
  transform: none; }

.origin-center {
  transform-origin: center; }

.origin-top {
  transform-origin: top; }

.origin-top-right {
  transform-origin: top right; }

.origin-right {
  transform-origin: right; }

.origin-bottom-right {
  transform-origin: bottom right; }

.origin-bottom {
  transform-origin: bottom; }

.origin-bottom-left {
  transform-origin: bottom left; }

.origin-left {
  transform-origin: left; }

.origin-top-left {
  transform-origin: top left; }

.scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0; }

.scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5; }

.scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75; }

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9; }

.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95; }

.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1; }

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05; }

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1; }

.scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25; }

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5; }

.scale-x-0 {
  --transform-scale-x: 0; }

.scale-x-50 {
  --transform-scale-x: .5; }

.scale-x-75 {
  --transform-scale-x: .75; }

.scale-x-90 {
  --transform-scale-x: .9; }

.scale-x-95 {
  --transform-scale-x: .95; }

.scale-x-100 {
  --transform-scale-x: 1; }

.scale-x-105 {
  --transform-scale-x: 1.05; }

.scale-x-110 {
  --transform-scale-x: 1.1; }

.scale-x-125 {
  --transform-scale-x: 1.25; }

.scale-x-150 {
  --transform-scale-x: 1.5; }

.scale-y-0 {
  --transform-scale-y: 0; }

.scale-y-50 {
  --transform-scale-y: .5; }

.scale-y-75 {
  --transform-scale-y: .75; }

.scale-y-90 {
  --transform-scale-y: .9; }

.scale-y-95 {
  --transform-scale-y: .95; }

.scale-y-100 {
  --transform-scale-y: 1; }

.scale-y-105 {
  --transform-scale-y: 1.05; }

.scale-y-110 {
  --transform-scale-y: 1.1; }

.scale-y-125 {
  --transform-scale-y: 1.25; }

.scale-y-150 {
  --transform-scale-y: 1.5; }

.hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0; }

.hover\:scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5; }

.hover\:scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75; }

.hover\:scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9; }

.hover\:scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95; }

.hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1; }

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05; }

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1; }

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25; }

.hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5; }

.hover\:scale-x-0:hover {
  --transform-scale-x: 0; }

.hover\:scale-x-50:hover {
  --transform-scale-x: .5; }

.hover\:scale-x-75:hover {
  --transform-scale-x: .75; }

.hover\:scale-x-90:hover {
  --transform-scale-x: .9; }

.hover\:scale-x-95:hover {
  --transform-scale-x: .95; }

.hover\:scale-x-100:hover {
  --transform-scale-x: 1; }

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05; }

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1; }

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25; }

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5; }

.hover\:scale-y-0:hover {
  --transform-scale-y: 0; }

.hover\:scale-y-50:hover {
  --transform-scale-y: .5; }

.hover\:scale-y-75:hover {
  --transform-scale-y: .75; }

.hover\:scale-y-90:hover {
  --transform-scale-y: .9; }

.hover\:scale-y-95:hover {
  --transform-scale-y: .95; }

.hover\:scale-y-100:hover {
  --transform-scale-y: 1; }

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05; }

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1; }

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25; }

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5; }

.focus\:scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0; }

.focus\:scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5; }

.focus\:scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75; }

.focus\:scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9; }

.focus\:scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95; }

.focus\:scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1; }

.focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05; }

.focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1; }

.focus\:scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25; }

.focus\:scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5; }

.focus\:scale-x-0:focus {
  --transform-scale-x: 0; }

.focus\:scale-x-50:focus {
  --transform-scale-x: .5; }

.focus\:scale-x-75:focus {
  --transform-scale-x: .75; }

.focus\:scale-x-90:focus {
  --transform-scale-x: .9; }

.focus\:scale-x-95:focus {
  --transform-scale-x: .95; }

.focus\:scale-x-100:focus {
  --transform-scale-x: 1; }

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05; }

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1; }

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25; }

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5; }

.focus\:scale-y-0:focus {
  --transform-scale-y: 0; }

.focus\:scale-y-50:focus {
  --transform-scale-y: .5; }

.focus\:scale-y-75:focus {
  --transform-scale-y: .75; }

.focus\:scale-y-90:focus {
  --transform-scale-y: .9; }

.focus\:scale-y-95:focus {
  --transform-scale-y: .95; }

.focus\:scale-y-100:focus {
  --transform-scale-y: 1; }

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05; }

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1; }

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25; }

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5; }

.rotate-0 {
  --transform-rotate: 0; }

.rotate-1 {
  --transform-rotate: 1deg; }

.rotate-2 {
  --transform-rotate: 2deg; }

.rotate-3 {
  --transform-rotate: 3deg; }

.rotate-6 {
  --transform-rotate: 6deg; }

.rotate-12 {
  --transform-rotate: 12deg; }

.rotate-45 {
  --transform-rotate: 45deg; }

.rotate-90 {
  --transform-rotate: 90deg; }

.rotate-180 {
  --transform-rotate: 180deg; }

.-rotate-180 {
  --transform-rotate: -180deg; }

.-rotate-90 {
  --transform-rotate: -90deg; }

.-rotate-45 {
  --transform-rotate: -45deg; }

.-rotate-12 {
  --transform-rotate: -12deg; }

.-rotate-6 {
  --transform-rotate: -6deg; }

.-rotate-3 {
  --transform-rotate: -3deg; }

.-rotate-2 {
  --transform-rotate: -2deg; }

.-rotate-1 {
  --transform-rotate: -1deg; }

.hover\:rotate-0:hover {
  --transform-rotate: 0; }

.hover\:rotate-1:hover {
  --transform-rotate: 1deg; }

.hover\:rotate-2:hover {
  --transform-rotate: 2deg; }

.hover\:rotate-3:hover {
  --transform-rotate: 3deg; }

.hover\:rotate-6:hover {
  --transform-rotate: 6deg; }

.hover\:rotate-12:hover {
  --transform-rotate: 12deg; }

.hover\:rotate-45:hover {
  --transform-rotate: 45deg; }

.hover\:rotate-90:hover {
  --transform-rotate: 90deg; }

.hover\:rotate-180:hover {
  --transform-rotate: 180deg; }

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg; }

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg; }

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg; }

.hover\:-rotate-12:hover {
  --transform-rotate: -12deg; }

.hover\:-rotate-6:hover {
  --transform-rotate: -6deg; }

.hover\:-rotate-3:hover {
  --transform-rotate: -3deg; }

.hover\:-rotate-2:hover {
  --transform-rotate: -2deg; }

.hover\:-rotate-1:hover {
  --transform-rotate: -1deg; }

.focus\:rotate-0:focus {
  --transform-rotate: 0; }

.focus\:rotate-1:focus {
  --transform-rotate: 1deg; }

.focus\:rotate-2:focus {
  --transform-rotate: 2deg; }

.focus\:rotate-3:focus {
  --transform-rotate: 3deg; }

.focus\:rotate-6:focus {
  --transform-rotate: 6deg; }

.focus\:rotate-12:focus {
  --transform-rotate: 12deg; }

.focus\:rotate-45:focus {
  --transform-rotate: 45deg; }

.focus\:rotate-90:focus {
  --transform-rotate: 90deg; }

.focus\:rotate-180:focus {
  --transform-rotate: 180deg; }

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg; }

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg; }

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg; }

.focus\:-rotate-12:focus {
  --transform-rotate: -12deg; }

.focus\:-rotate-6:focus {
  --transform-rotate: -6deg; }

.focus\:-rotate-3:focus {
  --transform-rotate: -3deg; }

.focus\:-rotate-2:focus {
  --transform-rotate: -2deg; }

.focus\:-rotate-1:focus {
  --transform-rotate: -1deg; }

.translate-x-0 {
  --transform-translate-x: 0; }

.translate-x-1 {
  --transform-translate-x: 0.25rem; }

.translate-x-2 {
  --transform-translate-x: 0.5rem; }

.translate-x-3 {
  --transform-translate-x: 0.75rem; }

.translate-x-4 {
  --transform-translate-x: 1rem; }

.translate-x-5 {
  --transform-translate-x: 1.25rem; }

.translate-x-6 {
  --transform-translate-x: 1.5rem; }

.translate-x-8 {
  --transform-translate-x: 2rem; }

.translate-x-10 {
  --transform-translate-x: 2.5rem; }

.translate-x-12 {
  --transform-translate-x: 3rem; }

.translate-x-16 {
  --transform-translate-x: 4rem; }

.translate-x-20 {
  --transform-translate-x: 5rem; }

.translate-x-24 {
  --transform-translate-x: 6rem; }

.translate-x-32 {
  --transform-translate-x: 8rem; }

.translate-x-40 {
  --transform-translate-x: 10rem; }

.translate-x-48 {
  --transform-translate-x: 12rem; }

.translate-x-56 {
  --transform-translate-x: 14rem; }

.translate-x-64 {
  --transform-translate-x: 16rem; }

.translate-x-px {
  --transform-translate-x: 1px; }

.-translate-x-1 {
  --transform-translate-x: -0.25rem; }

.-translate-x-2 {
  --transform-translate-x: -0.5rem; }

.-translate-x-3 {
  --transform-translate-x: -0.75rem; }

.-translate-x-4 {
  --transform-translate-x: -1rem; }

.-translate-x-5 {
  --transform-translate-x: -1.25rem; }

.-translate-x-6 {
  --transform-translate-x: -1.5rem; }

.-translate-x-8 {
  --transform-translate-x: -2rem; }

.-translate-x-10 {
  --transform-translate-x: -2.5rem; }

.-translate-x-12 {
  --transform-translate-x: -3rem; }

.-translate-x-16 {
  --transform-translate-x: -4rem; }

.-translate-x-20 {
  --transform-translate-x: -5rem; }

.-translate-x-24 {
  --transform-translate-x: -6rem; }

.-translate-x-32 {
  --transform-translate-x: -8rem; }

.-translate-x-40 {
  --transform-translate-x: -10rem; }

.-translate-x-48 {
  --transform-translate-x: -12rem; }

.-translate-x-56 {
  --transform-translate-x: -14rem; }

.-translate-x-64 {
  --transform-translate-x: -16rem; }

.-translate-x-px {
  --transform-translate-x: -1px; }

.-translate-x-full {
  --transform-translate-x: -100%; }

.-translate-x-1\/2 {
  --transform-translate-x: -50%; }

.translate-x-1\/2 {
  --transform-translate-x: 50%; }

.translate-x-full {
  --transform-translate-x: 100%; }

.translate-y-0 {
  --transform-translate-y: 0; }

.translate-y-1 {
  --transform-translate-y: 0.25rem; }

.translate-y-2 {
  --transform-translate-y: 0.5rem; }

.translate-y-3 {
  --transform-translate-y: 0.75rem; }

.translate-y-4 {
  --transform-translate-y: 1rem; }

.translate-y-5 {
  --transform-translate-y: 1.25rem; }

.translate-y-6 {
  --transform-translate-y: 1.5rem; }

.translate-y-8 {
  --transform-translate-y: 2rem; }

.translate-y-10 {
  --transform-translate-y: 2.5rem; }

.translate-y-12 {
  --transform-translate-y: 3rem; }

.translate-y-16 {
  --transform-translate-y: 4rem; }

.translate-y-20 {
  --transform-translate-y: 5rem; }

.translate-y-24 {
  --transform-translate-y: 6rem; }

.translate-y-32 {
  --transform-translate-y: 8rem; }

.translate-y-40 {
  --transform-translate-y: 10rem; }

.translate-y-48 {
  --transform-translate-y: 12rem; }

.translate-y-56 {
  --transform-translate-y: 14rem; }

.translate-y-64 {
  --transform-translate-y: 16rem; }

.translate-y-px {
  --transform-translate-y: 1px; }

.-translate-y-1 {
  --transform-translate-y: -0.25rem; }

.-translate-y-2 {
  --transform-translate-y: -0.5rem; }

.-translate-y-3 {
  --transform-translate-y: -0.75rem; }

.-translate-y-4 {
  --transform-translate-y: -1rem; }

.-translate-y-5 {
  --transform-translate-y: -1.25rem; }

.-translate-y-6 {
  --transform-translate-y: -1.5rem; }

.-translate-y-8 {
  --transform-translate-y: -2rem; }

.-translate-y-10 {
  --transform-translate-y: -2.5rem; }

.-translate-y-12 {
  --transform-translate-y: -3rem; }

.-translate-y-16 {
  --transform-translate-y: -4rem; }

.-translate-y-20 {
  --transform-translate-y: -5rem; }

.-translate-y-24 {
  --transform-translate-y: -6rem; }

.-translate-y-32 {
  --transform-translate-y: -8rem; }

.-translate-y-40 {
  --transform-translate-y: -10rem; }

.-translate-y-48 {
  --transform-translate-y: -12rem; }

.-translate-y-56 {
  --transform-translate-y: -14rem; }

.-translate-y-64 {
  --transform-translate-y: -16rem; }

.-translate-y-px {
  --transform-translate-y: -1px; }

.-translate-y-full {
  --transform-translate-y: -100%; }

.-translate-y-1\/2 {
  --transform-translate-y: -50%; }

.translate-y-1\/2 {
  --transform-translate-y: 50%; }

.translate-y-full {
  --transform-translate-y: 100%; }

.hover\:translate-x-0:hover {
  --transform-translate-x: 0; }

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem; }

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem; }

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem; }

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem; }

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem; }

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem; }

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem; }

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem; }

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem; }

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem; }

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem; }

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem; }

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem; }

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem; }

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem; }

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem; }

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem; }

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px; }

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem; }

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem; }

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem; }

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem; }

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem; }

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem; }

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem; }

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem; }

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem; }

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem; }

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem; }

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem; }

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem; }

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem; }

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem; }

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem; }

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem; }

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px; }

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100%; }

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50%; }

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50%; }

.hover\:translate-x-full:hover {
  --transform-translate-x: 100%; }

.hover\:translate-y-0:hover {
  --transform-translate-y: 0; }

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem; }

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem; }

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem; }

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem; }

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem; }

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem; }

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem; }

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem; }

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem; }

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem; }

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem; }

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem; }

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem; }

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem; }

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem; }

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem; }

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem; }

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px; }

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem; }

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem; }

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem; }

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem; }

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem; }

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem; }

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem; }

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem; }

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem; }

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem; }

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem; }

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem; }

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem; }

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem; }

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem; }

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem; }

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem; }

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px; }

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100%; }

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50%; }

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50%; }

.hover\:translate-y-full:hover {
  --transform-translate-y: 100%; }

.focus\:translate-x-0:focus {
  --transform-translate-x: 0; }

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem; }

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem; }

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem; }

.focus\:translate-x-4:focus {
  --transform-translate-x: 1rem; }

.focus\:translate-x-5:focus {
  --transform-translate-x: 1.25rem; }

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem; }

.focus\:translate-x-8:focus {
  --transform-translate-x: 2rem; }

.focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem; }

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem; }

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem; }

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem; }

.focus\:translate-x-24:focus {
  --transform-translate-x: 6rem; }

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem; }

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem; }

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem; }

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem; }

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem; }

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px; }

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem; }

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem; }

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem; }

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem; }

.focus\:-translate-x-5:focus {
  --transform-translate-x: -1.25rem; }

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem; }

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem; }

.focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem; }

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem; }

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem; }

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem; }

.focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem; }

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem; }

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem; }

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem; }

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem; }

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem; }

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px; }

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100%; }

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50%; }

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50%; }

.focus\:translate-x-full:focus {
  --transform-translate-x: 100%; }

.focus\:translate-y-0:focus {
  --transform-translate-y: 0; }

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem; }

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem; }

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem; }

.focus\:translate-y-4:focus {
  --transform-translate-y: 1rem; }

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem; }

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem; }

.focus\:translate-y-8:focus {
  --transform-translate-y: 2rem; }

.focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem; }

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem; }

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem; }

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem; }

.focus\:translate-y-24:focus {
  --transform-translate-y: 6rem; }

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem; }

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem; }

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem; }

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem; }

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem; }

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px; }

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem; }

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem; }

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem; }

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem; }

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem; }

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem; }

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem; }

.focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem; }

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem; }

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem; }

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem; }

.focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem; }

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem; }

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem; }

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem; }

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem; }

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem; }

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px; }

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100%; }

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50%; }

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50%; }

.focus\:translate-y-full:focus {
  --transform-translate-y: 100%; }

.skew-x-0 {
  --transform-skew-x: 0; }

.skew-x-1 {
  --transform-skew-x: 1deg; }

.skew-x-2 {
  --transform-skew-x: 2deg; }

.skew-x-3 {
  --transform-skew-x: 3deg; }

.skew-x-6 {
  --transform-skew-x: 6deg; }

.skew-x-12 {
  --transform-skew-x: 12deg; }

.-skew-x-12 {
  --transform-skew-x: -12deg; }

.-skew-x-6 {
  --transform-skew-x: -6deg; }

.-skew-x-3 {
  --transform-skew-x: -3deg; }

.-skew-x-2 {
  --transform-skew-x: -2deg; }

.-skew-x-1 {
  --transform-skew-x: -1deg; }

.skew-y-0 {
  --transform-skew-y: 0; }

.skew-y-1 {
  --transform-skew-y: 1deg; }

.skew-y-2 {
  --transform-skew-y: 2deg; }

.skew-y-3 {
  --transform-skew-y: 3deg; }

.skew-y-6 {
  --transform-skew-y: 6deg; }

.skew-y-12 {
  --transform-skew-y: 12deg; }

.-skew-y-12 {
  --transform-skew-y: -12deg; }

.-skew-y-6 {
  --transform-skew-y: -6deg; }

.-skew-y-3 {
  --transform-skew-y: -3deg; }

.-skew-y-2 {
  --transform-skew-y: -2deg; }

.-skew-y-1 {
  --transform-skew-y: -1deg; }

.hover\:skew-x-0:hover {
  --transform-skew-x: 0; }

.hover\:skew-x-1:hover {
  --transform-skew-x: 1deg; }

.hover\:skew-x-2:hover {
  --transform-skew-x: 2deg; }

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg; }

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg; }

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg; }

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg; }

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg; }

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg; }

.hover\:-skew-x-2:hover {
  --transform-skew-x: -2deg; }

.hover\:-skew-x-1:hover {
  --transform-skew-x: -1deg; }

.hover\:skew-y-0:hover {
  --transform-skew-y: 0; }

.hover\:skew-y-1:hover {
  --transform-skew-y: 1deg; }

.hover\:skew-y-2:hover {
  --transform-skew-y: 2deg; }

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg; }

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg; }

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg; }

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg; }

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg; }

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg; }

.hover\:-skew-y-2:hover {
  --transform-skew-y: -2deg; }

.hover\:-skew-y-1:hover {
  --transform-skew-y: -1deg; }

.focus\:skew-x-0:focus {
  --transform-skew-x: 0; }

.focus\:skew-x-1:focus {
  --transform-skew-x: 1deg; }

.focus\:skew-x-2:focus {
  --transform-skew-x: 2deg; }

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg; }

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg; }

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg; }

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg; }

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg; }

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg; }

.focus\:-skew-x-2:focus {
  --transform-skew-x: -2deg; }

.focus\:-skew-x-1:focus {
  --transform-skew-x: -1deg; }

.focus\:skew-y-0:focus {
  --transform-skew-y: 0; }

.focus\:skew-y-1:focus {
  --transform-skew-y: 1deg; }

.focus\:skew-y-2:focus {
  --transform-skew-y: 2deg; }

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg; }

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg; }

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg; }

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg; }

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg; }

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg; }

.focus\:-skew-y-2:focus {
  --transform-skew-y: -2deg; }

.focus\:-skew-y-1:focus {
  --transform-skew-y: -1deg; }

.transition-none {
  transition-property: none; }

.transition-all {
  transition-property: all; }

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; }

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke; }

.transition-opacity {
  transition-property: opacity; }

.transition-shadow {
  transition-property: box-shadow; }

.transition-transform {
  transition-property: transform; }

.ease-linear {
  transition-timing-function: linear; }

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.duration-75 {
  transition-duration: 75ms; }

.duration-100 {
  transition-duration: 100ms; }

.duration-150 {
  transition-duration: 150ms; }

.duration-200 {
  transition-duration: 200ms; }

.duration-300 {
  transition-duration: 300ms; }

.duration-500 {
  transition-duration: 500ms; }

.duration-700 {
  transition-duration: 700ms; }

.duration-1000 {
  transition-duration: 1000ms; }

.delay-75 {
  transition-delay: 75ms; }

.delay-100 {
  transition-delay: 100ms; }

.delay-150 {
  transition-delay: 150ms; }

.delay-200 {
  transition-delay: 200ms; }

.delay-300 {
  transition-delay: 300ms; }

.delay-500 {
  transition-delay: 500ms; }

.delay-700 {
  transition-delay: 700ms; }

.delay-1000 {
  transition-delay: 1000ms; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0; } }

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0; } }

@keyframes pulse {
  50% {
    opacity: .5; } }

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

.animate-none {
  -webkit-animation: none;
  animation: none; }

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; }

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite; }

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */
.cursor-zoom-in {
  cursor: zoom-in; }

.text-balance {
  text-wrap: balance; }

.text-pretty {
  text-wrap: pretty; }

.columns-2 {
  -moz-columns: 2;
  columns: 2; }

.aspect-landscape {
  aspect-ratio: 3/2; }

.aspect-landscape-short {
  aspect-ratio: 4/3; }

.aspect-portrait {
  aspect-ratio: 4/5; }

.aspect-square {
  aspect-ratio: 1/1; }

.aspect-video {
  aspect-ratio: 16/9; }

.aspect-wide {
  aspect-ratio: 21/9; }

.fit-content {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content; }

/*
* New Design System Utilities
*/
/*COLOR - TEXT*/
.content-default {
  color: #484949; }
  .dark-mode .content-default {
    color: #f7f7f7; }

.content-subtle {
  color: #757575; }
  .dark-mode .content-subtle {
    color: #e5e5e5; }

.content-inverted {
  color: #fff; }
  .dark-mode .content-inverted {
    color: #484949; }

.content-disabled {
  color: #bebfbf; }
  .dark-mode .content-disabled {
    color: #757575; }

.interactive-primary {
  color: #484949; }
  .dark-mode .interactive-primary {
    color: #fff; }

.interactive-primary-hover {
  color: #757575; }
  .dark-mode .interactive-primary-hover {
    color: #efefef; }

.hover\:interactive-primary-hover:hover {
  color: #757575; }
  .dark-mode .hover\:interactive-primary-hover:hover {
    color: #efefef; }

.interactive-primary-pressed {
  color: #484949; }
  .dark-mode .interactive-primary-pressed {
    color: #fff; }

.active\:interactive-primary-pressed:active {
  color: #484949; }
  .dark-mode .active\:interactive-primary-pressed:active {
    color: #fff; }

.interactive-secondary {
  color: #757575; }
  .dark-mode .interactive-secondary {
    color: #efefef; }

.interactive-secondary-hover {
  color: #484949; }
  .dark-mode .interactive-secondary-hover {
    color: #f7f7f7; }

.hover\:interactive-secondary-hover:hover {
  color: #484949; }
  .dark-mode .hover\:interactive-secondary-hover:hover {
    color: #f7f7f7; }

.interactive-secondary-pressed {
  color: #292728; }
  .dark-mode .interactive-secondary-pressed {
    color: #fff; }

.active\:interactive-secondary-pressed:active {
  color: #292728; }
  .dark-mode .active\:interactive-secondary-pressed:active {
    color: #fff; }

/*COLOR - BG*/
.surface-default {
  background-color: #fff; }
  .dark-mode .surface-default {
    background-color: #292728; }

.surface-subtle {
  background-color: #f7f7f7; }
  .dark-mode .surface-subtle {
    background-color: #1c1a1b; }

.surface-disabled {
  background-color: #bebfbf; }
  .dark-mode .surface-disabled {
    background-color: #757575; }

.surface-primary {
  background-color: #484949; }
  .dark-mode .surface-primary {
    background-color: #fff; }

.surface-primary-hover {
  background-color: #757575; }
  .dark-mode .surface-primary-hover {
    background-color: #efefef; }

.hover\:surface-primary-hover:hover {
  background-color: #757575; }
  .dark-mode .hover\:surface-primary-hover:hover {
    background-color: #efefef; }

.surface-primary-pressed {
  background-color: #484949; }
  .dark-mode .surface-primary-pressed {
    background-color: #fff; }

.active\:surface-primary-pressed:active {
  background-color: #484949; }
  .dark-mode .active\:surface-primary-pressed:active {
    background-color: #fff; }

.surface-secondary {
  background-color: #757575; }
  .dark-mode .surface-secondary {
    background-color: #efefef; }

.surface-secondary-hover {
  background-color: #484949; }
  .dark-mode .surface-secondary-hover {
    background-color: #f7f7f7; }

.hover\:surface-secondary-hover:hover {
  background-color: #484949; }
  .dark-mode .hover\:surface-secondary-hover:hover {
    background-color: #f7f7f7; }

.surface-secondary-pressed {
  background-color: #292728; }
  .dark-mode .surface-secondary-pressed {
    background-color: #fff; }

.active\:surface-secondary-pressed:active {
  background-color: #292728; }
  .dark-mode .active\:surface-secondary-pressed:active {
    background-color: #fff; }

/*COLOR - BORDER*/
.border-default {
  border-color: #bebfbf; }
  .dark-mode .border-default {
    border-color: #757575; }

.border-subtle {
  border-color: #e5e5e5; }
  .dark-mode .border-subtle {
    border-color: #484949; }

.border-primary {
  border-color: #484949; }
  .dark-mode .border-primary {
    border-color: #fff; }

.border-primary-hover {
  border-color: #757575; }
  .dark-mode .border-primary-hover {
    border-color: #efefef; }

.hover\:border-primary-hover:hover {
  border-color: #757575; }
  .dark-mode .hover\:border-primary-hover:hover {
    border-color: #efefef; }

/*SPACING (VERTICAL)*/
/*
will create
.spacer-0--p
.spacer-0--py
.spacer-0--pt
.spacer-0--pr
.spacer-0--pb
.spacer-0--pl
.spacer-0--my
.spacer-0--mt
.spacer-0--mr
.spacer-0--mb
.spacer-0--ml
.spacer-0--gap
.spacer-0--gap-y
.spacer-0--gap-x
*/
.spacer--2--p {
  padding: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--py {
  padding-top: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem);
  padding-bottom: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--pt {
  padding-top: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--pr {
  padding-right: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--pb {
  padding-bottom: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--pl {
  padding-left: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--my {
  margin-top: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem);
  margin-bottom: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--mt {
  margin-top: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--mr {
  margin-right: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--mb {
  margin-bottom: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--ml {
  margin-left: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--gap {
  gap: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--gap-y {
  row-gap: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--2--gap-x {
  -moz-column-gap: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem);
  column-gap: clamp(0.25rem, 0.376vw + 0.162rem, 0.5rem); }

.spacer--1--p {
  padding: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--py {
  padding-top: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem);
  padding-bottom: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--pt {
  padding-top: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--pr {
  padding-right: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--pb {
  padding-bottom: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--pl {
  padding-left: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--my {
  margin-top: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem);
  margin-bottom: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--mt {
  margin-top: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--mr {
  margin-right: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--mb {
  margin-bottom: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--ml {
  margin-left: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--gap {
  gap: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--gap-y {
  row-gap: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer--1--gap-x {
  -moz-column-gap: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem);
  column-gap: clamp(0.75rem, 0.188vw + 0.706rem, 0.875rem); }

.spacer-0--p {
  padding: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--py {
  padding-top: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  padding-bottom: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--pt {
  padding-top: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--pr {
  padding-right: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--pb {
  padding-bottom: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--pl {
  padding-left: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--my {
  margin-top: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  margin-bottom: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--mt {
  margin-top: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--mr {
  margin-right: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--mb {
  margin-bottom: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--ml {
  margin-left: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--gap {
  gap: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--gap-y {
  row-gap: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-0--gap-x {
  -moz-column-gap: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  column-gap: clamp(0.875rem, 0.188vw + 0.831rem, 1rem); }

.spacer-1--p {
  padding: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--py {
  padding-top: clamp(1rem, 0.376vw + 0.912rem, 1.25rem);
  padding-bottom: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--pt {
  padding-top: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--pr {
  padding-right: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--pb {
  padding-bottom: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--pl {
  padding-left: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--my {
  margin-top: clamp(1rem, 0.376vw + 0.912rem, 1.25rem);
  margin-bottom: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--mt {
  margin-top: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--mr {
  margin-right: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--mb {
  margin-bottom: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--ml {
  margin-left: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--gap {
  gap: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--gap-y {
  row-gap: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-1--gap-x {
  -moz-column-gap: clamp(1rem, 0.376vw + 0.912rem, 1.25rem);
  column-gap: clamp(1rem, 0.376vw + 0.912rem, 1.25rem); }

.spacer-2--p {
  padding: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--py {
  padding-top: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem);
  padding-bottom: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--pt {
  padding-top: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--pr {
  padding-right: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--pb {
  padding-bottom: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--pl {
  padding-left: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--my {
  margin-top: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem);
  margin-bottom: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--mt {
  margin-top: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--mr {
  margin-right: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--mb {
  margin-bottom: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--ml {
  margin-left: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--gap {
  gap: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--gap-y {
  row-gap: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-2--gap-x {
  -moz-column-gap: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem);
  column-gap: clamp(1.25rem, 0.376vw + 1.162rem, 1.5rem); }

.spacer-3--p {
  padding: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--py {
  padding-top: clamp(1.5rem, 0.751vw + 1.324rem, 2rem);
  padding-bottom: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--pt {
  padding-top: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--pr {
  padding-right: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--pb {
  padding-bottom: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--pl {
  padding-left: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--my {
  margin-top: clamp(1.5rem, 0.751vw + 1.324rem, 2rem);
  margin-bottom: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--mt {
  margin-top: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--mr {
  margin-right: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--mb {
  margin-bottom: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--ml {
  margin-left: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--gap {
  gap: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--gap-y {
  row-gap: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-3--gap-x {
  -moz-column-gap: clamp(1.5rem, 0.751vw + 1.324rem, 2rem);
  column-gap: clamp(1.5rem, 0.751vw + 1.324rem, 2rem); }

.spacer-4--p {
  padding: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--py {
  padding-top: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem);
  padding-bottom: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--pt {
  padding-top: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--pr {
  padding-right: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--pb {
  padding-bottom: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--pl {
  padding-left: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--my {
  margin-top: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem);
  margin-bottom: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--mt {
  margin-top: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--mr {
  margin-right: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--mb {
  margin-bottom: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--ml {
  margin-left: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--gap {
  gap: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--gap-y {
  row-gap: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-4--gap-x {
  -moz-column-gap: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem);
  column-gap: clamp(1.75rem, 1.127vw + 1.486rem, 2.5rem); }

.spacer-5--p {
  padding: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--py {
  padding-top: clamp(2rem, 2.066vw + 1.516rem, 3.375rem);
  padding-bottom: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--pt {
  padding-top: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--pr {
  padding-right: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--pb {
  padding-bottom: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--pl {
  padding-left: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--my {
  margin-top: clamp(2rem, 2.066vw + 1.516rem, 3.375rem);
  margin-bottom: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--mt {
  margin-top: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--mr {
  margin-right: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--mb {
  margin-bottom: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--ml {
  margin-left: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--gap {
  gap: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--gap-y {
  row-gap: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-5--gap-x {
  -moz-column-gap: clamp(2rem, 2.066vw + 1.516rem, 3.375rem);
  column-gap: clamp(2rem, 2.066vw + 1.516rem, 3.375rem); }

.spacer-6--p {
  padding: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--py {
  padding-top: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem);
  padding-bottom: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--pt {
  padding-top: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--pr {
  padding-right: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--pb {
  padding-bottom: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--pl {
  padding-left: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--my {
  margin-top: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem);
  margin-bottom: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--mt {
  margin-top: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--mr {
  margin-right: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--mb {
  margin-bottom: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--ml {
  margin-left: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--gap {
  gap: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--gap-y {
  row-gap: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-6--gap-x {
  -moz-column-gap: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem);
  column-gap: clamp(2.5rem, 2.629vw + 1.884rem, 4.25rem); }

.spacer-7--p {
  padding: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--py {
  padding-top: clamp(3rem, 3.474vw + 2.186rem, 5.313rem);
  padding-bottom: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--pt {
  padding-top: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--pr {
  padding-right: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--pb {
  padding-bottom: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--pl {
  padding-left: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--my {
  margin-top: clamp(3rem, 3.474vw + 2.186rem, 5.313rem);
  margin-bottom: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--mt {
  margin-top: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--mr {
  margin-right: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--mb {
  margin-bottom: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--ml {
  margin-left: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--gap {
  gap: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--gap-y {
  row-gap: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

.spacer-7--gap-x {
  -moz-column-gap: clamp(3rem, 3.474vw + 2.186rem, 5.313rem);
  column-gap: clamp(3rem, 3.474vw + 2.186rem, 5.313rem); }

/* optimizely */
.show-map {
  display: none !important; }

.has-map-pricing .show-map {
  display: inherit !important; }

.has-map-pricing th.show-map,
.has-map-pricing td.show-map {
  display: table-cell !important; }

@media (min-width: 560px) {
  /* -- serif styles*/
  /*title*/
  .sm-up\:type-serif-title-xlarge {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px; }
  .sm-up\:type-serif-title-large {
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 2px; }
  .sm-up\:type-serif-title-medium {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.75px; }
  .sm-up\:type-serif-title-small {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
  /*body*/
  .sm-up\:type-serif-body-large {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px; }
  .sm-up\:type-serif-body-small {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px; }
  /*label*/
  .sm-up\:type-serif-label-large {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400; }
  .sm-up\:type-serif-label-medium {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400; }
  .sm-up\:type-serif-label-small {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400; }
  /* -- sans styles*/
  .sm-up\:type-utility-small-regular {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px; }
  .sm-up\:type-utility-small-bold {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px; }
  .sm-up\:type-utility-small-uppercase {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    text-transform: uppercase; }
  .sm-up\:type-utility-small-uppercase-bold {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .sm-up\:type-utility-medium-regular {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px; }
  .sm-up\:type-utility-medium-regular-bold {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px; }
  .sm-up\:type-utility-medium-uppercase {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2.5px;
    text-transform: uppercase; }
  .sm-up\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse)); }
  .sm-up\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse)); }
  .sm-up\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse)); }
  .sm-up\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse)); }
  .sm-up\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse)); }
  .sm-up\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse)); }
  .sm-up\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse)); }
  .sm-up\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse)); }
  .sm-up\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse)); }
  .sm-up\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse)); }
  .sm-up\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse)); }
  .sm-up\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse)); }
  .sm-up\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse)); }
  .sm-up\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse)); }
  .sm-up\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse)); }
  .sm-up\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse)); }
  .sm-up\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse)); }
  .sm-up\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse)); }
  .sm-up\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse)); }
  .sm-up\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse)); }
  .sm-up\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))); }
  .sm-up\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse)); }
  .sm-up\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))); }
  .sm-up\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1; }
  .sm-up\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1; }
  .sm-up\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse)); }
  .sm-up\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))); }
  .sm-up\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse)); }
  .sm-up\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))); }
  .sm-up\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse)); }
  .sm-up\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))); }
  .sm-up\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse)); }
  .sm-up\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))); }
  .sm-up\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse)); }
  .sm-up\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))); }
  .sm-up\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1; }
  .sm-up\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1; }
  .sm-up\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--divide-opacity)); }
  .sm-up\:divide-neutral-0 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--divide-opacity)); }
  .sm-up\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B83C23;
    border-color: rgba(184, 60, 35, var(--divide-opacity)); }
  .sm-up\:divide-grey-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--divide-opacity)); }
  .sm-up\:divide-neutral-10 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--divide-opacity)); }
  .sm-up\:divide-grey-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--divide-opacity)); }
  .sm-up\:divide-neutral-20 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--divide-opacity)); }
  .sm-up\:divide-grey-3 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--divide-opacity)); }
  .sm-up\:divide-neutral-30 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--divide-opacity)); }
  .sm-up\:divide-grey-4 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--divide-opacity)); }
  .sm-up\:divide-neutral-40 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--divide-opacity)); }
  .sm-up\:divide-grey-5 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--divide-opacity)); }
  .sm-up\:divide-neutral-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--divide-opacity)); }
  .sm-up\:divide-grey-6 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--divide-opacity)); }
  .sm-up\:divide-neutral-60 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--divide-opacity)); }
  .sm-up\:divide-grey-7 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--divide-opacity)); }
  .sm-up\:divide-neutral-70 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--divide-opacity)); }
  .sm-up\:divide-grey-8 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EAEAE7;
    border-color: rgba(234, 234, 231, var(--divide-opacity)); }
  .sm-up\:divide-neutral-80 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1C1A1B;
    border-color: rgba(28, 26, 27, var(--divide-opacity)); }
  .sm-up\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent; }
  .sm-up\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A63C1C;
    border-color: rgba(166, 60, 28, var(--divide-opacity)); }
  .sm-up\:divide-brown > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #8B5742;
    border-color: rgba(139, 87, 66, var(--divide-opacity)); }
  .sm-up\:divide-brown-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #796353;
    border-color: rgba(121, 99, 83, var(--divide-opacity)); }
  .sm-up\:divide-cream > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F4EDE3;
    border-color: rgba(244, 237, 227, var(--divide-opacity)); }
  .sm-up\:divide-beige > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E9E5DF;
    border-color: rgba(233, 229, 223, var(--divide-opacity)); }
  .sm-up\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000000;
    border-color: rgba(0, 0, 0, var(--divide-opacity)); }
  .sm-up\:divide-forest-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3D4126;
    border-color: rgba(61, 65, 38, var(--divide-opacity)); }
  .sm-up\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid; }
  .sm-up\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed; }
  .sm-up\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted; }
  .sm-up\:divide-double > :not(template) ~ :not(template) {
    border-style: double; }
  .sm-up\:divide-none > :not(template) ~ :not(template) {
    border-style: none; }
  .sm-up\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0; }
  .sm-up\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25; }
  .sm-up\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5; }
  .sm-up\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75; }
  .sm-up\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1; }
  .sm-up\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0; }
  .sm-up\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .sm-up\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0; }
  .sm-up\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .sm-up\:bg-clip-border {
    background-clip: border-box; }
  .sm-up\:bg-clip-padding {
    background-clip: padding-box; }
  .sm-up\:bg-clip-content {
    background-clip: content-box; }
  .sm-up\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text; }
  .sm-up\:bg-none {
    background-image: none; }
  .sm-up\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)); }
  .sm-up\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)); }
  .sm-up\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)); }
  .sm-up\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)); }
  .sm-up\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)); }
  .sm-up\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)); }
  .sm-up\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)); }
  .sm-up\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)); }
  .sm-up\:from-white {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:from-neutral-0 {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:from-red {
    --gradient-from-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .sm-up\:from-grey-1 {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:from-neutral-10 {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:from-grey-2 {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:from-neutral-20 {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:from-grey-3 {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:from-neutral-30 {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:from-grey-4 {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:from-neutral-40 {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:from-grey-5 {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:from-neutral-50 {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:from-grey-6 {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:from-neutral-60 {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:from-grey-7 {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:from-neutral-70 {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:from-grey-8 {
    --gradient-from-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .sm-up\:from-neutral-80 {
    --gradient-from-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .sm-up\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:from-orange {
    --gradient-from-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .sm-up\:from-brown {
    --gradient-from-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .sm-up\:from-brown-light {
    --gradient-from-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .sm-up\:from-cream {
    --gradient-from-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .sm-up\:from-beige {
    --gradient-from-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .sm-up\:from-black {
    --gradient-from-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:from-forest-green {
    --gradient-from-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .sm-up\:via-white {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:via-neutral-0 {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:via-red {
    --gradient-via-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .sm-up\:via-grey-1 {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:via-neutral-10 {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:via-grey-2 {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:via-neutral-20 {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:via-grey-3 {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:via-neutral-30 {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:via-grey-4 {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:via-neutral-40 {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:via-grey-5 {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:via-neutral-50 {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:via-grey-6 {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:via-neutral-60 {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:via-grey-7 {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:via-neutral-70 {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:via-grey-8 {
    --gradient-via-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .sm-up\:via-neutral-80 {
    --gradient-via-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .sm-up\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:via-orange {
    --gradient-via-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .sm-up\:via-brown {
    --gradient-via-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .sm-up\:via-brown-light {
    --gradient-via-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .sm-up\:via-cream {
    --gradient-via-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .sm-up\:via-beige {
    --gradient-via-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .sm-up\:via-black {
    --gradient-via-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:via-forest-green {
    --gradient-via-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .sm-up\:to-white {
    --gradient-to-color: #ffffff; }
  .sm-up\:to-neutral-0 {
    --gradient-to-color: #ffffff; }
  .sm-up\:to-red {
    --gradient-to-color: #B83C23; }
  .sm-up\:to-grey-1 {
    --gradient-to-color: #F7F7F7; }
  .sm-up\:to-neutral-10 {
    --gradient-to-color: #F7F7F7; }
  .sm-up\:to-grey-2 {
    --gradient-to-color: #EFEFEF; }
  .sm-up\:to-neutral-20 {
    --gradient-to-color: #EFEFEF; }
  .sm-up\:to-grey-3 {
    --gradient-to-color: #E5E5E5; }
  .sm-up\:to-neutral-30 {
    --gradient-to-color: #E5E5E5; }
  .sm-up\:to-grey-4 {
    --gradient-to-color: #BEBFBF; }
  .sm-up\:to-neutral-40 {
    --gradient-to-color: #BEBFBF; }
  .sm-up\:to-grey-5 {
    --gradient-to-color: #757575; }
  .sm-up\:to-neutral-50 {
    --gradient-to-color: #757575; }
  .sm-up\:to-grey-6 {
    --gradient-to-color: #484949; }
  .sm-up\:to-neutral-60 {
    --gradient-to-color: #484949; }
  .sm-up\:to-grey-7 {
    --gradient-to-color: #292728; }
  .sm-up\:to-neutral-70 {
    --gradient-to-color: #292728; }
  .sm-up\:to-grey-8 {
    --gradient-to-color: #EAEAE7; }
  .sm-up\:to-neutral-80 {
    --gradient-to-color: #1C1A1B; }
  .sm-up\:to-transparent {
    --gradient-to-color: transparent; }
  .sm-up\:to-orange {
    --gradient-to-color: #A63C1C; }
  .sm-up\:to-brown {
    --gradient-to-color: #8B5742; }
  .sm-up\:to-brown-light {
    --gradient-to-color: #796353; }
  .sm-up\:to-cream {
    --gradient-to-color: #F4EDE3; }
  .sm-up\:to-beige {
    --gradient-to-color: #E9E5DF; }
  .sm-up\:to-black {
    --gradient-to-color: #000000; }
  .sm-up\:to-forest-green {
    --gradient-to-color: #3D4126; }
  .sm-up\:hover\:from-white:hover {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:hover\:from-neutral-0:hover {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:hover\:from-red:hover {
    --gradient-from-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .sm-up\:hover\:from-grey-1:hover {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:hover\:from-neutral-10:hover {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:hover\:from-grey-2:hover {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:hover\:from-neutral-20:hover {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:hover\:from-grey-3:hover {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:hover\:from-neutral-30:hover {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:hover\:from-grey-4:hover {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:hover\:from-neutral-40:hover {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:hover\:from-grey-5:hover {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:hover\:from-neutral-50:hover {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:hover\:from-grey-6:hover {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:hover\:from-neutral-60:hover {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:hover\:from-grey-7:hover {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:hover\:from-neutral-70:hover {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:hover\:from-grey-8:hover {
    --gradient-from-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .sm-up\:hover\:from-neutral-80:hover {
    --gradient-from-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .sm-up\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:hover\:from-orange:hover {
    --gradient-from-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .sm-up\:hover\:from-brown:hover {
    --gradient-from-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .sm-up\:hover\:from-brown-light:hover {
    --gradient-from-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .sm-up\:hover\:from-cream:hover {
    --gradient-from-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .sm-up\:hover\:from-beige:hover {
    --gradient-from-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .sm-up\:hover\:from-black:hover {
    --gradient-from-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:hover\:from-forest-green:hover {
    --gradient-from-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .sm-up\:hover\:via-white:hover {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:hover\:via-neutral-0:hover {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:hover\:via-red:hover {
    --gradient-via-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .sm-up\:hover\:via-grey-1:hover {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:hover\:via-neutral-10:hover {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:hover\:via-grey-2:hover {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:hover\:via-neutral-20:hover {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:hover\:via-grey-3:hover {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:hover\:via-neutral-30:hover {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:hover\:via-grey-4:hover {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:hover\:via-neutral-40:hover {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:hover\:via-grey-5:hover {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:hover\:via-neutral-50:hover {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:hover\:via-grey-6:hover {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:hover\:via-neutral-60:hover {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:hover\:via-grey-7:hover {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:hover\:via-neutral-70:hover {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:hover\:via-grey-8:hover {
    --gradient-via-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .sm-up\:hover\:via-neutral-80:hover {
    --gradient-via-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .sm-up\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:hover\:via-orange:hover {
    --gradient-via-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .sm-up\:hover\:via-brown:hover {
    --gradient-via-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .sm-up\:hover\:via-brown-light:hover {
    --gradient-via-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .sm-up\:hover\:via-cream:hover {
    --gradient-via-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .sm-up\:hover\:via-beige:hover {
    --gradient-via-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .sm-up\:hover\:via-black:hover {
    --gradient-via-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:hover\:via-forest-green:hover {
    --gradient-via-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .sm-up\:hover\:to-white:hover {
    --gradient-to-color: #ffffff; }
  .sm-up\:hover\:to-neutral-0:hover {
    --gradient-to-color: #ffffff; }
  .sm-up\:hover\:to-red:hover {
    --gradient-to-color: #B83C23; }
  .sm-up\:hover\:to-grey-1:hover {
    --gradient-to-color: #F7F7F7; }
  .sm-up\:hover\:to-neutral-10:hover {
    --gradient-to-color: #F7F7F7; }
  .sm-up\:hover\:to-grey-2:hover {
    --gradient-to-color: #EFEFEF; }
  .sm-up\:hover\:to-neutral-20:hover {
    --gradient-to-color: #EFEFEF; }
  .sm-up\:hover\:to-grey-3:hover {
    --gradient-to-color: #E5E5E5; }
  .sm-up\:hover\:to-neutral-30:hover {
    --gradient-to-color: #E5E5E5; }
  .sm-up\:hover\:to-grey-4:hover {
    --gradient-to-color: #BEBFBF; }
  .sm-up\:hover\:to-neutral-40:hover {
    --gradient-to-color: #BEBFBF; }
  .sm-up\:hover\:to-grey-5:hover {
    --gradient-to-color: #757575; }
  .sm-up\:hover\:to-neutral-50:hover {
    --gradient-to-color: #757575; }
  .sm-up\:hover\:to-grey-6:hover {
    --gradient-to-color: #484949; }
  .sm-up\:hover\:to-neutral-60:hover {
    --gradient-to-color: #484949; }
  .sm-up\:hover\:to-grey-7:hover {
    --gradient-to-color: #292728; }
  .sm-up\:hover\:to-neutral-70:hover {
    --gradient-to-color: #292728; }
  .sm-up\:hover\:to-grey-8:hover {
    --gradient-to-color: #EAEAE7; }
  .sm-up\:hover\:to-neutral-80:hover {
    --gradient-to-color: #1C1A1B; }
  .sm-up\:hover\:to-transparent:hover {
    --gradient-to-color: transparent; }
  .sm-up\:hover\:to-orange:hover {
    --gradient-to-color: #A63C1C; }
  .sm-up\:hover\:to-brown:hover {
    --gradient-to-color: #8B5742; }
  .sm-up\:hover\:to-brown-light:hover {
    --gradient-to-color: #796353; }
  .sm-up\:hover\:to-cream:hover {
    --gradient-to-color: #F4EDE3; }
  .sm-up\:hover\:to-beige:hover {
    --gradient-to-color: #E9E5DF; }
  .sm-up\:hover\:to-black:hover {
    --gradient-to-color: #000000; }
  .sm-up\:hover\:to-forest-green:hover {
    --gradient-to-color: #3D4126; }
  .sm-up\:focus\:from-white:focus {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:focus\:from-neutral-0:focus {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:focus\:from-red:focus {
    --gradient-from-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .sm-up\:focus\:from-grey-1:focus {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:focus\:from-neutral-10:focus {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:focus\:from-grey-2:focus {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:focus\:from-neutral-20:focus {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:focus\:from-grey-3:focus {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:focus\:from-neutral-30:focus {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:focus\:from-grey-4:focus {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:focus\:from-neutral-40:focus {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:focus\:from-grey-5:focus {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:focus\:from-neutral-50:focus {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:focus\:from-grey-6:focus {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:focus\:from-neutral-60:focus {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:focus\:from-grey-7:focus {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:focus\:from-neutral-70:focus {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:focus\:from-grey-8:focus {
    --gradient-from-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .sm-up\:focus\:from-neutral-80:focus {
    --gradient-from-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .sm-up\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:focus\:from-orange:focus {
    --gradient-from-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .sm-up\:focus\:from-brown:focus {
    --gradient-from-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .sm-up\:focus\:from-brown-light:focus {
    --gradient-from-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .sm-up\:focus\:from-cream:focus {
    --gradient-from-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .sm-up\:focus\:from-beige:focus {
    --gradient-from-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .sm-up\:focus\:from-black:focus {
    --gradient-from-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:focus\:from-forest-green:focus {
    --gradient-from-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .sm-up\:focus\:via-white:focus {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:focus\:via-neutral-0:focus {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .sm-up\:focus\:via-red:focus {
    --gradient-via-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .sm-up\:focus\:via-grey-1:focus {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:focus\:via-neutral-10:focus {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .sm-up\:focus\:via-grey-2:focus {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:focus\:via-neutral-20:focus {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .sm-up\:focus\:via-grey-3:focus {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:focus\:via-neutral-30:focus {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .sm-up\:focus\:via-grey-4:focus {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:focus\:via-neutral-40:focus {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .sm-up\:focus\:via-grey-5:focus {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:focus\:via-neutral-50:focus {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .sm-up\:focus\:via-grey-6:focus {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:focus\:via-neutral-60:focus {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .sm-up\:focus\:via-grey-7:focus {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:focus\:via-neutral-70:focus {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .sm-up\:focus\:via-grey-8:focus {
    --gradient-via-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .sm-up\:focus\:via-neutral-80:focus {
    --gradient-via-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .sm-up\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:focus\:via-orange:focus {
    --gradient-via-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .sm-up\:focus\:via-brown:focus {
    --gradient-via-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .sm-up\:focus\:via-brown-light:focus {
    --gradient-via-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .sm-up\:focus\:via-cream:focus {
    --gradient-via-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .sm-up\:focus\:via-beige:focus {
    --gradient-via-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .sm-up\:focus\:via-black:focus {
    --gradient-via-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .sm-up\:focus\:via-forest-green:focus {
    --gradient-via-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .sm-up\:focus\:to-white:focus {
    --gradient-to-color: #ffffff; }
  .sm-up\:focus\:to-neutral-0:focus {
    --gradient-to-color: #ffffff; }
  .sm-up\:focus\:to-red:focus {
    --gradient-to-color: #B83C23; }
  .sm-up\:focus\:to-grey-1:focus {
    --gradient-to-color: #F7F7F7; }
  .sm-up\:focus\:to-neutral-10:focus {
    --gradient-to-color: #F7F7F7; }
  .sm-up\:focus\:to-grey-2:focus {
    --gradient-to-color: #EFEFEF; }
  .sm-up\:focus\:to-neutral-20:focus {
    --gradient-to-color: #EFEFEF; }
  .sm-up\:focus\:to-grey-3:focus {
    --gradient-to-color: #E5E5E5; }
  .sm-up\:focus\:to-neutral-30:focus {
    --gradient-to-color: #E5E5E5; }
  .sm-up\:focus\:to-grey-4:focus {
    --gradient-to-color: #BEBFBF; }
  .sm-up\:focus\:to-neutral-40:focus {
    --gradient-to-color: #BEBFBF; }
  .sm-up\:focus\:to-grey-5:focus {
    --gradient-to-color: #757575; }
  .sm-up\:focus\:to-neutral-50:focus {
    --gradient-to-color: #757575; }
  .sm-up\:focus\:to-grey-6:focus {
    --gradient-to-color: #484949; }
  .sm-up\:focus\:to-neutral-60:focus {
    --gradient-to-color: #484949; }
  .sm-up\:focus\:to-grey-7:focus {
    --gradient-to-color: #292728; }
  .sm-up\:focus\:to-neutral-70:focus {
    --gradient-to-color: #292728; }
  .sm-up\:focus\:to-grey-8:focus {
    --gradient-to-color: #EAEAE7; }
  .sm-up\:focus\:to-neutral-80:focus {
    --gradient-to-color: #1C1A1B; }
  .sm-up\:focus\:to-transparent:focus {
    --gradient-to-color: transparent; }
  .sm-up\:focus\:to-orange:focus {
    --gradient-to-color: #A63C1C; }
  .sm-up\:focus\:to-brown:focus {
    --gradient-to-color: #8B5742; }
  .sm-up\:focus\:to-brown-light:focus {
    --gradient-to-color: #796353; }
  .sm-up\:focus\:to-cream:focus {
    --gradient-to-color: #F4EDE3; }
  .sm-up\:focus\:to-beige:focus {
    --gradient-to-color: #E9E5DF; }
  .sm-up\:focus\:to-black:focus {
    --gradient-to-color: #000000; }
  .sm-up\:focus\:to-forest-green:focus {
    --gradient-to-color: #3D4126; }
  .sm-up\:bg-opacity-0 {
    --bg-opacity: 0; }
  .sm-up\:bg-opacity-25 {
    --bg-opacity: 0.25; }
  .sm-up\:bg-opacity-50 {
    --bg-opacity: 0.5; }
  .sm-up\:bg-opacity-75 {
    --bg-opacity: 0.75; }
  .sm-up\:bg-opacity-100 {
    --bg-opacity: 1; }
  .sm-up\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0; }
  .sm-up\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25; }
  .sm-up\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5; }
  .sm-up\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75; }
  .sm-up\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1; }
  .sm-up\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0; }
  .sm-up\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25; }
  .sm-up\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5; }
  .sm-up\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75; }
  .sm-up\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1; }
  .sm-up\:border-collapse {
    border-collapse: collapse; }
  .sm-up\:border-separate {
    border-collapse: separate; }
  .sm-up\:border-white {
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity)); }
  .sm-up\:border-neutral-0 {
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity)); }
  .sm-up\:border-red {
    --border-opacity: 1;
    border-color: #B83C23;
    border-color: rgba(184, 60, 35, var(--border-opacity)); }
  .sm-up\:border-grey-1 {
    --border-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--border-opacity)); }
  .sm-up\:border-neutral-10 {
    --border-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--border-opacity)); }
  .sm-up\:border-grey-2 {
    --border-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--border-opacity)); }
  .sm-up\:border-neutral-20 {
    --border-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--border-opacity)); }
  .sm-up\:border-grey-3 {
    --border-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--border-opacity)); }
  .sm-up\:border-neutral-30 {
    --border-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--border-opacity)); }
  .sm-up\:border-grey-4 {
    --border-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--border-opacity)); }
  .sm-up\:border-neutral-40 {
    --border-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--border-opacity)); }
  .sm-up\:border-grey-5 {
    --border-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--border-opacity)); }
  .sm-up\:border-neutral-50 {
    --border-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--border-opacity)); }
  .sm-up\:border-grey-6 {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }
  .sm-up\:border-neutral-60 {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }
  .sm-up\:border-grey-7 {
    --border-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--border-opacity)); }
  .sm-up\:border-neutral-70 {
    --border-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--border-opacity)); }
  .sm-up\:border-grey-8 {
    --border-opacity: 1;
    border-color: #EAEAE7;
    border-color: rgba(234, 234, 231, var(--border-opacity)); }
  .sm-up\:border-neutral-80 {
    --border-opacity: 1;
    border-color: #1C1A1B;
    border-color: rgba(28, 26, 27, var(--border-opacity)); }
  .sm-up\:border-transparent {
    border-color: transparent; }
  .sm-up\:border-orange {
    --border-opacity: 1;
    border-color: #A63C1C;
    border-color: rgba(166, 60, 28, var(--border-opacity)); }
  .sm-up\:border-brown {
    --border-opacity: 1;
    border-color: #8B5742;
    border-color: rgba(139, 87, 66, var(--border-opacity)); }
  .sm-up\:border-brown-light {
    --border-opacity: 1;
    border-color: #796353;
    border-color: rgba(121, 99, 83, var(--border-opacity)); }
  .sm-up\:border-cream {
    --border-opacity: 1;
    border-color: #F4EDE3;
    border-color: rgba(244, 237, 227, var(--border-opacity)); }
  .sm-up\:border-beige {
    --border-opacity: 1;
    border-color: #E9E5DF;
    border-color: rgba(233, 229, 223, var(--border-opacity)); }
  .sm-up\:border-black {
    --border-opacity: 1;
    border-color: #000000;
    border-color: rgba(0, 0, 0, var(--border-opacity)); }
  .sm-up\:border-forest-green {
    --border-opacity: 1;
    border-color: #3D4126;
    border-color: rgba(61, 65, 38, var(--border-opacity)); }
  .sm-up\:border-opacity-0 {
    --border-opacity: 0; }
  .sm-up\:border-opacity-25 {
    --border-opacity: 0.25; }
  .sm-up\:border-opacity-50 {
    --border-opacity: 0.5; }
  .sm-up\:border-opacity-75 {
    --border-opacity: 0.75; }
  .sm-up\:border-opacity-100 {
    --border-opacity: 1; }
  .sm-up\:hover\:border-opacity-0:hover {
    --border-opacity: 0; }
  .sm-up\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25; }
  .sm-up\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5; }
  .sm-up\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75; }
  .sm-up\:hover\:border-opacity-100:hover {
    --border-opacity: 1; }
  .sm-up\:focus\:border-opacity-0:focus {
    --border-opacity: 0; }
  .sm-up\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25; }
  .sm-up\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5; }
  .sm-up\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75; }
  .sm-up\:focus\:border-opacity-100:focus {
    --border-opacity: 1; }
  .sm-up\:border-0 {
    border-width: 0; }
  .sm-up\:border-2 {
    border-width: 2px; }
  .sm-up\:border-4 {
    border-width: 4px; }
  .sm-up\:border-8 {
    border-width: 8px; }
  .sm-up\:border {
    border-width: 1px; }
  .sm-up\:border-t-0 {
    border-top-width: 0; }
  .sm-up\:border-r-0 {
    border-right-width: 0; }
  .sm-up\:border-b-0 {
    border-bottom-width: 0; }
  .sm-up\:border-l-0 {
    border-left-width: 0; }
  .sm-up\:border-t-2 {
    border-top-width: 2px; }
  .sm-up\:border-r-2 {
    border-right-width: 2px; }
  .sm-up\:border-b-2 {
    border-bottom-width: 2px; }
  .sm-up\:border-l-2 {
    border-left-width: 2px; }
  .sm-up\:border-t-4 {
    border-top-width: 4px; }
  .sm-up\:border-r-4 {
    border-right-width: 4px; }
  .sm-up\:border-b-4 {
    border-bottom-width: 4px; }
  .sm-up\:border-l-4 {
    border-left-width: 4px; }
  .sm-up\:border-t-8 {
    border-top-width: 8px; }
  .sm-up\:border-r-8 {
    border-right-width: 8px; }
  .sm-up\:border-b-8 {
    border-bottom-width: 8px; }
  .sm-up\:border-l-8 {
    border-left-width: 8px; }
  .sm-up\:border-t {
    border-top-width: 1px; }
  .sm-up\:border-r {
    border-right-width: 1px; }
  .sm-up\:border-b {
    border-bottom-width: 1px; }
  .sm-up\:border-l {
    border-left-width: 1px; }
  .sm-up\:box-border {
    box-sizing: border-box; }
  .sm-up\:box-content {
    box-sizing: content-box; }
  .sm-up\:block {
    display: block; }
  .sm-up\:inline-block {
    display: inline-block; }
  .sm-up\:inline {
    display: inline; }
  .sm-up\:flex {
    display: flex; }
  .sm-up\:inline-flex {
    display: inline-flex; }
  .sm-up\:table {
    display: table; }
  .sm-up\:table-caption {
    display: table-caption; }
  .sm-up\:table-cell {
    display: table-cell; }
  .sm-up\:table-column {
    display: table-column; }
  .sm-up\:table-column-group {
    display: table-column-group; }
  .sm-up\:table-footer-group {
    display: table-footer-group; }
  .sm-up\:table-header-group {
    display: table-header-group; }
  .sm-up\:table-row-group {
    display: table-row-group; }
  .sm-up\:table-row {
    display: table-row; }
  .sm-up\:flow-root {
    display: flow-root; }
  .sm-up\:grid {
    display: grid; }
  .sm-up\:inline-grid {
    display: inline-grid; }
  .sm-up\:contents {
    display: contents; }
  .sm-up\:hidden {
    display: none; }
  .sm-up\:flex-row {
    flex-direction: row; }
  .sm-up\:flex-row-reverse {
    flex-direction: row-reverse; }
  .sm-up\:flex-col {
    flex-direction: column; }
  .sm-up\:flex-col-reverse {
    flex-direction: column-reverse; }
  .sm-up\:flex-wrap {
    flex-wrap: wrap; }
  .sm-up\:flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .sm-up\:flex-no-wrap {
    flex-wrap: nowrap; }
  .sm-up\:place-items-auto {
    place-items: auto; }
  .sm-up\:place-items-start {
    place-items: start; }
  .sm-up\:place-items-end {
    place-items: end; }
  .sm-up\:place-items-center {
    place-items: center; }
  .sm-up\:place-items-stretch {
    place-items: stretch; }
  .sm-up\:place-content-center {
    place-content: center; }
  .sm-up\:place-content-start {
    place-content: start; }
  .sm-up\:place-content-end {
    place-content: end; }
  .sm-up\:place-content-between {
    place-content: space-between; }
  .sm-up\:place-content-around {
    place-content: space-around; }
  .sm-up\:place-content-evenly {
    place-content: space-evenly; }
  .sm-up\:place-content-stretch {
    place-content: stretch; }
  .sm-up\:place-self-auto {
    place-self: auto; }
  .sm-up\:place-self-start {
    place-self: start; }
  .sm-up\:place-self-end {
    place-self: end; }
  .sm-up\:place-self-center {
    place-self: center; }
  .sm-up\:place-self-stretch {
    place-self: stretch; }
  .sm-up\:items-start {
    align-items: flex-start; }
  .sm-up\:items-end {
    align-items: flex-end; }
  .sm-up\:items-center {
    align-items: center; }
  .sm-up\:items-baseline {
    align-items: baseline; }
  .sm-up\:items-stretch {
    align-items: stretch; }
  .sm-up\:content-center {
    align-content: center; }
  .sm-up\:content-start {
    align-content: flex-start; }
  .sm-up\:content-end {
    align-content: flex-end; }
  .sm-up\:content-between {
    align-content: space-between; }
  .sm-up\:content-around {
    align-content: space-around; }
  .sm-up\:content-evenly {
    align-content: space-evenly; }
  .sm-up\:self-auto {
    align-self: auto; }
  .sm-up\:self-start {
    align-self: flex-start; }
  .sm-up\:self-end {
    align-self: flex-end; }
  .sm-up\:self-center {
    align-self: center; }
  .sm-up\:self-stretch {
    align-self: stretch; }
  .sm-up\:justify-items-auto {
    justify-items: auto; }
  .sm-up\:justify-items-start {
    justify-items: start; }
  .sm-up\:justify-items-end {
    justify-items: end; }
  .sm-up\:justify-items-center {
    justify-items: center; }
  .sm-up\:justify-items-stretch {
    justify-items: stretch; }
  .sm-up\:justify-start {
    justify-content: flex-start; }
  .sm-up\:justify-end {
    justify-content: flex-end; }
  .sm-up\:justify-center {
    justify-content: center; }
  .sm-up\:justify-between {
    justify-content: space-between; }
  .sm-up\:justify-around {
    justify-content: space-around; }
  .sm-up\:justify-evenly {
    justify-content: space-evenly; }
  .sm-up\:justify-self-auto {
    justify-self: auto; }
  .sm-up\:justify-self-start {
    justify-self: start; }
  .sm-up\:justify-self-end {
    justify-self: end; }
  .sm-up\:justify-self-center {
    justify-self: center; }
  .sm-up\:justify-self-stretch {
    justify-self: stretch; }
  .sm-up\:flex-1 {
    flex: 1 1 0%; }
  .sm-up\:flex-auto {
    flex: 1 1 auto; }
  .sm-up\:flex-initial {
    flex: 0 1 auto; }
  .sm-up\:flex-none {
    flex: none; }
  .sm-up\:flex-grow-0 {
    flex-grow: 0; }
  .sm-up\:flex-grow {
    flex-grow: 1; }
  .sm-up\:flex-shrink-0 {
    flex-shrink: 0; }
  .sm-up\:flex-shrink {
    flex-shrink: 1; }
  .sm-up\:order-1 {
    order: 1; }
  .sm-up\:order-2 {
    order: 2; }
  .sm-up\:order-3 {
    order: 3; }
  .sm-up\:order-4 {
    order: 4; }
  .sm-up\:order-5 {
    order: 5; }
  .sm-up\:order-6 {
    order: 6; }
  .sm-up\:order-7 {
    order: 7; }
  .sm-up\:order-8 {
    order: 8; }
  .sm-up\:order-9 {
    order: 9; }
  .sm-up\:order-10 {
    order: 10; }
  .sm-up\:order-11 {
    order: 11; }
  .sm-up\:order-12 {
    order: 12; }
  .sm-up\:order-first {
    order: -9999; }
  .sm-up\:order-last {
    order: 9999; }
  .sm-up\:order-none {
    order: 0; }
  .sm-up\:float-right {
    float: right; }
  .sm-up\:float-left {
    float: left; }
  .sm-up\:float-none {
    float: none; }
  .sm-up\:clearfix:after {
    content: "";
    display: table;
    clear: both; }
  .sm-up\:clear-left {
    clear: left; }
  .sm-up\:clear-right {
    clear: right; }
  .sm-up\:clear-both {
    clear: both; }
  .sm-up\:clear-none {
    clear: none; }
  .sm-up\:font-light {
    font-weight: 300; }
  .sm-up\:font-book {
    font-weight: 400; }
  .sm-up\:font-medium {
    font-weight: 500; }
  .sm-up\:h-0 {
    height: 0; }
  .sm-up\:h-1 {
    height: 0.25rem; }
  .sm-up\:h-2 {
    height: 0.5rem; }
  .sm-up\:h-3 {
    height: 0.75rem; }
  .sm-up\:h-4 {
    height: 1rem; }
  .sm-up\:h-5 {
    height: 1.25rem; }
  .sm-up\:h-6 {
    height: 1.5rem; }
  .sm-up\:h-8 {
    height: 2rem; }
  .sm-up\:h-10 {
    height: 2.5rem; }
  .sm-up\:h-12 {
    height: 3rem; }
  .sm-up\:h-16 {
    height: 4rem; }
  .sm-up\:h-24 {
    height: 6rem; }
  .sm-up\:h-32 {
    height: 8rem; }
  .sm-up\:h-48 {
    height: 12rem; }
  .sm-up\:h-64 {
    height: 16rem; }
  .sm-up\:h-96 {
    height: 24rem; }
  .sm-up\:h-auto {
    height: auto; }
  .sm-up\:h-px {
    height: 1px; }
  .sm-up\:h-1\/2 {
    height: 50%; }
  .sm-up\:h-full {
    height: 100%; }
  .sm-up\:h-screen {
    height: 100vh; }
  .sm-up\:m-0 {
    margin: 0; }
  .sm-up\:m-1 {
    margin: 0.25rem; }
  .sm-up\:m-2 {
    margin: 0.5rem; }
  .sm-up\:m-3 {
    margin: 0.75rem; }
  .sm-up\:m-4 {
    margin: 1rem; }
  .sm-up\:m-5 {
    margin: 1.25rem; }
  .sm-up\:m-6 {
    margin: 1.5rem; }
  .sm-up\:m-8 {
    margin: 2rem; }
  .sm-up\:m-9 {
    margin: 2.25rem; }
  .sm-up\:m-10 {
    margin: 2.5rem; }
  .sm-up\:m-12 {
    margin: 3rem; }
  .sm-up\:m-14 {
    margin: 3.5rem; }
  .sm-up\:m-16 {
    margin: 4rem; }
  .sm-up\:m-18 {
    margin: 4.5rem; }
  .sm-up\:m-20 {
    margin: 5rem; }
  .sm-up\:m-24 {
    margin: 6rem; }
  .sm-up\:m-28 {
    margin: 7rem; }
  .sm-up\:m-30 {
    margin: 7.5rem; }
  .sm-up\:-m-px {
    margin: -1px; }
  .sm-up\:-m-0 {
    margin: 0; }
  .sm-up\:-m-1 {
    margin: -0.25rem; }
  .sm-up\:-m-2 {
    margin: -0.5rem; }
  .sm-up\:-m-3 {
    margin: -0.75rem; }
  .sm-up\:-m-4 {
    margin: -1rem; }
  .sm-up\:-m-6 {
    margin: -1.5rem; }
  .sm-up\:-m-8 {
    margin: -2rem; }
  .sm-up\:-m-12 {
    margin: -3rem; }
  .sm-up\:-m-14 {
    margin: -3.5rem; }
  .sm-up\:-m-16 {
    margin: -4rem; }
  .sm-up\:-m-20 {
    margin: -5rem; }
  .sm-up\:-m-24 {
    margin: -6rem; }
  .sm-up\:-m-30 {
    margin: -7.5rem; }
  .sm-up\:m-auto {
    margin: auto; }
  .sm-up\:m-px {
    margin: 1px; }
  .sm-up\:m-1\/2 {
    margin: 50%; }
  .sm-up\:m-1\/3 {
    margin: 33.33333%; }
  .sm-up\:m-2\/3 {
    margin: 66.66667%; }
  .sm-up\:m-1\/4 {
    margin: 25%; }
  .sm-up\:m-3\/4 {
    margin: 75%; }
  .sm-up\:m-1\/5 {
    margin: 20%; }
  .sm-up\:m-2\/5 {
    margin: 40%; }
  .sm-up\:m-3\/5 {
    margin: 60%; }
  .sm-up\:m-4\/5 {
    margin: 80%; }
  .sm-up\:m-1\/6 {
    margin: 16.66667%; }
  .sm-up\:m-5\/6 {
    margin: 83.33333%; }
  .sm-up\:m-full {
    margin: 100%; }
  .sm-up\:my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .sm-up\:mx-0 {
    margin-left: 0;
    margin-right: 0; }
  .sm-up\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  .sm-up\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .sm-up\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .sm-up\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .sm-up\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .sm-up\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  .sm-up\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .sm-up\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .sm-up\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .sm-up\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  .sm-up\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .sm-up\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .sm-up\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .sm-up\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .sm-up\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }
  .sm-up\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem; }
  .sm-up\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .sm-up\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .sm-up\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .sm-up\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .sm-up\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .sm-up\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .sm-up\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .sm-up\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .sm-up\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .sm-up\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .sm-up\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .sm-up\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .sm-up\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .sm-up\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem; }
  .sm-up\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem; }
  .sm-up\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem; }
  .sm-up\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; }
  .sm-up\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem; }
  .sm-up\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px; }
  .sm-up\:-mx-px {
    margin-left: -1px;
    margin-right: -1px; }
  .sm-up\:-my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .sm-up\:-mx-0 {
    margin-left: 0;
    margin-right: 0; }
  .sm-up\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; }
  .sm-up\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
  .sm-up\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .sm-up\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .sm-up\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; }
  .sm-up\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .sm-up\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .sm-up\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .sm-up\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .sm-up\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .sm-up\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .sm-up\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .sm-up\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .sm-up\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .sm-up\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .sm-up\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .sm-up\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .sm-up\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .sm-up\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .sm-up\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .sm-up\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem; }
  .sm-up\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem; }
  .sm-up\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem; }
  .sm-up\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem; }
  .sm-up\:my-auto {
    margin-top: auto;
    margin-bottom: auto; }
  .sm-up\:mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .sm-up\:my-px {
    margin-top: 1px;
    margin-bottom: 1px; }
  .sm-up\:mx-px {
    margin-left: 1px;
    margin-right: 1px; }
  .sm-up\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%; }
  .sm-up\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%; }
  .sm-up\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%; }
  .sm-up\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%; }
  .sm-up\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%; }
  .sm-up\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%; }
  .sm-up\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%; }
  .sm-up\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%; }
  .sm-up\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%; }
  .sm-up\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%; }
  .sm-up\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%; }
  .sm-up\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%; }
  .sm-up\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%; }
  .sm-up\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%; }
  .sm-up\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%; }
  .sm-up\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%; }
  .sm-up\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%; }
  .sm-up\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%; }
  .sm-up\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%; }
  .sm-up\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%; }
  .sm-up\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%; }
  .sm-up\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%; }
  .sm-up\:my-full {
    margin-top: 100%;
    margin-bottom: 100%; }
  .sm-up\:mx-full {
    margin-left: 100%;
    margin-right: 100%; }
  .sm-up\:mt-0 {
    margin-top: 0; }
  .sm-up\:mr-0 {
    margin-right: 0; }
  .sm-up\:mb-0 {
    margin-bottom: 0; }
  .sm-up\:ml-0 {
    margin-left: 0; }
  .sm-up\:mt-1 {
    margin-top: 0.25rem; }
  .sm-up\:mr-1 {
    margin-right: 0.25rem; }
  .sm-up\:mb-1 {
    margin-bottom: 0.25rem; }
  .sm-up\:ml-1 {
    margin-left: 0.25rem; }
  .sm-up\:mt-2 {
    margin-top: 0.5rem; }
  .sm-up\:mr-2 {
    margin-right: 0.5rem; }
  .sm-up\:mb-2 {
    margin-bottom: 0.5rem; }
  .sm-up\:ml-2 {
    margin-left: 0.5rem; }
  .sm-up\:mt-3 {
    margin-top: 0.75rem; }
  .sm-up\:mr-3 {
    margin-right: 0.75rem; }
  .sm-up\:mb-3 {
    margin-bottom: 0.75rem; }
  .sm-up\:ml-3 {
    margin-left: 0.75rem; }
  .sm-up\:mt-4 {
    margin-top: 1rem; }
  .sm-up\:mr-4 {
    margin-right: 1rem; }
  .sm-up\:mb-4 {
    margin-bottom: 1rem; }
  .sm-up\:ml-4 {
    margin-left: 1rem; }
  .sm-up\:mt-5 {
    margin-top: 1.25rem; }
  .sm-up\:mr-5 {
    margin-right: 1.25rem; }
  .sm-up\:mb-5 {
    margin-bottom: 1.25rem; }
  .sm-up\:ml-5 {
    margin-left: 1.25rem; }
  .sm-up\:mt-6 {
    margin-top: 1.5rem; }
  .sm-up\:mr-6 {
    margin-right: 1.5rem; }
  .sm-up\:mb-6 {
    margin-bottom: 1.5rem; }
  .sm-up\:ml-6 {
    margin-left: 1.5rem; }
  .sm-up\:mt-8 {
    margin-top: 2rem; }
  .sm-up\:mr-8 {
    margin-right: 2rem; }
  .sm-up\:mb-8 {
    margin-bottom: 2rem; }
  .sm-up\:ml-8 {
    margin-left: 2rem; }
  .sm-up\:mt-9 {
    margin-top: 2.25rem; }
  .sm-up\:mr-9 {
    margin-right: 2.25rem; }
  .sm-up\:mb-9 {
    margin-bottom: 2.25rem; }
  .sm-up\:ml-9 {
    margin-left: 2.25rem; }
  .sm-up\:mt-10 {
    margin-top: 2.5rem; }
  .sm-up\:mr-10 {
    margin-right: 2.5rem; }
  .sm-up\:mb-10 {
    margin-bottom: 2.5rem; }
  .sm-up\:ml-10 {
    margin-left: 2.5rem; }
  .sm-up\:mt-12 {
    margin-top: 3rem; }
  .sm-up\:mr-12 {
    margin-right: 3rem; }
  .sm-up\:mb-12 {
    margin-bottom: 3rem; }
  .sm-up\:ml-12 {
    margin-left: 3rem; }
  .sm-up\:mt-14 {
    margin-top: 3.5rem; }
  .sm-up\:mr-14 {
    margin-right: 3.5rem; }
  .sm-up\:mb-14 {
    margin-bottom: 3.5rem; }
  .sm-up\:ml-14 {
    margin-left: 3.5rem; }
  .sm-up\:mt-16 {
    margin-top: 4rem; }
  .sm-up\:mr-16 {
    margin-right: 4rem; }
  .sm-up\:mb-16 {
    margin-bottom: 4rem; }
  .sm-up\:ml-16 {
    margin-left: 4rem; }
  .sm-up\:mt-18 {
    margin-top: 4.5rem; }
  .sm-up\:mr-18 {
    margin-right: 4.5rem; }
  .sm-up\:mb-18 {
    margin-bottom: 4.5rem; }
  .sm-up\:ml-18 {
    margin-left: 4.5rem; }
  .sm-up\:mt-20 {
    margin-top: 5rem; }
  .sm-up\:mr-20 {
    margin-right: 5rem; }
  .sm-up\:mb-20 {
    margin-bottom: 5rem; }
  .sm-up\:ml-20 {
    margin-left: 5rem; }
  .sm-up\:mt-24 {
    margin-top: 6rem; }
  .sm-up\:mr-24 {
    margin-right: 6rem; }
  .sm-up\:mb-24 {
    margin-bottom: 6rem; }
  .sm-up\:ml-24 {
    margin-left: 6rem; }
  .sm-up\:mt-28 {
    margin-top: 7rem; }
  .sm-up\:mr-28 {
    margin-right: 7rem; }
  .sm-up\:mb-28 {
    margin-bottom: 7rem; }
  .sm-up\:ml-28 {
    margin-left: 7rem; }
  .sm-up\:mt-30 {
    margin-top: 7.5rem; }
  .sm-up\:mr-30 {
    margin-right: 7.5rem; }
  .sm-up\:mb-30 {
    margin-bottom: 7.5rem; }
  .sm-up\:ml-30 {
    margin-left: 7.5rem; }
  .sm-up\:-mt-px {
    margin-top: -1px; }
  .sm-up\:-mr-px {
    margin-right: -1px; }
  .sm-up\:-mb-px {
    margin-bottom: -1px; }
  .sm-up\:-ml-px {
    margin-left: -1px; }
  .sm-up\:-mt-0 {
    margin-top: 0; }
  .sm-up\:-mr-0 {
    margin-right: 0; }
  .sm-up\:-mb-0 {
    margin-bottom: 0; }
  .sm-up\:-ml-0 {
    margin-left: 0; }
  .sm-up\:-mt-1 {
    margin-top: -0.25rem; }
  .sm-up\:-mr-1 {
    margin-right: -0.25rem; }
  .sm-up\:-mb-1 {
    margin-bottom: -0.25rem; }
  .sm-up\:-ml-1 {
    margin-left: -0.25rem; }
  .sm-up\:-mt-2 {
    margin-top: -0.5rem; }
  .sm-up\:-mr-2 {
    margin-right: -0.5rem; }
  .sm-up\:-mb-2 {
    margin-bottom: -0.5rem; }
  .sm-up\:-ml-2 {
    margin-left: -0.5rem; }
  .sm-up\:-mt-3 {
    margin-top: -0.75rem; }
  .sm-up\:-mr-3 {
    margin-right: -0.75rem; }
  .sm-up\:-mb-3 {
    margin-bottom: -0.75rem; }
  .sm-up\:-ml-3 {
    margin-left: -0.75rem; }
  .sm-up\:-mt-4 {
    margin-top: -1rem; }
  .sm-up\:-mr-4 {
    margin-right: -1rem; }
  .sm-up\:-mb-4 {
    margin-bottom: -1rem; }
  .sm-up\:-ml-4 {
    margin-left: -1rem; }
  .sm-up\:-mt-6 {
    margin-top: -1.5rem; }
  .sm-up\:-mr-6 {
    margin-right: -1.5rem; }
  .sm-up\:-mb-6 {
    margin-bottom: -1.5rem; }
  .sm-up\:-ml-6 {
    margin-left: -1.5rem; }
  .sm-up\:-mt-8 {
    margin-top: -2rem; }
  .sm-up\:-mr-8 {
    margin-right: -2rem; }
  .sm-up\:-mb-8 {
    margin-bottom: -2rem; }
  .sm-up\:-ml-8 {
    margin-left: -2rem; }
  .sm-up\:-mt-12 {
    margin-top: -3rem; }
  .sm-up\:-mr-12 {
    margin-right: -3rem; }
  .sm-up\:-mb-12 {
    margin-bottom: -3rem; }
  .sm-up\:-ml-12 {
    margin-left: -3rem; }
  .sm-up\:-mt-14 {
    margin-top: -3.5rem; }
  .sm-up\:-mr-14 {
    margin-right: -3.5rem; }
  .sm-up\:-mb-14 {
    margin-bottom: -3.5rem; }
  .sm-up\:-ml-14 {
    margin-left: -3.5rem; }
  .sm-up\:-mt-16 {
    margin-top: -4rem; }
  .sm-up\:-mr-16 {
    margin-right: -4rem; }
  .sm-up\:-mb-16 {
    margin-bottom: -4rem; }
  .sm-up\:-ml-16 {
    margin-left: -4rem; }
  .sm-up\:-mt-20 {
    margin-top: -5rem; }
  .sm-up\:-mr-20 {
    margin-right: -5rem; }
  .sm-up\:-mb-20 {
    margin-bottom: -5rem; }
  .sm-up\:-ml-20 {
    margin-left: -5rem; }
  .sm-up\:-mt-24 {
    margin-top: -6rem; }
  .sm-up\:-mr-24 {
    margin-right: -6rem; }
  .sm-up\:-mb-24 {
    margin-bottom: -6rem; }
  .sm-up\:-ml-24 {
    margin-left: -6rem; }
  .sm-up\:-mt-30 {
    margin-top: -7.5rem; }
  .sm-up\:-mr-30 {
    margin-right: -7.5rem; }
  .sm-up\:-mb-30 {
    margin-bottom: -7.5rem; }
  .sm-up\:-ml-30 {
    margin-left: -7.5rem; }
  .sm-up\:mt-auto {
    margin-top: auto; }
  .sm-up\:mr-auto {
    margin-right: auto; }
  .sm-up\:mb-auto {
    margin-bottom: auto; }
  .sm-up\:ml-auto {
    margin-left: auto; }
  .sm-up\:mt-px {
    margin-top: 1px; }
  .sm-up\:mr-px {
    margin-right: 1px; }
  .sm-up\:mb-px {
    margin-bottom: 1px; }
  .sm-up\:ml-px {
    margin-left: 1px; }
  .sm-up\:mt-1\/2 {
    margin-top: 50%; }
  .sm-up\:mr-1\/2 {
    margin-right: 50%; }
  .sm-up\:mb-1\/2 {
    margin-bottom: 50%; }
  .sm-up\:ml-1\/2 {
    margin-left: 50%; }
  .sm-up\:mt-1\/3 {
    margin-top: 33.33333%; }
  .sm-up\:mr-1\/3 {
    margin-right: 33.33333%; }
  .sm-up\:mb-1\/3 {
    margin-bottom: 33.33333%; }
  .sm-up\:ml-1\/3 {
    margin-left: 33.33333%; }
  .sm-up\:mt-2\/3 {
    margin-top: 66.66667%; }
  .sm-up\:mr-2\/3 {
    margin-right: 66.66667%; }
  .sm-up\:mb-2\/3 {
    margin-bottom: 66.66667%; }
  .sm-up\:ml-2\/3 {
    margin-left: 66.66667%; }
  .sm-up\:mt-1\/4 {
    margin-top: 25%; }
  .sm-up\:mr-1\/4 {
    margin-right: 25%; }
  .sm-up\:mb-1\/4 {
    margin-bottom: 25%; }
  .sm-up\:ml-1\/4 {
    margin-left: 25%; }
  .sm-up\:mt-3\/4 {
    margin-top: 75%; }
  .sm-up\:mr-3\/4 {
    margin-right: 75%; }
  .sm-up\:mb-3\/4 {
    margin-bottom: 75%; }
  .sm-up\:ml-3\/4 {
    margin-left: 75%; }
  .sm-up\:mt-1\/5 {
    margin-top: 20%; }
  .sm-up\:mr-1\/5 {
    margin-right: 20%; }
  .sm-up\:mb-1\/5 {
    margin-bottom: 20%; }
  .sm-up\:ml-1\/5 {
    margin-left: 20%; }
  .sm-up\:mt-2\/5 {
    margin-top: 40%; }
  .sm-up\:mr-2\/5 {
    margin-right: 40%; }
  .sm-up\:mb-2\/5 {
    margin-bottom: 40%; }
  .sm-up\:ml-2\/5 {
    margin-left: 40%; }
  .sm-up\:mt-3\/5 {
    margin-top: 60%; }
  .sm-up\:mr-3\/5 {
    margin-right: 60%; }
  .sm-up\:mb-3\/5 {
    margin-bottom: 60%; }
  .sm-up\:ml-3\/5 {
    margin-left: 60%; }
  .sm-up\:mt-4\/5 {
    margin-top: 80%; }
  .sm-up\:mr-4\/5 {
    margin-right: 80%; }
  .sm-up\:mb-4\/5 {
    margin-bottom: 80%; }
  .sm-up\:ml-4\/5 {
    margin-left: 80%; }
  .sm-up\:mt-1\/6 {
    margin-top: 16.66667%; }
  .sm-up\:mr-1\/6 {
    margin-right: 16.66667%; }
  .sm-up\:mb-1\/6 {
    margin-bottom: 16.66667%; }
  .sm-up\:ml-1\/6 {
    margin-left: 16.66667%; }
  .sm-up\:mt-5\/6 {
    margin-top: 83.33333%; }
  .sm-up\:mr-5\/6 {
    margin-right: 83.33333%; }
  .sm-up\:mb-5\/6 {
    margin-bottom: 83.33333%; }
  .sm-up\:ml-5\/6 {
    margin-left: 83.33333%; }
  .sm-up\:mt-full {
    margin-top: 100%; }
  .sm-up\:mr-full {
    margin-right: 100%; }
  .sm-up\:mb-full {
    margin-bottom: 100%; }
  .sm-up\:ml-full {
    margin-left: 100%; }
  .sm-up\:last\:m-0:last-child {
    margin: 0; }
  .sm-up\:last\:m-1:last-child {
    margin: 0.25rem; }
  .sm-up\:last\:m-2:last-child {
    margin: 0.5rem; }
  .sm-up\:last\:m-3:last-child {
    margin: 0.75rem; }
  .sm-up\:last\:m-4:last-child {
    margin: 1rem; }
  .sm-up\:last\:m-5:last-child {
    margin: 1.25rem; }
  .sm-up\:last\:m-6:last-child {
    margin: 1.5rem; }
  .sm-up\:last\:m-8:last-child {
    margin: 2rem; }
  .sm-up\:last\:m-9:last-child {
    margin: 2.25rem; }
  .sm-up\:last\:m-10:last-child {
    margin: 2.5rem; }
  .sm-up\:last\:m-12:last-child {
    margin: 3rem; }
  .sm-up\:last\:m-14:last-child {
    margin: 3.5rem; }
  .sm-up\:last\:m-16:last-child {
    margin: 4rem; }
  .sm-up\:last\:m-18:last-child {
    margin: 4.5rem; }
  .sm-up\:last\:m-20:last-child {
    margin: 5rem; }
  .sm-up\:last\:m-24:last-child {
    margin: 6rem; }
  .sm-up\:last\:m-28:last-child {
    margin: 7rem; }
  .sm-up\:last\:m-30:last-child {
    margin: 7.5rem; }
  .sm-up\:last\:-m-px:last-child {
    margin: -1px; }
  .sm-up\:last\:-m-0:last-child {
    margin: 0; }
  .sm-up\:last\:-m-1:last-child {
    margin: -0.25rem; }
  .sm-up\:last\:-m-2:last-child {
    margin: -0.5rem; }
  .sm-up\:last\:-m-3:last-child {
    margin: -0.75rem; }
  .sm-up\:last\:-m-4:last-child {
    margin: -1rem; }
  .sm-up\:last\:-m-6:last-child {
    margin: -1.5rem; }
  .sm-up\:last\:-m-8:last-child {
    margin: -2rem; }
  .sm-up\:last\:-m-12:last-child {
    margin: -3rem; }
  .sm-up\:last\:-m-14:last-child {
    margin: -3.5rem; }
  .sm-up\:last\:-m-16:last-child {
    margin: -4rem; }
  .sm-up\:last\:-m-20:last-child {
    margin: -5rem; }
  .sm-up\:last\:-m-24:last-child {
    margin: -6rem; }
  .sm-up\:last\:-m-30:last-child {
    margin: -7.5rem; }
  .sm-up\:last\:m-auto:last-child {
    margin: auto; }
  .sm-up\:last\:m-px:last-child {
    margin: 1px; }
  .sm-up\:last\:m-1\/2:last-child {
    margin: 50%; }
  .sm-up\:last\:m-1\/3:last-child {
    margin: 33.33333%; }
  .sm-up\:last\:m-2\/3:last-child {
    margin: 66.66667%; }
  .sm-up\:last\:m-1\/4:last-child {
    margin: 25%; }
  .sm-up\:last\:m-3\/4:last-child {
    margin: 75%; }
  .sm-up\:last\:m-1\/5:last-child {
    margin: 20%; }
  .sm-up\:last\:m-2\/5:last-child {
    margin: 40%; }
  .sm-up\:last\:m-3\/5:last-child {
    margin: 60%; }
  .sm-up\:last\:m-4\/5:last-child {
    margin: 80%; }
  .sm-up\:last\:m-1\/6:last-child {
    margin: 16.66667%; }
  .sm-up\:last\:m-5\/6:last-child {
    margin: 83.33333%; }
  .sm-up\:last\:m-full:last-child {
    margin: 100%; }
  .sm-up\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0; }
  .sm-up\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0; }
  .sm-up\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  .sm-up\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .sm-up\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .sm-up\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .sm-up\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .sm-up\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  .sm-up\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .sm-up\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem; }
  .sm-up\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .sm-up\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  .sm-up\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .sm-up\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .sm-up\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .sm-up\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem; }
  .sm-up\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }
  .sm-up\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem; }
  .sm-up\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .sm-up\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .sm-up\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .sm-up\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem; }
  .sm-up\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .sm-up\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .sm-up\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .sm-up\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem; }
  .sm-up\:last\:my-18:last-child {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .sm-up\:last\:mx-18:last-child {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .sm-up\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .sm-up\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem; }
  .sm-up\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .sm-up\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem; }
  .sm-up\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem; }
  .sm-up\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem; }
  .sm-up\:last\:my-30:last-child {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; }
  .sm-up\:last\:mx-30:last-child {
    margin-left: 7.5rem;
    margin-right: 7.5rem; }
  .sm-up\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px; }
  .sm-up\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px; }
  .sm-up\:last\:-my-0:last-child {
    margin-top: 0;
    margin-bottom: 0; }
  .sm-up\:last\:-mx-0:last-child {
    margin-left: 0;
    margin-right: 0; }
  .sm-up\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; }
  .sm-up\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
  .sm-up\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .sm-up\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .sm-up\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; }
  .sm-up\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .sm-up\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .sm-up\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem; }
  .sm-up\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .sm-up\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .sm-up\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .sm-up\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem; }
  .sm-up\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .sm-up\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem; }
  .sm-up\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .sm-up\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .sm-up\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .sm-up\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem; }
  .sm-up\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .sm-up\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem; }
  .sm-up\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem; }
  .sm-up\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem; }
  .sm-up\:last\:-my-30:last-child {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem; }
  .sm-up\:last\:-mx-30:last-child {
    margin-left: -7.5rem;
    margin-right: -7.5rem; }
  .sm-up\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto; }
  .sm-up\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto; }
  .sm-up\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px; }
  .sm-up\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px; }
  .sm-up\:last\:my-1\/2:last-child {
    margin-top: 50%;
    margin-bottom: 50%; }
  .sm-up\:last\:mx-1\/2:last-child {
    margin-left: 50%;
    margin-right: 50%; }
  .sm-up\:last\:my-1\/3:last-child {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%; }
  .sm-up\:last\:mx-1\/3:last-child {
    margin-left: 33.33333%;
    margin-right: 33.33333%; }
  .sm-up\:last\:my-2\/3:last-child {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%; }
  .sm-up\:last\:mx-2\/3:last-child {
    margin-left: 66.66667%;
    margin-right: 66.66667%; }
  .sm-up\:last\:my-1\/4:last-child {
    margin-top: 25%;
    margin-bottom: 25%; }
  .sm-up\:last\:mx-1\/4:last-child {
    margin-left: 25%;
    margin-right: 25%; }
  .sm-up\:last\:my-3\/4:last-child {
    margin-top: 75%;
    margin-bottom: 75%; }
  .sm-up\:last\:mx-3\/4:last-child {
    margin-left: 75%;
    margin-right: 75%; }
  .sm-up\:last\:my-1\/5:last-child {
    margin-top: 20%;
    margin-bottom: 20%; }
  .sm-up\:last\:mx-1\/5:last-child {
    margin-left: 20%;
    margin-right: 20%; }
  .sm-up\:last\:my-2\/5:last-child {
    margin-top: 40%;
    margin-bottom: 40%; }
  .sm-up\:last\:mx-2\/5:last-child {
    margin-left: 40%;
    margin-right: 40%; }
  .sm-up\:last\:my-3\/5:last-child {
    margin-top: 60%;
    margin-bottom: 60%; }
  .sm-up\:last\:mx-3\/5:last-child {
    margin-left: 60%;
    margin-right: 60%; }
  .sm-up\:last\:my-4\/5:last-child {
    margin-top: 80%;
    margin-bottom: 80%; }
  .sm-up\:last\:mx-4\/5:last-child {
    margin-left: 80%;
    margin-right: 80%; }
  .sm-up\:last\:my-1\/6:last-child {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%; }
  .sm-up\:last\:mx-1\/6:last-child {
    margin-left: 16.66667%;
    margin-right: 16.66667%; }
  .sm-up\:last\:my-5\/6:last-child {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%; }
  .sm-up\:last\:mx-5\/6:last-child {
    margin-left: 83.33333%;
    margin-right: 83.33333%; }
  .sm-up\:last\:my-full:last-child {
    margin-top: 100%;
    margin-bottom: 100%; }
  .sm-up\:last\:mx-full:last-child {
    margin-left: 100%;
    margin-right: 100%; }
  .sm-up\:last\:mt-0:last-child {
    margin-top: 0; }
  .sm-up\:last\:mr-0:last-child {
    margin-right: 0; }
  .sm-up\:last\:mb-0:last-child {
    margin-bottom: 0; }
  .sm-up\:last\:ml-0:last-child {
    margin-left: 0; }
  .sm-up\:last\:mt-1:last-child {
    margin-top: 0.25rem; }
  .sm-up\:last\:mr-1:last-child {
    margin-right: 0.25rem; }
  .sm-up\:last\:mb-1:last-child {
    margin-bottom: 0.25rem; }
  .sm-up\:last\:ml-1:last-child {
    margin-left: 0.25rem; }
  .sm-up\:last\:mt-2:last-child {
    margin-top: 0.5rem; }
  .sm-up\:last\:mr-2:last-child {
    margin-right: 0.5rem; }
  .sm-up\:last\:mb-2:last-child {
    margin-bottom: 0.5rem; }
  .sm-up\:last\:ml-2:last-child {
    margin-left: 0.5rem; }
  .sm-up\:last\:mt-3:last-child {
    margin-top: 0.75rem; }
  .sm-up\:last\:mr-3:last-child {
    margin-right: 0.75rem; }
  .sm-up\:last\:mb-3:last-child {
    margin-bottom: 0.75rem; }
  .sm-up\:last\:ml-3:last-child {
    margin-left: 0.75rem; }
  .sm-up\:last\:mt-4:last-child {
    margin-top: 1rem; }
  .sm-up\:last\:mr-4:last-child {
    margin-right: 1rem; }
  .sm-up\:last\:mb-4:last-child {
    margin-bottom: 1rem; }
  .sm-up\:last\:ml-4:last-child {
    margin-left: 1rem; }
  .sm-up\:last\:mt-5:last-child {
    margin-top: 1.25rem; }
  .sm-up\:last\:mr-5:last-child {
    margin-right: 1.25rem; }
  .sm-up\:last\:mb-5:last-child {
    margin-bottom: 1.25rem; }
  .sm-up\:last\:ml-5:last-child {
    margin-left: 1.25rem; }
  .sm-up\:last\:mt-6:last-child {
    margin-top: 1.5rem; }
  .sm-up\:last\:mr-6:last-child {
    margin-right: 1.5rem; }
  .sm-up\:last\:mb-6:last-child {
    margin-bottom: 1.5rem; }
  .sm-up\:last\:ml-6:last-child {
    margin-left: 1.5rem; }
  .sm-up\:last\:mt-8:last-child {
    margin-top: 2rem; }
  .sm-up\:last\:mr-8:last-child {
    margin-right: 2rem; }
  .sm-up\:last\:mb-8:last-child {
    margin-bottom: 2rem; }
  .sm-up\:last\:ml-8:last-child {
    margin-left: 2rem; }
  .sm-up\:last\:mt-9:last-child {
    margin-top: 2.25rem; }
  .sm-up\:last\:mr-9:last-child {
    margin-right: 2.25rem; }
  .sm-up\:last\:mb-9:last-child {
    margin-bottom: 2.25rem; }
  .sm-up\:last\:ml-9:last-child {
    margin-left: 2.25rem; }
  .sm-up\:last\:mt-10:last-child {
    margin-top: 2.5rem; }
  .sm-up\:last\:mr-10:last-child {
    margin-right: 2.5rem; }
  .sm-up\:last\:mb-10:last-child {
    margin-bottom: 2.5rem; }
  .sm-up\:last\:ml-10:last-child {
    margin-left: 2.5rem; }
  .sm-up\:last\:mt-12:last-child {
    margin-top: 3rem; }
  .sm-up\:last\:mr-12:last-child {
    margin-right: 3rem; }
  .sm-up\:last\:mb-12:last-child {
    margin-bottom: 3rem; }
  .sm-up\:last\:ml-12:last-child {
    margin-left: 3rem; }
  .sm-up\:last\:mt-14:last-child {
    margin-top: 3.5rem; }
  .sm-up\:last\:mr-14:last-child {
    margin-right: 3.5rem; }
  .sm-up\:last\:mb-14:last-child {
    margin-bottom: 3.5rem; }
  .sm-up\:last\:ml-14:last-child {
    margin-left: 3.5rem; }
  .sm-up\:last\:mt-16:last-child {
    margin-top: 4rem; }
  .sm-up\:last\:mr-16:last-child {
    margin-right: 4rem; }
  .sm-up\:last\:mb-16:last-child {
    margin-bottom: 4rem; }
  .sm-up\:last\:ml-16:last-child {
    margin-left: 4rem; }
  .sm-up\:last\:mt-18:last-child {
    margin-top: 4.5rem; }
  .sm-up\:last\:mr-18:last-child {
    margin-right: 4.5rem; }
  .sm-up\:last\:mb-18:last-child {
    margin-bottom: 4.5rem; }
  .sm-up\:last\:ml-18:last-child {
    margin-left: 4.5rem; }
  .sm-up\:last\:mt-20:last-child {
    margin-top: 5rem; }
  .sm-up\:last\:mr-20:last-child {
    margin-right: 5rem; }
  .sm-up\:last\:mb-20:last-child {
    margin-bottom: 5rem; }
  .sm-up\:last\:ml-20:last-child {
    margin-left: 5rem; }
  .sm-up\:last\:mt-24:last-child {
    margin-top: 6rem; }
  .sm-up\:last\:mr-24:last-child {
    margin-right: 6rem; }
  .sm-up\:last\:mb-24:last-child {
    margin-bottom: 6rem; }
  .sm-up\:last\:ml-24:last-child {
    margin-left: 6rem; }
  .sm-up\:last\:mt-28:last-child {
    margin-top: 7rem; }
  .sm-up\:last\:mr-28:last-child {
    margin-right: 7rem; }
  .sm-up\:last\:mb-28:last-child {
    margin-bottom: 7rem; }
  .sm-up\:last\:ml-28:last-child {
    margin-left: 7rem; }
  .sm-up\:last\:mt-30:last-child {
    margin-top: 7.5rem; }
  .sm-up\:last\:mr-30:last-child {
    margin-right: 7.5rem; }
  .sm-up\:last\:mb-30:last-child {
    margin-bottom: 7.5rem; }
  .sm-up\:last\:ml-30:last-child {
    margin-left: 7.5rem; }
  .sm-up\:last\:-mt-px:last-child {
    margin-top: -1px; }
  .sm-up\:last\:-mr-px:last-child {
    margin-right: -1px; }
  .sm-up\:last\:-mb-px:last-child {
    margin-bottom: -1px; }
  .sm-up\:last\:-ml-px:last-child {
    margin-left: -1px; }
  .sm-up\:last\:-mt-0:last-child {
    margin-top: 0; }
  .sm-up\:last\:-mr-0:last-child {
    margin-right: 0; }
  .sm-up\:last\:-mb-0:last-child {
    margin-bottom: 0; }
  .sm-up\:last\:-ml-0:last-child {
    margin-left: 0; }
  .sm-up\:last\:-mt-1:last-child {
    margin-top: -0.25rem; }
  .sm-up\:last\:-mr-1:last-child {
    margin-right: -0.25rem; }
  .sm-up\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem; }
  .sm-up\:last\:-ml-1:last-child {
    margin-left: -0.25rem; }
  .sm-up\:last\:-mt-2:last-child {
    margin-top: -0.5rem; }
  .sm-up\:last\:-mr-2:last-child {
    margin-right: -0.5rem; }
  .sm-up\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem; }
  .sm-up\:last\:-ml-2:last-child {
    margin-left: -0.5rem; }
  .sm-up\:last\:-mt-3:last-child {
    margin-top: -0.75rem; }
  .sm-up\:last\:-mr-3:last-child {
    margin-right: -0.75rem; }
  .sm-up\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem; }
  .sm-up\:last\:-ml-3:last-child {
    margin-left: -0.75rem; }
  .sm-up\:last\:-mt-4:last-child {
    margin-top: -1rem; }
  .sm-up\:last\:-mr-4:last-child {
    margin-right: -1rem; }
  .sm-up\:last\:-mb-4:last-child {
    margin-bottom: -1rem; }
  .sm-up\:last\:-ml-4:last-child {
    margin-left: -1rem; }
  .sm-up\:last\:-mt-6:last-child {
    margin-top: -1.5rem; }
  .sm-up\:last\:-mr-6:last-child {
    margin-right: -1.5rem; }
  .sm-up\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem; }
  .sm-up\:last\:-ml-6:last-child {
    margin-left: -1.5rem; }
  .sm-up\:last\:-mt-8:last-child {
    margin-top: -2rem; }
  .sm-up\:last\:-mr-8:last-child {
    margin-right: -2rem; }
  .sm-up\:last\:-mb-8:last-child {
    margin-bottom: -2rem; }
  .sm-up\:last\:-ml-8:last-child {
    margin-left: -2rem; }
  .sm-up\:last\:-mt-12:last-child {
    margin-top: -3rem; }
  .sm-up\:last\:-mr-12:last-child {
    margin-right: -3rem; }
  .sm-up\:last\:-mb-12:last-child {
    margin-bottom: -3rem; }
  .sm-up\:last\:-ml-12:last-child {
    margin-left: -3rem; }
  .sm-up\:last\:-mt-14:last-child {
    margin-top: -3.5rem; }
  .sm-up\:last\:-mr-14:last-child {
    margin-right: -3.5rem; }
  .sm-up\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem; }
  .sm-up\:last\:-ml-14:last-child {
    margin-left: -3.5rem; }
  .sm-up\:last\:-mt-16:last-child {
    margin-top: -4rem; }
  .sm-up\:last\:-mr-16:last-child {
    margin-right: -4rem; }
  .sm-up\:last\:-mb-16:last-child {
    margin-bottom: -4rem; }
  .sm-up\:last\:-ml-16:last-child {
    margin-left: -4rem; }
  .sm-up\:last\:-mt-20:last-child {
    margin-top: -5rem; }
  .sm-up\:last\:-mr-20:last-child {
    margin-right: -5rem; }
  .sm-up\:last\:-mb-20:last-child {
    margin-bottom: -5rem; }
  .sm-up\:last\:-ml-20:last-child {
    margin-left: -5rem; }
  .sm-up\:last\:-mt-24:last-child {
    margin-top: -6rem; }
  .sm-up\:last\:-mr-24:last-child {
    margin-right: -6rem; }
  .sm-up\:last\:-mb-24:last-child {
    margin-bottom: -6rem; }
  .sm-up\:last\:-ml-24:last-child {
    margin-left: -6rem; }
  .sm-up\:last\:-mt-30:last-child {
    margin-top: -7.5rem; }
  .sm-up\:last\:-mr-30:last-child {
    margin-right: -7.5rem; }
  .sm-up\:last\:-mb-30:last-child {
    margin-bottom: -7.5rem; }
  .sm-up\:last\:-ml-30:last-child {
    margin-left: -7.5rem; }
  .sm-up\:last\:mt-auto:last-child {
    margin-top: auto; }
  .sm-up\:last\:mr-auto:last-child {
    margin-right: auto; }
  .sm-up\:last\:mb-auto:last-child {
    margin-bottom: auto; }
  .sm-up\:last\:ml-auto:last-child {
    margin-left: auto; }
  .sm-up\:last\:mt-px:last-child {
    margin-top: 1px; }
  .sm-up\:last\:mr-px:last-child {
    margin-right: 1px; }
  .sm-up\:last\:mb-px:last-child {
    margin-bottom: 1px; }
  .sm-up\:last\:ml-px:last-child {
    margin-left: 1px; }
  .sm-up\:last\:mt-1\/2:last-child {
    margin-top: 50%; }
  .sm-up\:last\:mr-1\/2:last-child {
    margin-right: 50%; }
  .sm-up\:last\:mb-1\/2:last-child {
    margin-bottom: 50%; }
  .sm-up\:last\:ml-1\/2:last-child {
    margin-left: 50%; }
  .sm-up\:last\:mt-1\/3:last-child {
    margin-top: 33.33333%; }
  .sm-up\:last\:mr-1\/3:last-child {
    margin-right: 33.33333%; }
  .sm-up\:last\:mb-1\/3:last-child {
    margin-bottom: 33.33333%; }
  .sm-up\:last\:ml-1\/3:last-child {
    margin-left: 33.33333%; }
  .sm-up\:last\:mt-2\/3:last-child {
    margin-top: 66.66667%; }
  .sm-up\:last\:mr-2\/3:last-child {
    margin-right: 66.66667%; }
  .sm-up\:last\:mb-2\/3:last-child {
    margin-bottom: 66.66667%; }
  .sm-up\:last\:ml-2\/3:last-child {
    margin-left: 66.66667%; }
  .sm-up\:last\:mt-1\/4:last-child {
    margin-top: 25%; }
  .sm-up\:last\:mr-1\/4:last-child {
    margin-right: 25%; }
  .sm-up\:last\:mb-1\/4:last-child {
    margin-bottom: 25%; }
  .sm-up\:last\:ml-1\/4:last-child {
    margin-left: 25%; }
  .sm-up\:last\:mt-3\/4:last-child {
    margin-top: 75%; }
  .sm-up\:last\:mr-3\/4:last-child {
    margin-right: 75%; }
  .sm-up\:last\:mb-3\/4:last-child {
    margin-bottom: 75%; }
  .sm-up\:last\:ml-3\/4:last-child {
    margin-left: 75%; }
  .sm-up\:last\:mt-1\/5:last-child {
    margin-top: 20%; }
  .sm-up\:last\:mr-1\/5:last-child {
    margin-right: 20%; }
  .sm-up\:last\:mb-1\/5:last-child {
    margin-bottom: 20%; }
  .sm-up\:last\:ml-1\/5:last-child {
    margin-left: 20%; }
  .sm-up\:last\:mt-2\/5:last-child {
    margin-top: 40%; }
  .sm-up\:last\:mr-2\/5:last-child {
    margin-right: 40%; }
  .sm-up\:last\:mb-2\/5:last-child {
    margin-bottom: 40%; }
  .sm-up\:last\:ml-2\/5:last-child {
    margin-left: 40%; }
  .sm-up\:last\:mt-3\/5:last-child {
    margin-top: 60%; }
  .sm-up\:last\:mr-3\/5:last-child {
    margin-right: 60%; }
  .sm-up\:last\:mb-3\/5:last-child {
    margin-bottom: 60%; }
  .sm-up\:last\:ml-3\/5:last-child {
    margin-left: 60%; }
  .sm-up\:last\:mt-4\/5:last-child {
    margin-top: 80%; }
  .sm-up\:last\:mr-4\/5:last-child {
    margin-right: 80%; }
  .sm-up\:last\:mb-4\/5:last-child {
    margin-bottom: 80%; }
  .sm-up\:last\:ml-4\/5:last-child {
    margin-left: 80%; }
  .sm-up\:last\:mt-1\/6:last-child {
    margin-top: 16.66667%; }
  .sm-up\:last\:mr-1\/6:last-child {
    margin-right: 16.66667%; }
  .sm-up\:last\:mb-1\/6:last-child {
    margin-bottom: 16.66667%; }
  .sm-up\:last\:ml-1\/6:last-child {
    margin-left: 16.66667%; }
  .sm-up\:last\:mt-5\/6:last-child {
    margin-top: 83.33333%; }
  .sm-up\:last\:mr-5\/6:last-child {
    margin-right: 83.33333%; }
  .sm-up\:last\:mb-5\/6:last-child {
    margin-bottom: 83.33333%; }
  .sm-up\:last\:ml-5\/6:last-child {
    margin-left: 83.33333%; }
  .sm-up\:last\:mt-full:last-child {
    margin-top: 100%; }
  .sm-up\:last\:mr-full:last-child {
    margin-right: 100%; }
  .sm-up\:last\:mb-full:last-child {
    margin-bottom: 100%; }
  .sm-up\:last\:ml-full:last-child {
    margin-left: 100%; }
  .sm-up\:max-w-none {
    max-width: none; }
  .sm-up\:max-w-xs {
    max-width: 20rem; }
  .sm-up\:max-w-sm {
    max-width: 30rem; }
  .sm-up\:max-w-md {
    max-width: 40rem; }
  .sm-up\:max-w-lg {
    max-width: 50rem; }
  .sm-up\:max-w-xl {
    max-width: 60rem; }
  .sm-up\:max-w-2xl {
    max-width: 70rem; }
  .sm-up\:max-w-3xl {
    max-width: 80rem; }
  .sm-up\:max-w-4xl {
    max-width: 90rem; }
  .sm-up\:max-w-5xl {
    max-width: 100rem; }
  .sm-up\:max-w-full {
    max-width: 100%; }
  .sm-up\:max-w-chsm {
    max-width: 40ch; }
  .sm-up\:max-w-ch {
    max-width: 50ch; }
  .sm-up\:max-w-chmd {
    max-width: 65ch; }
  .sm-up\:max-w-4\/5 {
    max-width: 80%; }
  .sm-up\:object-contain {
    -o-object-fit: contain;
    object-fit: contain; }
  .sm-up\:object-cover {
    -o-object-fit: cover;
    object-fit: cover; }
  .sm-up\:object-fill {
    -o-object-fit: fill;
    object-fit: fill; }
  .sm-up\:object-none {
    -o-object-fit: none;
    object-fit: none; }
  .sm-up\:object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down; }
  .sm-up\:object-bottom {
    -o-object-position: bottom;
    object-position: bottom; }
  .sm-up\:object-center {
    -o-object-position: center;
    object-position: center; }
  .sm-up\:object-left {
    -o-object-position: left;
    object-position: left; }
  .sm-up\:object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom; }
  .sm-up\:object-left-top {
    -o-object-position: left top;
    object-position: left top; }
  .sm-up\:object-right {
    -o-object-position: right;
    object-position: right; }
  .sm-up\:object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom; }
  .sm-up\:object-right-top {
    -o-object-position: right top;
    object-position: right top; }
  .sm-up\:object-top {
    -o-object-position: top;
    object-position: top; }
  .sm-up\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  .sm-up\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px; }
  .sm-up\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px; }
  .sm-up\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  .sm-up\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px; }
  .sm-up\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px; }
  .sm-up\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto; }
  .sm-up\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain; }
  .sm-up\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none; }
  .sm-up\:overscroll-y-auto {
    overscroll-behavior-y: auto; }
  .sm-up\:overscroll-y-contain {
    overscroll-behavior-y: contain; }
  .sm-up\:overscroll-y-none {
    overscroll-behavior-y: none; }
  .sm-up\:overscroll-x-auto {
    overscroll-behavior-x: auto; }
  .sm-up\:overscroll-x-contain {
    overscroll-behavior-x: contain; }
  .sm-up\:overscroll-x-none {
    overscroll-behavior-x: none; }
  .sm-up\:p-0 {
    padding: 0; }
  .sm-up\:p-1 {
    padding: 0.25rem; }
  .sm-up\:p-2 {
    padding: 0.5rem; }
  .sm-up\:p-3 {
    padding: 0.75rem; }
  .sm-up\:p-4 {
    padding: 1rem; }
  .sm-up\:p-5 {
    padding: 1.25rem; }
  .sm-up\:p-6 {
    padding: 1.5rem; }
  .sm-up\:p-8 {
    padding: 2rem; }
  .sm-up\:p-9 {
    padding: 2.25rem; }
  .sm-up\:p-10 {
    padding: 2.5rem; }
  .sm-up\:p-12 {
    padding: 3rem; }
  .sm-up\:p-14 {
    padding: 3.5rem; }
  .sm-up\:p-16 {
    padding: 4rem; }
  .sm-up\:p-18 {
    padding: 4.5rem; }
  .sm-up\:p-20 {
    padding: 5rem; }
  .sm-up\:p-24 {
    padding: 6rem; }
  .sm-up\:p-28 {
    padding: 7rem; }
  .sm-up\:p-30 {
    padding: 7.5rem; }
  .sm-up\:p-40 {
    padding: 10rem; }
  .sm-up\:p-px {
    padding: 1px; }
  .sm-up\:p-1\/40 {
    padding: 2.5%; }
  .sm-up\:p-1\/20 {
    padding: 5%; }
  .sm-up\:p-1\/10 {
    padding: 10%; }
  .sm-up\:p-2\/3 {
    padding: 66.6666%; }
  .sm-up\:py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .sm-up\:px-0 {
    padding-left: 0;
    padding-right: 0; }
  .sm-up\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .sm-up\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .sm-up\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .sm-up\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .sm-up\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .sm-up\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sm-up\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .sm-up\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .sm-up\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .sm-up\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .sm-up\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .sm-up\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .sm-up\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .sm-up\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .sm-up\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; }
  .sm-up\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem; }
  .sm-up\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .sm-up\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .sm-up\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .sm-up\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .sm-up\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .sm-up\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .sm-up\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .sm-up\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .sm-up\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .sm-up\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .sm-up\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .sm-up\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .sm-up\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .sm-up\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem; }
  .sm-up\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .sm-up\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem; }
  .sm-up\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
  .sm-up\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem; }
  .sm-up\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .sm-up\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem; }
  .sm-up\:py-px {
    padding-top: 1px;
    padding-bottom: 1px; }
  .sm-up\:px-px {
    padding-left: 1px;
    padding-right: 1px; }
  .sm-up\:py-1\/40 {
    padding-top: 2.5%;
    padding-bottom: 2.5%; }
  .sm-up\:px-1\/40 {
    padding-left: 2.5%;
    padding-right: 2.5%; }
  .sm-up\:py-1\/20 {
    padding-top: 5%;
    padding-bottom: 5%; }
  .sm-up\:px-1\/20 {
    padding-left: 5%;
    padding-right: 5%; }
  .sm-up\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%; }
  .sm-up\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%; }
  .sm-up\:py-2\/3 {
    padding-top: 66.6666%;
    padding-bottom: 66.6666%; }
  .sm-up\:px-2\/3 {
    padding-left: 66.6666%;
    padding-right: 66.6666%; }
  .sm-up\:pt-0 {
    padding-top: 0; }
  .sm-up\:pr-0 {
    padding-right: 0; }
  .sm-up\:pb-0 {
    padding-bottom: 0; }
  .sm-up\:pl-0 {
    padding-left: 0; }
  .sm-up\:pt-1 {
    padding-top: 0.25rem; }
  .sm-up\:pr-1 {
    padding-right: 0.25rem; }
  .sm-up\:pb-1 {
    padding-bottom: 0.25rem; }
  .sm-up\:pl-1 {
    padding-left: 0.25rem; }
  .sm-up\:pt-2 {
    padding-top: 0.5rem; }
  .sm-up\:pr-2 {
    padding-right: 0.5rem; }
  .sm-up\:pb-2 {
    padding-bottom: 0.5rem; }
  .sm-up\:pl-2 {
    padding-left: 0.5rem; }
  .sm-up\:pt-3 {
    padding-top: 0.75rem; }
  .sm-up\:pr-3 {
    padding-right: 0.75rem; }
  .sm-up\:pb-3 {
    padding-bottom: 0.75rem; }
  .sm-up\:pl-3 {
    padding-left: 0.75rem; }
  .sm-up\:pt-4 {
    padding-top: 1rem; }
  .sm-up\:pr-4 {
    padding-right: 1rem; }
  .sm-up\:pb-4 {
    padding-bottom: 1rem; }
  .sm-up\:pl-4 {
    padding-left: 1rem; }
  .sm-up\:pt-5 {
    padding-top: 1.25rem; }
  .sm-up\:pr-5 {
    padding-right: 1.25rem; }
  .sm-up\:pb-5 {
    padding-bottom: 1.25rem; }
  .sm-up\:pl-5 {
    padding-left: 1.25rem; }
  .sm-up\:pt-6 {
    padding-top: 1.5rem; }
  .sm-up\:pr-6 {
    padding-right: 1.5rem; }
  .sm-up\:pb-6 {
    padding-bottom: 1.5rem; }
  .sm-up\:pl-6 {
    padding-left: 1.5rem; }
  .sm-up\:pt-8 {
    padding-top: 2rem; }
  .sm-up\:pr-8 {
    padding-right: 2rem; }
  .sm-up\:pb-8 {
    padding-bottom: 2rem; }
  .sm-up\:pl-8 {
    padding-left: 2rem; }
  .sm-up\:pt-9 {
    padding-top: 2.25rem; }
  .sm-up\:pr-9 {
    padding-right: 2.25rem; }
  .sm-up\:pb-9 {
    padding-bottom: 2.25rem; }
  .sm-up\:pl-9 {
    padding-left: 2.25rem; }
  .sm-up\:pt-10 {
    padding-top: 2.5rem; }
  .sm-up\:pr-10 {
    padding-right: 2.5rem; }
  .sm-up\:pb-10 {
    padding-bottom: 2.5rem; }
  .sm-up\:pl-10 {
    padding-left: 2.5rem; }
  .sm-up\:pt-12 {
    padding-top: 3rem; }
  .sm-up\:pr-12 {
    padding-right: 3rem; }
  .sm-up\:pb-12 {
    padding-bottom: 3rem; }
  .sm-up\:pl-12 {
    padding-left: 3rem; }
  .sm-up\:pt-14 {
    padding-top: 3.5rem; }
  .sm-up\:pr-14 {
    padding-right: 3.5rem; }
  .sm-up\:pb-14 {
    padding-bottom: 3.5rem; }
  .sm-up\:pl-14 {
    padding-left: 3.5rem; }
  .sm-up\:pt-16 {
    padding-top: 4rem; }
  .sm-up\:pr-16 {
    padding-right: 4rem; }
  .sm-up\:pb-16 {
    padding-bottom: 4rem; }
  .sm-up\:pl-16 {
    padding-left: 4rem; }
  .sm-up\:pt-18 {
    padding-top: 4.5rem; }
  .sm-up\:pr-18 {
    padding-right: 4.5rem; }
  .sm-up\:pb-18 {
    padding-bottom: 4.5rem; }
  .sm-up\:pl-18 {
    padding-left: 4.5rem; }
  .sm-up\:pt-20 {
    padding-top: 5rem; }
  .sm-up\:pr-20 {
    padding-right: 5rem; }
  .sm-up\:pb-20 {
    padding-bottom: 5rem; }
  .sm-up\:pl-20 {
    padding-left: 5rem; }
  .sm-up\:pt-24 {
    padding-top: 6rem; }
  .sm-up\:pr-24 {
    padding-right: 6rem; }
  .sm-up\:pb-24 {
    padding-bottom: 6rem; }
  .sm-up\:pl-24 {
    padding-left: 6rem; }
  .sm-up\:pt-28 {
    padding-top: 7rem; }
  .sm-up\:pr-28 {
    padding-right: 7rem; }
  .sm-up\:pb-28 {
    padding-bottom: 7rem; }
  .sm-up\:pl-28 {
    padding-left: 7rem; }
  .sm-up\:pt-30 {
    padding-top: 7.5rem; }
  .sm-up\:pr-30 {
    padding-right: 7.5rem; }
  .sm-up\:pb-30 {
    padding-bottom: 7.5rem; }
  .sm-up\:pl-30 {
    padding-left: 7.5rem; }
  .sm-up\:pt-40 {
    padding-top: 10rem; }
  .sm-up\:pr-40 {
    padding-right: 10rem; }
  .sm-up\:pb-40 {
    padding-bottom: 10rem; }
  .sm-up\:pl-40 {
    padding-left: 10rem; }
  .sm-up\:pt-px {
    padding-top: 1px; }
  .sm-up\:pr-px {
    padding-right: 1px; }
  .sm-up\:pb-px {
    padding-bottom: 1px; }
  .sm-up\:pl-px {
    padding-left: 1px; }
  .sm-up\:pt-1\/40 {
    padding-top: 2.5%; }
  .sm-up\:pr-1\/40 {
    padding-right: 2.5%; }
  .sm-up\:pb-1\/40 {
    padding-bottom: 2.5%; }
  .sm-up\:pl-1\/40 {
    padding-left: 2.5%; }
  .sm-up\:pt-1\/20 {
    padding-top: 5%; }
  .sm-up\:pr-1\/20 {
    padding-right: 5%; }
  .sm-up\:pb-1\/20 {
    padding-bottom: 5%; }
  .sm-up\:pl-1\/20 {
    padding-left: 5%; }
  .sm-up\:pt-1\/10 {
    padding-top: 10%; }
  .sm-up\:pr-1\/10 {
    padding-right: 10%; }
  .sm-up\:pb-1\/10 {
    padding-bottom: 10%; }
  .sm-up\:pl-1\/10 {
    padding-left: 10%; }
  .sm-up\:pt-2\/3 {
    padding-top: 66.6666%; }
  .sm-up\:pr-2\/3 {
    padding-right: 66.6666%; }
  .sm-up\:pb-2\/3 {
    padding-bottom: 66.6666%; }
  .sm-up\:pl-2\/3 {
    padding-left: 66.6666%; }
  .sm-up\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-0::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-0:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-0::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .sm-up\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .sm-up\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-1::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-10::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-10:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-10::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-2::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-20::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-20:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-20::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-3::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-3:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-3::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-30::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-30:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-30::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-4::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-4:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-4::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-40::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-40:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-40::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-5::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-5:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-5::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-50::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-50:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-50::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-6::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-6:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-6::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-60::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-60:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-60::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-7::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-7:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-7::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-70::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-70:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-70::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-8::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-8:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .sm-up\:placeholder-grey-8::placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-80::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-80:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .sm-up\:placeholder-neutral-80::placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .sm-up\:placeholder-transparent::-moz-placeholder {
    color: transparent; }
  .sm-up\:placeholder-transparent:-ms-input-placeholder {
    color: transparent; }
  .sm-up\:placeholder-transparent::placeholder {
    color: transparent; }
  .sm-up\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .sm-up\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .sm-up\:placeholder-orange::placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .sm-up\:placeholder-brown::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .sm-up\:placeholder-brown:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .sm-up\:placeholder-brown::placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .sm-up\:placeholder-brown-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .sm-up\:placeholder-brown-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .sm-up\:placeholder-brown-light::placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .sm-up\:placeholder-cream::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .sm-up\:placeholder-cream:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .sm-up\:placeholder-cream::placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .sm-up\:placeholder-beige::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .sm-up\:placeholder-beige:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .sm-up\:placeholder-beige::placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .sm-up\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .sm-up\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .sm-up\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .sm-up\:placeholder-forest-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .sm-up\:placeholder-forest-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .sm-up\:placeholder-forest-green::placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-0:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-0:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-10:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-10:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-20:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-20:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-20:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-3:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-3:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-3:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-30:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-30:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-30:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-4:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-4:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-4:focus::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-40:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-40:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-40:focus::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-5:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-5:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-5:focus::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-50:focus::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-6:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-6:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-6:focus::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-60:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-60:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-60:focus::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-7:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-7:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-7:focus::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-70:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-70:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-70:focus::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-8:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-8:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-grey-8:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-80:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-neutral-80:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent; }
  .sm-up\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent; }
  .sm-up\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent; }
  .sm-up\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-brown:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-brown:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-brown:focus::placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-brown-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-brown-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-brown-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-cream:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-cream:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-cream:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-beige:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-beige:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-beige:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-forest-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-forest-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .sm-up\:focus\:placeholder-forest-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .sm-up\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0; }
  .sm-up\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0; }
  .sm-up\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0; }
  .sm-up\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25; }
  .sm-up\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25; }
  .sm-up\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25; }
  .sm-up\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5; }
  .sm-up\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5; }
  .sm-up\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5; }
  .sm-up\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75; }
  .sm-up\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75; }
  .sm-up\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75; }
  .sm-up\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1; }
  .sm-up\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1; }
  .sm-up\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1; }
  .sm-up\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0; }
  .sm-up\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0; }
  .sm-up\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0; }
  .sm-up\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25; }
  .sm-up\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25; }
  .sm-up\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25; }
  .sm-up\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5; }
  .sm-up\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5; }
  .sm-up\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5; }
  .sm-up\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75; }
  .sm-up\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75; }
  .sm-up\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75; }
  .sm-up\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1; }
  .sm-up\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1; }
  .sm-up\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1; }
  .sm-up\:static {
    position: static; }
  .sm-up\:fixed {
    position: fixed; }
  .sm-up\:absolute {
    position: absolute; }
  .sm-up\:relative {
    position: relative; }
  .sm-up\:sticky {
    position: sticky; }
  .sm-up\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .sm-up\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .sm-up\:inset-y-0 {
    top: 0;
    bottom: 0; }
  .sm-up\:inset-x-0 {
    right: 0;
    left: 0; }
  .sm-up\:inset-y-auto {
    top: auto;
    bottom: auto; }
  .sm-up\:inset-x-auto {
    right: auto;
    left: auto; }
  .sm-up\:top-0 {
    top: 0; }
  .sm-up\:right-0 {
    right: 0; }
  .sm-up\:bottom-0 {
    bottom: 0; }
  .sm-up\:left-0 {
    left: 0; }
  .sm-up\:top-auto {
    top: auto; }
  .sm-up\:right-auto {
    right: auto; }
  .sm-up\:bottom-auto {
    bottom: auto; }
  .sm-up\:left-auto {
    left: auto; }
  .sm-up\:stroke-0 {
    stroke-width: 0; }
  .sm-up\:stroke-1 {
    stroke-width: 1; }
  .sm-up\:stroke-2 {
    stroke-width: 2; }
  .sm-up\:table-auto {
    table-layout: auto; }
  .sm-up\:table-fixed {
    table-layout: fixed; }
  .sm-up\:text-left {
    text-align: left; }
  .sm-up\:text-center {
    text-align: center; }
  .sm-up\:text-right {
    text-align: right; }
  .sm-up\:text-justify {
    text-align: justify; }
  .sm-up\:text-opacity-0 {
    --text-opacity: 0; }
  .sm-up\:text-opacity-25 {
    --text-opacity: 0.25; }
  .sm-up\:text-opacity-50 {
    --text-opacity: 0.5; }
  .sm-up\:text-opacity-75 {
    --text-opacity: 0.75; }
  .sm-up\:text-opacity-100 {
    --text-opacity: 1; }
  .sm-up\:hover\:text-opacity-0:hover {
    --text-opacity: 0; }
  .sm-up\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25; }
  .sm-up\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5; }
  .sm-up\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75; }
  .sm-up\:hover\:text-opacity-100:hover {
    --text-opacity: 1; }
  .sm-up\:focus\:text-opacity-0:focus {
    --text-opacity: 0; }
  .sm-up\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25; }
  .sm-up\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5; }
  .sm-up\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75; }
  .sm-up\:focus\:text-opacity-100:focus {
    --text-opacity: 1; }
  .sm-up\:uppercase {
    text-transform: uppercase; }
  .sm-up\:lowercase {
    text-transform: lowercase; }
  .sm-up\:capitalize {
    text-transform: capitalize; }
  .sm-up\:normal-case {
    text-transform: none; }
  .sm-up\:underline {
    text-decoration: underline; }
  .sm-up\:line-through {
    text-decoration: line-through; }
  .sm-up\:no-underline {
    text-decoration: none; }
  .sm-up\:hover\:underline:hover {
    text-decoration: underline; }
  .sm-up\:hover\:line-through:hover {
    text-decoration: line-through; }
  .sm-up\:hover\:no-underline:hover {
    text-decoration: none; }
  .sm-up\:focus\:underline:focus {
    text-decoration: underline; }
  .sm-up\:focus\:line-through:focus {
    text-decoration: line-through; }
  .sm-up\:focus\:no-underline:focus {
    text-decoration: none; }
  .sm-up\:ordinal, .sm-up\:slashed-zero, .sm-up\:lining-nums, .sm-up\:oldstyle-nums, .sm-up\:proportional-nums, .sm-up\:tabular-nums, .sm-up\:diagonal-fractions, .sm-up\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction); }
  .sm-up\:normal-nums {
    font-variant-numeric: normal; }
  .sm-up\:ordinal {
    --font-variant-numeric-ordinal: ordinal; }
  .sm-up\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero; }
  .sm-up\:lining-nums {
    --font-variant-numeric-figure: lining-nums; }
  .sm-up\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums; }
  .sm-up\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums; }
  .sm-up\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums; }
  .sm-up\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions; }
  .sm-up\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions; }
  .sm-up\:visible {
    visibility: visible; }
  .sm-up\:invisible {
    visibility: hidden; }
  .sm-up\:w-1 {
    width: 0.25rem; }
  .sm-up\:w-2 {
    width: 0.5rem; }
  .sm-up\:w-3 {
    width: 0.75rem; }
  .sm-up\:w-4 {
    width: 1rem; }
  .sm-up\:w-5 {
    width: 1.25rem; }
  .sm-up\:w-6 {
    width: 1.5rem; }
  .sm-up\:w-8 {
    width: 2rem; }
  .sm-up\:w-10 {
    width: 2.5rem; }
  .sm-up\:w-12 {
    width: 3rem; }
  .sm-up\:w-16 {
    width: 4rem; }
  .sm-up\:w-24 {
    width: 6rem; }
  .sm-up\:w-32 {
    width: 8rem; }
  .sm-up\:w-48 {
    width: 12rem; }
  .sm-up\:w-64 {
    width: 16rem; }
  .sm-up\:w-auto {
    width: auto; }
  .sm-up\:w-px {
    width: 1px; }
  .sm-up\:w-1\/2 {
    width: 50%; }
  .sm-up\:w-1\/3 {
    width: 33.33333%; }
  .sm-up\:w-2\/3 {
    width: 66.66667%; }
  .sm-up\:w-1\/4 {
    width: 25%; }
  .sm-up\:w-3\/4 {
    width: 75%; }
  .sm-up\:w-1\/5 {
    width: 20%; }
  .sm-up\:w-2\/5 {
    width: 40%; }
  .sm-up\:w-3\/5 {
    width: 60%; }
  .sm-up\:w-4\/5 {
    width: 80%; }
  .sm-up\:w-1\/6 {
    width: 16.66667%; }
  .sm-up\:w-5\/6 {
    width: 83.33333%; }
  .sm-up\:w-full {
    width: 100%; }
  .sm-up\:w-screen {
    width: 100vw; }
  .sm-up\:gap-0 {
    grid-gap: 0;
    gap: 0; }
  .sm-up\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem; }
  .sm-up\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem; }
  .sm-up\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem; }
  .sm-up\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem; }
  .sm-up\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem; }
  .sm-up\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem; }
  .sm-up\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem; }
  .sm-up\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem; }
  .sm-up\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem; }
  .sm-up\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem; }
  .sm-up\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem; }
  .sm-up\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem; }
  .sm-up\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem; }
  .sm-up\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem; }
  .sm-up\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem; }
  .sm-up\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem; }
  .sm-up\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem; }
  .sm-up\:gap-px {
    grid-gap: 1px;
    gap: 1px; }
  .sm-up\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .sm-up\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem; }
  .sm-up\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem; }
  .sm-up\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem; }
  .sm-up\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem; }
  .sm-up\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem; }
  .sm-up\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .sm-up\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem; }
  .sm-up\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem; }
  .sm-up\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem; }
  .sm-up\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem; }
  .sm-up\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem; }
  .sm-up\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem; }
  .sm-up\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem; }
  .sm-up\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem; }
  .sm-up\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem; }
  .sm-up\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
    column-gap: 14rem; }
  .sm-up\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem; }
  .sm-up\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px; }
  .sm-up\:gap-x-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .sm-up\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem; }
  .sm-up\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem; }
  .sm-up\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem; }
  .sm-up\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem; }
  .sm-up\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem; }
  .sm-up\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .sm-up\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem; }
  .sm-up\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem; }
  .sm-up\:gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem; }
  .sm-up\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem; }
  .sm-up\:gap-x-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem; }
  .sm-up\:gap-x-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem; }
  .sm-up\:gap-x-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem; }
  .sm-up\:gap-x-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem; }
  .sm-up\:gap-x-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem; }
  .sm-up\:gap-x-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
    column-gap: 14rem; }
  .sm-up\:gap-x-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem; }
  .sm-up\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px; }
  .sm-up\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0; }
  .sm-up\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem; }
  .sm-up\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem; }
  .sm-up\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem; }
  .sm-up\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem; }
  .sm-up\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem; }
  .sm-up\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem; }
  .sm-up\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem; }
  .sm-up\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem; }
  .sm-up\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem; }
  .sm-up\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem; }
  .sm-up\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem; }
  .sm-up\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem; }
  .sm-up\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem; }
  .sm-up\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem; }
  .sm-up\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem; }
  .sm-up\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem; }
  .sm-up\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem; }
  .sm-up\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px; }
  .sm-up\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0; }
  .sm-up\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem; }
  .sm-up\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem; }
  .sm-up\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem; }
  .sm-up\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem; }
  .sm-up\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem; }
  .sm-up\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem; }
  .sm-up\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem; }
  .sm-up\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem; }
  .sm-up\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem; }
  .sm-up\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem; }
  .sm-up\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem; }
  .sm-up\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem; }
  .sm-up\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem; }
  .sm-up\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem; }
  .sm-up\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem; }
  .sm-up\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem; }
  .sm-up\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem; }
  .sm-up\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px; }
  .sm-up\:grid-flow-row {
    grid-auto-flow: row; }
  .sm-up\:grid-flow-col {
    grid-auto-flow: column; }
  .sm-up\:grid-flow-row-dense {
    grid-auto-flow: row dense; }
  .sm-up\:grid-flow-col-dense {
    grid-auto-flow: column dense; }
  .sm-up\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .sm-up\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm-up\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm-up\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .sm-up\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .sm-up\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .sm-up\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .sm-up\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .sm-up\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .sm-up\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .sm-up\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)); }
  .sm-up\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .sm-up\:grid-cols-none {
    grid-template-columns: none; }
  .sm-up\:auto-cols-auto {
    grid-auto-columns: auto; }
  .sm-up\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content; }
  .sm-up\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content; }
  .sm-up\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr); }
  .sm-up\:col-auto {
    grid-column: auto; }
  .sm-up\:col-span-1 {
    grid-column: span 1 / span 1; }
  .sm-up\:col-span-2 {
    grid-column: span 2 / span 2; }
  .sm-up\:col-span-3 {
    grid-column: span 3 / span 3; }
  .sm-up\:col-span-4 {
    grid-column: span 4 / span 4; }
  .sm-up\:col-span-5 {
    grid-column: span 5 / span 5; }
  .sm-up\:col-span-6 {
    grid-column: span 6 / span 6; }
  .sm-up\:col-span-7 {
    grid-column: span 7 / span 7; }
  .sm-up\:col-span-8 {
    grid-column: span 8 / span 8; }
  .sm-up\:col-span-9 {
    grid-column: span 9 / span 9; }
  .sm-up\:col-span-10 {
    grid-column: span 10 / span 10; }
  .sm-up\:col-span-11 {
    grid-column: span 11 / span 11; }
  .sm-up\:col-span-12 {
    grid-column: span 12 / span 12; }
  .sm-up\:col-span-full {
    grid-column: 1 / -1; }
  .sm-up\:col-start-1 {
    grid-column-start: 1; }
  .sm-up\:col-start-2 {
    grid-column-start: 2; }
  .sm-up\:col-start-3 {
    grid-column-start: 3; }
  .sm-up\:col-start-4 {
    grid-column-start: 4; }
  .sm-up\:col-start-5 {
    grid-column-start: 5; }
  .sm-up\:col-start-6 {
    grid-column-start: 6; }
  .sm-up\:col-start-7 {
    grid-column-start: 7; }
  .sm-up\:col-start-8 {
    grid-column-start: 8; }
  .sm-up\:col-start-9 {
    grid-column-start: 9; }
  .sm-up\:col-start-10 {
    grid-column-start: 10; }
  .sm-up\:col-start-11 {
    grid-column-start: 11; }
  .sm-up\:col-start-12 {
    grid-column-start: 12; }
  .sm-up\:col-start-13 {
    grid-column-start: 13; }
  .sm-up\:col-start-auto {
    grid-column-start: auto; }
  .sm-up\:col-end-1 {
    grid-column-end: 1; }
  .sm-up\:col-end-2 {
    grid-column-end: 2; }
  .sm-up\:col-end-3 {
    grid-column-end: 3; }
  .sm-up\:col-end-4 {
    grid-column-end: 4; }
  .sm-up\:col-end-5 {
    grid-column-end: 5; }
  .sm-up\:col-end-6 {
    grid-column-end: 6; }
  .sm-up\:col-end-7 {
    grid-column-end: 7; }
  .sm-up\:col-end-8 {
    grid-column-end: 8; }
  .sm-up\:col-end-9 {
    grid-column-end: 9; }
  .sm-up\:col-end-10 {
    grid-column-end: 10; }
  .sm-up\:col-end-11 {
    grid-column-end: 11; }
  .sm-up\:col-end-12 {
    grid-column-end: 12; }
  .sm-up\:col-end-13 {
    grid-column-end: 13; }
  .sm-up\:col-end-auto {
    grid-column-end: auto; }
  .sm-up\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)); }
  .sm-up\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .sm-up\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .sm-up\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)); }
  .sm-up\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)); }
  .sm-up\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)); }
  .sm-up\:grid-rows-none {
    grid-template-rows: none; }
  .sm-up\:auto-rows-auto {
    grid-auto-rows: auto; }
  .sm-up\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content; }
  .sm-up\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content; }
  .sm-up\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr); }
  .sm-up\:row-auto {
    grid-row: auto; }
  .sm-up\:row-span-1 {
    grid-row: span 1 / span 1; }
  .sm-up\:row-span-2 {
    grid-row: span 2 / span 2; }
  .sm-up\:row-span-3 {
    grid-row: span 3 / span 3; }
  .sm-up\:row-span-4 {
    grid-row: span 4 / span 4; }
  .sm-up\:row-span-5 {
    grid-row: span 5 / span 5; }
  .sm-up\:row-span-6 {
    grid-row: span 6 / span 6; }
  .sm-up\:row-span-full {
    grid-row: 1 / -1; }
  .sm-up\:row-start-1 {
    grid-row-start: 1; }
  .sm-up\:row-start-2 {
    grid-row-start: 2; }
  .sm-up\:row-start-3 {
    grid-row-start: 3; }
  .sm-up\:row-start-4 {
    grid-row-start: 4; }
  .sm-up\:row-start-5 {
    grid-row-start: 5; }
  .sm-up\:row-start-6 {
    grid-row-start: 6; }
  .sm-up\:row-start-7 {
    grid-row-start: 7; }
  .sm-up\:row-start-auto {
    grid-row-start: auto; }
  .sm-up\:row-end-1 {
    grid-row-end: 1; }
  .sm-up\:row-end-2 {
    grid-row-end: 2; }
  .sm-up\:row-end-3 {
    grid-row-end: 3; }
  .sm-up\:row-end-4 {
    grid-row-end: 4; }
  .sm-up\:row-end-5 {
    grid-row-end: 5; }
  .sm-up\:row-end-6 {
    grid-row-end: 6; }
  .sm-up\:row-end-7 {
    grid-row-end: 7; }
  .sm-up\:row-end-auto {
    grid-row-end: auto; }
  .sm-up\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)); }
  .sm-up\:transform-none {
    transform: none; }
  .sm-up\:origin-center {
    transform-origin: center; }
  .sm-up\:origin-top {
    transform-origin: top; }
  .sm-up\:origin-top-right {
    transform-origin: top right; }
  .sm-up\:origin-right {
    transform-origin: right; }
  .sm-up\:origin-bottom-right {
    transform-origin: bottom right; }
  .sm-up\:origin-bottom {
    transform-origin: bottom; }
  .sm-up\:origin-bottom-left {
    transform-origin: bottom left; }
  .sm-up\:origin-left {
    transform-origin: left; }
  .sm-up\:origin-top-left {
    transform-origin: top left; }
  .sm-up\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0; }
  .sm-up\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5; }
  .sm-up\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75; }
  .sm-up\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9; }
  .sm-up\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95; }
  .sm-up\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1; }
  .sm-up\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05; }
  .sm-up\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1; }
  .sm-up\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25; }
  .sm-up\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5; }
  .sm-up\:scale-x-0 {
    --transform-scale-x: 0; }
  .sm-up\:scale-x-50 {
    --transform-scale-x: .5; }
  .sm-up\:scale-x-75 {
    --transform-scale-x: .75; }
  .sm-up\:scale-x-90 {
    --transform-scale-x: .9; }
  .sm-up\:scale-x-95 {
    --transform-scale-x: .95; }
  .sm-up\:scale-x-100 {
    --transform-scale-x: 1; }
  .sm-up\:scale-x-105 {
    --transform-scale-x: 1.05; }
  .sm-up\:scale-x-110 {
    --transform-scale-x: 1.1; }
  .sm-up\:scale-x-125 {
    --transform-scale-x: 1.25; }
  .sm-up\:scale-x-150 {
    --transform-scale-x: 1.5; }
  .sm-up\:scale-y-0 {
    --transform-scale-y: 0; }
  .sm-up\:scale-y-50 {
    --transform-scale-y: .5; }
  .sm-up\:scale-y-75 {
    --transform-scale-y: .75; }
  .sm-up\:scale-y-90 {
    --transform-scale-y: .9; }
  .sm-up\:scale-y-95 {
    --transform-scale-y: .95; }
  .sm-up\:scale-y-100 {
    --transform-scale-y: 1; }
  .sm-up\:scale-y-105 {
    --transform-scale-y: 1.05; }
  .sm-up\:scale-y-110 {
    --transform-scale-y: 1.1; }
  .sm-up\:scale-y-125 {
    --transform-scale-y: 1.25; }
  .sm-up\:scale-y-150 {
    --transform-scale-y: 1.5; }
  .sm-up\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0; }
  .sm-up\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5; }
  .sm-up\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75; }
  .sm-up\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9; }
  .sm-up\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95; }
  .sm-up\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1; }
  .sm-up\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05; }
  .sm-up\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1; }
  .sm-up\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25; }
  .sm-up\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5; }
  .sm-up\:hover\:scale-x-0:hover {
    --transform-scale-x: 0; }
  .sm-up\:hover\:scale-x-50:hover {
    --transform-scale-x: .5; }
  .sm-up\:hover\:scale-x-75:hover {
    --transform-scale-x: .75; }
  .sm-up\:hover\:scale-x-90:hover {
    --transform-scale-x: .9; }
  .sm-up\:hover\:scale-x-95:hover {
    --transform-scale-x: .95; }
  .sm-up\:hover\:scale-x-100:hover {
    --transform-scale-x: 1; }
  .sm-up\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05; }
  .sm-up\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1; }
  .sm-up\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25; }
  .sm-up\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5; }
  .sm-up\:hover\:scale-y-0:hover {
    --transform-scale-y: 0; }
  .sm-up\:hover\:scale-y-50:hover {
    --transform-scale-y: .5; }
  .sm-up\:hover\:scale-y-75:hover {
    --transform-scale-y: .75; }
  .sm-up\:hover\:scale-y-90:hover {
    --transform-scale-y: .9; }
  .sm-up\:hover\:scale-y-95:hover {
    --transform-scale-y: .95; }
  .sm-up\:hover\:scale-y-100:hover {
    --transform-scale-y: 1; }
  .sm-up\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05; }
  .sm-up\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1; }
  .sm-up\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25; }
  .sm-up\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5; }
  .sm-up\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0; }
  .sm-up\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5; }
  .sm-up\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75; }
  .sm-up\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9; }
  .sm-up\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95; }
  .sm-up\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1; }
  .sm-up\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05; }
  .sm-up\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1; }
  .sm-up\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25; }
  .sm-up\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5; }
  .sm-up\:focus\:scale-x-0:focus {
    --transform-scale-x: 0; }
  .sm-up\:focus\:scale-x-50:focus {
    --transform-scale-x: .5; }
  .sm-up\:focus\:scale-x-75:focus {
    --transform-scale-x: .75; }
  .sm-up\:focus\:scale-x-90:focus {
    --transform-scale-x: .9; }
  .sm-up\:focus\:scale-x-95:focus {
    --transform-scale-x: .95; }
  .sm-up\:focus\:scale-x-100:focus {
    --transform-scale-x: 1; }
  .sm-up\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05; }
  .sm-up\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1; }
  .sm-up\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25; }
  .sm-up\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5; }
  .sm-up\:focus\:scale-y-0:focus {
    --transform-scale-y: 0; }
  .sm-up\:focus\:scale-y-50:focus {
    --transform-scale-y: .5; }
  .sm-up\:focus\:scale-y-75:focus {
    --transform-scale-y: .75; }
  .sm-up\:focus\:scale-y-90:focus {
    --transform-scale-y: .9; }
  .sm-up\:focus\:scale-y-95:focus {
    --transform-scale-y: .95; }
  .sm-up\:focus\:scale-y-100:focus {
    --transform-scale-y: 1; }
  .sm-up\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05; }
  .sm-up\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1; }
  .sm-up\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25; }
  .sm-up\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5; }
  .sm-up\:rotate-0 {
    --transform-rotate: 0; }
  .sm-up\:rotate-1 {
    --transform-rotate: 1deg; }
  .sm-up\:rotate-2 {
    --transform-rotate: 2deg; }
  .sm-up\:rotate-3 {
    --transform-rotate: 3deg; }
  .sm-up\:rotate-6 {
    --transform-rotate: 6deg; }
  .sm-up\:rotate-12 {
    --transform-rotate: 12deg; }
  .sm-up\:rotate-45 {
    --transform-rotate: 45deg; }
  .sm-up\:rotate-90 {
    --transform-rotate: 90deg; }
  .sm-up\:rotate-180 {
    --transform-rotate: 180deg; }
  .sm-up\:-rotate-180 {
    --transform-rotate: -180deg; }
  .sm-up\:-rotate-90 {
    --transform-rotate: -90deg; }
  .sm-up\:-rotate-45 {
    --transform-rotate: -45deg; }
  .sm-up\:-rotate-12 {
    --transform-rotate: -12deg; }
  .sm-up\:-rotate-6 {
    --transform-rotate: -6deg; }
  .sm-up\:-rotate-3 {
    --transform-rotate: -3deg; }
  .sm-up\:-rotate-2 {
    --transform-rotate: -2deg; }
  .sm-up\:-rotate-1 {
    --transform-rotate: -1deg; }
  .sm-up\:hover\:rotate-0:hover {
    --transform-rotate: 0; }
  .sm-up\:hover\:rotate-1:hover {
    --transform-rotate: 1deg; }
  .sm-up\:hover\:rotate-2:hover {
    --transform-rotate: 2deg; }
  .sm-up\:hover\:rotate-3:hover {
    --transform-rotate: 3deg; }
  .sm-up\:hover\:rotate-6:hover {
    --transform-rotate: 6deg; }
  .sm-up\:hover\:rotate-12:hover {
    --transform-rotate: 12deg; }
  .sm-up\:hover\:rotate-45:hover {
    --transform-rotate: 45deg; }
  .sm-up\:hover\:rotate-90:hover {
    --transform-rotate: 90deg; }
  .sm-up\:hover\:rotate-180:hover {
    --transform-rotate: 180deg; }
  .sm-up\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg; }
  .sm-up\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg; }
  .sm-up\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg; }
  .sm-up\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg; }
  .sm-up\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg; }
  .sm-up\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg; }
  .sm-up\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg; }
  .sm-up\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg; }
  .sm-up\:focus\:rotate-0:focus {
    --transform-rotate: 0; }
  .sm-up\:focus\:rotate-1:focus {
    --transform-rotate: 1deg; }
  .sm-up\:focus\:rotate-2:focus {
    --transform-rotate: 2deg; }
  .sm-up\:focus\:rotate-3:focus {
    --transform-rotate: 3deg; }
  .sm-up\:focus\:rotate-6:focus {
    --transform-rotate: 6deg; }
  .sm-up\:focus\:rotate-12:focus {
    --transform-rotate: 12deg; }
  .sm-up\:focus\:rotate-45:focus {
    --transform-rotate: 45deg; }
  .sm-up\:focus\:rotate-90:focus {
    --transform-rotate: 90deg; }
  .sm-up\:focus\:rotate-180:focus {
    --transform-rotate: 180deg; }
  .sm-up\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg; }
  .sm-up\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg; }
  .sm-up\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg; }
  .sm-up\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg; }
  .sm-up\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg; }
  .sm-up\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg; }
  .sm-up\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg; }
  .sm-up\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg; }
  .sm-up\:translate-x-0 {
    --transform-translate-x: 0; }
  .sm-up\:translate-x-1 {
    --transform-translate-x: 0.25rem; }
  .sm-up\:translate-x-2 {
    --transform-translate-x: 0.5rem; }
  .sm-up\:translate-x-3 {
    --transform-translate-x: 0.75rem; }
  .sm-up\:translate-x-4 {
    --transform-translate-x: 1rem; }
  .sm-up\:translate-x-5 {
    --transform-translate-x: 1.25rem; }
  .sm-up\:translate-x-6 {
    --transform-translate-x: 1.5rem; }
  .sm-up\:translate-x-8 {
    --transform-translate-x: 2rem; }
  .sm-up\:translate-x-10 {
    --transform-translate-x: 2.5rem; }
  .sm-up\:translate-x-12 {
    --transform-translate-x: 3rem; }
  .sm-up\:translate-x-16 {
    --transform-translate-x: 4rem; }
  .sm-up\:translate-x-20 {
    --transform-translate-x: 5rem; }
  .sm-up\:translate-x-24 {
    --transform-translate-x: 6rem; }
  .sm-up\:translate-x-32 {
    --transform-translate-x: 8rem; }
  .sm-up\:translate-x-40 {
    --transform-translate-x: 10rem; }
  .sm-up\:translate-x-48 {
    --transform-translate-x: 12rem; }
  .sm-up\:translate-x-56 {
    --transform-translate-x: 14rem; }
  .sm-up\:translate-x-64 {
    --transform-translate-x: 16rem; }
  .sm-up\:translate-x-px {
    --transform-translate-x: 1px; }
  .sm-up\:-translate-x-1 {
    --transform-translate-x: -0.25rem; }
  .sm-up\:-translate-x-2 {
    --transform-translate-x: -0.5rem; }
  .sm-up\:-translate-x-3 {
    --transform-translate-x: -0.75rem; }
  .sm-up\:-translate-x-4 {
    --transform-translate-x: -1rem; }
  .sm-up\:-translate-x-5 {
    --transform-translate-x: -1.25rem; }
  .sm-up\:-translate-x-6 {
    --transform-translate-x: -1.5rem; }
  .sm-up\:-translate-x-8 {
    --transform-translate-x: -2rem; }
  .sm-up\:-translate-x-10 {
    --transform-translate-x: -2.5rem; }
  .sm-up\:-translate-x-12 {
    --transform-translate-x: -3rem; }
  .sm-up\:-translate-x-16 {
    --transform-translate-x: -4rem; }
  .sm-up\:-translate-x-20 {
    --transform-translate-x: -5rem; }
  .sm-up\:-translate-x-24 {
    --transform-translate-x: -6rem; }
  .sm-up\:-translate-x-32 {
    --transform-translate-x: -8rem; }
  .sm-up\:-translate-x-40 {
    --transform-translate-x: -10rem; }
  .sm-up\:-translate-x-48 {
    --transform-translate-x: -12rem; }
  .sm-up\:-translate-x-56 {
    --transform-translate-x: -14rem; }
  .sm-up\:-translate-x-64 {
    --transform-translate-x: -16rem; }
  .sm-up\:-translate-x-px {
    --transform-translate-x: -1px; }
  .sm-up\:-translate-x-full {
    --transform-translate-x: -100%; }
  .sm-up\:-translate-x-1\/2 {
    --transform-translate-x: -50%; }
  .sm-up\:translate-x-1\/2 {
    --transform-translate-x: 50%; }
  .sm-up\:translate-x-full {
    --transform-translate-x: 100%; }
  .sm-up\:translate-y-0 {
    --transform-translate-y: 0; }
  .sm-up\:translate-y-1 {
    --transform-translate-y: 0.25rem; }
  .sm-up\:translate-y-2 {
    --transform-translate-y: 0.5rem; }
  .sm-up\:translate-y-3 {
    --transform-translate-y: 0.75rem; }
  .sm-up\:translate-y-4 {
    --transform-translate-y: 1rem; }
  .sm-up\:translate-y-5 {
    --transform-translate-y: 1.25rem; }
  .sm-up\:translate-y-6 {
    --transform-translate-y: 1.5rem; }
  .sm-up\:translate-y-8 {
    --transform-translate-y: 2rem; }
  .sm-up\:translate-y-10 {
    --transform-translate-y: 2.5rem; }
  .sm-up\:translate-y-12 {
    --transform-translate-y: 3rem; }
  .sm-up\:translate-y-16 {
    --transform-translate-y: 4rem; }
  .sm-up\:translate-y-20 {
    --transform-translate-y: 5rem; }
  .sm-up\:translate-y-24 {
    --transform-translate-y: 6rem; }
  .sm-up\:translate-y-32 {
    --transform-translate-y: 8rem; }
  .sm-up\:translate-y-40 {
    --transform-translate-y: 10rem; }
  .sm-up\:translate-y-48 {
    --transform-translate-y: 12rem; }
  .sm-up\:translate-y-56 {
    --transform-translate-y: 14rem; }
  .sm-up\:translate-y-64 {
    --transform-translate-y: 16rem; }
  .sm-up\:translate-y-px {
    --transform-translate-y: 1px; }
  .sm-up\:-translate-y-1 {
    --transform-translate-y: -0.25rem; }
  .sm-up\:-translate-y-2 {
    --transform-translate-y: -0.5rem; }
  .sm-up\:-translate-y-3 {
    --transform-translate-y: -0.75rem; }
  .sm-up\:-translate-y-4 {
    --transform-translate-y: -1rem; }
  .sm-up\:-translate-y-5 {
    --transform-translate-y: -1.25rem; }
  .sm-up\:-translate-y-6 {
    --transform-translate-y: -1.5rem; }
  .sm-up\:-translate-y-8 {
    --transform-translate-y: -2rem; }
  .sm-up\:-translate-y-10 {
    --transform-translate-y: -2.5rem; }
  .sm-up\:-translate-y-12 {
    --transform-translate-y: -3rem; }
  .sm-up\:-translate-y-16 {
    --transform-translate-y: -4rem; }
  .sm-up\:-translate-y-20 {
    --transform-translate-y: -5rem; }
  .sm-up\:-translate-y-24 {
    --transform-translate-y: -6rem; }
  .sm-up\:-translate-y-32 {
    --transform-translate-y: -8rem; }
  .sm-up\:-translate-y-40 {
    --transform-translate-y: -10rem; }
  .sm-up\:-translate-y-48 {
    --transform-translate-y: -12rem; }
  .sm-up\:-translate-y-56 {
    --transform-translate-y: -14rem; }
  .sm-up\:-translate-y-64 {
    --transform-translate-y: -16rem; }
  .sm-up\:-translate-y-px {
    --transform-translate-y: -1px; }
  .sm-up\:-translate-y-full {
    --transform-translate-y: -100%; }
  .sm-up\:-translate-y-1\/2 {
    --transform-translate-y: -50%; }
  .sm-up\:translate-y-1\/2 {
    --transform-translate-y: 50%; }
  .sm-up\:translate-y-full {
    --transform-translate-y: 100%; }
  .sm-up\:hover\:translate-x-0:hover {
    --transform-translate-x: 0; }
  .sm-up\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem; }
  .sm-up\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem; }
  .sm-up\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem; }
  .sm-up\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem; }
  .sm-up\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem; }
  .sm-up\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem; }
  .sm-up\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem; }
  .sm-up\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem; }
  .sm-up\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem; }
  .sm-up\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem; }
  .sm-up\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem; }
  .sm-up\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem; }
  .sm-up\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem; }
  .sm-up\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem; }
  .sm-up\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem; }
  .sm-up\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem; }
  .sm-up\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem; }
  .sm-up\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px; }
  .sm-up\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem; }
  .sm-up\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem; }
  .sm-up\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem; }
  .sm-up\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem; }
  .sm-up\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem; }
  .sm-up\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem; }
  .sm-up\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem; }
  .sm-up\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem; }
  .sm-up\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem; }
  .sm-up\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem; }
  .sm-up\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem; }
  .sm-up\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem; }
  .sm-up\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem; }
  .sm-up\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem; }
  .sm-up\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem; }
  .sm-up\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem; }
  .sm-up\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem; }
  .sm-up\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px; }
  .sm-up\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%; }
  .sm-up\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%; }
  .sm-up\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%; }
  .sm-up\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%; }
  .sm-up\:hover\:translate-y-0:hover {
    --transform-translate-y: 0; }
  .sm-up\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem; }
  .sm-up\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem; }
  .sm-up\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem; }
  .sm-up\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem; }
  .sm-up\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem; }
  .sm-up\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem; }
  .sm-up\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem; }
  .sm-up\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem; }
  .sm-up\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem; }
  .sm-up\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem; }
  .sm-up\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem; }
  .sm-up\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem; }
  .sm-up\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem; }
  .sm-up\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem; }
  .sm-up\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem; }
  .sm-up\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem; }
  .sm-up\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem; }
  .sm-up\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px; }
  .sm-up\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem; }
  .sm-up\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem; }
  .sm-up\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem; }
  .sm-up\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem; }
  .sm-up\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem; }
  .sm-up\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem; }
  .sm-up\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem; }
  .sm-up\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem; }
  .sm-up\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem; }
  .sm-up\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem; }
  .sm-up\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem; }
  .sm-up\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem; }
  .sm-up\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem; }
  .sm-up\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem; }
  .sm-up\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem; }
  .sm-up\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem; }
  .sm-up\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem; }
  .sm-up\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px; }
  .sm-up\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%; }
  .sm-up\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%; }
  .sm-up\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%; }
  .sm-up\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%; }
  .sm-up\:focus\:translate-x-0:focus {
    --transform-translate-x: 0; }
  .sm-up\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem; }
  .sm-up\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem; }
  .sm-up\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem; }
  .sm-up\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem; }
  .sm-up\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem; }
  .sm-up\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem; }
  .sm-up\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem; }
  .sm-up\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem; }
  .sm-up\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem; }
  .sm-up\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem; }
  .sm-up\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem; }
  .sm-up\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem; }
  .sm-up\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem; }
  .sm-up\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem; }
  .sm-up\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem; }
  .sm-up\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem; }
  .sm-up\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem; }
  .sm-up\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px; }
  .sm-up\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem; }
  .sm-up\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem; }
  .sm-up\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem; }
  .sm-up\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem; }
  .sm-up\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem; }
  .sm-up\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem; }
  .sm-up\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem; }
  .sm-up\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem; }
  .sm-up\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem; }
  .sm-up\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem; }
  .sm-up\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem; }
  .sm-up\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem; }
  .sm-up\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem; }
  .sm-up\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem; }
  .sm-up\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem; }
  .sm-up\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem; }
  .sm-up\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem; }
  .sm-up\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px; }
  .sm-up\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%; }
  .sm-up\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%; }
  .sm-up\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%; }
  .sm-up\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%; }
  .sm-up\:focus\:translate-y-0:focus {
    --transform-translate-y: 0; }
  .sm-up\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem; }
  .sm-up\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem; }
  .sm-up\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem; }
  .sm-up\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem; }
  .sm-up\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem; }
  .sm-up\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem; }
  .sm-up\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem; }
  .sm-up\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem; }
  .sm-up\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem; }
  .sm-up\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem; }
  .sm-up\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem; }
  .sm-up\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem; }
  .sm-up\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem; }
  .sm-up\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem; }
  .sm-up\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem; }
  .sm-up\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem; }
  .sm-up\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem; }
  .sm-up\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px; }
  .sm-up\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem; }
  .sm-up\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem; }
  .sm-up\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem; }
  .sm-up\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem; }
  .sm-up\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem; }
  .sm-up\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem; }
  .sm-up\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem; }
  .sm-up\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem; }
  .sm-up\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem; }
  .sm-up\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem; }
  .sm-up\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem; }
  .sm-up\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem; }
  .sm-up\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem; }
  .sm-up\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem; }
  .sm-up\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem; }
  .sm-up\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem; }
  .sm-up\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem; }
  .sm-up\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px; }
  .sm-up\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%; }
  .sm-up\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%; }
  .sm-up\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%; }
  .sm-up\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%; }
  .sm-up\:skew-x-0 {
    --transform-skew-x: 0; }
  .sm-up\:skew-x-1 {
    --transform-skew-x: 1deg; }
  .sm-up\:skew-x-2 {
    --transform-skew-x: 2deg; }
  .sm-up\:skew-x-3 {
    --transform-skew-x: 3deg; }
  .sm-up\:skew-x-6 {
    --transform-skew-x: 6deg; }
  .sm-up\:skew-x-12 {
    --transform-skew-x: 12deg; }
  .sm-up\:-skew-x-12 {
    --transform-skew-x: -12deg; }
  .sm-up\:-skew-x-6 {
    --transform-skew-x: -6deg; }
  .sm-up\:-skew-x-3 {
    --transform-skew-x: -3deg; }
  .sm-up\:-skew-x-2 {
    --transform-skew-x: -2deg; }
  .sm-up\:-skew-x-1 {
    --transform-skew-x: -1deg; }
  .sm-up\:skew-y-0 {
    --transform-skew-y: 0; }
  .sm-up\:skew-y-1 {
    --transform-skew-y: 1deg; }
  .sm-up\:skew-y-2 {
    --transform-skew-y: 2deg; }
  .sm-up\:skew-y-3 {
    --transform-skew-y: 3deg; }
  .sm-up\:skew-y-6 {
    --transform-skew-y: 6deg; }
  .sm-up\:skew-y-12 {
    --transform-skew-y: 12deg; }
  .sm-up\:-skew-y-12 {
    --transform-skew-y: -12deg; }
  .sm-up\:-skew-y-6 {
    --transform-skew-y: -6deg; }
  .sm-up\:-skew-y-3 {
    --transform-skew-y: -3deg; }
  .sm-up\:-skew-y-2 {
    --transform-skew-y: -2deg; }
  .sm-up\:-skew-y-1 {
    --transform-skew-y: -1deg; }
  .sm-up\:hover\:skew-x-0:hover {
    --transform-skew-x: 0; }
  .sm-up\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg; }
  .sm-up\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg; }
  .sm-up\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg; }
  .sm-up\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg; }
  .sm-up\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg; }
  .sm-up\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg; }
  .sm-up\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg; }
  .sm-up\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg; }
  .sm-up\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg; }
  .sm-up\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg; }
  .sm-up\:hover\:skew-y-0:hover {
    --transform-skew-y: 0; }
  .sm-up\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg; }
  .sm-up\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg; }
  .sm-up\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg; }
  .sm-up\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg; }
  .sm-up\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg; }
  .sm-up\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg; }
  .sm-up\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg; }
  .sm-up\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg; }
  .sm-up\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg; }
  .sm-up\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg; }
  .sm-up\:focus\:skew-x-0:focus {
    --transform-skew-x: 0; }
  .sm-up\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg; }
  .sm-up\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg; }
  .sm-up\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg; }
  .sm-up\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg; }
  .sm-up\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg; }
  .sm-up\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg; }
  .sm-up\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg; }
  .sm-up\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg; }
  .sm-up\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg; }
  .sm-up\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg; }
  .sm-up\:focus\:skew-y-0:focus {
    --transform-skew-y: 0; }
  .sm-up\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg; }
  .sm-up\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg; }
  .sm-up\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg; }
  .sm-up\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg; }
  .sm-up\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg; }
  .sm-up\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg; }
  .sm-up\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg; }
  .sm-up\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg; }
  .sm-up\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg; }
  .sm-up\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg; }
  .sm-up\:transition-none {
    transition-property: none; }
  .sm-up\:transition-all {
    transition-property: all; }
  .sm-up\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; }
  .sm-up\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke; }
  .sm-up\:transition-opacity {
    transition-property: opacity; }
  .sm-up\:transition-shadow {
    transition-property: box-shadow; }
  .sm-up\:transition-transform {
    transition-property: transform; }
  .sm-up\:ease-linear {
    transition-timing-function: linear; }
  .sm-up\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
  .sm-up\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
  .sm-up\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .sm-up\:duration-75 {
    transition-duration: 75ms; }
  .sm-up\:duration-100 {
    transition-duration: 100ms; }
  .sm-up\:duration-150 {
    transition-duration: 150ms; }
  .sm-up\:duration-200 {
    transition-duration: 200ms; }
  .sm-up\:duration-300 {
    transition-duration: 300ms; }
  .sm-up\:duration-500 {
    transition-duration: 500ms; }
  .sm-up\:duration-700 {
    transition-duration: 700ms; }
  .sm-up\:duration-1000 {
    transition-duration: 1000ms; }
  .sm-up\:delay-75 {
    transition-delay: 75ms; }
  .sm-up\:delay-100 {
    transition-delay: 100ms; }
  .sm-up\:delay-150 {
    transition-delay: 150ms; }
  .sm-up\:delay-200 {
    transition-delay: 200ms; }
  .sm-up\:delay-300 {
    transition-delay: 300ms; }
  .sm-up\:delay-500 {
    transition-delay: 500ms; }
  .sm-up\:delay-700 {
    transition-delay: 700ms; }
  .sm-up\:delay-1000 {
    transition-delay: 1000ms; }
  .sm-up\:animate-none {
    -webkit-animation: none;
    animation: none; }
  .sm-up\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
  .sm-up\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; }
  .sm-up\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
  .sm-up\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite; }
  .sm-up\:text-balance {
    text-wrap: balance; }
  .sm-up\:text-pretty {
    text-wrap: pretty; }
  .sm-up\:columns-2 {
    -moz-columns: 2;
    columns: 2; }
  .sm-up\:aspect-landscape {
    aspect-ratio: 3/2; }
  .sm-up\:aspect-landscape-short {
    aspect-ratio: 4/3; }
  .sm-up\:aspect-portrait {
    aspect-ratio: 4/5; }
  .sm-up\:aspect-square {
    aspect-ratio: 1/1; }
  .sm-up\:aspect-video {
    aspect-ratio: 16/9; }
  .sm-up\:aspect-wide {
    aspect-ratio: 21/9; }
  .sm-up\:fit-content {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content; } }

@media (min-width: 768px) {
  /* -- serif styles*/
  /*title*/
  .md-up\:type-serif-title-xlarge {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px; }
  .md-up\:type-serif-title-large {
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 2px; }
  .md-up\:type-serif-title-medium {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.75px; }
  .md-up\:type-serif-title-small {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
  /*body*/
  .md-up\:type-serif-body-large {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px; }
  .md-up\:type-serif-body-small {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px; }
  /*label*/
  .md-up\:type-serif-label-large {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400; }
  .md-up\:type-serif-label-medium {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400; }
  .md-up\:type-serif-label-small {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400; }
  /* -- sans styles*/
  .md-up\:type-utility-small-regular {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px; }
  .md-up\:type-utility-small-bold {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px; }
  .md-up\:type-utility-small-uppercase {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    text-transform: uppercase; }
  .md-up\:type-utility-small-uppercase-bold {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .md-up\:type-utility-medium-regular {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px; }
  .md-up\:type-utility-medium-regular-bold {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px; }
  .md-up\:type-utility-medium-uppercase {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2.5px;
    text-transform: uppercase; }
  .md-up\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse)); }
  .md-up\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse)); }
  .md-up\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse)); }
  .md-up\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse)); }
  .md-up\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse)); }
  .md-up\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse)); }
  .md-up\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse)); }
  .md-up\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse)); }
  .md-up\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse)); }
  .md-up\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse)); }
  .md-up\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse)); }
  .md-up\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse)); }
  .md-up\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse)); }
  .md-up\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse)); }
  .md-up\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse)); }
  .md-up\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse)); }
  .md-up\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse)); }
  .md-up\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse)); }
  .md-up\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse)); }
  .md-up\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)); }
  .md-up\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)); }
  .md-up\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)); }
  .md-up\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse)); }
  .md-up\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)); }
  .md-up\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)); }
  .md-up\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse)); }
  .md-up\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)); }
  .md-up\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse)); }
  .md-up\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse)); }
  .md-up\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse)); }
  .md-up\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse)); }
  .md-up\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse)); }
  .md-up\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse)); }
  .md-up\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse)); }
  .md-up\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse)); }
  .md-up\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse)); }
  .md-up\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))); }
  .md-up\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse)); }
  .md-up\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))); }
  .md-up\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1; }
  .md-up\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1; }
  .md-up\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse)); }
  .md-up\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))); }
  .md-up\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse)); }
  .md-up\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))); }
  .md-up\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse)); }
  .md-up\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))); }
  .md-up\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse)); }
  .md-up\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))); }
  .md-up\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse)); }
  .md-up\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))); }
  .md-up\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1; }
  .md-up\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1; }
  .md-up\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--divide-opacity)); }
  .md-up\:divide-neutral-0 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--divide-opacity)); }
  .md-up\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B83C23;
    border-color: rgba(184, 60, 35, var(--divide-opacity)); }
  .md-up\:divide-grey-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--divide-opacity)); }
  .md-up\:divide-neutral-10 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--divide-opacity)); }
  .md-up\:divide-grey-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--divide-opacity)); }
  .md-up\:divide-neutral-20 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--divide-opacity)); }
  .md-up\:divide-grey-3 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--divide-opacity)); }
  .md-up\:divide-neutral-30 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--divide-opacity)); }
  .md-up\:divide-grey-4 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--divide-opacity)); }
  .md-up\:divide-neutral-40 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--divide-opacity)); }
  .md-up\:divide-grey-5 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--divide-opacity)); }
  .md-up\:divide-neutral-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--divide-opacity)); }
  .md-up\:divide-grey-6 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--divide-opacity)); }
  .md-up\:divide-neutral-60 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--divide-opacity)); }
  .md-up\:divide-grey-7 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--divide-opacity)); }
  .md-up\:divide-neutral-70 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--divide-opacity)); }
  .md-up\:divide-grey-8 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EAEAE7;
    border-color: rgba(234, 234, 231, var(--divide-opacity)); }
  .md-up\:divide-neutral-80 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1C1A1B;
    border-color: rgba(28, 26, 27, var(--divide-opacity)); }
  .md-up\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent; }
  .md-up\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A63C1C;
    border-color: rgba(166, 60, 28, var(--divide-opacity)); }
  .md-up\:divide-brown > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #8B5742;
    border-color: rgba(139, 87, 66, var(--divide-opacity)); }
  .md-up\:divide-brown-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #796353;
    border-color: rgba(121, 99, 83, var(--divide-opacity)); }
  .md-up\:divide-cream > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F4EDE3;
    border-color: rgba(244, 237, 227, var(--divide-opacity)); }
  .md-up\:divide-beige > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E9E5DF;
    border-color: rgba(233, 229, 223, var(--divide-opacity)); }
  .md-up\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000000;
    border-color: rgba(0, 0, 0, var(--divide-opacity)); }
  .md-up\:divide-forest-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3D4126;
    border-color: rgba(61, 65, 38, var(--divide-opacity)); }
  .md-up\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid; }
  .md-up\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed; }
  .md-up\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted; }
  .md-up\:divide-double > :not(template) ~ :not(template) {
    border-style: double; }
  .md-up\:divide-none > :not(template) ~ :not(template) {
    border-style: none; }
  .md-up\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0; }
  .md-up\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25; }
  .md-up\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5; }
  .md-up\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75; }
  .md-up\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1; }
  .md-up\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0; }
  .md-up\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .md-up\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0; }
  .md-up\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .md-up\:bg-clip-border {
    background-clip: border-box; }
  .md-up\:bg-clip-padding {
    background-clip: padding-box; }
  .md-up\:bg-clip-content {
    background-clip: content-box; }
  .md-up\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text; }
  .md-up\:bg-none {
    background-image: none; }
  .md-up\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)); }
  .md-up\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)); }
  .md-up\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)); }
  .md-up\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)); }
  .md-up\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)); }
  .md-up\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)); }
  .md-up\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)); }
  .md-up\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)); }
  .md-up\:from-white {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:from-neutral-0 {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:from-red {
    --gradient-from-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .md-up\:from-grey-1 {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:from-neutral-10 {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:from-grey-2 {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:from-neutral-20 {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:from-grey-3 {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:from-neutral-30 {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:from-grey-4 {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:from-neutral-40 {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:from-grey-5 {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:from-neutral-50 {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:from-grey-6 {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:from-neutral-60 {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:from-grey-7 {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:from-neutral-70 {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:from-grey-8 {
    --gradient-from-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .md-up\:from-neutral-80 {
    --gradient-from-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .md-up\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:from-orange {
    --gradient-from-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .md-up\:from-brown {
    --gradient-from-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .md-up\:from-brown-light {
    --gradient-from-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .md-up\:from-cream {
    --gradient-from-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .md-up\:from-beige {
    --gradient-from-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .md-up\:from-black {
    --gradient-from-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:from-forest-green {
    --gradient-from-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .md-up\:via-white {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:via-neutral-0 {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:via-red {
    --gradient-via-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .md-up\:via-grey-1 {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:via-neutral-10 {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:via-grey-2 {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:via-neutral-20 {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:via-grey-3 {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:via-neutral-30 {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:via-grey-4 {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:via-neutral-40 {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:via-grey-5 {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:via-neutral-50 {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:via-grey-6 {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:via-neutral-60 {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:via-grey-7 {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:via-neutral-70 {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:via-grey-8 {
    --gradient-via-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .md-up\:via-neutral-80 {
    --gradient-via-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .md-up\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:via-orange {
    --gradient-via-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .md-up\:via-brown {
    --gradient-via-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .md-up\:via-brown-light {
    --gradient-via-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .md-up\:via-cream {
    --gradient-via-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .md-up\:via-beige {
    --gradient-via-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .md-up\:via-black {
    --gradient-via-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:via-forest-green {
    --gradient-via-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .md-up\:to-white {
    --gradient-to-color: #ffffff; }
  .md-up\:to-neutral-0 {
    --gradient-to-color: #ffffff; }
  .md-up\:to-red {
    --gradient-to-color: #B83C23; }
  .md-up\:to-grey-1 {
    --gradient-to-color: #F7F7F7; }
  .md-up\:to-neutral-10 {
    --gradient-to-color: #F7F7F7; }
  .md-up\:to-grey-2 {
    --gradient-to-color: #EFEFEF; }
  .md-up\:to-neutral-20 {
    --gradient-to-color: #EFEFEF; }
  .md-up\:to-grey-3 {
    --gradient-to-color: #E5E5E5; }
  .md-up\:to-neutral-30 {
    --gradient-to-color: #E5E5E5; }
  .md-up\:to-grey-4 {
    --gradient-to-color: #BEBFBF; }
  .md-up\:to-neutral-40 {
    --gradient-to-color: #BEBFBF; }
  .md-up\:to-grey-5 {
    --gradient-to-color: #757575; }
  .md-up\:to-neutral-50 {
    --gradient-to-color: #757575; }
  .md-up\:to-grey-6 {
    --gradient-to-color: #484949; }
  .md-up\:to-neutral-60 {
    --gradient-to-color: #484949; }
  .md-up\:to-grey-7 {
    --gradient-to-color: #292728; }
  .md-up\:to-neutral-70 {
    --gradient-to-color: #292728; }
  .md-up\:to-grey-8 {
    --gradient-to-color: #EAEAE7; }
  .md-up\:to-neutral-80 {
    --gradient-to-color: #1C1A1B; }
  .md-up\:to-transparent {
    --gradient-to-color: transparent; }
  .md-up\:to-orange {
    --gradient-to-color: #A63C1C; }
  .md-up\:to-brown {
    --gradient-to-color: #8B5742; }
  .md-up\:to-brown-light {
    --gradient-to-color: #796353; }
  .md-up\:to-cream {
    --gradient-to-color: #F4EDE3; }
  .md-up\:to-beige {
    --gradient-to-color: #E9E5DF; }
  .md-up\:to-black {
    --gradient-to-color: #000000; }
  .md-up\:to-forest-green {
    --gradient-to-color: #3D4126; }
  .md-up\:hover\:from-white:hover {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:hover\:from-neutral-0:hover {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:hover\:from-red:hover {
    --gradient-from-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .md-up\:hover\:from-grey-1:hover {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:hover\:from-neutral-10:hover {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:hover\:from-grey-2:hover {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:hover\:from-neutral-20:hover {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:hover\:from-grey-3:hover {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:hover\:from-neutral-30:hover {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:hover\:from-grey-4:hover {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:hover\:from-neutral-40:hover {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:hover\:from-grey-5:hover {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:hover\:from-neutral-50:hover {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:hover\:from-grey-6:hover {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:hover\:from-neutral-60:hover {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:hover\:from-grey-7:hover {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:hover\:from-neutral-70:hover {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:hover\:from-grey-8:hover {
    --gradient-from-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .md-up\:hover\:from-neutral-80:hover {
    --gradient-from-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .md-up\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:hover\:from-orange:hover {
    --gradient-from-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .md-up\:hover\:from-brown:hover {
    --gradient-from-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .md-up\:hover\:from-brown-light:hover {
    --gradient-from-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .md-up\:hover\:from-cream:hover {
    --gradient-from-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .md-up\:hover\:from-beige:hover {
    --gradient-from-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .md-up\:hover\:from-black:hover {
    --gradient-from-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:hover\:from-forest-green:hover {
    --gradient-from-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .md-up\:hover\:via-white:hover {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:hover\:via-neutral-0:hover {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:hover\:via-red:hover {
    --gradient-via-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .md-up\:hover\:via-grey-1:hover {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:hover\:via-neutral-10:hover {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:hover\:via-grey-2:hover {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:hover\:via-neutral-20:hover {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:hover\:via-grey-3:hover {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:hover\:via-neutral-30:hover {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:hover\:via-grey-4:hover {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:hover\:via-neutral-40:hover {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:hover\:via-grey-5:hover {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:hover\:via-neutral-50:hover {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:hover\:via-grey-6:hover {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:hover\:via-neutral-60:hover {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:hover\:via-grey-7:hover {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:hover\:via-neutral-70:hover {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:hover\:via-grey-8:hover {
    --gradient-via-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .md-up\:hover\:via-neutral-80:hover {
    --gradient-via-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .md-up\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:hover\:via-orange:hover {
    --gradient-via-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .md-up\:hover\:via-brown:hover {
    --gradient-via-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .md-up\:hover\:via-brown-light:hover {
    --gradient-via-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .md-up\:hover\:via-cream:hover {
    --gradient-via-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .md-up\:hover\:via-beige:hover {
    --gradient-via-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .md-up\:hover\:via-black:hover {
    --gradient-via-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:hover\:via-forest-green:hover {
    --gradient-via-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .md-up\:hover\:to-white:hover {
    --gradient-to-color: #ffffff; }
  .md-up\:hover\:to-neutral-0:hover {
    --gradient-to-color: #ffffff; }
  .md-up\:hover\:to-red:hover {
    --gradient-to-color: #B83C23; }
  .md-up\:hover\:to-grey-1:hover {
    --gradient-to-color: #F7F7F7; }
  .md-up\:hover\:to-neutral-10:hover {
    --gradient-to-color: #F7F7F7; }
  .md-up\:hover\:to-grey-2:hover {
    --gradient-to-color: #EFEFEF; }
  .md-up\:hover\:to-neutral-20:hover {
    --gradient-to-color: #EFEFEF; }
  .md-up\:hover\:to-grey-3:hover {
    --gradient-to-color: #E5E5E5; }
  .md-up\:hover\:to-neutral-30:hover {
    --gradient-to-color: #E5E5E5; }
  .md-up\:hover\:to-grey-4:hover {
    --gradient-to-color: #BEBFBF; }
  .md-up\:hover\:to-neutral-40:hover {
    --gradient-to-color: #BEBFBF; }
  .md-up\:hover\:to-grey-5:hover {
    --gradient-to-color: #757575; }
  .md-up\:hover\:to-neutral-50:hover {
    --gradient-to-color: #757575; }
  .md-up\:hover\:to-grey-6:hover {
    --gradient-to-color: #484949; }
  .md-up\:hover\:to-neutral-60:hover {
    --gradient-to-color: #484949; }
  .md-up\:hover\:to-grey-7:hover {
    --gradient-to-color: #292728; }
  .md-up\:hover\:to-neutral-70:hover {
    --gradient-to-color: #292728; }
  .md-up\:hover\:to-grey-8:hover {
    --gradient-to-color: #EAEAE7; }
  .md-up\:hover\:to-neutral-80:hover {
    --gradient-to-color: #1C1A1B; }
  .md-up\:hover\:to-transparent:hover {
    --gradient-to-color: transparent; }
  .md-up\:hover\:to-orange:hover {
    --gradient-to-color: #A63C1C; }
  .md-up\:hover\:to-brown:hover {
    --gradient-to-color: #8B5742; }
  .md-up\:hover\:to-brown-light:hover {
    --gradient-to-color: #796353; }
  .md-up\:hover\:to-cream:hover {
    --gradient-to-color: #F4EDE3; }
  .md-up\:hover\:to-beige:hover {
    --gradient-to-color: #E9E5DF; }
  .md-up\:hover\:to-black:hover {
    --gradient-to-color: #000000; }
  .md-up\:hover\:to-forest-green:hover {
    --gradient-to-color: #3D4126; }
  .md-up\:focus\:from-white:focus {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:focus\:from-neutral-0:focus {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:focus\:from-red:focus {
    --gradient-from-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .md-up\:focus\:from-grey-1:focus {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:focus\:from-neutral-10:focus {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:focus\:from-grey-2:focus {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:focus\:from-neutral-20:focus {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:focus\:from-grey-3:focus {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:focus\:from-neutral-30:focus {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:focus\:from-grey-4:focus {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:focus\:from-neutral-40:focus {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:focus\:from-grey-5:focus {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:focus\:from-neutral-50:focus {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:focus\:from-grey-6:focus {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:focus\:from-neutral-60:focus {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:focus\:from-grey-7:focus {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:focus\:from-neutral-70:focus {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:focus\:from-grey-8:focus {
    --gradient-from-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .md-up\:focus\:from-neutral-80:focus {
    --gradient-from-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .md-up\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:focus\:from-orange:focus {
    --gradient-from-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .md-up\:focus\:from-brown:focus {
    --gradient-from-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .md-up\:focus\:from-brown-light:focus {
    --gradient-from-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .md-up\:focus\:from-cream:focus {
    --gradient-from-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .md-up\:focus\:from-beige:focus {
    --gradient-from-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .md-up\:focus\:from-black:focus {
    --gradient-from-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:focus\:from-forest-green:focus {
    --gradient-from-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .md-up\:focus\:via-white:focus {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:focus\:via-neutral-0:focus {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .md-up\:focus\:via-red:focus {
    --gradient-via-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .md-up\:focus\:via-grey-1:focus {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:focus\:via-neutral-10:focus {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .md-up\:focus\:via-grey-2:focus {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:focus\:via-neutral-20:focus {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .md-up\:focus\:via-grey-3:focus {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:focus\:via-neutral-30:focus {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .md-up\:focus\:via-grey-4:focus {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:focus\:via-neutral-40:focus {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .md-up\:focus\:via-grey-5:focus {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:focus\:via-neutral-50:focus {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .md-up\:focus\:via-grey-6:focus {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:focus\:via-neutral-60:focus {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .md-up\:focus\:via-grey-7:focus {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:focus\:via-neutral-70:focus {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .md-up\:focus\:via-grey-8:focus {
    --gradient-via-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .md-up\:focus\:via-neutral-80:focus {
    --gradient-via-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .md-up\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:focus\:via-orange:focus {
    --gradient-via-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .md-up\:focus\:via-brown:focus {
    --gradient-via-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .md-up\:focus\:via-brown-light:focus {
    --gradient-via-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .md-up\:focus\:via-cream:focus {
    --gradient-via-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .md-up\:focus\:via-beige:focus {
    --gradient-via-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .md-up\:focus\:via-black:focus {
    --gradient-via-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .md-up\:focus\:via-forest-green:focus {
    --gradient-via-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .md-up\:focus\:to-white:focus {
    --gradient-to-color: #ffffff; }
  .md-up\:focus\:to-neutral-0:focus {
    --gradient-to-color: #ffffff; }
  .md-up\:focus\:to-red:focus {
    --gradient-to-color: #B83C23; }
  .md-up\:focus\:to-grey-1:focus {
    --gradient-to-color: #F7F7F7; }
  .md-up\:focus\:to-neutral-10:focus {
    --gradient-to-color: #F7F7F7; }
  .md-up\:focus\:to-grey-2:focus {
    --gradient-to-color: #EFEFEF; }
  .md-up\:focus\:to-neutral-20:focus {
    --gradient-to-color: #EFEFEF; }
  .md-up\:focus\:to-grey-3:focus {
    --gradient-to-color: #E5E5E5; }
  .md-up\:focus\:to-neutral-30:focus {
    --gradient-to-color: #E5E5E5; }
  .md-up\:focus\:to-grey-4:focus {
    --gradient-to-color: #BEBFBF; }
  .md-up\:focus\:to-neutral-40:focus {
    --gradient-to-color: #BEBFBF; }
  .md-up\:focus\:to-grey-5:focus {
    --gradient-to-color: #757575; }
  .md-up\:focus\:to-neutral-50:focus {
    --gradient-to-color: #757575; }
  .md-up\:focus\:to-grey-6:focus {
    --gradient-to-color: #484949; }
  .md-up\:focus\:to-neutral-60:focus {
    --gradient-to-color: #484949; }
  .md-up\:focus\:to-grey-7:focus {
    --gradient-to-color: #292728; }
  .md-up\:focus\:to-neutral-70:focus {
    --gradient-to-color: #292728; }
  .md-up\:focus\:to-grey-8:focus {
    --gradient-to-color: #EAEAE7; }
  .md-up\:focus\:to-neutral-80:focus {
    --gradient-to-color: #1C1A1B; }
  .md-up\:focus\:to-transparent:focus {
    --gradient-to-color: transparent; }
  .md-up\:focus\:to-orange:focus {
    --gradient-to-color: #A63C1C; }
  .md-up\:focus\:to-brown:focus {
    --gradient-to-color: #8B5742; }
  .md-up\:focus\:to-brown-light:focus {
    --gradient-to-color: #796353; }
  .md-up\:focus\:to-cream:focus {
    --gradient-to-color: #F4EDE3; }
  .md-up\:focus\:to-beige:focus {
    --gradient-to-color: #E9E5DF; }
  .md-up\:focus\:to-black:focus {
    --gradient-to-color: #000000; }
  .md-up\:focus\:to-forest-green:focus {
    --gradient-to-color: #3D4126; }
  .md-up\:bg-opacity-0 {
    --bg-opacity: 0; }
  .md-up\:bg-opacity-25 {
    --bg-opacity: 0.25; }
  .md-up\:bg-opacity-50 {
    --bg-opacity: 0.5; }
  .md-up\:bg-opacity-75 {
    --bg-opacity: 0.75; }
  .md-up\:bg-opacity-100 {
    --bg-opacity: 1; }
  .md-up\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0; }
  .md-up\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25; }
  .md-up\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5; }
  .md-up\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75; }
  .md-up\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1; }
  .md-up\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0; }
  .md-up\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25; }
  .md-up\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5; }
  .md-up\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75; }
  .md-up\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1; }
  .md-up\:border-collapse {
    border-collapse: collapse; }
  .md-up\:border-separate {
    border-collapse: separate; }
  .md-up\:border-white {
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity)); }
  .md-up\:border-neutral-0 {
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity)); }
  .md-up\:border-red {
    --border-opacity: 1;
    border-color: #B83C23;
    border-color: rgba(184, 60, 35, var(--border-opacity)); }
  .md-up\:border-grey-1 {
    --border-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--border-opacity)); }
  .md-up\:border-neutral-10 {
    --border-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--border-opacity)); }
  .md-up\:border-grey-2 {
    --border-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--border-opacity)); }
  .md-up\:border-neutral-20 {
    --border-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--border-opacity)); }
  .md-up\:border-grey-3 {
    --border-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--border-opacity)); }
  .md-up\:border-neutral-30 {
    --border-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--border-opacity)); }
  .md-up\:border-grey-4 {
    --border-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--border-opacity)); }
  .md-up\:border-neutral-40 {
    --border-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--border-opacity)); }
  .md-up\:border-grey-5 {
    --border-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--border-opacity)); }
  .md-up\:border-neutral-50 {
    --border-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--border-opacity)); }
  .md-up\:border-grey-6 {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }
  .md-up\:border-neutral-60 {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }
  .md-up\:border-grey-7 {
    --border-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--border-opacity)); }
  .md-up\:border-neutral-70 {
    --border-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--border-opacity)); }
  .md-up\:border-grey-8 {
    --border-opacity: 1;
    border-color: #EAEAE7;
    border-color: rgba(234, 234, 231, var(--border-opacity)); }
  .md-up\:border-neutral-80 {
    --border-opacity: 1;
    border-color: #1C1A1B;
    border-color: rgba(28, 26, 27, var(--border-opacity)); }
  .md-up\:border-transparent {
    border-color: transparent; }
  .md-up\:border-orange {
    --border-opacity: 1;
    border-color: #A63C1C;
    border-color: rgba(166, 60, 28, var(--border-opacity)); }
  .md-up\:border-brown {
    --border-opacity: 1;
    border-color: #8B5742;
    border-color: rgba(139, 87, 66, var(--border-opacity)); }
  .md-up\:border-brown-light {
    --border-opacity: 1;
    border-color: #796353;
    border-color: rgba(121, 99, 83, var(--border-opacity)); }
  .md-up\:border-cream {
    --border-opacity: 1;
    border-color: #F4EDE3;
    border-color: rgba(244, 237, 227, var(--border-opacity)); }
  .md-up\:border-beige {
    --border-opacity: 1;
    border-color: #E9E5DF;
    border-color: rgba(233, 229, 223, var(--border-opacity)); }
  .md-up\:border-black {
    --border-opacity: 1;
    border-color: #000000;
    border-color: rgba(0, 0, 0, var(--border-opacity)); }
  .md-up\:border-forest-green {
    --border-opacity: 1;
    border-color: #3D4126;
    border-color: rgba(61, 65, 38, var(--border-opacity)); }
  .md-up\:border-opacity-0 {
    --border-opacity: 0; }
  .md-up\:border-opacity-25 {
    --border-opacity: 0.25; }
  .md-up\:border-opacity-50 {
    --border-opacity: 0.5; }
  .md-up\:border-opacity-75 {
    --border-opacity: 0.75; }
  .md-up\:border-opacity-100 {
    --border-opacity: 1; }
  .md-up\:hover\:border-opacity-0:hover {
    --border-opacity: 0; }
  .md-up\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25; }
  .md-up\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5; }
  .md-up\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75; }
  .md-up\:hover\:border-opacity-100:hover {
    --border-opacity: 1; }
  .md-up\:focus\:border-opacity-0:focus {
    --border-opacity: 0; }
  .md-up\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25; }
  .md-up\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5; }
  .md-up\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75; }
  .md-up\:focus\:border-opacity-100:focus {
    --border-opacity: 1; }
  .md-up\:border-0 {
    border-width: 0; }
  .md-up\:border-2 {
    border-width: 2px; }
  .md-up\:border-4 {
    border-width: 4px; }
  .md-up\:border-8 {
    border-width: 8px; }
  .md-up\:border {
    border-width: 1px; }
  .md-up\:border-t-0 {
    border-top-width: 0; }
  .md-up\:border-r-0 {
    border-right-width: 0; }
  .md-up\:border-b-0 {
    border-bottom-width: 0; }
  .md-up\:border-l-0 {
    border-left-width: 0; }
  .md-up\:border-t-2 {
    border-top-width: 2px; }
  .md-up\:border-r-2 {
    border-right-width: 2px; }
  .md-up\:border-b-2 {
    border-bottom-width: 2px; }
  .md-up\:border-l-2 {
    border-left-width: 2px; }
  .md-up\:border-t-4 {
    border-top-width: 4px; }
  .md-up\:border-r-4 {
    border-right-width: 4px; }
  .md-up\:border-b-4 {
    border-bottom-width: 4px; }
  .md-up\:border-l-4 {
    border-left-width: 4px; }
  .md-up\:border-t-8 {
    border-top-width: 8px; }
  .md-up\:border-r-8 {
    border-right-width: 8px; }
  .md-up\:border-b-8 {
    border-bottom-width: 8px; }
  .md-up\:border-l-8 {
    border-left-width: 8px; }
  .md-up\:border-t {
    border-top-width: 1px; }
  .md-up\:border-r {
    border-right-width: 1px; }
  .md-up\:border-b {
    border-bottom-width: 1px; }
  .md-up\:border-l {
    border-left-width: 1px; }
  .md-up\:box-border {
    box-sizing: border-box; }
  .md-up\:box-content {
    box-sizing: content-box; }
  .md-up\:block {
    display: block; }
  .md-up\:inline-block {
    display: inline-block; }
  .md-up\:inline {
    display: inline; }
  .md-up\:flex {
    display: flex; }
  .md-up\:inline-flex {
    display: inline-flex; }
  .md-up\:table {
    display: table; }
  .md-up\:table-caption {
    display: table-caption; }
  .md-up\:table-cell {
    display: table-cell; }
  .md-up\:table-column {
    display: table-column; }
  .md-up\:table-column-group {
    display: table-column-group; }
  .md-up\:table-footer-group {
    display: table-footer-group; }
  .md-up\:table-header-group {
    display: table-header-group; }
  .md-up\:table-row-group {
    display: table-row-group; }
  .md-up\:table-row {
    display: table-row; }
  .md-up\:flow-root {
    display: flow-root; }
  .md-up\:grid {
    display: grid; }
  .md-up\:inline-grid {
    display: inline-grid; }
  .md-up\:contents {
    display: contents; }
  .md-up\:hidden {
    display: none; }
  .md-up\:flex-row {
    flex-direction: row; }
  .md-up\:flex-row-reverse {
    flex-direction: row-reverse; }
  .md-up\:flex-col {
    flex-direction: column; }
  .md-up\:flex-col-reverse {
    flex-direction: column-reverse; }
  .md-up\:flex-wrap {
    flex-wrap: wrap; }
  .md-up\:flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .md-up\:flex-no-wrap {
    flex-wrap: nowrap; }
  .md-up\:place-items-auto {
    place-items: auto; }
  .md-up\:place-items-start {
    place-items: start; }
  .md-up\:place-items-end {
    place-items: end; }
  .md-up\:place-items-center {
    place-items: center; }
  .md-up\:place-items-stretch {
    place-items: stretch; }
  .md-up\:place-content-center {
    place-content: center; }
  .md-up\:place-content-start {
    place-content: start; }
  .md-up\:place-content-end {
    place-content: end; }
  .md-up\:place-content-between {
    place-content: space-between; }
  .md-up\:place-content-around {
    place-content: space-around; }
  .md-up\:place-content-evenly {
    place-content: space-evenly; }
  .md-up\:place-content-stretch {
    place-content: stretch; }
  .md-up\:place-self-auto {
    place-self: auto; }
  .md-up\:place-self-start {
    place-self: start; }
  .md-up\:place-self-end {
    place-self: end; }
  .md-up\:place-self-center {
    place-self: center; }
  .md-up\:place-self-stretch {
    place-self: stretch; }
  .md-up\:items-start {
    align-items: flex-start; }
  .md-up\:items-end {
    align-items: flex-end; }
  .md-up\:items-center {
    align-items: center; }
  .md-up\:items-baseline {
    align-items: baseline; }
  .md-up\:items-stretch {
    align-items: stretch; }
  .md-up\:content-center {
    align-content: center; }
  .md-up\:content-start {
    align-content: flex-start; }
  .md-up\:content-end {
    align-content: flex-end; }
  .md-up\:content-between {
    align-content: space-between; }
  .md-up\:content-around {
    align-content: space-around; }
  .md-up\:content-evenly {
    align-content: space-evenly; }
  .md-up\:self-auto {
    align-self: auto; }
  .md-up\:self-start {
    align-self: flex-start; }
  .md-up\:self-end {
    align-self: flex-end; }
  .md-up\:self-center {
    align-self: center; }
  .md-up\:self-stretch {
    align-self: stretch; }
  .md-up\:justify-items-auto {
    justify-items: auto; }
  .md-up\:justify-items-start {
    justify-items: start; }
  .md-up\:justify-items-end {
    justify-items: end; }
  .md-up\:justify-items-center {
    justify-items: center; }
  .md-up\:justify-items-stretch {
    justify-items: stretch; }
  .md-up\:justify-start {
    justify-content: flex-start; }
  .md-up\:justify-end {
    justify-content: flex-end; }
  .md-up\:justify-center {
    justify-content: center; }
  .md-up\:justify-between {
    justify-content: space-between; }
  .md-up\:justify-around {
    justify-content: space-around; }
  .md-up\:justify-evenly {
    justify-content: space-evenly; }
  .md-up\:justify-self-auto {
    justify-self: auto; }
  .md-up\:justify-self-start {
    justify-self: start; }
  .md-up\:justify-self-end {
    justify-self: end; }
  .md-up\:justify-self-center {
    justify-self: center; }
  .md-up\:justify-self-stretch {
    justify-self: stretch; }
  .md-up\:flex-1 {
    flex: 1 1 0%; }
  .md-up\:flex-auto {
    flex: 1 1 auto; }
  .md-up\:flex-initial {
    flex: 0 1 auto; }
  .md-up\:flex-none {
    flex: none; }
  .md-up\:flex-grow-0 {
    flex-grow: 0; }
  .md-up\:flex-grow {
    flex-grow: 1; }
  .md-up\:flex-shrink-0 {
    flex-shrink: 0; }
  .md-up\:flex-shrink {
    flex-shrink: 1; }
  .md-up\:order-1 {
    order: 1; }
  .md-up\:order-2 {
    order: 2; }
  .md-up\:order-3 {
    order: 3; }
  .md-up\:order-4 {
    order: 4; }
  .md-up\:order-5 {
    order: 5; }
  .md-up\:order-6 {
    order: 6; }
  .md-up\:order-7 {
    order: 7; }
  .md-up\:order-8 {
    order: 8; }
  .md-up\:order-9 {
    order: 9; }
  .md-up\:order-10 {
    order: 10; }
  .md-up\:order-11 {
    order: 11; }
  .md-up\:order-12 {
    order: 12; }
  .md-up\:order-first {
    order: -9999; }
  .md-up\:order-last {
    order: 9999; }
  .md-up\:order-none {
    order: 0; }
  .md-up\:float-right {
    float: right; }
  .md-up\:float-left {
    float: left; }
  .md-up\:float-none {
    float: none; }
  .md-up\:clearfix:after {
    content: "";
    display: table;
    clear: both; }
  .md-up\:clear-left {
    clear: left; }
  .md-up\:clear-right {
    clear: right; }
  .md-up\:clear-both {
    clear: both; }
  .md-up\:clear-none {
    clear: none; }
  .md-up\:font-light {
    font-weight: 300; }
  .md-up\:font-book {
    font-weight: 400; }
  .md-up\:font-medium {
    font-weight: 500; }
  .md-up\:h-0 {
    height: 0; }
  .md-up\:h-1 {
    height: 0.25rem; }
  .md-up\:h-2 {
    height: 0.5rem; }
  .md-up\:h-3 {
    height: 0.75rem; }
  .md-up\:h-4 {
    height: 1rem; }
  .md-up\:h-5 {
    height: 1.25rem; }
  .md-up\:h-6 {
    height: 1.5rem; }
  .md-up\:h-8 {
    height: 2rem; }
  .md-up\:h-10 {
    height: 2.5rem; }
  .md-up\:h-12 {
    height: 3rem; }
  .md-up\:h-16 {
    height: 4rem; }
  .md-up\:h-24 {
    height: 6rem; }
  .md-up\:h-32 {
    height: 8rem; }
  .md-up\:h-48 {
    height: 12rem; }
  .md-up\:h-64 {
    height: 16rem; }
  .md-up\:h-96 {
    height: 24rem; }
  .md-up\:h-auto {
    height: auto; }
  .md-up\:h-px {
    height: 1px; }
  .md-up\:h-1\/2 {
    height: 50%; }
  .md-up\:h-full {
    height: 100%; }
  .md-up\:h-screen {
    height: 100vh; }
  .md-up\:m-0 {
    margin: 0; }
  .md-up\:m-1 {
    margin: 0.25rem; }
  .md-up\:m-2 {
    margin: 0.5rem; }
  .md-up\:m-3 {
    margin: 0.75rem; }
  .md-up\:m-4 {
    margin: 1rem; }
  .md-up\:m-5 {
    margin: 1.25rem; }
  .md-up\:m-6 {
    margin: 1.5rem; }
  .md-up\:m-8 {
    margin: 2rem; }
  .md-up\:m-9 {
    margin: 2.25rem; }
  .md-up\:m-10 {
    margin: 2.5rem; }
  .md-up\:m-12 {
    margin: 3rem; }
  .md-up\:m-14 {
    margin: 3.5rem; }
  .md-up\:m-16 {
    margin: 4rem; }
  .md-up\:m-18 {
    margin: 4.5rem; }
  .md-up\:m-20 {
    margin: 5rem; }
  .md-up\:m-24 {
    margin: 6rem; }
  .md-up\:m-28 {
    margin: 7rem; }
  .md-up\:m-30 {
    margin: 7.5rem; }
  .md-up\:-m-px {
    margin: -1px; }
  .md-up\:-m-0 {
    margin: 0; }
  .md-up\:-m-1 {
    margin: -0.25rem; }
  .md-up\:-m-2 {
    margin: -0.5rem; }
  .md-up\:-m-3 {
    margin: -0.75rem; }
  .md-up\:-m-4 {
    margin: -1rem; }
  .md-up\:-m-6 {
    margin: -1.5rem; }
  .md-up\:-m-8 {
    margin: -2rem; }
  .md-up\:-m-12 {
    margin: -3rem; }
  .md-up\:-m-14 {
    margin: -3.5rem; }
  .md-up\:-m-16 {
    margin: -4rem; }
  .md-up\:-m-20 {
    margin: -5rem; }
  .md-up\:-m-24 {
    margin: -6rem; }
  .md-up\:-m-30 {
    margin: -7.5rem; }
  .md-up\:m-auto {
    margin: auto; }
  .md-up\:m-px {
    margin: 1px; }
  .md-up\:m-1\/2 {
    margin: 50%; }
  .md-up\:m-1\/3 {
    margin: 33.33333%; }
  .md-up\:m-2\/3 {
    margin: 66.66667%; }
  .md-up\:m-1\/4 {
    margin: 25%; }
  .md-up\:m-3\/4 {
    margin: 75%; }
  .md-up\:m-1\/5 {
    margin: 20%; }
  .md-up\:m-2\/5 {
    margin: 40%; }
  .md-up\:m-3\/5 {
    margin: 60%; }
  .md-up\:m-4\/5 {
    margin: 80%; }
  .md-up\:m-1\/6 {
    margin: 16.66667%; }
  .md-up\:m-5\/6 {
    margin: 83.33333%; }
  .md-up\:m-full {
    margin: 100%; }
  .md-up\:my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .md-up\:mx-0 {
    margin-left: 0;
    margin-right: 0; }
  .md-up\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  .md-up\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .md-up\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .md-up\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .md-up\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .md-up\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  .md-up\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .md-up\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .md-up\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .md-up\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  .md-up\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .md-up\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .md-up\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .md-up\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .md-up\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }
  .md-up\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem; }
  .md-up\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .md-up\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .md-up\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .md-up\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .md-up\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .md-up\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .md-up\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .md-up\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .md-up\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .md-up\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .md-up\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .md-up\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .md-up\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .md-up\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem; }
  .md-up\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem; }
  .md-up\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem; }
  .md-up\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; }
  .md-up\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem; }
  .md-up\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px; }
  .md-up\:-mx-px {
    margin-left: -1px;
    margin-right: -1px; }
  .md-up\:-my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .md-up\:-mx-0 {
    margin-left: 0;
    margin-right: 0; }
  .md-up\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; }
  .md-up\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
  .md-up\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .md-up\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .md-up\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; }
  .md-up\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .md-up\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .md-up\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .md-up\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .md-up\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .md-up\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .md-up\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .md-up\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .md-up\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .md-up\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .md-up\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .md-up\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .md-up\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .md-up\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .md-up\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .md-up\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem; }
  .md-up\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem; }
  .md-up\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem; }
  .md-up\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem; }
  .md-up\:my-auto {
    margin-top: auto;
    margin-bottom: auto; }
  .md-up\:mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .md-up\:my-px {
    margin-top: 1px;
    margin-bottom: 1px; }
  .md-up\:mx-px {
    margin-left: 1px;
    margin-right: 1px; }
  .md-up\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%; }
  .md-up\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%; }
  .md-up\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%; }
  .md-up\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%; }
  .md-up\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%; }
  .md-up\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%; }
  .md-up\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%; }
  .md-up\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%; }
  .md-up\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%; }
  .md-up\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%; }
  .md-up\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%; }
  .md-up\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%; }
  .md-up\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%; }
  .md-up\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%; }
  .md-up\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%; }
  .md-up\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%; }
  .md-up\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%; }
  .md-up\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%; }
  .md-up\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%; }
  .md-up\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%; }
  .md-up\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%; }
  .md-up\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%; }
  .md-up\:my-full {
    margin-top: 100%;
    margin-bottom: 100%; }
  .md-up\:mx-full {
    margin-left: 100%;
    margin-right: 100%; }
  .md-up\:mt-0 {
    margin-top: 0; }
  .md-up\:mr-0 {
    margin-right: 0; }
  .md-up\:mb-0 {
    margin-bottom: 0; }
  .md-up\:ml-0 {
    margin-left: 0; }
  .md-up\:mt-1 {
    margin-top: 0.25rem; }
  .md-up\:mr-1 {
    margin-right: 0.25rem; }
  .md-up\:mb-1 {
    margin-bottom: 0.25rem; }
  .md-up\:ml-1 {
    margin-left: 0.25rem; }
  .md-up\:mt-2 {
    margin-top: 0.5rem; }
  .md-up\:mr-2 {
    margin-right: 0.5rem; }
  .md-up\:mb-2 {
    margin-bottom: 0.5rem; }
  .md-up\:ml-2 {
    margin-left: 0.5rem; }
  .md-up\:mt-3 {
    margin-top: 0.75rem; }
  .md-up\:mr-3 {
    margin-right: 0.75rem; }
  .md-up\:mb-3 {
    margin-bottom: 0.75rem; }
  .md-up\:ml-3 {
    margin-left: 0.75rem; }
  .md-up\:mt-4 {
    margin-top: 1rem; }
  .md-up\:mr-4 {
    margin-right: 1rem; }
  .md-up\:mb-4 {
    margin-bottom: 1rem; }
  .md-up\:ml-4 {
    margin-left: 1rem; }
  .md-up\:mt-5 {
    margin-top: 1.25rem; }
  .md-up\:mr-5 {
    margin-right: 1.25rem; }
  .md-up\:mb-5 {
    margin-bottom: 1.25rem; }
  .md-up\:ml-5 {
    margin-left: 1.25rem; }
  .md-up\:mt-6 {
    margin-top: 1.5rem; }
  .md-up\:mr-6 {
    margin-right: 1.5rem; }
  .md-up\:mb-6 {
    margin-bottom: 1.5rem; }
  .md-up\:ml-6 {
    margin-left: 1.5rem; }
  .md-up\:mt-8 {
    margin-top: 2rem; }
  .md-up\:mr-8 {
    margin-right: 2rem; }
  .md-up\:mb-8 {
    margin-bottom: 2rem; }
  .md-up\:ml-8 {
    margin-left: 2rem; }
  .md-up\:mt-9 {
    margin-top: 2.25rem; }
  .md-up\:mr-9 {
    margin-right: 2.25rem; }
  .md-up\:mb-9 {
    margin-bottom: 2.25rem; }
  .md-up\:ml-9 {
    margin-left: 2.25rem; }
  .md-up\:mt-10 {
    margin-top: 2.5rem; }
  .md-up\:mr-10 {
    margin-right: 2.5rem; }
  .md-up\:mb-10 {
    margin-bottom: 2.5rem; }
  .md-up\:ml-10 {
    margin-left: 2.5rem; }
  .md-up\:mt-12 {
    margin-top: 3rem; }
  .md-up\:mr-12 {
    margin-right: 3rem; }
  .md-up\:mb-12 {
    margin-bottom: 3rem; }
  .md-up\:ml-12 {
    margin-left: 3rem; }
  .md-up\:mt-14 {
    margin-top: 3.5rem; }
  .md-up\:mr-14 {
    margin-right: 3.5rem; }
  .md-up\:mb-14 {
    margin-bottom: 3.5rem; }
  .md-up\:ml-14 {
    margin-left: 3.5rem; }
  .md-up\:mt-16 {
    margin-top: 4rem; }
  .md-up\:mr-16 {
    margin-right: 4rem; }
  .md-up\:mb-16 {
    margin-bottom: 4rem; }
  .md-up\:ml-16 {
    margin-left: 4rem; }
  .md-up\:mt-18 {
    margin-top: 4.5rem; }
  .md-up\:mr-18 {
    margin-right: 4.5rem; }
  .md-up\:mb-18 {
    margin-bottom: 4.5rem; }
  .md-up\:ml-18 {
    margin-left: 4.5rem; }
  .md-up\:mt-20 {
    margin-top: 5rem; }
  .md-up\:mr-20 {
    margin-right: 5rem; }
  .md-up\:mb-20 {
    margin-bottom: 5rem; }
  .md-up\:ml-20 {
    margin-left: 5rem; }
  .md-up\:mt-24 {
    margin-top: 6rem; }
  .md-up\:mr-24 {
    margin-right: 6rem; }
  .md-up\:mb-24 {
    margin-bottom: 6rem; }
  .md-up\:ml-24 {
    margin-left: 6rem; }
  .md-up\:mt-28 {
    margin-top: 7rem; }
  .md-up\:mr-28 {
    margin-right: 7rem; }
  .md-up\:mb-28 {
    margin-bottom: 7rem; }
  .md-up\:ml-28 {
    margin-left: 7rem; }
  .md-up\:mt-30 {
    margin-top: 7.5rem; }
  .md-up\:mr-30 {
    margin-right: 7.5rem; }
  .md-up\:mb-30 {
    margin-bottom: 7.5rem; }
  .md-up\:ml-30 {
    margin-left: 7.5rem; }
  .md-up\:-mt-px {
    margin-top: -1px; }
  .md-up\:-mr-px {
    margin-right: -1px; }
  .md-up\:-mb-px {
    margin-bottom: -1px; }
  .md-up\:-ml-px {
    margin-left: -1px; }
  .md-up\:-mt-0 {
    margin-top: 0; }
  .md-up\:-mr-0 {
    margin-right: 0; }
  .md-up\:-mb-0 {
    margin-bottom: 0; }
  .md-up\:-ml-0 {
    margin-left: 0; }
  .md-up\:-mt-1 {
    margin-top: -0.25rem; }
  .md-up\:-mr-1 {
    margin-right: -0.25rem; }
  .md-up\:-mb-1 {
    margin-bottom: -0.25rem; }
  .md-up\:-ml-1 {
    margin-left: -0.25rem; }
  .md-up\:-mt-2 {
    margin-top: -0.5rem; }
  .md-up\:-mr-2 {
    margin-right: -0.5rem; }
  .md-up\:-mb-2 {
    margin-bottom: -0.5rem; }
  .md-up\:-ml-2 {
    margin-left: -0.5rem; }
  .md-up\:-mt-3 {
    margin-top: -0.75rem; }
  .md-up\:-mr-3 {
    margin-right: -0.75rem; }
  .md-up\:-mb-3 {
    margin-bottom: -0.75rem; }
  .md-up\:-ml-3 {
    margin-left: -0.75rem; }
  .md-up\:-mt-4 {
    margin-top: -1rem; }
  .md-up\:-mr-4 {
    margin-right: -1rem; }
  .md-up\:-mb-4 {
    margin-bottom: -1rem; }
  .md-up\:-ml-4 {
    margin-left: -1rem; }
  .md-up\:-mt-6 {
    margin-top: -1.5rem; }
  .md-up\:-mr-6 {
    margin-right: -1.5rem; }
  .md-up\:-mb-6 {
    margin-bottom: -1.5rem; }
  .md-up\:-ml-6 {
    margin-left: -1.5rem; }
  .md-up\:-mt-8 {
    margin-top: -2rem; }
  .md-up\:-mr-8 {
    margin-right: -2rem; }
  .md-up\:-mb-8 {
    margin-bottom: -2rem; }
  .md-up\:-ml-8 {
    margin-left: -2rem; }
  .md-up\:-mt-12 {
    margin-top: -3rem; }
  .md-up\:-mr-12 {
    margin-right: -3rem; }
  .md-up\:-mb-12 {
    margin-bottom: -3rem; }
  .md-up\:-ml-12 {
    margin-left: -3rem; }
  .md-up\:-mt-14 {
    margin-top: -3.5rem; }
  .md-up\:-mr-14 {
    margin-right: -3.5rem; }
  .md-up\:-mb-14 {
    margin-bottom: -3.5rem; }
  .md-up\:-ml-14 {
    margin-left: -3.5rem; }
  .md-up\:-mt-16 {
    margin-top: -4rem; }
  .md-up\:-mr-16 {
    margin-right: -4rem; }
  .md-up\:-mb-16 {
    margin-bottom: -4rem; }
  .md-up\:-ml-16 {
    margin-left: -4rem; }
  .md-up\:-mt-20 {
    margin-top: -5rem; }
  .md-up\:-mr-20 {
    margin-right: -5rem; }
  .md-up\:-mb-20 {
    margin-bottom: -5rem; }
  .md-up\:-ml-20 {
    margin-left: -5rem; }
  .md-up\:-mt-24 {
    margin-top: -6rem; }
  .md-up\:-mr-24 {
    margin-right: -6rem; }
  .md-up\:-mb-24 {
    margin-bottom: -6rem; }
  .md-up\:-ml-24 {
    margin-left: -6rem; }
  .md-up\:-mt-30 {
    margin-top: -7.5rem; }
  .md-up\:-mr-30 {
    margin-right: -7.5rem; }
  .md-up\:-mb-30 {
    margin-bottom: -7.5rem; }
  .md-up\:-ml-30 {
    margin-left: -7.5rem; }
  .md-up\:mt-auto {
    margin-top: auto; }
  .md-up\:mr-auto {
    margin-right: auto; }
  .md-up\:mb-auto {
    margin-bottom: auto; }
  .md-up\:ml-auto {
    margin-left: auto; }
  .md-up\:mt-px {
    margin-top: 1px; }
  .md-up\:mr-px {
    margin-right: 1px; }
  .md-up\:mb-px {
    margin-bottom: 1px; }
  .md-up\:ml-px {
    margin-left: 1px; }
  .md-up\:mt-1\/2 {
    margin-top: 50%; }
  .md-up\:mr-1\/2 {
    margin-right: 50%; }
  .md-up\:mb-1\/2 {
    margin-bottom: 50%; }
  .md-up\:ml-1\/2 {
    margin-left: 50%; }
  .md-up\:mt-1\/3 {
    margin-top: 33.33333%; }
  .md-up\:mr-1\/3 {
    margin-right: 33.33333%; }
  .md-up\:mb-1\/3 {
    margin-bottom: 33.33333%; }
  .md-up\:ml-1\/3 {
    margin-left: 33.33333%; }
  .md-up\:mt-2\/3 {
    margin-top: 66.66667%; }
  .md-up\:mr-2\/3 {
    margin-right: 66.66667%; }
  .md-up\:mb-2\/3 {
    margin-bottom: 66.66667%; }
  .md-up\:ml-2\/3 {
    margin-left: 66.66667%; }
  .md-up\:mt-1\/4 {
    margin-top: 25%; }
  .md-up\:mr-1\/4 {
    margin-right: 25%; }
  .md-up\:mb-1\/4 {
    margin-bottom: 25%; }
  .md-up\:ml-1\/4 {
    margin-left: 25%; }
  .md-up\:mt-3\/4 {
    margin-top: 75%; }
  .md-up\:mr-3\/4 {
    margin-right: 75%; }
  .md-up\:mb-3\/4 {
    margin-bottom: 75%; }
  .md-up\:ml-3\/4 {
    margin-left: 75%; }
  .md-up\:mt-1\/5 {
    margin-top: 20%; }
  .md-up\:mr-1\/5 {
    margin-right: 20%; }
  .md-up\:mb-1\/5 {
    margin-bottom: 20%; }
  .md-up\:ml-1\/5 {
    margin-left: 20%; }
  .md-up\:mt-2\/5 {
    margin-top: 40%; }
  .md-up\:mr-2\/5 {
    margin-right: 40%; }
  .md-up\:mb-2\/5 {
    margin-bottom: 40%; }
  .md-up\:ml-2\/5 {
    margin-left: 40%; }
  .md-up\:mt-3\/5 {
    margin-top: 60%; }
  .md-up\:mr-3\/5 {
    margin-right: 60%; }
  .md-up\:mb-3\/5 {
    margin-bottom: 60%; }
  .md-up\:ml-3\/5 {
    margin-left: 60%; }
  .md-up\:mt-4\/5 {
    margin-top: 80%; }
  .md-up\:mr-4\/5 {
    margin-right: 80%; }
  .md-up\:mb-4\/5 {
    margin-bottom: 80%; }
  .md-up\:ml-4\/5 {
    margin-left: 80%; }
  .md-up\:mt-1\/6 {
    margin-top: 16.66667%; }
  .md-up\:mr-1\/6 {
    margin-right: 16.66667%; }
  .md-up\:mb-1\/6 {
    margin-bottom: 16.66667%; }
  .md-up\:ml-1\/6 {
    margin-left: 16.66667%; }
  .md-up\:mt-5\/6 {
    margin-top: 83.33333%; }
  .md-up\:mr-5\/6 {
    margin-right: 83.33333%; }
  .md-up\:mb-5\/6 {
    margin-bottom: 83.33333%; }
  .md-up\:ml-5\/6 {
    margin-left: 83.33333%; }
  .md-up\:mt-full {
    margin-top: 100%; }
  .md-up\:mr-full {
    margin-right: 100%; }
  .md-up\:mb-full {
    margin-bottom: 100%; }
  .md-up\:ml-full {
    margin-left: 100%; }
  .md-up\:last\:m-0:last-child {
    margin: 0; }
  .md-up\:last\:m-1:last-child {
    margin: 0.25rem; }
  .md-up\:last\:m-2:last-child {
    margin: 0.5rem; }
  .md-up\:last\:m-3:last-child {
    margin: 0.75rem; }
  .md-up\:last\:m-4:last-child {
    margin: 1rem; }
  .md-up\:last\:m-5:last-child {
    margin: 1.25rem; }
  .md-up\:last\:m-6:last-child {
    margin: 1.5rem; }
  .md-up\:last\:m-8:last-child {
    margin: 2rem; }
  .md-up\:last\:m-9:last-child {
    margin: 2.25rem; }
  .md-up\:last\:m-10:last-child {
    margin: 2.5rem; }
  .md-up\:last\:m-12:last-child {
    margin: 3rem; }
  .md-up\:last\:m-14:last-child {
    margin: 3.5rem; }
  .md-up\:last\:m-16:last-child {
    margin: 4rem; }
  .md-up\:last\:m-18:last-child {
    margin: 4.5rem; }
  .md-up\:last\:m-20:last-child {
    margin: 5rem; }
  .md-up\:last\:m-24:last-child {
    margin: 6rem; }
  .md-up\:last\:m-28:last-child {
    margin: 7rem; }
  .md-up\:last\:m-30:last-child {
    margin: 7.5rem; }
  .md-up\:last\:-m-px:last-child {
    margin: -1px; }
  .md-up\:last\:-m-0:last-child {
    margin: 0; }
  .md-up\:last\:-m-1:last-child {
    margin: -0.25rem; }
  .md-up\:last\:-m-2:last-child {
    margin: -0.5rem; }
  .md-up\:last\:-m-3:last-child {
    margin: -0.75rem; }
  .md-up\:last\:-m-4:last-child {
    margin: -1rem; }
  .md-up\:last\:-m-6:last-child {
    margin: -1.5rem; }
  .md-up\:last\:-m-8:last-child {
    margin: -2rem; }
  .md-up\:last\:-m-12:last-child {
    margin: -3rem; }
  .md-up\:last\:-m-14:last-child {
    margin: -3.5rem; }
  .md-up\:last\:-m-16:last-child {
    margin: -4rem; }
  .md-up\:last\:-m-20:last-child {
    margin: -5rem; }
  .md-up\:last\:-m-24:last-child {
    margin: -6rem; }
  .md-up\:last\:-m-30:last-child {
    margin: -7.5rem; }
  .md-up\:last\:m-auto:last-child {
    margin: auto; }
  .md-up\:last\:m-px:last-child {
    margin: 1px; }
  .md-up\:last\:m-1\/2:last-child {
    margin: 50%; }
  .md-up\:last\:m-1\/3:last-child {
    margin: 33.33333%; }
  .md-up\:last\:m-2\/3:last-child {
    margin: 66.66667%; }
  .md-up\:last\:m-1\/4:last-child {
    margin: 25%; }
  .md-up\:last\:m-3\/4:last-child {
    margin: 75%; }
  .md-up\:last\:m-1\/5:last-child {
    margin: 20%; }
  .md-up\:last\:m-2\/5:last-child {
    margin: 40%; }
  .md-up\:last\:m-3\/5:last-child {
    margin: 60%; }
  .md-up\:last\:m-4\/5:last-child {
    margin: 80%; }
  .md-up\:last\:m-1\/6:last-child {
    margin: 16.66667%; }
  .md-up\:last\:m-5\/6:last-child {
    margin: 83.33333%; }
  .md-up\:last\:m-full:last-child {
    margin: 100%; }
  .md-up\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0; }
  .md-up\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0; }
  .md-up\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  .md-up\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .md-up\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .md-up\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .md-up\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .md-up\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  .md-up\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .md-up\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem; }
  .md-up\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .md-up\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  .md-up\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .md-up\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .md-up\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .md-up\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem; }
  .md-up\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }
  .md-up\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem; }
  .md-up\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .md-up\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .md-up\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .md-up\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem; }
  .md-up\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .md-up\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .md-up\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .md-up\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem; }
  .md-up\:last\:my-18:last-child {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .md-up\:last\:mx-18:last-child {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .md-up\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .md-up\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem; }
  .md-up\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .md-up\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem; }
  .md-up\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem; }
  .md-up\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem; }
  .md-up\:last\:my-30:last-child {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; }
  .md-up\:last\:mx-30:last-child {
    margin-left: 7.5rem;
    margin-right: 7.5rem; }
  .md-up\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px; }
  .md-up\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px; }
  .md-up\:last\:-my-0:last-child {
    margin-top: 0;
    margin-bottom: 0; }
  .md-up\:last\:-mx-0:last-child {
    margin-left: 0;
    margin-right: 0; }
  .md-up\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; }
  .md-up\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
  .md-up\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .md-up\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .md-up\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; }
  .md-up\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .md-up\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .md-up\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem; }
  .md-up\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .md-up\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .md-up\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .md-up\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem; }
  .md-up\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .md-up\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem; }
  .md-up\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .md-up\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .md-up\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .md-up\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem; }
  .md-up\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .md-up\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem; }
  .md-up\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem; }
  .md-up\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem; }
  .md-up\:last\:-my-30:last-child {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem; }
  .md-up\:last\:-mx-30:last-child {
    margin-left: -7.5rem;
    margin-right: -7.5rem; }
  .md-up\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto; }
  .md-up\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto; }
  .md-up\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px; }
  .md-up\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px; }
  .md-up\:last\:my-1\/2:last-child {
    margin-top: 50%;
    margin-bottom: 50%; }
  .md-up\:last\:mx-1\/2:last-child {
    margin-left: 50%;
    margin-right: 50%; }
  .md-up\:last\:my-1\/3:last-child {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%; }
  .md-up\:last\:mx-1\/3:last-child {
    margin-left: 33.33333%;
    margin-right: 33.33333%; }
  .md-up\:last\:my-2\/3:last-child {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%; }
  .md-up\:last\:mx-2\/3:last-child {
    margin-left: 66.66667%;
    margin-right: 66.66667%; }
  .md-up\:last\:my-1\/4:last-child {
    margin-top: 25%;
    margin-bottom: 25%; }
  .md-up\:last\:mx-1\/4:last-child {
    margin-left: 25%;
    margin-right: 25%; }
  .md-up\:last\:my-3\/4:last-child {
    margin-top: 75%;
    margin-bottom: 75%; }
  .md-up\:last\:mx-3\/4:last-child {
    margin-left: 75%;
    margin-right: 75%; }
  .md-up\:last\:my-1\/5:last-child {
    margin-top: 20%;
    margin-bottom: 20%; }
  .md-up\:last\:mx-1\/5:last-child {
    margin-left: 20%;
    margin-right: 20%; }
  .md-up\:last\:my-2\/5:last-child {
    margin-top: 40%;
    margin-bottom: 40%; }
  .md-up\:last\:mx-2\/5:last-child {
    margin-left: 40%;
    margin-right: 40%; }
  .md-up\:last\:my-3\/5:last-child {
    margin-top: 60%;
    margin-bottom: 60%; }
  .md-up\:last\:mx-3\/5:last-child {
    margin-left: 60%;
    margin-right: 60%; }
  .md-up\:last\:my-4\/5:last-child {
    margin-top: 80%;
    margin-bottom: 80%; }
  .md-up\:last\:mx-4\/5:last-child {
    margin-left: 80%;
    margin-right: 80%; }
  .md-up\:last\:my-1\/6:last-child {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%; }
  .md-up\:last\:mx-1\/6:last-child {
    margin-left: 16.66667%;
    margin-right: 16.66667%; }
  .md-up\:last\:my-5\/6:last-child {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%; }
  .md-up\:last\:mx-5\/6:last-child {
    margin-left: 83.33333%;
    margin-right: 83.33333%; }
  .md-up\:last\:my-full:last-child {
    margin-top: 100%;
    margin-bottom: 100%; }
  .md-up\:last\:mx-full:last-child {
    margin-left: 100%;
    margin-right: 100%; }
  .md-up\:last\:mt-0:last-child {
    margin-top: 0; }
  .md-up\:last\:mr-0:last-child {
    margin-right: 0; }
  .md-up\:last\:mb-0:last-child {
    margin-bottom: 0; }
  .md-up\:last\:ml-0:last-child {
    margin-left: 0; }
  .md-up\:last\:mt-1:last-child {
    margin-top: 0.25rem; }
  .md-up\:last\:mr-1:last-child {
    margin-right: 0.25rem; }
  .md-up\:last\:mb-1:last-child {
    margin-bottom: 0.25rem; }
  .md-up\:last\:ml-1:last-child {
    margin-left: 0.25rem; }
  .md-up\:last\:mt-2:last-child {
    margin-top: 0.5rem; }
  .md-up\:last\:mr-2:last-child {
    margin-right: 0.5rem; }
  .md-up\:last\:mb-2:last-child {
    margin-bottom: 0.5rem; }
  .md-up\:last\:ml-2:last-child {
    margin-left: 0.5rem; }
  .md-up\:last\:mt-3:last-child {
    margin-top: 0.75rem; }
  .md-up\:last\:mr-3:last-child {
    margin-right: 0.75rem; }
  .md-up\:last\:mb-3:last-child {
    margin-bottom: 0.75rem; }
  .md-up\:last\:ml-3:last-child {
    margin-left: 0.75rem; }
  .md-up\:last\:mt-4:last-child {
    margin-top: 1rem; }
  .md-up\:last\:mr-4:last-child {
    margin-right: 1rem; }
  .md-up\:last\:mb-4:last-child {
    margin-bottom: 1rem; }
  .md-up\:last\:ml-4:last-child {
    margin-left: 1rem; }
  .md-up\:last\:mt-5:last-child {
    margin-top: 1.25rem; }
  .md-up\:last\:mr-5:last-child {
    margin-right: 1.25rem; }
  .md-up\:last\:mb-5:last-child {
    margin-bottom: 1.25rem; }
  .md-up\:last\:ml-5:last-child {
    margin-left: 1.25rem; }
  .md-up\:last\:mt-6:last-child {
    margin-top: 1.5rem; }
  .md-up\:last\:mr-6:last-child {
    margin-right: 1.5rem; }
  .md-up\:last\:mb-6:last-child {
    margin-bottom: 1.5rem; }
  .md-up\:last\:ml-6:last-child {
    margin-left: 1.5rem; }
  .md-up\:last\:mt-8:last-child {
    margin-top: 2rem; }
  .md-up\:last\:mr-8:last-child {
    margin-right: 2rem; }
  .md-up\:last\:mb-8:last-child {
    margin-bottom: 2rem; }
  .md-up\:last\:ml-8:last-child {
    margin-left: 2rem; }
  .md-up\:last\:mt-9:last-child {
    margin-top: 2.25rem; }
  .md-up\:last\:mr-9:last-child {
    margin-right: 2.25rem; }
  .md-up\:last\:mb-9:last-child {
    margin-bottom: 2.25rem; }
  .md-up\:last\:ml-9:last-child {
    margin-left: 2.25rem; }
  .md-up\:last\:mt-10:last-child {
    margin-top: 2.5rem; }
  .md-up\:last\:mr-10:last-child {
    margin-right: 2.5rem; }
  .md-up\:last\:mb-10:last-child {
    margin-bottom: 2.5rem; }
  .md-up\:last\:ml-10:last-child {
    margin-left: 2.5rem; }
  .md-up\:last\:mt-12:last-child {
    margin-top: 3rem; }
  .md-up\:last\:mr-12:last-child {
    margin-right: 3rem; }
  .md-up\:last\:mb-12:last-child {
    margin-bottom: 3rem; }
  .md-up\:last\:ml-12:last-child {
    margin-left: 3rem; }
  .md-up\:last\:mt-14:last-child {
    margin-top: 3.5rem; }
  .md-up\:last\:mr-14:last-child {
    margin-right: 3.5rem; }
  .md-up\:last\:mb-14:last-child {
    margin-bottom: 3.5rem; }
  .md-up\:last\:ml-14:last-child {
    margin-left: 3.5rem; }
  .md-up\:last\:mt-16:last-child {
    margin-top: 4rem; }
  .md-up\:last\:mr-16:last-child {
    margin-right: 4rem; }
  .md-up\:last\:mb-16:last-child {
    margin-bottom: 4rem; }
  .md-up\:last\:ml-16:last-child {
    margin-left: 4rem; }
  .md-up\:last\:mt-18:last-child {
    margin-top: 4.5rem; }
  .md-up\:last\:mr-18:last-child {
    margin-right: 4.5rem; }
  .md-up\:last\:mb-18:last-child {
    margin-bottom: 4.5rem; }
  .md-up\:last\:ml-18:last-child {
    margin-left: 4.5rem; }
  .md-up\:last\:mt-20:last-child {
    margin-top: 5rem; }
  .md-up\:last\:mr-20:last-child {
    margin-right: 5rem; }
  .md-up\:last\:mb-20:last-child {
    margin-bottom: 5rem; }
  .md-up\:last\:ml-20:last-child {
    margin-left: 5rem; }
  .md-up\:last\:mt-24:last-child {
    margin-top: 6rem; }
  .md-up\:last\:mr-24:last-child {
    margin-right: 6rem; }
  .md-up\:last\:mb-24:last-child {
    margin-bottom: 6rem; }
  .md-up\:last\:ml-24:last-child {
    margin-left: 6rem; }
  .md-up\:last\:mt-28:last-child {
    margin-top: 7rem; }
  .md-up\:last\:mr-28:last-child {
    margin-right: 7rem; }
  .md-up\:last\:mb-28:last-child {
    margin-bottom: 7rem; }
  .md-up\:last\:ml-28:last-child {
    margin-left: 7rem; }
  .md-up\:last\:mt-30:last-child {
    margin-top: 7.5rem; }
  .md-up\:last\:mr-30:last-child {
    margin-right: 7.5rem; }
  .md-up\:last\:mb-30:last-child {
    margin-bottom: 7.5rem; }
  .md-up\:last\:ml-30:last-child {
    margin-left: 7.5rem; }
  .md-up\:last\:-mt-px:last-child {
    margin-top: -1px; }
  .md-up\:last\:-mr-px:last-child {
    margin-right: -1px; }
  .md-up\:last\:-mb-px:last-child {
    margin-bottom: -1px; }
  .md-up\:last\:-ml-px:last-child {
    margin-left: -1px; }
  .md-up\:last\:-mt-0:last-child {
    margin-top: 0; }
  .md-up\:last\:-mr-0:last-child {
    margin-right: 0; }
  .md-up\:last\:-mb-0:last-child {
    margin-bottom: 0; }
  .md-up\:last\:-ml-0:last-child {
    margin-left: 0; }
  .md-up\:last\:-mt-1:last-child {
    margin-top: -0.25rem; }
  .md-up\:last\:-mr-1:last-child {
    margin-right: -0.25rem; }
  .md-up\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem; }
  .md-up\:last\:-ml-1:last-child {
    margin-left: -0.25rem; }
  .md-up\:last\:-mt-2:last-child {
    margin-top: -0.5rem; }
  .md-up\:last\:-mr-2:last-child {
    margin-right: -0.5rem; }
  .md-up\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem; }
  .md-up\:last\:-ml-2:last-child {
    margin-left: -0.5rem; }
  .md-up\:last\:-mt-3:last-child {
    margin-top: -0.75rem; }
  .md-up\:last\:-mr-3:last-child {
    margin-right: -0.75rem; }
  .md-up\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem; }
  .md-up\:last\:-ml-3:last-child {
    margin-left: -0.75rem; }
  .md-up\:last\:-mt-4:last-child {
    margin-top: -1rem; }
  .md-up\:last\:-mr-4:last-child {
    margin-right: -1rem; }
  .md-up\:last\:-mb-4:last-child {
    margin-bottom: -1rem; }
  .md-up\:last\:-ml-4:last-child {
    margin-left: -1rem; }
  .md-up\:last\:-mt-6:last-child {
    margin-top: -1.5rem; }
  .md-up\:last\:-mr-6:last-child {
    margin-right: -1.5rem; }
  .md-up\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem; }
  .md-up\:last\:-ml-6:last-child {
    margin-left: -1.5rem; }
  .md-up\:last\:-mt-8:last-child {
    margin-top: -2rem; }
  .md-up\:last\:-mr-8:last-child {
    margin-right: -2rem; }
  .md-up\:last\:-mb-8:last-child {
    margin-bottom: -2rem; }
  .md-up\:last\:-ml-8:last-child {
    margin-left: -2rem; }
  .md-up\:last\:-mt-12:last-child {
    margin-top: -3rem; }
  .md-up\:last\:-mr-12:last-child {
    margin-right: -3rem; }
  .md-up\:last\:-mb-12:last-child {
    margin-bottom: -3rem; }
  .md-up\:last\:-ml-12:last-child {
    margin-left: -3rem; }
  .md-up\:last\:-mt-14:last-child {
    margin-top: -3.5rem; }
  .md-up\:last\:-mr-14:last-child {
    margin-right: -3.5rem; }
  .md-up\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem; }
  .md-up\:last\:-ml-14:last-child {
    margin-left: -3.5rem; }
  .md-up\:last\:-mt-16:last-child {
    margin-top: -4rem; }
  .md-up\:last\:-mr-16:last-child {
    margin-right: -4rem; }
  .md-up\:last\:-mb-16:last-child {
    margin-bottom: -4rem; }
  .md-up\:last\:-ml-16:last-child {
    margin-left: -4rem; }
  .md-up\:last\:-mt-20:last-child {
    margin-top: -5rem; }
  .md-up\:last\:-mr-20:last-child {
    margin-right: -5rem; }
  .md-up\:last\:-mb-20:last-child {
    margin-bottom: -5rem; }
  .md-up\:last\:-ml-20:last-child {
    margin-left: -5rem; }
  .md-up\:last\:-mt-24:last-child {
    margin-top: -6rem; }
  .md-up\:last\:-mr-24:last-child {
    margin-right: -6rem; }
  .md-up\:last\:-mb-24:last-child {
    margin-bottom: -6rem; }
  .md-up\:last\:-ml-24:last-child {
    margin-left: -6rem; }
  .md-up\:last\:-mt-30:last-child {
    margin-top: -7.5rem; }
  .md-up\:last\:-mr-30:last-child {
    margin-right: -7.5rem; }
  .md-up\:last\:-mb-30:last-child {
    margin-bottom: -7.5rem; }
  .md-up\:last\:-ml-30:last-child {
    margin-left: -7.5rem; }
  .md-up\:last\:mt-auto:last-child {
    margin-top: auto; }
  .md-up\:last\:mr-auto:last-child {
    margin-right: auto; }
  .md-up\:last\:mb-auto:last-child {
    margin-bottom: auto; }
  .md-up\:last\:ml-auto:last-child {
    margin-left: auto; }
  .md-up\:last\:mt-px:last-child {
    margin-top: 1px; }
  .md-up\:last\:mr-px:last-child {
    margin-right: 1px; }
  .md-up\:last\:mb-px:last-child {
    margin-bottom: 1px; }
  .md-up\:last\:ml-px:last-child {
    margin-left: 1px; }
  .md-up\:last\:mt-1\/2:last-child {
    margin-top: 50%; }
  .md-up\:last\:mr-1\/2:last-child {
    margin-right: 50%; }
  .md-up\:last\:mb-1\/2:last-child {
    margin-bottom: 50%; }
  .md-up\:last\:ml-1\/2:last-child {
    margin-left: 50%; }
  .md-up\:last\:mt-1\/3:last-child {
    margin-top: 33.33333%; }
  .md-up\:last\:mr-1\/3:last-child {
    margin-right: 33.33333%; }
  .md-up\:last\:mb-1\/3:last-child {
    margin-bottom: 33.33333%; }
  .md-up\:last\:ml-1\/3:last-child {
    margin-left: 33.33333%; }
  .md-up\:last\:mt-2\/3:last-child {
    margin-top: 66.66667%; }
  .md-up\:last\:mr-2\/3:last-child {
    margin-right: 66.66667%; }
  .md-up\:last\:mb-2\/3:last-child {
    margin-bottom: 66.66667%; }
  .md-up\:last\:ml-2\/3:last-child {
    margin-left: 66.66667%; }
  .md-up\:last\:mt-1\/4:last-child {
    margin-top: 25%; }
  .md-up\:last\:mr-1\/4:last-child {
    margin-right: 25%; }
  .md-up\:last\:mb-1\/4:last-child {
    margin-bottom: 25%; }
  .md-up\:last\:ml-1\/4:last-child {
    margin-left: 25%; }
  .md-up\:last\:mt-3\/4:last-child {
    margin-top: 75%; }
  .md-up\:last\:mr-3\/4:last-child {
    margin-right: 75%; }
  .md-up\:last\:mb-3\/4:last-child {
    margin-bottom: 75%; }
  .md-up\:last\:ml-3\/4:last-child {
    margin-left: 75%; }
  .md-up\:last\:mt-1\/5:last-child {
    margin-top: 20%; }
  .md-up\:last\:mr-1\/5:last-child {
    margin-right: 20%; }
  .md-up\:last\:mb-1\/5:last-child {
    margin-bottom: 20%; }
  .md-up\:last\:ml-1\/5:last-child {
    margin-left: 20%; }
  .md-up\:last\:mt-2\/5:last-child {
    margin-top: 40%; }
  .md-up\:last\:mr-2\/5:last-child {
    margin-right: 40%; }
  .md-up\:last\:mb-2\/5:last-child {
    margin-bottom: 40%; }
  .md-up\:last\:ml-2\/5:last-child {
    margin-left: 40%; }
  .md-up\:last\:mt-3\/5:last-child {
    margin-top: 60%; }
  .md-up\:last\:mr-3\/5:last-child {
    margin-right: 60%; }
  .md-up\:last\:mb-3\/5:last-child {
    margin-bottom: 60%; }
  .md-up\:last\:ml-3\/5:last-child {
    margin-left: 60%; }
  .md-up\:last\:mt-4\/5:last-child {
    margin-top: 80%; }
  .md-up\:last\:mr-4\/5:last-child {
    margin-right: 80%; }
  .md-up\:last\:mb-4\/5:last-child {
    margin-bottom: 80%; }
  .md-up\:last\:ml-4\/5:last-child {
    margin-left: 80%; }
  .md-up\:last\:mt-1\/6:last-child {
    margin-top: 16.66667%; }
  .md-up\:last\:mr-1\/6:last-child {
    margin-right: 16.66667%; }
  .md-up\:last\:mb-1\/6:last-child {
    margin-bottom: 16.66667%; }
  .md-up\:last\:ml-1\/6:last-child {
    margin-left: 16.66667%; }
  .md-up\:last\:mt-5\/6:last-child {
    margin-top: 83.33333%; }
  .md-up\:last\:mr-5\/6:last-child {
    margin-right: 83.33333%; }
  .md-up\:last\:mb-5\/6:last-child {
    margin-bottom: 83.33333%; }
  .md-up\:last\:ml-5\/6:last-child {
    margin-left: 83.33333%; }
  .md-up\:last\:mt-full:last-child {
    margin-top: 100%; }
  .md-up\:last\:mr-full:last-child {
    margin-right: 100%; }
  .md-up\:last\:mb-full:last-child {
    margin-bottom: 100%; }
  .md-up\:last\:ml-full:last-child {
    margin-left: 100%; }
  .md-up\:max-w-none {
    max-width: none; }
  .md-up\:max-w-xs {
    max-width: 20rem; }
  .md-up\:max-w-sm {
    max-width: 30rem; }
  .md-up\:max-w-md {
    max-width: 40rem; }
  .md-up\:max-w-lg {
    max-width: 50rem; }
  .md-up\:max-w-xl {
    max-width: 60rem; }
  .md-up\:max-w-2xl {
    max-width: 70rem; }
  .md-up\:max-w-3xl {
    max-width: 80rem; }
  .md-up\:max-w-4xl {
    max-width: 90rem; }
  .md-up\:max-w-5xl {
    max-width: 100rem; }
  .md-up\:max-w-full {
    max-width: 100%; }
  .md-up\:max-w-chsm {
    max-width: 40ch; }
  .md-up\:max-w-ch {
    max-width: 50ch; }
  .md-up\:max-w-chmd {
    max-width: 65ch; }
  .md-up\:max-w-4\/5 {
    max-width: 80%; }
  .md-up\:object-contain {
    -o-object-fit: contain;
    object-fit: contain; }
  .md-up\:object-cover {
    -o-object-fit: cover;
    object-fit: cover; }
  .md-up\:object-fill {
    -o-object-fit: fill;
    object-fit: fill; }
  .md-up\:object-none {
    -o-object-fit: none;
    object-fit: none; }
  .md-up\:object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down; }
  .md-up\:object-bottom {
    -o-object-position: bottom;
    object-position: bottom; }
  .md-up\:object-center {
    -o-object-position: center;
    object-position: center; }
  .md-up\:object-left {
    -o-object-position: left;
    object-position: left; }
  .md-up\:object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom; }
  .md-up\:object-left-top {
    -o-object-position: left top;
    object-position: left top; }
  .md-up\:object-right {
    -o-object-position: right;
    object-position: right; }
  .md-up\:object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom; }
  .md-up\:object-right-top {
    -o-object-position: right top;
    object-position: right top; }
  .md-up\:object-top {
    -o-object-position: top;
    object-position: top; }
  .md-up\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  .md-up\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px; }
  .md-up\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px; }
  .md-up\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  .md-up\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px; }
  .md-up\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px; }
  .md-up\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto; }
  .md-up\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain; }
  .md-up\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none; }
  .md-up\:overscroll-y-auto {
    overscroll-behavior-y: auto; }
  .md-up\:overscroll-y-contain {
    overscroll-behavior-y: contain; }
  .md-up\:overscroll-y-none {
    overscroll-behavior-y: none; }
  .md-up\:overscroll-x-auto {
    overscroll-behavior-x: auto; }
  .md-up\:overscroll-x-contain {
    overscroll-behavior-x: contain; }
  .md-up\:overscroll-x-none {
    overscroll-behavior-x: none; }
  .md-up\:p-0 {
    padding: 0; }
  .md-up\:p-1 {
    padding: 0.25rem; }
  .md-up\:p-2 {
    padding: 0.5rem; }
  .md-up\:p-3 {
    padding: 0.75rem; }
  .md-up\:p-4 {
    padding: 1rem; }
  .md-up\:p-5 {
    padding: 1.25rem; }
  .md-up\:p-6 {
    padding: 1.5rem; }
  .md-up\:p-8 {
    padding: 2rem; }
  .md-up\:p-9 {
    padding: 2.25rem; }
  .md-up\:p-10 {
    padding: 2.5rem; }
  .md-up\:p-12 {
    padding: 3rem; }
  .md-up\:p-14 {
    padding: 3.5rem; }
  .md-up\:p-16 {
    padding: 4rem; }
  .md-up\:p-18 {
    padding: 4.5rem; }
  .md-up\:p-20 {
    padding: 5rem; }
  .md-up\:p-24 {
    padding: 6rem; }
  .md-up\:p-28 {
    padding: 7rem; }
  .md-up\:p-30 {
    padding: 7.5rem; }
  .md-up\:p-40 {
    padding: 10rem; }
  .md-up\:p-px {
    padding: 1px; }
  .md-up\:p-1\/40 {
    padding: 2.5%; }
  .md-up\:p-1\/20 {
    padding: 5%; }
  .md-up\:p-1\/10 {
    padding: 10%; }
  .md-up\:p-2\/3 {
    padding: 66.6666%; }
  .md-up\:py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .md-up\:px-0 {
    padding-left: 0;
    padding-right: 0; }
  .md-up\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .md-up\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .md-up\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .md-up\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .md-up\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .md-up\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .md-up\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .md-up\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .md-up\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .md-up\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .md-up\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .md-up\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .md-up\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .md-up\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .md-up\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; }
  .md-up\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem; }
  .md-up\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .md-up\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .md-up\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .md-up\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .md-up\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .md-up\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .md-up\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .md-up\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .md-up\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .md-up\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .md-up\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .md-up\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .md-up\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .md-up\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem; }
  .md-up\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .md-up\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem; }
  .md-up\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
  .md-up\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem; }
  .md-up\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .md-up\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem; }
  .md-up\:py-px {
    padding-top: 1px;
    padding-bottom: 1px; }
  .md-up\:px-px {
    padding-left: 1px;
    padding-right: 1px; }
  .md-up\:py-1\/40 {
    padding-top: 2.5%;
    padding-bottom: 2.5%; }
  .md-up\:px-1\/40 {
    padding-left: 2.5%;
    padding-right: 2.5%; }
  .md-up\:py-1\/20 {
    padding-top: 5%;
    padding-bottom: 5%; }
  .md-up\:px-1\/20 {
    padding-left: 5%;
    padding-right: 5%; }
  .md-up\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%; }
  .md-up\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%; }
  .md-up\:py-2\/3 {
    padding-top: 66.6666%;
    padding-bottom: 66.6666%; }
  .md-up\:px-2\/3 {
    padding-left: 66.6666%;
    padding-right: 66.6666%; }
  .md-up\:pt-0 {
    padding-top: 0; }
  .md-up\:pr-0 {
    padding-right: 0; }
  .md-up\:pb-0 {
    padding-bottom: 0; }
  .md-up\:pl-0 {
    padding-left: 0; }
  .md-up\:pt-1 {
    padding-top: 0.25rem; }
  .md-up\:pr-1 {
    padding-right: 0.25rem; }
  .md-up\:pb-1 {
    padding-bottom: 0.25rem; }
  .md-up\:pl-1 {
    padding-left: 0.25rem; }
  .md-up\:pt-2 {
    padding-top: 0.5rem; }
  .md-up\:pr-2 {
    padding-right: 0.5rem; }
  .md-up\:pb-2 {
    padding-bottom: 0.5rem; }
  .md-up\:pl-2 {
    padding-left: 0.5rem; }
  .md-up\:pt-3 {
    padding-top: 0.75rem; }
  .md-up\:pr-3 {
    padding-right: 0.75rem; }
  .md-up\:pb-3 {
    padding-bottom: 0.75rem; }
  .md-up\:pl-3 {
    padding-left: 0.75rem; }
  .md-up\:pt-4 {
    padding-top: 1rem; }
  .md-up\:pr-4 {
    padding-right: 1rem; }
  .md-up\:pb-4 {
    padding-bottom: 1rem; }
  .md-up\:pl-4 {
    padding-left: 1rem; }
  .md-up\:pt-5 {
    padding-top: 1.25rem; }
  .md-up\:pr-5 {
    padding-right: 1.25rem; }
  .md-up\:pb-5 {
    padding-bottom: 1.25rem; }
  .md-up\:pl-5 {
    padding-left: 1.25rem; }
  .md-up\:pt-6 {
    padding-top: 1.5rem; }
  .md-up\:pr-6 {
    padding-right: 1.5rem; }
  .md-up\:pb-6 {
    padding-bottom: 1.5rem; }
  .md-up\:pl-6 {
    padding-left: 1.5rem; }
  .md-up\:pt-8 {
    padding-top: 2rem; }
  .md-up\:pr-8 {
    padding-right: 2rem; }
  .md-up\:pb-8 {
    padding-bottom: 2rem; }
  .md-up\:pl-8 {
    padding-left: 2rem; }
  .md-up\:pt-9 {
    padding-top: 2.25rem; }
  .md-up\:pr-9 {
    padding-right: 2.25rem; }
  .md-up\:pb-9 {
    padding-bottom: 2.25rem; }
  .md-up\:pl-9 {
    padding-left: 2.25rem; }
  .md-up\:pt-10 {
    padding-top: 2.5rem; }
  .md-up\:pr-10 {
    padding-right: 2.5rem; }
  .md-up\:pb-10 {
    padding-bottom: 2.5rem; }
  .md-up\:pl-10 {
    padding-left: 2.5rem; }
  .md-up\:pt-12 {
    padding-top: 3rem; }
  .md-up\:pr-12 {
    padding-right: 3rem; }
  .md-up\:pb-12 {
    padding-bottom: 3rem; }
  .md-up\:pl-12 {
    padding-left: 3rem; }
  .md-up\:pt-14 {
    padding-top: 3.5rem; }
  .md-up\:pr-14 {
    padding-right: 3.5rem; }
  .md-up\:pb-14 {
    padding-bottom: 3.5rem; }
  .md-up\:pl-14 {
    padding-left: 3.5rem; }
  .md-up\:pt-16 {
    padding-top: 4rem; }
  .md-up\:pr-16 {
    padding-right: 4rem; }
  .md-up\:pb-16 {
    padding-bottom: 4rem; }
  .md-up\:pl-16 {
    padding-left: 4rem; }
  .md-up\:pt-18 {
    padding-top: 4.5rem; }
  .md-up\:pr-18 {
    padding-right: 4.5rem; }
  .md-up\:pb-18 {
    padding-bottom: 4.5rem; }
  .md-up\:pl-18 {
    padding-left: 4.5rem; }
  .md-up\:pt-20 {
    padding-top: 5rem; }
  .md-up\:pr-20 {
    padding-right: 5rem; }
  .md-up\:pb-20 {
    padding-bottom: 5rem; }
  .md-up\:pl-20 {
    padding-left: 5rem; }
  .md-up\:pt-24 {
    padding-top: 6rem; }
  .md-up\:pr-24 {
    padding-right: 6rem; }
  .md-up\:pb-24 {
    padding-bottom: 6rem; }
  .md-up\:pl-24 {
    padding-left: 6rem; }
  .md-up\:pt-28 {
    padding-top: 7rem; }
  .md-up\:pr-28 {
    padding-right: 7rem; }
  .md-up\:pb-28 {
    padding-bottom: 7rem; }
  .md-up\:pl-28 {
    padding-left: 7rem; }
  .md-up\:pt-30 {
    padding-top: 7.5rem; }
  .md-up\:pr-30 {
    padding-right: 7.5rem; }
  .md-up\:pb-30 {
    padding-bottom: 7.5rem; }
  .md-up\:pl-30 {
    padding-left: 7.5rem; }
  .md-up\:pt-40 {
    padding-top: 10rem; }
  .md-up\:pr-40 {
    padding-right: 10rem; }
  .md-up\:pb-40 {
    padding-bottom: 10rem; }
  .md-up\:pl-40 {
    padding-left: 10rem; }
  .md-up\:pt-px {
    padding-top: 1px; }
  .md-up\:pr-px {
    padding-right: 1px; }
  .md-up\:pb-px {
    padding-bottom: 1px; }
  .md-up\:pl-px {
    padding-left: 1px; }
  .md-up\:pt-1\/40 {
    padding-top: 2.5%; }
  .md-up\:pr-1\/40 {
    padding-right: 2.5%; }
  .md-up\:pb-1\/40 {
    padding-bottom: 2.5%; }
  .md-up\:pl-1\/40 {
    padding-left: 2.5%; }
  .md-up\:pt-1\/20 {
    padding-top: 5%; }
  .md-up\:pr-1\/20 {
    padding-right: 5%; }
  .md-up\:pb-1\/20 {
    padding-bottom: 5%; }
  .md-up\:pl-1\/20 {
    padding-left: 5%; }
  .md-up\:pt-1\/10 {
    padding-top: 10%; }
  .md-up\:pr-1\/10 {
    padding-right: 10%; }
  .md-up\:pb-1\/10 {
    padding-bottom: 10%; }
  .md-up\:pl-1\/10 {
    padding-left: 10%; }
  .md-up\:pt-2\/3 {
    padding-top: 66.6666%; }
  .md-up\:pr-2\/3 {
    padding-right: 66.6666%; }
  .md-up\:pb-2\/3 {
    padding-bottom: 66.6666%; }
  .md-up\:pl-2\/3 {
    padding-left: 66.6666%; }
  .md-up\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-0::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-0:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-0::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .md-up\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .md-up\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-1::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-10::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-10:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-10::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-2::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-20::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-20:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-20::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-3::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-3:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-3::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-30::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-30:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-30::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-4::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-4:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-4::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-40::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-40:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-40::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-5::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-5:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-5::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-50::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-50:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-50::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-6::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-6:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-6::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-60::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-60:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-60::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-7::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-7:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-7::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-70::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-70:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-70::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-8::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-8:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .md-up\:placeholder-grey-8::placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-80::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-80:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .md-up\:placeholder-neutral-80::placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .md-up\:placeholder-transparent::-moz-placeholder {
    color: transparent; }
  .md-up\:placeholder-transparent:-ms-input-placeholder {
    color: transparent; }
  .md-up\:placeholder-transparent::placeholder {
    color: transparent; }
  .md-up\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .md-up\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .md-up\:placeholder-orange::placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .md-up\:placeholder-brown::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .md-up\:placeholder-brown:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .md-up\:placeholder-brown::placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .md-up\:placeholder-brown-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .md-up\:placeholder-brown-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .md-up\:placeholder-brown-light::placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .md-up\:placeholder-cream::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .md-up\:placeholder-cream:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .md-up\:placeholder-cream::placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .md-up\:placeholder-beige::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .md-up\:placeholder-beige:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .md-up\:placeholder-beige::placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .md-up\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .md-up\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .md-up\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .md-up\:placeholder-forest-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .md-up\:placeholder-forest-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .md-up\:placeholder-forest-green::placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-0:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-0:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-10:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-10:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-20:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-20:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-20:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-3:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-3:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-3:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-30:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-30:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-30:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-4:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-4:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-4:focus::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-40:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-40:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-40:focus::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-5:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-5:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-5:focus::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-50:focus::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-6:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-6:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-6:focus::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-60:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-60:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-60:focus::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-7:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-7:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-7:focus::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-70:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-70:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-70:focus::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-8:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-8:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-grey-8:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-80:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-neutral-80:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent; }
  .md-up\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent; }
  .md-up\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent; }
  .md-up\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-brown:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-brown:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-brown:focus::placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-brown-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-brown-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-brown-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-cream:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-cream:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-cream:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-beige:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-beige:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-beige:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-forest-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-forest-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .md-up\:focus\:placeholder-forest-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .md-up\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0; }
  .md-up\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0; }
  .md-up\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0; }
  .md-up\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25; }
  .md-up\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25; }
  .md-up\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25; }
  .md-up\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5; }
  .md-up\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5; }
  .md-up\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5; }
  .md-up\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75; }
  .md-up\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75; }
  .md-up\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75; }
  .md-up\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1; }
  .md-up\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1; }
  .md-up\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1; }
  .md-up\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0; }
  .md-up\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0; }
  .md-up\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0; }
  .md-up\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25; }
  .md-up\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25; }
  .md-up\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25; }
  .md-up\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5; }
  .md-up\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5; }
  .md-up\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5; }
  .md-up\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75; }
  .md-up\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75; }
  .md-up\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75; }
  .md-up\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1; }
  .md-up\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1; }
  .md-up\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1; }
  .md-up\:static {
    position: static; }
  .md-up\:fixed {
    position: fixed; }
  .md-up\:absolute {
    position: absolute; }
  .md-up\:relative {
    position: relative; }
  .md-up\:sticky {
    position: sticky; }
  .md-up\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .md-up\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .md-up\:inset-y-0 {
    top: 0;
    bottom: 0; }
  .md-up\:inset-x-0 {
    right: 0;
    left: 0; }
  .md-up\:inset-y-auto {
    top: auto;
    bottom: auto; }
  .md-up\:inset-x-auto {
    right: auto;
    left: auto; }
  .md-up\:top-0 {
    top: 0; }
  .md-up\:right-0 {
    right: 0; }
  .md-up\:bottom-0 {
    bottom: 0; }
  .md-up\:left-0 {
    left: 0; }
  .md-up\:top-auto {
    top: auto; }
  .md-up\:right-auto {
    right: auto; }
  .md-up\:bottom-auto {
    bottom: auto; }
  .md-up\:left-auto {
    left: auto; }
  .md-up\:stroke-0 {
    stroke-width: 0; }
  .md-up\:stroke-1 {
    stroke-width: 1; }
  .md-up\:stroke-2 {
    stroke-width: 2; }
  .md-up\:table-auto {
    table-layout: auto; }
  .md-up\:table-fixed {
    table-layout: fixed; }
  .md-up\:text-left {
    text-align: left; }
  .md-up\:text-center {
    text-align: center; }
  .md-up\:text-right {
    text-align: right; }
  .md-up\:text-justify {
    text-align: justify; }
  .md-up\:text-opacity-0 {
    --text-opacity: 0; }
  .md-up\:text-opacity-25 {
    --text-opacity: 0.25; }
  .md-up\:text-opacity-50 {
    --text-opacity: 0.5; }
  .md-up\:text-opacity-75 {
    --text-opacity: 0.75; }
  .md-up\:text-opacity-100 {
    --text-opacity: 1; }
  .md-up\:hover\:text-opacity-0:hover {
    --text-opacity: 0; }
  .md-up\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25; }
  .md-up\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5; }
  .md-up\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75; }
  .md-up\:hover\:text-opacity-100:hover {
    --text-opacity: 1; }
  .md-up\:focus\:text-opacity-0:focus {
    --text-opacity: 0; }
  .md-up\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25; }
  .md-up\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5; }
  .md-up\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75; }
  .md-up\:focus\:text-opacity-100:focus {
    --text-opacity: 1; }
  .md-up\:uppercase {
    text-transform: uppercase; }
  .md-up\:lowercase {
    text-transform: lowercase; }
  .md-up\:capitalize {
    text-transform: capitalize; }
  .md-up\:normal-case {
    text-transform: none; }
  .md-up\:underline {
    text-decoration: underline; }
  .md-up\:line-through {
    text-decoration: line-through; }
  .md-up\:no-underline {
    text-decoration: none; }
  .md-up\:hover\:underline:hover {
    text-decoration: underline; }
  .md-up\:hover\:line-through:hover {
    text-decoration: line-through; }
  .md-up\:hover\:no-underline:hover {
    text-decoration: none; }
  .md-up\:focus\:underline:focus {
    text-decoration: underline; }
  .md-up\:focus\:line-through:focus {
    text-decoration: line-through; }
  .md-up\:focus\:no-underline:focus {
    text-decoration: none; }
  .md-up\:ordinal, .md-up\:slashed-zero, .md-up\:lining-nums, .md-up\:oldstyle-nums, .md-up\:proportional-nums, .md-up\:tabular-nums, .md-up\:diagonal-fractions, .md-up\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction); }
  .md-up\:normal-nums {
    font-variant-numeric: normal; }
  .md-up\:ordinal {
    --font-variant-numeric-ordinal: ordinal; }
  .md-up\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero; }
  .md-up\:lining-nums {
    --font-variant-numeric-figure: lining-nums; }
  .md-up\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums; }
  .md-up\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums; }
  .md-up\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums; }
  .md-up\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions; }
  .md-up\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions; }
  .md-up\:visible {
    visibility: visible; }
  .md-up\:invisible {
    visibility: hidden; }
  .md-up\:w-1 {
    width: 0.25rem; }
  .md-up\:w-2 {
    width: 0.5rem; }
  .md-up\:w-3 {
    width: 0.75rem; }
  .md-up\:w-4 {
    width: 1rem; }
  .md-up\:w-5 {
    width: 1.25rem; }
  .md-up\:w-6 {
    width: 1.5rem; }
  .md-up\:w-8 {
    width: 2rem; }
  .md-up\:w-10 {
    width: 2.5rem; }
  .md-up\:w-12 {
    width: 3rem; }
  .md-up\:w-16 {
    width: 4rem; }
  .md-up\:w-24 {
    width: 6rem; }
  .md-up\:w-32 {
    width: 8rem; }
  .md-up\:w-48 {
    width: 12rem; }
  .md-up\:w-64 {
    width: 16rem; }
  .md-up\:w-auto {
    width: auto; }
  .md-up\:w-px {
    width: 1px; }
  .md-up\:w-1\/2 {
    width: 50%; }
  .md-up\:w-1\/3 {
    width: 33.33333%; }
  .md-up\:w-2\/3 {
    width: 66.66667%; }
  .md-up\:w-1\/4 {
    width: 25%; }
  .md-up\:w-3\/4 {
    width: 75%; }
  .md-up\:w-1\/5 {
    width: 20%; }
  .md-up\:w-2\/5 {
    width: 40%; }
  .md-up\:w-3\/5 {
    width: 60%; }
  .md-up\:w-4\/5 {
    width: 80%; }
  .md-up\:w-1\/6 {
    width: 16.66667%; }
  .md-up\:w-5\/6 {
    width: 83.33333%; }
  .md-up\:w-full {
    width: 100%; }
  .md-up\:w-screen {
    width: 100vw; }
  .md-up\:gap-0 {
    grid-gap: 0;
    gap: 0; }
  .md-up\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem; }
  .md-up\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem; }
  .md-up\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem; }
  .md-up\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem; }
  .md-up\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem; }
  .md-up\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem; }
  .md-up\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem; }
  .md-up\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem; }
  .md-up\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem; }
  .md-up\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem; }
  .md-up\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem; }
  .md-up\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem; }
  .md-up\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem; }
  .md-up\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem; }
  .md-up\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem; }
  .md-up\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem; }
  .md-up\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem; }
  .md-up\:gap-px {
    grid-gap: 1px;
    gap: 1px; }
  .md-up\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .md-up\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem; }
  .md-up\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem; }
  .md-up\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem; }
  .md-up\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem; }
  .md-up\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem; }
  .md-up\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .md-up\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem; }
  .md-up\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem; }
  .md-up\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem; }
  .md-up\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem; }
  .md-up\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem; }
  .md-up\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem; }
  .md-up\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem; }
  .md-up\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem; }
  .md-up\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem; }
  .md-up\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
    column-gap: 14rem; }
  .md-up\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem; }
  .md-up\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px; }
  .md-up\:gap-x-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .md-up\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem; }
  .md-up\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem; }
  .md-up\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem; }
  .md-up\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem; }
  .md-up\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem; }
  .md-up\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .md-up\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem; }
  .md-up\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem; }
  .md-up\:gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem; }
  .md-up\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem; }
  .md-up\:gap-x-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem; }
  .md-up\:gap-x-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem; }
  .md-up\:gap-x-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem; }
  .md-up\:gap-x-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem; }
  .md-up\:gap-x-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem; }
  .md-up\:gap-x-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
    column-gap: 14rem; }
  .md-up\:gap-x-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem; }
  .md-up\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px; }
  .md-up\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0; }
  .md-up\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem; }
  .md-up\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem; }
  .md-up\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem; }
  .md-up\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem; }
  .md-up\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem; }
  .md-up\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem; }
  .md-up\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem; }
  .md-up\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem; }
  .md-up\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem; }
  .md-up\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem; }
  .md-up\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem; }
  .md-up\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem; }
  .md-up\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem; }
  .md-up\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem; }
  .md-up\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem; }
  .md-up\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem; }
  .md-up\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem; }
  .md-up\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px; }
  .md-up\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0; }
  .md-up\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem; }
  .md-up\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem; }
  .md-up\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem; }
  .md-up\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem; }
  .md-up\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem; }
  .md-up\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem; }
  .md-up\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem; }
  .md-up\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem; }
  .md-up\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem; }
  .md-up\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem; }
  .md-up\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem; }
  .md-up\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem; }
  .md-up\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem; }
  .md-up\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem; }
  .md-up\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem; }
  .md-up\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem; }
  .md-up\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem; }
  .md-up\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px; }
  .md-up\:grid-flow-row {
    grid-auto-flow: row; }
  .md-up\:grid-flow-col {
    grid-auto-flow: column; }
  .md-up\:grid-flow-row-dense {
    grid-auto-flow: row dense; }
  .md-up\:grid-flow-col-dense {
    grid-auto-flow: column dense; }
  .md-up\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .md-up\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md-up\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md-up\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md-up\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .md-up\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .md-up\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .md-up\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .md-up\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .md-up\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .md-up\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)); }
  .md-up\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .md-up\:grid-cols-none {
    grid-template-columns: none; }
  .md-up\:auto-cols-auto {
    grid-auto-columns: auto; }
  .md-up\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content; }
  .md-up\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content; }
  .md-up\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr); }
  .md-up\:col-auto {
    grid-column: auto; }
  .md-up\:col-span-1 {
    grid-column: span 1 / span 1; }
  .md-up\:col-span-2 {
    grid-column: span 2 / span 2; }
  .md-up\:col-span-3 {
    grid-column: span 3 / span 3; }
  .md-up\:col-span-4 {
    grid-column: span 4 / span 4; }
  .md-up\:col-span-5 {
    grid-column: span 5 / span 5; }
  .md-up\:col-span-6 {
    grid-column: span 6 / span 6; }
  .md-up\:col-span-7 {
    grid-column: span 7 / span 7; }
  .md-up\:col-span-8 {
    grid-column: span 8 / span 8; }
  .md-up\:col-span-9 {
    grid-column: span 9 / span 9; }
  .md-up\:col-span-10 {
    grid-column: span 10 / span 10; }
  .md-up\:col-span-11 {
    grid-column: span 11 / span 11; }
  .md-up\:col-span-12 {
    grid-column: span 12 / span 12; }
  .md-up\:col-span-full {
    grid-column: 1 / -1; }
  .md-up\:col-start-1 {
    grid-column-start: 1; }
  .md-up\:col-start-2 {
    grid-column-start: 2; }
  .md-up\:col-start-3 {
    grid-column-start: 3; }
  .md-up\:col-start-4 {
    grid-column-start: 4; }
  .md-up\:col-start-5 {
    grid-column-start: 5; }
  .md-up\:col-start-6 {
    grid-column-start: 6; }
  .md-up\:col-start-7 {
    grid-column-start: 7; }
  .md-up\:col-start-8 {
    grid-column-start: 8; }
  .md-up\:col-start-9 {
    grid-column-start: 9; }
  .md-up\:col-start-10 {
    grid-column-start: 10; }
  .md-up\:col-start-11 {
    grid-column-start: 11; }
  .md-up\:col-start-12 {
    grid-column-start: 12; }
  .md-up\:col-start-13 {
    grid-column-start: 13; }
  .md-up\:col-start-auto {
    grid-column-start: auto; }
  .md-up\:col-end-1 {
    grid-column-end: 1; }
  .md-up\:col-end-2 {
    grid-column-end: 2; }
  .md-up\:col-end-3 {
    grid-column-end: 3; }
  .md-up\:col-end-4 {
    grid-column-end: 4; }
  .md-up\:col-end-5 {
    grid-column-end: 5; }
  .md-up\:col-end-6 {
    grid-column-end: 6; }
  .md-up\:col-end-7 {
    grid-column-end: 7; }
  .md-up\:col-end-8 {
    grid-column-end: 8; }
  .md-up\:col-end-9 {
    grid-column-end: 9; }
  .md-up\:col-end-10 {
    grid-column-end: 10; }
  .md-up\:col-end-11 {
    grid-column-end: 11; }
  .md-up\:col-end-12 {
    grid-column-end: 12; }
  .md-up\:col-end-13 {
    grid-column-end: 13; }
  .md-up\:col-end-auto {
    grid-column-end: auto; }
  .md-up\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)); }
  .md-up\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .md-up\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .md-up\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)); }
  .md-up\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)); }
  .md-up\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)); }
  .md-up\:grid-rows-none {
    grid-template-rows: none; }
  .md-up\:auto-rows-auto {
    grid-auto-rows: auto; }
  .md-up\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content; }
  .md-up\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content; }
  .md-up\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr); }
  .md-up\:row-auto {
    grid-row: auto; }
  .md-up\:row-span-1 {
    grid-row: span 1 / span 1; }
  .md-up\:row-span-2 {
    grid-row: span 2 / span 2; }
  .md-up\:row-span-3 {
    grid-row: span 3 / span 3; }
  .md-up\:row-span-4 {
    grid-row: span 4 / span 4; }
  .md-up\:row-span-5 {
    grid-row: span 5 / span 5; }
  .md-up\:row-span-6 {
    grid-row: span 6 / span 6; }
  .md-up\:row-span-full {
    grid-row: 1 / -1; }
  .md-up\:row-start-1 {
    grid-row-start: 1; }
  .md-up\:row-start-2 {
    grid-row-start: 2; }
  .md-up\:row-start-3 {
    grid-row-start: 3; }
  .md-up\:row-start-4 {
    grid-row-start: 4; }
  .md-up\:row-start-5 {
    grid-row-start: 5; }
  .md-up\:row-start-6 {
    grid-row-start: 6; }
  .md-up\:row-start-7 {
    grid-row-start: 7; }
  .md-up\:row-start-auto {
    grid-row-start: auto; }
  .md-up\:row-end-1 {
    grid-row-end: 1; }
  .md-up\:row-end-2 {
    grid-row-end: 2; }
  .md-up\:row-end-3 {
    grid-row-end: 3; }
  .md-up\:row-end-4 {
    grid-row-end: 4; }
  .md-up\:row-end-5 {
    grid-row-end: 5; }
  .md-up\:row-end-6 {
    grid-row-end: 6; }
  .md-up\:row-end-7 {
    grid-row-end: 7; }
  .md-up\:row-end-auto {
    grid-row-end: auto; }
  .md-up\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)); }
  .md-up\:transform-none {
    transform: none; }
  .md-up\:origin-center {
    transform-origin: center; }
  .md-up\:origin-top {
    transform-origin: top; }
  .md-up\:origin-top-right {
    transform-origin: top right; }
  .md-up\:origin-right {
    transform-origin: right; }
  .md-up\:origin-bottom-right {
    transform-origin: bottom right; }
  .md-up\:origin-bottom {
    transform-origin: bottom; }
  .md-up\:origin-bottom-left {
    transform-origin: bottom left; }
  .md-up\:origin-left {
    transform-origin: left; }
  .md-up\:origin-top-left {
    transform-origin: top left; }
  .md-up\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0; }
  .md-up\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5; }
  .md-up\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75; }
  .md-up\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9; }
  .md-up\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95; }
  .md-up\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1; }
  .md-up\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05; }
  .md-up\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1; }
  .md-up\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25; }
  .md-up\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5; }
  .md-up\:scale-x-0 {
    --transform-scale-x: 0; }
  .md-up\:scale-x-50 {
    --transform-scale-x: .5; }
  .md-up\:scale-x-75 {
    --transform-scale-x: .75; }
  .md-up\:scale-x-90 {
    --transform-scale-x: .9; }
  .md-up\:scale-x-95 {
    --transform-scale-x: .95; }
  .md-up\:scale-x-100 {
    --transform-scale-x: 1; }
  .md-up\:scale-x-105 {
    --transform-scale-x: 1.05; }
  .md-up\:scale-x-110 {
    --transform-scale-x: 1.1; }
  .md-up\:scale-x-125 {
    --transform-scale-x: 1.25; }
  .md-up\:scale-x-150 {
    --transform-scale-x: 1.5; }
  .md-up\:scale-y-0 {
    --transform-scale-y: 0; }
  .md-up\:scale-y-50 {
    --transform-scale-y: .5; }
  .md-up\:scale-y-75 {
    --transform-scale-y: .75; }
  .md-up\:scale-y-90 {
    --transform-scale-y: .9; }
  .md-up\:scale-y-95 {
    --transform-scale-y: .95; }
  .md-up\:scale-y-100 {
    --transform-scale-y: 1; }
  .md-up\:scale-y-105 {
    --transform-scale-y: 1.05; }
  .md-up\:scale-y-110 {
    --transform-scale-y: 1.1; }
  .md-up\:scale-y-125 {
    --transform-scale-y: 1.25; }
  .md-up\:scale-y-150 {
    --transform-scale-y: 1.5; }
  .md-up\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0; }
  .md-up\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5; }
  .md-up\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75; }
  .md-up\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9; }
  .md-up\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95; }
  .md-up\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1; }
  .md-up\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05; }
  .md-up\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1; }
  .md-up\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25; }
  .md-up\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5; }
  .md-up\:hover\:scale-x-0:hover {
    --transform-scale-x: 0; }
  .md-up\:hover\:scale-x-50:hover {
    --transform-scale-x: .5; }
  .md-up\:hover\:scale-x-75:hover {
    --transform-scale-x: .75; }
  .md-up\:hover\:scale-x-90:hover {
    --transform-scale-x: .9; }
  .md-up\:hover\:scale-x-95:hover {
    --transform-scale-x: .95; }
  .md-up\:hover\:scale-x-100:hover {
    --transform-scale-x: 1; }
  .md-up\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05; }
  .md-up\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1; }
  .md-up\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25; }
  .md-up\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5; }
  .md-up\:hover\:scale-y-0:hover {
    --transform-scale-y: 0; }
  .md-up\:hover\:scale-y-50:hover {
    --transform-scale-y: .5; }
  .md-up\:hover\:scale-y-75:hover {
    --transform-scale-y: .75; }
  .md-up\:hover\:scale-y-90:hover {
    --transform-scale-y: .9; }
  .md-up\:hover\:scale-y-95:hover {
    --transform-scale-y: .95; }
  .md-up\:hover\:scale-y-100:hover {
    --transform-scale-y: 1; }
  .md-up\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05; }
  .md-up\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1; }
  .md-up\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25; }
  .md-up\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5; }
  .md-up\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0; }
  .md-up\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5; }
  .md-up\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75; }
  .md-up\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9; }
  .md-up\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95; }
  .md-up\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1; }
  .md-up\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05; }
  .md-up\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1; }
  .md-up\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25; }
  .md-up\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5; }
  .md-up\:focus\:scale-x-0:focus {
    --transform-scale-x: 0; }
  .md-up\:focus\:scale-x-50:focus {
    --transform-scale-x: .5; }
  .md-up\:focus\:scale-x-75:focus {
    --transform-scale-x: .75; }
  .md-up\:focus\:scale-x-90:focus {
    --transform-scale-x: .9; }
  .md-up\:focus\:scale-x-95:focus {
    --transform-scale-x: .95; }
  .md-up\:focus\:scale-x-100:focus {
    --transform-scale-x: 1; }
  .md-up\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05; }
  .md-up\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1; }
  .md-up\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25; }
  .md-up\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5; }
  .md-up\:focus\:scale-y-0:focus {
    --transform-scale-y: 0; }
  .md-up\:focus\:scale-y-50:focus {
    --transform-scale-y: .5; }
  .md-up\:focus\:scale-y-75:focus {
    --transform-scale-y: .75; }
  .md-up\:focus\:scale-y-90:focus {
    --transform-scale-y: .9; }
  .md-up\:focus\:scale-y-95:focus {
    --transform-scale-y: .95; }
  .md-up\:focus\:scale-y-100:focus {
    --transform-scale-y: 1; }
  .md-up\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05; }
  .md-up\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1; }
  .md-up\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25; }
  .md-up\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5; }
  .md-up\:rotate-0 {
    --transform-rotate: 0; }
  .md-up\:rotate-1 {
    --transform-rotate: 1deg; }
  .md-up\:rotate-2 {
    --transform-rotate: 2deg; }
  .md-up\:rotate-3 {
    --transform-rotate: 3deg; }
  .md-up\:rotate-6 {
    --transform-rotate: 6deg; }
  .md-up\:rotate-12 {
    --transform-rotate: 12deg; }
  .md-up\:rotate-45 {
    --transform-rotate: 45deg; }
  .md-up\:rotate-90 {
    --transform-rotate: 90deg; }
  .md-up\:rotate-180 {
    --transform-rotate: 180deg; }
  .md-up\:-rotate-180 {
    --transform-rotate: -180deg; }
  .md-up\:-rotate-90 {
    --transform-rotate: -90deg; }
  .md-up\:-rotate-45 {
    --transform-rotate: -45deg; }
  .md-up\:-rotate-12 {
    --transform-rotate: -12deg; }
  .md-up\:-rotate-6 {
    --transform-rotate: -6deg; }
  .md-up\:-rotate-3 {
    --transform-rotate: -3deg; }
  .md-up\:-rotate-2 {
    --transform-rotate: -2deg; }
  .md-up\:-rotate-1 {
    --transform-rotate: -1deg; }
  .md-up\:hover\:rotate-0:hover {
    --transform-rotate: 0; }
  .md-up\:hover\:rotate-1:hover {
    --transform-rotate: 1deg; }
  .md-up\:hover\:rotate-2:hover {
    --transform-rotate: 2deg; }
  .md-up\:hover\:rotate-3:hover {
    --transform-rotate: 3deg; }
  .md-up\:hover\:rotate-6:hover {
    --transform-rotate: 6deg; }
  .md-up\:hover\:rotate-12:hover {
    --transform-rotate: 12deg; }
  .md-up\:hover\:rotate-45:hover {
    --transform-rotate: 45deg; }
  .md-up\:hover\:rotate-90:hover {
    --transform-rotate: 90deg; }
  .md-up\:hover\:rotate-180:hover {
    --transform-rotate: 180deg; }
  .md-up\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg; }
  .md-up\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg; }
  .md-up\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg; }
  .md-up\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg; }
  .md-up\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg; }
  .md-up\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg; }
  .md-up\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg; }
  .md-up\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg; }
  .md-up\:focus\:rotate-0:focus {
    --transform-rotate: 0; }
  .md-up\:focus\:rotate-1:focus {
    --transform-rotate: 1deg; }
  .md-up\:focus\:rotate-2:focus {
    --transform-rotate: 2deg; }
  .md-up\:focus\:rotate-3:focus {
    --transform-rotate: 3deg; }
  .md-up\:focus\:rotate-6:focus {
    --transform-rotate: 6deg; }
  .md-up\:focus\:rotate-12:focus {
    --transform-rotate: 12deg; }
  .md-up\:focus\:rotate-45:focus {
    --transform-rotate: 45deg; }
  .md-up\:focus\:rotate-90:focus {
    --transform-rotate: 90deg; }
  .md-up\:focus\:rotate-180:focus {
    --transform-rotate: 180deg; }
  .md-up\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg; }
  .md-up\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg; }
  .md-up\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg; }
  .md-up\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg; }
  .md-up\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg; }
  .md-up\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg; }
  .md-up\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg; }
  .md-up\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg; }
  .md-up\:translate-x-0 {
    --transform-translate-x: 0; }
  .md-up\:translate-x-1 {
    --transform-translate-x: 0.25rem; }
  .md-up\:translate-x-2 {
    --transform-translate-x: 0.5rem; }
  .md-up\:translate-x-3 {
    --transform-translate-x: 0.75rem; }
  .md-up\:translate-x-4 {
    --transform-translate-x: 1rem; }
  .md-up\:translate-x-5 {
    --transform-translate-x: 1.25rem; }
  .md-up\:translate-x-6 {
    --transform-translate-x: 1.5rem; }
  .md-up\:translate-x-8 {
    --transform-translate-x: 2rem; }
  .md-up\:translate-x-10 {
    --transform-translate-x: 2.5rem; }
  .md-up\:translate-x-12 {
    --transform-translate-x: 3rem; }
  .md-up\:translate-x-16 {
    --transform-translate-x: 4rem; }
  .md-up\:translate-x-20 {
    --transform-translate-x: 5rem; }
  .md-up\:translate-x-24 {
    --transform-translate-x: 6rem; }
  .md-up\:translate-x-32 {
    --transform-translate-x: 8rem; }
  .md-up\:translate-x-40 {
    --transform-translate-x: 10rem; }
  .md-up\:translate-x-48 {
    --transform-translate-x: 12rem; }
  .md-up\:translate-x-56 {
    --transform-translate-x: 14rem; }
  .md-up\:translate-x-64 {
    --transform-translate-x: 16rem; }
  .md-up\:translate-x-px {
    --transform-translate-x: 1px; }
  .md-up\:-translate-x-1 {
    --transform-translate-x: -0.25rem; }
  .md-up\:-translate-x-2 {
    --transform-translate-x: -0.5rem; }
  .md-up\:-translate-x-3 {
    --transform-translate-x: -0.75rem; }
  .md-up\:-translate-x-4 {
    --transform-translate-x: -1rem; }
  .md-up\:-translate-x-5 {
    --transform-translate-x: -1.25rem; }
  .md-up\:-translate-x-6 {
    --transform-translate-x: -1.5rem; }
  .md-up\:-translate-x-8 {
    --transform-translate-x: -2rem; }
  .md-up\:-translate-x-10 {
    --transform-translate-x: -2.5rem; }
  .md-up\:-translate-x-12 {
    --transform-translate-x: -3rem; }
  .md-up\:-translate-x-16 {
    --transform-translate-x: -4rem; }
  .md-up\:-translate-x-20 {
    --transform-translate-x: -5rem; }
  .md-up\:-translate-x-24 {
    --transform-translate-x: -6rem; }
  .md-up\:-translate-x-32 {
    --transform-translate-x: -8rem; }
  .md-up\:-translate-x-40 {
    --transform-translate-x: -10rem; }
  .md-up\:-translate-x-48 {
    --transform-translate-x: -12rem; }
  .md-up\:-translate-x-56 {
    --transform-translate-x: -14rem; }
  .md-up\:-translate-x-64 {
    --transform-translate-x: -16rem; }
  .md-up\:-translate-x-px {
    --transform-translate-x: -1px; }
  .md-up\:-translate-x-full {
    --transform-translate-x: -100%; }
  .md-up\:-translate-x-1\/2 {
    --transform-translate-x: -50%; }
  .md-up\:translate-x-1\/2 {
    --transform-translate-x: 50%; }
  .md-up\:translate-x-full {
    --transform-translate-x: 100%; }
  .md-up\:translate-y-0 {
    --transform-translate-y: 0; }
  .md-up\:translate-y-1 {
    --transform-translate-y: 0.25rem; }
  .md-up\:translate-y-2 {
    --transform-translate-y: 0.5rem; }
  .md-up\:translate-y-3 {
    --transform-translate-y: 0.75rem; }
  .md-up\:translate-y-4 {
    --transform-translate-y: 1rem; }
  .md-up\:translate-y-5 {
    --transform-translate-y: 1.25rem; }
  .md-up\:translate-y-6 {
    --transform-translate-y: 1.5rem; }
  .md-up\:translate-y-8 {
    --transform-translate-y: 2rem; }
  .md-up\:translate-y-10 {
    --transform-translate-y: 2.5rem; }
  .md-up\:translate-y-12 {
    --transform-translate-y: 3rem; }
  .md-up\:translate-y-16 {
    --transform-translate-y: 4rem; }
  .md-up\:translate-y-20 {
    --transform-translate-y: 5rem; }
  .md-up\:translate-y-24 {
    --transform-translate-y: 6rem; }
  .md-up\:translate-y-32 {
    --transform-translate-y: 8rem; }
  .md-up\:translate-y-40 {
    --transform-translate-y: 10rem; }
  .md-up\:translate-y-48 {
    --transform-translate-y: 12rem; }
  .md-up\:translate-y-56 {
    --transform-translate-y: 14rem; }
  .md-up\:translate-y-64 {
    --transform-translate-y: 16rem; }
  .md-up\:translate-y-px {
    --transform-translate-y: 1px; }
  .md-up\:-translate-y-1 {
    --transform-translate-y: -0.25rem; }
  .md-up\:-translate-y-2 {
    --transform-translate-y: -0.5rem; }
  .md-up\:-translate-y-3 {
    --transform-translate-y: -0.75rem; }
  .md-up\:-translate-y-4 {
    --transform-translate-y: -1rem; }
  .md-up\:-translate-y-5 {
    --transform-translate-y: -1.25rem; }
  .md-up\:-translate-y-6 {
    --transform-translate-y: -1.5rem; }
  .md-up\:-translate-y-8 {
    --transform-translate-y: -2rem; }
  .md-up\:-translate-y-10 {
    --transform-translate-y: -2.5rem; }
  .md-up\:-translate-y-12 {
    --transform-translate-y: -3rem; }
  .md-up\:-translate-y-16 {
    --transform-translate-y: -4rem; }
  .md-up\:-translate-y-20 {
    --transform-translate-y: -5rem; }
  .md-up\:-translate-y-24 {
    --transform-translate-y: -6rem; }
  .md-up\:-translate-y-32 {
    --transform-translate-y: -8rem; }
  .md-up\:-translate-y-40 {
    --transform-translate-y: -10rem; }
  .md-up\:-translate-y-48 {
    --transform-translate-y: -12rem; }
  .md-up\:-translate-y-56 {
    --transform-translate-y: -14rem; }
  .md-up\:-translate-y-64 {
    --transform-translate-y: -16rem; }
  .md-up\:-translate-y-px {
    --transform-translate-y: -1px; }
  .md-up\:-translate-y-full {
    --transform-translate-y: -100%; }
  .md-up\:-translate-y-1\/2 {
    --transform-translate-y: -50%; }
  .md-up\:translate-y-1\/2 {
    --transform-translate-y: 50%; }
  .md-up\:translate-y-full {
    --transform-translate-y: 100%; }
  .md-up\:hover\:translate-x-0:hover {
    --transform-translate-x: 0; }
  .md-up\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem; }
  .md-up\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem; }
  .md-up\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem; }
  .md-up\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem; }
  .md-up\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem; }
  .md-up\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem; }
  .md-up\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem; }
  .md-up\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem; }
  .md-up\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem; }
  .md-up\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem; }
  .md-up\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem; }
  .md-up\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem; }
  .md-up\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem; }
  .md-up\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem; }
  .md-up\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem; }
  .md-up\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem; }
  .md-up\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem; }
  .md-up\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px; }
  .md-up\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem; }
  .md-up\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem; }
  .md-up\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem; }
  .md-up\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem; }
  .md-up\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem; }
  .md-up\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem; }
  .md-up\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem; }
  .md-up\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem; }
  .md-up\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem; }
  .md-up\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem; }
  .md-up\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem; }
  .md-up\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem; }
  .md-up\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem; }
  .md-up\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem; }
  .md-up\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem; }
  .md-up\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem; }
  .md-up\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem; }
  .md-up\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px; }
  .md-up\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%; }
  .md-up\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%; }
  .md-up\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%; }
  .md-up\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%; }
  .md-up\:hover\:translate-y-0:hover {
    --transform-translate-y: 0; }
  .md-up\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem; }
  .md-up\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem; }
  .md-up\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem; }
  .md-up\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem; }
  .md-up\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem; }
  .md-up\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem; }
  .md-up\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem; }
  .md-up\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem; }
  .md-up\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem; }
  .md-up\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem; }
  .md-up\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem; }
  .md-up\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem; }
  .md-up\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem; }
  .md-up\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem; }
  .md-up\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem; }
  .md-up\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem; }
  .md-up\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem; }
  .md-up\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px; }
  .md-up\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem; }
  .md-up\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem; }
  .md-up\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem; }
  .md-up\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem; }
  .md-up\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem; }
  .md-up\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem; }
  .md-up\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem; }
  .md-up\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem; }
  .md-up\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem; }
  .md-up\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem; }
  .md-up\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem; }
  .md-up\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem; }
  .md-up\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem; }
  .md-up\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem; }
  .md-up\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem; }
  .md-up\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem; }
  .md-up\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem; }
  .md-up\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px; }
  .md-up\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%; }
  .md-up\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%; }
  .md-up\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%; }
  .md-up\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%; }
  .md-up\:focus\:translate-x-0:focus {
    --transform-translate-x: 0; }
  .md-up\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem; }
  .md-up\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem; }
  .md-up\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem; }
  .md-up\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem; }
  .md-up\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem; }
  .md-up\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem; }
  .md-up\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem; }
  .md-up\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem; }
  .md-up\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem; }
  .md-up\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem; }
  .md-up\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem; }
  .md-up\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem; }
  .md-up\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem; }
  .md-up\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem; }
  .md-up\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem; }
  .md-up\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem; }
  .md-up\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem; }
  .md-up\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px; }
  .md-up\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem; }
  .md-up\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem; }
  .md-up\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem; }
  .md-up\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem; }
  .md-up\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem; }
  .md-up\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem; }
  .md-up\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem; }
  .md-up\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem; }
  .md-up\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem; }
  .md-up\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem; }
  .md-up\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem; }
  .md-up\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem; }
  .md-up\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem; }
  .md-up\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem; }
  .md-up\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem; }
  .md-up\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem; }
  .md-up\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem; }
  .md-up\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px; }
  .md-up\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%; }
  .md-up\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%; }
  .md-up\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%; }
  .md-up\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%; }
  .md-up\:focus\:translate-y-0:focus {
    --transform-translate-y: 0; }
  .md-up\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem; }
  .md-up\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem; }
  .md-up\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem; }
  .md-up\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem; }
  .md-up\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem; }
  .md-up\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem; }
  .md-up\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem; }
  .md-up\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem; }
  .md-up\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem; }
  .md-up\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem; }
  .md-up\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem; }
  .md-up\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem; }
  .md-up\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem; }
  .md-up\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem; }
  .md-up\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem; }
  .md-up\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem; }
  .md-up\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem; }
  .md-up\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px; }
  .md-up\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem; }
  .md-up\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem; }
  .md-up\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem; }
  .md-up\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem; }
  .md-up\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem; }
  .md-up\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem; }
  .md-up\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem; }
  .md-up\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem; }
  .md-up\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem; }
  .md-up\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem; }
  .md-up\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem; }
  .md-up\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem; }
  .md-up\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem; }
  .md-up\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem; }
  .md-up\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem; }
  .md-up\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem; }
  .md-up\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem; }
  .md-up\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px; }
  .md-up\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%; }
  .md-up\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%; }
  .md-up\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%; }
  .md-up\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%; }
  .md-up\:skew-x-0 {
    --transform-skew-x: 0; }
  .md-up\:skew-x-1 {
    --transform-skew-x: 1deg; }
  .md-up\:skew-x-2 {
    --transform-skew-x: 2deg; }
  .md-up\:skew-x-3 {
    --transform-skew-x: 3deg; }
  .md-up\:skew-x-6 {
    --transform-skew-x: 6deg; }
  .md-up\:skew-x-12 {
    --transform-skew-x: 12deg; }
  .md-up\:-skew-x-12 {
    --transform-skew-x: -12deg; }
  .md-up\:-skew-x-6 {
    --transform-skew-x: -6deg; }
  .md-up\:-skew-x-3 {
    --transform-skew-x: -3deg; }
  .md-up\:-skew-x-2 {
    --transform-skew-x: -2deg; }
  .md-up\:-skew-x-1 {
    --transform-skew-x: -1deg; }
  .md-up\:skew-y-0 {
    --transform-skew-y: 0; }
  .md-up\:skew-y-1 {
    --transform-skew-y: 1deg; }
  .md-up\:skew-y-2 {
    --transform-skew-y: 2deg; }
  .md-up\:skew-y-3 {
    --transform-skew-y: 3deg; }
  .md-up\:skew-y-6 {
    --transform-skew-y: 6deg; }
  .md-up\:skew-y-12 {
    --transform-skew-y: 12deg; }
  .md-up\:-skew-y-12 {
    --transform-skew-y: -12deg; }
  .md-up\:-skew-y-6 {
    --transform-skew-y: -6deg; }
  .md-up\:-skew-y-3 {
    --transform-skew-y: -3deg; }
  .md-up\:-skew-y-2 {
    --transform-skew-y: -2deg; }
  .md-up\:-skew-y-1 {
    --transform-skew-y: -1deg; }
  .md-up\:hover\:skew-x-0:hover {
    --transform-skew-x: 0; }
  .md-up\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg; }
  .md-up\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg; }
  .md-up\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg; }
  .md-up\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg; }
  .md-up\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg; }
  .md-up\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg; }
  .md-up\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg; }
  .md-up\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg; }
  .md-up\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg; }
  .md-up\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg; }
  .md-up\:hover\:skew-y-0:hover {
    --transform-skew-y: 0; }
  .md-up\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg; }
  .md-up\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg; }
  .md-up\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg; }
  .md-up\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg; }
  .md-up\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg; }
  .md-up\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg; }
  .md-up\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg; }
  .md-up\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg; }
  .md-up\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg; }
  .md-up\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg; }
  .md-up\:focus\:skew-x-0:focus {
    --transform-skew-x: 0; }
  .md-up\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg; }
  .md-up\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg; }
  .md-up\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg; }
  .md-up\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg; }
  .md-up\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg; }
  .md-up\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg; }
  .md-up\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg; }
  .md-up\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg; }
  .md-up\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg; }
  .md-up\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg; }
  .md-up\:focus\:skew-y-0:focus {
    --transform-skew-y: 0; }
  .md-up\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg; }
  .md-up\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg; }
  .md-up\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg; }
  .md-up\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg; }
  .md-up\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg; }
  .md-up\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg; }
  .md-up\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg; }
  .md-up\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg; }
  .md-up\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg; }
  .md-up\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg; }
  .md-up\:transition-none {
    transition-property: none; }
  .md-up\:transition-all {
    transition-property: all; }
  .md-up\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; }
  .md-up\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke; }
  .md-up\:transition-opacity {
    transition-property: opacity; }
  .md-up\:transition-shadow {
    transition-property: box-shadow; }
  .md-up\:transition-transform {
    transition-property: transform; }
  .md-up\:ease-linear {
    transition-timing-function: linear; }
  .md-up\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
  .md-up\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
  .md-up\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .md-up\:duration-75 {
    transition-duration: 75ms; }
  .md-up\:duration-100 {
    transition-duration: 100ms; }
  .md-up\:duration-150 {
    transition-duration: 150ms; }
  .md-up\:duration-200 {
    transition-duration: 200ms; }
  .md-up\:duration-300 {
    transition-duration: 300ms; }
  .md-up\:duration-500 {
    transition-duration: 500ms; }
  .md-up\:duration-700 {
    transition-duration: 700ms; }
  .md-up\:duration-1000 {
    transition-duration: 1000ms; }
  .md-up\:delay-75 {
    transition-delay: 75ms; }
  .md-up\:delay-100 {
    transition-delay: 100ms; }
  .md-up\:delay-150 {
    transition-delay: 150ms; }
  .md-up\:delay-200 {
    transition-delay: 200ms; }
  .md-up\:delay-300 {
    transition-delay: 300ms; }
  .md-up\:delay-500 {
    transition-delay: 500ms; }
  .md-up\:delay-700 {
    transition-delay: 700ms; }
  .md-up\:delay-1000 {
    transition-delay: 1000ms; }
  .md-up\:animate-none {
    -webkit-animation: none;
    animation: none; }
  .md-up\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
  .md-up\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; }
  .md-up\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
  .md-up\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite; }
  .md-up\:text-balance {
    text-wrap: balance; }
  .md-up\:text-pretty {
    text-wrap: pretty; }
  .md-up\:columns-2 {
    -moz-columns: 2;
    columns: 2; }
  .md-up\:aspect-landscape {
    aspect-ratio: 3/2; }
  .md-up\:aspect-landscape-short {
    aspect-ratio: 4/3; }
  .md-up\:aspect-portrait {
    aspect-ratio: 4/5; }
  .md-up\:aspect-square {
    aspect-ratio: 1/1; }
  .md-up\:aspect-video {
    aspect-ratio: 16/9; }
  .md-up\:aspect-wide {
    aspect-ratio: 21/9; }
  .md-up\:fit-content {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content; } }

@media (min-width: 1024px) {
  /* -- serif styles*/
  /*title*/
  .lg-up\:type-serif-title-xlarge {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px; }
  .lg-up\:type-serif-title-large {
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 2px; }
  .lg-up\:type-serif-title-medium {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.75px; }
  .lg-up\:type-serif-title-small {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px; }
  /*body*/
  .lg-up\:type-serif-body-large {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px; }
  .lg-up\:type-serif-body-small {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px; }
  /*label*/
  .lg-up\:type-serif-label-large {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400; }
  .lg-up\:type-serif-label-medium {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400; }
  .lg-up\:type-serif-label-small {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "freight-text-pro", serif;
    font-weight: 400; }
  /* -- sans styles*/
  .lg-up\:type-utility-small-regular {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px; }
  .lg-up\:type-utility-small-bold {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px; }
  .lg-up\:type-utility-small-uppercase {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    text-transform: uppercase; }
  .lg-up\:type-utility-small-uppercase-bold {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .lg-up\:type-utility-medium-regular {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px; }
  .lg-up\:type-utility-medium-regular-bold {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px; }
  .lg-up\:type-utility-medium-uppercase {
    font-family: "Gotham", "Adjusted Verdana Fallback", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2.5px;
    text-transform: uppercase; }
  .lg-up\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse)); }
  .lg-up\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse)); }
  .lg-up\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse)); }
  .lg-up\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse)); }
  .lg-up\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse)); }
  .lg-up\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse)); }
  .lg-up\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse)); }
  .lg-up\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse)); }
  .lg-up\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse)); }
  .lg-up\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse)); }
  .lg-up\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse)); }
  .lg-up\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse)); }
  .lg-up\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse)); }
  .lg-up\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse)); }
  .lg-up\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse)); }
  .lg-up\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse)); }
  .lg-up\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse)); }
  .lg-up\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse)); }
  .lg-up\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse)); }
  .lg-up\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse)); }
  .lg-up\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))); }
  .lg-up\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse)); }
  .lg-up\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))); }
  .lg-up\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1; }
  .lg-up\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1; }
  .lg-up\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse)); }
  .lg-up\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))); }
  .lg-up\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse)); }
  .lg-up\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))); }
  .lg-up\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse)); }
  .lg-up\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))); }
  .lg-up\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse)); }
  .lg-up\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))); }
  .lg-up\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse)); }
  .lg-up\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))); }
  .lg-up\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1; }
  .lg-up\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1; }
  .lg-up\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--divide-opacity)); }
  .lg-up\:divide-neutral-0 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--divide-opacity)); }
  .lg-up\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B83C23;
    border-color: rgba(184, 60, 35, var(--divide-opacity)); }
  .lg-up\:divide-grey-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--divide-opacity)); }
  .lg-up\:divide-neutral-10 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--divide-opacity)); }
  .lg-up\:divide-grey-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--divide-opacity)); }
  .lg-up\:divide-neutral-20 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--divide-opacity)); }
  .lg-up\:divide-grey-3 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--divide-opacity)); }
  .lg-up\:divide-neutral-30 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--divide-opacity)); }
  .lg-up\:divide-grey-4 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--divide-opacity)); }
  .lg-up\:divide-neutral-40 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--divide-opacity)); }
  .lg-up\:divide-grey-5 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--divide-opacity)); }
  .lg-up\:divide-neutral-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--divide-opacity)); }
  .lg-up\:divide-grey-6 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--divide-opacity)); }
  .lg-up\:divide-neutral-60 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--divide-opacity)); }
  .lg-up\:divide-grey-7 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--divide-opacity)); }
  .lg-up\:divide-neutral-70 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--divide-opacity)); }
  .lg-up\:divide-grey-8 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EAEAE7;
    border-color: rgba(234, 234, 231, var(--divide-opacity)); }
  .lg-up\:divide-neutral-80 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1C1A1B;
    border-color: rgba(28, 26, 27, var(--divide-opacity)); }
  .lg-up\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent; }
  .lg-up\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A63C1C;
    border-color: rgba(166, 60, 28, var(--divide-opacity)); }
  .lg-up\:divide-brown > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #8B5742;
    border-color: rgba(139, 87, 66, var(--divide-opacity)); }
  .lg-up\:divide-brown-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #796353;
    border-color: rgba(121, 99, 83, var(--divide-opacity)); }
  .lg-up\:divide-cream > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F4EDE3;
    border-color: rgba(244, 237, 227, var(--divide-opacity)); }
  .lg-up\:divide-beige > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E9E5DF;
    border-color: rgba(233, 229, 223, var(--divide-opacity)); }
  .lg-up\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000000;
    border-color: rgba(0, 0, 0, var(--divide-opacity)); }
  .lg-up\:divide-forest-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3D4126;
    border-color: rgba(61, 65, 38, var(--divide-opacity)); }
  .lg-up\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid; }
  .lg-up\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed; }
  .lg-up\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted; }
  .lg-up\:divide-double > :not(template) ~ :not(template) {
    border-style: double; }
  .lg-up\:divide-none > :not(template) ~ :not(template) {
    border-style: none; }
  .lg-up\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0; }
  .lg-up\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25; }
  .lg-up\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5; }
  .lg-up\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75; }
  .lg-up\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1; }
  .lg-up\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0; }
  .lg-up\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .lg-up\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0; }
  .lg-up\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .lg-up\:bg-clip-border {
    background-clip: border-box; }
  .lg-up\:bg-clip-padding {
    background-clip: padding-box; }
  .lg-up\:bg-clip-content {
    background-clip: content-box; }
  .lg-up\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text; }
  .lg-up\:bg-none {
    background-image: none; }
  .lg-up\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)); }
  .lg-up\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)); }
  .lg-up\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)); }
  .lg-up\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)); }
  .lg-up\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)); }
  .lg-up\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)); }
  .lg-up\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)); }
  .lg-up\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)); }
  .lg-up\:from-white {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:from-neutral-0 {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:from-red {
    --gradient-from-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .lg-up\:from-grey-1 {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:from-neutral-10 {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:from-grey-2 {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:from-neutral-20 {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:from-grey-3 {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:from-neutral-30 {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:from-grey-4 {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:from-neutral-40 {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:from-grey-5 {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:from-neutral-50 {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:from-grey-6 {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:from-neutral-60 {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:from-grey-7 {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:from-neutral-70 {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:from-grey-8 {
    --gradient-from-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .lg-up\:from-neutral-80 {
    --gradient-from-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .lg-up\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:from-orange {
    --gradient-from-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .lg-up\:from-brown {
    --gradient-from-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .lg-up\:from-brown-light {
    --gradient-from-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .lg-up\:from-cream {
    --gradient-from-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .lg-up\:from-beige {
    --gradient-from-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .lg-up\:from-black {
    --gradient-from-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:from-forest-green {
    --gradient-from-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .lg-up\:via-white {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:via-neutral-0 {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:via-red {
    --gradient-via-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .lg-up\:via-grey-1 {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:via-neutral-10 {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:via-grey-2 {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:via-neutral-20 {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:via-grey-3 {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:via-neutral-30 {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:via-grey-4 {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:via-neutral-40 {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:via-grey-5 {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:via-neutral-50 {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:via-grey-6 {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:via-neutral-60 {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:via-grey-7 {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:via-neutral-70 {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:via-grey-8 {
    --gradient-via-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .lg-up\:via-neutral-80 {
    --gradient-via-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .lg-up\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:via-orange {
    --gradient-via-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .lg-up\:via-brown {
    --gradient-via-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .lg-up\:via-brown-light {
    --gradient-via-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .lg-up\:via-cream {
    --gradient-via-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .lg-up\:via-beige {
    --gradient-via-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .lg-up\:via-black {
    --gradient-via-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:via-forest-green {
    --gradient-via-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .lg-up\:to-white {
    --gradient-to-color: #ffffff; }
  .lg-up\:to-neutral-0 {
    --gradient-to-color: #ffffff; }
  .lg-up\:to-red {
    --gradient-to-color: #B83C23; }
  .lg-up\:to-grey-1 {
    --gradient-to-color: #F7F7F7; }
  .lg-up\:to-neutral-10 {
    --gradient-to-color: #F7F7F7; }
  .lg-up\:to-grey-2 {
    --gradient-to-color: #EFEFEF; }
  .lg-up\:to-neutral-20 {
    --gradient-to-color: #EFEFEF; }
  .lg-up\:to-grey-3 {
    --gradient-to-color: #E5E5E5; }
  .lg-up\:to-neutral-30 {
    --gradient-to-color: #E5E5E5; }
  .lg-up\:to-grey-4 {
    --gradient-to-color: #BEBFBF; }
  .lg-up\:to-neutral-40 {
    --gradient-to-color: #BEBFBF; }
  .lg-up\:to-grey-5 {
    --gradient-to-color: #757575; }
  .lg-up\:to-neutral-50 {
    --gradient-to-color: #757575; }
  .lg-up\:to-grey-6 {
    --gradient-to-color: #484949; }
  .lg-up\:to-neutral-60 {
    --gradient-to-color: #484949; }
  .lg-up\:to-grey-7 {
    --gradient-to-color: #292728; }
  .lg-up\:to-neutral-70 {
    --gradient-to-color: #292728; }
  .lg-up\:to-grey-8 {
    --gradient-to-color: #EAEAE7; }
  .lg-up\:to-neutral-80 {
    --gradient-to-color: #1C1A1B; }
  .lg-up\:to-transparent {
    --gradient-to-color: transparent; }
  .lg-up\:to-orange {
    --gradient-to-color: #A63C1C; }
  .lg-up\:to-brown {
    --gradient-to-color: #8B5742; }
  .lg-up\:to-brown-light {
    --gradient-to-color: #796353; }
  .lg-up\:to-cream {
    --gradient-to-color: #F4EDE3; }
  .lg-up\:to-beige {
    --gradient-to-color: #E9E5DF; }
  .lg-up\:to-black {
    --gradient-to-color: #000000; }
  .lg-up\:to-forest-green {
    --gradient-to-color: #3D4126; }
  .lg-up\:hover\:from-white:hover {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:hover\:from-neutral-0:hover {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:hover\:from-red:hover {
    --gradient-from-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .lg-up\:hover\:from-grey-1:hover {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:hover\:from-neutral-10:hover {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:hover\:from-grey-2:hover {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:hover\:from-neutral-20:hover {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:hover\:from-grey-3:hover {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:hover\:from-neutral-30:hover {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:hover\:from-grey-4:hover {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:hover\:from-neutral-40:hover {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:hover\:from-grey-5:hover {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:hover\:from-neutral-50:hover {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:hover\:from-grey-6:hover {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:hover\:from-neutral-60:hover {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:hover\:from-grey-7:hover {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:hover\:from-neutral-70:hover {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:hover\:from-grey-8:hover {
    --gradient-from-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .lg-up\:hover\:from-neutral-80:hover {
    --gradient-from-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .lg-up\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:hover\:from-orange:hover {
    --gradient-from-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .lg-up\:hover\:from-brown:hover {
    --gradient-from-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .lg-up\:hover\:from-brown-light:hover {
    --gradient-from-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .lg-up\:hover\:from-cream:hover {
    --gradient-from-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .lg-up\:hover\:from-beige:hover {
    --gradient-from-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .lg-up\:hover\:from-black:hover {
    --gradient-from-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:hover\:from-forest-green:hover {
    --gradient-from-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .lg-up\:hover\:via-white:hover {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:hover\:via-neutral-0:hover {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:hover\:via-red:hover {
    --gradient-via-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .lg-up\:hover\:via-grey-1:hover {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:hover\:via-neutral-10:hover {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:hover\:via-grey-2:hover {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:hover\:via-neutral-20:hover {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:hover\:via-grey-3:hover {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:hover\:via-neutral-30:hover {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:hover\:via-grey-4:hover {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:hover\:via-neutral-40:hover {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:hover\:via-grey-5:hover {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:hover\:via-neutral-50:hover {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:hover\:via-grey-6:hover {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:hover\:via-neutral-60:hover {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:hover\:via-grey-7:hover {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:hover\:via-neutral-70:hover {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:hover\:via-grey-8:hover {
    --gradient-via-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .lg-up\:hover\:via-neutral-80:hover {
    --gradient-via-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .lg-up\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:hover\:via-orange:hover {
    --gradient-via-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .lg-up\:hover\:via-brown:hover {
    --gradient-via-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .lg-up\:hover\:via-brown-light:hover {
    --gradient-via-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .lg-up\:hover\:via-cream:hover {
    --gradient-via-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .lg-up\:hover\:via-beige:hover {
    --gradient-via-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .lg-up\:hover\:via-black:hover {
    --gradient-via-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:hover\:via-forest-green:hover {
    --gradient-via-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .lg-up\:hover\:to-white:hover {
    --gradient-to-color: #ffffff; }
  .lg-up\:hover\:to-neutral-0:hover {
    --gradient-to-color: #ffffff; }
  .lg-up\:hover\:to-red:hover {
    --gradient-to-color: #B83C23; }
  .lg-up\:hover\:to-grey-1:hover {
    --gradient-to-color: #F7F7F7; }
  .lg-up\:hover\:to-neutral-10:hover {
    --gradient-to-color: #F7F7F7; }
  .lg-up\:hover\:to-grey-2:hover {
    --gradient-to-color: #EFEFEF; }
  .lg-up\:hover\:to-neutral-20:hover {
    --gradient-to-color: #EFEFEF; }
  .lg-up\:hover\:to-grey-3:hover {
    --gradient-to-color: #E5E5E5; }
  .lg-up\:hover\:to-neutral-30:hover {
    --gradient-to-color: #E5E5E5; }
  .lg-up\:hover\:to-grey-4:hover {
    --gradient-to-color: #BEBFBF; }
  .lg-up\:hover\:to-neutral-40:hover {
    --gradient-to-color: #BEBFBF; }
  .lg-up\:hover\:to-grey-5:hover {
    --gradient-to-color: #757575; }
  .lg-up\:hover\:to-neutral-50:hover {
    --gradient-to-color: #757575; }
  .lg-up\:hover\:to-grey-6:hover {
    --gradient-to-color: #484949; }
  .lg-up\:hover\:to-neutral-60:hover {
    --gradient-to-color: #484949; }
  .lg-up\:hover\:to-grey-7:hover {
    --gradient-to-color: #292728; }
  .lg-up\:hover\:to-neutral-70:hover {
    --gradient-to-color: #292728; }
  .lg-up\:hover\:to-grey-8:hover {
    --gradient-to-color: #EAEAE7; }
  .lg-up\:hover\:to-neutral-80:hover {
    --gradient-to-color: #1C1A1B; }
  .lg-up\:hover\:to-transparent:hover {
    --gradient-to-color: transparent; }
  .lg-up\:hover\:to-orange:hover {
    --gradient-to-color: #A63C1C; }
  .lg-up\:hover\:to-brown:hover {
    --gradient-to-color: #8B5742; }
  .lg-up\:hover\:to-brown-light:hover {
    --gradient-to-color: #796353; }
  .lg-up\:hover\:to-cream:hover {
    --gradient-to-color: #F4EDE3; }
  .lg-up\:hover\:to-beige:hover {
    --gradient-to-color: #E9E5DF; }
  .lg-up\:hover\:to-black:hover {
    --gradient-to-color: #000000; }
  .lg-up\:hover\:to-forest-green:hover {
    --gradient-to-color: #3D4126; }
  .lg-up\:focus\:from-white:focus {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:focus\:from-neutral-0:focus {
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:focus\:from-red:focus {
    --gradient-from-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .lg-up\:focus\:from-grey-1:focus {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:focus\:from-neutral-10:focus {
    --gradient-from-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:focus\:from-grey-2:focus {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:focus\:from-neutral-20:focus {
    --gradient-from-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:focus\:from-grey-3:focus {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:focus\:from-neutral-30:focus {
    --gradient-from-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:focus\:from-grey-4:focus {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:focus\:from-neutral-40:focus {
    --gradient-from-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:focus\:from-grey-5:focus {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:focus\:from-neutral-50:focus {
    --gradient-from-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:focus\:from-grey-6:focus {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:focus\:from-neutral-60:focus {
    --gradient-from-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:focus\:from-grey-7:focus {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:focus\:from-neutral-70:focus {
    --gradient-from-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:focus\:from-grey-8:focus {
    --gradient-from-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .lg-up\:focus\:from-neutral-80:focus {
    --gradient-from-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .lg-up\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:focus\:from-orange:focus {
    --gradient-from-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .lg-up\:focus\:from-brown:focus {
    --gradient-from-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .lg-up\:focus\:from-brown-light:focus {
    --gradient-from-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .lg-up\:focus\:from-cream:focus {
    --gradient-from-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .lg-up\:focus\:from-beige:focus {
    --gradient-from-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .lg-up\:focus\:from-black:focus {
    --gradient-from-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:focus\:from-forest-green:focus {
    --gradient-from-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .lg-up\:focus\:via-white:focus {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:focus\:via-neutral-0:focus {
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)); }
  .lg-up\:focus\:via-red:focus {
    --gradient-via-color: #B83C23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 60, 35, 0)); }
  .lg-up\:focus\:via-grey-1:focus {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:focus\:via-neutral-10:focus {
    --gradient-via-color: #F7F7F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 247, 247, 0)); }
  .lg-up\:focus\:via-grey-2:focus {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:focus\:via-neutral-20:focus {
    --gradient-via-color: #EFEFEF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 239, 239, 0)); }
  .lg-up\:focus\:via-grey-3:focus {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:focus\:via-neutral-30:focus {
    --gradient-via-color: #E5E5E5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)); }
  .lg-up\:focus\:via-grey-4:focus {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:focus\:via-neutral-40:focus {
    --gradient-via-color: #BEBFBF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 191, 191, 0)); }
  .lg-up\:focus\:via-grey-5:focus {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:focus\:via-neutral-50:focus {
    --gradient-via-color: #757575;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(117, 117, 117, 0)); }
  .lg-up\:focus\:via-grey-6:focus {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:focus\:via-neutral-60:focus {
    --gradient-via-color: #484949;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 73, 73, 0)); }
  .lg-up\:focus\:via-grey-7:focus {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:focus\:via-neutral-70:focus {
    --gradient-via-color: #292728;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 39, 40, 0)); }
  .lg-up\:focus\:via-grey-8:focus {
    --gradient-via-color: #EAEAE7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 234, 231, 0)); }
  .lg-up\:focus\:via-neutral-80:focus {
    --gradient-via-color: #1C1A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 26, 27, 0)); }
  .lg-up\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:focus\:via-orange:focus {
    --gradient-via-color: #A63C1C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 60, 28, 0)); }
  .lg-up\:focus\:via-brown:focus {
    --gradient-via-color: #8B5742;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 87, 66, 0)); }
  .lg-up\:focus\:via-brown-light:focus {
    --gradient-via-color: #796353;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 99, 83, 0)); }
  .lg-up\:focus\:via-cream:focus {
    --gradient-via-color: #F4EDE3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 237, 227, 0)); }
  .lg-up\:focus\:via-beige:focus {
    --gradient-via-color: #E9E5DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 229, 223, 0)); }
  .lg-up\:focus\:via-black:focus {
    --gradient-via-color: #000000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); }
  .lg-up\:focus\:via-forest-green:focus {
    --gradient-via-color: #3D4126;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 65, 38, 0)); }
  .lg-up\:focus\:to-white:focus {
    --gradient-to-color: #ffffff; }
  .lg-up\:focus\:to-neutral-0:focus {
    --gradient-to-color: #ffffff; }
  .lg-up\:focus\:to-red:focus {
    --gradient-to-color: #B83C23; }
  .lg-up\:focus\:to-grey-1:focus {
    --gradient-to-color: #F7F7F7; }
  .lg-up\:focus\:to-neutral-10:focus {
    --gradient-to-color: #F7F7F7; }
  .lg-up\:focus\:to-grey-2:focus {
    --gradient-to-color: #EFEFEF; }
  .lg-up\:focus\:to-neutral-20:focus {
    --gradient-to-color: #EFEFEF; }
  .lg-up\:focus\:to-grey-3:focus {
    --gradient-to-color: #E5E5E5; }
  .lg-up\:focus\:to-neutral-30:focus {
    --gradient-to-color: #E5E5E5; }
  .lg-up\:focus\:to-grey-4:focus {
    --gradient-to-color: #BEBFBF; }
  .lg-up\:focus\:to-neutral-40:focus {
    --gradient-to-color: #BEBFBF; }
  .lg-up\:focus\:to-grey-5:focus {
    --gradient-to-color: #757575; }
  .lg-up\:focus\:to-neutral-50:focus {
    --gradient-to-color: #757575; }
  .lg-up\:focus\:to-grey-6:focus {
    --gradient-to-color: #484949; }
  .lg-up\:focus\:to-neutral-60:focus {
    --gradient-to-color: #484949; }
  .lg-up\:focus\:to-grey-7:focus {
    --gradient-to-color: #292728; }
  .lg-up\:focus\:to-neutral-70:focus {
    --gradient-to-color: #292728; }
  .lg-up\:focus\:to-grey-8:focus {
    --gradient-to-color: #EAEAE7; }
  .lg-up\:focus\:to-neutral-80:focus {
    --gradient-to-color: #1C1A1B; }
  .lg-up\:focus\:to-transparent:focus {
    --gradient-to-color: transparent; }
  .lg-up\:focus\:to-orange:focus {
    --gradient-to-color: #A63C1C; }
  .lg-up\:focus\:to-brown:focus {
    --gradient-to-color: #8B5742; }
  .lg-up\:focus\:to-brown-light:focus {
    --gradient-to-color: #796353; }
  .lg-up\:focus\:to-cream:focus {
    --gradient-to-color: #F4EDE3; }
  .lg-up\:focus\:to-beige:focus {
    --gradient-to-color: #E9E5DF; }
  .lg-up\:focus\:to-black:focus {
    --gradient-to-color: #000000; }
  .lg-up\:focus\:to-forest-green:focus {
    --gradient-to-color: #3D4126; }
  .lg-up\:bg-opacity-0 {
    --bg-opacity: 0; }
  .lg-up\:bg-opacity-25 {
    --bg-opacity: 0.25; }
  .lg-up\:bg-opacity-50 {
    --bg-opacity: 0.5; }
  .lg-up\:bg-opacity-75 {
    --bg-opacity: 0.75; }
  .lg-up\:bg-opacity-100 {
    --bg-opacity: 1; }
  .lg-up\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0; }
  .lg-up\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25; }
  .lg-up\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5; }
  .lg-up\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75; }
  .lg-up\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1; }
  .lg-up\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0; }
  .lg-up\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25; }
  .lg-up\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5; }
  .lg-up\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75; }
  .lg-up\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1; }
  .lg-up\:border-collapse {
    border-collapse: collapse; }
  .lg-up\:border-separate {
    border-collapse: separate; }
  .lg-up\:border-white {
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity)); }
  .lg-up\:border-neutral-0 {
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity)); }
  .lg-up\:border-red {
    --border-opacity: 1;
    border-color: #B83C23;
    border-color: rgba(184, 60, 35, var(--border-opacity)); }
  .lg-up\:border-grey-1 {
    --border-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--border-opacity)); }
  .lg-up\:border-neutral-10 {
    --border-opacity: 1;
    border-color: #F7F7F7;
    border-color: rgba(247, 247, 247, var(--border-opacity)); }
  .lg-up\:border-grey-2 {
    --border-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--border-opacity)); }
  .lg-up\:border-neutral-20 {
    --border-opacity: 1;
    border-color: #EFEFEF;
    border-color: rgba(239, 239, 239, var(--border-opacity)); }
  .lg-up\:border-grey-3 {
    --border-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--border-opacity)); }
  .lg-up\:border-neutral-30 {
    --border-opacity: 1;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, var(--border-opacity)); }
  .lg-up\:border-grey-4 {
    --border-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--border-opacity)); }
  .lg-up\:border-neutral-40 {
    --border-opacity: 1;
    border-color: #BEBFBF;
    border-color: rgba(190, 191, 191, var(--border-opacity)); }
  .lg-up\:border-grey-5 {
    --border-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--border-opacity)); }
  .lg-up\:border-neutral-50 {
    --border-opacity: 1;
    border-color: #757575;
    border-color: rgba(117, 117, 117, var(--border-opacity)); }
  .lg-up\:border-grey-6 {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }
  .lg-up\:border-neutral-60 {
    --border-opacity: 1;
    border-color: #484949;
    border-color: rgba(72, 73, 73, var(--border-opacity)); }
  .lg-up\:border-grey-7 {
    --border-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--border-opacity)); }
  .lg-up\:border-neutral-70 {
    --border-opacity: 1;
    border-color: #292728;
    border-color: rgba(41, 39, 40, var(--border-opacity)); }
  .lg-up\:border-grey-8 {
    --border-opacity: 1;
    border-color: #EAEAE7;
    border-color: rgba(234, 234, 231, var(--border-opacity)); }
  .lg-up\:border-neutral-80 {
    --border-opacity: 1;
    border-color: #1C1A1B;
    border-color: rgba(28, 26, 27, var(--border-opacity)); }
  .lg-up\:border-transparent {
    border-color: transparent; }
  .lg-up\:border-orange {
    --border-opacity: 1;
    border-color: #A63C1C;
    border-color: rgba(166, 60, 28, var(--border-opacity)); }
  .lg-up\:border-brown {
    --border-opacity: 1;
    border-color: #8B5742;
    border-color: rgba(139, 87, 66, var(--border-opacity)); }
  .lg-up\:border-brown-light {
    --border-opacity: 1;
    border-color: #796353;
    border-color: rgba(121, 99, 83, var(--border-opacity)); }
  .lg-up\:border-cream {
    --border-opacity: 1;
    border-color: #F4EDE3;
    border-color: rgba(244, 237, 227, var(--border-opacity)); }
  .lg-up\:border-beige {
    --border-opacity: 1;
    border-color: #E9E5DF;
    border-color: rgba(233, 229, 223, var(--border-opacity)); }
  .lg-up\:border-black {
    --border-opacity: 1;
    border-color: #000000;
    border-color: rgba(0, 0, 0, var(--border-opacity)); }
  .lg-up\:border-forest-green {
    --border-opacity: 1;
    border-color: #3D4126;
    border-color: rgba(61, 65, 38, var(--border-opacity)); }
  .lg-up\:border-opacity-0 {
    --border-opacity: 0; }
  .lg-up\:border-opacity-25 {
    --border-opacity: 0.25; }
  .lg-up\:border-opacity-50 {
    --border-opacity: 0.5; }
  .lg-up\:border-opacity-75 {
    --border-opacity: 0.75; }
  .lg-up\:border-opacity-100 {
    --border-opacity: 1; }
  .lg-up\:hover\:border-opacity-0:hover {
    --border-opacity: 0; }
  .lg-up\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25; }
  .lg-up\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5; }
  .lg-up\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75; }
  .lg-up\:hover\:border-opacity-100:hover {
    --border-opacity: 1; }
  .lg-up\:focus\:border-opacity-0:focus {
    --border-opacity: 0; }
  .lg-up\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25; }
  .lg-up\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5; }
  .lg-up\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75; }
  .lg-up\:focus\:border-opacity-100:focus {
    --border-opacity: 1; }
  .lg-up\:border-0 {
    border-width: 0; }
  .lg-up\:border-2 {
    border-width: 2px; }
  .lg-up\:border-4 {
    border-width: 4px; }
  .lg-up\:border-8 {
    border-width: 8px; }
  .lg-up\:border {
    border-width: 1px; }
  .lg-up\:border-t-0 {
    border-top-width: 0; }
  .lg-up\:border-r-0 {
    border-right-width: 0; }
  .lg-up\:border-b-0 {
    border-bottom-width: 0; }
  .lg-up\:border-l-0 {
    border-left-width: 0; }
  .lg-up\:border-t-2 {
    border-top-width: 2px; }
  .lg-up\:border-r-2 {
    border-right-width: 2px; }
  .lg-up\:border-b-2 {
    border-bottom-width: 2px; }
  .lg-up\:border-l-2 {
    border-left-width: 2px; }
  .lg-up\:border-t-4 {
    border-top-width: 4px; }
  .lg-up\:border-r-4 {
    border-right-width: 4px; }
  .lg-up\:border-b-4 {
    border-bottom-width: 4px; }
  .lg-up\:border-l-4 {
    border-left-width: 4px; }
  .lg-up\:border-t-8 {
    border-top-width: 8px; }
  .lg-up\:border-r-8 {
    border-right-width: 8px; }
  .lg-up\:border-b-8 {
    border-bottom-width: 8px; }
  .lg-up\:border-l-8 {
    border-left-width: 8px; }
  .lg-up\:border-t {
    border-top-width: 1px; }
  .lg-up\:border-r {
    border-right-width: 1px; }
  .lg-up\:border-b {
    border-bottom-width: 1px; }
  .lg-up\:border-l {
    border-left-width: 1px; }
  .lg-up\:box-border {
    box-sizing: border-box; }
  .lg-up\:box-content {
    box-sizing: content-box; }
  .lg-up\:block {
    display: block; }
  .lg-up\:inline-block {
    display: inline-block; }
  .lg-up\:inline {
    display: inline; }
  .lg-up\:flex {
    display: flex; }
  .lg-up\:inline-flex {
    display: inline-flex; }
  .lg-up\:table {
    display: table; }
  .lg-up\:table-caption {
    display: table-caption; }
  .lg-up\:table-cell {
    display: table-cell; }
  .lg-up\:table-column {
    display: table-column; }
  .lg-up\:table-column-group {
    display: table-column-group; }
  .lg-up\:table-footer-group {
    display: table-footer-group; }
  .lg-up\:table-header-group {
    display: table-header-group; }
  .lg-up\:table-row-group {
    display: table-row-group; }
  .lg-up\:table-row {
    display: table-row; }
  .lg-up\:flow-root {
    display: flow-root; }
  .lg-up\:grid {
    display: grid; }
  .lg-up\:inline-grid {
    display: inline-grid; }
  .lg-up\:contents {
    display: contents; }
  .lg-up\:hidden {
    display: none; }
  .lg-up\:flex-row {
    flex-direction: row; }
  .lg-up\:flex-row-reverse {
    flex-direction: row-reverse; }
  .lg-up\:flex-col {
    flex-direction: column; }
  .lg-up\:flex-col-reverse {
    flex-direction: column-reverse; }
  .lg-up\:flex-wrap {
    flex-wrap: wrap; }
  .lg-up\:flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .lg-up\:flex-no-wrap {
    flex-wrap: nowrap; }
  .lg-up\:place-items-auto {
    place-items: auto; }
  .lg-up\:place-items-start {
    place-items: start; }
  .lg-up\:place-items-end {
    place-items: end; }
  .lg-up\:place-items-center {
    place-items: center; }
  .lg-up\:place-items-stretch {
    place-items: stretch; }
  .lg-up\:place-content-center {
    place-content: center; }
  .lg-up\:place-content-start {
    place-content: start; }
  .lg-up\:place-content-end {
    place-content: end; }
  .lg-up\:place-content-between {
    place-content: space-between; }
  .lg-up\:place-content-around {
    place-content: space-around; }
  .lg-up\:place-content-evenly {
    place-content: space-evenly; }
  .lg-up\:place-content-stretch {
    place-content: stretch; }
  .lg-up\:place-self-auto {
    place-self: auto; }
  .lg-up\:place-self-start {
    place-self: start; }
  .lg-up\:place-self-end {
    place-self: end; }
  .lg-up\:place-self-center {
    place-self: center; }
  .lg-up\:place-self-stretch {
    place-self: stretch; }
  .lg-up\:items-start {
    align-items: flex-start; }
  .lg-up\:items-end {
    align-items: flex-end; }
  .lg-up\:items-center {
    align-items: center; }
  .lg-up\:items-baseline {
    align-items: baseline; }
  .lg-up\:items-stretch {
    align-items: stretch; }
  .lg-up\:content-center {
    align-content: center; }
  .lg-up\:content-start {
    align-content: flex-start; }
  .lg-up\:content-end {
    align-content: flex-end; }
  .lg-up\:content-between {
    align-content: space-between; }
  .lg-up\:content-around {
    align-content: space-around; }
  .lg-up\:content-evenly {
    align-content: space-evenly; }
  .lg-up\:self-auto {
    align-self: auto; }
  .lg-up\:self-start {
    align-self: flex-start; }
  .lg-up\:self-end {
    align-self: flex-end; }
  .lg-up\:self-center {
    align-self: center; }
  .lg-up\:self-stretch {
    align-self: stretch; }
  .lg-up\:justify-items-auto {
    justify-items: auto; }
  .lg-up\:justify-items-start {
    justify-items: start; }
  .lg-up\:justify-items-end {
    justify-items: end; }
  .lg-up\:justify-items-center {
    justify-items: center; }
  .lg-up\:justify-items-stretch {
    justify-items: stretch; }
  .lg-up\:justify-start {
    justify-content: flex-start; }
  .lg-up\:justify-end {
    justify-content: flex-end; }
  .lg-up\:justify-center {
    justify-content: center; }
  .lg-up\:justify-between {
    justify-content: space-between; }
  .lg-up\:justify-around {
    justify-content: space-around; }
  .lg-up\:justify-evenly {
    justify-content: space-evenly; }
  .lg-up\:justify-self-auto {
    justify-self: auto; }
  .lg-up\:justify-self-start {
    justify-self: start; }
  .lg-up\:justify-self-end {
    justify-self: end; }
  .lg-up\:justify-self-center {
    justify-self: center; }
  .lg-up\:justify-self-stretch {
    justify-self: stretch; }
  .lg-up\:flex-1 {
    flex: 1 1 0%; }
  .lg-up\:flex-auto {
    flex: 1 1 auto; }
  .lg-up\:flex-initial {
    flex: 0 1 auto; }
  .lg-up\:flex-none {
    flex: none; }
  .lg-up\:flex-grow-0 {
    flex-grow: 0; }
  .lg-up\:flex-grow {
    flex-grow: 1; }
  .lg-up\:flex-shrink-0 {
    flex-shrink: 0; }
  .lg-up\:flex-shrink {
    flex-shrink: 1; }
  .lg-up\:order-1 {
    order: 1; }
  .lg-up\:order-2 {
    order: 2; }
  .lg-up\:order-3 {
    order: 3; }
  .lg-up\:order-4 {
    order: 4; }
  .lg-up\:order-5 {
    order: 5; }
  .lg-up\:order-6 {
    order: 6; }
  .lg-up\:order-7 {
    order: 7; }
  .lg-up\:order-8 {
    order: 8; }
  .lg-up\:order-9 {
    order: 9; }
  .lg-up\:order-10 {
    order: 10; }
  .lg-up\:order-11 {
    order: 11; }
  .lg-up\:order-12 {
    order: 12; }
  .lg-up\:order-first {
    order: -9999; }
  .lg-up\:order-last {
    order: 9999; }
  .lg-up\:order-none {
    order: 0; }
  .lg-up\:float-right {
    float: right; }
  .lg-up\:float-left {
    float: left; }
  .lg-up\:float-none {
    float: none; }
  .lg-up\:clearfix:after {
    content: "";
    display: table;
    clear: both; }
  .lg-up\:clear-left {
    clear: left; }
  .lg-up\:clear-right {
    clear: right; }
  .lg-up\:clear-both {
    clear: both; }
  .lg-up\:clear-none {
    clear: none; }
  .lg-up\:font-light {
    font-weight: 300; }
  .lg-up\:font-book {
    font-weight: 400; }
  .lg-up\:font-medium {
    font-weight: 500; }
  .lg-up\:h-0 {
    height: 0; }
  .lg-up\:h-1 {
    height: 0.25rem; }
  .lg-up\:h-2 {
    height: 0.5rem; }
  .lg-up\:h-3 {
    height: 0.75rem; }
  .lg-up\:h-4 {
    height: 1rem; }
  .lg-up\:h-5 {
    height: 1.25rem; }
  .lg-up\:h-6 {
    height: 1.5rem; }
  .lg-up\:h-8 {
    height: 2rem; }
  .lg-up\:h-10 {
    height: 2.5rem; }
  .lg-up\:h-12 {
    height: 3rem; }
  .lg-up\:h-16 {
    height: 4rem; }
  .lg-up\:h-24 {
    height: 6rem; }
  .lg-up\:h-32 {
    height: 8rem; }
  .lg-up\:h-48 {
    height: 12rem; }
  .lg-up\:h-64 {
    height: 16rem; }
  .lg-up\:h-96 {
    height: 24rem; }
  .lg-up\:h-auto {
    height: auto; }
  .lg-up\:h-px {
    height: 1px; }
  .lg-up\:h-1\/2 {
    height: 50%; }
  .lg-up\:h-full {
    height: 100%; }
  .lg-up\:h-screen {
    height: 100vh; }
  .lg-up\:m-0 {
    margin: 0; }
  .lg-up\:m-1 {
    margin: 0.25rem; }
  .lg-up\:m-2 {
    margin: 0.5rem; }
  .lg-up\:m-3 {
    margin: 0.75rem; }
  .lg-up\:m-4 {
    margin: 1rem; }
  .lg-up\:m-5 {
    margin: 1.25rem; }
  .lg-up\:m-6 {
    margin: 1.5rem; }
  .lg-up\:m-8 {
    margin: 2rem; }
  .lg-up\:m-9 {
    margin: 2.25rem; }
  .lg-up\:m-10 {
    margin: 2.5rem; }
  .lg-up\:m-12 {
    margin: 3rem; }
  .lg-up\:m-14 {
    margin: 3.5rem; }
  .lg-up\:m-16 {
    margin: 4rem; }
  .lg-up\:m-18 {
    margin: 4.5rem; }
  .lg-up\:m-20 {
    margin: 5rem; }
  .lg-up\:m-24 {
    margin: 6rem; }
  .lg-up\:m-28 {
    margin: 7rem; }
  .lg-up\:m-30 {
    margin: 7.5rem; }
  .lg-up\:-m-px {
    margin: -1px; }
  .lg-up\:-m-0 {
    margin: 0; }
  .lg-up\:-m-1 {
    margin: -0.25rem; }
  .lg-up\:-m-2 {
    margin: -0.5rem; }
  .lg-up\:-m-3 {
    margin: -0.75rem; }
  .lg-up\:-m-4 {
    margin: -1rem; }
  .lg-up\:-m-6 {
    margin: -1.5rem; }
  .lg-up\:-m-8 {
    margin: -2rem; }
  .lg-up\:-m-12 {
    margin: -3rem; }
  .lg-up\:-m-14 {
    margin: -3.5rem; }
  .lg-up\:-m-16 {
    margin: -4rem; }
  .lg-up\:-m-20 {
    margin: -5rem; }
  .lg-up\:-m-24 {
    margin: -6rem; }
  .lg-up\:-m-30 {
    margin: -7.5rem; }
  .lg-up\:m-auto {
    margin: auto; }
  .lg-up\:m-px {
    margin: 1px; }
  .lg-up\:m-1\/2 {
    margin: 50%; }
  .lg-up\:m-1\/3 {
    margin: 33.33333%; }
  .lg-up\:m-2\/3 {
    margin: 66.66667%; }
  .lg-up\:m-1\/4 {
    margin: 25%; }
  .lg-up\:m-3\/4 {
    margin: 75%; }
  .lg-up\:m-1\/5 {
    margin: 20%; }
  .lg-up\:m-2\/5 {
    margin: 40%; }
  .lg-up\:m-3\/5 {
    margin: 60%; }
  .lg-up\:m-4\/5 {
    margin: 80%; }
  .lg-up\:m-1\/6 {
    margin: 16.66667%; }
  .lg-up\:m-5\/6 {
    margin: 83.33333%; }
  .lg-up\:m-full {
    margin: 100%; }
  .lg-up\:my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .lg-up\:mx-0 {
    margin-left: 0;
    margin-right: 0; }
  .lg-up\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  .lg-up\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .lg-up\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .lg-up\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .lg-up\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .lg-up\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  .lg-up\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .lg-up\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .lg-up\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .lg-up\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  .lg-up\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .lg-up\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .lg-up\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .lg-up\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .lg-up\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }
  .lg-up\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem; }
  .lg-up\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .lg-up\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .lg-up\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .lg-up\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .lg-up\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .lg-up\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .lg-up\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .lg-up\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .lg-up\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .lg-up\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .lg-up\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .lg-up\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .lg-up\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .lg-up\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem; }
  .lg-up\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem; }
  .lg-up\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem; }
  .lg-up\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; }
  .lg-up\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem; }
  .lg-up\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px; }
  .lg-up\:-mx-px {
    margin-left: -1px;
    margin-right: -1px; }
  .lg-up\:-my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .lg-up\:-mx-0 {
    margin-left: 0;
    margin-right: 0; }
  .lg-up\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; }
  .lg-up\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
  .lg-up\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .lg-up\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .lg-up\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; }
  .lg-up\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .lg-up\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .lg-up\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .lg-up\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .lg-up\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .lg-up\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .lg-up\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .lg-up\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .lg-up\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .lg-up\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .lg-up\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .lg-up\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .lg-up\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .lg-up\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .lg-up\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .lg-up\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem; }
  .lg-up\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem; }
  .lg-up\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem; }
  .lg-up\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem; }
  .lg-up\:my-auto {
    margin-top: auto;
    margin-bottom: auto; }
  .lg-up\:mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .lg-up\:my-px {
    margin-top: 1px;
    margin-bottom: 1px; }
  .lg-up\:mx-px {
    margin-left: 1px;
    margin-right: 1px; }
  .lg-up\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%; }
  .lg-up\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%; }
  .lg-up\:my-1\/3 {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%; }
  .lg-up\:mx-1\/3 {
    margin-left: 33.33333%;
    margin-right: 33.33333%; }
  .lg-up\:my-2\/3 {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%; }
  .lg-up\:mx-2\/3 {
    margin-left: 66.66667%;
    margin-right: 66.66667%; }
  .lg-up\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%; }
  .lg-up\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%; }
  .lg-up\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%; }
  .lg-up\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%; }
  .lg-up\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%; }
  .lg-up\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%; }
  .lg-up\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%; }
  .lg-up\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%; }
  .lg-up\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%; }
  .lg-up\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%; }
  .lg-up\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%; }
  .lg-up\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%; }
  .lg-up\:my-1\/6 {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%; }
  .lg-up\:mx-1\/6 {
    margin-left: 16.66667%;
    margin-right: 16.66667%; }
  .lg-up\:my-5\/6 {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%; }
  .lg-up\:mx-5\/6 {
    margin-left: 83.33333%;
    margin-right: 83.33333%; }
  .lg-up\:my-full {
    margin-top: 100%;
    margin-bottom: 100%; }
  .lg-up\:mx-full {
    margin-left: 100%;
    margin-right: 100%; }
  .lg-up\:mt-0 {
    margin-top: 0; }
  .lg-up\:mr-0 {
    margin-right: 0; }
  .lg-up\:mb-0 {
    margin-bottom: 0; }
  .lg-up\:ml-0 {
    margin-left: 0; }
  .lg-up\:mt-1 {
    margin-top: 0.25rem; }
  .lg-up\:mr-1 {
    margin-right: 0.25rem; }
  .lg-up\:mb-1 {
    margin-bottom: 0.25rem; }
  .lg-up\:ml-1 {
    margin-left: 0.25rem; }
  .lg-up\:mt-2 {
    margin-top: 0.5rem; }
  .lg-up\:mr-2 {
    margin-right: 0.5rem; }
  .lg-up\:mb-2 {
    margin-bottom: 0.5rem; }
  .lg-up\:ml-2 {
    margin-left: 0.5rem; }
  .lg-up\:mt-3 {
    margin-top: 0.75rem; }
  .lg-up\:mr-3 {
    margin-right: 0.75rem; }
  .lg-up\:mb-3 {
    margin-bottom: 0.75rem; }
  .lg-up\:ml-3 {
    margin-left: 0.75rem; }
  .lg-up\:mt-4 {
    margin-top: 1rem; }
  .lg-up\:mr-4 {
    margin-right: 1rem; }
  .lg-up\:mb-4 {
    margin-bottom: 1rem; }
  .lg-up\:ml-4 {
    margin-left: 1rem; }
  .lg-up\:mt-5 {
    margin-top: 1.25rem; }
  .lg-up\:mr-5 {
    margin-right: 1.25rem; }
  .lg-up\:mb-5 {
    margin-bottom: 1.25rem; }
  .lg-up\:ml-5 {
    margin-left: 1.25rem; }
  .lg-up\:mt-6 {
    margin-top: 1.5rem; }
  .lg-up\:mr-6 {
    margin-right: 1.5rem; }
  .lg-up\:mb-6 {
    margin-bottom: 1.5rem; }
  .lg-up\:ml-6 {
    margin-left: 1.5rem; }
  .lg-up\:mt-8 {
    margin-top: 2rem; }
  .lg-up\:mr-8 {
    margin-right: 2rem; }
  .lg-up\:mb-8 {
    margin-bottom: 2rem; }
  .lg-up\:ml-8 {
    margin-left: 2rem; }
  .lg-up\:mt-9 {
    margin-top: 2.25rem; }
  .lg-up\:mr-9 {
    margin-right: 2.25rem; }
  .lg-up\:mb-9 {
    margin-bottom: 2.25rem; }
  .lg-up\:ml-9 {
    margin-left: 2.25rem; }
  .lg-up\:mt-10 {
    margin-top: 2.5rem; }
  .lg-up\:mr-10 {
    margin-right: 2.5rem; }
  .lg-up\:mb-10 {
    margin-bottom: 2.5rem; }
  .lg-up\:ml-10 {
    margin-left: 2.5rem; }
  .lg-up\:mt-12 {
    margin-top: 3rem; }
  .lg-up\:mr-12 {
    margin-right: 3rem; }
  .lg-up\:mb-12 {
    margin-bottom: 3rem; }
  .lg-up\:ml-12 {
    margin-left: 3rem; }
  .lg-up\:mt-14 {
    margin-top: 3.5rem; }
  .lg-up\:mr-14 {
    margin-right: 3.5rem; }
  .lg-up\:mb-14 {
    margin-bottom: 3.5rem; }
  .lg-up\:ml-14 {
    margin-left: 3.5rem; }
  .lg-up\:mt-16 {
    margin-top: 4rem; }
  .lg-up\:mr-16 {
    margin-right: 4rem; }
  .lg-up\:mb-16 {
    margin-bottom: 4rem; }
  .lg-up\:ml-16 {
    margin-left: 4rem; }
  .lg-up\:mt-18 {
    margin-top: 4.5rem; }
  .lg-up\:mr-18 {
    margin-right: 4.5rem; }
  .lg-up\:mb-18 {
    margin-bottom: 4.5rem; }
  .lg-up\:ml-18 {
    margin-left: 4.5rem; }
  .lg-up\:mt-20 {
    margin-top: 5rem; }
  .lg-up\:mr-20 {
    margin-right: 5rem; }
  .lg-up\:mb-20 {
    margin-bottom: 5rem; }
  .lg-up\:ml-20 {
    margin-left: 5rem; }
  .lg-up\:mt-24 {
    margin-top: 6rem; }
  .lg-up\:mr-24 {
    margin-right: 6rem; }
  .lg-up\:mb-24 {
    margin-bottom: 6rem; }
  .lg-up\:ml-24 {
    margin-left: 6rem; }
  .lg-up\:mt-28 {
    margin-top: 7rem; }
  .lg-up\:mr-28 {
    margin-right: 7rem; }
  .lg-up\:mb-28 {
    margin-bottom: 7rem; }
  .lg-up\:ml-28 {
    margin-left: 7rem; }
  .lg-up\:mt-30 {
    margin-top: 7.5rem; }
  .lg-up\:mr-30 {
    margin-right: 7.5rem; }
  .lg-up\:mb-30 {
    margin-bottom: 7.5rem; }
  .lg-up\:ml-30 {
    margin-left: 7.5rem; }
  .lg-up\:-mt-px {
    margin-top: -1px; }
  .lg-up\:-mr-px {
    margin-right: -1px; }
  .lg-up\:-mb-px {
    margin-bottom: -1px; }
  .lg-up\:-ml-px {
    margin-left: -1px; }
  .lg-up\:-mt-0 {
    margin-top: 0; }
  .lg-up\:-mr-0 {
    margin-right: 0; }
  .lg-up\:-mb-0 {
    margin-bottom: 0; }
  .lg-up\:-ml-0 {
    margin-left: 0; }
  .lg-up\:-mt-1 {
    margin-top: -0.25rem; }
  .lg-up\:-mr-1 {
    margin-right: -0.25rem; }
  .lg-up\:-mb-1 {
    margin-bottom: -0.25rem; }
  .lg-up\:-ml-1 {
    margin-left: -0.25rem; }
  .lg-up\:-mt-2 {
    margin-top: -0.5rem; }
  .lg-up\:-mr-2 {
    margin-right: -0.5rem; }
  .lg-up\:-mb-2 {
    margin-bottom: -0.5rem; }
  .lg-up\:-ml-2 {
    margin-left: -0.5rem; }
  .lg-up\:-mt-3 {
    margin-top: -0.75rem; }
  .lg-up\:-mr-3 {
    margin-right: -0.75rem; }
  .lg-up\:-mb-3 {
    margin-bottom: -0.75rem; }
  .lg-up\:-ml-3 {
    margin-left: -0.75rem; }
  .lg-up\:-mt-4 {
    margin-top: -1rem; }
  .lg-up\:-mr-4 {
    margin-right: -1rem; }
  .lg-up\:-mb-4 {
    margin-bottom: -1rem; }
  .lg-up\:-ml-4 {
    margin-left: -1rem; }
  .lg-up\:-mt-6 {
    margin-top: -1.5rem; }
  .lg-up\:-mr-6 {
    margin-right: -1.5rem; }
  .lg-up\:-mb-6 {
    margin-bottom: -1.5rem; }
  .lg-up\:-ml-6 {
    margin-left: -1.5rem; }
  .lg-up\:-mt-8 {
    margin-top: -2rem; }
  .lg-up\:-mr-8 {
    margin-right: -2rem; }
  .lg-up\:-mb-8 {
    margin-bottom: -2rem; }
  .lg-up\:-ml-8 {
    margin-left: -2rem; }
  .lg-up\:-mt-12 {
    margin-top: -3rem; }
  .lg-up\:-mr-12 {
    margin-right: -3rem; }
  .lg-up\:-mb-12 {
    margin-bottom: -3rem; }
  .lg-up\:-ml-12 {
    margin-left: -3rem; }
  .lg-up\:-mt-14 {
    margin-top: -3.5rem; }
  .lg-up\:-mr-14 {
    margin-right: -3.5rem; }
  .lg-up\:-mb-14 {
    margin-bottom: -3.5rem; }
  .lg-up\:-ml-14 {
    margin-left: -3.5rem; }
  .lg-up\:-mt-16 {
    margin-top: -4rem; }
  .lg-up\:-mr-16 {
    margin-right: -4rem; }
  .lg-up\:-mb-16 {
    margin-bottom: -4rem; }
  .lg-up\:-ml-16 {
    margin-left: -4rem; }
  .lg-up\:-mt-20 {
    margin-top: -5rem; }
  .lg-up\:-mr-20 {
    margin-right: -5rem; }
  .lg-up\:-mb-20 {
    margin-bottom: -5rem; }
  .lg-up\:-ml-20 {
    margin-left: -5rem; }
  .lg-up\:-mt-24 {
    margin-top: -6rem; }
  .lg-up\:-mr-24 {
    margin-right: -6rem; }
  .lg-up\:-mb-24 {
    margin-bottom: -6rem; }
  .lg-up\:-ml-24 {
    margin-left: -6rem; }
  .lg-up\:-mt-30 {
    margin-top: -7.5rem; }
  .lg-up\:-mr-30 {
    margin-right: -7.5rem; }
  .lg-up\:-mb-30 {
    margin-bottom: -7.5rem; }
  .lg-up\:-ml-30 {
    margin-left: -7.5rem; }
  .lg-up\:mt-auto {
    margin-top: auto; }
  .lg-up\:mr-auto {
    margin-right: auto; }
  .lg-up\:mb-auto {
    margin-bottom: auto; }
  .lg-up\:ml-auto {
    margin-left: auto; }
  .lg-up\:mt-px {
    margin-top: 1px; }
  .lg-up\:mr-px {
    margin-right: 1px; }
  .lg-up\:mb-px {
    margin-bottom: 1px; }
  .lg-up\:ml-px {
    margin-left: 1px; }
  .lg-up\:mt-1\/2 {
    margin-top: 50%; }
  .lg-up\:mr-1\/2 {
    margin-right: 50%; }
  .lg-up\:mb-1\/2 {
    margin-bottom: 50%; }
  .lg-up\:ml-1\/2 {
    margin-left: 50%; }
  .lg-up\:mt-1\/3 {
    margin-top: 33.33333%; }
  .lg-up\:mr-1\/3 {
    margin-right: 33.33333%; }
  .lg-up\:mb-1\/3 {
    margin-bottom: 33.33333%; }
  .lg-up\:ml-1\/3 {
    margin-left: 33.33333%; }
  .lg-up\:mt-2\/3 {
    margin-top: 66.66667%; }
  .lg-up\:mr-2\/3 {
    margin-right: 66.66667%; }
  .lg-up\:mb-2\/3 {
    margin-bottom: 66.66667%; }
  .lg-up\:ml-2\/3 {
    margin-left: 66.66667%; }
  .lg-up\:mt-1\/4 {
    margin-top: 25%; }
  .lg-up\:mr-1\/4 {
    margin-right: 25%; }
  .lg-up\:mb-1\/4 {
    margin-bottom: 25%; }
  .lg-up\:ml-1\/4 {
    margin-left: 25%; }
  .lg-up\:mt-3\/4 {
    margin-top: 75%; }
  .lg-up\:mr-3\/4 {
    margin-right: 75%; }
  .lg-up\:mb-3\/4 {
    margin-bottom: 75%; }
  .lg-up\:ml-3\/4 {
    margin-left: 75%; }
  .lg-up\:mt-1\/5 {
    margin-top: 20%; }
  .lg-up\:mr-1\/5 {
    margin-right: 20%; }
  .lg-up\:mb-1\/5 {
    margin-bottom: 20%; }
  .lg-up\:ml-1\/5 {
    margin-left: 20%; }
  .lg-up\:mt-2\/5 {
    margin-top: 40%; }
  .lg-up\:mr-2\/5 {
    margin-right: 40%; }
  .lg-up\:mb-2\/5 {
    margin-bottom: 40%; }
  .lg-up\:ml-2\/5 {
    margin-left: 40%; }
  .lg-up\:mt-3\/5 {
    margin-top: 60%; }
  .lg-up\:mr-3\/5 {
    margin-right: 60%; }
  .lg-up\:mb-3\/5 {
    margin-bottom: 60%; }
  .lg-up\:ml-3\/5 {
    margin-left: 60%; }
  .lg-up\:mt-4\/5 {
    margin-top: 80%; }
  .lg-up\:mr-4\/5 {
    margin-right: 80%; }
  .lg-up\:mb-4\/5 {
    margin-bottom: 80%; }
  .lg-up\:ml-4\/5 {
    margin-left: 80%; }
  .lg-up\:mt-1\/6 {
    margin-top: 16.66667%; }
  .lg-up\:mr-1\/6 {
    margin-right: 16.66667%; }
  .lg-up\:mb-1\/6 {
    margin-bottom: 16.66667%; }
  .lg-up\:ml-1\/6 {
    margin-left: 16.66667%; }
  .lg-up\:mt-5\/6 {
    margin-top: 83.33333%; }
  .lg-up\:mr-5\/6 {
    margin-right: 83.33333%; }
  .lg-up\:mb-5\/6 {
    margin-bottom: 83.33333%; }
  .lg-up\:ml-5\/6 {
    margin-left: 83.33333%; }
  .lg-up\:mt-full {
    margin-top: 100%; }
  .lg-up\:mr-full {
    margin-right: 100%; }
  .lg-up\:mb-full {
    margin-bottom: 100%; }
  .lg-up\:ml-full {
    margin-left: 100%; }
  .lg-up\:last\:m-0:last-child {
    margin: 0; }
  .lg-up\:last\:m-1:last-child {
    margin: 0.25rem; }
  .lg-up\:last\:m-2:last-child {
    margin: 0.5rem; }
  .lg-up\:last\:m-3:last-child {
    margin: 0.75rem; }
  .lg-up\:last\:m-4:last-child {
    margin: 1rem; }
  .lg-up\:last\:m-5:last-child {
    margin: 1.25rem; }
  .lg-up\:last\:m-6:last-child {
    margin: 1.5rem; }
  .lg-up\:last\:m-8:last-child {
    margin: 2rem; }
  .lg-up\:last\:m-9:last-child {
    margin: 2.25rem; }
  .lg-up\:last\:m-10:last-child {
    margin: 2.5rem; }
  .lg-up\:last\:m-12:last-child {
    margin: 3rem; }
  .lg-up\:last\:m-14:last-child {
    margin: 3.5rem; }
  .lg-up\:last\:m-16:last-child {
    margin: 4rem; }
  .lg-up\:last\:m-18:last-child {
    margin: 4.5rem; }
  .lg-up\:last\:m-20:last-child {
    margin: 5rem; }
  .lg-up\:last\:m-24:last-child {
    margin: 6rem; }
  .lg-up\:last\:m-28:last-child {
    margin: 7rem; }
  .lg-up\:last\:m-30:last-child {
    margin: 7.5rem; }
  .lg-up\:last\:-m-px:last-child {
    margin: -1px; }
  .lg-up\:last\:-m-0:last-child {
    margin: 0; }
  .lg-up\:last\:-m-1:last-child {
    margin: -0.25rem; }
  .lg-up\:last\:-m-2:last-child {
    margin: -0.5rem; }
  .lg-up\:last\:-m-3:last-child {
    margin: -0.75rem; }
  .lg-up\:last\:-m-4:last-child {
    margin: -1rem; }
  .lg-up\:last\:-m-6:last-child {
    margin: -1.5rem; }
  .lg-up\:last\:-m-8:last-child {
    margin: -2rem; }
  .lg-up\:last\:-m-12:last-child {
    margin: -3rem; }
  .lg-up\:last\:-m-14:last-child {
    margin: -3.5rem; }
  .lg-up\:last\:-m-16:last-child {
    margin: -4rem; }
  .lg-up\:last\:-m-20:last-child {
    margin: -5rem; }
  .lg-up\:last\:-m-24:last-child {
    margin: -6rem; }
  .lg-up\:last\:-m-30:last-child {
    margin: -7.5rem; }
  .lg-up\:last\:m-auto:last-child {
    margin: auto; }
  .lg-up\:last\:m-px:last-child {
    margin: 1px; }
  .lg-up\:last\:m-1\/2:last-child {
    margin: 50%; }
  .lg-up\:last\:m-1\/3:last-child {
    margin: 33.33333%; }
  .lg-up\:last\:m-2\/3:last-child {
    margin: 66.66667%; }
  .lg-up\:last\:m-1\/4:last-child {
    margin: 25%; }
  .lg-up\:last\:m-3\/4:last-child {
    margin: 75%; }
  .lg-up\:last\:m-1\/5:last-child {
    margin: 20%; }
  .lg-up\:last\:m-2\/5:last-child {
    margin: 40%; }
  .lg-up\:last\:m-3\/5:last-child {
    margin: 60%; }
  .lg-up\:last\:m-4\/5:last-child {
    margin: 80%; }
  .lg-up\:last\:m-1\/6:last-child {
    margin: 16.66667%; }
  .lg-up\:last\:m-5\/6:last-child {
    margin: 83.33333%; }
  .lg-up\:last\:m-full:last-child {
    margin: 100%; }
  .lg-up\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0; }
  .lg-up\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0; }
  .lg-up\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  .lg-up\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .lg-up\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .lg-up\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .lg-up\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .lg-up\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  .lg-up\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .lg-up\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem; }
  .lg-up\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .lg-up\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  .lg-up\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .lg-up\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .lg-up\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .lg-up\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem; }
  .lg-up\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }
  .lg-up\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem; }
  .lg-up\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .lg-up\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .lg-up\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .lg-up\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem; }
  .lg-up\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .lg-up\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .lg-up\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .lg-up\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem; }
  .lg-up\:last\:my-18:last-child {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .lg-up\:last\:mx-18:last-child {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .lg-up\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .lg-up\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem; }
  .lg-up\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .lg-up\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem; }
  .lg-up\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem; }
  .lg-up\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem; }
  .lg-up\:last\:my-30:last-child {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; }
  .lg-up\:last\:mx-30:last-child {
    margin-left: 7.5rem;
    margin-right: 7.5rem; }
  .lg-up\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px; }
  .lg-up\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px; }
  .lg-up\:last\:-my-0:last-child {
    margin-top: 0;
    margin-bottom: 0; }
  .lg-up\:last\:-mx-0:last-child {
    margin-left: 0;
    margin-right: 0; }
  .lg-up\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; }
  .lg-up\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
  .lg-up\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .lg-up\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .lg-up\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; }
  .lg-up\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .lg-up\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .lg-up\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem; }
  .lg-up\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .lg-up\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .lg-up\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .lg-up\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem; }
  .lg-up\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .lg-up\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem; }
  .lg-up\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem; }
  .lg-up\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem; }
  .lg-up\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .lg-up\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem; }
  .lg-up\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .lg-up\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem; }
  .lg-up\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem; }
  .lg-up\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem; }
  .lg-up\:last\:-my-30:last-child {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem; }
  .lg-up\:last\:-mx-30:last-child {
    margin-left: -7.5rem;
    margin-right: -7.5rem; }
  .lg-up\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto; }
  .lg-up\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto; }
  .lg-up\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px; }
  .lg-up\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px; }
  .lg-up\:last\:my-1\/2:last-child {
    margin-top: 50%;
    margin-bottom: 50%; }
  .lg-up\:last\:mx-1\/2:last-child {
    margin-left: 50%;
    margin-right: 50%; }
  .lg-up\:last\:my-1\/3:last-child {
    margin-top: 33.33333%;
    margin-bottom: 33.33333%; }
  .lg-up\:last\:mx-1\/3:last-child {
    margin-left: 33.33333%;
    margin-right: 33.33333%; }
  .lg-up\:last\:my-2\/3:last-child {
    margin-top: 66.66667%;
    margin-bottom: 66.66667%; }
  .lg-up\:last\:mx-2\/3:last-child {
    margin-left: 66.66667%;
    margin-right: 66.66667%; }
  .lg-up\:last\:my-1\/4:last-child {
    margin-top: 25%;
    margin-bottom: 25%; }
  .lg-up\:last\:mx-1\/4:last-child {
    margin-left: 25%;
    margin-right: 25%; }
  .lg-up\:last\:my-3\/4:last-child {
    margin-top: 75%;
    margin-bottom: 75%; }
  .lg-up\:last\:mx-3\/4:last-child {
    margin-left: 75%;
    margin-right: 75%; }
  .lg-up\:last\:my-1\/5:last-child {
    margin-top: 20%;
    margin-bottom: 20%; }
  .lg-up\:last\:mx-1\/5:last-child {
    margin-left: 20%;
    margin-right: 20%; }
  .lg-up\:last\:my-2\/5:last-child {
    margin-top: 40%;
    margin-bottom: 40%; }
  .lg-up\:last\:mx-2\/5:last-child {
    margin-left: 40%;
    margin-right: 40%; }
  .lg-up\:last\:my-3\/5:last-child {
    margin-top: 60%;
    margin-bottom: 60%; }
  .lg-up\:last\:mx-3\/5:last-child {
    margin-left: 60%;
    margin-right: 60%; }
  .lg-up\:last\:my-4\/5:last-child {
    margin-top: 80%;
    margin-bottom: 80%; }
  .lg-up\:last\:mx-4\/5:last-child {
    margin-left: 80%;
    margin-right: 80%; }
  .lg-up\:last\:my-1\/6:last-child {
    margin-top: 16.66667%;
    margin-bottom: 16.66667%; }
  .lg-up\:last\:mx-1\/6:last-child {
    margin-left: 16.66667%;
    margin-right: 16.66667%; }
  .lg-up\:last\:my-5\/6:last-child {
    margin-top: 83.33333%;
    margin-bottom: 83.33333%; }
  .lg-up\:last\:mx-5\/6:last-child {
    margin-left: 83.33333%;
    margin-right: 83.33333%; }
  .lg-up\:last\:my-full:last-child {
    margin-top: 100%;
    margin-bottom: 100%; }
  .lg-up\:last\:mx-full:last-child {
    margin-left: 100%;
    margin-right: 100%; }
  .lg-up\:last\:mt-0:last-child {
    margin-top: 0; }
  .lg-up\:last\:mr-0:last-child {
    margin-right: 0; }
  .lg-up\:last\:mb-0:last-child {
    margin-bottom: 0; }
  .lg-up\:last\:ml-0:last-child {
    margin-left: 0; }
  .lg-up\:last\:mt-1:last-child {
    margin-top: 0.25rem; }
  .lg-up\:last\:mr-1:last-child {
    margin-right: 0.25rem; }
  .lg-up\:last\:mb-1:last-child {
    margin-bottom: 0.25rem; }
  .lg-up\:last\:ml-1:last-child {
    margin-left: 0.25rem; }
  .lg-up\:last\:mt-2:last-child {
    margin-top: 0.5rem; }
  .lg-up\:last\:mr-2:last-child {
    margin-right: 0.5rem; }
  .lg-up\:last\:mb-2:last-child {
    margin-bottom: 0.5rem; }
  .lg-up\:last\:ml-2:last-child {
    margin-left: 0.5rem; }
  .lg-up\:last\:mt-3:last-child {
    margin-top: 0.75rem; }
  .lg-up\:last\:mr-3:last-child {
    margin-right: 0.75rem; }
  .lg-up\:last\:mb-3:last-child {
    margin-bottom: 0.75rem; }
  .lg-up\:last\:ml-3:last-child {
    margin-left: 0.75rem; }
  .lg-up\:last\:mt-4:last-child {
    margin-top: 1rem; }
  .lg-up\:last\:mr-4:last-child {
    margin-right: 1rem; }
  .lg-up\:last\:mb-4:last-child {
    margin-bottom: 1rem; }
  .lg-up\:last\:ml-4:last-child {
    margin-left: 1rem; }
  .lg-up\:last\:mt-5:last-child {
    margin-top: 1.25rem; }
  .lg-up\:last\:mr-5:last-child {
    margin-right: 1.25rem; }
  .lg-up\:last\:mb-5:last-child {
    margin-bottom: 1.25rem; }
  .lg-up\:last\:ml-5:last-child {
    margin-left: 1.25rem; }
  .lg-up\:last\:mt-6:last-child {
    margin-top: 1.5rem; }
  .lg-up\:last\:mr-6:last-child {
    margin-right: 1.5rem; }
  .lg-up\:last\:mb-6:last-child {
    margin-bottom: 1.5rem; }
  .lg-up\:last\:ml-6:last-child {
    margin-left: 1.5rem; }
  .lg-up\:last\:mt-8:last-child {
    margin-top: 2rem; }
  .lg-up\:last\:mr-8:last-child {
    margin-right: 2rem; }
  .lg-up\:last\:mb-8:last-child {
    margin-bottom: 2rem; }
  .lg-up\:last\:ml-8:last-child {
    margin-left: 2rem; }
  .lg-up\:last\:mt-9:last-child {
    margin-top: 2.25rem; }
  .lg-up\:last\:mr-9:last-child {
    margin-right: 2.25rem; }
  .lg-up\:last\:mb-9:last-child {
    margin-bottom: 2.25rem; }
  .lg-up\:last\:ml-9:last-child {
    margin-left: 2.25rem; }
  .lg-up\:last\:mt-10:last-child {
    margin-top: 2.5rem; }
  .lg-up\:last\:mr-10:last-child {
    margin-right: 2.5rem; }
  .lg-up\:last\:mb-10:last-child {
    margin-bottom: 2.5rem; }
  .lg-up\:last\:ml-10:last-child {
    margin-left: 2.5rem; }
  .lg-up\:last\:mt-12:last-child {
    margin-top: 3rem; }
  .lg-up\:last\:mr-12:last-child {
    margin-right: 3rem; }
  .lg-up\:last\:mb-12:last-child {
    margin-bottom: 3rem; }
  .lg-up\:last\:ml-12:last-child {
    margin-left: 3rem; }
  .lg-up\:last\:mt-14:last-child {
    margin-top: 3.5rem; }
  .lg-up\:last\:mr-14:last-child {
    margin-right: 3.5rem; }
  .lg-up\:last\:mb-14:last-child {
    margin-bottom: 3.5rem; }
  .lg-up\:last\:ml-14:last-child {
    margin-left: 3.5rem; }
  .lg-up\:last\:mt-16:last-child {
    margin-top: 4rem; }
  .lg-up\:last\:mr-16:last-child {
    margin-right: 4rem; }
  .lg-up\:last\:mb-16:last-child {
    margin-bottom: 4rem; }
  .lg-up\:last\:ml-16:last-child {
    margin-left: 4rem; }
  .lg-up\:last\:mt-18:last-child {
    margin-top: 4.5rem; }
  .lg-up\:last\:mr-18:last-child {
    margin-right: 4.5rem; }
  .lg-up\:last\:mb-18:last-child {
    margin-bottom: 4.5rem; }
  .lg-up\:last\:ml-18:last-child {
    margin-left: 4.5rem; }
  .lg-up\:last\:mt-20:last-child {
    margin-top: 5rem; }
  .lg-up\:last\:mr-20:last-child {
    margin-right: 5rem; }
  .lg-up\:last\:mb-20:last-child {
    margin-bottom: 5rem; }
  .lg-up\:last\:ml-20:last-child {
    margin-left: 5rem; }
  .lg-up\:last\:mt-24:last-child {
    margin-top: 6rem; }
  .lg-up\:last\:mr-24:last-child {
    margin-right: 6rem; }
  .lg-up\:last\:mb-24:last-child {
    margin-bottom: 6rem; }
  .lg-up\:last\:ml-24:last-child {
    margin-left: 6rem; }
  .lg-up\:last\:mt-28:last-child {
    margin-top: 7rem; }
  .lg-up\:last\:mr-28:last-child {
    margin-right: 7rem; }
  .lg-up\:last\:mb-28:last-child {
    margin-bottom: 7rem; }
  .lg-up\:last\:ml-28:last-child {
    margin-left: 7rem; }
  .lg-up\:last\:mt-30:last-child {
    margin-top: 7.5rem; }
  .lg-up\:last\:mr-30:last-child {
    margin-right: 7.5rem; }
  .lg-up\:last\:mb-30:last-child {
    margin-bottom: 7.5rem; }
  .lg-up\:last\:ml-30:last-child {
    margin-left: 7.5rem; }
  .lg-up\:last\:-mt-px:last-child {
    margin-top: -1px; }
  .lg-up\:last\:-mr-px:last-child {
    margin-right: -1px; }
  .lg-up\:last\:-mb-px:last-child {
    margin-bottom: -1px; }
  .lg-up\:last\:-ml-px:last-child {
    margin-left: -1px; }
  .lg-up\:last\:-mt-0:last-child {
    margin-top: 0; }
  .lg-up\:last\:-mr-0:last-child {
    margin-right: 0; }
  .lg-up\:last\:-mb-0:last-child {
    margin-bottom: 0; }
  .lg-up\:last\:-ml-0:last-child {
    margin-left: 0; }
  .lg-up\:last\:-mt-1:last-child {
    margin-top: -0.25rem; }
  .lg-up\:last\:-mr-1:last-child {
    margin-right: -0.25rem; }
  .lg-up\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem; }
  .lg-up\:last\:-ml-1:last-child {
    margin-left: -0.25rem; }
  .lg-up\:last\:-mt-2:last-child {
    margin-top: -0.5rem; }
  .lg-up\:last\:-mr-2:last-child {
    margin-right: -0.5rem; }
  .lg-up\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem; }
  .lg-up\:last\:-ml-2:last-child {
    margin-left: -0.5rem; }
  .lg-up\:last\:-mt-3:last-child {
    margin-top: -0.75rem; }
  .lg-up\:last\:-mr-3:last-child {
    margin-right: -0.75rem; }
  .lg-up\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem; }
  .lg-up\:last\:-ml-3:last-child {
    margin-left: -0.75rem; }
  .lg-up\:last\:-mt-4:last-child {
    margin-top: -1rem; }
  .lg-up\:last\:-mr-4:last-child {
    margin-right: -1rem; }
  .lg-up\:last\:-mb-4:last-child {
    margin-bottom: -1rem; }
  .lg-up\:last\:-ml-4:last-child {
    margin-left: -1rem; }
  .lg-up\:last\:-mt-6:last-child {
    margin-top: -1.5rem; }
  .lg-up\:last\:-mr-6:last-child {
    margin-right: -1.5rem; }
  .lg-up\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem; }
  .lg-up\:last\:-ml-6:last-child {
    margin-left: -1.5rem; }
  .lg-up\:last\:-mt-8:last-child {
    margin-top: -2rem; }
  .lg-up\:last\:-mr-8:last-child {
    margin-right: -2rem; }
  .lg-up\:last\:-mb-8:last-child {
    margin-bottom: -2rem; }
  .lg-up\:last\:-ml-8:last-child {
    margin-left: -2rem; }
  .lg-up\:last\:-mt-12:last-child {
    margin-top: -3rem; }
  .lg-up\:last\:-mr-12:last-child {
    margin-right: -3rem; }
  .lg-up\:last\:-mb-12:last-child {
    margin-bottom: -3rem; }
  .lg-up\:last\:-ml-12:last-child {
    margin-left: -3rem; }
  .lg-up\:last\:-mt-14:last-child {
    margin-top: -3.5rem; }
  .lg-up\:last\:-mr-14:last-child {
    margin-right: -3.5rem; }
  .lg-up\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem; }
  .lg-up\:last\:-ml-14:last-child {
    margin-left: -3.5rem; }
  .lg-up\:last\:-mt-16:last-child {
    margin-top: -4rem; }
  .lg-up\:last\:-mr-16:last-child {
    margin-right: -4rem; }
  .lg-up\:last\:-mb-16:last-child {
    margin-bottom: -4rem; }
  .lg-up\:last\:-ml-16:last-child {
    margin-left: -4rem; }
  .lg-up\:last\:-mt-20:last-child {
    margin-top: -5rem; }
  .lg-up\:last\:-mr-20:last-child {
    margin-right: -5rem; }
  .lg-up\:last\:-mb-20:last-child {
    margin-bottom: -5rem; }
  .lg-up\:last\:-ml-20:last-child {
    margin-left: -5rem; }
  .lg-up\:last\:-mt-24:last-child {
    margin-top: -6rem; }
  .lg-up\:last\:-mr-24:last-child {
    margin-right: -6rem; }
  .lg-up\:last\:-mb-24:last-child {
    margin-bottom: -6rem; }
  .lg-up\:last\:-ml-24:last-child {
    margin-left: -6rem; }
  .lg-up\:last\:-mt-30:last-child {
    margin-top: -7.5rem; }
  .lg-up\:last\:-mr-30:last-child {
    margin-right: -7.5rem; }
  .lg-up\:last\:-mb-30:last-child {
    margin-bottom: -7.5rem; }
  .lg-up\:last\:-ml-30:last-child {
    margin-left: -7.5rem; }
  .lg-up\:last\:mt-auto:last-child {
    margin-top: auto; }
  .lg-up\:last\:mr-auto:last-child {
    margin-right: auto; }
  .lg-up\:last\:mb-auto:last-child {
    margin-bottom: auto; }
  .lg-up\:last\:ml-auto:last-child {
    margin-left: auto; }
  .lg-up\:last\:mt-px:last-child {
    margin-top: 1px; }
  .lg-up\:last\:mr-px:last-child {
    margin-right: 1px; }
  .lg-up\:last\:mb-px:last-child {
    margin-bottom: 1px; }
  .lg-up\:last\:ml-px:last-child {
    margin-left: 1px; }
  .lg-up\:last\:mt-1\/2:last-child {
    margin-top: 50%; }
  .lg-up\:last\:mr-1\/2:last-child {
    margin-right: 50%; }
  .lg-up\:last\:mb-1\/2:last-child {
    margin-bottom: 50%; }
  .lg-up\:last\:ml-1\/2:last-child {
    margin-left: 50%; }
  .lg-up\:last\:mt-1\/3:last-child {
    margin-top: 33.33333%; }
  .lg-up\:last\:mr-1\/3:last-child {
    margin-right: 33.33333%; }
  .lg-up\:last\:mb-1\/3:last-child {
    margin-bottom: 33.33333%; }
  .lg-up\:last\:ml-1\/3:last-child {
    margin-left: 33.33333%; }
  .lg-up\:last\:mt-2\/3:last-child {
    margin-top: 66.66667%; }
  .lg-up\:last\:mr-2\/3:last-child {
    margin-right: 66.66667%; }
  .lg-up\:last\:mb-2\/3:last-child {
    margin-bottom: 66.66667%; }
  .lg-up\:last\:ml-2\/3:last-child {
    margin-left: 66.66667%; }
  .lg-up\:last\:mt-1\/4:last-child {
    margin-top: 25%; }
  .lg-up\:last\:mr-1\/4:last-child {
    margin-right: 25%; }
  .lg-up\:last\:mb-1\/4:last-child {
    margin-bottom: 25%; }
  .lg-up\:last\:ml-1\/4:last-child {
    margin-left: 25%; }
  .lg-up\:last\:mt-3\/4:last-child {
    margin-top: 75%; }
  .lg-up\:last\:mr-3\/4:last-child {
    margin-right: 75%; }
  .lg-up\:last\:mb-3\/4:last-child {
    margin-bottom: 75%; }
  .lg-up\:last\:ml-3\/4:last-child {
    margin-left: 75%; }
  .lg-up\:last\:mt-1\/5:last-child {
    margin-top: 20%; }
  .lg-up\:last\:mr-1\/5:last-child {
    margin-right: 20%; }
  .lg-up\:last\:mb-1\/5:last-child {
    margin-bottom: 20%; }
  .lg-up\:last\:ml-1\/5:last-child {
    margin-left: 20%; }
  .lg-up\:last\:mt-2\/5:last-child {
    margin-top: 40%; }
  .lg-up\:last\:mr-2\/5:last-child {
    margin-right: 40%; }
  .lg-up\:last\:mb-2\/5:last-child {
    margin-bottom: 40%; }
  .lg-up\:last\:ml-2\/5:last-child {
    margin-left: 40%; }
  .lg-up\:last\:mt-3\/5:last-child {
    margin-top: 60%; }
  .lg-up\:last\:mr-3\/5:last-child {
    margin-right: 60%; }
  .lg-up\:last\:mb-3\/5:last-child {
    margin-bottom: 60%; }
  .lg-up\:last\:ml-3\/5:last-child {
    margin-left: 60%; }
  .lg-up\:last\:mt-4\/5:last-child {
    margin-top: 80%; }
  .lg-up\:last\:mr-4\/5:last-child {
    margin-right: 80%; }
  .lg-up\:last\:mb-4\/5:last-child {
    margin-bottom: 80%; }
  .lg-up\:last\:ml-4\/5:last-child {
    margin-left: 80%; }
  .lg-up\:last\:mt-1\/6:last-child {
    margin-top: 16.66667%; }
  .lg-up\:last\:mr-1\/6:last-child {
    margin-right: 16.66667%; }
  .lg-up\:last\:mb-1\/6:last-child {
    margin-bottom: 16.66667%; }
  .lg-up\:last\:ml-1\/6:last-child {
    margin-left: 16.66667%; }
  .lg-up\:last\:mt-5\/6:last-child {
    margin-top: 83.33333%; }
  .lg-up\:last\:mr-5\/6:last-child {
    margin-right: 83.33333%; }
  .lg-up\:last\:mb-5\/6:last-child {
    margin-bottom: 83.33333%; }
  .lg-up\:last\:ml-5\/6:last-child {
    margin-left: 83.33333%; }
  .lg-up\:last\:mt-full:last-child {
    margin-top: 100%; }
  .lg-up\:last\:mr-full:last-child {
    margin-right: 100%; }
  .lg-up\:last\:mb-full:last-child {
    margin-bottom: 100%; }
  .lg-up\:last\:ml-full:last-child {
    margin-left: 100%; }
  .lg-up\:max-w-none {
    max-width: none; }
  .lg-up\:max-w-xs {
    max-width: 20rem; }
  .lg-up\:max-w-sm {
    max-width: 30rem; }
  .lg-up\:max-w-md {
    max-width: 40rem; }
  .lg-up\:max-w-lg {
    max-width: 50rem; }
  .lg-up\:max-w-xl {
    max-width: 60rem; }
  .lg-up\:max-w-2xl {
    max-width: 70rem; }
  .lg-up\:max-w-3xl {
    max-width: 80rem; }
  .lg-up\:max-w-4xl {
    max-width: 90rem; }
  .lg-up\:max-w-5xl {
    max-width: 100rem; }
  .lg-up\:max-w-full {
    max-width: 100%; }
  .lg-up\:max-w-chsm {
    max-width: 40ch; }
  .lg-up\:max-w-ch {
    max-width: 50ch; }
  .lg-up\:max-w-chmd {
    max-width: 65ch; }
  .lg-up\:max-w-4\/5 {
    max-width: 80%; }
  .lg-up\:object-contain {
    -o-object-fit: contain;
    object-fit: contain; }
  .lg-up\:object-cover {
    -o-object-fit: cover;
    object-fit: cover; }
  .lg-up\:object-fill {
    -o-object-fit: fill;
    object-fit: fill; }
  .lg-up\:object-none {
    -o-object-fit: none;
    object-fit: none; }
  .lg-up\:object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down; }
  .lg-up\:object-bottom {
    -o-object-position: bottom;
    object-position: bottom; }
  .lg-up\:object-center {
    -o-object-position: center;
    object-position: center; }
  .lg-up\:object-left {
    -o-object-position: left;
    object-position: left; }
  .lg-up\:object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom; }
  .lg-up\:object-left-top {
    -o-object-position: left top;
    object-position: left top; }
  .lg-up\:object-right {
    -o-object-position: right;
    object-position: right; }
  .lg-up\:object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom; }
  .lg-up\:object-right-top {
    -o-object-position: right top;
    object-position: right top; }
  .lg-up\:object-top {
    -o-object-position: top;
    object-position: top; }
  .lg-up\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  .lg-up\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px; }
  .lg-up\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px; }
  .lg-up\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  .lg-up\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px; }
  .lg-up\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px; }
  .lg-up\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto; }
  .lg-up\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain; }
  .lg-up\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none; }
  .lg-up\:overscroll-y-auto {
    overscroll-behavior-y: auto; }
  .lg-up\:overscroll-y-contain {
    overscroll-behavior-y: contain; }
  .lg-up\:overscroll-y-none {
    overscroll-behavior-y: none; }
  .lg-up\:overscroll-x-auto {
    overscroll-behavior-x: auto; }
  .lg-up\:overscroll-x-contain {
    overscroll-behavior-x: contain; }
  .lg-up\:overscroll-x-none {
    overscroll-behavior-x: none; }
  .lg-up\:p-0 {
    padding: 0; }
  .lg-up\:p-1 {
    padding: 0.25rem; }
  .lg-up\:p-2 {
    padding: 0.5rem; }
  .lg-up\:p-3 {
    padding: 0.75rem; }
  .lg-up\:p-4 {
    padding: 1rem; }
  .lg-up\:p-5 {
    padding: 1.25rem; }
  .lg-up\:p-6 {
    padding: 1.5rem; }
  .lg-up\:p-8 {
    padding: 2rem; }
  .lg-up\:p-9 {
    padding: 2.25rem; }
  .lg-up\:p-10 {
    padding: 2.5rem; }
  .lg-up\:p-12 {
    padding: 3rem; }
  .lg-up\:p-14 {
    padding: 3.5rem; }
  .lg-up\:p-16 {
    padding: 4rem; }
  .lg-up\:p-18 {
    padding: 4.5rem; }
  .lg-up\:p-20 {
    padding: 5rem; }
  .lg-up\:p-24 {
    padding: 6rem; }
  .lg-up\:p-28 {
    padding: 7rem; }
  .lg-up\:p-30 {
    padding: 7.5rem; }
  .lg-up\:p-40 {
    padding: 10rem; }
  .lg-up\:p-px {
    padding: 1px; }
  .lg-up\:p-1\/40 {
    padding: 2.5%; }
  .lg-up\:p-1\/20 {
    padding: 5%; }
  .lg-up\:p-1\/10 {
    padding: 10%; }
  .lg-up\:p-2\/3 {
    padding: 66.6666%; }
  .lg-up\:py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .lg-up\:px-0 {
    padding-left: 0;
    padding-right: 0; }
  .lg-up\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .lg-up\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .lg-up\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .lg-up\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .lg-up\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .lg-up\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .lg-up\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .lg-up\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .lg-up\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .lg-up\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .lg-up\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .lg-up\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .lg-up\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .lg-up\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .lg-up\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; }
  .lg-up\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem; }
  .lg-up\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .lg-up\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .lg-up\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .lg-up\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .lg-up\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .lg-up\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .lg-up\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .lg-up\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .lg-up\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .lg-up\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .lg-up\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .lg-up\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .lg-up\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .lg-up\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem; }
  .lg-up\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .lg-up\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem; }
  .lg-up\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
  .lg-up\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem; }
  .lg-up\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .lg-up\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem; }
  .lg-up\:py-px {
    padding-top: 1px;
    padding-bottom: 1px; }
  .lg-up\:px-px {
    padding-left: 1px;
    padding-right: 1px; }
  .lg-up\:py-1\/40 {
    padding-top: 2.5%;
    padding-bottom: 2.5%; }
  .lg-up\:px-1\/40 {
    padding-left: 2.5%;
    padding-right: 2.5%; }
  .lg-up\:py-1\/20 {
    padding-top: 5%;
    padding-bottom: 5%; }
  .lg-up\:px-1\/20 {
    padding-left: 5%;
    padding-right: 5%; }
  .lg-up\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%; }
  .lg-up\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%; }
  .lg-up\:py-2\/3 {
    padding-top: 66.6666%;
    padding-bottom: 66.6666%; }
  .lg-up\:px-2\/3 {
    padding-left: 66.6666%;
    padding-right: 66.6666%; }
  .lg-up\:pt-0 {
    padding-top: 0; }
  .lg-up\:pr-0 {
    padding-right: 0; }
  .lg-up\:pb-0 {
    padding-bottom: 0; }
  .lg-up\:pl-0 {
    padding-left: 0; }
  .lg-up\:pt-1 {
    padding-top: 0.25rem; }
  .lg-up\:pr-1 {
    padding-right: 0.25rem; }
  .lg-up\:pb-1 {
    padding-bottom: 0.25rem; }
  .lg-up\:pl-1 {
    padding-left: 0.25rem; }
  .lg-up\:pt-2 {
    padding-top: 0.5rem; }
  .lg-up\:pr-2 {
    padding-right: 0.5rem; }
  .lg-up\:pb-2 {
    padding-bottom: 0.5rem; }
  .lg-up\:pl-2 {
    padding-left: 0.5rem; }
  .lg-up\:pt-3 {
    padding-top: 0.75rem; }
  .lg-up\:pr-3 {
    padding-right: 0.75rem; }
  .lg-up\:pb-3 {
    padding-bottom: 0.75rem; }
  .lg-up\:pl-3 {
    padding-left: 0.75rem; }
  .lg-up\:pt-4 {
    padding-top: 1rem; }
  .lg-up\:pr-4 {
    padding-right: 1rem; }
  .lg-up\:pb-4 {
    padding-bottom: 1rem; }
  .lg-up\:pl-4 {
    padding-left: 1rem; }
  .lg-up\:pt-5 {
    padding-top: 1.25rem; }
  .lg-up\:pr-5 {
    padding-right: 1.25rem; }
  .lg-up\:pb-5 {
    padding-bottom: 1.25rem; }
  .lg-up\:pl-5 {
    padding-left: 1.25rem; }
  .lg-up\:pt-6 {
    padding-top: 1.5rem; }
  .lg-up\:pr-6 {
    padding-right: 1.5rem; }
  .lg-up\:pb-6 {
    padding-bottom: 1.5rem; }
  .lg-up\:pl-6 {
    padding-left: 1.5rem; }
  .lg-up\:pt-8 {
    padding-top: 2rem; }
  .lg-up\:pr-8 {
    padding-right: 2rem; }
  .lg-up\:pb-8 {
    padding-bottom: 2rem; }
  .lg-up\:pl-8 {
    padding-left: 2rem; }
  .lg-up\:pt-9 {
    padding-top: 2.25rem; }
  .lg-up\:pr-9 {
    padding-right: 2.25rem; }
  .lg-up\:pb-9 {
    padding-bottom: 2.25rem; }
  .lg-up\:pl-9 {
    padding-left: 2.25rem; }
  .lg-up\:pt-10 {
    padding-top: 2.5rem; }
  .lg-up\:pr-10 {
    padding-right: 2.5rem; }
  .lg-up\:pb-10 {
    padding-bottom: 2.5rem; }
  .lg-up\:pl-10 {
    padding-left: 2.5rem; }
  .lg-up\:pt-12 {
    padding-top: 3rem; }
  .lg-up\:pr-12 {
    padding-right: 3rem; }
  .lg-up\:pb-12 {
    padding-bottom: 3rem; }
  .lg-up\:pl-12 {
    padding-left: 3rem; }
  .lg-up\:pt-14 {
    padding-top: 3.5rem; }
  .lg-up\:pr-14 {
    padding-right: 3.5rem; }
  .lg-up\:pb-14 {
    padding-bottom: 3.5rem; }
  .lg-up\:pl-14 {
    padding-left: 3.5rem; }
  .lg-up\:pt-16 {
    padding-top: 4rem; }
  .lg-up\:pr-16 {
    padding-right: 4rem; }
  .lg-up\:pb-16 {
    padding-bottom: 4rem; }
  .lg-up\:pl-16 {
    padding-left: 4rem; }
  .lg-up\:pt-18 {
    padding-top: 4.5rem; }
  .lg-up\:pr-18 {
    padding-right: 4.5rem; }
  .lg-up\:pb-18 {
    padding-bottom: 4.5rem; }
  .lg-up\:pl-18 {
    padding-left: 4.5rem; }
  .lg-up\:pt-20 {
    padding-top: 5rem; }
  .lg-up\:pr-20 {
    padding-right: 5rem; }
  .lg-up\:pb-20 {
    padding-bottom: 5rem; }
  .lg-up\:pl-20 {
    padding-left: 5rem; }
  .lg-up\:pt-24 {
    padding-top: 6rem; }
  .lg-up\:pr-24 {
    padding-right: 6rem; }
  .lg-up\:pb-24 {
    padding-bottom: 6rem; }
  .lg-up\:pl-24 {
    padding-left: 6rem; }
  .lg-up\:pt-28 {
    padding-top: 7rem; }
  .lg-up\:pr-28 {
    padding-right: 7rem; }
  .lg-up\:pb-28 {
    padding-bottom: 7rem; }
  .lg-up\:pl-28 {
    padding-left: 7rem; }
  .lg-up\:pt-30 {
    padding-top: 7.5rem; }
  .lg-up\:pr-30 {
    padding-right: 7.5rem; }
  .lg-up\:pb-30 {
    padding-bottom: 7.5rem; }
  .lg-up\:pl-30 {
    padding-left: 7.5rem; }
  .lg-up\:pt-40 {
    padding-top: 10rem; }
  .lg-up\:pr-40 {
    padding-right: 10rem; }
  .lg-up\:pb-40 {
    padding-bottom: 10rem; }
  .lg-up\:pl-40 {
    padding-left: 10rem; }
  .lg-up\:pt-px {
    padding-top: 1px; }
  .lg-up\:pr-px {
    padding-right: 1px; }
  .lg-up\:pb-px {
    padding-bottom: 1px; }
  .lg-up\:pl-px {
    padding-left: 1px; }
  .lg-up\:pt-1\/40 {
    padding-top: 2.5%; }
  .lg-up\:pr-1\/40 {
    padding-right: 2.5%; }
  .lg-up\:pb-1\/40 {
    padding-bottom: 2.5%; }
  .lg-up\:pl-1\/40 {
    padding-left: 2.5%; }
  .lg-up\:pt-1\/20 {
    padding-top: 5%; }
  .lg-up\:pr-1\/20 {
    padding-right: 5%; }
  .lg-up\:pb-1\/20 {
    padding-bottom: 5%; }
  .lg-up\:pl-1\/20 {
    padding-left: 5%; }
  .lg-up\:pt-1\/10 {
    padding-top: 10%; }
  .lg-up\:pr-1\/10 {
    padding-right: 10%; }
  .lg-up\:pb-1\/10 {
    padding-bottom: 10%; }
  .lg-up\:pl-1\/10 {
    padding-left: 10%; }
  .lg-up\:pt-2\/3 {
    padding-top: 66.6666%; }
  .lg-up\:pr-2\/3 {
    padding-right: 66.6666%; }
  .lg-up\:pb-2\/3 {
    padding-bottom: 66.6666%; }
  .lg-up\:pl-2\/3 {
    padding-left: 66.6666%; }
  .lg-up\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-0::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-0:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-0::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .lg-up\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .lg-up\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-1::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-10::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-10:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-10::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-2::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-20::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-20:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-20::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-3::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-3:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-3::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-30::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-30:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-30::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-4::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-4:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-4::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-40::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-40:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-40::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-5::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-5:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-5::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-50::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-50:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-50::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-6::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-6:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-6::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-60::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-60:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-60::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-7::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-7:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-7::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-70::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-70:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-70::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-8::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-8:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .lg-up\:placeholder-grey-8::placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-80::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-80:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .lg-up\:placeholder-neutral-80::placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .lg-up\:placeholder-transparent::-moz-placeholder {
    color: transparent; }
  .lg-up\:placeholder-transparent:-ms-input-placeholder {
    color: transparent; }
  .lg-up\:placeholder-transparent::placeholder {
    color: transparent; }
  .lg-up\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .lg-up\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .lg-up\:placeholder-orange::placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .lg-up\:placeholder-brown::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .lg-up\:placeholder-brown:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .lg-up\:placeholder-brown::placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .lg-up\:placeholder-brown-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .lg-up\:placeholder-brown-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .lg-up\:placeholder-brown-light::placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .lg-up\:placeholder-cream::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .lg-up\:placeholder-cream:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .lg-up\:placeholder-cream::placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .lg-up\:placeholder-beige::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .lg-up\:placeholder-beige:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .lg-up\:placeholder-beige::placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .lg-up\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .lg-up\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .lg-up\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .lg-up\:placeholder-forest-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .lg-up\:placeholder-forest-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .lg-up\:placeholder-forest-green::placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-0:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-0:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #B83C23;
    color: rgba(184, 60, 35, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-10:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-10:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F7F7F7;
    color: rgba(247, 247, 247, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-20:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-20:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-20:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EFEFEF;
    color: rgba(239, 239, 239, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-3:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-3:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-3:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-30:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-30:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-30:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E5E5E5;
    color: rgba(229, 229, 229, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-4:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-4:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-4:focus::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-40:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-40:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-40:focus::placeholder {
    --placeholder-opacity: 1;
    color: #BEBFBF;
    color: rgba(190, 191, 191, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-5:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-5:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-5:focus::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-50:focus::placeholder {
    --placeholder-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-6:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-6:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-6:focus::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-60:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-60:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-60:focus::placeholder {
    --placeholder-opacity: 1;
    color: #484949;
    color: rgba(72, 73, 73, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-7:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-7:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-7:focus::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-70:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-70:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-70:focus::placeholder {
    --placeholder-opacity: 1;
    color: #292728;
    color: rgba(41, 39, 40, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-8:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-8:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-grey-8:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EAEAE7;
    color: rgba(234, 234, 231, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-80:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-neutral-80:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1C1A1B;
    color: rgba(28, 26, 27, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent; }
  .lg-up\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent; }
  .lg-up\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent; }
  .lg-up\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A63C1C;
    color: rgba(166, 60, 28, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-brown:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-brown:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-brown:focus::placeholder {
    --placeholder-opacity: 1;
    color: #8B5742;
    color: rgba(139, 87, 66, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-brown-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-brown-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-brown-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #796353;
    color: rgba(121, 99, 83, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-cream:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-cream:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-cream:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F4EDE3;
    color: rgba(244, 237, 227, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-beige:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-beige:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-beige:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E9E5DF;
    color: rgba(233, 229, 223, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-forest-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-forest-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .lg-up\:focus\:placeholder-forest-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3D4126;
    color: rgba(61, 65, 38, var(--placeholder-opacity)); }
  .lg-up\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0; }
  .lg-up\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0; }
  .lg-up\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0; }
  .lg-up\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25; }
  .lg-up\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25; }
  .lg-up\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25; }
  .lg-up\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5; }
  .lg-up\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5; }
  .lg-up\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5; }
  .lg-up\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75; }
  .lg-up\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75; }
  .lg-up\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75; }
  .lg-up\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1; }
  .lg-up\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1; }
  .lg-up\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1; }
  .lg-up\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0; }
  .lg-up\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0; }
  .lg-up\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0; }
  .lg-up\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25; }
  .lg-up\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25; }
  .lg-up\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25; }
  .lg-up\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5; }
  .lg-up\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5; }
  .lg-up\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5; }
  .lg-up\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75; }
  .lg-up\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75; }
  .lg-up\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75; }
  .lg-up\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1; }
  .lg-up\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1; }
  .lg-up\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1; }
  .lg-up\:static {
    position: static; }
  .lg-up\:fixed {
    position: fixed; }
  .lg-up\:absolute {
    position: absolute; }
  .lg-up\:relative {
    position: relative; }
  .lg-up\:sticky {
    position: sticky; }
  .lg-up\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .lg-up\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .lg-up\:inset-y-0 {
    top: 0;
    bottom: 0; }
  .lg-up\:inset-x-0 {
    right: 0;
    left: 0; }
  .lg-up\:inset-y-auto {
    top: auto;
    bottom: auto; }
  .lg-up\:inset-x-auto {
    right: auto;
    left: auto; }
  .lg-up\:top-0 {
    top: 0; }
  .lg-up\:right-0 {
    right: 0; }
  .lg-up\:bottom-0 {
    bottom: 0; }
  .lg-up\:left-0 {
    left: 0; }
  .lg-up\:top-auto {
    top: auto; }
  .lg-up\:right-auto {
    right: auto; }
  .lg-up\:bottom-auto {
    bottom: auto; }
  .lg-up\:left-auto {
    left: auto; }
  .lg-up\:stroke-0 {
    stroke-width: 0; }
  .lg-up\:stroke-1 {
    stroke-width: 1; }
  .lg-up\:stroke-2 {
    stroke-width: 2; }
  .lg-up\:table-auto {
    table-layout: auto; }
  .lg-up\:table-fixed {
    table-layout: fixed; }
  .lg-up\:text-left {
    text-align: left; }
  .lg-up\:text-center {
    text-align: center; }
  .lg-up\:text-right {
    text-align: right; }
  .lg-up\:text-justify {
    text-align: justify; }
  .lg-up\:text-opacity-0 {
    --text-opacity: 0; }
  .lg-up\:text-opacity-25 {
    --text-opacity: 0.25; }
  .lg-up\:text-opacity-50 {
    --text-opacity: 0.5; }
  .lg-up\:text-opacity-75 {
    --text-opacity: 0.75; }
  .lg-up\:text-opacity-100 {
    --text-opacity: 1; }
  .lg-up\:hover\:text-opacity-0:hover {
    --text-opacity: 0; }
  .lg-up\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25; }
  .lg-up\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5; }
  .lg-up\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75; }
  .lg-up\:hover\:text-opacity-100:hover {
    --text-opacity: 1; }
  .lg-up\:focus\:text-opacity-0:focus {
    --text-opacity: 0; }
  .lg-up\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25; }
  .lg-up\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5; }
  .lg-up\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75; }
  .lg-up\:focus\:text-opacity-100:focus {
    --text-opacity: 1; }
  .lg-up\:uppercase {
    text-transform: uppercase; }
  .lg-up\:lowercase {
    text-transform: lowercase; }
  .lg-up\:capitalize {
    text-transform: capitalize; }
  .lg-up\:normal-case {
    text-transform: none; }
  .lg-up\:underline {
    text-decoration: underline; }
  .lg-up\:line-through {
    text-decoration: line-through; }
  .lg-up\:no-underline {
    text-decoration: none; }
  .lg-up\:hover\:underline:hover {
    text-decoration: underline; }
  .lg-up\:hover\:line-through:hover {
    text-decoration: line-through; }
  .lg-up\:hover\:no-underline:hover {
    text-decoration: none; }
  .lg-up\:focus\:underline:focus {
    text-decoration: underline; }
  .lg-up\:focus\:line-through:focus {
    text-decoration: line-through; }
  .lg-up\:focus\:no-underline:focus {
    text-decoration: none; }
  .lg-up\:ordinal, .lg-up\:slashed-zero, .lg-up\:lining-nums, .lg-up\:oldstyle-nums, .lg-up\:proportional-nums, .lg-up\:tabular-nums, .lg-up\:diagonal-fractions, .lg-up\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction); }
  .lg-up\:normal-nums {
    font-variant-numeric: normal; }
  .lg-up\:ordinal {
    --font-variant-numeric-ordinal: ordinal; }
  .lg-up\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero; }
  .lg-up\:lining-nums {
    --font-variant-numeric-figure: lining-nums; }
  .lg-up\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums; }
  .lg-up\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums; }
  .lg-up\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums; }
  .lg-up\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions; }
  .lg-up\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions; }
  .lg-up\:visible {
    visibility: visible; }
  .lg-up\:invisible {
    visibility: hidden; }
  .lg-up\:w-1 {
    width: 0.25rem; }
  .lg-up\:w-2 {
    width: 0.5rem; }
  .lg-up\:w-3 {
    width: 0.75rem; }
  .lg-up\:w-4 {
    width: 1rem; }
  .lg-up\:w-5 {
    width: 1.25rem; }
  .lg-up\:w-6 {
    width: 1.5rem; }
  .lg-up\:w-8 {
    width: 2rem; }
  .lg-up\:w-10 {
    width: 2.5rem; }
  .lg-up\:w-12 {
    width: 3rem; }
  .lg-up\:w-16 {
    width: 4rem; }
  .lg-up\:w-24 {
    width: 6rem; }
  .lg-up\:w-32 {
    width: 8rem; }
  .lg-up\:w-48 {
    width: 12rem; }
  .lg-up\:w-64 {
    width: 16rem; }
  .lg-up\:w-auto {
    width: auto; }
  .lg-up\:w-px {
    width: 1px; }
  .lg-up\:w-1\/2 {
    width: 50%; }
  .lg-up\:w-1\/3 {
    width: 33.33333%; }
  .lg-up\:w-2\/3 {
    width: 66.66667%; }
  .lg-up\:w-1\/4 {
    width: 25%; }
  .lg-up\:w-3\/4 {
    width: 75%; }
  .lg-up\:w-1\/5 {
    width: 20%; }
  .lg-up\:w-2\/5 {
    width: 40%; }
  .lg-up\:w-3\/5 {
    width: 60%; }
  .lg-up\:w-4\/5 {
    width: 80%; }
  .lg-up\:w-1\/6 {
    width: 16.66667%; }
  .lg-up\:w-5\/6 {
    width: 83.33333%; }
  .lg-up\:w-full {
    width: 100%; }
  .lg-up\:w-screen {
    width: 100vw; }
  .lg-up\:gap-0 {
    grid-gap: 0;
    gap: 0; }
  .lg-up\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem; }
  .lg-up\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem; }
  .lg-up\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem; }
  .lg-up\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem; }
  .lg-up\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem; }
  .lg-up\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem; }
  .lg-up\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem; }
  .lg-up\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem; }
  .lg-up\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem; }
  .lg-up\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem; }
  .lg-up\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem; }
  .lg-up\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem; }
  .lg-up\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem; }
  .lg-up\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem; }
  .lg-up\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem; }
  .lg-up\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem; }
  .lg-up\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem; }
  .lg-up\:gap-px {
    grid-gap: 1px;
    gap: 1px; }
  .lg-up\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .lg-up\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem; }
  .lg-up\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem; }
  .lg-up\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem; }
  .lg-up\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem; }
  .lg-up\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem; }
  .lg-up\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .lg-up\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem; }
  .lg-up\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem; }
  .lg-up\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem; }
  .lg-up\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem; }
  .lg-up\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem; }
  .lg-up\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem; }
  .lg-up\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem; }
  .lg-up\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem; }
  .lg-up\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem; }
  .lg-up\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
    column-gap: 14rem; }
  .lg-up\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem; }
  .lg-up\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px; }
  .lg-up\:gap-x-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .lg-up\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem; }
  .lg-up\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem; }
  .lg-up\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem; }
  .lg-up\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem; }
  .lg-up\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem; }
  .lg-up\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .lg-up\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem; }
  .lg-up\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem; }
  .lg-up\:gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem; }
  .lg-up\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem; }
  .lg-up\:gap-x-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem; }
  .lg-up\:gap-x-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem; }
  .lg-up\:gap-x-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem; }
  .lg-up\:gap-x-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem; }
  .lg-up\:gap-x-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem; }
  .lg-up\:gap-x-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
    column-gap: 14rem; }
  .lg-up\:gap-x-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem; }
  .lg-up\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px; }
  .lg-up\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0; }
  .lg-up\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem; }
  .lg-up\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem; }
  .lg-up\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem; }
  .lg-up\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem; }
  .lg-up\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem; }
  .lg-up\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem; }
  .lg-up\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem; }
  .lg-up\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem; }
  .lg-up\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem; }
  .lg-up\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem; }
  .lg-up\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem; }
  .lg-up\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem; }
  .lg-up\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem; }
  .lg-up\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem; }
  .lg-up\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem; }
  .lg-up\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem; }
  .lg-up\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem; }
  .lg-up\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px; }
  .lg-up\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0; }
  .lg-up\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem; }
  .lg-up\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem; }
  .lg-up\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem; }
  .lg-up\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem; }
  .lg-up\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem; }
  .lg-up\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem; }
  .lg-up\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem; }
  .lg-up\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem; }
  .lg-up\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem; }
  .lg-up\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem; }
  .lg-up\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem; }
  .lg-up\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem; }
  .lg-up\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem; }
  .lg-up\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem; }
  .lg-up\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem; }
  .lg-up\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem; }
  .lg-up\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem; }
  .lg-up\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px; }
  .lg-up\:grid-flow-row {
    grid-auto-flow: row; }
  .lg-up\:grid-flow-col {
    grid-auto-flow: column; }
  .lg-up\:grid-flow-row-dense {
    grid-auto-flow: row dense; }
  .lg-up\:grid-flow-col-dense {
    grid-auto-flow: column dense; }
  .lg-up\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .lg-up\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg-up\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg-up\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg-up\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .lg-up\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .lg-up\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .lg-up\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .lg-up\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .lg-up\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .lg-up\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)); }
  .lg-up\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lg-up\:grid-cols-none {
    grid-template-columns: none; }
  .lg-up\:auto-cols-auto {
    grid-auto-columns: auto; }
  .lg-up\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content; }
  .lg-up\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content; }
  .lg-up\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr); }
  .lg-up\:col-auto {
    grid-column: auto; }
  .lg-up\:col-span-1 {
    grid-column: span 1 / span 1; }
  .lg-up\:col-span-2 {
    grid-column: span 2 / span 2; }
  .lg-up\:col-span-3 {
    grid-column: span 3 / span 3; }
  .lg-up\:col-span-4 {
    grid-column: span 4 / span 4; }
  .lg-up\:col-span-5 {
    grid-column: span 5 / span 5; }
  .lg-up\:col-span-6 {
    grid-column: span 6 / span 6; }
  .lg-up\:col-span-7 {
    grid-column: span 7 / span 7; }
  .lg-up\:col-span-8 {
    grid-column: span 8 / span 8; }
  .lg-up\:col-span-9 {
    grid-column: span 9 / span 9; }
  .lg-up\:col-span-10 {
    grid-column: span 10 / span 10; }
  .lg-up\:col-span-11 {
    grid-column: span 11 / span 11; }
  .lg-up\:col-span-12 {
    grid-column: span 12 / span 12; }
  .lg-up\:col-span-full {
    grid-column: 1 / -1; }
  .lg-up\:col-start-1 {
    grid-column-start: 1; }
  .lg-up\:col-start-2 {
    grid-column-start: 2; }
  .lg-up\:col-start-3 {
    grid-column-start: 3; }
  .lg-up\:col-start-4 {
    grid-column-start: 4; }
  .lg-up\:col-start-5 {
    grid-column-start: 5; }
  .lg-up\:col-start-6 {
    grid-column-start: 6; }
  .lg-up\:col-start-7 {
    grid-column-start: 7; }
  .lg-up\:col-start-8 {
    grid-column-start: 8; }
  .lg-up\:col-start-9 {
    grid-column-start: 9; }
  .lg-up\:col-start-10 {
    grid-column-start: 10; }
  .lg-up\:col-start-11 {
    grid-column-start: 11; }
  .lg-up\:col-start-12 {
    grid-column-start: 12; }
  .lg-up\:col-start-13 {
    grid-column-start: 13; }
  .lg-up\:col-start-auto {
    grid-column-start: auto; }
  .lg-up\:col-end-1 {
    grid-column-end: 1; }
  .lg-up\:col-end-2 {
    grid-column-end: 2; }
  .lg-up\:col-end-3 {
    grid-column-end: 3; }
  .lg-up\:col-end-4 {
    grid-column-end: 4; }
  .lg-up\:col-end-5 {
    grid-column-end: 5; }
  .lg-up\:col-end-6 {
    grid-column-end: 6; }
  .lg-up\:col-end-7 {
    grid-column-end: 7; }
  .lg-up\:col-end-8 {
    grid-column-end: 8; }
  .lg-up\:col-end-9 {
    grid-column-end: 9; }
  .lg-up\:col-end-10 {
    grid-column-end: 10; }
  .lg-up\:col-end-11 {
    grid-column-end: 11; }
  .lg-up\:col-end-12 {
    grid-column-end: 12; }
  .lg-up\:col-end-13 {
    grid-column-end: 13; }
  .lg-up\:col-end-auto {
    grid-column-end: auto; }
  .lg-up\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)); }
  .lg-up\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .lg-up\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .lg-up\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)); }
  .lg-up\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)); }
  .lg-up\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)); }
  .lg-up\:grid-rows-none {
    grid-template-rows: none; }
  .lg-up\:auto-rows-auto {
    grid-auto-rows: auto; }
  .lg-up\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content; }
  .lg-up\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content; }
  .lg-up\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr); }
  .lg-up\:row-auto {
    grid-row: auto; }
  .lg-up\:row-span-1 {
    grid-row: span 1 / span 1; }
  .lg-up\:row-span-2 {
    grid-row: span 2 / span 2; }
  .lg-up\:row-span-3 {
    grid-row: span 3 / span 3; }
  .lg-up\:row-span-4 {
    grid-row: span 4 / span 4; }
  .lg-up\:row-span-5 {
    grid-row: span 5 / span 5; }
  .lg-up\:row-span-6 {
    grid-row: span 6 / span 6; }
  .lg-up\:row-span-full {
    grid-row: 1 / -1; }
  .lg-up\:row-start-1 {
    grid-row-start: 1; }
  .lg-up\:row-start-2 {
    grid-row-start: 2; }
  .lg-up\:row-start-3 {
    grid-row-start: 3; }
  .lg-up\:row-start-4 {
    grid-row-start: 4; }
  .lg-up\:row-start-5 {
    grid-row-start: 5; }
  .lg-up\:row-start-6 {
    grid-row-start: 6; }
  .lg-up\:row-start-7 {
    grid-row-start: 7; }
  .lg-up\:row-start-auto {
    grid-row-start: auto; }
  .lg-up\:row-end-1 {
    grid-row-end: 1; }
  .lg-up\:row-end-2 {
    grid-row-end: 2; }
  .lg-up\:row-end-3 {
    grid-row-end: 3; }
  .lg-up\:row-end-4 {
    grid-row-end: 4; }
  .lg-up\:row-end-5 {
    grid-row-end: 5; }
  .lg-up\:row-end-6 {
    grid-row-end: 6; }
  .lg-up\:row-end-7 {
    grid-row-end: 7; }
  .lg-up\:row-end-auto {
    grid-row-end: auto; }
  .lg-up\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)); }
  .lg-up\:transform-none {
    transform: none; }
  .lg-up\:origin-center {
    transform-origin: center; }
  .lg-up\:origin-top {
    transform-origin: top; }
  .lg-up\:origin-top-right {
    transform-origin: top right; }
  .lg-up\:origin-right {
    transform-origin: right; }
  .lg-up\:origin-bottom-right {
    transform-origin: bottom right; }
  .lg-up\:origin-bottom {
    transform-origin: bottom; }
  .lg-up\:origin-bottom-left {
    transform-origin: bottom left; }
  .lg-up\:origin-left {
    transform-origin: left; }
  .lg-up\:origin-top-left {
    transform-origin: top left; }
  .lg-up\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0; }
  .lg-up\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5; }
  .lg-up\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75; }
  .lg-up\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9; }
  .lg-up\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95; }
  .lg-up\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1; }
  .lg-up\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05; }
  .lg-up\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1; }
  .lg-up\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25; }
  .lg-up\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5; }
  .lg-up\:scale-x-0 {
    --transform-scale-x: 0; }
  .lg-up\:scale-x-50 {
    --transform-scale-x: .5; }
  .lg-up\:scale-x-75 {
    --transform-scale-x: .75; }
  .lg-up\:scale-x-90 {
    --transform-scale-x: .9; }
  .lg-up\:scale-x-95 {
    --transform-scale-x: .95; }
  .lg-up\:scale-x-100 {
    --transform-scale-x: 1; }
  .lg-up\:scale-x-105 {
    --transform-scale-x: 1.05; }
  .lg-up\:scale-x-110 {
    --transform-scale-x: 1.1; }
  .lg-up\:scale-x-125 {
    --transform-scale-x: 1.25; }
  .lg-up\:scale-x-150 {
    --transform-scale-x: 1.5; }
  .lg-up\:scale-y-0 {
    --transform-scale-y: 0; }
  .lg-up\:scale-y-50 {
    --transform-scale-y: .5; }
  .lg-up\:scale-y-75 {
    --transform-scale-y: .75; }
  .lg-up\:scale-y-90 {
    --transform-scale-y: .9; }
  .lg-up\:scale-y-95 {
    --transform-scale-y: .95; }
  .lg-up\:scale-y-100 {
    --transform-scale-y: 1; }
  .lg-up\:scale-y-105 {
    --transform-scale-y: 1.05; }
  .lg-up\:scale-y-110 {
    --transform-scale-y: 1.1; }
  .lg-up\:scale-y-125 {
    --transform-scale-y: 1.25; }
  .lg-up\:scale-y-150 {
    --transform-scale-y: 1.5; }
  .lg-up\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0; }
  .lg-up\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5; }
  .lg-up\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75; }
  .lg-up\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9; }
  .lg-up\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95; }
  .lg-up\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1; }
  .lg-up\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05; }
  .lg-up\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1; }
  .lg-up\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25; }
  .lg-up\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5; }
  .lg-up\:hover\:scale-x-0:hover {
    --transform-scale-x: 0; }
  .lg-up\:hover\:scale-x-50:hover {
    --transform-scale-x: .5; }
  .lg-up\:hover\:scale-x-75:hover {
    --transform-scale-x: .75; }
  .lg-up\:hover\:scale-x-90:hover {
    --transform-scale-x: .9; }
  .lg-up\:hover\:scale-x-95:hover {
    --transform-scale-x: .95; }
  .lg-up\:hover\:scale-x-100:hover {
    --transform-scale-x: 1; }
  .lg-up\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05; }
  .lg-up\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1; }
  .lg-up\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25; }
  .lg-up\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5; }
  .lg-up\:hover\:scale-y-0:hover {
    --transform-scale-y: 0; }
  .lg-up\:hover\:scale-y-50:hover {
    --transform-scale-y: .5; }
  .lg-up\:hover\:scale-y-75:hover {
    --transform-scale-y: .75; }
  .lg-up\:hover\:scale-y-90:hover {
    --transform-scale-y: .9; }
  .lg-up\:hover\:scale-y-95:hover {
    --transform-scale-y: .95; }
  .lg-up\:hover\:scale-y-100:hover {
    --transform-scale-y: 1; }
  .lg-up\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05; }
  .lg-up\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1; }
  .lg-up\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25; }
  .lg-up\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5; }
  .lg-up\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0; }
  .lg-up\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5; }
  .lg-up\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75; }
  .lg-up\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9; }
  .lg-up\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95; }
  .lg-up\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1; }
  .lg-up\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05; }
  .lg-up\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1; }
  .lg-up\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25; }
  .lg-up\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5; }
  .lg-up\:focus\:scale-x-0:focus {
    --transform-scale-x: 0; }
  .lg-up\:focus\:scale-x-50:focus {
    --transform-scale-x: .5; }
  .lg-up\:focus\:scale-x-75:focus {
    --transform-scale-x: .75; }
  .lg-up\:focus\:scale-x-90:focus {
    --transform-scale-x: .9; }
  .lg-up\:focus\:scale-x-95:focus {
    --transform-scale-x: .95; }
  .lg-up\:focus\:scale-x-100:focus {
    --transform-scale-x: 1; }
  .lg-up\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05; }
  .lg-up\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1; }
  .lg-up\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25; }
  .lg-up\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5; }
  .lg-up\:focus\:scale-y-0:focus {
    --transform-scale-y: 0; }
  .lg-up\:focus\:scale-y-50:focus {
    --transform-scale-y: .5; }
  .lg-up\:focus\:scale-y-75:focus {
    --transform-scale-y: .75; }
  .lg-up\:focus\:scale-y-90:focus {
    --transform-scale-y: .9; }
  .lg-up\:focus\:scale-y-95:focus {
    --transform-scale-y: .95; }
  .lg-up\:focus\:scale-y-100:focus {
    --transform-scale-y: 1; }
  .lg-up\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05; }
  .lg-up\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1; }
  .lg-up\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25; }
  .lg-up\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5; }
  .lg-up\:rotate-0 {
    --transform-rotate: 0; }
  .lg-up\:rotate-1 {
    --transform-rotate: 1deg; }
  .lg-up\:rotate-2 {
    --transform-rotate: 2deg; }
  .lg-up\:rotate-3 {
    --transform-rotate: 3deg; }
  .lg-up\:rotate-6 {
    --transform-rotate: 6deg; }
  .lg-up\:rotate-12 {
    --transform-rotate: 12deg; }
  .lg-up\:rotate-45 {
    --transform-rotate: 45deg; }
  .lg-up\:rotate-90 {
    --transform-rotate: 90deg; }
  .lg-up\:rotate-180 {
    --transform-rotate: 180deg; }
  .lg-up\:-rotate-180 {
    --transform-rotate: -180deg; }
  .lg-up\:-rotate-90 {
    --transform-rotate: -90deg; }
  .lg-up\:-rotate-45 {
    --transform-rotate: -45deg; }
  .lg-up\:-rotate-12 {
    --transform-rotate: -12deg; }
  .lg-up\:-rotate-6 {
    --transform-rotate: -6deg; }
  .lg-up\:-rotate-3 {
    --transform-rotate: -3deg; }
  .lg-up\:-rotate-2 {
    --transform-rotate: -2deg; }
  .lg-up\:-rotate-1 {
    --transform-rotate: -1deg; }
  .lg-up\:hover\:rotate-0:hover {
    --transform-rotate: 0; }
  .lg-up\:hover\:rotate-1:hover {
    --transform-rotate: 1deg; }
  .lg-up\:hover\:rotate-2:hover {
    --transform-rotate: 2deg; }
  .lg-up\:hover\:rotate-3:hover {
    --transform-rotate: 3deg; }
  .lg-up\:hover\:rotate-6:hover {
    --transform-rotate: 6deg; }
  .lg-up\:hover\:rotate-12:hover {
    --transform-rotate: 12deg; }
  .lg-up\:hover\:rotate-45:hover {
    --transform-rotate: 45deg; }
  .lg-up\:hover\:rotate-90:hover {
    --transform-rotate: 90deg; }
  .lg-up\:hover\:rotate-180:hover {
    --transform-rotate: 180deg; }
  .lg-up\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg; }
  .lg-up\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg; }
  .lg-up\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg; }
  .lg-up\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg; }
  .lg-up\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg; }
  .lg-up\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg; }
  .lg-up\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg; }
  .lg-up\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg; }
  .lg-up\:focus\:rotate-0:focus {
    --transform-rotate: 0; }
  .lg-up\:focus\:rotate-1:focus {
    --transform-rotate: 1deg; }
  .lg-up\:focus\:rotate-2:focus {
    --transform-rotate: 2deg; }
  .lg-up\:focus\:rotate-3:focus {
    --transform-rotate: 3deg; }
  .lg-up\:focus\:rotate-6:focus {
    --transform-rotate: 6deg; }
  .lg-up\:focus\:rotate-12:focus {
    --transform-rotate: 12deg; }
  .lg-up\:focus\:rotate-45:focus {
    --transform-rotate: 45deg; }
  .lg-up\:focus\:rotate-90:focus {
    --transform-rotate: 90deg; }
  .lg-up\:focus\:rotate-180:focus {
    --transform-rotate: 180deg; }
  .lg-up\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg; }
  .lg-up\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg; }
  .lg-up\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg; }
  .lg-up\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg; }
  .lg-up\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg; }
  .lg-up\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg; }
  .lg-up\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg; }
  .lg-up\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg; }
  .lg-up\:translate-x-0 {
    --transform-translate-x: 0; }
  .lg-up\:translate-x-1 {
    --transform-translate-x: 0.25rem; }
  .lg-up\:translate-x-2 {
    --transform-translate-x: 0.5rem; }
  .lg-up\:translate-x-3 {
    --transform-translate-x: 0.75rem; }
  .lg-up\:translate-x-4 {
    --transform-translate-x: 1rem; }
  .lg-up\:translate-x-5 {
    --transform-translate-x: 1.25rem; }
  .lg-up\:translate-x-6 {
    --transform-translate-x: 1.5rem; }
  .lg-up\:translate-x-8 {
    --transform-translate-x: 2rem; }
  .lg-up\:translate-x-10 {
    --transform-translate-x: 2.5rem; }
  .lg-up\:translate-x-12 {
    --transform-translate-x: 3rem; }
  .lg-up\:translate-x-16 {
    --transform-translate-x: 4rem; }
  .lg-up\:translate-x-20 {
    --transform-translate-x: 5rem; }
  .lg-up\:translate-x-24 {
    --transform-translate-x: 6rem; }
  .lg-up\:translate-x-32 {
    --transform-translate-x: 8rem; }
  .lg-up\:translate-x-40 {
    --transform-translate-x: 10rem; }
  .lg-up\:translate-x-48 {
    --transform-translate-x: 12rem; }
  .lg-up\:translate-x-56 {
    --transform-translate-x: 14rem; }
  .lg-up\:translate-x-64 {
    --transform-translate-x: 16rem; }
  .lg-up\:translate-x-px {
    --transform-translate-x: 1px; }
  .lg-up\:-translate-x-1 {
    --transform-translate-x: -0.25rem; }
  .lg-up\:-translate-x-2 {
    --transform-translate-x: -0.5rem; }
  .lg-up\:-translate-x-3 {
    --transform-translate-x: -0.75rem; }
  .lg-up\:-translate-x-4 {
    --transform-translate-x: -1rem; }
  .lg-up\:-translate-x-5 {
    --transform-translate-x: -1.25rem; }
  .lg-up\:-translate-x-6 {
    --transform-translate-x: -1.5rem; }
  .lg-up\:-translate-x-8 {
    --transform-translate-x: -2rem; }
  .lg-up\:-translate-x-10 {
    --transform-translate-x: -2.5rem; }
  .lg-up\:-translate-x-12 {
    --transform-translate-x: -3rem; }
  .lg-up\:-translate-x-16 {
    --transform-translate-x: -4rem; }
  .lg-up\:-translate-x-20 {
    --transform-translate-x: -5rem; }
  .lg-up\:-translate-x-24 {
    --transform-translate-x: -6rem; }
  .lg-up\:-translate-x-32 {
    --transform-translate-x: -8rem; }
  .lg-up\:-translate-x-40 {
    --transform-translate-x: -10rem; }
  .lg-up\:-translate-x-48 {
    --transform-translate-x: -12rem; }
  .lg-up\:-translate-x-56 {
    --transform-translate-x: -14rem; }
  .lg-up\:-translate-x-64 {
    --transform-translate-x: -16rem; }
  .lg-up\:-translate-x-px {
    --transform-translate-x: -1px; }
  .lg-up\:-translate-x-full {
    --transform-translate-x: -100%; }
  .lg-up\:-translate-x-1\/2 {
    --transform-translate-x: -50%; }
  .lg-up\:translate-x-1\/2 {
    --transform-translate-x: 50%; }
  .lg-up\:translate-x-full {
    --transform-translate-x: 100%; }
  .lg-up\:translate-y-0 {
    --transform-translate-y: 0; }
  .lg-up\:translate-y-1 {
    --transform-translate-y: 0.25rem; }
  .lg-up\:translate-y-2 {
    --transform-translate-y: 0.5rem; }
  .lg-up\:translate-y-3 {
    --transform-translate-y: 0.75rem; }
  .lg-up\:translate-y-4 {
    --transform-translate-y: 1rem; }
  .lg-up\:translate-y-5 {
    --transform-translate-y: 1.25rem; }
  .lg-up\:translate-y-6 {
    --transform-translate-y: 1.5rem; }
  .lg-up\:translate-y-8 {
    --transform-translate-y: 2rem; }
  .lg-up\:translate-y-10 {
    --transform-translate-y: 2.5rem; }
  .lg-up\:translate-y-12 {
    --transform-translate-y: 3rem; }
  .lg-up\:translate-y-16 {
    --transform-translate-y: 4rem; }
  .lg-up\:translate-y-20 {
    --transform-translate-y: 5rem; }
  .lg-up\:translate-y-24 {
    --transform-translate-y: 6rem; }
  .lg-up\:translate-y-32 {
    --transform-translate-y: 8rem; }
  .lg-up\:translate-y-40 {
    --transform-translate-y: 10rem; }
  .lg-up\:translate-y-48 {
    --transform-translate-y: 12rem; }
  .lg-up\:translate-y-56 {
    --transform-translate-y: 14rem; }
  .lg-up\:translate-y-64 {
    --transform-translate-y: 16rem; }
  .lg-up\:translate-y-px {
    --transform-translate-y: 1px; }
  .lg-up\:-translate-y-1 {
    --transform-translate-y: -0.25rem; }
  .lg-up\:-translate-y-2 {
    --transform-translate-y: -0.5rem; }
  .lg-up\:-translate-y-3 {
    --transform-translate-y: -0.75rem; }
  .lg-up\:-translate-y-4 {
    --transform-translate-y: -1rem; }
  .lg-up\:-translate-y-5 {
    --transform-translate-y: -1.25rem; }
  .lg-up\:-translate-y-6 {
    --transform-translate-y: -1.5rem; }
  .lg-up\:-translate-y-8 {
    --transform-translate-y: -2rem; }
  .lg-up\:-translate-y-10 {
    --transform-translate-y: -2.5rem; }
  .lg-up\:-translate-y-12 {
    --transform-translate-y: -3rem; }
  .lg-up\:-translate-y-16 {
    --transform-translate-y: -4rem; }
  .lg-up\:-translate-y-20 {
    --transform-translate-y: -5rem; }
  .lg-up\:-translate-y-24 {
    --transform-translate-y: -6rem; }
  .lg-up\:-translate-y-32 {
    --transform-translate-y: -8rem; }
  .lg-up\:-translate-y-40 {
    --transform-translate-y: -10rem; }
  .lg-up\:-translate-y-48 {
    --transform-translate-y: -12rem; }
  .lg-up\:-translate-y-56 {
    --transform-translate-y: -14rem; }
  .lg-up\:-translate-y-64 {
    --transform-translate-y: -16rem; }
  .lg-up\:-translate-y-px {
    --transform-translate-y: -1px; }
  .lg-up\:-translate-y-full {
    --transform-translate-y: -100%; }
  .lg-up\:-translate-y-1\/2 {
    --transform-translate-y: -50%; }
  .lg-up\:translate-y-1\/2 {
    --transform-translate-y: 50%; }
  .lg-up\:translate-y-full {
    --transform-translate-y: 100%; }
  .lg-up\:hover\:translate-x-0:hover {
    --transform-translate-x: 0; }
  .lg-up\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem; }
  .lg-up\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem; }
  .lg-up\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem; }
  .lg-up\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem; }
  .lg-up\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem; }
  .lg-up\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem; }
  .lg-up\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem; }
  .lg-up\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem; }
  .lg-up\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem; }
  .lg-up\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem; }
  .lg-up\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem; }
  .lg-up\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem; }
  .lg-up\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem; }
  .lg-up\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem; }
  .lg-up\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem; }
  .lg-up\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem; }
  .lg-up\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem; }
  .lg-up\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px; }
  .lg-up\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem; }
  .lg-up\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem; }
  .lg-up\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem; }
  .lg-up\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem; }
  .lg-up\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem; }
  .lg-up\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem; }
  .lg-up\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem; }
  .lg-up\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem; }
  .lg-up\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem; }
  .lg-up\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem; }
  .lg-up\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem; }
  .lg-up\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem; }
  .lg-up\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem; }
  .lg-up\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem; }
  .lg-up\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem; }
  .lg-up\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem; }
  .lg-up\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem; }
  .lg-up\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px; }
  .lg-up\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%; }
  .lg-up\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%; }
  .lg-up\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%; }
  .lg-up\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%; }
  .lg-up\:hover\:translate-y-0:hover {
    --transform-translate-y: 0; }
  .lg-up\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem; }
  .lg-up\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem; }
  .lg-up\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem; }
  .lg-up\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem; }
  .lg-up\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem; }
  .lg-up\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem; }
  .lg-up\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem; }
  .lg-up\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem; }
  .lg-up\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem; }
  .lg-up\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem; }
  .lg-up\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem; }
  .lg-up\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem; }
  .lg-up\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem; }
  .lg-up\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem; }
  .lg-up\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem; }
  .lg-up\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem; }
  .lg-up\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem; }
  .lg-up\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px; }
  .lg-up\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem; }
  .lg-up\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem; }
  .lg-up\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem; }
  .lg-up\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem; }
  .lg-up\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem; }
  .lg-up\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem; }
  .lg-up\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem; }
  .lg-up\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem; }
  .lg-up\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem; }
  .lg-up\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem; }
  .lg-up\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem; }
  .lg-up\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem; }
  .lg-up\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem; }
  .lg-up\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem; }
  .lg-up\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem; }
  .lg-up\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem; }
  .lg-up\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem; }
  .lg-up\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px; }
  .lg-up\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%; }
  .lg-up\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%; }
  .lg-up\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%; }
  .lg-up\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%; }
  .lg-up\:focus\:translate-x-0:focus {
    --transform-translate-x: 0; }
  .lg-up\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem; }
  .lg-up\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem; }
  .lg-up\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem; }
  .lg-up\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem; }
  .lg-up\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem; }
  .lg-up\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem; }
  .lg-up\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem; }
  .lg-up\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem; }
  .lg-up\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem; }
  .lg-up\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem; }
  .lg-up\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem; }
  .lg-up\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem; }
  .lg-up\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem; }
  .lg-up\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem; }
  .lg-up\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem; }
  .lg-up\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem; }
  .lg-up\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem; }
  .lg-up\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px; }
  .lg-up\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem; }
  .lg-up\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem; }
  .lg-up\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem; }
  .lg-up\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem; }
  .lg-up\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem; }
  .lg-up\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem; }
  .lg-up\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem; }
  .lg-up\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem; }
  .lg-up\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem; }
  .lg-up\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem; }
  .lg-up\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem; }
  .lg-up\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem; }
  .lg-up\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem; }
  .lg-up\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem; }
  .lg-up\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem; }
  .lg-up\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem; }
  .lg-up\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem; }
  .lg-up\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px; }
  .lg-up\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%; }
  .lg-up\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%; }
  .lg-up\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%; }
  .lg-up\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%; }
  .lg-up\:focus\:translate-y-0:focus {
    --transform-translate-y: 0; }
  .lg-up\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem; }
  .lg-up\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem; }
  .lg-up\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem; }
  .lg-up\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem; }
  .lg-up\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem; }
  .lg-up\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem; }
  .lg-up\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem; }
  .lg-up\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem; }
  .lg-up\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem; }
  .lg-up\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem; }
  .lg-up\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem; }
  .lg-up\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem; }
  .lg-up\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem; }
  .lg-up\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem; }
  .lg-up\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem; }
  .lg-up\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem; }
  .lg-up\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem; }
  .lg-up\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px; }
  .lg-up\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem; }
  .lg-up\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem; }
  .lg-up\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem; }
  .lg-up\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem; }
  .lg-up\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem; }
  .lg-up\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem; }
  .lg-up\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem; }
  .lg-up\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem; }
  .lg-up\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem; }
  .lg-up\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem; }
  .lg-up\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem; }
  .lg-up\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem; }
  .lg-up\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem; }
  .lg-up\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem; }
  .lg-up\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem; }
  .lg-up\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem; }
  .lg-up\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem; }
  .lg-up\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px; }
  .lg-up\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%; }
  .lg-up\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%; }
  .lg-up\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%; }
  .lg-up\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%; }
  .lg-up\:skew-x-0 {
    --transform-skew-x: 0; }
  .lg-up\:skew-x-1 {
    --transform-skew-x: 1deg; }
  .lg-up\:skew-x-2 {
    --transform-skew-x: 2deg; }
  .lg-up\:skew-x-3 {
    --transform-skew-x: 3deg; }
  .lg-up\:skew-x-6 {
    --transform-skew-x: 6deg; }
  .lg-up\:skew-x-12 {
    --transform-skew-x: 12deg; }
  .lg-up\:-skew-x-12 {
    --transform-skew-x: -12deg; }
  .lg-up\:-skew-x-6 {
    --transform-skew-x: -6deg; }
  .lg-up\:-skew-x-3 {
    --transform-skew-x: -3deg; }
  .lg-up\:-skew-x-2 {
    --transform-skew-x: -2deg; }
  .lg-up\:-skew-x-1 {
    --transform-skew-x: -1deg; }
  .lg-up\:skew-y-0 {
    --transform-skew-y: 0; }
  .lg-up\:skew-y-1 {
    --transform-skew-y: 1deg; }
  .lg-up\:skew-y-2 {
    --transform-skew-y: 2deg; }
  .lg-up\:skew-y-3 {
    --transform-skew-y: 3deg; }
  .lg-up\:skew-y-6 {
    --transform-skew-y: 6deg; }
  .lg-up\:skew-y-12 {
    --transform-skew-y: 12deg; }
  .lg-up\:-skew-y-12 {
    --transform-skew-y: -12deg; }
  .lg-up\:-skew-y-6 {
    --transform-skew-y: -6deg; }
  .lg-up\:-skew-y-3 {
    --transform-skew-y: -3deg; }
  .lg-up\:-skew-y-2 {
    --transform-skew-y: -2deg; }
  .lg-up\:-skew-y-1 {
    --transform-skew-y: -1deg; }
  .lg-up\:hover\:skew-x-0:hover {
    --transform-skew-x: 0; }
  .lg-up\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg; }
  .lg-up\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg; }
  .lg-up\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg; }
  .lg-up\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg; }
  .lg-up\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg; }
  .lg-up\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg; }
  .lg-up\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg; }
  .lg-up\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg; }
  .lg-up\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg; }
  .lg-up\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg; }
  .lg-up\:hover\:skew-y-0:hover {
    --transform-skew-y: 0; }
  .lg-up\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg; }
  .lg-up\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg; }
  .lg-up\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg; }
  .lg-up\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg; }
  .lg-up\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg; }
  .lg-up\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg; }
  .lg-up\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg; }
  .lg-up\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg; }
  .lg-up\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg; }
  .lg-up\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg; }
  .lg-up\:focus\:skew-x-0:focus {
    --transform-skew-x: 0; }
  .lg-up\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg; }
  .lg-up\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg; }
  .lg-up\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg; }
  .lg-up\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg; }
  .lg-up\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg; }
  .lg-up\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg; }
  .lg-up\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg; }
  .lg-up\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg; }
  .lg-up\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg; }
  .lg-up\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg; }
  .lg-up\:focus\:skew-y-0:focus {
    --transform-skew-y: 0; }
  .lg-up\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg; }
  .lg-up\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg; }
  .lg-up\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg; }
  .lg-up\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg; }
  .lg-up\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg; }
  .lg-up\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg; }
  .lg-up\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg; }
  .lg-up\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg; }
  .lg-up\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg; }
  .lg-up\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg; }
  .lg-up\:transition-none {
    transition-property: none; }
  .lg-up\:transition-all {
    transition-property: all; }
  .lg-up\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; }
  .lg-up\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke; }
  .lg-up\:transition-opacity {
    transition-property: opacity; }
  .lg-up\:transition-shadow {
    transition-property: box-shadow; }
  .lg-up\:transition-transform {
    transition-property: transform; }
  .lg-up\:ease-linear {
    transition-timing-function: linear; }
  .lg-up\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
  .lg-up\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
  .lg-up\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .lg-up\:duration-75 {
    transition-duration: 75ms; }
  .lg-up\:duration-100 {
    transition-duration: 100ms; }
  .lg-up\:duration-150 {
    transition-duration: 150ms; }
  .lg-up\:duration-200 {
    transition-duration: 200ms; }
  .lg-up\:duration-300 {
    transition-duration: 300ms; }
  .lg-up\:duration-500 {
    transition-duration: 500ms; }
  .lg-up\:duration-700 {
    transition-duration: 700ms; }
  .lg-up\:duration-1000 {
    transition-duration: 1000ms; }
  .lg-up\:delay-75 {
    transition-delay: 75ms; }
  .lg-up\:delay-100 {
    transition-delay: 100ms; }
  .lg-up\:delay-150 {
    transition-delay: 150ms; }
  .lg-up\:delay-200 {
    transition-delay: 200ms; }
  .lg-up\:delay-300 {
    transition-delay: 300ms; }
  .lg-up\:delay-500 {
    transition-delay: 500ms; }
  .lg-up\:delay-700 {
    transition-delay: 700ms; }
  .lg-up\:delay-1000 {
    transition-delay: 1000ms; }
  .lg-up\:animate-none {
    -webkit-animation: none;
    animation: none; }
  .lg-up\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
  .lg-up\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; }
  .lg-up\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
  .lg-up\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite; }
  .lg-up\:text-balance {
    text-wrap: balance; }
  .lg-up\:text-pretty {
    text-wrap: pretty; }
  .lg-up\:columns-2 {
    -moz-columns: 2;
    columns: 2; }
  .lg-up\:aspect-landscape {
    aspect-ratio: 3/2; }
  .lg-up\:aspect-landscape-short {
    aspect-ratio: 4/3; }
  .lg-up\:aspect-portrait {
    aspect-ratio: 4/5; }
  .lg-up\:aspect-square {
    aspect-ratio: 1/1; }
  .lg-up\:aspect-video {
    aspect-ratio: 16/9; }
  .lg-up\:aspect-wide {
    aspect-ratio: 21/9; }
  .lg-up\:fit-content {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content; } }

/*# sourceMappingURL=theme-bundle.css.map*/