@charset "UTF-8";
/*

    //  //// --|    main.scss

*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1, .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 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 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide--rtl {
    direction: rtl; }

/*

    //  //// --|    Init / Settings

*/
/*

    //  //// --|    Init / Functions

*/
/*

    //  //// --|    Init / Mixins

*/
/*

    //  //// --|    Foundation / Typography

*/
p, h1, .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, h2, .dialog-content .form .form-header .form-title, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0; }

body, input, textarea, button, select {
  font-weight: 400;
  font-style: normal;
  color: var(--c-text-base); }

p, li {
  font-size: 1rem; }

html.js:not(.fonts-loaded) body, html.js:not(.fonts-loaded) input, html.js:not(.fonts-loaded) textarea, html.js:not(.fonts-loaded) button, html.js:not(.fonts-loaded) select {
  line-height: 1.75;
  font-family: Arial, sans-serif;
  word-spacing: 1.15px;
  letter-spacing: -0.05px; }

html.js:not(.fonts-loaded) h1, html.js:not(.fonts-loaded) .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content html.js:not(.fonts-loaded) h1.eyebrow + h2, html.js:not(.fonts-loaded) .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header html.js:not(.fonts-loaded) h1.eyebrow + .form-title, html.js:not(.fonts-loaded) .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content html.js:not(.fonts-loaded) h1.eyebrow + .form-title, html.js:not(.fonts-loaded) h2, html.js:not(.fonts-loaded) .dialog-content .form .form-header .form-title, .dialog-content .form .form-header html.js:not(.fonts-loaded) .form-title, html.js:not(.fonts-loaded) h3, html.js:not(.fonts-loaded) h4, html.js:not(.fonts-loaded) h5, html.js:not(.fonts-loaded) h6 {
  line-height: 1.2;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: -0.2px;
  word-spacing: -0.1px; }

.wf-comorant-garamond h1, .wf-comorant-garamond .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .wf-comorant-garamond h1.eyebrow + h2, .wf-comorant-garamond .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header .wf-comorant-garamond h1.eyebrow + .form-title, .wf-comorant-garamond .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content .wf-comorant-garamond h1.eyebrow + .form-title, .wf-comorant-garamond h2, .wf-comorant-garamond .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .wf-comorant-garamond .form-title, .wf-comorant-garamond h3, .wf-comorant-garamond h4, .wf-comorant-garamond h5, .wf-comorant-garamond h6, .fonts-loaded h1, .fonts-loaded .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .fonts-loaded h1.eyebrow + h2, .fonts-loaded .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header .fonts-loaded h1.eyebrow + .form-title, .fonts-loaded .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content .fonts-loaded h1.eyebrow + .form-title, .fonts-loaded h2, .fonts-loaded .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .fonts-loaded .form-title, .fonts-loaded h3, .fonts-loaded h4, .fonts-loaded h5, .fonts-loaded h6, html:not(.js) h1, html:not(.js) .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content html:not(.js) h1.eyebrow + h2, html:not(.js) .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header html:not(.js) h1.eyebrow + .form-title, html:not(.js) .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content html:not(.js) h1.eyebrow + .form-title, html:not(.js) h2, html:not(.js) .dialog-content .form .form-header .form-title, .dialog-content .form .form-header html:not(.js) .form-title, html:not(.js) h3, html:not(.js) h4, html:not(.js) h5, html:not(.js) h6 {
  font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
  letter-spacing: 0.02em; }

.wf-oxygen body, .wf-oxygen input, .wf-oxygen textarea, .wf-oxygen button, .wf-oxygen select, .fonts-loaded body, .fonts-loaded input, .fonts-loaded textarea, .fonts-loaded button, .fonts-loaded select, html:not(.js) body, html:not(.js) input, html:not(.js) textarea, html:not(.js) button, html:not(.js) select {
  font-family: "Oxygen", Arial, sans-serif;
  letter-spacing: 0.05em; }

p {
  margin-bottom: 1.96875rem;
  line-height: 1.75;
  text-align: inherit;
  color: inherit; }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none; }
  p p a {
    color: var(--c-primary);
    font-weight: 600; }

.bg-primary p a, .bg-primary p a:not([class]), .bg-black p a, .bg-black p a:not([class]) {
  color: var(--c-secondary); }

h1, .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, h2, .dialog-content .form .form-header .form-title, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 400;
  color: var(--c-black); }
  h1.underline::after, .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .underline.form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, h1.page-title::after, .hero--front .hero__content .content h1.eyebrow + h2.page-title::after, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .page-title.form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .page-title.form-title::after, h2.underline::after, .dialog-content .form .form-header .underline.form-title::after, section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .form-title::after, h2.page-title::after, .dialog-content .form .form-header .page-title.form-title::after, h3.underline::after, h3.page-title::after, h4.underline::after, h4.page-title::after, h5.underline::after, h5.page-title::after, h6.underline::after, h6.page-title::after {
    content: '';
    display: block;
    padding-bottom: .25em;
    border-bottom: 1px solid var(--c-secondary);
    width: 100%;
    max-width: 200px; }
    @media screen and (min-width: 28.125em) {
      h1.underline::after, .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .underline.form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, h1.page-title::after, .hero--front .hero__content .content h1.eyebrow + h2.page-title::after, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .page-title.form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .page-title.form-title::after, h2.underline::after, .dialog-content .form .form-header .underline.form-title::after, section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .form-title::after, h2.page-title::after, .dialog-content .form .form-header .page-title.form-title::after, h3.underline::after, h3.page-title::after, h4.underline::after, h4.page-title::after, h5.underline::after, h5.page-title::after, h6.underline::after, h6.page-title::after {
        max-width: 380px; } }
  h1.underline[style="text-align: center;"]::after, .hero--front .hero__content .content h1.eyebrow + h2.underline[style="text-align: center;"]::after, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .underline.form-title[style="text-align: center;"]::after, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title[style="text-align: center;"]::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2[style="text-align: center;"]::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2[style="text-align: center;"]::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header h1.eyebrow + .form-title[style="text-align: center;"]::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title[style="text-align: center;"]::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title[style="text-align: center;"]::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title[style="text-align: center;"]::after, h2.underline[style="text-align: center;"]::after, .dialog-content .form .form-header .underline.form-title[style="text-align: center;"]::after, section.flexi-block.block--card-content-image .card h2[style="text-align: center;"]::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .form-title[style="text-align: center;"]::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .form-title[style="text-align: center;"]::after, h3.underline[style="text-align: center;"]::after, h4.underline[style="text-align: center;"]::after, h5.underline[style="text-align: center;"]::after, h6.underline[style="text-align: center;"]::after {
    margin: auto; }
  h1.page-title[style="text-align: center;"]::after, .hero--front .hero__content .content h1.eyebrow + h2.page-title[style="text-align: center;"]::after, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .page-title.form-title[style="text-align: center;"]::after, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .page-title.form-title[style="text-align: center;"]::after, h2.page-title[style="text-align: center;"]::after, .dialog-content .form .form-header .page-title.form-title[style="text-align: center;"]::after, h3.page-title[style="text-align: center;"]::after, h4.page-title[style="text-align: center;"]::after, h5.page-title[style="text-align: center;"]::after, h6.page-title[style="text-align: center;"]::after {
    margin: auto; }
  h1 span.eyebrow, .hero--front .hero__content .content h1.eyebrow + h2 span.eyebrow, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title span.eyebrow, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title span.eyebrow, h2 span.eyebrow, .dialog-content .form .form-header .form-title span.eyebrow, h3 span.eyebrow, h4 span.eyebrow, h5 span.eyebrow, h6 span.eyebrow {
    display: block;
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 1rem; }

h1, .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title {
  font-size: 2rem;
  font-size: clamp(2rem, calc( 4vw + 10px), 3.125rem ); }
  @supports not (font-size: clamp(1px, 1vw, 2px)) {
    @media screen and (min-width: 64em) {
      h1, .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title {
        font-size: 3.125rem; } } }

h2, .dialog-content .form .form-header .form-title {
  font-size: 2rem;
  font-size: clamp(2rem, calc( 4vw + 10px), 3.125rem ); }
  @supports not (font-size: clamp(1px, 1vw, 2px)) {
    @media screen and (min-width: 64em) {
      h2, .dialog-content .form .form-header .form-title {
        font-size: 3.125rem; } } }

h3 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, calc( 3vw + 10px), 2rem ); }
  @supports not (font-size: clamp(1px, 1vw, 2px)) {
    @media screen and (min-width: 64em) {
      h3 {
        font-size: 2rem; } } }

h4 {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, calc( 2vw + 5px), 1.875rem ); }
  @supports not (font-size: clamp(1px, 1vw, 2px)) {
    @media screen and (min-width: 64em) {
      h4 {
        font-size: 1.875rem; } } }

h5 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, calc( 2vw + 5px), 1.5rem ); }
  @supports not (font-size: clamp(1px, 1vw, 2px)) {
    @media screen and (min-width: 64em) {
      h5 {
        font-size: 1.5rem; } } }

h6 {
  font-size: 1rem;
  font-size: clamp(1rem, calc( 2vw + 5px), 1.125rem ); }
  @supports not (font-size: clamp(1px, 1vw, 2px)) {
    @media screen and (min-width: 64em) {
      h6 {
        font-size: 1.125rem; } } }

a {
  color: inherit;
  text-decoration: none; }

a + p {
  margin-top: 1.96875rem; }

p a:not([class]) {
  text-decoration: underline;
  color: var(--c-primary);
  transition: 50ms; }
  p a:not([class]):hover {
    color: var(--c-link-hover); }

/*

    //  //// --|    Foundation / Buttons

*/
.content-button-wrapper {
  margin: 0 -5px calc( 1.96875rem - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .content-button-wrapper:last-child {
    margin-bottom: -10px; }
  .content-button-wrapper a[class^="button"] {
    margin: 0 5px 10px; }
  .content-button-wrapper[data-style*="center"] {
    justify-content: center; }

.button, nav.nav-primary-mobile ul li.level-0-item.quote-button > button, .nav-left > ul > li.level-0-item:not(.quote-button) > a,
.nav-right > ul > li.level-0-item:not(.quote-button) > a, .nav-left > ul > li.quote-button.level-0-item > button,
.nav-right > ul > li.quote-button.level-0-item > button,
.button-fill {
  --padding: 10px;
  --padding-ratio: 2;
  --focus-inner: var(--c-white);
  --focus-outer: var(--c-black);
  padding: calc( var(--padding) - 1px) calc( ( var(--padding) * var(--padding-ratio) ) - 1px);
  display: inline-block;
  cursor: pointer;
  border: 1px solid var(--c-primary);
  border-radius: var(--border-radius);
  outline: none;
  background-color: var(--c-primary);
  color: var(--c-white);
  font-weight: 400;
  font-size: 1rem;
  line-height: var(--t-base-line-height);
  transition: background-color 150ms ease; }
  .button:focus-visible, nav.nav-primary-mobile ul li.level-0-item.quote-button > button:focus-visible, .nav-left > ul > li.level-0-item:not(.quote-button) > a:focus-visible,
  .nav-right > ul > li.level-0-item:not(.quote-button) > a:focus-visible, .nav-left > ul > li.quote-button.level-0-item > button:focus-visible,
  .nav-right > ul > li.quote-button.level-0-item > button:focus-visible,
  .button-fill:focus-visible {
    outline: none;
    transition: box-shadow 100ms ease-out;
    box-shadow: 0 0 0 2px var(--focus-inner), 0 0 0 4px var(--focus-outer); }
  .button:active, nav.nav-primary-mobile ul li.level-0-item.quote-button > button:active, .nav-left > ul > li.level-0-item:not(.quote-button) > a:active,
  .nav-right > ul > li.level-0-item:not(.quote-button) > a:active, .nav-left > ul > li.quote-button.level-0-item > button:active,
  .nav-right > ul > li.quote-button.level-0-item > button:active,
  .button-fill:active {
    transition: transform 150ms;
    transform: scale(0.94) !important; }
  .button:hover, nav.nav-primary-mobile ul li.level-0-item.quote-button > button:hover, .nav-left > ul > li.level-0-item:not(.quote-button) > a:hover,
  .nav-right > ul > li.level-0-item:not(.quote-button) > a:hover, .nav-left > ul > li.quote-button.level-0-item > button:hover,
  .nav-right > ul > li.quote-button.level-0-item > button:hover, .button:active, nav.nav-primary-mobile ul li.level-0-item.quote-button > button:active, .nav-left > ul > li.level-0-item:not(.quote-button) > a:active,
  .nav-right > ul > li.level-0-item:not(.quote-button) > a:active, .nav-left > ul > li.quote-button.level-0-item > button:active,
  .nav-right > ul > li.quote-button.level-0-item > button:active,
  .button-fill:hover,
  .button-fill:active {
    border-color: currentColor;
    background-color: var(--c-white);
    color: var(--c-primary); }

.button--outline,
.button--secondary {
  padding: calc( var(--padding) - 1px) calc( ( var(--padding) * var(--padding-ratio) ) - 1px);
  border: 1px solid var(--c-primary);
  background-color: transparent;
  color: var(--c-primary); }
  .button--outline:hover, .button--outline:active,
  .button--secondary:hover,
  .button--secondary:active {
    border: 1px solid var(--c-primary);
    background-color: var(--c-secondary);
    color: var(--c-primary); }

.button--outline-dark {
  padding: calc( var(--padding) - 1px) calc( ( var(--padding) * var(--padding-ratio) ) - 1px);
  border: 1px solid var(--c-primary);
  background-color: var(--c-white);
  color: var(--c-primary); }
  .button--outline-dark:hover, .button--outline-dark:active {
    border: 1px solid var(--c-primary);
    background-color: var(--c-secondary);
    color: var(--c-primary); }

.button--text, .nav-left > ul > li.level-0-item:not(.quote-button) > a,
.nav-right > ul > li.level-0-item:not(.quote-button) > a {
  background-color: transparent;
  color: var(--c-text-base);
  border: none; }
  .button--text:hover, .nav-left > ul > li.level-0-item:not(.quote-button) > a:hover,
  .nav-right > ul > li.level-0-item:not(.quote-button) > a:hover, .button--text:active, .nav-left > ul > li.level-0-item:not(.quote-button) > a:active,
  .nav-right > ul > li.level-0-item:not(.quote-button) > a:active {
    background-color: rgba(241, 241, 245, 0.5); }

section.bg-black .content .button:focus-visible, .hero--standard .hero__content .button:focus-visible, section.bg-black .content nav.nav-primary-mobile ul li.level-0-item.quote-button > button:focus-visible, nav.nav-primary-mobile ul section.bg-black .content li.level-0-item.quote-button > button:focus-visible, .hero--standard .hero__content nav.nav-primary-mobile ul li.level-0-item.quote-button > button:focus-visible, nav.nav-primary-mobile ul .hero--standard .hero__content li.level-0-item.quote-button > button:focus-visible, section.bg-black .content .nav-left > ul > li.level-0-item:not(.quote-button) > a:focus-visible, .hero--standard .hero__content .nav-left > ul > li.level-0-item:not(.quote-button) > a:focus-visible,
section.bg-black .content .nav-right > ul > li.level-0-item:not(.quote-button) > a:focus-visible,
.hero--standard .hero__content .nav-right > ul > li.level-0-item:not(.quote-button) > a:focus-visible, section.bg-black .content .nav-left > ul > li.quote-button.level-0-item > button:focus-visible, .hero--standard .hero__content .nav-left > ul > li.quote-button.level-0-item > button:focus-visible,
section.bg-black .content .nav-right > ul > li.quote-button.level-0-item > button:focus-visible,
.hero--standard .hero__content .nav-right > ul > li.quote-button.level-0-item > button:focus-visible {
  --focus-inner: var(--c-black);
  --focus-outer: var(--c-white); }

/*

    //  //// --|    Foundation / Lists

*/
ul, ol {
  margin: 0;
  padding-left: 4px;
  line-height: var(--t-base-line-height); }
  ul li, ol li {
    margin-bottom: 0.49219rem; }
    ul li:last-child, ol li:last-child {
      margin-bottom: 0; }

ul {
  list-style: disc outside;
  padding-left: 20px; }

ol {
  list-style: decimal inside; }

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
  padding-left: 30px; }

/*

    //  //// --|    Inputs & Labels

*/
label {
  display: block;
  font-size: 1rem;
  line-height: var(--t-base-line-height);
  color: var(--c-d-grey);
  margin-bottom: 1rem;
  transition: 200ms; }

select,
textarea,
input {
  border-radius: 0; }
  select option[value="please_select"],
  textarea option[value="please_select"],
  input option[value="please_select"] {
    color: #9a9a9a !important; }

input[type="date"] {
  min-height: 40px; }

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 4px 16px;
  display: block;
  line-height: var(--t-base-line-height);
  background-color: var(--c-white);
  border: 1px solid var(--c-white);
  border-radius: var(--border-radius);
  -webkit-appearance: none;
  transition: 200ms;
  outline: none;
  outline-width: 0; }

.form-select {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjE0MSIgaGVpZ2h0PSI0LjA1Ij48cGF0aCBkPSJNNC4wNyA0LjA1TDAgMGg4LjE0MXoiIGZpbGw9IiNlMmNhYjMiLz48L3N2Zz4="), var(--c-white);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px auto; }

.shiftr-form .field {
  position: relative; }

.shiftr-form .field.field-type--input.field-event--success input,
.shiftr-form .field.field-type--input.field-event--success textarea,
.shiftr-form .field.field-type--input.field-event--success select,
.shiftr-form .field.field-type--textarea.field-event--success input,
.shiftr-form .field.field-type--textarea.field-event--success textarea,
.shiftr-form .field.field-type--textarea.field-event--success select,
.shiftr-form .field.field-type--select.field-event--success input,
.shiftr-form .field.field-type--select.field-event--success textarea,
.shiftr-form .field.field-type--select.field-event--success select {
  border-color: var(--c-green); }

.shiftr-form .field.field-type--input.field-event--error input,
.shiftr-form .field.field-type--input.field-event--error textarea,
.shiftr-form .field.field-type--input.field-event--error select,
.shiftr-form .field.field-type--textarea.field-event--error input,
.shiftr-form .field.field-type--textarea.field-event--error textarea,
.shiftr-form .field.field-type--textarea.field-event--error select,
.shiftr-form .field.field-type--select.field-event--error input,
.shiftr-form .field.field-type--select.field-event--error textarea,
.shiftr-form .field.field-type--select.field-event--error select {
  border-color: var(--c-red); }

.shiftr-form .field.field-type--input.field-event--focus input,
.shiftr-form .field.field-type--input.field-event--focus textarea,
.shiftr-form .field.field-type--input.field-event--focus select,
.shiftr-form .field.field-type--textarea.field-event--focus input,
.shiftr-form .field.field-type--textarea.field-event--focus textarea,
.shiftr-form .field.field-type--textarea.field-event--focus select,
.shiftr-form .field.field-type--select.field-event--focus input,
.shiftr-form .field.field-type--select.field-event--focus textarea,
.shiftr-form .field.field-type--select.field-event--focus select {
  border-color: var(--c-blue); }

.shiftr-form button[type="submit"][disabled] {
  pointer-events: none;
  opacity: .5;
  filter: grayscale(100%); }

.form-textarea {
  line-height: var(--t-base-line-height);
  resize: none; }

.field-type--checkbox input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0; }
  .field-type--checkbox input:checked + label span.custom-checkbox::after {
    transform: scale(1); }
  .field-type--checkbox input:focus-visible + label {
    border-radius: var(--border-radius);
    box-shadow: 0 0 0 2px var(--c-white), 0 0 0 4px var(--c-black); }

.field-type--checkbox span.custom-checkbox {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: calc( 50% - 1px);
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: var(--border-radius);
  background-color: var(--c-white);
  border: 1px solid #D9D9D9; }
  .field-type--checkbox span.custom-checkbox::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 1px;
    left: 1px;
    border-radius: calc( var(--border-radius) - 1px);
    background-color: var(--c-primary);
    transform: scale(0);
    transition: 200ms cubic-bezier(0.2, 0.7, 0.5, 1.3); }

.field-type--checkbox label {
  padding-bottom: 0;
  padding-left: 25px;
  position: relative;
  display: inline-block;
  z-index: 20;
  cursor: pointer;
  vertical-align: middle; }

@media screen and (min-width: 48em) {
  .field-type--checkbox {
    margin-bottom: 0; } }

.field-type--radio .sub-field--radio {
  position: relative; }
  .field-type--radio .sub-field--radio input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    opacity: 0; }
    .field-type--radio .sub-field--radio input:checked + label span.custom-radio::after {
      transform: scale(1); }
  .field-type--radio .sub-field--radio span.custom-radio {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: calc( 50% - 1px);
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: var(--border-radius);
    border: 1px solid var(--c-primary); }
    .field-type--radio .sub-field--radio span.custom-radio::after {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      top: 1px;
      left: 1px;
      border-radius: calc( var(--border-radius) - 1px);
      background-color: var(--c-primary);
      transform: scale(0);
      transition: 200ms cubic-bezier(0.2, 0.7, 0.5, 1.3); }
  .field-type--radio .sub-field--radio label {
    padding-bottom: 0;
    padding-left: 25px;
    position: relative;
    display: inline-block;
    z-index: 20;
    cursor: pointer;
    vertical-align: middle; }

@media screen and (min-width: 48em) {
  .field-type--radio {
    margin-bottom: 0; } }

/*

    //  //// --|    Foundation / Specials

*/
/*

    //  //// --|    Foundation / Table

*/
table {
  width: 100%;
  border-collapse: collapse;
  line-height: var(--t-base-line-height); }
  table thead,
  table tfoot {
    background-color: var(--c-l-grey); }
  table th, table td {
    padding: 4px 8px 2px;
    border: 1px solid var(--c-black); }

/*

    //  //// --|    Blueprint / Core

*/
* {
  box-sizing: border-box; }

img, video {
  max-width: 100%;
  height: auto;
  display: block; }

:root {
  --container-width: 1640px;
  --site-padding: 40px;
  --site-margin: var(--site-padding);
  --site-gutter: 15px;
  --border-radius: 0;
  --c-primary: #192B3F;
  --c-primary-glare: #203751;
  --c-primary-shade: #121f2d;
  --c-secondary: #E2CAB3;
  --c-white: #FFFFFF;
  --c-l-grey: #F1F1F5;
  --c-black: #192B3F;
  --c-d-grey: #2E2E2E;
  --c-green: #04BF2F;
  --c-blue: #42C2FF;
  --c-red: #E30617;
  --c-text-base: var(--c-primary);
  --c-link: #3E80F5;
  --c-link-hover: #0e60f2;
  --t-font-family: Oxygen, Arial, sans-serif;
  --t-h-font-family: Cormorant Garamond, Times New Roman, Times, serif;
  --t-base-font-size: 1;
  --t-max-font-size: 1.125;
  --t-baseline: 1.96875;
  --t-base-line-height: 1.75; }
  @media screen and (min-width: 48em) {
    :root {
      --site-gutter: 30px; } }

*::-moz-selection {
  color: var(--c-white);
  background-color: var(--c-primary);
  text-shadow: none; }

*::selection {
  color: var(--c-white);
  background-color: var(--c-primary);
  text-shadow: none; }

html {
  --header-height: 75px;
  scroll-behavior: smooth; }
  @media screen and (min-width: 82.5em) {
    html {
      --header-height: 114px; } }

body {
  --section-scroll-margin-top: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  background-color: var(--c-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-scroll {
    overflow-y: hidden; }
  body.header-state-active {
    --section-scroll-margin-top: var(--header-height); }

main.site-main:not(.frontpage) {
  padding-top: var(--header-height); }

.site-padding, nav.nav-primary-mobile ul li.level-0-item.has-sub-menu > div.sub-menu-wrapper {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding); }

.container, body.single-product .shop-loop .form,
body.single-product .shop-loop .entry-summary {
  width: 100%;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  position: relative; }

@media screen and (min-width: 28.125em) {
  .grid-small {
    display: grid;
    grid-gap: var(--site-gutter);
    grid-template-columns: repeat(12, 1fr); } }

@media screen and (min-width: 48em) {
  .grid-medium {
    display: grid;
    grid-gap: var(--site-gutter);
    grid-template-columns: repeat(12, 1fr); } }

@media screen and (min-width: 64em) {
  .grid-large {
    display: grid;
    grid-gap: var(--site-gutter);
    grid-template-columns: repeat(12, 1fr); } }

.contain-line-width {
  max-width: 62rem; }

.content [style="text-align: center;"],
.block-heading [style="text-align: center;"],
.block-after [style="text-align: center;"] {
  max-width: 62rem;
  margin-inline: auto; }
  @supports not (margin-inline: auto) {
    .content [style="text-align: center;"],
    .block-heading [style="text-align: center;"],
    .block-after [style="text-align: center;"] {
      margin-left: auto;
      margin-right: auto; } }

.content > *:first-child,
.block-heading > *:first-child,
.block-after > *:first-child {
  margin-top: 0; }

.content > *:last-child:not(.content-button-wrapper),
.block-heading > *:last-child:not(.content-button-wrapper),
.block-after > *:last-child:not(.content-button-wrapper) {
  margin-bottom: 0; }

.content h1, .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title,
.block-heading h1,
.block-heading .hero--front .hero__content .content h1.eyebrow + h2,
.hero--front .hero__content .content .block-heading h1.eyebrow + h2,
.block-heading .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title,
.hero--front .hero__content .content .dialog-content .form .form-header .block-heading h1.eyebrow + .form-title,
.block-heading .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title,
.dialog-content .form .form-header .hero--front .hero__content .content .block-heading h1.eyebrow + .form-title,
.block-after h1,
.block-after .hero--front .hero__content .content h1.eyebrow + h2,
.hero--front .hero__content .content .block-after h1.eyebrow + h2,
.block-after .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title,
.hero--front .hero__content .content .dialog-content .form .form-header .block-after h1.eyebrow + .form-title,
.block-after .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title,
.dialog-content .form .form-header .hero--front .hero__content .content .block-after h1.eyebrow + .form-title {
  margin-bottom: 1.96875rem; }
  .content h1 + h2, .hero--front .hero__content .content h1.eyebrow + h2 + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title + h2, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title + h2, .content .dialog-content .form .form-header h1 + .form-title, .dialog-content .form .form-header .content h1 + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + h2 + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + h2 + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title + .form-title,
  .block-heading h1 + h2,
  .block-heading .hero--front .hero__content .content h1.eyebrow + h2 + h2,
  .hero--front .hero__content .content .block-heading h1.eyebrow + h2 + h2,
  .block-heading .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title + h2,
  .hero--front .hero__content .content .dialog-content .form .form-header .block-heading h1.eyebrow + .form-title + h2,
  .block-heading .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title + h2,
  .dialog-content .form .form-header .hero--front .hero__content .content .block-heading h1.eyebrow + .form-title + h2,
  .block-heading .dialog-content .form .form-header h1 + .form-title,
  .dialog-content .form .form-header .block-heading h1 + .form-title,
  .block-heading .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + h2 + .form-title,
  .dialog-content .form .form-header .block-heading .hero--front .hero__content .content h1.eyebrow + h2 + .form-title,
  .hero--front .hero__content .content .block-heading .dialog-content .form .form-header h1.eyebrow + h2 + .form-title,
  .dialog-content .form .form-header .hero--front .hero__content .content .block-heading h1.eyebrow + h2 + .form-title,
  .block-heading .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title + .form-title,
  .hero--front .hero__content .content .dialog-content .form .form-header .block-heading h1.eyebrow + .form-title + .form-title,
  .block-heading .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title + .form-title,
  .dialog-content .form .form-header .hero--front .hero__content .content .block-heading h1.eyebrow + .form-title + .form-title,
  .block-after h1 + h2,
  .block-after .hero--front .hero__content .content h1.eyebrow + h2 + h2,
  .hero--front .hero__content .content .block-after h1.eyebrow + h2 + h2,
  .block-after .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title + h2,
  .hero--front .hero__content .content .dialog-content .form .form-header .block-after h1.eyebrow + .form-title + h2,
  .block-after .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title + h2,
  .dialog-content .form .form-header .hero--front .hero__content .content .block-after h1.eyebrow + .form-title + h2,
  .block-after .dialog-content .form .form-header h1 + .form-title,
  .dialog-content .form .form-header .block-after h1 + .form-title,
  .block-after .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + h2 + .form-title,
  .dialog-content .form .form-header .block-after .hero--front .hero__content .content h1.eyebrow + h2 + .form-title,
  .hero--front .hero__content .content .block-after .dialog-content .form .form-header h1.eyebrow + h2 + .form-title,
  .dialog-content .form .form-header .hero--front .hero__content .content .block-after h1.eyebrow + h2 + .form-title,
  .block-after .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title + .form-title,
  .hero--front .hero__content .content .dialog-content .form .form-header .block-after h1.eyebrow + .form-title + .form-title,
  .block-after .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title + .form-title,
  .dialog-content .form .form-header .hero--front .hero__content .content .block-after h1.eyebrow + .form-title + .form-title {
    font-size: clamp(1.5rem, calc( 3vw + 10px), 2rem);
    margin-top: 0;
    margin-bottom: 1.96875rem; }

.content h2, .content .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .content .form-title,
.block-heading h2,
.block-heading .dialog-content .form .form-header .form-title,
.dialog-content .form .form-header .block-heading .form-title,
.block-after h2,
.block-after .dialog-content .form .form-header .form-title,
.dialog-content .form .form-header .block-after .form-title {
  margin-top: 3.9375rem;
  margin-bottom: 0.98438rem; }

.content h3,
.block-heading h3,
.block-after h3 {
  margin-bottom: 0.49219rem; }

.content ul, .content ol,
.block-heading ul,
.block-heading ol,
.block-after ul,
.block-after ol {
  margin-bottom: 1.96875rem; }

.content img.alignnone,
.block-heading img.alignnone,
.block-after img.alignnone {
  margin: 1.96875rem auto; }

.block-heading *,
.block-after * {
  margin-left: auto;
  margin-right: auto; }

.block-heading {
  margin-bottom: 1.96875rem; }

.block-after {
  margin-top: 1.96875rem; }

.eyebrow {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  color: inherit; }

section {
  --s-vertical-padding: 50px;
  --s-vertical-padding-negative: calc( var(--s-vertical-padding) * -1 ); }
  @media screen and (min-width: 48em) {
    section {
      --s-vertical-padding: 100px; } }
  section.site-section {
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
    scroll-margin-top: var(--section-scroll-margin-top); }
  section.has-bg {
    padding-top: var(--s-vertical-padding);
    padding-bottom: var(--s-vertical-padding); }
    section.has-bg + .has-bg {
      margin-top: var(--s-vertical-padding-negative); }
  section.bg-black {
    background-color: var(--c-black);
    color: var(--c-white); }
    section.bg-black h1, section.bg-black .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content section.bg-black h1.eyebrow + h2, section.bg-black .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header section.bg-black h1.eyebrow + .form-title, section.bg-black .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content section.bg-black h1.eyebrow + .form-title, section.bg-black h2, section.bg-black .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.bg-black .form-title, section.bg-black h3, section.bg-black h4, section.bg-black h5, section.bg-black h6 {
      color: inherit; }
    section.bg-black + .bg-black {
      padding-top: 0; }
  section.bg-grey {
    background-color: var(--c-l-grey); }
    section.bg-grey + .bg-grey {
      padding-top: 0; }
  section.bg-primary {
    background-color: var(--c-primary);
    color: var(--c-white); }
    section.bg-primary h1, section.bg-primary .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content section.bg-primary h1.eyebrow + h2, section.bg-primary .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header section.bg-primary h1.eyebrow + .form-title, section.bg-primary .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content section.bg-primary h1.eyebrow + .form-title, section.bg-primary h2, section.bg-primary .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.bg-primary .form-title, section.bg-primary h3, section.bg-primary h4, section.bg-primary h5, section.bg-primary h6 {
      color: inherit; }
    section.bg-primary + .bg-primary {
      padding-top: 0; }
  section.bg-secondary {
    background-color: var(--c-secondary); }
    section.bg-secondary + .bg-secondary {
      padding-top: 0; }
  section.underline-first h1:first-child::after, section.underline-first .hero--front .hero__content .content h1.eyebrow + h2:first-child::after, .hero--front .hero__content .content section.underline-first h1.eyebrow + h2:first-child::after, section.underline-first .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title:first-child::after, .hero--front .hero__content .content .dialog-content .form .form-header section.underline-first h1.eyebrow + .form-title:first-child::after, section.underline-first .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title:first-child::after, .dialog-content .form .form-header .hero--front .hero__content .content section.underline-first h1.eyebrow + .form-title:first-child::after, section.underline-first h2:first-child::after, section.underline-first .dialog-content .form .form-header .form-title:first-child::after, .dialog-content .form .form-header section.underline-first .form-title:first-child::after, section.underline-first h3:first-child::after, section.underline-first h4:first-child::after, section.underline-first h5:first-child::after, section.underline-first h6:first-child::after {
    content: '';
    display: block;
    padding-bottom: .25em;
    border-bottom: 1px solid var(--c-secondary);
    width: 100%;
    max-width: 200px; }
    @media screen and (min-width: 28.125em) {
      section.underline-first h1:first-child::after, section.underline-first .hero--front .hero__content .content h1.eyebrow + h2:first-child::after, .hero--front .hero__content .content section.underline-first h1.eyebrow + h2:first-child::after, section.underline-first .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title:first-child::after, .hero--front .hero__content .content .dialog-content .form .form-header section.underline-first h1.eyebrow + .form-title:first-child::after, section.underline-first .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title:first-child::after, .dialog-content .form .form-header .hero--front .hero__content .content section.underline-first h1.eyebrow + .form-title:first-child::after, section.underline-first h2:first-child::after, section.underline-first .dialog-content .form .form-header .form-title:first-child::after, .dialog-content .form .form-header section.underline-first .form-title:first-child::after, section.underline-first h3:first-child::after, section.underline-first h4:first-child::after, section.underline-first h5:first-child::after, section.underline-first h6:first-child::after {
        max-width: 380px; } }
  section.underline-first h1[style="text-align: center;"]::after, section.underline-first .hero--front .hero__content .content h1.eyebrow + h2[style="text-align: center;"]::after, .hero--front .hero__content .content section.underline-first h1.eyebrow + h2[style="text-align: center;"]::after, section.underline-first .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title[style="text-align: center;"]::after, .hero--front .hero__content .content .dialog-content .form .form-header section.underline-first h1.eyebrow + .form-title[style="text-align: center;"]::after, section.underline-first .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title[style="text-align: center;"]::after, .dialog-content .form .form-header .hero--front .hero__content .content section.underline-first h1.eyebrow + .form-title[style="text-align: center;"]::after, section.underline-first h2[style="text-align: center;"]::after, section.underline-first .dialog-content .form .form-header .form-title[style="text-align: center;"]::after, .dialog-content .form .form-header section.underline-first .form-title[style="text-align: center;"]::after, section.underline-first h3[style="text-align: center;"]::after, section.underline-first h4[style="text-align: center;"]::after, section.underline-first h5[style="text-align: center;"]::after, section.underline-first h6[style="text-align: center;"]::after {
    margin: auto; }
  section.underline-all h1::after, section.underline-all .hero--front .hero__content .content h1.eyebrow + h2::after, .hero--front .hero__content .content section.underline-all h1.eyebrow + h2::after, section.underline-all .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.underline-all h1.eyebrow + .form-title::after, section.underline-all .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content section.underline-all h1.eyebrow + .form-title::after, section.underline-all h2::after, section.underline-all .dialog-content .form .form-header .form-title::after, .dialog-content .form .form-header section.underline-all .form-title::after, section.underline-all h3::after, section.underline-all h4::after, section.underline-all h5::after, section.underline-all h6::after {
    content: '';
    display: block;
    padding-bottom: .25em;
    border-bottom: 1px solid var(--c-secondary);
    width: 100%;
    max-width: 200px; }
    @media screen and (min-width: 28.125em) {
      section.underline-all h1::after, section.underline-all .hero--front .hero__content .content h1.eyebrow + h2::after, .hero--front .hero__content .content section.underline-all h1.eyebrow + h2::after, section.underline-all .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.underline-all h1.eyebrow + .form-title::after, section.underline-all .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content section.underline-all h1.eyebrow + .form-title::after, section.underline-all h2::after, section.underline-all .dialog-content .form .form-header .form-title::after, .dialog-content .form .form-header section.underline-all .form-title::after, section.underline-all h3::after, section.underline-all h4::after, section.underline-all h5::after, section.underline-all h6::after {
        max-width: 380px; } }
  section.underline-all h1[style="text-align: center;"]::after, section.underline-all .hero--front .hero__content .content h1.eyebrow + h2[style="text-align: center;"]::after, .hero--front .hero__content .content section.underline-all h1.eyebrow + h2[style="text-align: center;"]::after, section.underline-all .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title[style="text-align: center;"]::after, .hero--front .hero__content .content .dialog-content .form .form-header section.underline-all h1.eyebrow + .form-title[style="text-align: center;"]::after, section.underline-all .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title[style="text-align: center;"]::after, .dialog-content .form .form-header .hero--front .hero__content .content section.underline-all h1.eyebrow + .form-title[style="text-align: center;"]::after, section.underline-all h2[style="text-align: center;"]::after, section.underline-all .dialog-content .form .form-header .form-title[style="text-align: center;"]::after, .dialog-content .form .form-header section.underline-all .form-title[style="text-align: center;"]::after, section.underline-all h3[style="text-align: center;"]::after, section.underline-all h4[style="text-align: center;"]::after, section.underline-all h5[style="text-align: center;"]::after, section.underline-all h6[style="text-align: center;"]::after {
    margin: auto; }

.flexi-blocks-builder .flexi-block.has-bg:last-child,
.flexi-blocks-builder .flexi-block.block--google-maps:last-child {
  margin-bottom: 0; }

.flexi-blocks-builder .flexi-block.has-bg + .has-bg,
.flexi-blocks-builder .flexi-block.has-bg + .block--google-maps,
.flexi-blocks-builder .flexi-block.block--google-maps + .has-bg,
.flexi-blocks-builder .flexi-block.block--google-maps + .block--google-maps {
  margin-top: var(--s-vertical-padding-negative); }

.flexi-blocks-builder .flexi-block {
  padding-left: 70px;
  padding-right: 70px;
  scroll-margin-top: var(--section-scroll-margin-top);
  margin-bottom: var(--s-vertical-padding); }
  .flexi-blocks-builder .flexi-block:first-of-type:not(.has-bg):not(.block--google-maps) {
    margin-top: calc( var(--s-vertical-padding) / 2); }
  .flexi-blocks-builder .flexi-block:last-of-type.bg-black, .flexi-blocks-builder .flexi-block:last-of-type.bg-grey {
    margin-bottom: 0; }

hr {
  color: var(--c-l-grey);
  margin: 2rem 0;
  border: 0;
  border-bottom: 1px solid currentColor; }

main a:not([class]) {
  color: var(--c-primary);
  text-decoration: underline; }
  main a:not([class]):hover {
    color: var(--c-link-hover); }

main .bg-primary a:not([class]), main .bg-black a:not([class]) {
  color: var(--c-secondary);
  font-weight: 600; }

div#overlay {
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 190;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px) saturate(110%);
          backdrop-filter: blur(2px) saturate(110%);
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

body.overlay-active {
  overflow: hidden; }
  body.overlay-active div#overlay {
    display: block;
    -webkit-animation-name: overlay;
            animation-name: overlay; }

@-webkit-keyframes overlay {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

/*

    //  //// --|    Blueprint / Header

*/
header.site-header {
  width: 100%;
  min-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  overflow: hidden;
  background-color: var(--c-white);
  transition: 400ms cubic-bezier(0.23, 0.96, 0.59, 1); }
  header.site-header.frontpage:not(.set-sticky) {
    --c-white: #192B3F;
    --c-primary: #FFFFFF;
    --c-text-base: #FFFFFF;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    color: var(--c-text-base); }
    header.site-header.frontpage:not(.set-sticky) .header--top {
      padding: 1rem var(--site-padding);
      border-bottom: 0; }
    header.site-header.frontpage:not(.set-sticky) .header--bottom {
      border-bottom: 0; }
      @media screen and (min-width: 82.5em) {
        header.site-header.frontpage:not(.set-sticky) .header--bottom {
          border-bottom: 1px solid rgba(227, 227, 227, 0.1); } }
    @media screen and (min-width: 93.75em) {
      header.site-header.frontpage:not(.set-sticky) .nav-logo {
        flex-basis: 300px; }
      header.site-header.frontpage:not(.set-sticky) .site-logo {
        position: relative; }
        header.site-header.frontpage:not(.set-sticky) .site-logo #logo-mini {
          display: none; }
        header.site-header.frontpage:not(.set-sticky) .site-logo #logo-full {
          display: block;
          position: absolute;
          min-height: 150%;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); } }
  header.site-header div.container, header.site-header body.single-product .shop-loop div.form, body.single-product .shop-loop header.site-header div.form,
  header.site-header body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop header.site-header div.entry-summary {
    min-height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header.site-header .header--top, header.site-header .header--bottom {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 var(--site-padding); }
  header.site-header .header--top .container, header.site-header .header--top body.single-product .shop-loop .form, body.single-product .shop-loop header.site-header .header--top .form,
  header.site-header .header--top body.single-product .shop-loop .entry-summary, body.single-product .shop-loop header.site-header .header--top .entry-summary {
    padding: 3px 0; }
  header.site-header .header--top address {
    display: flex;
    gap: 2.5rem;
    font-style: normal;
    align-items: center; }
    header.site-header .header--top address a:focus,
    header.site-header .header--top address a:hover {
      text-decoration: underline; }
    header.site-header .header--top address a[href*="tel"] {
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41MjMiIGhlaWdodD0iMTUuNTIzIj48cGF0aCBkPSJNMTQuNTUzIDE1LjUyM2ExMS42MyAxMS42MyAwIDAxLTUuMjI4LTEuMjk0IDE3Ljc1MSAxNy43NTEgMCAwMS00LjY2OC0zLjM2M0ExNy43NTIgMTcuNzUyIDAgMDExLjI5NCA2LjIgMTEuNjMgMTEuNjMgMCAwMTAgLjk3Ljk1Ny45NTcgMCAwMS45NyAwaDMuMDE5YS43NjMuNzYzIDAgMDEuNTI4LjIuOTUzLjk1MyAwIDAxLjI5MS41NWwuNTgyIDIuNzE3YTEuNTUxIDEuNTUxIDAgMDEtLjAxMS41NS44MzEuODMxIDAgMDEtLjIyNi40MkwzIDYuNjE5YTE3LjkgMTcuOSAwIDAwMi43IDMuNDkzIDE0Ljk1NCAxNC45NTQgMCAwMDMuNCAyLjUyM2wyLjA0OC0yLjExM2ExLjE5MiAxLjE5MiAwIDAxLjUtLjMzNCAxIDEgMCAwMS41NjEtLjAzMmwyLjU2Ni41NjFhLjk0Mi45NDIgMCAwMS43NTUuOTI3djIuOTExYS45NTcuOTU3IDAgMDEtLjk3Ljk3eiIgZmlsbD0iI2UyY2FiMyIvPjwvc3ZnPg==") no-repeat left;
      padding: 4px 0 4px 26px; }
    header.site-header .header--top address a[href*="mailto"] {
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41MjMiIGhlaWdodD0iMTIuNDE5Ij48cGF0aCBkPSJNMS4xNjQgMTIuNDE5QTEuMTk0IDEuMTk0IDAgMDEwIDExLjI1NFYxLjE2NEExLjE5NCAxLjE5NCAwIDAxMS4xNjQgMGgxMy4xOTVhMS4xOTQgMS4xOTQgMCAwMTEuMTY0IDEuMTY0djEwLjA5YTEuMTk0IDEuMTk0IDAgMDEtMS4xNjQgMS4xNjR6bTYuNi01Ljg2bDYuNi00LjMyN1YxLjE2NGwtNi42IDQuMjMtNi42LTQuMjN2MS4wNjd6IiBmaWxsPSIjZTJjYWIzIi8+PC9zdmc+") no-repeat left;
      padding: 4px 0 4px 26px; }
  header.site-header .header--bottom .container, header.site-header .header--bottom body.single-product .shop-loop .form, body.single-product .shop-loop header.site-header .header--bottom .form,
  header.site-header .header--bottom body.single-product .shop-loop .entry-summary, body.single-product .shop-loop header.site-header .header--bottom .entry-summary {
    padding: 1rem 0; }
    @media screen and (min-width: 82.5em) {
      header.site-header .header--bottom .container, header.site-header .header--bottom body.single-product .shop-loop .form, body.single-product .shop-loop header.site-header .header--bottom .form,
      header.site-header .header--bottom body.single-product .shop-loop .entry-summary, body.single-product .shop-loop header.site-header .header--bottom .entry-summary {
        padding: 0; } }
  header.site-header .site-logo {
    height: 47px;
    display: block;
    z-index: 50;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 82.5em) {
      header.site-header .site-logo {
        position: unset;
        top: unset;
        left: unset;
        transform: unset; } }
    header.site-header .site-logo svg {
      min-height: 100%; }
      header.site-header .site-logo svg #outline {
        fill: #fff; }
    header.site-header .site-logo #logo-full {
      display: none; }
  header.site-header .nav-left, header.site-header .nav-right, header.site-header .header--top {
    display: none; }
  header.site-header.pre-set-sticky {
    display: none;
    position: fixed;
    top: 0;
    transform: translateY(-100%); }
  header.site-header.set-sticky {
    display: block; }
    header.site-header.set-sticky.is-visible {
      transform: translateY(0); }
  @media screen and (min-width: 82.5em) {
    header.site-header {
      overflow: visible; }
      header.site-header .nav-left, header.site-header .nav-right, header.site-header .header--top {
        display: block; } }

button#mobile-menu-trigger {
  height: 42px;
  width: 25px;
  padding: 8px 0px;
  display: block;
  border: none;
  background: none; }
  @media screen and (min-width: 82.5em) {
    button#mobile-menu-trigger {
      display: none; } }
  button#mobile-menu-trigger .mobile-menu-trigger__burger {
    color: var(--c-primary);
    height: 4px;
    border-radius: 1px;
    background: currentColor;
    transition: transform .4s ease-in-out;
    position: relative; }
    button#mobile-menu-trigger .mobile-menu-trigger__burger::before, button#mobile-menu-trigger .mobile-menu-trigger__burger::after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 1px;
      background: currentColor;
      transition: transform .4s ease-in-out; }
    button#mobile-menu-trigger .mobile-menu-trigger__burger::before {
      transform: translateY(-9px); }
    button#mobile-menu-trigger .mobile-menu-trigger__burger::after {
      transform: translateY(9px); }
  button#mobile-menu-trigger.burger-active .mobile-menu-trigger__burger {
    background: none;
    transform: rotate(-90deg); }
    button#mobile-menu-trigger.burger-active .mobile-menu-trigger__burger::before {
      transform: rotate(45deg); }
    button#mobile-menu-trigger.burger-active .mobile-menu-trigger__burger::after {
      transform: rotate(-45deg); }

.mobile-menu-active .site-header.frontpage:not(.set-sticky) {
  --c-white: #FFFFFF;
  --c-primary: #192B3F;
  --c-text-base: var(--c-d-grey);
  background-color: var(--c-white); }
  .mobile-menu-active .site-header.frontpage:not(.set-sticky) .header--top, .mobile-menu-active .site-header.frontpage:not(.set-sticky) .header--bottom {
    border-bottom: 1px solid #e3e3e3; }

#quote_form .dialog-content {
  overflow: initial; }
  #quote_form .dialog-content .shiftr-form .form-submit-notice > div {
    position: sticky;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%); }

/*

    //  //// --|    Blueprint / Footer

*/
.site-footer {
  background-color: var(--c-primary);
  color: var(--c-white);
  font-size: 14px; }
  .site-footer .footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 15px;
    padding-bottom: 19px; }
  .site-footer .site-logo {
    display: block;
    flex-shrink: 0;
    width: 4rem; }
    @media screen and (min-width: 82.5em) {
      .site-footer .site-logo {
        width: 6rem; } }
    .site-footer .site-logo svg {
      display: block;
      width: 100%;
      height: auto; }
  .site-footer .worktop-fabricators-federation {
    display: block;
    max-width: 4rem;
    height: auto; }
    @media screen and (min-width: 82.5em) {
      .site-footer .worktop-fabricators-federation {
        max-width: 6rem; } }
  .site-footer address {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .site-footer address > a {
      margin-bottom: 16px;
      padding: 4px 0;
      display: inline-block; }
      @media screen and (min-width: 82.5em) {
        .site-footer address > a {
          display: block; } }
      .site-footer address > a:hover {
        text-decoration: underline; }
      .site-footer address > a[href*="tel"] {
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41MjMiIGhlaWdodD0iMTUuNTIzIj48cGF0aCBkPSJNMTQuNTUzIDE1LjUyM2ExMS42MyAxMS42MyAwIDAxLTUuMjI4LTEuMjk0IDE3Ljc1MSAxNy43NTEgMCAwMS00LjY2OC0zLjM2M0ExNy43NTIgMTcuNzUyIDAgMDExLjI5NCA2LjIgMTEuNjMgMTEuNjMgMCAwMTAgLjk3Ljk1Ny45NTcgMCAwMS45NyAwaDMuMDE5YS43NjMuNzYzIDAgMDEuNTI4LjIuOTUzLjk1MyAwIDAxLjI5MS41NWwuNTgyIDIuNzE3YTEuNTUxIDEuNTUxIDAgMDEtLjAxMS41NS44MzEuODMxIDAgMDEtLjIyNi40MkwzIDYuNjE5YTE3LjkgMTcuOSAwIDAwMi43IDMuNDkzIDE0Ljk1NCAxNC45NTQgMCAwMDMuNCAyLjUyM2wyLjA0OC0yLjExM2ExLjE5MiAxLjE5MiAwIDAxLjUtLjMzNCAxIDEgMCAwMS41NjEtLjAzMmwyLjU2Ni41NjFhLjk0Mi45NDIgMCAwMS43NTUuOTI3djIuOTExYS45NTcuOTU3IDAgMDEtLjk3Ljk3eiIgZmlsbD0iI2UyY2FiMyIvPjwvc3ZnPg==") no-repeat left;
        padding: 4px 0 4px 28px; }
      .site-footer address > a[href*="mailto"] {
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41MjMiIGhlaWdodD0iMTIuNDE5Ij48cGF0aCBkPSJNMS4xNjQgMTIuNDE5QTEuMTk0IDEuMTk0IDAgMDEwIDExLjI1NFYxLjE2NEExLjE5NCAxLjE5NCAwIDAxMS4xNjQgMGgxMy4xOTVhMS4xOTQgMS4xOTQgMCAwMTEuMTY0IDEuMTY0djEwLjA5YTEuMTk0IDEuMTk0IDAgMDEtMS4xNjQgMS4xNjR6bTYuNi01Ljg2bDYuNi00LjMyN1YxLjE2NGwtNi42IDQuMjMtNi42LTQuMjN2MS4wNjd6IiBmaWxsPSIjZTJjYWIzIi8+PC9zdmc+") no-repeat left;
        padding: 4px 0 4px 28px; }
    .site-footer address p.location {
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45MTIiIGhlaWdodD0iMTkuODkiPjxwYXRoIGQ9Ik03Ljk1NiA5LjdhMS43NCAxLjc0IDAgMDAxLjIzMS0yLjk3MUExLjc0IDEuNzQgMCAwMDYuNzI2IDkuMTlhMS42NzcgMS42NzcgMCAwMDEuMjMuNTF6bTAgMTAuMTk0YTMzLjA2IDMzLjA2IDAgMDEtNS45NzktNi4zMjdBOS44NCA5Ljg0IDAgMDEwIDguMTU1YTcuNjkxIDcuNjkxIDAgMDEyLjQtNS45NDIgOC4wODMgOC4wODMgMCAwMTExLjExMyAwIDcuNjkxIDcuNjkxIDAgMDEyLjQgNS45NDIgOS44NCA5Ljg0IDAgMDEtMS45NzcgNS40MDggMzMuMDYgMzMuMDYgMCAwMS01Ljk4IDYuMzI3eiIgZmlsbD0iI2UyY2FiMyIvPjwvc3ZnPg==") no-repeat top 1px left;
      padding: 0 0 0 28px;
      margin: 0;
      font-size: 14px;
      line-height: 1.4;
      display: inline-block;
      margin-bottom: 11px; }
    .site-footer address a + p {
      margin-top: 0; }
    @media screen and (min-width: 82.5em) {
      .site-footer address {
        align-items: flex-start; } }
  .site-footer .site-footer__main {
    padding: 40px var(--site-padding); }
    .site-footer .site-footer__main > .container, .site-footer body.single-product .shop-loop .site-footer__main > .form, body.single-product .shop-loop .site-footer .site-footer__main > .form,
    .site-footer body.single-product .shop-loop .site-footer__main > .entry-summary, body.single-product .shop-loop .site-footer .site-footer__main > .entry-summary {
      display: flex;
      flex-direction: column;
      gap: 30px;
      text-align: center; }
      @media screen and (min-width: 82.5em) {
        .site-footer .site-footer__main > .container, .site-footer body.single-product .shop-loop .site-footer__main > .form, body.single-product .shop-loop .site-footer .site-footer__main > .form,
        .site-footer body.single-product .shop-loop .site-footer__main > .entry-summary, body.single-product .shop-loop .site-footer .site-footer__main > .entry-summary {
          flex-direction: row;
          text-align: left; }
          .site-footer .site-footer__main > .container .footer-logos, .site-footer body.single-product .shop-loop .site-footer__main > .form .footer-logos, body.single-product .shop-loop .site-footer .site-footer__main > .form .footer-logos, .site-footer body.single-product .shop-loop .site-footer__main > .entry-summary .footer-logos, body.single-product .shop-loop .site-footer .site-footer__main > .entry-summary .footer-logos {
            justify-content: flex-start; }
          .site-footer .site-footer__main > .container > span, .site-footer body.single-product .shop-loop .site-footer__main > .form > span, body.single-product .shop-loop .site-footer .site-footer__main > .form > span, .site-footer body.single-product .shop-loop .site-footer__main > .entry-summary > span, body.single-product .shop-loop .site-footer .site-footer__main > .entry-summary > span {
            flex: 1 1 0; }
            .site-footer .site-footer__main > .container > span:first-child, .site-footer body.single-product .shop-loop .site-footer__main > .form > span:first-child, body.single-product .shop-loop .site-footer .site-footer__main > .form > span:first-child, .site-footer body.single-product .shop-loop .site-footer__main > .entry-summary > span:first-child, body.single-product .shop-loop .site-footer .site-footer__main > .entry-summary > span:first-child {
              text-align: left; }
            .site-footer .site-footer__main > .container > span:last-child, .site-footer body.single-product .shop-loop .site-footer__main > .form > span:last-child, body.single-product .shop-loop .site-footer .site-footer__main > .form > span:last-child, .site-footer body.single-product .shop-loop .site-footer__main > .entry-summary > span:last-child, body.single-product .shop-loop .site-footer .site-footer__main > .entry-summary > span:last-child {
              text-align: right; }
            .site-footer .site-footer__main > .container > span + span, .site-footer body.single-product .shop-loop .site-footer__main > .form > span + span, body.single-product .shop-loop .site-footer .site-footer__main > .form > span + span, .site-footer body.single-product .shop-loop .site-footer__main > .entry-summary > span + span, body.single-product .shop-loop .site-footer .site-footer__main > .entry-summary > span + span {
              border-left: 1px solid var(--c-secondary); } }
  .site-footer .site-footer__col-heading {
    padding-bottom: 9px;
    margin-bottom: 15px;
    display: inline-block;
    min-width: 146px;
    border-bottom: 1px solid var(--c-secondary);
    font-weight: 700;
    font-size: 1rem; }
    @media screen and (min-width: 82.5em) {
      .site-footer .site-footer__col-heading {
        padding-bottom: 19px;
        display: block;
        min-width: unset; } }
  .site-footer .site-footer__col--contact {
    flex: 1 1 25%; }
  .site-footer .site-footer__col--links {
    flex: 1 1 33%; }
  .site-footer .site-footer__col--legal {
    flex: 1 1 17%; }
  .site-footer .site-footer__col--about {
    flex: 1 1 25%; }
    .site-footer .site-footer__col--about > p {
      line-height: 1.4; }
    .site-footer .site-footer__col--about > a {
      display: inline-block; }
  .site-footer .site-footer__col p,
  .site-footer .site-footer__col a,
  .site-footer .site-footer__col li {
    font-size: inherit; }
  .site-footer .site-footer__col .checkatrade-approved {
    width: 200px; }
  .site-footer nav.nav-footer ul {
    list-style: none;
    padding: 0; }
    @media screen and (min-width: 82.5em) {
      .site-footer nav.nav-footer ul#menu-links {
        -moz-column-count: 2;
             column-count: 2;
        -moz-column-gap: 1rem;
             column-gap: 1rem; } }
  .site-footer nav.nav-footer li {
    margin-bottom: 3px; }
    @media screen and (min-width: 82.5em) {
      .site-footer nav.nav-footer li {
        margin-bottom: 12px; } }
    .site-footer nav.nav-footer li:last-child {
      margin-bottom: 0; }
  .site-footer nav.nav-footer a {
    display: inline-block; }
    .site-footer nav.nav-footer a:hover {
      color: inherit;
      text-decoration: underline; }
  .site-footer .site-footer__legal {
    padding: 14px var(--site-margin);
    background-color: var(--c-l-grey);
    color: var(--c-primary); }
    .site-footer .site-footer__legal > .container, .site-footer body.single-product .shop-loop .site-footer__legal > .form, body.single-product .shop-loop .site-footer .site-footer__legal > .form,
    .site-footer body.single-product .shop-loop .site-footer__legal > .entry-summary, body.single-product .shop-loop .site-footer .site-footer__legal > .entry-summary {
      display: flex;
      flex-direction: column;
      gap: .75rem 0;
      justify-content: center;
      text-align: center; }
      @media screen and (min-width: 82.5em) {
        .site-footer .site-footer__legal > .container, .site-footer body.single-product .shop-loop .site-footer__legal > .form, body.single-product .shop-loop .site-footer .site-footer__legal > .form,
        .site-footer body.single-product .shop-loop .site-footer__legal > .entry-summary, body.single-product .shop-loop .site-footer .site-footer__legal > .entry-summary {
          flex-direction: row; }
          .site-footer .site-footer__legal > .container > span, .site-footer body.single-product .shop-loop .site-footer__legal > .form > span, body.single-product .shop-loop .site-footer .site-footer__legal > .form > span, .site-footer body.single-product .shop-loop .site-footer__legal > .entry-summary > span, body.single-product .shop-loop .site-footer .site-footer__legal > .entry-summary > span {
            flex: 1 1 0; }
            .site-footer .site-footer__legal > .container > span:first-child, .site-footer body.single-product .shop-loop .site-footer__legal > .form > span:first-child, body.single-product .shop-loop .site-footer .site-footer__legal > .form > span:first-child, .site-footer body.single-product .shop-loop .site-footer__legal > .entry-summary > span:first-child, body.single-product .shop-loop .site-footer .site-footer__legal > .entry-summary > span:first-child {
              text-align: left; }
            .site-footer .site-footer__legal > .container > span:last-child, .site-footer body.single-product .shop-loop .site-footer__legal > .form > span:last-child, body.single-product .shop-loop .site-footer .site-footer__legal > .form > span:last-child, .site-footer body.single-product .shop-loop .site-footer__legal > .entry-summary > span:last-child, body.single-product .shop-loop .site-footer .site-footer__legal > .entry-summary > span:last-child {
              text-align: right; }
            .site-footer .site-footer__legal > .container > span + span, .site-footer body.single-product .shop-loop .site-footer__legal > .form > span + span, body.single-product .shop-loop .site-footer .site-footer__legal > .form > span + span, .site-footer body.single-product .shop-loop .site-footer__legal > .entry-summary > span + span, body.single-product .shop-loop .site-footer .site-footer__legal > .entry-summary > span + span {
              border-left: 1px solid var(--c-secondary); } }
      .site-footer .site-footer__legal > .container .boxchilli > a, .site-footer body.single-product .shop-loop .site-footer__legal > .form .boxchilli > a, body.single-product .shop-loop .site-footer .site-footer__legal > .form .boxchilli > a, .site-footer body.single-product .shop-loop .site-footer__legal > .entry-summary .boxchilli > a, body.single-product .shop-loop .site-footer .site-footer__legal > .entry-summary .boxchilli > a {
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 0.1em;
        text-decoration-thickness: 1px;
        color: #000; }
        .site-footer .site-footer__legal > .container .boxchilli > a:hover, .site-footer body.single-product .shop-loop .site-footer__legal > .form .boxchilli > a:hover, body.single-product .shop-loop .site-footer .site-footer__legal > .form .boxchilli > a:hover, .site-footer body.single-product .shop-loop .site-footer__legal > .entry-summary .boxchilli > a:hover, body.single-product .shop-loop .site-footer .site-footer__legal > .entry-summary .boxchilli > a:hover {
          -webkit-text-decoration-color: #ff004a;
                  text-decoration-color: #ff004a; }

/*

    //  //// --|    Components / Accordion

*/
.shiftr-accordion {
  --vertical-padding: 10px;
  --border-radius: 5px;
  --sA-box-shadow: 0 0 10px rgba(25, 43, 63, 0.1); }
  .shiftr-accordion .shiftr-accordion__item {
    margin-bottom: 30px;
    margin-left: 76px;
    position: relative;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    box-shadow: var(--sA-box-shadow);
    transition: 400ms; }
    .shiftr-accordion .shiftr-accordion__item:last-child {
      margin-bottom: 0; }
    .shiftr-accordion .shiftr-accordion__item::before {
      content: "Q";
      width: 76px;
      height: 76px;
      display: grid;
      place-content: center;
      background-color: var(--c-primary);
      color: var(--c-secondary);
      box-shadow: var(--sA-box-shadow);
      position: absolute;
      left: -76px;
      top: 0;
      font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
      font-size: 30px;
      line-height: 1;
      border-radius: var(--border-radius) 0 0 var(--border-radius);
      -webkit-clip-path: inset(-10px 0px -10px -10px);
              clip-path: inset(-10px 0px -10px -10px); }
    .shiftr-accordion .shiftr-accordion__item.is-expanded {
      border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius); }
      .shiftr-accordion .shiftr-accordion__item.is-expanded::before {
        content: "A"; }
      .shiftr-accordion .shiftr-accordion__item.is-expanded .shiftr-accordion__tab::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS4yODMiIGhlaWdodD0iMy4wNTIiPjxwYXRoIGQ9Ik0wIDMuMDUxVjBoMTkuMjgzdjMuMDUyeiIgZmlsbD0iIzE5MmIzZiIvPjwvc3ZnPg=="); }
    .shiftr-accordion .shiftr-accordion__item .shiftr-accordion__tab {
      padding: 20px calc( ( var(--vertical-padding) * 2 ) + 30px) 20px var(--vertical-padding);
      position: relative;
      cursor: pointer; }
      .shiftr-accordion .shiftr-accordion__item .shiftr-accordion__tab::before {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        right: var(--vertical-padding);
        transform: translateY(-50%);
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS4yODMiIGhlaWdodD0iMTkuMjgzIj48cGF0aCBkPSJNOC4xMTYgMTkuMjgzdi04LjExNkgwVjguMTE2aDguMTE2VjBoMy4wNTJ2OC4xMTZoOC4xMTZ2My4wNTJoLTguMTE3djguMTE2eiIgZmlsbD0iIzE5MmIzZiIvPjwvc3ZnPg==") no-repeat center;
        background-size: 20px auto;
        transition: 300ms; }
    .shiftr-accordion .shiftr-accordion__item .shiftr-accordion__panel {
      padding: 20px var(--vertical-padding);
      position: relative; }
      .shiftr-accordion .shiftr-accordion__item .shiftr-accordion__panel > *:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 28.125em) {
    .shiftr-accordion {
      --vertical-padding: 20px; } }

/*

    //  //// --|    Components / Actions bar

*/
.actions-bar {
  width: 100vw;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 150;
  transform: translateY(58px);
  background-color: #FFFFFF;
  transition: transform 300ms cubic-bezier(0.21, 0.89, 0.58, 1); }
  .actions-bar.is-active {
    transform: translateY(0); }
    .actions-bar.is-active.contact-is-active [data-action-panel="contact"] {
      display: flex;
      -webkit-animation-name: action_panel_visible;
              animation-name: action_panel_visible; }
    .actions-bar.is-active.back-to-top-is-active [data-action-panel="back-to-top"] {
      display: flex;
      -webkit-animation-name: action_panel_visible;
              animation-name: action_panel_visible; }
    .actions-bar.is-active.search-is-active div.panels {
      height: auto; }
      .actions-bar.is-active.search-is-active div.panels .action-panel[data-action-panel="search"] {
        display: flex;
        flex-direction: column;
        -webkit-animation-name: action_panel_visible;
                animation-name: action_panel_visible; }
  .actions-bar.is-hovered.contact-is-hovered [data-action-panel="contact"] {
    transform: translateX(-100%); }
  .actions-bar.is-hovered.back-to-top-is-hovered [data-action-panel="back-to-top"] {
    transform: translateX(-100%); }
  .actions-bar.is-hovered.search-is-hovered div.panels .action-panel[data-action-panel="search"] {
    -webkit-clip-path: polygon(-16px -16px, calc(100% + 16px) -16px, calc(100% + 16px) 120%, -16px 120%);
            clip-path: polygon(-16px -16px, calc(100% + 16px) -16px, calc(100% + 16px) 120%, -16px 120%); }
  .actions-bar div.toggles {
    padding: 2px;
    display: grid;
    grid-gap: 2px;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    position: relative;
    z-index: 20; }
    .actions-bar div.toggles .action-toggle {
      width: 100%;
      height: 44px;
      cursor: pointer;
      outline: none;
      background-color: #192B3F;
      border: none;
      border-radius: 0; }
      .actions-bar div.toggles .action-toggle:focus-visible {
        outline: 2px solid #192B3F; }
  .actions-bar div.panels {
    width: 100%;
    height: 58px;
    position: relative;
    z-index: 10; }
    .actions-bar div.panels .action-panel {
      padding: 14px 1rem;
      display: none;
      opacity: 0;
      transform: translateY(10px);
      -webkit-animation-duration: 300ms;
              animation-duration: 300ms;
      -webkit-animation-delay: 50ms;
              animation-delay: 50ms;
      -webkit-animation-timing-function: cubic-bezier(0.21, 0.89, 0.58, 1);
              animation-timing-function: cubic-bezier(0.21, 0.89, 0.58, 1);
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
      .actions-bar div.panels .action-panel p {
        line-height: 1.875;
        font-size: 1rem; }
      .actions-bar div.panels .action-panel p.large-only {
        display: none; }
      .actions-bar div.panels .action-panel[data-action-panel="back-to-top"] .action-button {
        width: 100%; }
      .actions-bar div.panels .action-panel[data-action-panel="contact"] {
        justify-content: space-between;
        align-items: center; }
        .actions-bar div.panels .action-panel[data-action-panel="contact"] p {
          margin: 0;
          padding-right: 1rem;
          flex-grow: 2;
          text-align: center; }
      .actions-bar div.panels .action-panel form p {
        font-weight: bold;
        margin-bottom: .5rem; }
      .actions-bar div.panels .action-panel form + .divider {
        margin: 1rem 0;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        padding: 0 1rem; }
        @media screen and (min-width: 64em) {
          .actions-bar div.panels .action-panel form + .divider {
            gap: 36px; } }
        .actions-bar div.panels .action-panel form + .divider::before, .actions-bar div.panels .action-panel form + .divider::after {
          content: '';
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          flex: 1 1 0;
          min-width: 0.75rem;
          max-width: 8.75rem; }
      .actions-bar div.panels .action-panel form[name="action-product-attribute-search"] label {
        font-weight: bold;
        margin-bottom: .5rem; }
      .actions-bar div.panels .action-panel form[name="action-product-attribute-search"] button[type="submit"] {
        --padding-ratio: 4;
        display: block;
        margin: auto; }
      .actions-bar div.panels .action-panel form select {
        width: 100%;
        padding: 6px;
        margin-bottom: 1.5rem;
        cursor: pointer;
        border: none;
        background-color: var(--c-l-grey) !important;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 30px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.141' height='4.05'%3E%3Cpath d='M4.07 4.05L0 0h8.141z' fill='%23192B3F'/%3E%3C/svg%3E") no-repeat right 15px center; }
      .actions-bar div.panels .action-panel form input[type="search"] {
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: .25rem 1rem; }
        .actions-bar div.panels .action-panel form input[type="search"]:focus {
          border-color: rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 48em) {
      .actions-bar div.panels {
        width: auto;
        height: 100%; }
        .actions-bar div.panels .action-panel {
          display: block;
          transform: translateX(0);
          opacity: 1;
          background-color: #FFFFFF;
          box-shadow: -4px 0 12px rgba(46, 46, 46, 0.2);
          transition: 200ms; }
          .actions-bar div.panels .action-panel .action-button {
            display: none; }
          .actions-bar div.panels .action-panel[data-action-panel="contact"] {
            justify-content: unset;
            align-items: unset; }
            .actions-bar div.panels .action-panel[data-action-panel="contact"] p {
              margin: 0;
              padding-right: 0;
              flex-grow: 1;
              text-align: left; }
          .actions-bar div.panels .action-panel[data-action-panel="search"] {
            padding: 2rem; }
            .actions-bar div.panels .action-panel[data-action-panel="search"] form input[type="search"] {
              margin-right: 0;
              padding-left: 8px; }
          .actions-bar div.panels .action-panel p {
            white-space: nowrap; }
          .actions-bar div.panels .action-panel p.large-only {
            display: block; } }
  .actions-bar .action-button {
    width: 166px;
    padding: 8px 20px;
    display: block;
    background-color: #192B3F;
    color: #FFFFFF;
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  @media screen and (min-width: 48em) {
    .actions-bar {
      width: auto;
      top: 50%;
      bottom: unset;
      transform: translateY(-50%); }
      .actions-bar div.toggles {
        padding: 2px;
        display: grid;
        grid-gap: 2px;
        grid-auto-flow: row;
        grid-template-columns: 100%; }
        .actions-bar div.toggles .action-toggle {
          width: 54px;
          height: 54px;
          transition: 150ms; }
          .actions-bar div.toggles .action-toggle:hover {
            background-color: var(--c-primary-glare); }
      .actions-bar div.panels {
        padding: 2px;
        display: grid;
        grid-gap: 2px;
        grid-template-columns: 1fr;
        grid-template-rows: 54px;
        position: absolute;
        top: 0%;
        left: 0%; }
        .actions-bar div.panels::after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 56px;
          width: 2px;
          height: 100%;
          z-index: 30;
          background-color: #FFFFFF; }
        .actions-bar div.panels .action-panel {
          justify-self: flex-start; }
          .actions-bar div.panels .action-panel:not([data-action-panel="search"]) {
            height: 54px; }
          .actions-bar div.panels .action-panel[data-action-panel="search"] {
            position: absolute;
            transform: translateX(-100%);
            -webkit-clip-path: polygon(100% 0, 100% 0, 100% 54px, 100% 54px);
                    clip-path: polygon(100% 0, 100% 0, 100% 54px, 100% 54px); } }

.action-toggle {
  background-repeat: no-repeat;
  background-position: center; }
  .action-toggle[data-action="search"] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNi4yMDkiIGhlaWdodD0iMjYuMjA5Ij48cGF0aCBkPSJNMTYuNiAxNS4wN2E5LjQxMiA5LjQxMiAwIDAwMS41MjktMi43MyA5LjAxOSA5LjAxOSAwIDAwLjUxLTMuMDIxIDkuMDE5IDkuMDE5IDAgMDAtMi43MS02LjU4OUE4LjkzOCA4LjkzOCAwIDAwOS4zNTUgMCA5LjAxNyA5LjAxNyAwIDAwMi43MyAyLjczIDguOTgyIDguOTgyIDAgMDAwIDkuMzE5YTguOTgyIDguOTgyIDAgMDAyLjczIDYuNTg5IDkuMDY0IDkuMDY0IDAgMDA2LjY2MSAyLjczIDguODg3IDguODg3IDAgMDAzLjA5NC0uNTMxIDcuOTQ5IDcuOTQ5IDAgMDAyLjU0OC0xLjQ3MWw5LjU3NCA5LjU3NCAxLjYtMS42em0tMi4yMi0uNzA2YTYuODI3IDYuODI3IDAgMDEtNS4wMjUgMi4wODYgNi45IDYuOSAwIDAxLTUuMDc0LTIuMSA2Ljg1IDYuODUgMCAwMS0yLjEtNS4wMzggNi44NzggNi44NzggMCAwMTIuMS01LjA0NSA2LjkxOCA2LjkxOCAwIDAxNS4wNzQtMi4wODkgNi44MjcgNi44MjcgMCAwMTUuMDIzIDIuMDg5IDYuOTE0IDYuOTE0IDAgMDEyLjA3NSA1LjA0NSA2LjkxNCA2LjkxNCAwIDAxLTIuMDc0IDUuMDUyeiIgZmlsbD0iI2UyY2FiMyIvPjwvc3ZnPg=="); }
  .action-toggle[data-action="contact"] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNi4zODMiIGhlaWdodD0iMjYuMzgzIj48cGF0aCBkYXRhLW5hbWU9ImNhbGxfRklMTDBfd2dodDQwMF9HUkFEMF9vcHN6NDggKDEyKSIgZD0iTTAgMS42NDlhMTkuNzY2IDE5Ljc2NiAwIDAwMi4yIDguODg2IDMwLjUgMzAuNSAwIDAwMTMuNjQ4IDEzLjY0OCAxOS43NjYgMTkuNzY2IDAgMDA4Ljg4NiAyLjIgMS41OTQgMS41OTQgMCAwMDEuMTczLS40NzYgMS41OTQgMS41OTQgMCAwMC40NzYtMS4xNzN2LTUuMTNhMS4zIDEuMyAwIDAwLS4zNDgtLjkgMS42MTkgMS42MTkgMCAwMC0uOTM0LS40OTVsLTQuNjE3LS45ODlhMi42MzUgMi42MzUgMCAwMC0uOTM0LjAxOCAxLjQxMiAxLjQxMiAwIDAwLS43MTUuMzg1bC0zLjcgMy42NjRBMzAuNDIyIDMwLjQyMiAwIDAxOS4yIDE2LjY5MWEyNS40MTUgMjUuNDE1IDAgMDEtNC4yOS01Ljc3MUw4LjUgNy40MzlhMi4wMjYgMi4wMjYgMCAwMC41NjgtLjg0MyAxLjY5NCAxLjY5NCAwIDAwLjA1NS0uOTUzbC0uOTUzLTQuMzZBMS42IDEuNiAwIDAwNi42IDBIMS42NDlBMS41OTQgMS41OTQgMCAwMC40NzYuNDc3IDEuNTk0IDEuNTk0IDAgMDAwIDEuNjQ5em0xNy4xNDkgMjAuNzRsMy0yLjk2OCA0LjAzMS44NDN2My45MTlhMTIuNjEzIDEyLjYxMyAwIDAxLTMuMTMzLS40NCAyOS41MzYgMjkuNTM2IDAgMDEtMy45LTEuMzU2ek0zLjg0OSA4Ljg2OGExOC4yODkgMTguMjg5IDAgMDEtMS4xMzYtMy4yNjFBMTcuMiAxNy4yIDAgMDEyLjIgMi4xOTloMy45MTlsLjc2OSAzLjc3NHptMTMuMyAxMy41MjF6TTMuODQ3IDguODY4eiIgZmlsbD0iI2UyY2FiMyIvPjwvc3ZnPg=="); }
  .action-toggle[data-action="back-to-top"] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC41MTYiIGhlaWdodD0iMjQuNTE2Ij48cGF0aCBkPSJNMTEuMTA5IDI0LjUxNlY0LjM2N2wtOS41IDkuNUwwIDEyLjI1OCAxMi4yNTggMGwxMi4yNTggMTIuMjU4LTEuNjA5IDEuNjA5LTkuNS05LjV2MjAuMTQ5eiIgZmlsbD0iI2UyY2FiMyIvPjwvc3ZnPg=="); }

.action-search-form {
  width: 100%; }
  .action-search-form .field {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center; }
    .action-search-form .field button[type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 0 .5rem;
      display: grid;
      place-items: center;
      cursor: pointer;
      color: var(--c-white);
      background-color: var(--c-primary);
      border: none;
      border-radius: 0; }
      .action-search-form .field button[type="submit"]:hover {
        border: 1px solid var(--c-primary);
        background-color: var(--c-white);
        color: var(--c-primary); }
  .action-search-form .action-button {
    width: auto;
    border: none; }
  .action-search-form label {
    padding: 3px 0; }
  .action-search-form [type="search"] {
    margin: 0;
    padding: .25rem 0;
    flex-grow: 2;
    background-color: #F4F4F7;
    border: none;
    border-radius: 0; }

@-webkit-keyframes action_panel_visible {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  20% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes action_panel_visible {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  20% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@media only screen and (max-height: 990px) and (min-width: 768px) {
  .actions-bar div.panels {
    top: -50%;
    left: 0%;
    transform: translate(0%, -50%); }
    .actions-bar div.panels .back-to-top-panel, .actions-bar div.panels .contact-panel {
      top: 170px;
      position: relative; } }

/*

    //  //// --|    Annoucement Bar

*/
.announcement-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: none;
  margin-bottom: 48px;
  text-align: center;
  background-color: var(--c-secondary);
  color: var(--c-primary); }
  .announcement-bar-message {
    padding: .75rem 2.75rem; }
    .announcement-bar-message p {
      max-width: 1600px;
      margin: 0 auto;
      font-weight: 700;
      letter-spacing: .1em;
      line-height: 2; }
    .announcement-bar-message a {
      text-decoration: underline;
      color: inherit !important; }
      .announcement-bar-message a:hover {
        text-decoration: none; }
  .announcement-bar .banner-close {
    position: absolute;
    right: 0;
    top: 5px;
    background: none;
    border: none;
    cursor: pointer; }

.announcement-bar-active .announcement-bar {
  display: block; }

@media screen and (min-width: 48em) {
  .announcement-bar {
    margin-bottom: 0px; } }

/*

    //  //// --|    Components / Breadcrumbs

*/
.site-breadcrumb {
  margin: 0;
  padding: 1rem var(--site-padding); }
  .site-breadcrumb span, .site-breadcrumb a {
    color: var(--c-primary); }
  .site-breadcrumb a, .site-breadcrumb a:not([class]) {
    color: inherit;
    text-decoration: none; }
  .site-breadcrumb .separator {
    margin: 0 .5ch; }
  .site-breadcrumb .last {
    font-weight: 700; }

/*

    //  //// --|    Cookie Notice Styles

*/
.shiftr-cookie-notice {
  width: calc( 100vw - 8px);
  max-width: 500px;
  padding: 10px 20px;
  position: fixed;
  left: 4px;
  bottom: 4px;
  transform: translateY(calc( 100% + 10px));
  z-index: 9999;
  opacity: 0;
  background-color: var(--c-l-grey);
  border-radius: var(--border-radius);
  box-shadow: 0 0 10px rgba(46, 46, 46, 0.2), 0 0 30px rgba(46, 46, 46, 0.15), 0 0 60px rgba(46, 46, 46, 0.1);
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.9, 0.6, 1);
          animation-timing-function: cubic-bezier(0.2, 0.9, 0.6, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .shiftr-cookie-notice.is-visible {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-animation-name: cookie_is_visible;
            animation-name: cookie_is_visible; }
  .shiftr-cookie-notice > div {
    width: 100%;
    margin-bottom: 20px; }
  .shiftr-cookie-notice:hover {
    background-color: #f1f1f5; }
  .shiftr-cookie-notice p {
    margin-bottom: 0.98438rem;
    font-size: .875rem; }
    .shiftr-cookie-notice p:last-child {
      margin-bottom: 0; }
  .shiftr-cookie-notice button.button, .shiftr-cookie-notice nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul .shiftr-cookie-notice li.level-0-item.quote-button > button, .shiftr-cookie-notice .nav-left > ul > li.quote-button.level-0-item > button,
  .shiftr-cookie-notice .nav-right > ul > li.quote-button.level-0-item > button {
    margin-right: 10px; }
  @media screen and (min-width: 48em) {
    .shiftr-cookie-notice {
      max-width: 300px;
      padding: 20px;
      left: 10px;
      bottom: 10px; } }

@-webkit-keyframes cookie_is_visible {
  0% {
    transform: translateY(calc( 100% + 10px));
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes cookie_is_visible {
  0% {
    transform: translateY(calc( 100% + 10px));
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

/*

    //  //// --|    Components / Form

*/
.shiftr-form {
  position: relative; }
  .shiftr-form .field {
    margin-bottom: 10px;
    display: block; }
    .shiftr-form .field:last-child {
      margin-bottom: 0; }
  .shiftr-form [type="submit"] {
    --padding-ratio: 8; }

.shiftr-form--quote .select-enquiry-type {
  display: grid;
  row-gap: 30px;
  grid-template-columns: minmax(40px, 1fr) 10fr;
  align-items: center; }
  .shiftr-form--quote .select-enquiry-type .sub-field--radio {
    background-color: var(--c-primary);
    border: 1px solid gainsboro;
    border-right: none; }
    .shiftr-form--quote .select-enquiry-type .sub-field--radio .custom-radio {
      width: 20px;
      height: 20px;
      left: calc(50% - 10px);
      border-radius: 100%;
      background-color: white;
      border: 1px solid white; }
      .shiftr-form--quote .select-enquiry-type .sub-field--radio .custom-radio::after {
        left: 4px;
        top: 4px;
        border-radius: 100%; }
  .shiftr-form--quote .select-enquiry-type .field-stone-info-selector {
    width: 100%;
    margin-bottom: 0;
    height: 100%;
    position: relative;
    display: grid;
    grid-row: 1/span 2;
    grid-template-rows: subgrid; }
    .shiftr-form--quote .select-enquiry-type .field-stone-info-selector label {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      font-size: 0; }
  .shiftr-form--quote .select-enquiry-type fieldset {
    --columns: 1;
    margin: 0px;
    padding: 60px 15px 30px;
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(var(--columns), minmax(1px, 1fr));
    border: 1px solid gainsboro;
    border-left: 0px;
    background: var(--c-white); }
    .shiftr-form--quote .select-enquiry-type fieldset[disabled]::after {
      content: '';
      background: rgba(241, 241, 245, 0.8);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .shiftr-form--quote .select-enquiry-type fieldset legend {
      position: absolute;
      top: 20px;
      left: 15px;
      font-weight: 600; }
    .shiftr-form--quote .select-enquiry-type fieldset label {
      margin-bottom: 6px; }
    .shiftr-form--quote .select-enquiry-type fieldset .field {
      width: 100%;
      margin-bottom: 0; }
      .shiftr-form--quote .select-enquiry-type fieldset .field input,
      .shiftr-form--quote .select-enquiry-type fieldset .field select {
        background-color: #f6f6f9;
        border: 1px solid #f3f3f3;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 30px;
        background-color: #fff !important;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.141' height='4.05'%3E%3Cpath d='M4.07 4.05L0 0h8.141z' fill='%23192B3F'/%3E%3C/svg%3E") no-repeat right 15px center; }
        .shiftr-form--quote .select-enquiry-type fieldset .field input::-moz-placeholder, .shiftr-form--quote .select-enquiry-type fieldset .field select::-moz-placeholder {
          color: #9aa1ab; }
        .shiftr-form--quote .select-enquiry-type fieldset .field input:-ms-input-placeholder, .shiftr-form--quote .select-enquiry-type fieldset .field select:-ms-input-placeholder {
          color: #9aa1ab; }
        .shiftr-form--quote .select-enquiry-type fieldset .field input::placeholder,
        .shiftr-form--quote .select-enquiry-type fieldset .field input option.please_select,
        .shiftr-form--quote .select-enquiry-type fieldset .field select::placeholder,
        .shiftr-form--quote .select-enquiry-type fieldset .field select option.please_select {
          color: #9aa1ab; }
    @media screen and (min-width: 48em) {
      .shiftr-form--quote .select-enquiry-type fieldset.stone-recommendation-fields {
        --columns: 2; } }
    @media screen and (min-width: 64em) {
      .shiftr-form--quote .select-enquiry-type fieldset {
        padding: 60px 30px 30px; }
        .shiftr-form--quote .select-enquiry-type fieldset legend {
          left: 30px; } }
  @media screen and (min-width: 64em) {
    .shiftr-form--quote .select-enquiry-type {
      row-gap: 60px; } }

/*

    //  //// --|    Components / Hero

*/
.hero--standard {
  width: 100%;
  margin: 0;
  position: relative;
  display: flex;
  background-color: var(--c-l-grey); }
  .with-post-thumbnail.hero--standard {
    background: linear-gradient(0deg, var(--c-white) 300px, var(--c-l-grey) 300px); }
  .hero--standard h1, .hero--standard .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .hero--standard h1.eyebrow + h2, .hero--standard .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header .hero--standard h1.eyebrow + .form-title, .hero--standard .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content .hero--standard h1.eyebrow + .form-title,
  .hero--standard h2,
  .hero--standard .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header .hero--standard .form-title,
  .hero--standard h3,
  .hero--standard h4,
  .hero--standard h5,
  .hero--standard h6 {
    font-weight: 700;
    color: inherit;
    text-align: inherit; }
  .hero--standard .hero__feature-image {
    position: relative;
    overflow: hidden;
    grid-row: 2/3;
    grid-column: span 2;
    aspect-ratio: 9 / 4; }
    .hero--standard .hero__feature-image img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
  .hero--standard .hero__content {
    width: 100%;
    padding: 60px calc( var( --site-padding ) / 2);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20; }
    .hero--standard .hero__content span.eyebrow {
      display: block;
      margin-bottom: 1rem; }
    .hero--standard .hero__content h1, .hero--standard .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero--standard .hero__content .content h1.eyebrow + h2, .hero--standard .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero--standard .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--standard .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero--standard .hero__content .content h1.eyebrow + .form-title {
      max-width: none; }
    .hero--standard .hero__content p {
      margin-left: auto;
      margin-right: auto;
      font-size: calc( 1.125rem + .13vw);
      line-height: 2; }
    .hero--standard .hero__content p:first-child + h1,
    .hero--standard .hero__content p:first-child + h2,
    .hero--standard .hero__content .dialog-content .form .form-header p:first-child + .form-title,
    .dialog-content .form .form-header .hero--standard .hero__content p:first-child + .form-title,
    .hero--standard .hero__content p:first-child + h3 {
      margin-top: calc( var( --t-baseline ) * -1); }
    .hero--standard .hero__content div.container, .hero--standard .hero__content body.single-product .shop-loop div.form, body.single-product .shop-loop .hero--standard .hero__content div.form,
    .hero--standard .hero__content body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop .hero--standard .hero__content div.entry-summary {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px var(--site-gutter); }
    .hero--standard .hero__content .content-body {
      padding-top: 4rem;
      display: flex;
      flex-direction: column;
      justify-content: end; }
    .hero--standard .hero__content .button-group {
      margin: 0; }
      .hero--standard .hero__content .button-group a[class^="button-"] {
        min-width: 70%;
        max-width: 400px;
        margin: 0 15px 15px; }
  @media screen and (min-width: 23.4375em) {
    .hero--standard .hero__content {
      padding-left: var(--site-padding);
      padding-right: var(--site-padding); } }
  @media screen and (min-width: 48em) {
    .hero--standard .hero__content {
      padding: 80px calc( var( --site-padding ) / 2); }
      .hero--standard .hero__content .button-group a[class^="button-"] {
        min-width: 0;
        width: auto; } }
  @media screen and (min-width: 100em) {
    .hero--standard .hero__content {
      padding: 80px var(--site-padding); } }

.hero--front {
  --container-width: 72rem;
  position: relative;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--c-white); }
  @media screen and (min-width: 64em) {
    .hero--front {
      min-height: 100dvh;
      height: auto; } }
  .hero--front h1, .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .hero--front h2, .hero--front .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .hero--front .form-title, .hero--front h3, .hero--front h4, .hero--front h5, .hero--front h6 {
    color: inherit; }
  .hero--front .hero__video {
    height: 100%;
    position: absolute;
    inset: 0;
    overflow: hidden; }
    @supports not (inset: 0) {
      .hero--front .hero__video {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }
    .hero--front .hero__video video {
      display: none;
      background-color: var(--c-primary);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
    .hero--front .hero__video img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
    @media screen and (min-width: 64em) {
      .hero--front .hero__video video {
        display: block; }
      .hero--front .hero__video img {
        display: none; } }
  .hero--front .hero__content {
    min-height: calc( 100% - 56px);
    padding: 114px var(--site-padding) 40px;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    overflow: auto; }
    @media screen and (min-width: 64em) {
      .hero--front .hero__content {
        padding-top: 205px;
        padding-bottom: 60px; }
        .hero--front .hero__content .content {
          padding-bottom: 200px; } }
    .hero--front .hero__content .container, .hero--front .hero__content body.single-product .shop-loop .form, body.single-product .shop-loop .hero--front .hero__content .form,
    .hero--front .hero__content body.single-product .shop-loop .entry-summary, body.single-product .shop-loop .hero--front .hero__content .entry-summary {
      flex-grow: 2;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (min-width: 64em) {
        .hero--front .hero__content .container, .hero--front .hero__content body.single-product .shop-loop .form, body.single-product .shop-loop .hero--front .hero__content .form,
        .hero--front .hero__content body.single-product .shop-loop .entry-summary, body.single-product .shop-loop .hero--front .hero__content .entry-summary {
          height: 100%; } }
    .hero--front .hero__content .content {
      text-align: center; }
      .hero--front .hero__content .content h1.eyebrow, .hero--front .hero__content .content h1.eyebrow + h2.eyebrow, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .eyebrow.form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .eyebrow.form-title {
        font-size: 0.875rem;
        font-family: "Oxygen", Arial, sans-serif;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        padding: 0 1rem; }
        @media screen and (min-width: 64em) {
          .hero--front .hero__content .content h1.eyebrow, .hero--front .hero__content .content h1.eyebrow + h2.eyebrow, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .eyebrow.form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .eyebrow.form-title {
            gap: 36px; } }
        .hero--front .hero__content .content h1.eyebrow::before, .hero--front .hero__content .content h1.eyebrow + h2.eyebrow::before, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .eyebrow.form-title::before, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .eyebrow.form-title::before, .hero--front .hero__content .content h1.eyebrow::after, .hero--front .hero__content .content h1.eyebrow + h2.eyebrow::after, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .eyebrow.form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .eyebrow.form-title::after {
          content: '';
          border-bottom: 1px solid var(--c-secondary);
          flex: 1 1 0;
          min-width: 0.75rem;
          max-width: 8.75rem; }
        .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content h1.eyebrow + h2.eyebrow + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .eyebrow.form-title + h2, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .eyebrow.form-title + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + h2.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + h2.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .eyebrow.form-title + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .eyebrow.form-title + .form-title {
          display: block;
          font-size: clamp(2.1875rem, calc( 0.5048rem + 4.8077vw), 3.75rem);
          max-width: 29ch;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 1.25rem; }
          @media screen and (min-width: 64em) {
            .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content h1.eyebrow + h2.eyebrow + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .eyebrow.form-title + h2, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .eyebrow.form-title + h2, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + h2.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + h2.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .eyebrow.form-title + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .eyebrow.form-title + .form-title {
              margin-bottom: 1.96875rem; } }

/*

    //  //// --|    Components / Mobile menu

*/
.mobile-menu {
  width: calc( 100% - var(--site-padding));
  height: calc( 100% - var(--site-padding) - var(--header-height));
  margin: 0;
  padding: 0;
  position: fixed;
  top: var(--header-height);
  right: 0;
  z-index: 200;
  overflow-y: scroll;
  transform: translateX(100%);
  color: var(--c-white);
  background-color: var(--c-primary);
  transition: 400ms cubic-bezier(0.42, 0, 0.37, 0.99); }
  .mobile-menu .mobile-menu-inner {
    transition: 400ms cubic-bezier(0.42, 0, 0.37, 0.99); }

nav.nav-primary-mobile {
  width: 100%;
  position: relative;
  padding: 40px var(--site-padding); }
  nav.nav-primary-mobile ul {
    padding: 0; }
    nav.nav-primary-mobile ul li {
      margin: 0;
      padding: .875rem 0; }
      nav.nav-primary-mobile ul li:last-child {
        margin-bottom: 0; }
      nav.nav-primary-mobile ul li a:not(.button) {
        line-height: 1.25;
        padding: 8px 0;
        display: inline-block; }
      nav.nav-primary-mobile ul li.level-0-item {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(226, 202, 179, 0.5); }
        nav.nav-primary-mobile ul li.level-0-item.quote-button {
          border-bottom: none;
          padding: 0;
          margin-top: 2rem; }
          nav.nav-primary-mobile ul li.level-0-item.quote-button > button {
            --c-white: #192B3F;
            --c-primary: #FFFFFF;
            --c-text-base: #FFFFFF;
            --padding: 8px;
            --padding-ratio: 2;
            line-height: 1.25;
            font-weight: normal; }
            nav.nav-primary-mobile ul li.level-0-item.quote-button > button:focus, nav.nav-primary-mobile ul li.level-0-item.quote-button > button:active {
              background: rgba(255, 255, 255, 0.6); }
      nav.nav-primary-mobile ul li.level-0-item.has-sub-menu {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        nav.nav-primary-mobile ul li.level-0-item.has-sub-menu > button.sub-menu-trigger {
          width: 36px;
          height: 36px;
          border: none;
          background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjA1IiBoZWlnaHQ9IjguMTQxIj48cGF0aCBkPSJNNC4wNSA0LjA3MUwwIDguMTQxVjB6IiBmaWxsPSIjZTJjYWIzIi8+PC9zdmc+") no-repeat center;
          background-size: 6px auto;
          outline: none;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          transition: 200ms cubic-bezier(0.42, 0, 0.18, 1.36); }
        nav.nav-primary-mobile ul li.level-0-item.has-sub-menu > div.sub-menu-wrapper {
          width: 100%;
          margin: 0;
          padding-top: 1rem;
          padding-bottom: 60px;
          display: none;
          position: absolute;
          top: 0;
          left: 100%; }
          nav.nav-primary-mobile ul li.level-0-item.has-sub-menu > div.sub-menu-wrapper button.sub-menu-close {
            color: var(--c-white);
            width: 100%;
            text-align: left;
            padding: 0;
            font-weight: 600;
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjA1IiBoZWlnaHQ9IjguMTQxIj48cGF0aCBkPSJNMCA0LjA3TDQuMDUgMHY4LjE0MXoiIGZpbGw9IiNlMmNhYjMiLz48L3N2Zz4=") no-repeat left;
            background-size: 6px auto;
            padding: 16px 0 16px 28px;
            position: sticky;
            top: 0;
            background-color: var(--c-primary);
            z-index: 2; }
            nav.nav-primary-mobile ul li.level-0-item.has-sub-menu > div.sub-menu-wrapper button.sub-menu-close:active {
              transition: none;
              transform: none !important; }
          nav.nav-primary-mobile ul li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul {
            list-style: none;
            margin-top: 20px;
            opacity: 0;
            -webkit-animation-duration: 500ms;
                    animation-duration: 500ms;
            -webkit-animation-delay: 300ms;
                    animation-delay: 300ms;
            -webkit-animation-timing-function: cubic-bezier(0.21, 0.89, 0.58, 1);
                    animation-timing-function: cubic-bezier(0.21, 0.89, 0.58, 1);
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards; }
            nav.nav-primary-mobile ul li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul > li {
              padding: 0;
              margin: 0; }
              nav.nav-primary-mobile ul li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul > li > a {
                padding: 1rem 0;
                border-bottom: 1px solid rgba(226, 202, 179, 0.5);
                display: block; }
              nav.nav-primary-mobile ul li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul > li .sub-menu {
                padding: 1rem 0 0 0; }
                nav.nav-primary-mobile ul li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul > li .sub-menu > li {
                  list-style: none;
                  font-weight: 400;
                  padding: 0;
                  margin-bottom: 8px; }
          nav.nav-primary-mobile ul li.level-0-item.has-sub-menu > div.sub-menu-wrapper a:not(.button) {
            color: var(--c-white); }
        nav.nav-primary-mobile ul li.level-0-item.has-sub-menu.is-visible button.sub-menu-trigger {
          transform: translateX(24px); }
        nav.nav-primary-mobile ul li.level-0-item.has-sub-menu.is-visible div.sub-menu-wrapper {
          display: block; }
          nav.nav-primary-mobile ul li.level-0-item.has-sub-menu.is-visible div.sub-menu-wrapper ul {
            -webkit-animation-name: slide_in_sub_menu;
                    animation-name: slide_in_sub_menu; }

div.header-wrapper.mobile-menu-active {
  position: relative; }
  div.header-wrapper.mobile-menu-active .mobile-menu {
    transform: translateX(0);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    opacity: 1; }
    div.header-wrapper.mobile-menu-active .mobile-menu.sub-menu-active .mobile-menu-inner {
      transform: translateX(-100%); }

@-webkit-keyframes slide_in_sub_menu {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slide_in_sub_menu {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*

    //  //// --|    Components / Navigation

*/
.site-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem; }
  .site-header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .site-header nav ul a {
      cursor: pointer;
      transition: 200ms; }
    .site-header nav ul span {
      display: inline-block; }

.nav-logo {
  text-align: center; }
  @media screen and (min-width: 82.5em) {
    .nav-logo {
      flex: 0 1 50px; } }

.nav-left,
.nav-right {
  flex: 1 1 0;
  width: 0; }
  .nav-left > ul,
  .nav-right > ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
    .nav-left > ul li,
    .nav-right > ul li {
      font-size: 1rem;
      white-space: nowrap; }
    .nav-left > ul > li:last-child,
    .nav-right > ul > li:last-child {
      margin-right: 0; }
    .nav-left > ul > li.level-0-item:not(.quote-button),
    .nav-right > ul > li.level-0-item:not(.quote-button) {
      margin: 0; }
      .nav-left > ul > li.level-0-item:not(.quote-button) > a,
      .nav-right > ul > li.level-0-item:not(.quote-button) > a {
        padding: 30px 1rem;
        line-height: 1.25;
        font-weight: normal;
        border: none; }
    .nav-left > ul > li.level-0-item.has-sub-menu,
    .nav-right > ul > li.level-0-item.has-sub-menu {
      position: relative; }
      .nav-left > ul > li.level-0-item.has-sub-menu > a,
      .nav-right > ul > li.level-0-item.has-sub-menu > a {
        padding-right: 24px;
        position: relative; }
        .nav-left > ul > li.level-0-item.has-sub-menu > a::after,
        .nav-right > ul > li.level-0-item.has-sub-menu > a::after {
          content: '';
          display: block;
          width: 8px;
          height: 4px;
          position: absolute;
          top: calc(50%);
          right: 10px;
          background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjE0MSIgaGVpZ2h0PSI0LjA1Ij48cGF0aCBkPSJNNC4wNyA0LjA1TDAgMGg4LjE0MXoiIGZpbGw9IiNlMmNhYjMiLz48L3N2Zz4=") no-repeat center; }
      .nav-left > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper,
      .nav-right > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper {
        margin-top: 0;
        position: absolute;
        display: none;
        color: #192B3F;
        border-radius: var(--border-radius);
        background-color: #FFFFFF;
        border: 1px solid #e3e3e3;
        -webkit-animation-duration: 600ms;
                animation-duration: 600ms;
        -webkit-animation-timing-function: cubic-bezier(0.21, 0.89, 0.58, 1);
                animation-timing-function: cubic-bezier(0.21, 0.89, 0.58, 1);
        -webkit-animation-fill-mode: alternate;
                animation-fill-mode: alternate; }
        .nav-left > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper > ul.sub-menu > li,
        .nav-right > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper > ul.sub-menu > li {
          margin-bottom: 0; }
          .nav-left > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper > ul.sub-menu > li > a,
          .nav-right > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper > ul.sub-menu > li > a {
            display: block;
            padding: 1rem 26px; }
            .nav-left > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper > ul.sub-menu > li > a:focus, .nav-left > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper > ul.sub-menu > li > a:hover,
            .nav-right > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper > ul.sub-menu > li > a:focus,
            .nav-right > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper > ul.sub-menu > li > a:hover {
              background-color: transparent; }
          .nav-left > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper > ul.sub-menu > li.level-2-item,
          .nav-right > ul > li.level-0-item.has-sub-menu div.sub-menu-wrapper > ul.sub-menu > li.level-2-item {
            background: #F4F4F7; }
      .nav-left > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper,
      .nav-right > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper {
        min-width: calc(100% + 40px);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        top: 100%;
        left: 0px;
        background: #F4F4F7;
        border-top: 0; }
        .nav-left > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu,
        .nav-right > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu {
          transform: translateY(10px); }
          .nav-left > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu,
          .nav-right > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu {
            position: relative; }
            .nav-left > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu > a,
            .nav-right > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu > a {
              padding-right: 24px;
              position: relative; }
              .nav-left > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu > a::after,
              .nav-right > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu > a::after {
                content: '';
                display: block;
                width: 4px;
                height: 8px;
                position: absolute;
                top: calc(50% - 4px);
                right: 10px;
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjA1IiBoZWlnaHQ9IjguMTQxIj48cGF0aCBkPSJNNC4wNSA0LjA3MUwwIDguMTQxVjB6IiBmaWxsPSIjZTJjYWIzIi8+PC9zdmc+") no-repeat center; }
            .nav-left > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu > div.sub-menu-wrapper,
            .nav-right > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu > div.sub-menu-wrapper {
              top: 0;
              left: 100%; }
              .nav-left > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu,
              .nav-right > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu {
                transform: translateX(10px); }
            .nav-left > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu.is-visible div.sub-menu-wrapper,
            .nav-right > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu.is-visible div.sub-menu-wrapper {
              display: block;
              -webkit-animation-name: dropdown_menu_x;
                      animation-name: dropdown_menu_x; }
              .nav-left > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu.is-visible div.sub-menu-wrapper ul.sub-menu,
              .nav-right > ul > li.level-0-item.has-sub-menu > div.sub-menu-wrapper > ul.sub-menu > li.has-sub-menu.is-visible div.sub-menu-wrapper ul.sub-menu {
                -webkit-animation-name: dropdown_menu_x;
                        animation-name: dropdown_menu_x; }
      .nav-left > ul > li.level-0-item.has-sub-menu.is-visible > div.sub-menu-wrapper,
      .nav-right > ul > li.level-0-item.has-sub-menu.is-visible > div.sub-menu-wrapper {
        display: block;
        -webkit-animation-name: dropdown_menu_y;
                animation-name: dropdown_menu_y; }
        .nav-left > ul > li.level-0-item.has-sub-menu.is-visible > div.sub-menu-wrapper > ul.sub-menu,
        .nav-right > ul > li.level-0-item.has-sub-menu.is-visible > div.sub-menu-wrapper > ul.sub-menu {
          -webkit-animation-name: dropdown_menu_y;
                  animation-name: dropdown_menu_y; }
    .nav-left > ul > li.menu-item-29.level-0-item.is-visible div.sub-menu-wrapper,
    .nav-right > ul > li.menu-item-29.level-0-item.is-visible div.sub-menu-wrapper {
      display: block;
      -webkit-animation-name: dropdown_mega_menu;
              animation-name: dropdown_mega_menu;
      background: #F4F4F7;
      -webkit-animation-duration: 600ms;
              animation-duration: 600ms;
      -webkit-animation-timing-function: cubic-bezier(0.21, 0.89, 0.58, 1);
              animation-timing-function: cubic-bezier(0.21, 0.89, 0.58, 1);
      -webkit-animation-fill-mode: alternate;
              animation-fill-mode: alternate; }
    .nav-left > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper,
    .nav-right > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper {
      padding: var(--site-padding);
      width: 100%;
      min-width: unset;
      max-width: min( var(--container-width), 90vw );
      position: fixed;
      top: var(--header-height) -4px;
      left: 50vw;
      transform: translateX(-50%); }
      .nav-left > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper::-webkit-scrollbar,
      .nav-right > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px; }
      .nav-left > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper::-webkit-scrollbar-thumb,
      .nav-right > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
      .nav-left > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper > .container, body.single-product .shop-loop .nav-left > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper > .form,
      body.single-product .shop-loop .nav-left > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper > .entry-summary,
      .nav-right > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper > .container,
      body.single-product .shop-loop .nav-right > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper > .form,
      body.single-product .shop-loop .nav-right > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper > .entry-summary {
        align-items: flex-start; }
      .nav-left > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper ul.sub-menu,
      .nav-right > ul > li.menu-item-29.level-0-item > div.sub-menu-wrapper ul.sub-menu {
        width: 100%; }
    .nav-left > ul > li.menu-item-20091.level-0-item.is-visible div.sub-menu-wrapper,
    .nav-right > ul > li.menu-item-20091.level-0-item.is-visible div.sub-menu-wrapper {
      display: block;
      -webkit-animation-name: dropdown_mega_menu;
              animation-name: dropdown_mega_menu; }
    .nav-left > ul > li.menu-item-20091.level-0-item > div.sub-menu-wrapper,
    .nav-right > ul > li.menu-item-20091.level-0-item > div.sub-menu-wrapper {
      padding: var(--site-padding);
      width: 100%;
      min-width: unset;
      max-width: min( var(--container-width), 80vw );
      position: fixed;
      top: var(--header-height) -4px;
      left: 50vw;
      transform: translateX(-50%);
      overflow-y: auto; }
      .nav-left > ul > li.menu-item-20091.level-0-item > div.sub-menu-wrapper > .container, body.single-product .shop-loop .nav-left > ul > li.menu-item-20091.level-0-item > div.sub-menu-wrapper > .form,
      body.single-product .shop-loop .nav-left > ul > li.menu-item-20091.level-0-item > div.sub-menu-wrapper > .entry-summary,
      .nav-right > ul > li.menu-item-20091.level-0-item > div.sub-menu-wrapper > .container,
      body.single-product .shop-loop .nav-right > ul > li.menu-item-20091.level-0-item > div.sub-menu-wrapper > .form,
      body.single-product .shop-loop .nav-right > ul > li.menu-item-20091.level-0-item > div.sub-menu-wrapper > .entry-summary {
        align-items: flex-start; }
      .nav-left > ul > li.menu-item-20091.level-0-item > div.sub-menu-wrapper ul.sub-menu,
      .nav-right > ul > li.menu-item-20091.level-0-item > div.sub-menu-wrapper ul.sub-menu {
        width: 100%; }
    .nav-left > ul > li.quote-button.level-0-item > button,
    .nav-right > ul > li.quote-button.level-0-item > button {
      --padding: 8px;
      --padding-ratio: 1.25;
      line-height: 1.2;
      box-shadow: 0 0 0 0 rgba(25, 43, 63, 0.5);
      -webkit-animation: 1.5s infinite pulse_animation;
              animation: 1.5s infinite pulse_animation; }
    .nav-left > ul > li a,
    .nav-right > ul > li a {
      display: inline-block; }

@-webkit-keyframes dropdown_menu_y {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  20% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes dropdown_menu_y {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  20% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes dropdown_menu_x {
  0% {
    opacity: 0;
    transform: translateX(-10px); }
  20% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes dropdown_menu_x {
  0% {
    opacity: 0;
    transform: translateX(-10px); }
  20% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes dropdown_mega_menu {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes dropdown_mega_menu {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes pulse_animation {
  0% {
    transform: scale(0.95); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(25, 43, 63, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(25, 43, 63, 0); } }

@keyframes pulse_animation {
  0% {
    transform: scale(0.95); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(25, 43, 63, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(25, 43, 63, 0); } }

/*

    //  //// --|    Components / Pagination

*/
.pagination, .woocommerce-pagination {
  margin-top: 40px;
  margin-bottom: var(--s-vertical-padding);
  display: flex;
  justify-content: flex-end; }
  .pagination ul, .woocommerce-pagination ul {
    list-style: none;
    margin: 0;
    padding: .875rem 1rem;
    background-color: var(--c-l-grey);
    line-height: 1.25; }
    .pagination ul li, .woocommerce-pagination ul li {
      margin: 0 .25rem;
      display: inline-block; }
  .pagination .page-numbers, .woocommerce-pagination .page-numbers {
    display: inline-block;
    text-align: center; }
  .pagination span.page-numbers, .pagination a.page-numbers, .woocommerce-pagination span.page-numbers, .woocommerce-pagination a.page-numbers {
    font-size: .875rem;
    min-width: 1.5em;
    height: 1.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-l-grey); }
    .pagination span.page-numbers:not([aria-current]):hover, .pagination span.page-numbers:not([aria-current]):focus, .pagination a.page-numbers:not([aria-current]):hover, .pagination a.page-numbers:not([aria-current]):focus, .woocommerce-pagination span.page-numbers:not([aria-current]):hover, .woocommerce-pagination span.page-numbers:not([aria-current]):focus, .woocommerce-pagination a.page-numbers:not([aria-current]):hover, .woocommerce-pagination a.page-numbers:not([aria-current]):focus {
      background-color: var(--c-primary);
      color: var(--c-white);
      text-decoration: none; }
    .pagination span.page-numbers[aria-current], .pagination a.page-numbers[aria-current], .woocommerce-pagination span.page-numbers[aria-current], .woocommerce-pagination a.page-numbers[aria-current] {
      background-color: var(--c-primary);
      color: var(--c-white); }
    .pagination span.page-numbers.dots, .pagination a.page-numbers.dots, .woocommerce-pagination span.page-numbers.dots, .woocommerce-pagination a.page-numbers.dots {
      background-color: transparent;
      color: #b5b5b5; }
      .pagination span.page-numbers.dots:hover, .pagination span.page-numbers.dots:focus, .pagination a.page-numbers.dots:hover, .pagination a.page-numbers.dots:focus, .woocommerce-pagination span.page-numbers.dots:hover, .woocommerce-pagination span.page-numbers.dots:focus, .woocommerce-pagination a.page-numbers.dots:hover, .woocommerce-pagination a.page-numbers.dots:focus {
        background-color: transparent; }

/*

    //  //// --|    Components / Social Links

*/
.social-media-links a {
  display: inline-flex;
  align-items: center; }
  .social-media-links a svg {
    width: 31px;
    height: 31px;
    padding: 7px 7px 7px 0;
    fill: #E2CAB3; }

/*

    //  //// --|    Components / Tabs

*/
.shiftr-tabs {
  padding: 10px;
  background-color: var(--c-l-grey); }
  .shiftr-tabs .shiftr-tabs__list {
    display: flex;
    flex-wrap: wrap; }
    .shiftr-tabs .shiftr-tabs__list .shiftr-tabs__tab {
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 10px;
      cursor: pointer;
      background-color: var(--c-white);
      border: none; }
      .shiftr-tabs .shiftr-tabs__list .shiftr-tabs__tab.is-visible {
        background-color: var(--c-primary);
        color: white; }
  .shiftr-tabs .shiftr-tabs__panels {
    padding: 10px 0 10px; }
    .shiftr-tabs .shiftr-tabs__panels .shiftr-tabs__panel {
      display: none; }
      .shiftr-tabs .shiftr-tabs__panels .shiftr-tabs__panel.is-visible {
        display: block; }
  @media screen and (min-width: 48em) {
    .shiftr-tabs {
      padding: 20px; }
      .shiftr-tabs .shiftr-tabs__panels {
        padding: 10px 0 0; } }

/*

    //  //// --|    Components / Product Attribute Search

*/
form[name="product-attribute-search"] {
  margin-top: 40px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.3); }
  form[name="product-attribute-search"] p {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize; }
  form[name="product-attribute-search"] label {
    margin-bottom: 4px;
    font-weight: 700;
    color: var(--c-white); }
  form[name="product-attribute-search"] select {
    width: 100%;
    padding: 6px;
    cursor: pointer;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    background-color: #fff !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.141' height='4.05'%3E%3Cpath d='M4.07 4.05L0 0h8.141z' fill='%23192B3F'/%3E%3C/svg%3E") no-repeat right 15px center; }
  @media screen and (min-width: 64em) {
    form[name="product-attribute-search"] {
      margin: 0;
      padding: 30px;
      flex-direction: row;
      gap: 30px;
      align-items: flex-end;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      form[name="product-attribute-search"] p {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translate(-50%); }
      form[name="product-attribute-search"] .field {
        width: 33%; }
      form[name="product-attribute-search"] [type="submit"] {
        --padding: 3px;
        --padding-ratio: 5; } }

form[name="no-results-product-attribute-search"] {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 2rem;
  background-color: var(--c-white); }
  form[name="no-results-product-attribute-search"] p {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize; }
  form[name="no-results-product-attribute-search"] label {
    margin-bottom: 4px;
    font-weight: 700; }
  form[name="no-results-product-attribute-search"] select {
    width: 100%;
    padding: 6px;
    cursor: pointer;
    border-radius: 0;
    border: none; }
  @media screen and (min-width: 64em) {
    form[name="no-results-product-attribute-search"] {
      margin: 0;
      flex-direction: row;
      gap: 30px;
      align-items: flex-end; }
      form[name="no-results-product-attribute-search"] .field {
        width: 33%; }
      form[name="no-results-product-attribute-search"] [type="submit"] {
        --padding: 3px;
        --padding-ratio: 5; } }

form[name="brand-product-attribute-search"] {
  margin-top: 40px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  form[name="brand-product-attribute-search"] p {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize; }
  form[name="brand-product-attribute-search"] label {
    margin-bottom: 4px;
    font-weight: 700; }
  form[name="brand-product-attribute-search"] select {
    width: 100%;
    padding: 6px;
    cursor: pointer;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    background-color: #fff !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.141' height='4.05'%3E%3Cpath d='M4.07 4.05L0 0h8.141z' fill='%23192B3F'/%3E%3C/svg%3E") no-repeat right 15px center; }
  @media screen and (min-width: 64em) {
    form[name="brand-product-attribute-search"] {
      margin: 0;
      padding: 30px 0;
      flex-direction: row;
      gap: 30px;
      align-items: flex-end; }
      form[name="brand-product-attribute-search"] p {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translate(-50%); }
      form[name="brand-product-attribute-search"] .filter {
        width: 33%; }
      form[name="brand-product-attribute-search"] [type="submit"] {
        --padding: 3px;
        --padding-ratio: 10; } }

/*

    //  //// --|    Components / Prose

*/
.prose {
  --flow-space: clamp( 1.375rem, 1.2rem + .89vw, 2rem );
  max-width: 40em;
  margin: 0 auto;
  display: flow-root; }
  .prose > * {
    margin: 0; }
  .prose > * + * {
    margin-top: var(--flow-space, 1em); }
  .prose p:empty {
    display: none; }
  .prose a {
    color: var(--c-link);
    text-decoration: underline;
    text-decoration-thickness: 1px; }
    .prose a:hover {
      color: var(--c-link-hover); }
  .prose > img,
  .prose > table {
    width: 100%; }
  .prose pre,
  .prose pre + *,
  .prose figure,
  .prose figure + *,
  .prose h2,
  .prose .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header .prose .form-title,
  .prose h3,
  .prose h4 {
    --flow-space: clamp( 2.375rem, 1.98rem + 1.96vw, 3.75rem ); }
  
  .prose h2,
  .prose .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header .prose .form-title,
  .prose h3,
  .prose h4 {
    font-weight: 700; }
  
  .prose h2,
  .prose .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header .prose .form-title {
    font-size: clamp( 1.75rem, 1.0769rem + 1.9231vw, 2.375rem ); }
  .prose h2 + *, .prose .dialog-content .form .form-header .form-title + *, .dialog-content .form .form-header .prose .form-title + *,
  .prose h3 + *,
  .prose h4 + * {
    --flow-space: 1rem; }
  .prose h2 + h3, .prose .dialog-content .form .form-header .form-title + h3, .dialog-content .form .form-header .prose .form-title + h3,
  .prose h3 + h4 {
    --flow-space: clamp( 1.375rem, 1.2rem + .89vw, 2rem ); }

/*

    //  //// --|    Components / Mega menu

*/
.mega-menu-section {
  --c-primary: #192B3F;
  --c-white: #FFFFFF;
  background: #ffffff; }
  .mega-menu-section__title {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 4.25rem;
    margin-bottom: 2rem; }
  .mega-menu-section > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    padding: 30px !important;
    gap: 1.5rem; }
    .mega-menu-section > ul li {
      margin: 0; }
    .mega-menu-section > ul > li > a {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .mega-menu-section > ul > li > a .title {
        flex-shrink: 1;
        padding-top: 7px;
        text-align: left;
        word-wrap: break-word;
        white-space: normal;
        line-height: 1.2;
        text-align: center; }
      .mega-menu-section > ul > li > a .image {
        aspect-ratio: 1;
        position: relative;
        overflow: hidden; }
        .mega-menu-section > ul > li > a .image img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%;
          font-family: 'object-fit';
          transition: transform 200ms ease;
          position: relative; }
      .mega-menu-section > ul > li > a:hover {
        background-color: var(--c-l-grey); }
        .mega-menu-section > ul > li > a:hover .image img {
          transform: scale(1.1); }
  .mega-menu-section.view-all {
    display: flex;
    justify-content: center; }
  .mega-menu-section #mega-menu-close,
  .mega-menu-section #brands-menu-close {
    display: block;
    margin: auto; }

.mega-menu-mobile-section {
  display: block; }
  @media screen and (min-width: 82.5em) {
    .mega-menu-mobile-section {
      display: none; } }

.mega-menu-tabs {
  display: none; }
  @media screen and (min-width: 82.5em) {
    .mega-menu-tabs {
      display: flex; } }
  .mega-menu-tabs .mega-menu-tabs__nav {
    display: flex;
    flex-direction: column;
    min-width: 150px; }
  .mega-menu-tabs .mega-menu-tabs__button {
    padding: 12px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    position: relative;
    transition: color 0.3s ease;
    text-align: left; }
  .mega-menu-tabs .mega-menu-tabs__button:hover {
    color: #333; }
  .mega-menu-tabs .mega-menu-tabs__button.active {
    background: #ffffff; }
  .mega-menu-tabs .mega-menu-tabs__button.active::after {
    content: "";
    display: inline-flex;
    width: 4px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    padding-left: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjA1IiBoZWlnaHQ9IjguMTQxIj48cGF0aCBkPSJNNC4wNSA0LjA3MUwwIDguMTQxVjB6IiBmaWxsPSIjZTJjYWIzIi8+PC9zdmc+) center center no-repeat; }
  .mega-menu-tabs .mega-menu-tabs__content {
    flex: 1; }
  .mega-menu-tabs .mega-menu-tabs__panel {
    display: none; }
  .mega-menu-tabs .mega-menu-tabs__panel.active {
    display: block; }

nav.nav-primary-mobile .mega-menu-section.view-all > a.button, nav.nav-primary-mobile .nav-left > ul > li.level-0-item.mega-menu-section.view-all:not(.quote-button) > a,
nav.nav-primary-mobile .nav-right > ul > li.level-0-item.mega-menu-section.view-all:not(.quote-button) > a {
  background-color: var(--c-white);
  color: var(--c-primary); }
  nav.nav-primary-mobile .mega-menu-section.view-all > a.button:hover, nav.nav-primary-mobile .nav-left > ul > li.level-0-item.mega-menu-section.view-all:not(.quote-button) > a:hover,
  nav.nav-primary-mobile .nav-right > ul > li.level-0-item.mega-menu-section.view-all:not(.quote-button) > a:hover, nav.nav-primary-mobile .mega-menu-section.view-all > a.button:focus, nav.nav-primary-mobile .nav-left > ul > li.level-0-item.mega-menu-section.view-all:not(.quote-button) > a:focus,
  nav.nav-primary-mobile .nav-right > ul > li.level-0-item.mega-menu-section.view-all:not(.quote-button) > a:focus {
    background-color: var(--c-secondary);
    color: var(--c-primary); }

.menu-item-20091 .mega-menu-section {
  display: none;
  padding: 25px 70px 0 70px; }
  @media screen and (min-width: 82.5em) {
    .menu-item-20091 .mega-menu-section {
      display: flex; } }
  .menu-item-20091 .mega-menu-section__title {
    display: none; }
  .menu-item-20091 .mega-menu-section > ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 4rem;
    justify-items: center;
    align-items: center; }
    .menu-item-20091 .mega-menu-section > ul > li {
      display: flex;
      justify-content: center;
      width: 100%;
      height: 100%; }
    .menu-item-20091 .mega-menu-section > ul > li:last-child {
      grid-column: 1 / -1;
      display: flex;
      justify-content: center; }
    .menu-item-20091 .mega-menu-section > ul > li:last-child > a {
      width: auto;
      max-width: 300px; }
    .menu-item-20091 .mega-menu-section > ul > li > a {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 25px;
      border: 3px solid #f4f4f7;
      border-radius: 8px;
      height: 100%;
      width: 100%; }
      .menu-item-20091 .mega-menu-section > ul > li > a .image {
        aspect-ratio: initial;
        position: relative;
        overflow: hidden; }
        .menu-item-20091 .mega-menu-section > ul > li > a .image img {
          transform: none;
          max-height: 60px; }

.menu-item-20091 .brands-button {
  padding-bottom: 55px;
  text-align: center; }
  .menu-item-20091 .brands-button a {
    width: 300px; }

#mega-menu-close-x,
#brands-menu-close-x {
  display: block;
  margin-left: auto;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s; }

.nav-primary-mobile .menu-item-29 .mega-menu-section {
  background: #192B3F; }
  .nav-primary-mobile .menu-item-29 .mega-menu-section__title {
    color: var(--c-white);
    gap: 2rem; }
  .nav-primary-mobile .menu-item-29 .mega-menu-section > ul {
    display: block;
    list-style: none; }
    .nav-primary-mobile .menu-item-29 .mega-menu-section > ul li {
      padding: 0; }
      .nav-primary-mobile .menu-item-29 .mega-menu-section > ul li > a {
        display: flex;
        padding: .75rem 0;
        gap: 1.5rem; }
        .nav-primary-mobile .menu-item-29 .mega-menu-section > ul li > a > .image {
          display: none; }
        .nav-primary-mobile .menu-item-29 .mega-menu-section > ul li > a:hover {
          background-color: transparent; }

.nav-primary-mobile .menu-item-20091 .mega-menu-section__title {
  color: var(--c-white);
  gap: 2rem; }

.nav-primary-mobile .menu-item-20091 .mega-menu-section > ul {
  display: block;
  list-style: none; }
  .nav-primary-mobile .menu-item-20091 .mega-menu-section > ul li {
    padding: 0; }
    .nav-primary-mobile .menu-item-20091 .mega-menu-section > ul li > a {
      padding: 1rem 0;
      border-bottom: 1px solid rgba(226, 202, 179, 0.5);
      display: block; }
      .nav-primary-mobile .menu-item-20091 .mega-menu-section > ul li > a:hover, .nav-primary-mobile .menu-item-20091 .mega-menu-section > ul li > a:focus {
        background-color: transparent; }

.awesomplete [hidden] {
  display: none; }

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.awesomplete {
  position: relative;
  width: 100%; }

.awesomplete > input {
  display: block;
  width: 100%; }

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--c-white); }

.awesomplete > ul:empty {
  display: none; }

.awesomplete > ul {
  margin: 0;
  padding: .5rem 0;
  background: var(--c-white);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 0;
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none; }

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -.43em; }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease; } }

.awesomplete > ul > li {
  position: relative;
  display: flex;
  gap: .75rem;
  padding: .5rem 1rem;
  margin: 0;
  cursor: pointer; }

.awesomplete > ul > li:hover {
  background: var(--c-l-grey);
  color: black; }

.awesomplete > ul > li[aria-selected="true"] {
  background: var(--c-primary);
  color: white; }

.awesomplete mark {
  font-weight: bold;
  font-style: italic;
  background: transparent;
  color: inherit; }

/*

    //  //// --|    Components / Dialog

*/
.dialog-container, .dialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 20px; }

.dialog-container {
  z-index: 220;
  display: flex;
  overflow-y: scroll;
  padding: 2rem 0; }
  .dialog-container[aria-hidden='true'] {
    display: none; }

.dialog-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: fade-in 200ms both;
          animation: fade-in 200ms both; }

.dialog-content {
  margin: auto;
  position: relative;
  background: var(--c-l-grey);
  width: 100%;
  max-width: 900px;
  padding: 0;
  -webkit-animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
          animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  overflow: hidden; }

.dialog-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s; }

@media screen and (min-width: 700px) {
  .dialog-close {
    top: 1em;
    right: 1em; } }

.dialog-content .form .form-header {
  padding: 40px calc(var(--site-padding) / 2);
  padding-bottom: 0; }
  .dialog-content .form .form-header h2, .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header .form-title {
    font-size: clamp(1.875rem, calc(0.5288rem + 3.8462vw), 3.125rem); }
  @media screen and (min-width: 64em) {
    .dialog-content .form .form-header {
      padding: 40px var(--site-padding); } }

.dialog-content .form hr {
  color: #E8E8EA; }

.dialog-content .form form .form-row {
  margin: 0 calc(var(--site-padding) / 2); }
  .dialog-content .form form .form-row + .form-row {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #E8E8EA; }
  .dialog-content .form form .form-row > p {
    flex: 0 1 500px;
    font-weight: 700; }
  .dialog-content .form form .form-row > .form-flex {
    flex: 1 1 0; }
  @media screen and (min-width: 64em) {
    .dialog-content .form form .form-row {
      margin: 0 var(--site-padding); } }

.dialog-content .form form .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  min-width: 50%; }
  .dialog-content .form form .form-flex > * {
    flex: 1 1 350px; }
  .dialog-content .form form .form-flex > .field-type--textarea {
    flex-basis: 100%; }
  .dialog-content .form form .form-flex > p {
    flex-basis: 100%;
    margin: 0;
    font-weight: 700;
    font-size: 16px; }
    .dialog-content .form form .form-flex > p u {
      text-decoration-thickness: 1px;
      text-underline-offset: 2px; }
  .dialog-content .form form .form-flex select {
    width: 100%;
    padding: 6px;
    cursor: pointer;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    background-color: #fff !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.141' height='4.05'%3E%3Cpath d='M4.07 4.05L0 0h8.141z' fill='%23192B3F'/%3E%3C/svg%3E") no-repeat right 15px center; }

.dialog-content .form form .form-footer {
  margin-top: var(--site-padding);
  padding: var(--site-padding);
  background: #E8E8EA; }
  .dialog-content .form form .form-footer a {
    color: var(--c-link); }
    .dialog-content .form form .form-footer a:hover {
      color: var(--c-link-hover);
      text-decoration: underline; }
  @media screen and (min-width: 28.125em) {
    .dialog-content .form form .form-footer {
      display: flex;
      gap: 70px;
      justify-content: flex-end;
      align-items: center; }
      .dialog-content .form form .form-footer label, .dialog-content .form form .form-footer .field {
        margin: 0; } }

@media screen and (min-width: 64em) {
  .dialog-content .form {
    margin: 0 auto; } }

@media (prefers-reduced-motion: reduce) {
  .dialog-close {
    transition: none; }
  .dialog-content {
    -webkit-animation: none;
            animation: none; } }

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

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

@-webkit-keyframes slide-up {
  from {
    transform: translateY(10%); } }

@keyframes slide-up {
  from {
    transform: translateY(10%); } }

/*

    //  //// --|    Blocks / Accordion

*/
section.flexi-block.block--accordion .block-heading h1:first-child::after, section.flexi-block.block--accordion .block-heading .hero--front .hero__content .content h1.eyebrow + h2:first-child::after, .hero--front .hero__content .content section.flexi-block.block--accordion .block-heading h1.eyebrow + h2:first-child::after, section.flexi-block.block--accordion .block-heading .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title:first-child::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--accordion .block-heading h1.eyebrow + .form-title:first-child::after, section.flexi-block.block--accordion .block-heading .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title:first-child::after, .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--accordion .block-heading h1.eyebrow + .form-title:first-child::after, section.flexi-block.block--accordion .block-heading h2:first-child::after, section.flexi-block.block--accordion .block-heading .dialog-content .form .form-header .form-title:first-child::after, .dialog-content .form .form-header section.flexi-block.block--accordion .block-heading .form-title:first-child::after, section.flexi-block.block--accordion .block-heading h3:first-child::after, section.flexi-block.block--accordion .block-heading h4:first-child::after, section.flexi-block.block--accordion .block-heading h5:first-child::after, section.flexi-block.block--accordion .block-heading h6:first-child::after {
  content: '';
  display: block;
  padding-bottom: .6em;
  border-bottom: 1px solid var(--c-secondary);
  width: 100%;
  max-width: 200px; }
  @media screen and (min-width: 28.125em) {
    section.flexi-block.block--accordion .block-heading h1:first-child::after, section.flexi-block.block--accordion .block-heading .hero--front .hero__content .content h1.eyebrow + h2:first-child::after, .hero--front .hero__content .content section.flexi-block.block--accordion .block-heading h1.eyebrow + h2:first-child::after, section.flexi-block.block--accordion .block-heading .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title:first-child::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--accordion .block-heading h1.eyebrow + .form-title:first-child::after, section.flexi-block.block--accordion .block-heading .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title:first-child::after, .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--accordion .block-heading h1.eyebrow + .form-title:first-child::after, section.flexi-block.block--accordion .block-heading h2:first-child::after, section.flexi-block.block--accordion .block-heading .dialog-content .form .form-header .form-title:first-child::after, .dialog-content .form .form-header section.flexi-block.block--accordion .block-heading .form-title:first-child::after, section.flexi-block.block--accordion .block-heading h3:first-child::after, section.flexi-block.block--accordion .block-heading h4:first-child::after, section.flexi-block.block--accordion .block-heading h5:first-child::after, section.flexi-block.block--accordion .block-heading h6:first-child::after {
      max-width: 380px; } }

section.flexi-block.block--accordion .block-heading h1[style="text-align: center;"]::after, section.flexi-block.block--accordion .block-heading .hero--front .hero__content .content h1.eyebrow + h2[style="text-align: center;"]::after, .hero--front .hero__content .content section.flexi-block.block--accordion .block-heading h1.eyebrow + h2[style="text-align: center;"]::after, section.flexi-block.block--accordion .block-heading .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title[style="text-align: center;"]::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--accordion .block-heading h1.eyebrow + .form-title[style="text-align: center;"]::after, section.flexi-block.block--accordion .block-heading .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title[style="text-align: center;"]::after, .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--accordion .block-heading h1.eyebrow + .form-title[style="text-align: center;"]::after, section.flexi-block.block--accordion .block-heading h2[style="text-align: center;"]::after, section.flexi-block.block--accordion .block-heading .dialog-content .form .form-header .form-title[style="text-align: center;"]::after, .dialog-content .form .form-header section.flexi-block.block--accordion .block-heading .form-title[style="text-align: center;"]::after, section.flexi-block.block--accordion .block-heading h3[style="text-align: center;"]::after, section.flexi-block.block--accordion .block-heading h4[style="text-align: center;"]::after, section.flexi-block.block--accordion .block-heading h5[style="text-align: center;"]::after, section.flexi-block.block--accordion .block-heading h6[style="text-align: center;"]::after {
  margin: auto; }

section.flexi-block.block--accordion .shiftr-accordion {
  margin-top: 2rem;
  margin-bottom: 2rem; }

@media screen and (min-width: 64em) {
  section.flexi-block.block--accordion .block-heading {
    grid-column: 1 / 6;
    position: sticky;
    align-self: flex-start;
    top: 12rem; }
  section.flexi-block.block--accordion .shiftr-accordion {
    grid-column: 6 / 13;
    margin: 0; } }

/*

    //  //// --|    Blocks / Application

*/
section.flexi-block.block--application {
  text-align: center;
  padding: var(--site-padding); }
  @media screen and (min-width: 82.5em) {
    section.flexi-block.block--application {
      padding: var(--s-vertical-padding) var(--site-padding); } }
  section.flexi-block.block--application h2, section.flexi-block.block--application .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--application .form-title {
    margin-bottom: 1.96875rem; }

.application-grid {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1rem 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  .application-grid h3 {
    font-size: clamp(1.125rem, 0.9904rem + 0.3846vw, 1.25rem); }
  .application-grid .image {
    aspect-ratio: 9 / 5;
    display: block;
    overflow: hidden;
    position: relative; }
    .application-grid .image > img {
      transition: transform 200ms ease;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
    .application-grid .image:hover > img, .application-grid .image:focus > img {
      transform: scale(1.1); }
  .application-grid h3 {
    margin-top: 1rem; }

/*

    //  //// --|    Blocks / Card Content & Image (Previously Showroom Details)

*/
section.flexi-block.block--card-content-image {
  padding: 0 !important;
  margin-bottom: 0;
  color: var(--c-white);
  border-bottom: 4px solid var(--c-secondary); }
  section.flexi-block.block--card-content-image .shiftr-form .form-submit-notice {
    color: var(--c-black); }
  @media screen and (min-width: 82.5em) {
    section.flexi-block.block--card-content-image {
      padding: 0 var(--site-padding);
      border-bottom: 0;
      margin-bottom: var(--s-vertical-padding); }
      section.flexi-block.block--card-content-image .container, section.flexi-block.block--card-content-image body.single-product .shop-loop .form, body.single-product .shop-loop section.flexi-block.block--card-content-image .form,
      section.flexi-block.block--card-content-image body.single-product .shop-loop .entry-summary, body.single-product .shop-loop section.flexi-block.block--card-content-image .entry-summary {
        display: grid;
        grid-template-columns: 70% 30%; }
      section.flexi-block.block--card-content-image.layout-content_image .container, section.flexi-block.block--card-content-image.layout-content_image body.single-product .shop-loop .form, body.single-product .shop-loop section.flexi-block.block--card-content-image.layout-content_image .form,
      section.flexi-block.block--card-content-image.layout-content_image body.single-product .shop-loop .entry-summary, body.single-product .shop-loop section.flexi-block.block--card-content-image.layout-content_image .entry-summary {
        grid-template-columns: 30% 70%; }
      section.flexi-block.block--card-content-image.layout-content_image .image-slide {
        order: 2; }
      section.flexi-block.block--card-content-image.bg-fill {
        --bleed-width: max( calc( ( 50vw - ( var(--container-width) / 2)  ) ), var(--site-padding) );
        padding: 0;
        margin: 0; }
        section.flexi-block.block--card-content-image.bg-fill .container, section.flexi-block.block--card-content-image.bg-fill body.single-product .shop-loop .form, body.single-product .shop-loop section.flexi-block.block--card-content-image.bg-fill .form,
        section.flexi-block.block--card-content-image.bg-fill body.single-product .shop-loop .entry-summary, body.single-product .shop-loop section.flexi-block.block--card-content-image.bg-fill .entry-summary {
          --container-width: 1600;
          grid-template-columns: 65% 35%; }
        section.flexi-block.block--card-content-image.bg-fill .image-slide {
          margin: 0;
          padding-left: var(--bleed-width); }
        section.flexi-block.block--card-content-image.bg-fill .card {
          padding-right: var(--bleed-width); }
        section.flexi-block.block--card-content-image.bg-fill.layout-content_image .container, section.flexi-block.block--card-content-image.bg-fill.layout-content_image body.single-product .shop-loop .form, body.single-product .shop-loop section.flexi-block.block--card-content-image.bg-fill.layout-content_image .form,
        section.flexi-block.block--card-content-image.bg-fill.layout-content_image body.single-product .shop-loop .entry-summary, body.single-product .shop-loop section.flexi-block.block--card-content-image.bg-fill.layout-content_image .entry-summary {
          grid-template-columns: 35% 65%; }
        section.flexi-block.block--card-content-image.bg-fill.layout-content_image .image-slide {
          padding-left: var(--site-padding);
          padding-right: var(--bleed-width); }
        section.flexi-block.block--card-content-image.bg-fill.layout-content_image .card {
          padding-right: var(--site-padding);
          padding-left: var(--bleed-width); } }
  section.flexi-block.block--card-content-image .image-slide {
    padding: var(--site-padding);
    margin: 35px 35px 0;
    background-color: var(--c-primary);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative; }
    section.flexi-block.block--card-content-image .image-slide::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 0; }
    @media screen and (min-width: 82.5em) {
      section.flexi-block.block--card-content-image .image-slide {
        padding: 80px 130px;
        margin: 35px 0; } }
    section.flexi-block.block--card-content-image .image-slide .content {
      margin: unset;
      z-index: 1; }
    section.flexi-block.block--card-content-image .image-slide .button, section.flexi-block.block--card-content-image .image-slide nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--card-content-image .image-slide li.level-0-item.quote-button > button, section.flexi-block.block--card-content-image .image-slide .nav-left > ul > li.level-0-item:not(.quote-button) > a,
    section.flexi-block.block--card-content-image .image-slide .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--card-content-image .image-slide .nav-left > ul > li.quote-button.level-0-item > button,
    section.flexi-block.block--card-content-image .image-slide .nav-right > ul > li.quote-button.level-0-item > button {
      --c-white: #192B3F;
      --c-primary: #FFFFFF; }
    section.flexi-block.block--card-content-image .image-slide .button--outline:hover {
      background-color: var(--c-white); }
    section.flexi-block.block--card-content-image .image-slide h2, section.flexi-block.block--card-content-image .image-slide .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--card-content-image .image-slide .form-title {
      color: inherit;
      margin-bottom: 1.96875rem; }
  section.flexi-block.block--card-content-image .card {
    --c-card-bg: var(--c-primary);
    background-color: var(--c-card-bg);
    padding: var(--site-padding) calc( var(--site-padding) * 2); }
    section.flexi-block.block--card-content-image .card.bg-l-grey {
      --c-card-bg: var(--c-l-grey);
      color: var(--c-text-base); }
    section.flexi-block.block--card-content-image .card h2, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .form-title {
      color: inherit;
      margin-bottom: 1.96875rem; }
    section.flexi-block.block--card-content-image .card h3, section.flexi-block.block--card-content-image .card label {
      color: inherit; }
    section.flexi-block.block--card-content-image .card h3 {
      margin-bottom: 1rem;
      font-family: "Oxygen", Arial, sans-serif;
      font-weight: 700;
      font-size: 1.25rem; }
    section.flexi-block.block--card-content-image .card label {
      margin-bottom: 0.5rem; }
    section.flexi-block.block--card-content-image .card .field {
      margin-bottom: 1rem; }
    section.flexi-block.block--card-content-image .card .button, section.flexi-block.block--card-content-image .card nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--card-content-image .card li.level-0-item.quote-button > button, section.flexi-block.block--card-content-image .card .nav-left > ul > li.level-0-item:not(.quote-button) > a,
    section.flexi-block.block--card-content-image .card .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--card-content-image .card .nav-left > ul > li.quote-button.level-0-item > button,
    section.flexi-block.block--card-content-image .card .nav-right > ul > li.quote-button.level-0-item > button {
      --padding-ratio: 3;
      border: 1px solid var(--c-white); }
      section.flexi-block.block--card-content-image .card .button--outline {
        color: var(--c-white); }
        section.flexi-block.block--card-content-image .card .button--outline:hover {
          background-color: var(--c-white);
          color: var(--c-primary); }
    @media screen and (min-width: 82.5em) {
      section.flexi-block.block--card-content-image .card {
        padding: 90px calc( var(--site-padding) * 2); } }
    section.flexi-block.block--card-content-image .card strong:not(:last-child) {
      display: block;
      margin-bottom: 1rem; }

/*

    //  //// --|    Blocks / Case Study Content

*/
section.flexi-block.block--case-study-content .content-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  gap: 1rem 2rem;
  margin-bottom: 2rem; }
  section.flexi-block.block--case-study-content .content-heading span.eyebrow {
    font-weight: 700; }
  section.flexi-block.block--case-study-content .content-heading h2, section.flexi-block.block--case-study-content .content-heading .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--case-study-content .content-heading .form-title {
    margin-bottom: 0; }
  section.flexi-block.block--case-study-content .content-heading span.eyebrow + h2, section.flexi-block.block--case-study-content .content-heading .dialog-content .form .form-header span.eyebrow + .form-title, .dialog-content .form .form-header section.flexi-block.block--case-study-content .content-heading span.eyebrow + .form-title {
    margin-top: 0; }

section.flexi-block.block--case-study-content .stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem; }
  section.flexi-block.block--case-study-content .stats .stat {
    flex-basis: 340px;
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    section.flexi-block.block--case-study-content .stats .stat .stat-value {
      font-size: clamp( 2.5rem, 1.25rem + 3.125vw, 3.75rem );
      font-family: var(--t-heading-font-family);
      font-weight: 700; }
    section.flexi-block.block--case-study-content .stats .stat .stat-description {
      font-size: clamp( 1.125rem, .9904rem + .3846vw, 1.25rem ); }
  @media screen and (min-width: 28.125em) {
    section.flexi-block.block--case-study-content .stats {
      gap: 60px; } }

@media screen and (min-width: 48em) {
  section.flexi-block.block--case-study-content .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem; }
    section.flexi-block.block--case-study-content .content > *:first-child:last-child {
      grid-column: 1 / 3; } }

/*

    //  //// --|    Blocks / Case Study Testimonial

*/
section.flexi-block.block--case-study-testimonial .eyebrow {
  margin-bottom: 2rem; }

section.flexi-block.block--case-study-testimonial blockquote > .content {
  font-size: clamp( 1.5625rem, .5529rem + 2.8846vw, 2.5rem );
  line-height: 1.3; }
  section.flexi-block.block--case-study-testimonial blockquote > .content p {
    line-height: inherit; }

/*

    //  //// --|    Blocks / Checkatrade Reputation & Content

*/
section.flexi-block.block--checkatrade a.image {
  display: grid;
  place-items: center;
  margin-bottom: 40px; }

@media screen and (min-width: 64em) {
  section.flexi-block.block--checkatrade div.container, section.flexi-block.block--checkatrade body.single-product .shop-loop div.form, body.single-product .shop-loop section.flexi-block.block--checkatrade div.form,
  section.flexi-block.block--checkatrade body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop section.flexi-block.block--checkatrade div.entry-summary {
    width: auto;
    display: grid;
    grid-template-columns: auto 20%;
    gap: 100px; }
  section.flexi-block.block--checkatrade div.content {
    margin: 0;
    padding: 40px 0;
    align-self: center; }
  section.flexi-block.block--checkatrade a.image {
    margin: 0;
    order: 2; }
  section.flexi-block.block--checkatrade.layout-image_content div.container, section.flexi-block.block--checkatrade.layout-image_content body.single-product .shop-loop div.form, body.single-product .shop-loop section.flexi-block.block--checkatrade.layout-image_content div.form,
  section.flexi-block.block--checkatrade.layout-image_content body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop section.flexi-block.block--checkatrade.layout-image_content div.entry-summary {
    grid-template-columns: 20% auto; }
  section.flexi-block.block--checkatrade.layout-image_content .container > .content, section.flexi-block.block--checkatrade.layout-image_content body.single-product .shop-loop .form > .content, body.single-product .shop-loop section.flexi-block.block--checkatrade.layout-image_content .form > .content, section.flexi-block.block--checkatrade.layout-image_content body.single-product .shop-loop .entry-summary > .content, body.single-product .shop-loop section.flexi-block.block--checkatrade.layout-image_content .entry-summary > .content {
    order: 2; }
  section.flexi-block.block--checkatrade.layout-image_content .container > .image, section.flexi-block.block--checkatrade.layout-image_content body.single-product .shop-loop .form > .image, body.single-product .shop-loop section.flexi-block.block--checkatrade.layout-image_content .form > .image, section.flexi-block.block--checkatrade.layout-image_content body.single-product .shop-loop .entry-summary > .image, body.single-product .shop-loop section.flexi-block.block--checkatrade.layout-image_content .entry-summary > .image {
    order: 1; } }

/*

    //  //// --|    Blocks / Colours

*/
section.flexi-block.block--colours {
  --container-width: 2000;
  text-align: center;
  padding: 2rem 0;
  position: relative; }
  section.flexi-block.block--colours.bg-grey {
    background: linear-gradient(0deg, var(--c-white) 52px, var(--c-l-grey) 52px);
    margin-bottom: 0; }
  section.flexi-block.block--colours .glide:before {
    content: '';
    background: #f1f1f4;
    background: linear-gradient(90deg, #f1f1f4 0%, rgba(241, 241, 244, 0) 80%);
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 20px);
    width: 100px;
    z-index: 1; }
  section.flexi-block.block--colours .glide:after {
    content: '';
    background: #f1f1f4;
    background: linear-gradient(270deg, #f1f1f4 0%, rgba(241, 241, 244, 0) 80%);
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 20px);
    width: 100px;
    z-index: 1; }
  @media screen and (min-width: 48em) {
    section.flexi-block.block--colours .glide:before, section.flexi-block.block--colours .glide:after {
      width: 300px; } }
  section.flexi-block.block--colours h2, section.flexi-block.block--colours .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--colours .form-title {
    margin-bottom: 1.96875rem; }
  section.flexi-block.block--colours .title {
    display: block;
    margin: 0;
    margin-top: 1rem;
    font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
    letter-spacing: 0.02em;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, calc( 3vw + 10px), 2rem);
    line-height: 1.2;
    font-weight: 400;
    color: var(--c-black); }
  section.flexi-block.block--colours .glide__arrows {
    margin: 0 auto;
    margin-top: 60px;
    width: 100%;
    max-width: 1640px;
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
    align-items: center; }
  section.flexi-block.block--colours .glide__arrow {
    border: 0;
    background-color: var(--c-primary);
    padding: .5rem;
    display: grid;
    place-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    section.flexi-block.block--colours .glide__arrow:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--c-secondary);
      transform: scale(0);
      transition-property: transform;
      transition-duration: 200ms;
      transition-timing-function: ease-out; }
    section.flexi-block.block--colours .glide__arrow:hover svg path {
      fill: var(--c-primary); }
    section.flexi-block.block--colours .glide__arrow:hover:before {
      transform: scale(1); }
  section.flexi-block.block--colours .image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden; }
    section.flexi-block.block--colours .image img {
      transition: transform 200ms ease;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
    section.flexi-block.block--colours .image:hover > img, section.flexi-block.block--colours .image:focus > img {
      transform: scale(1.1); }

/*

    //  //// --|    Blocks / Columns

*/
section.flexi-block.block--columns div.columns div.column {
  margin-bottom: 50px; }
  section.flexi-block.block--columns div.columns div.column div.image {
    width: 100%;
    margin-bottom: 16px;
    padding-top: 100%;
    position: relative;
    border-radius: var(--border-radius);
    overflow: auto; }
    section.flexi-block.block--columns div.columns div.column div.image img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
    section.flexi-block.block--columns div.columns div.column div.image:last-child {
      margin-bottom: 0; }
  section.flexi-block.block--columns div.columns div.column:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 40em) {
  section.flexi-block.block--columns div.columns {
    display: grid;
    grid-gap: calc( var(--site-gutter) * 2) var(--site-gutter);
    grid-template-columns: 1fr 1fr; }
    section.flexi-block.block--columns div.columns div.column {
      margin-bottom: 0; } }

@media screen and (min-width: 48em) {
  section.flexi-block.block--columns div.columns.columns-3, section.flexi-block.block--columns div.columns.columns-5, section.flexi-block.block--columns div.columns.columns-6, section.flexi-block.block--columns div.columns.columns-9 {
    grid-template-columns: repeat(3, 1fr); } }

@media screen and (min-width: 64em) {
  section.flexi-block.block--columns div.columns.columns-4, section.flexi-block.block--columns div.columns.columns-7, section.flexi-block.block--columns div.columns.columns-8, section.flexi-block.block--columns div.columns.columns-10, section.flexi-block.block--columns div.columns.columns-11, section.flexi-block.block--columns div.columns.columns-12 {
    grid-template-columns: repeat(4, 1fr); } }

/*

    //  //// --|    Blocks / Contact

*/
section.flexi-block.block--contact:last-child {
  margin-bottom: 0; }

section.flexi-block.block--contact .title {
  margin-bottom: 1.96875rem; }

section.flexi-block.block--contact .contact-details {
  --c-text-base: #FFFFFF;
  background: var(--c-primary);
  margin-bottom: 50px;
  text-align: center;
  padding: var(--site-padding);
  margin: 0 calc( var(--site-padding) * -1); }
  section.flexi-block.block--contact .contact-details p, section.flexi-block.block--contact .contact-details a {
    color: var(--c-text-base);
    margin: 0; }
  section.flexi-block.block--contact .contact-details address {
    font-style: normal;
    font-size: clamp(1rem, 3vw, 1.125rem); }
    section.flexi-block.block--contact .contact-details address > a {
      margin-bottom: 32px;
      padding: 4px 0;
      display: inline-block; }
      section.flexi-block.block--contact .contact-details address > a:hover {
        text-decoration: underline; }
      section.flexi-block.block--contact .contact-details address > a[href*="tel"] {
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy45NTciIGhlaWdodD0iMjMuOTU3Ij48cGF0aCBkPSJNMjIuNDYgMjMuOTU3YTE3Ljk0OCAxNy45NDggMCAwMS04LjA2OS0yIDI3LjQgMjcuNCAwIDAxLTcuMi01LjE5MUEyNy40IDI3LjQgMCAwMTIgOS41NjYgMTcuOTQ4IDE3Ljk0OCAwIDAxMCAxLjUgMS40NzcgMS40NzcgMCAwMTEuNSAwaDQuNjU4YTEuMTc3IDEuMTc3IDAgMDEuODE1LjMxNiAxLjQ3MSAxLjQ3MSAwIDAxLjQ0OS44NDhsLjkgNC4xOTJhMi4zOTMgMi4zOTMgMCAwMS0uMDE3Ljg0OCAxLjI4MiAxLjI4MiAwIDAxLS4zNDkuNjQ5bC0zLjMyNyAzLjM2MWEyNy42MjUgMjcuNjI1IDAgMDA0LjE3NiA1LjM5IDIzLjA3OCAyMy4wNzggMCAwMDUuMjM2IDMuODk2bDMuMTU5LTMuMjYyYTEuODQgMS44NCAwIDAxLjc2NS0uNTE2IDEuNTM4IDEuNTM4IDAgMDEuODY1LS4wNWwzLjk2Ljg2NWExLjQ1NCAxLjQ1NCAwIDAxMS4xNjUgMS40MzF2NC40OTJhMS40NzcgMS40NzcgMCAwMS0xLjUgMS41eiIgZmlsbD0iI2UyY2FiMyIvPjwvc3ZnPg==") no-repeat top center;
        padding: 40px 0 0; }
      section.flexi-block.block--contact .contact-details address > a[href*="mailto"] {
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy41MyIgaGVpZ2h0PSIxOC44MjQiPjxwYXRoIGQ9Ik0xLjc2NSAxOC44MjRhMS42OTMgMS42OTMgMCAwMS0xLjIzNS0uNTI5QTEuNjkzIDEuNjkzIDAgMDEwIDE3LjA1OVYxLjc2NUExLjY5MyAxLjY5MyAwIDAxLjUyOS41MyAxLjY5MyAxLjY5MyAwIDAxMS43NjUgMGgyMGExLjgwOSAxLjgwOSAwIDAxMS43NjUgMS43NjV2MTUuMjk0YTEuODA5IDEuODA5IDAgMDEtMS43NjUgMS43NjV6bTEwLTguODgzbDEwLTYuNTU5VjEuNzY1bC0xMCA2LjQxMi0xMC02LjQxMnYxLjYxOHoiIGZpbGw9IiNlMmNhYjMiLz48L3N2Zz4=") no-repeat top center;
        padding: 40px 0 0; }
    section.flexi-block.block--contact .contact-details address p.location {
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy41MjkiIGhlaWdodD0iMjkuNDEyIj48cGF0aCBkPSJNMTEuNzY1IDE0LjMzOGEyLjU3NCAyLjU3NCAwIDAwMS44Mi00LjM5MyAyLjU3NCAyLjU3NCAwIDAwLTMuNjQgMy42NCAyLjQ4IDIuNDggMCAwMDEuODIuNzUzem0wIDE1LjA3M2E0OC44ODcgNDguODg3IDAgMDEtOC44NDItOS4zNTcgMTQuNTUgMTQuNTUgMCAwMS0yLjkyMy04IDExLjM3MyAxMS4zNzMgMCAwMTMuNTQ4LTguNzg3IDExLjk1MyAxMS45NTMgMCAwMTE2LjQzNCAwIDExLjM3MyAxMS4zNzMgMCAwMTMuNTQ4IDguNzg3IDE0LjU1IDE0LjU1IDAgMDEtMi45MjMgOCA0OC44ODcgNDguODg3IDAgMDEtOC44NDIgOS4zNTh6IiBmaWxsPSIjZTJjYWIzIi8+PC9zdmc+") no-repeat top center;
      padding: 40px 0 0; }
    section.flexi-block.block--contact .contact-details address a + p {
      margin-top: 0; }
    section.flexi-block.block--contact .contact-details address > *:last-child {
      margin-bottom: 0; }

section.flexi-block.block--contact .form {
  background: var(--c-l-grey);
  margin: 0 calc( var(--site-padding) * -1);
  display: flex;
  flex-direction: column; }
  section.flexi-block.block--contact .form .form-header {
    padding: var(--site-padding);
    padding-bottom: 0; }
    section.flexi-block.block--contact .form .form-header h2, section.flexi-block.block--contact .dialog-content .form .form-header .form-title, .dialog-content section.flexi-block.block--contact .form .form-header .form-title {
      font-size: clamp(1.5625rem, calc(1.226rem + 0.9615vw), 1.875rem); }
  section.flexi-block.block--contact .form hr {
    color: #E8E8EA; }
  section.flexi-block.block--contact .form .shiftr-form {
    flex-grow: 1; }
    section.flexi-block.block--contact .form .shiftr-form .form-fields {
      display: flex;
      flex-direction: column;
      height: 100%;
      max-width: 100%; }
      section.flexi-block.block--contact .form .shiftr-form .form-fields .field-type--file {
        max-width: 100%; }
        section.flexi-block.block--contact .form .shiftr-form .form-fields .field-type--file input {
          max-width: 100%; }
      section.flexi-block.block--contact .form .shiftr-form .form-fields fieldset:last-of-type,
      section.flexi-block.block--contact .form .shiftr-form .form-fields fieldset:has(> .form-footer) {
        margin-bottom: var(--site-padding); }
      section.flexi-block.block--contact .form .shiftr-form .form-fields .form-footer {
        margin-top: auto; }

section.flexi-block.block--contact .map {
  height: 425px;
  margin: 0 calc( var(--site-padding) * -1); }

@media screen and (min-width: 64em) {
  section.flexi-block.block--contact .container, section.flexi-block.block--contact body.single-product .shop-loop .form, body.single-product .shop-loop section.flexi-block.block--contact .form,
  section.flexi-block.block--contact body.single-product .shop-loop .entry-summary, body.single-product .shop-loop section.flexi-block.block--contact .entry-summary {
    display: grid;
    grid-template-columns: 44% 56%;
    grid-template-rows: auto auto 600px 16px; }
  section.flexi-block.block--contact .title {
    padding: 30px 0; }
  section.flexi-block.block--contact .contact-details {
    grid-row: 2;
    margin: 0;
    margin-left: min( calc( var(--site-padding) * -1 ), calc( ( var(--container-width) / 2 ) - 50vw ) );
    padding: 150px max( var(--site-padding), calc( 50vw - ( var(--container-width) / 2 ) ) );
    text-align: left; }
    section.flexi-block.block--contact .contact-details address > a[href*="tel"],
    section.flexi-block.block--contact .contact-details address > a[href*="mailto"],
    section.flexi-block.block--contact .contact-details address > p.location {
      background-position: top 2px left;
      padding: 4px 0 4px 35px; }
    section.flexi-block.block--contact .contact-details address > a[href*="mailto"],
    section.flexi-block.block--contact .contact-details address > p.location {
      background-position: top 4px left; }
    section.flexi-block.block--contact .contact-details address > p.location br:last-child {
      display: none; }
  section.flexi-block.block--contact .map {
    height: 100%;
    grid-row: 3 / 5;
    grid-column: 1 / 3;
    padding: 0;
    margin: 0 min( calc( var(--site-padding) * -1 ), calc( ( var(--container-width) / 2 ) - 50vw ) ); }
  section.flexi-block.block--contact .form {
    grid-row: 1 / 4;
    grid-column: 2 / 3;
    z-index: 1;
    margin: 0; } }

@media screen and (min-width: 87.5em) {
  section.flexi-block.block--contact .container, section.flexi-block.block--contact body.single-product .shop-loop .form, body.single-product .shop-loop section.flexi-block.block--contact .form,
  section.flexi-block.block--contact body.single-product .shop-loop .entry-summary, body.single-product .shop-loop section.flexi-block.block--contact .entry-summary {
    grid-template-rows: auto auto 243px 385px; } }

.shiftr-form--general fieldset {
  border: 0;
  padding: 0 var(--site-padding);
  margin: 0;
  min-width: 0;
  display: flex;
  gap: 0 30px;
  flex-wrap: wrap; }
  .shiftr-form--general fieldset > *:not(hr) {
    flex: 1 1 350px; }
  .shiftr-form--general fieldset > .field-message {
    flex-basis: 100%; }
  .shiftr-form--general fieldset > hr {
    flex-basis: 100%; }

.shiftr-form--general legend {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem; }

.shiftr-form--general hr + fieldset {
  margin-top: 2rem; }

.shiftr-form--general .form-footer {
  margin-top: var(--site-padding);
  padding: var(--site-padding);
  background: #E8E8EA; }
  .shiftr-form--general .form-footer a {
    color: var(--c-link); }
    .shiftr-form--general .form-footer a:hover {
      color: var(--c-link-hover);
      text-decoration: underline; }
  @media screen and (min-width: 28.125em) {
    .shiftr-form--general .form-footer {
      display: flex;
      gap: 70px;
      justify-content: flex-end;
      align-items: center; }
      .shiftr-form--general .form-footer label, .shiftr-form--general .form-footer .field {
        margin: 0; } }

/*

    //  //// --|    Blocks / Content & CTA

*/
section.flexi-block.block--content-cta .content:not(.cta) h1:first-child::after, section.flexi-block.block--content-cta .hero--front .hero__content .content:not(.cta) h1.eyebrow + h2:first-child::after, .hero--front .hero__content section.flexi-block.block--content-cta .content:not(.cta) h1.eyebrow + h2:first-child::after, section.flexi-block.block--content-cta .hero--front .hero__content .content:not(.cta) .dialog-content .form .form-header h1.eyebrow + .form-title:first-child::after, .hero--front .hero__content section.flexi-block.block--content-cta .content:not(.cta) .dialog-content .form .form-header h1.eyebrow + .form-title:first-child::after, section.flexi-block.block--content-cta .dialog-content .form .form-header .hero--front .hero__content .content:not(.cta) h1.eyebrow + .form-title:first-child::after, .dialog-content .form .form-header .hero--front .hero__content section.flexi-block.block--content-cta .content:not(.cta) h1.eyebrow + .form-title:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) h2:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) .dialog-content .form .form-header .form-title:first-child::after, .dialog-content .form .form-header section.flexi-block.block--content-cta .content:not(.cta) .form-title:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) h3:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) h4:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) h5:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) h6:first-child::after {
  content: '';
  display: block;
  padding-bottom: .6em;
  border-bottom: 1px solid var(--c-secondary);
  width: 100%;
  max-width: 200px; }
  @media screen and (min-width: 28.125em) {
    section.flexi-block.block--content-cta .content:not(.cta) h1:first-child::after, section.flexi-block.block--content-cta .hero--front .hero__content .content:not(.cta) h1.eyebrow + h2:first-child::after, .hero--front .hero__content section.flexi-block.block--content-cta .content:not(.cta) h1.eyebrow + h2:first-child::after, section.flexi-block.block--content-cta .hero--front .hero__content .content:not(.cta) .dialog-content .form .form-header h1.eyebrow + .form-title:first-child::after, .hero--front .hero__content section.flexi-block.block--content-cta .content:not(.cta) .dialog-content .form .form-header h1.eyebrow + .form-title:first-child::after, section.flexi-block.block--content-cta .dialog-content .form .form-header .hero--front .hero__content .content:not(.cta) h1.eyebrow + .form-title:first-child::after, .dialog-content .form .form-header .hero--front .hero__content section.flexi-block.block--content-cta .content:not(.cta) h1.eyebrow + .form-title:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) h2:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) .dialog-content .form .form-header .form-title:first-child::after, .dialog-content .form .form-header section.flexi-block.block--content-cta .content:not(.cta) .form-title:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) h3:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) h4:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) h5:first-child::after, section.flexi-block.block--content-cta .content:not(.cta) h6:first-child::after {
      max-width: 380px; } }

section.flexi-block.block--content-cta div.cta.content {
  border: 3px solid var(--c-secondary);
  padding: var(--site-padding);
  margin-top: 2rem; }
  section.flexi-block.block--content-cta div.cta.content * + .button, section.flexi-block.block--content-cta div.cta.content nav.nav-primary-mobile ul li.level-0-item.quote-button > * + button, nav.nav-primary-mobile ul section.flexi-block.block--content-cta div.cta.content li.level-0-item.quote-button > * + button, section.flexi-block.block--content-cta div.cta.content .nav-left > ul > li.level-0-item:not(.quote-button) > * + a,
  section.flexi-block.block--content-cta div.cta.content .nav-right > ul > li.level-0-item:not(.quote-button) > * + a, section.flexi-block.block--content-cta div.cta.content .nav-left > ul > li.quote-button.level-0-item > * + button,
  section.flexi-block.block--content-cta div.cta.content .nav-right > ul > li.quote-button.level-0-item > * + button {
    margin-top: 2rem; }

section.flexi-block.block--content-cta.layout-light div.cta.content {
  text-align: center; }

section.flexi-block.block--content-cta.layout-dark div.cta.content {
  background-color: var(--c-primary);
  color: var(--c-white); }
  section.flexi-block.block--content-cta.layout-dark div.cta.content h1, section.flexi-block.block--content-cta.layout-dark .hero--front .hero__content div.cta.content h1.eyebrow + h2, .hero--front .hero__content section.flexi-block.block--content-cta.layout-dark div.cta.content h1.eyebrow + h2, section.flexi-block.block--content-cta.layout-dark .hero--front .hero__content div.cta.content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content section.flexi-block.block--content-cta.layout-dark div.cta.content .dialog-content .form .form-header h1.eyebrow + .form-title, section.flexi-block.block--content-cta.layout-dark .dialog-content .form .form-header .hero--front .hero__content div.cta.content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content section.flexi-block.block--content-cta.layout-dark div.cta.content h1.eyebrow + .form-title, section.flexi-block.block--content-cta.layout-dark div.cta.content h2, section.flexi-block.block--content-cta.layout-dark div.cta.content .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--content-cta.layout-dark div.cta.content .form-title, section.flexi-block.block--content-cta.layout-dark div.cta.content h3, section.flexi-block.block--content-cta.layout-dark div.cta.content h4, section.flexi-block.block--content-cta.layout-dark div.cta.content h5, section.flexi-block.block--content-cta.layout-dark div.cta.content h6 {
    color: inherit; }

@media screen and (min-width: 64em) {
  section.flexi-block.block--content-cta div.container, section.flexi-block.block--content-cta body.single-product .shop-loop div.form, body.single-product .shop-loop section.flexi-block.block--content-cta div.form,
  section.flexi-block.block--content-cta body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop section.flexi-block.block--content-cta div.entry-summary {
    width: auto;
    display: flex;
    gap: 100px; }
  section.flexi-block.block--content-cta div.cta.content {
    padding: 3rem;
    max-width: 660px;
    align-self: center; }
  section.flexi-block.block--content-cta.layout-image_content div.container, section.flexi-block.block--content-cta.layout-image_content body.single-product .shop-loop div.form, body.single-product .shop-loop section.flexi-block.block--content-cta.layout-image_content div.form,
  section.flexi-block.block--content-cta.layout-image_content body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop section.flexi-block.block--content-cta.layout-image_content div.entry-summary {
    flex-direction: row-reverse; } }

/*

    //  //// --|    Blocks / Content & Image

*/
section.flexi-block.block--content-image:not(.has-bg) {
  margin-top: var(--s-vertical-padding); }

section.flexi-block.block--content-image div.image {
  z-index: 2;
  position: relative;
  min-height: 225px; }
  section.flexi-block.block--content-image div.image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: 'object-fit'; }

section.flexi-block.block--content-image div.content + *, section.flexi-block.block--content-image div.image + * {
  margin-top: 40px; }

section.flexi-block.block--content-image.layout_style-thumbnail div.image, section.flexi-block.block--content-image.layout_style-large div.image {
  margin-right: calc( var(--site-padding) * -1); }
  @media screen and (min-width: 105em) {
    section.flexi-block.block--content-image.layout_style-thumbnail div.image, section.flexi-block.block--content-image.layout_style-large div.image {
      margin-right: calc( ( 50vw - ( var(--container-width) / 2)  ) * -1); } }

section.flexi-block.block--content-image.layout_style-thumbnail.layout-image_content div.image, section.flexi-block.block--content-image.layout_style-large.layout-image_content div.image {
  margin-left: calc( var(--site-padding) * -1);
  margin-right: 0; }
  @media screen and (min-width: 105em) {
    section.flexi-block.block--content-image.layout_style-thumbnail.layout-image_content div.image, section.flexi-block.block--content-image.layout_style-large.layout-image_content div.image {
      margin-left: calc( ( 50vw - ( var(--container-width) / 2)  ) * -1); } }

section.flexi-block.block--content-image.layout_style-thumbnail div.content {
  max-width: unset; }

@media screen and (min-width: 64em) {
  section.flexi-block.block--content-image div.container, section.flexi-block.block--content-image body.single-product .shop-loop div.form, body.single-product .shop-loop section.flexi-block.block--content-image div.form,
  section.flexi-block.block--content-image body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop section.flexi-block.block--content-image div.entry-summary {
    width: auto;
    display: grid;
    gap: 90px;
    grid-template: 'b__ci_content b__ci_image' auto / 1fr 1fr; }
  section.flexi-block.block--content-image.layout_style-thumbnail div.container, section.flexi-block.block--content-image.layout_style-thumbnail body.single-product .shop-loop div.form, body.single-product .shop-loop section.flexi-block.block--content-image.layout_style-thumbnail div.form,
  section.flexi-block.block--content-image.layout_style-thumbnail body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop section.flexi-block.block--content-image.layout_style-thumbnail div.entry-summary {
    grid-template: 'b__ci_content b__ci_image' auto / 4fr 1fr; }
  section.flexi-block.block--content-image div.content {
    margin: 0;
    padding: 0;
    grid-area: b__ci_content;
    align-self: center; }
  section.flexi-block.block--content-image.layout_style-thumbnail div.content {
    padding: 30px 0; }
  section.flexi-block.block--content-image div.image {
    min-height: 600px;
    margin: 0;
    grid-area: b__ci_image; }
  section.flexi-block.block--content-image.layout-image_content {
    /*
            Autoprefixer wants the area names to be unique so added the __l_ prefix
            */ }
    section.flexi-block.block--content-image.layout-image_content div.container, section.flexi-block.block--content-image.layout-image_content body.single-product .shop-loop div.form, body.single-product .shop-loop section.flexi-block.block--content-image.layout-image_content div.form,
    section.flexi-block.block--content-image.layout-image_content body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop section.flexi-block.block--content-image.layout-image_content div.entry-summary {
      grid-template: '__l_b__ci_image __l_b__ci_content' auto / 1fr 1fr; }
    section.flexi-block.block--content-image.layout-image_content.layout_style-thumbnail div.container, section.flexi-block.block--content-image.layout-image_content.layout_style-thumbnail body.single-product .shop-loop div.form, body.single-product .shop-loop section.flexi-block.block--content-image.layout-image_content.layout_style-thumbnail div.form,
    section.flexi-block.block--content-image.layout-image_content.layout_style-thumbnail body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop section.flexi-block.block--content-image.layout-image_content.layout_style-thumbnail div.entry-summary {
      grid-template: '__l_b__ci_image __l_b__ci_content' auto / 1fr 4fr; }
    section.flexi-block.block--content-image.layout-image_content div.content {
      grid-area: __l_b__ci_content; }
    section.flexi-block.block--content-image.layout-image_content div.image {
      grid-area: __l_b__ci_image; } }

/*
Block patterns
*/
section.flexi-block.block--content-image {
  position: relative;
  --bg-before: var(--c-white);
  --bg-after:  var(--c-white); }
  section.flexi-block.block--content-image[data-bg-before="primary"] {
    --bg-before: var(--c-primary); }
  section.flexi-block.block--content-image[data-bg-before="secondary"] {
    --bg-before: var(--c-secondary); }
  section.flexi-block.block--content-image[data-bg-before="grey"] {
    --bg-before: var(--c-l-grey); }
  section.flexi-block.block--content-image[data-bg-before="black"] {
    --bg-before: var(--c-black); }
  section.flexi-block.block--content-image[data-bg-after="primary"] {
    --bg-after: var(--c-primary); }
  section.flexi-block.block--content-image[data-bg-after="secondary"] {
    --bg-after: var(--c-secondary); }
  section.flexi-block.block--content-image[data-bg-after="grey"] {
    --bg-after: var(--c-l-grey); }
  section.flexi-block.block--content-image[data-bg-after="black"] {
    --bg-after: var(--c-black); }
  section.flexi-block.block--content-image[data-bg-before]::before {
    content: '';
    position: absolute;
    background-color: var(--bg-before);
    inset-inline-end: 0;
    top: 0;
    height: calc( var(--s-vertical-padding) + 55px);
    width: 100%;
    z-index: 0; }
    @supports not (inset-inline-end: 0) {
      section.flexi-block.block--content-image[data-bg-before]::before {
        right: 0; } }
    @media screen and (min-width: 64em) {
      section.flexi-block.block--content-image[data-bg-before]::before {
        height: 50%;
        width: 40%; } }
  section.flexi-block.block--content-image[data-bg-after]::after {
    content: '';
    position: absolute;
    background-color: var(--bg-after);
    inset-inline-end: 0;
    bottom: 0;
    height: calc( 100% - ( var(--s-vertical-padding) + 55px));
    width: var(--site-padding);
    z-index: 0; }
    @supports not (inset-inline-end: 0) {
      section.flexi-block.block--content-image[data-bg-after]::after {
        right: 0; } }
    @media screen and (min-width: 64em) {
      section.flexi-block.block--content-image[data-bg-after]::after {
        height: 50%;
        width: 40%; } }
  section.flexi-block.block--content-image[data-bg-after] .content {
    padding-right: var(--site-padding); }
    @media screen and (min-width: 64em) {
      section.flexi-block.block--content-image[data-bg-after] .content {
        padding-right: 0; } }
  section.flexi-block.block--content-image.layout-image_content[data-bg-before]::before, section.flexi-block.block--content-image.layout-image_content[data-bg-after]::after {
    direction: rtl; }
    @supports not (inset-inline-end: 0) {
      section.flexi-block.block--content-image.layout-image_content[data-bg-before]::before, section.flexi-block.block--content-image.layout-image_content[data-bg-after]::after {
        direction: ltr;
        left: 0; } }
  section.flexi-block.block--content-image.layout-image_content[data-bg-after] .content {
    padding-left: var(--site-padding);
    padding-right: 0; }
    @media screen and (min-width: 64em) {
      section.flexi-block.block--content-image.layout-image_content[data-bg-after] .content {
        padding-left: 0; } }

section.flexi-block.block--content:first-child + section.flexi-block.block--content-image.layout_style-large {
  padding-top: 0; }

/*

    //  //// --|    CTA Banner & Latest Products

*/
section.flexi-block.block--cta-banner-latest-products {
  padding: 0 !important; }
  section.flexi-block.block--cta-banner-latest-products > div {
    background-color: var(--c-primary);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
    position: relative; }
    section.flexi-block.block--cta-banner-latest-products > div.bg-overlay::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 0; }
    section.flexi-block.block--cta-banner-latest-products > div > .container, body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .form,
    body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .entry-summary {
      --c-primary: #FFFFFF;
      --c-black: #FFFFFF;
      --c-white: #192B3F;
      padding: var(--s-vertical-padding) 0;
      z-index: 1; }
      section.flexi-block.block--cta-banner-latest-products > div > .container .content, body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .form .content, body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .entry-summary .content {
        max-width: 46rem; }
      section.flexi-block.block--cta-banner-latest-products > div > .container .button, body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .form .button, body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .entry-summary .button, section.flexi-block.block--cta-banner-latest-products > div > .container nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--cta-banner-latest-products > div > .container li.level-0-item.quote-button > button, body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .form nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .form li.level-0-item.quote-button > button, body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .entry-summary nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .entry-summary li.level-0-item.quote-button > button, section.flexi-block.block--cta-banner-latest-products > div > .container .nav-left > ul > li.level-0-item:not(.quote-button) > a, body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .form .nav-left > ul > li.level-0-item:not(.quote-button) > a, body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .entry-summary .nav-left > ul > li.level-0-item:not(.quote-button) > a,
      section.flexi-block.block--cta-banner-latest-products > div > .container .nav-right > ul > li.level-0-item:not(.quote-button) > a,
      body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .form .nav-right > ul > li.level-0-item:not(.quote-button) > a,
      body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .entry-summary .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--cta-banner-latest-products > div > .container .nav-left > ul > li.quote-button.level-0-item > button, body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .form .nav-left > ul > li.quote-button.level-0-item > button, body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .entry-summary .nav-left > ul > li.quote-button.level-0-item > button,
      section.flexi-block.block--cta-banner-latest-products > div > .container .nav-right > ul > li.quote-button.level-0-item > button,
      body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .form .nav-right > ul > li.quote-button.level-0-item > button,
      body.single-product .shop-loop section.flexi-block.block--cta-banner-latest-products > div > .entry-summary .nav-right > ul > li.quote-button.level-0-item > button {
        margin-top: 2rem; }
  section.flexi-block.block--cta-banner-latest-products .latest-products {
    padding: var(--site-padding) 0;
    background-color: var(--c-white);
    margin: 0 calc( var(--site-padding) * -1);
    position: relative;
    z-index: 1; }
    section.flexi-block.block--cta-banner-latest-products .latest-products > h3 {
      padding: 0 var(--site-padding); }
    @media screen and (min-width: 102.5em) {
      section.flexi-block.block--cta-banner-latest-products .latest-products > h3 {
        padding-left: calc( 50vw - ( var(--container-width) / 2 )); } }
    section.flexi-block.block--cta-banner-latest-products .latest-products .products {
      padding-top: var(--site-padding); }
    section.flexi-block.block--cta-banner-latest-products .latest-products .controls {
      margin-top: 1rem; }
    section.flexi-block.block--cta-banner-latest-products .latest-products .glide__arrows {
      display: flex;
      gap: 30px;
      justify-content: center;
      align-items: center; }
    section.flexi-block.block--cta-banner-latest-products .latest-products .glide__arrow {
      border: 0;
      background-color: var(--c-primary);
      padding: .5rem;
      display: grid;
      place-content: center;
      position: relative;
      cursor: pointer; }
      section.flexi-block.block--cta-banner-latest-products .latest-products .glide__arrow:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--c-secondary);
        transform: scale(0);
        transition-property: transform;
        transition-duration: 200ms;
        transition-timing-function: ease-out; }
      section.flexi-block.block--cta-banner-latest-products .latest-products .glide__arrow:hover svg path {
        fill: var(--c-primary); }
      section.flexi-block.block--cta-banner-latest-products .latest-products .glide__arrow:hover:before {
        transform: scale(1); }
    section.flexi-block.block--cta-banner-latest-products .latest-products .glide__bullets {
      display: flex;
      gap: 1rem; }
    section.flexi-block.block--cta-banner-latest-products .latest-products .glide__bullet {
      padding: 0;
      width: .75rem;
      height: .75rem;
      border-radius: 50%;
      outline: none;
      border: none;
      cursor: pointer;
      background-color: var(--c-secondary);
      transition: background-color 50ms ease; }
      section.flexi-block.block--cta-banner-latest-products .latest-products .glide__bullet--active, section.flexi-block.block--cta-banner-latest-products .latest-products .glide__bullet:hover {
        background-color: var(--c-primary); }
    @media screen and (min-width: 64em) {
      section.flexi-block.block--cta-banner-latest-products .latest-products {
        max-width: 70vw;
        margin-right: 0;
        padding-bottom: 0; }
        section.flexi-block.block--cta-banner-latest-products .latest-products .glide--products {
          padding-right: var(--site-padding); }
        section.flexi-block.block--cta-banner-latest-products .latest-products .controls {
          margin: 0; }
        section.flexi-block.block--cta-banner-latest-products .latest-products .glide__bullets, section.flexi-block.block--cta-banner-latest-products .latest-products .glide__arrow--left {
          display: none; }
        section.flexi-block.block--cta-banner-latest-products .latest-products .glide__arrow--right {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateX(50%); } }

/*

    //  //// --|    Blocks / CTA banner (small)

*/
section.flexi-block.block--cta-banner-small {
  --vertical-padding: 50px;
  padding-top: var(--vertical-padding);
  padding-bottom: var(--vertical-padding);
  text-align: center; }
  section.flexi-block.block--cta-banner-small.bg-black .button, section.flexi-block.block--cta-banner-small.bg-black nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--cta-banner-small.bg-black li.level-0-item.quote-button > button, section.flexi-block.block--cta-banner-small.bg-black .nav-left > ul > li.level-0-item:not(.quote-button) > a,
  section.flexi-block.block--cta-banner-small.bg-black .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--cta-banner-small.bg-black .nav-left > ul > li.quote-button.level-0-item > button,
  section.flexi-block.block--cta-banner-small.bg-black .nav-right > ul > li.quote-button.level-0-item > button, section.flexi-block.block--cta-banner-small.bg-primary .button, section.flexi-block.block--cta-banner-small.bg-primary nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--cta-banner-small.bg-primary li.level-0-item.quote-button > button, section.flexi-block.block--cta-banner-small.bg-primary .nav-left > ul > li.level-0-item:not(.quote-button) > a,
  section.flexi-block.block--cta-banner-small.bg-primary .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--cta-banner-small.bg-primary .nav-left > ul > li.quote-button.level-0-item > button,
  section.flexi-block.block--cta-banner-small.bg-primary .nav-right > ul > li.quote-button.level-0-item > button {
    --focus-outer: var(--c-white);
    color: var(--c-white); }
  section.flexi-block.block--cta-banner-small.bg-black .button, section.flexi-block.block--cta-banner-small.bg-black nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--cta-banner-small.bg-black li.level-0-item.quote-button > button, section.flexi-block.block--cta-banner-small.bg-black .nav-left > ul > li.level-0-item:not(.quote-button) > a,
  section.flexi-block.block--cta-banner-small.bg-black .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--cta-banner-small.bg-black .nav-left > ul > li.quote-button.level-0-item > button,
  section.flexi-block.block--cta-banner-small.bg-black .nav-right > ul > li.quote-button.level-0-item > button {
    --focus-inner: var(--c-black); }
  section.flexi-block.block--cta-banner-small.bg-primary {
    color: var(--c-white); }
    section.flexi-block.block--cta-banner-small.bg-primary .button, section.flexi-block.block--cta-banner-small.bg-primary nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--cta-banner-small.bg-primary li.level-0-item.quote-button > button, section.flexi-block.block--cta-banner-small.bg-primary .nav-left > ul > li.level-0-item:not(.quote-button) > a,
    section.flexi-block.block--cta-banner-small.bg-primary .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--cta-banner-small.bg-primary .nav-left > ul > li.quote-button.level-0-item > button,
    section.flexi-block.block--cta-banner-small.bg-primary .nav-right > ul > li.quote-button.level-0-item > button {
      --focus-inner: var(--c-primary);
      background-color: var(--c-white);
      color: var(--c-primary); }
  section.flexi-block.block--cta-banner-small p {
    margin-bottom: 20px; }
  section.flexi-block.block--cta-banner-small .button, section.flexi-block.block--cta-banner-small nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--cta-banner-small li.level-0-item.quote-button > button, section.flexi-block.block--cta-banner-small .nav-left > ul > li.level-0-item:not(.quote-button) > a,
  section.flexi-block.block--cta-banner-small .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--cta-banner-small .nav-left > ul > li.quote-button.level-0-item > button,
  section.flexi-block.block--cta-banner-small .nav-right > ul > li.quote-button.level-0-item > button {
    --padding-ratio: 4; }
  @media screen and (min-width: 48em) {
    section.flexi-block.block--cta-banner-small {
      --vertical-padding: 25px; }
      section.flexi-block.block--cta-banner-small div.container, section.flexi-block.block--cta-banner-small body.single-product .shop-loop div.form, body.single-product .shop-loop section.flexi-block.block--cta-banner-small div.form,
      section.flexi-block.block--cta-banner-small body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop section.flexi-block.block--cta-banner-small div.entry-summary {
        display: grid;
        grid-gap: var(--site-gutter);
        grid-template-columns: 1fr 1fr; }
        section.flexi-block.block--cta-banner-small div.container > *, section.flexi-block.block--cta-banner-small body.single-product .shop-loop div.form > *, body.single-product .shop-loop section.flexi-block.block--cta-banner-small div.form > *, section.flexi-block.block--cta-banner-small body.single-product .shop-loop div.entry-summary > *, body.single-product .shop-loop section.flexi-block.block--cta-banner-small div.entry-summary > * {
          align-self: center; }
      section.flexi-block.block--cta-banner-small p {
        margin-bottom: 0;
        text-align: right; }
      section.flexi-block.block--cta-banner-small a.button, section.flexi-block.block--cta-banner-small .nav-left > ul > li.level-0-item:not(.quote-button) > a,
      section.flexi-block.block--cta-banner-small .nav-right > ul > li.level-0-item:not(.quote-button) > a {
        --padding-ratio: 8;
        margin-right: auto; } }

/*

    //  //// --|    Blocks / CTA banner (large)

*/
section.flexi-block.block--cta-banner-large {
  padding: 0;
  text-align: center; }
  section.flexi-block.block--cta-banner-large > div {
    padding: var(--s-vertical-padding) var(--site-padding);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  section.flexi-block.block--cta-banner-large.bg-black .button, section.flexi-block.block--cta-banner-large.bg-black nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--cta-banner-large.bg-black li.level-0-item.quote-button > button, section.flexi-block.block--cta-banner-large.bg-black .nav-left > ul > li.level-0-item:not(.quote-button) > a,
  section.flexi-block.block--cta-banner-large.bg-black .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--cta-banner-large.bg-black .nav-left > ul > li.quote-button.level-0-item > button,
  section.flexi-block.block--cta-banner-large.bg-black .nav-right > ul > li.quote-button.level-0-item > button, section.flexi-block.block--cta-banner-large.bg-primary .button, section.flexi-block.block--cta-banner-large.bg-primary nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--cta-banner-large.bg-primary li.level-0-item.quote-button > button, section.flexi-block.block--cta-banner-large.bg-primary .nav-left > ul > li.level-0-item:not(.quote-button) > a,
  section.flexi-block.block--cta-banner-large.bg-primary .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--cta-banner-large.bg-primary .nav-left > ul > li.quote-button.level-0-item > button,
  section.flexi-block.block--cta-banner-large.bg-primary .nav-right > ul > li.quote-button.level-0-item > button {
    --focus-outer: var(--c-white);
    color: var(--c-white); }
  section.flexi-block.block--cta-banner-large.bg-black .button, section.flexi-block.block--cta-banner-large.bg-black nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--cta-banner-large.bg-black li.level-0-item.quote-button > button, section.flexi-block.block--cta-banner-large.bg-black .nav-left > ul > li.level-0-item:not(.quote-button) > a,
  section.flexi-block.block--cta-banner-large.bg-black .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--cta-banner-large.bg-black .nav-left > ul > li.quote-button.level-0-item > button,
  section.flexi-block.block--cta-banner-large.bg-black .nav-right > ul > li.quote-button.level-0-item > button {
    --focus-inner: var(--c-black); }
  section.flexi-block.block--cta-banner-large.bg-primary {
    color: var(--c-white); }
    section.flexi-block.block--cta-banner-large.bg-primary .button, section.flexi-block.block--cta-banner-large.bg-primary nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--cta-banner-large.bg-primary li.level-0-item.quote-button > button, section.flexi-block.block--cta-banner-large.bg-primary .nav-left > ul > li.level-0-item:not(.quote-button) > a,
    section.flexi-block.block--cta-banner-large.bg-primary .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--cta-banner-large.bg-primary .nav-left > ul > li.quote-button.level-0-item > button,
    section.flexi-block.block--cta-banner-large.bg-primary .nav-right > ul > li.quote-button.level-0-item > button {
      --focus-inner: var(--c-primary);
      background-color: var(--c-white);
      color: var(--c-primary); }
  section.flexi-block.block--cta-banner-large p {
    margin-bottom: 20px; }
  section.flexi-block.block--cta-banner-large .button, section.flexi-block.block--cta-banner-large nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--cta-banner-large li.level-0-item.quote-button > button, section.flexi-block.block--cta-banner-large .nav-left > ul > li.level-0-item:not(.quote-button) > a,
  section.flexi-block.block--cta-banner-large .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--cta-banner-large .nav-left > ul > li.quote-button.level-0-item > button,
  section.flexi-block.block--cta-banner-large .nav-right > ul > li.quote-button.level-0-item > button {
    --padding-ratio: 4; }

/*

    //  //// --|    Blocks / Featured Posts

*/
/*

    //  //// --|    Blocks / Image Gallery

*/
section.flexi-block.block--gallery {
  padding: 60px 0;
  background-color: var(--c-l-grey);
  position: relative; }
  section.flexi-block.block--gallery .image-gallery ul {
    display: flex; }
  section.flexi-block.block--gallery #image-modal .close {
    position: absolute;
    top: 20px;
    right: 22px; }
  section.flexi-block.block--gallery #image-modal .glide__arrows {
    bottom: 0px; }
  section.flexi-block.block--gallery #image-modal div.image {
    height: 100%; }
    section.flexi-block.block--gallery #image-modal div.image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: auto; }
  section.flexi-block.block--gallery .glide__arrows {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 50%);
    width: 100%;
    max-width: var(--container-width);
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
    align-items: center; }
  section.flexi-block.block--gallery .glide__arrow {
    border: 0;
    background-color: var(--c-primary);
    padding: .5rem;
    display: grid;
    place-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    section.flexi-block.block--gallery .glide__arrow:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--c-secondary);
      transform: scale(0);
      transition-property: transform;
      transition-duration: 200ms;
      transition-timing-function: ease-out; }
    section.flexi-block.block--gallery .glide__arrow:hover svg path {
      fill: var(--c-primary); }
    section.flexi-block.block--gallery .glide__arrow:hover:before {
      transform: scale(1); }
  section.flexi-block.block--gallery div.image {
    position: relative;
    width: 100%;
    overflow: hidden; }
    section.flexi-block.block--gallery div.image img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
  section.flexi-block.block--gallery.bg-black .glide__arrow {
    background: rgba(255, 255, 255, 0.2); }
    section.flexi-block.block--gallery.bg-black .glide__arrow:hover {
      background-color: rgba(255, 255, 255, 0.4); }

div.image-gallery ul,
div.video-gallery ul {
  list-style-type: none;
  padding: 0; }
  div.image-gallery ul li,
  div.video-gallery ul li {
    margin: 0; }
    div.image-gallery ul li + li,
    div.video-gallery ul li + li {
      margin-top: 30px; }
    div.image-gallery ul li a,
    div.video-gallery ul li a {
      position: relative;
      padding-top: 63%;
      display: block; }
      div.image-gallery ul li a img,
      div.video-gallery ul li a img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        font-family: 'object-fit'; }
    div.image-gallery ul li span,
    div.video-gallery ul li span {
      width: 100%;
      height: 100px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 20;
      background: linear-gradient(0deg, black, rgba(0, 0, 0, 0)); }
    div.image-gallery ul li svg,
    div.video-gallery ul li svg {
      display: block;
      position: absolute;
      left: 10px;
      bottom: 10px;
      z-index: 100; }
  @media screen and (min-width: 40.625em) {
    div.image-gallery ul li + li,
    div.video-gallery ul li + li {
      margin-top: 0; } }
  @media screen and (min-width: 48em) {
    div.image-gallery ul,
    div.video-gallery ul {
      --grid-columns: 3; }
      div.image-gallery ul.count-2,
      div.video-gallery ul.count-2 {
        --grid-columns: 2; }
      div.image-gallery ul.count-4,
      div.video-gallery ul.count-4 {
        --grid-columns: 12; }
        div.image-gallery ul.count-4 li,
        div.video-gallery ul.count-4 li {
          grid-column: span 6; }
      div.image-gallery ul.count-5,
      div.video-gallery ul.count-5 {
        --grid-columns: 12; }
        div.image-gallery ul.count-5 li,
        div.video-gallery ul.count-5 li {
          grid-column: span 4; }
          div.image-gallery ul.count-5 li:nth-last-child(1), div.image-gallery ul.count-5 li:nth-last-child(2),
          div.video-gallery ul.count-5 li:nth-last-child(1),
          div.video-gallery ul.count-5 li:nth-last-child(2) {
            grid-column: span 6; }
      div.image-gallery ul.count-7, div.image-gallery ul.count-10,
      div.video-gallery ul.count-7,
      div.video-gallery ul.count-10 {
        --grid-columns: 12; }
        div.image-gallery ul.count-7 li, div.image-gallery ul.count-10 li,
        div.video-gallery ul.count-7 li,
        div.video-gallery ul.count-10 li {
          grid-column: span 4; }
          div.image-gallery ul.count-7 li:first-child, div.image-gallery ul.count-7 li:nth-child(2), div.image-gallery ul.count-7 li:nth-last-child(1), div.image-gallery ul.count-7 li:nth-last-child(2), div.image-gallery ul.count-10 li:first-child, div.image-gallery ul.count-10 li:nth-child(2), div.image-gallery ul.count-10 li:nth-last-child(1), div.image-gallery ul.count-10 li:nth-last-child(2),
          div.video-gallery ul.count-7 li:first-child,
          div.video-gallery ul.count-7 li:nth-child(2),
          div.video-gallery ul.count-7 li:nth-last-child(1),
          div.video-gallery ul.count-7 li:nth-last-child(2),
          div.video-gallery ul.count-10 li:first-child,
          div.video-gallery ul.count-10 li:nth-child(2),
          div.video-gallery ul.count-10 li:nth-last-child(1),
          div.video-gallery ul.count-10 li:nth-last-child(2) {
            grid-column: span 6; }
      div.image-gallery ul.count-8,
      div.video-gallery ul.count-8 {
        --grid-columns: 12; }
        div.image-gallery ul.count-8 li,
        div.video-gallery ul.count-8 li {
          grid-column: span 4; }
          div.image-gallery ul.count-8 li:nth-child(4), div.image-gallery ul.count-8 li:nth-child(5),
          div.video-gallery ul.count-8 li:nth-child(4),
          div.video-gallery ul.count-8 li:nth-child(5) {
            grid-column: span 6; } }

.gallery-video-modal {
  width: 100%;
  max-width: 1000px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  display: none; }
  .gallery-video-modal.is-visible {
    display: block; }
  .gallery-video-modal .iframe-wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative; }
    .gallery-video-modal .iframe-wrapper iframe,
    .gallery-video-modal .iframe-wrapper video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .gallery-video-modal .video-modal__close {
    width: 48px;
    height: 48px;
    position: absolute;
    top: -48px;
    right: 0;
    cursor: pointer;
    background: none;
    border: none; }

/*

    //  //// --|    Blocks / Installation

*/
section.flexi-block.block--installation {
  padding: 0; }
  section.flexi-block.block--installation .container > .content-area, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area {
    padding: var(--site-padding);
    background-color: var(--c-primary);
    color: var(--c-white); }
    section.flexi-block.block--installation .container > .content-area h1, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + h2, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1.eyebrow + h2, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1.eyebrow + h2, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + h2, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + h2, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title, section.flexi-block.block--installation body.single-product .shop-loop .hero--front .hero__content .content .dialog-content .form > .content-area .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header h1.eyebrow + .form-title, body.single-product .shop-loop section.flexi-block.block--installation .hero--front .hero__content .content .dialog-content .form > .content-area .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header h1.eyebrow + .form-title, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title, section.flexi-block.block--installation .container > .content-area h2, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h2, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h2, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h2, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h2, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area .form-title, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header .form-title, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .form-title, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header .form-title, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .form-title, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .form-title, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header .form-title, .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .form-title, section.flexi-block.block--installation .container > .content-area h3, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h3, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h3, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h3, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h3, section.flexi-block.block--installation .container > .content-area h4, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h4, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h4, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h4, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h4, section.flexi-block.block--installation .container > .content-area h5, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h5, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h5, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h5, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h5, section.flexi-block.block--installation .container > .content-area h6, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h6, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h6, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h6, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h6 {
      color: inherit;
      text-align: center;
      margin-bottom: 3rem; }
      section.flexi-block.block--installation .container > .content-area h1.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.underline::after, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + h2.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1.eyebrow + h2.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1.eyebrow + h2.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + h2.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + h2.underline::after, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .hero--front .hero__content .content .dialog-content .form > .content-area .form-header h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header h1.eyebrow + .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .hero--front .hero__content .content .dialog-content .form > .content-area .form-header h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card section.flexi-block.block--installation .container > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1.eyebrow + h2::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + h2::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation .container > .content-area section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1.eyebrow + h2::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + h2::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation .container > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .hero--front .hero__content .content .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .hero--front .hero__content .content .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation .container > .content-area h2.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h2.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h2.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h2.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h2.underline::after, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header .underline.form-title::after, .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header .underline.form-title::after, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header .underline.form-title::after, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header .underline.form-title::after, .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header .underline.form-title::after, .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .underline.form-title::after, section.flexi-block.block--installation .container > .content-area section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card section.flexi-block.block--installation .container > .content-area h2::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h2::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h2::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h2::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h2::after, section.flexi-block.block--installation .container > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .form-title::after, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card section.flexi-block.block--installation .container > .content-area .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card .form-title::after, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header section.flexi-block.block--card-content-image .card .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card .form-title::after, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header section.flexi-block.block--card-content-image .card .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .form-title::after, section.flexi-block.block--installation .container > .content-area h3.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h3.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h3.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h3.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h3.underline::after, section.flexi-block.block--installation .container > .content-area h4.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h4.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h4.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h4.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h4.underline::after, section.flexi-block.block--installation .container > .content-area h5.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h5.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h5.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h5.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h5.underline::after, section.flexi-block.block--installation .container > .content-area h6.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h6.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h6.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h6.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h6.underline::after {
        margin: auto; }
    section.flexi-block.block--installation .container > .content-area ol, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area ol, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area ol, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area ol, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area ol {
      list-style: none;
      padding: 0; }
      section.flexi-block.block--installation .container > .content-area ol > li, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area ol > li, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area ol > li, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area ol > li, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area ol > li {
        margin: 0;
        display: grid;
        grid-template-columns: 45px auto;
        gap: 0 30px; }
        section.flexi-block.block--installation .container > .content-area ol > li p, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area ol > li p, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area ol > li p, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area ol > li p, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area ol > li p {
          margin: 0; }
        section.flexi-block.block--installation .container > .content-area ol > li + li, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area ol > li + li, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area ol > li + li, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area ol > li + li, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area ol > li + li {
          margin-top: 3rem; }
  section.flexi-block.block--installation .container > .image, section.flexi-block.block--installation body.single-product .shop-loop .form > .image, body.single-product .shop-loop section.flexi-block.block--installation .form > .image, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .image, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .image {
    padding-left: var(--site-padding);
    position: relative; }
    section.flexi-block.block--installation .container > .image img, section.flexi-block.block--installation body.single-product .shop-loop .form > .image img, body.single-product .shop-loop section.flexi-block.block--installation .form > .image img, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .image img, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .image img {
      position: relative;
      z-index: 1;
      margin-left: auto; }
    section.flexi-block.block--installation .container > .image::before, section.flexi-block.block--installation body.single-product .shop-loop .form > .image::before, body.single-product .shop-loop section.flexi-block.block--installation .form > .image::before, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .image::before, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .image::before {
      content: '';
      position: absolute;
      background-color: var(--c-primary);
      top: 0;
      left: 0;
      height: 80%;
      width: 100%;
      z-index: 0; }
  section.flexi-block.block--installation .container > .cta, section.flexi-block.block--installation body.single-product .shop-loop .form > .cta, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta {
    border: 3px solid var(--c-secondary);
    padding: var(--site-padding);
    margin-top: 2rem;
    margin-left: var(--site-padding);
    margin-right: var(--site-padding);
    text-align: center; }
    section.flexi-block.block--installation .container > .cta * + .button, section.flexi-block.block--installation body.single-product .shop-loop .form > .cta * + .button, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta * + .button, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta * + .button, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta * + .button, section.flexi-block.block--installation .container > .cta nav.nav-primary-mobile ul li.level-0-item.quote-button > * + button, nav.nav-primary-mobile ul section.flexi-block.block--installation .container > .cta li.level-0-item.quote-button > * + button, section.flexi-block.block--installation body.single-product .shop-loop .form > .cta nav.nav-primary-mobile ul li.level-0-item.quote-button > * + button, nav.nav-primary-mobile ul section.flexi-block.block--installation body.single-product .shop-loop .form > .cta li.level-0-item.quote-button > * + button, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta nav.nav-primary-mobile ul li.level-0-item.quote-button > * + button, nav.nav-primary-mobile ul body.single-product .shop-loop section.flexi-block.block--installation .form > .cta li.level-0-item.quote-button > * + button, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta nav.nav-primary-mobile ul li.level-0-item.quote-button > * + button, nav.nav-primary-mobile ul section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta li.level-0-item.quote-button > * + button, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta nav.nav-primary-mobile ul li.level-0-item.quote-button > * + button, nav.nav-primary-mobile ul body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta li.level-0-item.quote-button > * + button, section.flexi-block.block--installation .container > .cta .nav-left > ul > li.level-0-item:not(.quote-button) > * + a, section.flexi-block.block--installation body.single-product .shop-loop .form > .cta .nav-left > ul > li.level-0-item:not(.quote-button) > * + a, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta .nav-left > ul > li.level-0-item:not(.quote-button) > * + a, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta .nav-left > ul > li.level-0-item:not(.quote-button) > * + a, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta .nav-left > ul > li.level-0-item:not(.quote-button) > * + a,
    section.flexi-block.block--installation .container > .cta .nav-right > ul > li.level-0-item:not(.quote-button) > * + a,
    section.flexi-block.block--installation body.single-product .shop-loop .form > .cta .nav-right > ul > li.level-0-item:not(.quote-button) > * + a, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta .nav-right > ul > li.level-0-item:not(.quote-button) > * + a,
    section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta .nav-right > ul > li.level-0-item:not(.quote-button) > * + a, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta .nav-right > ul > li.level-0-item:not(.quote-button) > * + a, section.flexi-block.block--installation .container > .cta .nav-left > ul > li.quote-button.level-0-item > * + button, section.flexi-block.block--installation body.single-product .shop-loop .form > .cta .nav-left > ul > li.quote-button.level-0-item > * + button, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta .nav-left > ul > li.quote-button.level-0-item > * + button, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta .nav-left > ul > li.quote-button.level-0-item > * + button, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta .nav-left > ul > li.quote-button.level-0-item > * + button,
    section.flexi-block.block--installation .container > .cta .nav-right > ul > li.quote-button.level-0-item > * + button,
    section.flexi-block.block--installation body.single-product .shop-loop .form > .cta .nav-right > ul > li.quote-button.level-0-item > * + button, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta .nav-right > ul > li.quote-button.level-0-item > * + button,
    section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta .nav-right > ul > li.quote-button.level-0-item > * + button, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta .nav-right > ul > li.quote-button.level-0-item > * + button {
      margin-top: 2rem; }
  @media screen and (min-width: 64em) {
    section.flexi-block.block--installation .container, section.flexi-block.block--installation body.single-product .shop-loop .form, body.single-product .shop-loop section.flexi-block.block--installation .form,
    section.flexi-block.block--installation body.single-product .shop-loop .entry-summary, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary {
      --column-width: calc( ( 100vw - ( var(--site-gutter) * 11 ) ) / 12 );
      display: grid;
      grid-template-columns: repeat(12, minmax(10px, 1fr));
      gap: var(--site-gutter); }
      section.flexi-block.block--installation .container > .content-area, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area {
        grid-row: 1;
        grid-column: 1 / 9;
        position: relative;
        padding: 100px 50px 100px 70px; }
        section.flexi-block.block--installation .container > .content-area h1, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + h2, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1.eyebrow + h2, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1.eyebrow + h2, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + h2, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + h2, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title, section.flexi-block.block--installation body.single-product .shop-loop .hero--front .hero__content .content .dialog-content .form > .content-area .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header h1.eyebrow + .form-title, body.single-product .shop-loop section.flexi-block.block--installation .hero--front .hero__content .content .dialog-content .form > .content-area .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header h1.eyebrow + .form-title, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title, section.flexi-block.block--installation .container > .content-area h2, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h2, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h2, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h2, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h2, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area .form-title, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header .form-title, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .form-title, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header .form-title, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .form-title, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .form-title, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header .form-title, .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .form-title, section.flexi-block.block--installation .container > .content-area h3, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h3, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h3, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h3, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h3, section.flexi-block.block--installation .container > .content-area h4, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h4, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h4, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h4, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h4, section.flexi-block.block--installation .container > .content-area h5, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h5, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h5, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h5, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h5, section.flexi-block.block--installation .container > .content-area h6, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h6, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h6, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h6, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h6 {
          text-align: left;
          margin-bottom: 3rem; }
          section.flexi-block.block--installation .container > .content-area h1.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.underline::after, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + h2.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1.eyebrow + h2.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1.eyebrow + h2.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + h2.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content h1.eyebrow + h2.underline::after, .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + h2.underline::after, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .hero--front .hero__content .content .dialog-content .form > .content-area .form-header h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header h1.eyebrow + .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .hero--front .hero__content .content .dialog-content .form > .content-area .form-header h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .underline.form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .underline.form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .underline.form-title::after, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card section.flexi-block.block--installation .container > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1.eyebrow + h2::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + h2::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card h1.eyebrow + h2::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation .container > .content-area section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h1.eyebrow + h2::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + h2::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + h2::after, section.flexi-block.block--card-content-image .card .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + h2::after, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content section.flexi-block.block--card-content-image .card .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation .container > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation .container > .content-area .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .hero--front .hero__content .content .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .hero--front .hero__content .content .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content section.flexi-block.block--installation .container > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h1.eyebrow + .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .hero--front .hero__content .content body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h1.eyebrow + .form-title::after, section.flexi-block.block--installation .container > .content-area h2.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h2.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h2.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h2.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h2.underline::after, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header .underline.form-title::after, .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header .underline.form-title::after, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header .underline.form-title::after, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .underline.form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header .underline.form-title::after, .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .underline.form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header .underline.form-title::after, .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .underline.form-title::after, section.flexi-block.block--installation .container > .content-area section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card section.flexi-block.block--installation .container > .content-area h2::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h2::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h2::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h2::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area section.flexi-block.block--card-content-image .card h2::after, section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h2::after, section.flexi-block.block--installation .container > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header section.flexi-block.block--installation .container > .content-area .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation section.flexi-block.block--card-content-image .card .dialog-content .form > .content-area .form-header .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area section.flexi-block.block--card-content-image .card .dialog-content .form .form-header .form-title::after, section.flexi-block.block--card-content-image .card .dialog-content .form .form-header body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .form-title::after, section.flexi-block.block--installation .container > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card section.flexi-block.block--installation .container > .content-area .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card .form-title::after, .dialog-content section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area .form-header section.flexi-block.block--card-content-image .card .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .dialog-content .form > .content-area .form-header section.flexi-block.block--card-content-image .card .form-title::after, .dialog-content body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area .form-header section.flexi-block.block--card-content-image .card .form-title::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area .form-title::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .dialog-content .form .form-header section.flexi-block.block--card-content-image .card .form-title::after, .dialog-content .form .form-header section.flexi-block.block--card-content-image .card body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area .form-title::after, section.flexi-block.block--installation .container > .content-area h3.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h3.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h3.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h3.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h3.underline::after, section.flexi-block.block--installation .container > .content-area h4.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h4.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h4.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h4.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h4.underline::after, section.flexi-block.block--installation .container > .content-area h5.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h5.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h5.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h5.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h5.underline::after, section.flexi-block.block--installation .container > .content-area h6.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area h6.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area h6.underline::after, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area h6.underline::after, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area h6.underline::after {
            margin: unset; }
        section.flexi-block.block--installation .container > .content-area::before, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area::before, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area::before, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area::before, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area::before {
          content: '';
          position: absolute;
          background-color: var(--c-primary);
          top: 0;
          bottom: 0;
          left: min( 0px, calc( ( 50vw - ( var(--container-width) / 2)  ) * -1 ) );
          right: calc( ( ( var(--column-width) * 2 ) + ( var(--site-gutter) * 3 ) ) * -1);
          z-index: -1; }
      section.flexi-block.block--installation .container > .image, section.flexi-block.block--installation body.single-product .shop-loop .form > .image, body.single-product .shop-loop section.flexi-block.block--installation .form > .image, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .image, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .image {
        grid-row: 1 / 3;
        grid-column: 9 / 13;
        position: relative;
        padding: 0;
        margin-top: 100px;
        margin-right: clamp( -150px, calc( ( 50vw - ( var(--container-width) / 2)  ) * -1 ), 0px ); }
        section.flexi-block.block--installation .container > .image img, section.flexi-block.block--installation body.single-product .shop-loop .form > .image img, body.single-product .shop-loop section.flexi-block.block--installation .form > .image img, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .image img, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .image img {
          margin: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%;
          font-family: 'object-fit'; }
        section.flexi-block.block--installation .container > .image::before, section.flexi-block.block--installation body.single-product .shop-loop .form > .image::before, body.single-product .shop-loop section.flexi-block.block--installation .form > .image::before, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .image::before, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .image::before {
          content: none; }
      section.flexi-block.block--installation .container > .cta, section.flexi-block.block--installation body.single-product .shop-loop .form > .cta, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta {
        grid-row: 2;
        grid-column: 1 / 9;
        margin: 0;
        margin-left: var(--site-padding);
        display: flex;
        justify-content: space-evenly; }
        section.flexi-block.block--installation .container > .cta .button, section.flexi-block.block--installation body.single-product .shop-loop .form > .cta .button, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta .button, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta .button, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta .button, section.flexi-block.block--installation .container > .cta nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--installation .container > .cta li.level-0-item.quote-button > button, section.flexi-block.block--installation body.single-product .shop-loop .form > .cta nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--installation body.single-product .shop-loop .form > .cta li.level-0-item.quote-button > button, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul body.single-product .shop-loop section.flexi-block.block--installation .form > .cta li.level-0-item.quote-button > button, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta li.level-0-item.quote-button > button, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta li.level-0-item.quote-button > button, section.flexi-block.block--installation .container > .cta .nav-left > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--installation body.single-product .shop-loop .form > .cta .nav-left > ul > li.level-0-item:not(.quote-button) > a, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta .nav-left > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta .nav-left > ul > li.level-0-item:not(.quote-button) > a, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta .nav-left > ul > li.level-0-item:not(.quote-button) > a,
        section.flexi-block.block--installation .container > .cta .nav-right > ul > li.level-0-item:not(.quote-button) > a,
        section.flexi-block.block--installation body.single-product .shop-loop .form > .cta .nav-right > ul > li.level-0-item:not(.quote-button) > a, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta .nav-right > ul > li.level-0-item:not(.quote-button) > a,
        section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta .nav-right > ul > li.level-0-item:not(.quote-button) > a, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta .nav-right > ul > li.level-0-item:not(.quote-button) > a, section.flexi-block.block--installation .container > .cta .nav-left > ul > li.quote-button.level-0-item > button, section.flexi-block.block--installation body.single-product .shop-loop .form > .cta .nav-left > ul > li.quote-button.level-0-item > button, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta .nav-left > ul > li.quote-button.level-0-item > button, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta .nav-left > ul > li.quote-button.level-0-item > button, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta .nav-left > ul > li.quote-button.level-0-item > button,
        section.flexi-block.block--installation .container > .cta .nav-right > ul > li.quote-button.level-0-item > button,
        section.flexi-block.block--installation body.single-product .shop-loop .form > .cta .nav-right > ul > li.quote-button.level-0-item > button, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta .nav-right > ul > li.quote-button.level-0-item > button,
        section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta .nav-right > ul > li.quote-button.level-0-item > button, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta .nav-right > ul > li.quote-button.level-0-item > button {
          margin: 0; } }
  @media screen and (min-width: 102.5em) {
    section.flexi-block.block--installation .container, section.flexi-block.block--installation body.single-product .shop-loop .form, body.single-product .shop-loop section.flexi-block.block--installation .form,
    section.flexi-block.block--installation body.single-product .shop-loop .entry-summary, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary {
      --column-width: calc( ( var(--container-width) - ( var(--site-gutter) * 11 ) ) / 12 ); }
      section.flexi-block.block--installation .container > .content-area, section.flexi-block.block--installation body.single-product .shop-loop .form > .content-area, body.single-product .shop-loop section.flexi-block.block--installation .form > .content-area, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .content-area, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .content-area {
        padding: 100px 0; }
      section.flexi-block.block--installation .container > .cta, section.flexi-block.block--installation body.single-product .shop-loop .form > .cta, body.single-product .shop-loop section.flexi-block.block--installation .form > .cta, section.flexi-block.block--installation body.single-product .shop-loop .entry-summary > .cta, body.single-product .shop-loop section.flexi-block.block--installation .entry-summary > .cta {
        margin: 0; } }

/*

    //  //// --|    Blocks / Key info

*/
section.flexi-block.block--key-info {
  padding: var(--s-vertical-padding) var(--site-padding); }
  section.flexi-block.block--key-info > .container, body.single-product .shop-loop section.flexi-block.block--key-info > .form,
  body.single-product .shop-loop section.flexi-block.block--key-info > .entry-summary {
    display: grid;
    gap: 25px 54px; }
    @media screen and (min-width: 82.5em) {
      section.flexi-block.block--key-info > .container, body.single-product .shop-loop section.flexi-block.block--key-info > .form,
      body.single-product .shop-loop section.flexi-block.block--key-info > .entry-summary {
        grid-template-columns: 1fr 2fr; } }
  section.flexi-block.block--key-info h2, section.flexi-block.block--key-info .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--key-info .form-title {
    align-self: center;
    text-align: center; }
    @media screen and (min-width: 82.5em) {
      section.flexi-block.block--key-info h2, section.flexi-block.block--key-info .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--key-info .form-title {
        text-align: left; } }
  section.flexi-block.block--key-info ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: auto;
    gap: 18px; }
    @media screen and (min-width: 82.5em) {
      section.flexi-block.block--key-info ul {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 40px 60px; } }
    @media screen and (min-width: 87.5em) {
      section.flexi-block.block--key-info ul {
        gap: 80px 120px; } }
    section.flexi-block.block--key-info ul > li {
      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: center;
      gap: 14px 40px;
      margin: auto;
      max-width: 400px; }
      section.flexi-block.block--key-info ul > li svg {
        flex: 0 0 64px; }
      @media screen and (min-width: 82.5em) {
        section.flexi-block.block--key-info ul > li {
          flex-direction: row;
          text-align: left; } }

section.flexi-block.block--map {
  margin-bottom: 0;
  padding: 0; }
  section.flexi-block.block--map .map {
    width: 100%;
    height: 425px; }

section.flexi-block.block--opening-hours-location {
  margin-bottom: 0;
  padding: 0; }
  section.flexi-block.block--opening-hours-location .container, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form,
  section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary {
    padding: 0 var(--site-padding);
    z-index: 1; }
    @media screen and (min-width: 102.5em) {
      section.flexi-block.block--opening-hours-location .container, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form,
      section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary {
        padding: 0; } }
    section.flexi-block.block--opening-hours-location .container h3, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form h3, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form h3, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary h3, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary h3 {
      margin-bottom: 5.90625rem; }
    section.flexi-block.block--opening-hours-location .container .boxes, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes {
      display: grid;
      grid-auto-rows: 1fr;
      gap: 40px; }
      section.flexi-block.block--opening-hours-location .container .boxes .box, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes .box, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes .box, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes .box, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes .box {
        background: var(--c-white);
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.31);
        padding: 20px;
        display: grid;
        place-content: center;
        text-align: center; }
        section.flexi-block.block--opening-hours-location .container .boxes .box > p, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes .box > p, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes .box > p, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes .box > p, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes .box > p {
          margin-bottom: 1rem; }
        section.flexi-block.block--opening-hours-location .container .boxes .box > a + p, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes .box > a + p, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes .box > a + p, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes .box > a + p, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes .box > a + p {
          margin-top: 1rem; }
        section.flexi-block.block--opening-hours-location .container .boxes .box > a, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes .box > a, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes .box > a, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes .box > a, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes .box > a {
          display: inline-block;
          max-width: -webkit-max-content;
          max-width: -moz-max-content;
          max-width: max-content;
          margin: auto;
          font-weight: 700; }
          section.flexi-block.block--opening-hours-location .container .boxes .box > a:hover, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes .box > a:hover, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes .box > a:hover, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes .box > a:hover, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes .box > a:hover {
            text-decoration: underline; }
          section.flexi-block.block--opening-hours-location .container .boxes .box > a[href*="tel"], section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes .box > a[href*="tel"], body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes .box > a[href*="tel"], section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes .box > a[href*="tel"], body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes .box > a[href*="tel"] {
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC40ODYiIGhlaWdodD0iMTguNDg2Ij48cGF0aCBkPSJNMTcuMzMgMTguNDg2YTEzLjg0OSAxMy44NDkgMCAwMS02LjIyNi0xLjU0IDIxLjEzOSAyMS4xMzkgMCAwMS01LjU1OS00LjAwNSAyMS4xMzkgMjEuMTM5IDAgMDEtNC4wMDUtNS41NkExMy44NDkgMTMuODQ5IDAgMDEwIDEuMTU1IDEuMTQgMS4xNCAwIDAxMS4xNTUgMEg0Ljc1YS45MDguOTA4IDAgMDEuNjI5LjI0NCAxLjEzNSAxLjEzNSAwIDAxLjM0Ny42NTVsLjY5MyAzLjIzNWExLjg0NyAxLjg0NyAwIDAxLS4wMTMuNjU1Ljk4OS45ODkgMCAwMS0uMjcuNUwzLjU2OSA3Ljg4MmEyMS4zMTYgMjEuMzE2IDAgMDAzLjIyMiA0LjE1OSAxNy44MDggMTcuODA4IDAgMDA0LjA0NCAzbDIuNDM5LTIuNTE2YTEuNDIgMS40MiAwIDAxLjU5MS0uNCAxLjE4NyAxLjE4NyAwIDAxLjY2OC0uMDM5bDMuMDU1LjY2OGExLjEyMiAxLjEyMiAwIDAxLjkgMS4xdjMuNDc2YTEuMTQgMS4xNCAwIDAxLTEuMTU1IDEuMTU1ek0yLjggNi40N2wyLjA4LTIuMTA1LS41OTItMi44MjVIMS41NGE4LjgzNyA4LjgzNyAwIDAwLjMwOCAyLjJBMjAuNyAyMC43IDAgMDAyLjggNi40N3ptOS40NzQgOS4zMmExMi44MTUgMTIuODE1IDAgMDAyLjI4NS44IDEyLjA0OSAxMi4wNDkgMCAwMDIuMzg4LjM1OVYxNC4ybC0yLjY0Ny0uNTQxek0yLjggNi40N3ptOS40NzMgOS4zMnoiIGZpbGw9IiNlMmNhYjMiLz48L3N2Zz4=") no-repeat left;
            padding: 4px 0 4px 32px; }
        section.flexi-block.block--opening-hours-location .container .boxes .box > address, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes .box > address, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes .box > address, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes .box > address, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes .box > address {
          font-style: normal;
          font-size: inherit;
          display: inline-block;
          max-width: -webkit-max-content;
          max-width: -moz-max-content;
          max-width: max-content;
          margin: auto;
          line-height: 1.875;
          background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy45MjUiIGhlaWdodD0iMjIuNDA2Ij48cGF0aCBkPSJNOC45NjIgMTAuOTIzYTEuOTYxIDEuOTYxIDAgMDAxLjM4Ni0zLjM0NyAxLjk2MSAxLjk2MSAwIDAwLTIuNzczIDIuNzczIDEuODg5IDEuODg5IDAgMDAxLjM4Ny41NzR6bTAgOS4yNzFhMzIuOCAzMi44IDAgMDA1LjUtNi4xNDggOS4zMjcgOS4zMjcgMCAwMDEuNzc4LTQuODU5IDcuMjkxIDcuMjkxIDAgMDAtMi4xMS01LjQwNiA3LjA1MyA3LjA1MyAwIDAwLTUuMTY3LTIuMSA3LjA1MyA3LjA1MyAwIDAwLTUuMTY3IDIuMUE3LjI5MSA3LjI5MSAwIDAwMS42OCA5LjE4N2E5LjE5MSA5LjE5MSAwIDAwMS44MiA0Ljg1OSAzNS42MjEgMzUuNjIxIDAgMDA1LjQ2MiA2LjE0OHptMCAyLjIxM2EzNy4yNDMgMzcuMjQzIDAgMDEtNi43MzYtNy4xMjhBMTEuMDg1IDExLjA4NSAwIDAxMCA5LjE4N2E4LjY2NCA4LjY2NCAwIDAxMi43LTYuNjk0IDkuMTA2IDkuMTA2IDAgMDExMi41MTkgMCA4LjY2NCA4LjY2NCAwIDAxMi43IDYuNjk0IDExLjA4NSAxMS4wODUgMCAwMS0yLjIxOSA2LjA5MSAzNy4yNDMgMzcuMjQzIDAgMDEtNi43MzggNy4xMjh6bTAtMTMuMjJ6IiBmaWxsPSIjZTJjYWIzIi8+PC9zdmc+") no-repeat top center;
          padding: 30px 0 0; }
          @media screen and (min-width: 64em) {
            section.flexi-block.block--opening-hours-location .container .boxes .box > address, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes .box > address, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes .box > address, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes .box > address, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes .box > address {
              background-position: top 6px left;
              padding: 0 0 0 28px; } }
        section.flexi-block.block--opening-hours-location .container .boxes .box > .hours, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes .box > .hours, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes .box > .hours, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes .box > .hours, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes .box > .hours {
          display: inline-block;
          margin: auto;
          line-height: 1.875;
          background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4wMTQiIGhlaWdodD0iMjMuMDE0Ij48cGF0aCBkPSJNMTUuNzM2IDE3LjA1OWwxLjI5NS0xLjI5NS00LjU3NC00LjZWNS4zNzlIMTAuNzN2Ni40NzN6bS00LjIyOSA1Ljk1NWExMS4xMzQgMTEuMTM0IDAgMDEtNC40NTktLjkwNiAxMS41OTMgMTEuNTkzIDAgMDEtNi4xNDItNi4xNDIgMTEuNDIzIDExLjQyMyAwIDAxMC04LjkxOEExMS41OTMgMTEuNTkzIDAgMDE3LjA0OC45MDZhMTEuNDIzIDExLjQyMyAwIDAxOC45MTggMCAxMS41OTMgMTEuNTkzIDAgMDE2LjE0MiA2LjE0MiAxMS40MjMgMTEuNDIzIDAgMDEwIDguOTE4IDExLjU5MyAxMS41OTMgMCAwMS02LjE0MiA2LjE0MiAxMS4xMzQgMTEuMTM0IDAgMDEtNC40NTkuOTA2em0wLTExLjUwN3ptMCA5Ljc4MWE5LjQxNiA5LjQxNiAwIDAwNi45LTIuODc3IDkuNDE2IDkuNDE2IDAgMDAyLjg3Ny02LjkgOS40MTYgOS40MTYgMCAwMC0yLjg3Ny02LjkgOS40MTYgOS40MTYgMCAwMC02LjktMi44NzdBOS40MTYgOS40MTYgMCAwMDQuNiA0LjZhOS40MTYgOS40MTYgMCAwMC0yLjg3NyA2LjlBOS40MTYgOS40MTYgMCAwMDQuNiAxOC40YTkuNDE2IDkuNDE2IDAgMDA2LjkwNyAyLjg4OHoiIGZpbGw9IiNlMmNhYjMiLz48L3N2Zz4=") no-repeat top center;
          padding: 40px 40px 0; }
          @media screen and (min-width: 64em) {
            section.flexi-block.block--opening-hours-location .container .boxes .box > .hours, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes .box > .hours, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes .box > .hours, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes .box > .hours, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes .box > .hours {
              background-position: top 6px left;
              padding: 0 0 0 32px; } }
      @media screen and (min-width: 64em) {
        section.flexi-block.block--opening-hours-location .container .boxes, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .form .boxes, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .form .boxes, section.flexi-block.block--opening-hours-location body.single-product .shop-loop .entry-summary .boxes, body.single-product .shop-loop section.flexi-block.block--opening-hours-location .entry-summary .boxes {
          grid-template-columns: repeat(3, 1fr); } }
  section.flexi-block.block--opening-hours-location .map {
    margin-top: -90px;
    z-index: 0;
    width: 100%;
    height: 425px; }

/*

    //  //// --|    Blocks / Our Brands Slider

*/
section.flexi-block.block--our-brands-slider {
  --container-width: 2000;
  text-align: center;
  padding: 60px 0;
  padding-bottom: 120px; }
  @media screen and (min-width: 82.5em) {
    section.flexi-block.block--our-brands-slider {
      padding: var(--s-vertical-padding) 0; } }
  section.flexi-block.block--our-brands-slider h2, section.flexi-block.block--our-brands-slider .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--our-brands-slider .form-title {
    margin-bottom: 1.96875rem; }
  section.flexi-block.block--our-brands-slider .title h3 {
    margin-top: 1rem; }
  section.flexi-block.block--our-brands-slider .glide__arrows {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 50%);
    width: 100%;
    max-width: 1640px;
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
    align-items: center; }
  section.flexi-block.block--our-brands-slider .glide__arrow {
    border: 0;
    background-color: var(--c-primary);
    padding: .5rem;
    display: grid;
    place-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    section.flexi-block.block--our-brands-slider .glide__arrow:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--c-secondary);
      transform: scale(0);
      transition-property: transform;
      transition-duration: 200ms;
      transition-timing-function: ease-out; }
    section.flexi-block.block--our-brands-slider .glide__arrow:hover svg path {
      fill: var(--c-primary); }
    section.flexi-block.block--our-brands-slider .glide__arrow:hover:before {
      transform: scale(1); }
  section.flexi-block.block--our-brands-slider .image {
    aspect-ratio: 1 / 1;
    display: grid;
    grid-template: 100% / 100%;
    place-items: center;
    overflow: hidden;
    position: relative; }
    section.flexi-block.block--our-brands-slider .image > img {
      grid-area: 1 / 1;
      transition: transform 200ms ease;
      filter: brightness(40%);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
    section.flexi-block.block--our-brands-slider .image .logo {
      grid-area: 1 / 1;
      width: 75%;
      aspect-ratio: 5 / 2;
      background-color: var(--c-white);
      padding: 15px 20px;
      z-index: 5; }
      section.flexi-block.block--our-brands-slider .image .logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    section.flexi-block.block--our-brands-slider .image:hover > img, section.flexi-block.block--our-brands-slider .image:focus > img {
      transform: scale(1.1); }

/*

    //  //// --|    Blocks / Our Brands

*/
section.flexi-block.block--our-brands {
  text-align: center;
  padding: var(--site-padding); }
  @media screen and (min-width: 82.5em) {
    section.flexi-block.block--our-brands {
      padding: var(--s-vertical-padding) var(--site-padding); } }
  section.flexi-block.block--our-brands h2, section.flexi-block.block--our-brands .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--our-brands .form-title {
    margin-bottom: 1.96875rem; }

.brand-grid {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1rem 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  .brand-grid .image {
    aspect-ratio: 1 / 1;
    display: grid;
    grid-template: 100% / 100%;
    place-items: center;
    overflow: hidden;
    position: relative; }
    .brand-grid .image > img {
      grid-area: 1 / 1;
      transition: transform 200ms ease;
      filter: brightness(40%);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
    .brand-grid .image .logo {
      grid-area: 1 / 1;
      width: 75%;
      aspect-ratio: 5 / 2;
      background-color: var(--c-white);
      padding: 15px 20px;
      z-index: 5; }
      .brand-grid .image .logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .brand-grid .image:hover > img, .brand-grid .image:focus > img {
      transform: scale(1.1); }
  .brand-grid h3 {
    margin-top: 1rem; }

/*

    //  //// --|    Blocks / Process

*/
section.flexi-block.block--process {
  padding: var(--s-vertical-padding) var(--site-padding); }
  section.flexi-block.block--process h2, section.flexi-block.block--process .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--process .form-title {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 82.5em) {
      section.flexi-block.block--process h2, section.flexi-block.block--process .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--process .form-title {
        margin-bottom: 70px; } }
  section.flexi-block.block--process h2, section.flexi-block.block--process .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--process .form-title, section.flexi-block.block--process h3 {
    color: inherit; }
  section.flexi-block.block--process ol {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px; }
    @media screen and (min-width: 82.5em) {
      section.flexi-block.block--process ol {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 2rem; } }
    section.flexi-block.block--process ol > li {
      text-align: center;
      max-width: 500px;
      margin: auto; }
      section.flexi-block.block--process ol > li h3 {
        margin-bottom: 1rem; }
        section.flexi-block.block--process ol > li h3 > span {
          color: var(--c-secondary); }
      @media screen and (min-width: 82.5em) {
        section.flexi-block.block--process ol > li {
          text-align: left;
          max-width: unset;
          margin: unset;
          display: grid;
          grid-template-columns: 64px auto;
          gap: 0 30px; }
          section.flexi-block.block--process ol > li h3, section.flexi-block.block--process ol > li p {
            margin: 0;
            grid-column: 2; } }

/*

    //  //// --|    Blocks / Services

*/
section.flexi-block.block--services {
  text-align: center; }
  section.flexi-block.block--services h2, section.flexi-block.block--services .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--services .form-title {
    margin-bottom: 1.96875rem; }

.services {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 30px; }
  @media screen and (min-width: 64em) {
    .services {
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
      gap: 60px; } }
  .services > li {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 2 / 1; }
    @supports not (aspect-ratio: 2/1) {
      .services > li {
        padding-bottom: 50%; } }
    @media screen and (min-width: 64em) {
      .services > li {
        aspect-ratio: 3 / 1; }
        @supports not (aspect-ratio: 3/1) {
          .services > li {
            padding-bottom: 33.33333%; } } }
    .services > li > img {
      position: absolute;
      inset: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transition: all 200ms ease; }
    .services > li > a.title {
      font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
      font-size: clamp(1.5625rem, calc(0.5529rem + 2.8846vw), 2.5rem);
      color: var(--c-white);
      position: absolute;
      display: grid;
      place-items: center;
      inset: 0;
      z-index: 1;
      transition: background-color 300ms ease-in-out; }
      .services > li > a.title:hover, .services > li > a.title:focus {
        background-color: rgba(0, 0, 0, 0.45); }
        .services > li > a.title:hover ~ img, .services > li > a.title:focus ~ img {
          transform: scale(1.1); }

/*

    //  //// --|    Blocks / Stone Type

*/
section.flexi-block.block--stone-type {
  text-align: center;
  padding: var(--site-padding); }
  @media screen and (min-width: 82.5em) {
    section.flexi-block.block--stone-type {
      padding: var(--s-vertical-padding) var(--site-padding); } }
  section.flexi-block.block--stone-type h2, section.flexi-block.block--stone-type .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--stone-type .form-title {
    margin-bottom: 1.96875rem; }

.material-grid {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1rem 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
  .material-grid h3 {
    font-size: clamp(1.125rem, 0.9904rem + 0.3846vw, 1.25rem); }
  .material-grid .image {
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
    position: relative; }
    .material-grid .image > img {
      transition: transform 200ms ease;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
    .material-grid .image:hover > img, .material-grid .image:focus > img {
      transform: scale(1.1); }
  .material-grid h3 {
    margin-top: 1rem; }

/*

    //  //// --|    Blocks / Colours

*/
section.flexi-block.block--stone-filter {
  text-align: center;
  padding: 2rem 0;
  position: relative; }
  section.flexi-block.block--stone-filter.bg-grey {
    background: linear-gradient(0deg, var(--c-white) 52px, var(--c-l-grey) 52px);
    margin-bottom: 0; }
  section.flexi-block.block--stone-filter .glide:before {
    content: '';
    background: #f1f1f4;
    background: linear-gradient(90deg, #f1f1f4 0%, rgba(241, 241, 244, 0) 80%);
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 20px);
    width: 100px;
    z-index: 1; }
  section.flexi-block.block--stone-filter .glide:after {
    content: '';
    background: #f1f1f4;
    background: linear-gradient(270deg, #f1f1f4 0%, rgba(241, 241, 244, 0) 80%);
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 20px);
    width: 100px;
    z-index: 1; }
  @media screen and (min-width: 48em) {
    section.flexi-block.block--stone-filter .glide:before, section.flexi-block.block--stone-filter .glide:after {
      width: 300px; } }
  section.flexi-block.block--stone-filter h2, section.flexi-block.block--stone-filter .dialog-content .form .form-header .form-title, .dialog-content .form .form-header section.flexi-block.block--stone-filter .form-title {
    margin-bottom: 1.96875rem; }
  section.flexi-block.block--stone-filter .title {
    display: block;
    margin: 0;
    margin-top: 1rem;
    font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
    letter-spacing: 0.02em;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, calc( 3vw + 10px), 2rem);
    line-height: 1.2;
    font-weight: 400;
    color: var(--c-black); }
  section.flexi-block.block--stone-filter .glide__arrows {
    margin: 0 auto;
    margin-top: 60px;
    width: 100%;
    max-width: 1640px;
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
    align-items: center; }
  section.flexi-block.block--stone-filter .glide__arrow {
    border: 0;
    background-color: var(--c-primary);
    padding: .5rem;
    display: grid;
    place-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    section.flexi-block.block--stone-filter .glide__arrow:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--c-secondary);
      transform: scale(0);
      transition-property: transform;
      transition-duration: 200ms;
      transition-timing-function: ease-out; }
    section.flexi-block.block--stone-filter .glide__arrow:hover svg path {
      fill: var(--c-primary); }
    section.flexi-block.block--stone-filter .glide__arrow:hover:before {
      transform: scale(1); }
  section.flexi-block.block--stone-filter .image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden; }
    section.flexi-block.block--stone-filter .image img {
      transition: transform 200ms ease;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
    section.flexi-block.block--stone-filter .image:hover > img, section.flexi-block.block--stone-filter .image:focus > img {
      transform: scale(1.1); }

/*

    //  //// --|    Blocks / Tabs

*/
/*

    //  //// --|    Blocks / Team Members
*/
section.flexi-block.block--team-members {
  padding: 0;
  margin-bottom: 0;
  background: linear-gradient(0deg, var(--c-l-grey) 0%, var(--c-l-grey) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
  section.flexi-block.block--team-members .team-members {
    max-width: 100vw;
    overflow-x: hidden; }
    @media screen and (min-width: 64em) {
      section.flexi-block.block--team-members .team-members {
        display: grid;
        grid-template-columns: 44% 56%; } }
  section.flexi-block.block--team-members .glide--text {
    --c-text-base: #FFFFFF;
    --c-black: #FFFFFF;
    color: var(--c-text-base);
    background-color: var(--c-primary);
    padding: var(--site-padding); }
    section.flexi-block.block--team-members .glide--text p:not([class]) {
      margin-bottom: 0.98438rem; }
    section.flexi-block.block--team-members .glide--text .job-title {
      color: var(--c-secondary);
      font-size: clamp(1.125rem, calc(0.7885rem + 0.9615vw), 1.4375rem); }
    section.flexi-block.block--team-members .glide--text .quote {
      font-weight: 700;
      margin-top: 1.96875rem; }
    section.flexi-block.block--team-members .glide--text .glide__slides {
      transform: translate3d(0, 0, 0) !important; }
    section.flexi-block.block--team-members .glide--text .glide__slide {
      position: absolute;
      top: 0;
      left: 0;
      order: 2;
      opacity: 0;
      transition: opacity 500ms ease;
      margin-bottom: 0; }
    section.flexi-block.block--team-members .glide--text .glide__slide.glide__slide--active {
      position: relative;
      order: 1;
      opacity: 1;
      z-index: 1; }
    @media screen and (min-width: 64em) {
      section.flexi-block.block--team-members .glide--text {
        order: 1;
        padding: 150px;
        padding-left: max( var(--site-padding), calc( 50vw - ( var(--container-width) / 2 ) ) ); } }
  section.flexi-block.block--team-members .glide--image {
    padding: calc(var(--site-padding) + 1rem) var(--site-padding);
    padding-bottom: 0;
    background: linear-gradient(0deg, var(--c-primary) 0%, var(--c-primary) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%); }
    section.flexi-block.block--team-members .glide--image img {
      margin: auto; }
    section.flexi-block.block--team-members .glide--image .controls {
      top: 0;
      right: 50%;
      transform: translateX(50%);
      position: absolute;
      z-index: 4; }
    section.flexi-block.block--team-members .glide--image .glide__arrows {
      display: flex;
      gap: 30px;
      justify-content: center;
      align-items: center; }
    section.flexi-block.block--team-members .glide--image .glide__bullets {
      display: none; }
    section.flexi-block.block--team-members .glide--image .glide__arrow {
      border: 0;
      background-color: var(--c-l-grey);
      padding: .5rem;
      display: grid;
      place-content: center;
      cursor: pointer;
      position: relative;
      z-index: 1; }
      section.flexi-block.block--team-members .glide--image .glide__arrow:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--c-primary);
        transform: scale(0);
        transition-property: transform;
        transition-duration: 200ms;
        transition-timing-function: ease-out; }
      section.flexi-block.block--team-members .glide--image .glide__arrow:hover svg path {
        fill: var(--c-white); }
      section.flexi-block.block--team-members .glide--image .glide__arrow:hover:before {
        transform: scale(1); }
    section.flexi-block.block--team-members .glide--image .glide__slide {
      margin-bottom: 0; }
    @media screen and (min-width: 64em) {
      section.flexi-block.block--team-members .glide--image {
        padding: 0;
        order: 2;
        background: linear-gradient(90deg, #192b3f 0%, #192b3f 500px, rgba(255, 255, 255, 0) 500px, rgba(255, 255, 255, 0) 100%);
        display: grid;
        place-content: center;
        max-width: 1600px; }
        section.flexi-block.block--team-members .glide--image .controls {
          top: unset;
          bottom: 0;
          right: 0;
          transform: translateX(min( calc( var(--site-padding) * -1 ), calc( ( var(--container-width) / 2 ) - 50vw ) )); }
        section.flexi-block.block--team-members .glide--image .glide__arrow {
          background-color: var(--c-white); } }
    @media screen and (min-width: 100em) {
      section.flexi-block.block--team-members .glide--image .glide__bullets {
        display: flex;
        align-items: center;
        width: 220px; }
        section.flexi-block.block--team-members .glide--image .glide__bullets button.glide__bullet {
          flex: 1 1 0;
          padding: 0;
          border: 0;
          height: 1px;
          background: var(--c-white); }
          section.flexi-block.block--team-members .glide--image .glide__bullets button.glide__bullet--active {
            height: 7px;
            background: var(--c-primary); } }

/*

    //  //// --|    Blocks / Testimonials

*/
section.flexi-block.block--testimonials a.image {
  display: grid;
  place-items: center;
  margin-bottom: 40px;
  width: 100%; }

section.flexi-block.block--testimonials .testimonials {
  width: 100%; }

section.flexi-block.block--testimonials .glide {
  margin-top: 40px; }
  section.flexi-block.block--testimonials .glide__arrows {
    margin-top: 2rem;
    margin-left: 2.5rem;
    display: flex;
    gap: 2rem; }
    section.flexi-block.block--testimonials .glide__arrows button {
      border: 1px solid currentcolor;
      background-color: transparent;
      padding: .5rem;
      display: grid;
      place-content: center;
      cursor: pointer;
      position: relative;
      z-index: 1; }
      section.flexi-block.block--testimonials .glide__arrows button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--c-primary);
        transform: scale(0);
        transition-property: transform;
        transition-duration: 200ms;
        transition-timing-function: ease-out; }
      section.flexi-block.block--testimonials .glide__arrows button:hover svg path {
        fill: var(--c-white); }
      section.flexi-block.block--testimonials .glide__arrows button:hover:before {
        transform: scale(1); }

@media screen and (min-width: 64em) {
  section.flexi-block.block--testimonials .container, section.flexi-block.block--testimonials body.single-product .shop-loop .form, body.single-product .shop-loop section.flexi-block.block--testimonials .form,
  section.flexi-block.block--testimonials body.single-product .shop-loop .entry-summary, body.single-product .shop-loop section.flexi-block.block--testimonials .entry-summary {
    width: auto;
    display: grid;
    grid-template-columns: 20% calc( 80% - 100px);
    align-items: center;
    gap: 100px; }
  section.flexi-block.block--testimonials .glide__arrows {
    margin-left: 4rem; } }

.quote {
  display: flex;
  gap: 1rem; }
  .quote .quote__icon {
    flex-basis: 1.5rem;
    flex-shrink: 0; }
  .quote cite,
  .quote span.location {
    display: block;
    margin-top: 1rem;
    font-weight: 700;
    font-style: normal; }
  .quote cite::before {
    font-weight: 400;
    font-size: 1rem;
    content: '— '; }
  .quote .rating {
    margin-top: 1rem;
    display: flex;
    gap: 0.625rem; }
  .quote .quote__body {
    margin: 0;
    margin-top: 1rem; }
    .quote .quote__body .content {
      font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
      font-weight: 600;
      font-size: clamp(1.25rem, 0.5769rem + 1.9231vw, 1.875rem);
      line-height: 1.15; }
      .quote .quote__body .content p {
        font-size: inherit; }
      .quote .quote__body .content .read-more-button {
        display: inline-block;
        padding: 0;
        border: none;
        background: none;
        color: var(--c-link);
        font-size: inherit;
        font-weight: inherit;
        font-family: inherit;
        cursor: pointer;
        font-size: 22px; }
  @media screen and (min-width: 64em) {
    .quote {
      gap: 2rem; }
      .quote .quote__icon {
        flex-basis: 2rem; } }

/*

    //  //// --|    Templates / 404

*/
.error404-content {
  padding: 50px var(--site-padding);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .error404-content img {
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 400px; }
  .error404-content h1, .error404-content .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .error404-content h1.eyebrow + h2, .error404-content .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header .error404-content h1.eyebrow + .form-title, .error404-content .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content .error404-content h1.eyebrow + .form-title {
    font-size: 3rem;
    margin-bottom: 1rem; }
  .error404-content p {
    margin-bottom: 2rem; }
  .error404-content a.button, .error404-content .nav-left > ul > li.level-0-item:not(.quote-button) > a,
  .error404-content .nav-right > ul > li.level-0-item:not(.quote-button) > a {
    --padding-ratio: 5; }

/*

    //  //// --|    Templates / Post Archive

*/
section.posts-loop {
  margin-top: 4rem;
  margin-bottom: var(--s-vertical-padding); }

ul.loop {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.loop.posts {
  display: grid;
  grid-template-columns: repeat(1, minmax(10px, 1fr));
  gap: 30px; }
  @media screen and (min-width: 75em) {
    ul.loop.posts {
      grid-template-columns: repeat(2, minmax(10px, 1fr)); } }
  @media screen and (min-width: 93.75em) {
    ul.loop.posts {
      grid-template-columns: repeat(3, minmax(10px, 1fr)); } }
  ul.loop.posts > li .image {
    display: block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 9;
    background-color: var(--c-l-grey); }
    ul.loop.posts > li .image > img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit';
      transition: transform 200ms ease; }
    ul.loop.posts > li .image:hover > img, ul.loop.posts > li .image:focus > img {
      transform: scale(1.1); }
  ul.loop.posts > li h2, ul.loop.posts > li .dialog-content .form .form-header .form-title, .dialog-content .form .form-header ul.loop.posts > li .form-title {
    font-size: clamp( 1.25rem, .8462rem + 1.1538vw, 1.625rem );
    font-family: "Oxygen", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.56; }
    ul.loop.posts > li h2::after, ul.loop.posts > li .dialog-content .form .form-header .form-title::after, .dialog-content .form .form-header ul.loop.posts > li .form-title::after {
      padding-bottom: 1em;
      max-width: none; }
  ul.loop.posts > li h2, ul.loop.posts > li .dialog-content .form .form-header .form-title, .dialog-content .form .form-header ul.loop.posts > li .form-title, ul.loop.posts > li p, ul.loop.posts > li a.button, .nav-left > ul.loop.posts > li.level-0-item:not(.quote-button) > a,
  .nav-right > ul.loop.posts > li.level-0-item:not(.quote-button) > a, ul.loop.posts > li div.meta {
    margin: 0;
    margin-top: 1rem; }
  ul.loop.posts > li .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; }
  ul.loop.posts > li time, ul.loop.posts > li cite {
    display: inline-flex;
    gap: .5rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase; }

.container.sidebar .blog-sidebar, body.single-product .shop-loop .sidebar.form .blog-sidebar, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar {
  margin-bottom: 2rem; }
  .container.sidebar .blog-sidebar .field, body.single-product .shop-loop .sidebar.form .blog-sidebar .field, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar .field {
    position: relative;
    margin-bottom: 2rem; }
    .container.sidebar .blog-sidebar .field input, body.single-product .shop-loop .sidebar.form .blog-sidebar .field input, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar .field input {
      width: 100%;
      padding: .5rem .75rem;
      background-color: var(--c-l-grey);
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 0; }
    .container.sidebar .blog-sidebar .field button[type="submit"], body.single-product .shop-loop .sidebar.form .blog-sidebar .field button[type="submit"], body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar .field button[type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 0 .75rem;
      display: grid;
      place-items: center;
      cursor: pointer;
      background-color: var(--c-primary);
      color: var(--c-secondary);
      border: none;
      border-radius: 0; }
  .container.sidebar .blog-sidebar h3, body.single-product .shop-loop .sidebar.form .blog-sidebar h3, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar h3 {
    font-size: clamp(1.125rem, calc( 2vw + 5px), 1.5rem);
    font-family: var(--t-font-family);
    font-weight: 700;
    margin-bottom: 1rem; }
  .container.sidebar .blog-sidebar ul, body.single-product .shop-loop .sidebar.form .blog-sidebar ul, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0; }
    .container.sidebar .blog-sidebar ul li, body.single-product .shop-loop .sidebar.form .blog-sidebar ul li, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar ul li {
      margin-bottom: .5rem; }
      .container.sidebar .blog-sidebar ul li a, body.single-product .shop-loop .sidebar.form .blog-sidebar ul li a, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar ul li a {
        color: var(--c-primary);
        text-decoration: none; }
        .container.sidebar .blog-sidebar ul li a:hover, body.single-product .shop-loop .sidebar.form .blog-sidebar ul li a:hover, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar ul li a:hover {
          text-decoration: underline; }
  .container.sidebar .blog-sidebar select#blog-cat-select, body.single-product .shop-loop .sidebar.form .blog-sidebar select#blog-cat-select, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar select#blog-cat-select {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    background-color: var(--c-l-grey);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0; }
  @media screen and (min-width: 28.125em) {
    .container.sidebar .blog-sidebar ul, body.single-product .shop-loop .sidebar.form .blog-sidebar ul, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar ul {
      display: block; }
    .container.sidebar .blog-sidebar select#blog-cat-select, body.single-product .shop-loop .sidebar.form .blog-sidebar select#blog-cat-select, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar select#blog-cat-select {
      display: none; } }

@media screen and (min-width: 48em) {
  .container.sidebar, body.single-product .shop-loop .sidebar.form,
  body.single-product .shop-loop .sidebar.entry-summary {
    display: grid;
    align-items: flex-start;
    grid-template-columns: minmax(150px, 25%) 1fr;
    grid-gap: var(--site-gutter); }
    .container.sidebar .blog-sidebar, body.single-product .shop-loop .sidebar.form .blog-sidebar, body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar {
      position: sticky;
      top: 2rem;
      transition: 400ms cubic-bezier(0.23, 0.96, 0.59, 1);
      margin-bottom: 0; }
    .container.sidebar .pagination, body.single-product .shop-loop .sidebar.form .pagination, body.single-product .shop-loop .sidebar.entry-summary .pagination, .container.sidebar .posts:first-child, body.single-product .shop-loop .sidebar.form .posts:first-child, body.single-product .shop-loop .sidebar.entry-summary .posts:first-child {
      grid-column: 1 / -1; } }

.header-state-active .container.sidebar .blog-sidebar, .header-state-active body.single-product .shop-loop .sidebar.form .blog-sidebar, body.single-product .shop-loop .header-state-active .sidebar.form .blog-sidebar, .header-state-active body.single-product .shop-loop .sidebar.entry-summary .blog-sidebar, body.single-product .shop-loop .header-state-active .sidebar.entry-summary .blog-sidebar {
  top: calc( var(--header-height) + 2rem); }

/*

    //  //// --|    Templates / Post Single

*/
/*

    //  //// --|    Components / Hero

*/
.post-hero h1, .post-hero .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content .post-hero h1.eyebrow + h2, .post-hero .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header .post-hero h1.eyebrow + .form-title, .post-hero .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content .post-hero h1.eyebrow + .form-title, .post-hero time, .post-hero p, .post-hero span {
  color: inherit; }

.post-hero .hero__image-container {
  position: relative; }

.post-hero .hero__feature-image {
  position: relative;
  width: auto;
  margin: auto;
  aspect-ratio: 16 / 9;
  max-height: 30vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  .post-hero .hero__feature-image > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: 'object-fit'; }

.post-hero .hero__content {
  z-index: 2;
  height: 25vh;
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 20px 0;
  max-width: 50em;
  margin: 0 auto; }
  .post-hero .hero__content h1, .post-hero .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .post-hero .hero__content .content h1.eyebrow + h2, .post-hero .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .post-hero .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .post-hero .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .post-hero .hero__content .content h1.eyebrow + .form-title {
    font-weight: 600;
    margin-bottom: 1rem;
    width: 100%; }

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 40px; }
  .post-meta time, .post-meta cite {
    display: inline-flex;
    gap: .5rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase; }
  .post-meta time::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk5NiIgaGVpZ2h0PSI5LjkyOSI+PHBhdGggZD0iTTEuMDk3IDkuOTI5YTEuMSAxLjEgMCAwMS0xLjEtMS4xdi03LjAyYTEuMDc2IDEuMDc2IDAgMDEuMzIxLS43ODJBMS4wNDggMS4wNDggMCAwMTEuMDk3LjdoLjY1M1YwaC45NTd2LjdoMy41N1YwaC45NTd2LjdoLjY1M2ExLjExNiAxLjExNiAwIDAxMS4xMDggMS4xMDh2Ny4wMjRhMS4wNDggMS4wNDggMCAwMS0uMzI3Ljc3NiAxLjA3NiAxLjA3NiAwIDAxLS43ODIuMzIxem0wLTEuMWg2Ljc5MVYzLjkySDEuMDk3em0wLTUuNjEyaDYuNzkxVjEuODA5SDEuMDk3em0wIDB6bTMuNCAyLjc1NGEuNTI3LjUyNyAwIDAxLS4zNzktLjE1Mi41MTIuNTEyIDAgMDEtLjE1OC0uMzg1LjUyNy41MjcgMCAwMS4xNTItLjM3OS41MTIuNTEyIDAgMDEuMzgtLjE1NS41MjcuNTI3IDAgMDEuMzc5LjE1Mi41MTIuNTEyIDAgMDEuMTU4LjM4NS41MjcuNTI3IDAgMDEtLjE1Mi4zNzkuNTEyLjUxMiAwIDAxLS4zODUuMTU4em0tMS44NjcgMGEuNTI3LjUyNyAwIDAxLS4zOC0uMTQ5LjUxMi41MTIgMCAwMS0uMTU4LS4zODUuNTI3LjUyNyAwIDAxLjE1Mi0uMzc5LjUxMi41MTIgMCAwMS4zODEtLjE1OC41MjcuNTI3IDAgMDEuMzc5LjE1Mi41MTIuNTEyIDAgMDEuMTU4LjM4NS41MjcuNTI3IDAgMDEtLjE1Mi4zNzkuNTEyLjUxMiAwIDAxLS4zODUuMTU4em0zLjczNCAwYS41MzMuNTMzIDAgMDEtLjM3My0uMTUyLjUuNSAwIDAxLS4xNjMtLjM4NS41MDguNTA4IDAgMDEuMTYzLS4zNzkuNTM1LjUzNSAwIDAxLjc1My0uMDA2LjUxMi41MTIgMCAwMS4xNTguMzg1LjUyNy41MjcgMCAwMS0uMTUyLjM3OS41MTIuNTEyIDAgMDEtLjM5MS4xNjF6bS0xLjg3MiAxLjg3YS41MDguNTA4IDAgMDEtLjM3OS0uMTYzLjUzNS41MzUgMCAwMS0uMDA2LS43NTMuNTEyLjUxMiAwIDAxLjM4NS0uMTU4LjUyNy41MjcgMCAwMS4zNzkuMTUyLjUxMi41MTIgMCAwMS4xNTguMzgxLjUzMy41MzMgMCAwMS0uMTUyLjM3My41LjUgMCAwMS0uMzg1LjE2OHptLTEuODY3IDBhLjUwOC41MDggMCAwMS0uMzc1LS4xNjQuNTM1LjUzNSAwIDAxLS4wMDYtLjc1My41MTIuNTEyIDAgMDEuMzg1LS4xNTguNTI3LjUyNyAwIDAxLjM3OS4xNTIuNTEyLjUxMiAwIDAxLjE1NC4zODIuNTMzLjUzMyAwIDAxLS4xNTIuMzczLjUuNSAwIDAxLS4zODUuMTY4em0zLjczNCAwYS41NTkuNTU5IDAgMDEtLjUzNy0uNTQxLjUwOC41MDggMCAwMS4xNjMtLjM3OS41MzUuNTM1IDAgMDEuNzUzLS4wMDYuNTEyLjUxMiAwIDAxLjE1OC4zODUuNTMzLjUzMyAwIDAxLS4xNTIuMzczLjUuNSAwIDAxLS4zODUuMTY4eiIgZmlsbD0iIzE5MmIzZiIvPjwvc3ZnPg=="); }
  .post-meta cite {
    font-style: normal; }
    .post-meta cite::before {
      content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjUwMyIgaGVpZ2h0PSI5LjkyOSI+PHBhdGggZD0iTTQuNzQ1IDQuODEzYTIuMzA4IDIuMzA4IDAgMDEtMi40MDctMi40MDZBMi4zMDggMi4zMDggMCAwMTQuNzQ1IDBhMi4zNjkgMi4zNjkgMCAwMTEuNzQuNjc0IDIuMzMzIDIuMzMzIDAgMDEuNjgxIDEuNzMzIDIuMzMzIDIuMzMzIDAgMDEtLjY4MSAxLjczMyAyLjM2OSAyLjM2OSAwIDAxLTEuNzQuNjczek0wIDkuOTI5VjguMjY1QTEuODM3IDEuODM3IDAgMDEuMzE2IDcuMmEyLjAxMiAyLjAxMiAwIDAxLjgxMS0uNjk1IDEwLjQ1NiAxMC40NTYgMCAwMTEuODM2LS42MzkgNy42IDcuNiAwIDAxMS43ODEtLjIxMyA3LjM0NCA3LjM0NCAwIDAxMS43ODguMjJBMTEuMyAxMS4zIDAgMDE4LjM1IDYuNWExLjg4MSAxLjg4MSAwIDAxLjgzOS42ODEgMS44NiAxLjg2IDAgMDEuMzE2IDEuMDh2MS42NjR6bTEuMjkzLTEuMjkzaDYuOVY4LjMyYS43LjcgMCAwMC0uMTMxLS40Ljg0NS44NDUgMCAwMC0uMzIzLS4yODkgNy4wMjIgNy4wMjIgMCAwMC0xLjUyLS41MjkgNy4yNTMgNy4yNTMgMCAwMC0xLjQ3OC0uMTQ0QTcuNTkxIDcuNTkxIDAgMDAzLjI1IDcuMWE2LjQwOSA2LjQwOSAwIDAwLTEuNTIuNTI5LjguOCAwIDAwLS4zMTYuMjg5LjcyOC43MjggMCAwMC0uMTI0LjR6TTQuNzQ1IDMuNTJhMS4xMzMgMS4xMzMgMCAwMC44LTEuOTE4IDEuMTgzIDEuMTgzIDAgMDAtMS42IDAgMS4xMTggMS4xMTggMCAwMC44IDEuOTE4em0wLTEuMTEzem0wIDYuMjN6IiBmaWxsPSIjMTkyYjNmIi8+PC9zdmc+"); }

.author-profile {
  display: flex;
  align-items: center;
  margin-top: 30px; }
  .author-profile img {
    border-radius: 100%;
    max-width: 50px; }
  .author-profile .author-details {
    margin-left: 10px; }
    .author-profile .author-details h4 {
      font-size: 26px; }
    .author-profile .author-details span.job {
      font-size: 16px; }
  .author-profile.author-profile-bio {
    align-items: flex-start;
    background-color: var(--c-l-grey);
    border-top: 1px solid var(--c-primary);
    padding-top: 30px;
    border-radius: 0px;
    gap: 10px; }
    .author-profile.author-profile-bio .bio {
      margin-top: 20px;
      display: block; }

.single-post article.container, .single-post body.single-product .shop-loop article.form, body.single-product .shop-loop .single-post article.form,
.single-post body.single-product .shop-loop article.entry-summary, body.single-product .shop-loop .single-post article.entry-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 80rem;
  margin-top: -5vh; }
  .single-post article.container.no-toc, .single-post body.single-product .shop-loop article.no-toc.form, body.single-product .shop-loop .single-post article.no-toc.form,
  .single-post body.single-product .shop-loop article.no-toc.entry-summary, body.single-product .shop-loop .single-post article.no-toc.entry-summary {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: -5vh; }
    .single-post article.container.no-toc .wp-block-image img, .single-post body.single-product .shop-loop article.no-toc.form .wp-block-image img, body.single-product .shop-loop .single-post article.no-toc.form .wp-block-image img, .single-post body.single-product .shop-loop article.no-toc.entry-summary .wp-block-image img, body.single-product .shop-loop .single-post article.no-toc.entry-summary .wp-block-image img {
      margin: 0 auto; }
  @media screen and (min-width: 64em) {
    .single-post article.container, .single-post body.single-product .shop-loop article.form, body.single-product .shop-loop .single-post article.form,
    .single-post body.single-product .shop-loop article.entry-summary, body.single-product .shop-loop .single-post article.entry-summary {
      gap: 0px 30px;
      display: grid;
      grid-template-columns: 1fr 2fr; } }
  .single-post article.container header, .single-post body.single-product .shop-loop article.form header, body.single-product .shop-loop .single-post article.form header, .single-post body.single-product .shop-loop article.entry-summary header, body.single-product .shop-loop .single-post article.entry-summary header {
    margin-bottom: 50px; }
  .single-post article.container .toc-content, .single-post body.single-product .shop-loop article.form .toc-content, body.single-product .shop-loop .single-post article.form .toc-content, .single-post body.single-product .shop-loop article.entry-summary .toc-content, body.single-product .shop-loop .single-post article.entry-summary .toc-content, .single-post article.container .content, .single-post body.single-product .shop-loop article.form .content, body.single-product .shop-loop .single-post article.form .content, .single-post body.single-product .shop-loop article.entry-summary .content, body.single-product .shop-loop .single-post article.entry-summary .content {
    background-color: var(--c-l-grey);
    padding: 30px;
    margin-top: 0px; }
  .single-post article.container .toc, .single-post body.single-product .shop-loop article.form .toc, body.single-product .shop-loop .single-post article.form .toc, .single-post body.single-product .shop-loop article.entry-summary .toc, body.single-product .shop-loop .single-post article.entry-summary .toc {
    width: 100%; }
    .single-post article.container .toc .toc-content, .single-post body.single-product .shop-loop article.form .toc .toc-content, body.single-product .shop-loop .single-post article.form .toc .toc-content, .single-post body.single-product .shop-loop article.entry-summary .toc .toc-content, body.single-product .shop-loop .single-post article.entry-summary .toc .toc-content {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      position: sticky;
      top: 5vh; }
      .single-post article.container .toc .toc-content h2, .single-post body.single-product .shop-loop article.form .toc .toc-content h2, body.single-product .shop-loop .single-post article.form .toc .toc-content h2, .single-post body.single-product .shop-loop article.entry-summary .toc .toc-content h2, body.single-product .shop-loop .single-post article.entry-summary .toc .toc-content h2, .single-post article.container .toc .toc-content .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .single-post article.container .toc .toc-content .form-title, .single-post body.single-product .shop-loop .dialog-content article.form .toc .toc-content .form-header .form-title, .dialog-content .single-post body.single-product .shop-loop article.form .toc .toc-content .form-header .form-title, .single-post body.single-product .shop-loop .dialog-content article.form .form-header .toc .toc-content .form-title, .dialog-content .single-post body.single-product .shop-loop article.form .form-header .toc .toc-content .form-title, body.single-product .shop-loop .single-post .dialog-content article.form .toc .toc-content .form-header .form-title, .dialog-content body.single-product .shop-loop .single-post article.form .toc .toc-content .form-header .form-title, body.single-product .shop-loop .single-post .dialog-content article.form .form-header .toc .toc-content .form-title, .dialog-content body.single-product .shop-loop .single-post article.form .form-header .toc .toc-content .form-title, .single-post body.single-product .shop-loop article.entry-summary .toc .toc-content .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .single-post body.single-product .shop-loop article.entry-summary .toc .toc-content .form-title, body.single-product .shop-loop .single-post article.entry-summary .toc .toc-content .dialog-content .form .form-header .form-title, .dialog-content .form .form-header body.single-product .shop-loop .single-post article.entry-summary .toc .toc-content .form-title {
        margin-bottom: 30px; }
      @media screen and (min-width: 64em) {
        .single-post article.container .toc .toc-content, .single-post body.single-product .shop-loop article.form .toc .toc-content, body.single-product .shop-loop .single-post article.form .toc .toc-content, .single-post body.single-product .shop-loop article.entry-summary .toc .toc-content, body.single-product .shop-loop .single-post article.entry-summary .toc .toc-content {
          padding-bottom: 10vh;
          max-height: 90vh;
          overflow-y: auto;
          -webkit-mask-image: linear-gradient(to bottom, black 90%, rgba(0, 0, 0, 0) 100%);
          -webkit-mask-size: 100% 100%;
          mask-image: linear-gradient(to bottom, black 90%, rgba(0, 0, 0, 0) 100%);
          mask-size: 100% 100%; } }
  .single-post article.container > *, .single-post body.single-product .shop-loop article.form > *, body.single-product .shop-loop .single-post article.form > *, .single-post body.single-product .shop-loop article.entry-summary > *, body.single-product .shop-loop .single-post article.entry-summary > * {
    margin: 0; }
  .single-post article.container > * + *, .single-post body.single-product .shop-loop article.form > * + *, body.single-product .shop-loop .single-post article.form > * + *, .single-post body.single-product .shop-loop article.entry-summary > * + *, body.single-product .shop-loop .single-post article.entry-summary > * + * {
    margin-top: var(--flow-space, 1em); }
  .single-post article.container p:empty, .single-post body.single-product .shop-loop article.form p:empty, body.single-product .shop-loop .single-post article.form p:empty, .single-post body.single-product .shop-loop article.entry-summary p:empty, body.single-product .shop-loop .single-post article.entry-summary p:empty {
    display: none; }
  .single-post article.container > img, .single-post body.single-product .shop-loop article.form > img, body.single-product .shop-loop .single-post article.form > img, .single-post body.single-product .shop-loop article.entry-summary > img, body.single-product .shop-loop .single-post article.entry-summary > img,
  .single-post article.container > table,
  .single-post body.single-product .shop-loop article.form > table,
  body.single-product .shop-loop .single-post article.form > table,
  .single-post body.single-product .shop-loop article.entry-summary > table,
  body.single-product .shop-loop .single-post article.entry-summary > table {
    width: 100%; }
  .single-post article.container pre, .single-post body.single-product .shop-loop article.form pre, body.single-product .shop-loop .single-post article.form pre, .single-post body.single-product .shop-loop article.entry-summary pre, body.single-product .shop-loop .single-post article.entry-summary pre,
  .single-post article.container pre + *,
  .single-post body.single-product .shop-loop article.form pre + *,
  body.single-product .shop-loop .single-post article.form pre + *,
  .single-post body.single-product .shop-loop article.entry-summary pre + *,
  body.single-product .shop-loop .single-post article.entry-summary pre + *,
  .single-post article.container figure,
  .single-post body.single-product .shop-loop article.form figure,
  body.single-product .shop-loop .single-post article.form figure,
  .single-post body.single-product .shop-loop article.entry-summary figure,
  body.single-product .shop-loop .single-post article.entry-summary figure,
  .single-post article.container figure + *,
  .single-post body.single-product .shop-loop article.form figure + *,
  body.single-product .shop-loop .single-post article.form figure + *,
  .single-post body.single-product .shop-loop article.entry-summary figure + *,
  body.single-product .shop-loop .single-post article.entry-summary figure + *,
  .single-post article.container h2,
  .single-post body.single-product .shop-loop article.form h2,
  body.single-product .shop-loop .single-post article.form h2,
  .single-post body.single-product .shop-loop article.entry-summary h2,
  body.single-product .shop-loop .single-post article.entry-summary h2,
  .single-post article.container .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header .single-post article.container .form-title,
  .single-post body.single-product .shop-loop .dialog-content article.form .form-header .form-title,
  .dialog-content .single-post body.single-product .shop-loop article.form .form-header .form-title,
  body.single-product .shop-loop .single-post .dialog-content article.form .form-header .form-title,
  .dialog-content body.single-product .shop-loop .single-post article.form .form-header .form-title,
  .single-post body.single-product .shop-loop article.entry-summary .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header .single-post body.single-product .shop-loop article.entry-summary .form-title,
  body.single-product .shop-loop .single-post article.entry-summary .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header body.single-product .shop-loop .single-post article.entry-summary .form-title,
  .single-post article.container h3,
  .single-post body.single-product .shop-loop article.form h3,
  body.single-product .shop-loop .single-post article.form h3,
  .single-post body.single-product .shop-loop article.entry-summary h3,
  body.single-product .shop-loop .single-post article.entry-summary h3,
  .single-post article.container h4,
  .single-post body.single-product .shop-loop article.form h4,
  body.single-product .shop-loop .single-post article.form h4,
  .single-post body.single-product .shop-loop article.entry-summary h4,
  body.single-product .shop-loop .single-post article.entry-summary h4 {
    --flow-space: clamp( 2.375rem, 1.98rem + 1.96vw, 3.75rem ); }
  
  .single-post article.container h2,
  .single-post body.single-product .shop-loop article.form h2,
  body.single-product .shop-loop .single-post article.form h2,
  .single-post body.single-product .shop-loop article.entry-summary h2,
  body.single-product .shop-loop .single-post article.entry-summary h2,
  .single-post article.container .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header .single-post article.container .form-title,
  .single-post body.single-product .shop-loop .dialog-content article.form .form-header .form-title,
  .dialog-content .single-post body.single-product .shop-loop article.form .form-header .form-title,
  body.single-product .shop-loop .single-post .dialog-content article.form .form-header .form-title,
  .dialog-content body.single-product .shop-loop .single-post article.form .form-header .form-title,
  .single-post body.single-product .shop-loop article.entry-summary .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header .single-post body.single-product .shop-loop article.entry-summary .form-title,
  body.single-product .shop-loop .single-post article.entry-summary .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header body.single-product .shop-loop .single-post article.entry-summary .form-title,
  .single-post article.container h3,
  .single-post body.single-product .shop-loop article.form h3,
  body.single-product .shop-loop .single-post article.form h3,
  .single-post body.single-product .shop-loop article.entry-summary h3,
  body.single-product .shop-loop .single-post article.entry-summary h3,
  .single-post article.container h4,
  .single-post body.single-product .shop-loop article.form h4,
  body.single-product .shop-loop .single-post article.form h4,
  .single-post body.single-product .shop-loop article.entry-summary h4,
  body.single-product .shop-loop .single-post article.entry-summary h4 {
    font-weight: 700; }
  
  .single-post article.container h2,
  .single-post body.single-product .shop-loop article.form h2,
  body.single-product .shop-loop .single-post article.form h2,
  .single-post body.single-product .shop-loop article.entry-summary h2,
  body.single-product .shop-loop .single-post article.entry-summary h2,
  .single-post article.container .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header .single-post article.container .form-title,
  .single-post body.single-product .shop-loop .dialog-content article.form .form-header .form-title,
  .dialog-content .single-post body.single-product .shop-loop article.form .form-header .form-title,
  body.single-product .shop-loop .single-post .dialog-content article.form .form-header .form-title,
  .dialog-content body.single-product .shop-loop .single-post article.form .form-header .form-title,
  .single-post body.single-product .shop-loop article.entry-summary .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header .single-post body.single-product .shop-loop article.entry-summary .form-title,
  body.single-product .shop-loop .single-post article.entry-summary .dialog-content .form .form-header .form-title,
  .dialog-content .form .form-header body.single-product .shop-loop .single-post article.entry-summary .form-title {
    font-size: clamp( 1.75rem, 1.0769rem + 1.9231vw, 2.375rem ); }
  .single-post article.container h2 + *, .single-post body.single-product .shop-loop article.form h2 + *, body.single-product .shop-loop .single-post article.form h2 + *, .single-post body.single-product .shop-loop article.entry-summary h2 + *, body.single-product .shop-loop .single-post article.entry-summary h2 + *, .single-post article.container .dialog-content .form .form-header .form-title + *, .dialog-content .form .form-header .single-post article.container .form-title + *, .single-post body.single-product .shop-loop .dialog-content article.form .form-header .form-title + *, .dialog-content .single-post body.single-product .shop-loop article.form .form-header .form-title + *, body.single-product .shop-loop .single-post .dialog-content article.form .form-header .form-title + *, .dialog-content body.single-product .shop-loop .single-post article.form .form-header .form-title + *, .single-post body.single-product .shop-loop article.entry-summary .dialog-content .form .form-header .form-title + *, .dialog-content .form .form-header .single-post body.single-product .shop-loop article.entry-summary .form-title + *, body.single-product .shop-loop .single-post article.entry-summary .dialog-content .form .form-header .form-title + *, .dialog-content .form .form-header body.single-product .shop-loop .single-post article.entry-summary .form-title + *,
  .single-post article.container h3 + *,
  .single-post body.single-product .shop-loop article.form h3 + *,
  body.single-product .shop-loop .single-post article.form h3 + *,
  .single-post body.single-product .shop-loop article.entry-summary h3 + *,
  body.single-product .shop-loop .single-post article.entry-summary h3 + *,
  .single-post article.container h4 + *,
  .single-post body.single-product .shop-loop article.form h4 + *,
  body.single-product .shop-loop .single-post article.form h4 + *,
  .single-post body.single-product .shop-loop article.entry-summary h4 + *,
  body.single-product .shop-loop .single-post article.entry-summary h4 + * {
    --flow-space: 1rem; }
  .single-post article.container h2 + h3, .single-post body.single-product .shop-loop article.form h2 + h3, body.single-product .shop-loop .single-post article.form h2 + h3, .single-post body.single-product .shop-loop article.entry-summary h2 + h3, body.single-product .shop-loop .single-post article.entry-summary h2 + h3, .single-post article.container .dialog-content .form .form-header .form-title + h3, .dialog-content .form .form-header .single-post article.container .form-title + h3, .single-post body.single-product .shop-loop .dialog-content article.form .form-header .form-title + h3, .dialog-content .single-post body.single-product .shop-loop article.form .form-header .form-title + h3, body.single-product .shop-loop .single-post .dialog-content article.form .form-header .form-title + h3, .dialog-content body.single-product .shop-loop .single-post article.form .form-header .form-title + h3, .single-post body.single-product .shop-loop article.entry-summary .dialog-content .form .form-header .form-title + h3, .dialog-content .form .form-header .single-post body.single-product .shop-loop article.entry-summary .form-title + h3, body.single-product .shop-loop .single-post article.entry-summary .dialog-content .form .form-header .form-title + h3, .dialog-content .form .form-header body.single-product .shop-loop .single-post article.entry-summary .form-title + h3,
  .single-post article.container h3 + h4,
  .single-post body.single-product .shop-loop article.form h3 + h4,
  body.single-product .shop-loop .single-post article.form h3 + h4,
  .single-post body.single-product .shop-loop article.entry-summary h3 + h4,
  body.single-product .shop-loop .single-post article.entry-summary h3 + h4 {
    --flow-space: clamp( 1.375rem, 1.2rem + .89vw, 2rem ); }
  .single-post article.container .post-footer, .single-post body.single-product .shop-loop article.form .post-footer, body.single-product .shop-loop .single-post article.form .post-footer, .single-post body.single-product .shop-loop article.entry-summary .post-footer, body.single-product .shop-loop .single-post article.entry-summary .post-footer {
    grid-column: 2 / span 1;
    margin-top: 0px; }
    .single-post article.container .post-footer .post-cta, .single-post body.single-product .shop-loop article.form .post-footer .post-cta, body.single-product .shop-loop .single-post article.form .post-footer .post-cta, .single-post body.single-product .shop-loop article.entry-summary .post-footer .post-cta, body.single-product .shop-loop .single-post article.entry-summary .post-footer .post-cta {
      background-color: var(--c-primary);
      color: var(--c-white);
      display: grid;
      grid-template-columns: 100px auto;
      gap: 40px;
      padding: 40px;
      margin-bottom: var(--s-vertical-padding);
      align-items: center;
      margin-top: 0px;
      justify-content: center; }
      .single-post article.container .post-footer .post-cta h2, .single-post body.single-product .shop-loop article.form .post-footer .post-cta h2, body.single-product .shop-loop .single-post article.form .post-footer .post-cta h2, .single-post body.single-product .shop-loop article.entry-summary .post-footer .post-cta h2, body.single-product .shop-loop .single-post article.entry-summary .post-footer .post-cta h2, .single-post article.container .post-footer .post-cta .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .single-post article.container .post-footer .post-cta .form-title, .single-post body.single-product .shop-loop .dialog-content article.form .post-footer .post-cta .form-header .form-title, .dialog-content .single-post body.single-product .shop-loop article.form .post-footer .post-cta .form-header .form-title, .single-post body.single-product .shop-loop .dialog-content article.form .form-header .post-footer .post-cta .form-title, .dialog-content .single-post body.single-product .shop-loop article.form .form-header .post-footer .post-cta .form-title, body.single-product .shop-loop .single-post .dialog-content article.form .post-footer .post-cta .form-header .form-title, .dialog-content body.single-product .shop-loop .single-post article.form .post-footer .post-cta .form-header .form-title, body.single-product .shop-loop .single-post .dialog-content article.form .form-header .post-footer .post-cta .form-title, .dialog-content body.single-product .shop-loop .single-post article.form .form-header .post-footer .post-cta .form-title, .single-post body.single-product .shop-loop article.entry-summary .post-footer .post-cta .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .single-post body.single-product .shop-loop article.entry-summary .post-footer .post-cta .form-title, body.single-product .shop-loop .single-post article.entry-summary .post-footer .post-cta .dialog-content .form .form-header .form-title, .dialog-content .form .form-header body.single-product .shop-loop .single-post article.entry-summary .post-footer .post-cta .form-title {
        color: inherit;
        font-weight: 700;
        font-size: clamp(1.25rem, 0.5769rem + 1.9231vw, 1.875rem); }
      .single-post article.container .post-footer .post-cta a, .single-post body.single-product .shop-loop article.form .post-footer .post-cta a, body.single-product .shop-loop .single-post article.form .post-footer .post-cta a, .single-post body.single-product .shop-loop article.entry-summary .post-footer .post-cta a, body.single-product .shop-loop .single-post article.entry-summary .post-footer .post-cta a {
        display: block;
        text-decoration: underline;
        font-size: clamp(1.125rem, 0.9904rem + 0.3846vw, 1.25rem);
        margin-top: 1rem; }

.related-posts {
  margin-top: 6rem; }
  .related-posts + .related-posts {
    margin-top: 0; }
  .related-posts div.container, .related-posts body.single-product .shop-loop div.form, body.single-product .shop-loop .related-posts div.form,
  .related-posts body.single-product .shop-loop div.entry-summary, body.single-product .shop-loop .related-posts div.entry-summary {
    padding: 50px 0; }
  .related-posts h2, .related-posts .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .related-posts .form-title {
    margin-bottom: 45px; }
  .related-posts.products-count-1 ul.products:not(.glide__slides) {
    grid-template-columns: 1fr; }
  .related-posts.products-count-2 ul.products:not(.glide__slides) {
    grid-template-columns: 1fr 1fr; }
  .related-posts.products-count-3 ul.products:not(.glide__slides) {
    grid-template-columns: 1fr 1fr 1fr; }
  .related-posts ul.products:not(.glide__slides) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    overflow-x: auto; }
    @media screen and (min-width: 64em) {
      .related-posts ul.products:not(.glide__slides) {
        grid-template-columns: repeat(4, 1fr); } }

/*

    //  //// --|    Templates / Gallery Single

*/
body.single-gallery nav.gallery-nav ul,
body.archive-gallery nav.gallery-nav ul {
  width: 100%;
  margin: 0; }

section.gallery-section .image-gallery ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px; }

nav.gallery-nav {
  margin-bottom: 60px;
  padding: 20px;
  overflow: hidden;
  background-color: var(--c-l-grey); }
  nav.gallery-nav ul {
    width: calc( 100% + ( var(--site-padding) * 2 ));
    margin: 0 calc(var(--site-padding) * -1);
    padding: 0 var(--site-padding);
    display: flex;
    list-style: none;
    align-items: center;
    overflow-y: scroll;
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
    color: var(--c-primary); }
    nav.gallery-nav ul li {
      margin: 0;
      margin-right: 30px;
      scroll-snap-align: start; }
      nav.gallery-nav ul li:first-child {
        min-width: 114px; }
      nav.gallery-nav ul li:last-child {
        margin-right: 0; }
    nav.gallery-nav ul a {
      min-width: auto;
      padding: 6px 10px;
      line-height: 18px;
      text-align: center;
      display: inline-block;
      cursor: pointer;
      border: 1px solid var(--c-primary);
      border-radius: var(--border-radius);
      outline: none;
      background-color: var(--c-primary);
      color: var(--c-white);
      font-weight: 400;
      font-size: 1rem;
      line-height: var(--t-base-line-height);
      transition: background-color 150ms ease; }
      nav.gallery-nav ul a:focus-visible {
        outline: none;
        transition: box-shadow 100ms ease-out;
        box-shadow: 0 0 0 2px var(--focus-inner), 0 0 0 4px var(--focus-outer); }
      nav.gallery-nav ul a:active {
        transition: transform 150ms;
        transform: scale(0.94) !important; }
      nav.gallery-nav ul a:hover, nav.gallery-nav ul a:active, nav.gallery-nav ul a[aria-current="page"] {
        border-color: currentColor;
        background-color: var(--c-white);
        color: var(--c-primary); }
    @media screen and (min-width: 64em) {
      nav.gallery-nav ul {
        justify-content: center;
        overflow-y: auto; } }

.gallery-section {
  margin-bottom: 100px; }
  .gallery-section:last-of-type:not(:first-of-type) {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--c-tertiary); }
  .gallery-section .content {
    margin-bottom: 40px;
    margin-left: 0; }
    .gallery-section .content h2, .gallery-section .content .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .gallery-section .content .form-title {
      margin-top: 0; }

.koorahotel .gallery-section:last-of-type:not(:first-of-type) {
  margin-bottom: 0;
  color: var(--c-white); }
  .koorahotel .gallery-section:last-of-type:not(:first-of-type) .content span.accent-font {
    color: inherit; }

#image-modal {
  width: 100%;
  height: 100%;
  padding-top: 58px;
  padding-bottom: 58px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9); }
  #image-modal.is-visible {
    display: block; }
  #image-modal button#image-modal__close {
    width: 48px;
    height: 48px;
    padding: 6px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none; }
    #image-modal button#image-modal__close svg {
      width: 36px;
      height: 36px; }
  #image-modal .glide {
    height: 100%; }
  #image-modal .glide__track {
    height: 100%; }
  #image-modal .glide__slides {
    height: 100%; }
  #image-modal .glide__slide {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center; }
  #image-modal .glide__arrows {
    display: none; }
    #image-modal .glide__arrows .glide__arrow {
      width: 48px;
      height: 48px;
      position: absolute;
      top: calc( 50% - 24px);
      background: none;
      border: none; }
      #image-modal .glide__arrows .glide__arrow.glide__arrow--right {
        right: 0; }
    @media screen and (min-width: 64em) {
      #image-modal .glide__arrows {
        display: block; } }
  #image-modal .image {
    width: 100%;
    max-width: 900px;
    margin: auto;
    position: relative; }

@media screen and (min-width: 48em) {
  section.gallery-section .image-gallery ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; } }

@media screen and (min-width: 64em) {
  section.gallery-section .image-gallery ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; } }

/*

    //  //// --|    Templates / Legal

*/
main.legal .site-breadcrumb, main.legal .legal-hero {
  background-color: var(--c-l-grey); }

main.legal .legal-hero {
  padding: 3rem var(--site-padding);
  margin-bottom: 4rem; }
  main.legal .legal-hero h1, main.legal .legal-hero .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content main.legal .legal-hero h1.eyebrow + h2, main.legal .legal-hero .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header main.legal .legal-hero h1.eyebrow + .form-title, main.legal .legal-hero .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content main.legal .legal-hero h1.eyebrow + .form-title {
    margin-bottom: 1.5rem; }

main.legal .legal-nav {
  background-color: var(--c-l-grey);
  padding: 0 var(--site-padding);
  padding-top: 2rem; }
  main.legal .legal-nav__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 1rem;
    list-style: none; }
  main.legal .legal-nav__item {
    margin: 0; }
  main.legal .legal-nav__link {
    margin: 0;
    border-radius: 5px;
    background-color: var(--c-white);
    padding: .5rem 1.5rem;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase; }
    main.legal .legal-nav__link[aria-current="page"] {
      background-color: var(--c-primary);
      color: var(--c-white); }

main.legal .prose {
  margin-bottom: 3rem; }

/*

    //  //// --|    Templates / Testimonial Archive

*/
.testimonial-list {
  padding: 0;
  display: grid;
  gap: 120px 100px; }
  @media screen and (min-width: 37.5em) {
    .testimonial-list {
      grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); } }

/*

    //  //// --|    Templates / Case Study Archive

*/
.case-study-list {
  padding: 0;
  padding-bottom: var(--s-vertical-padding);
  display: grid;
  gap: 2rem; }
  .case-study-list .case-study {
    list-style: none; }
    .case-study-list .case-study__image {
      display: block;
      overflow: hidden;
      position: relative;
      aspect-ratio: 16 / 9;
      background-color: var(--c-l-grey); }
      .case-study-list .case-study__image > img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        font-family: 'object-fit';
        transition: transform 200ms ease; }
      .case-study-list .case-study__image > h3 {
        padding: 2rem;
        display: grid;
        place-items: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-weight: 700;
        color: var(--c-white);
        background-color: rgba(0, 0, 0, 0.36); }
      .case-study-list .case-study__image:hover > img, .case-study-list .case-study__image:focus > img {
        transform: scale(1.1); }
    .case-study-list .case-study__content {
      margin-top: .5rem; }
  @media screen and (min-width: 48em) {
    .case-study-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 64em) {
    .case-study-list {
      grid-template-columns: repeat(3, 1fr); } }

/*

    //  //// --|    Templates / Case Study Single

*/
.single-case_study .site-breadcrumb {
  background-color: var(--c-l-grey); }

.single-case_study .hero--standard .hero__content h1, .single-case_study .hero--standard .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .single-case_study .hero--standard .hero__content .content h1.eyebrow + h2, .single-case_study .hero--standard .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .single-case_study .hero--standard .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .single-case_study .hero--standard .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .single-case_study .hero--standard .hero__content .content h1.eyebrow + .form-title,
.single-case_study .hero--standard .hero__content span.eyebrow {
  font-weight: 400; }

.single-case_study hr {
  margin: 60px 0; }

/*

    //  //// --|    Templates / Gallery Single

*/
body.single-gallery nav.gallery-nav ul,
body.archive-gallery nav.gallery-nav ul {
  width: 100%;
  margin: 0; }

section.gallery-section .image-gallery ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px; }

nav.gallery-nav {
  margin-bottom: 60px;
  padding: 20px;
  overflow: hidden;
  background-color: var(--c-l-grey); }
  nav.gallery-nav ul {
    width: calc( 100% + ( var(--site-padding) * 2 ));
    margin: 0 calc(var(--site-padding) * -1);
    padding: 0 var(--site-padding);
    display: flex;
    list-style: none;
    align-items: center;
    overflow-y: scroll;
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
    color: var(--c-primary); }
    nav.gallery-nav ul li {
      margin: 0;
      margin-right: 30px;
      scroll-snap-align: start; }
      nav.gallery-nav ul li:first-child {
        min-width: 114px; }
      nav.gallery-nav ul li:last-child {
        margin-right: 0; }
    nav.gallery-nav ul a {
      min-width: auto;
      padding: 6px 10px;
      line-height: 18px;
      text-align: center;
      display: inline-block;
      cursor: pointer;
      border: 1px solid var(--c-primary);
      border-radius: var(--border-radius);
      outline: none;
      background-color: var(--c-primary);
      color: var(--c-white);
      font-weight: 400;
      font-size: 1rem;
      line-height: var(--t-base-line-height);
      transition: background-color 150ms ease; }
      nav.gallery-nav ul a:focus-visible {
        outline: none;
        transition: box-shadow 100ms ease-out;
        box-shadow: 0 0 0 2px var(--focus-inner), 0 0 0 4px var(--focus-outer); }
      nav.gallery-nav ul a:active {
        transition: transform 150ms;
        transform: scale(0.94) !important; }
      nav.gallery-nav ul a:hover, nav.gallery-nav ul a:active, nav.gallery-nav ul a[aria-current="page"] {
        border-color: currentColor;
        background-color: var(--c-white);
        color: var(--c-primary); }
    @media screen and (min-width: 64em) {
      nav.gallery-nav ul {
        justify-content: center;
        overflow-y: auto; } }

.gallery-section {
  margin-bottom: 100px; }
  .gallery-section:last-of-type:not(:first-of-type) {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--c-tertiary); }
  .gallery-section .content {
    margin-bottom: 40px;
    margin-left: 0; }
    .gallery-section .content h2, .gallery-section .content .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .gallery-section .content .form-title {
      margin-top: 0; }

.koorahotel .gallery-section:last-of-type:not(:first-of-type) {
  margin-bottom: 0;
  color: var(--c-white); }
  .koorahotel .gallery-section:last-of-type:not(:first-of-type) .content span.accent-font {
    color: inherit; }

#image-modal {
  width: 100%;
  height: 100%;
  padding-top: 58px;
  padding-bottom: 58px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9); }
  #image-modal.is-visible {
    display: block; }
  #image-modal button#image-modal__close {
    width: 48px;
    height: 48px;
    padding: 6px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none; }
    #image-modal button#image-modal__close svg {
      width: 36px;
      height: 36px; }
  #image-modal .glide {
    height: 100%; }
  #image-modal .glide__track {
    height: 100%; }
  #image-modal .glide__slides {
    height: 100%; }
  #image-modal .glide__slide {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center; }
  #image-modal .glide__arrows {
    display: none; }
    #image-modal .glide__arrows .glide__arrow {
      width: 48px;
      height: 48px;
      position: absolute;
      top: calc( 50% - 24px);
      background: none;
      border: none; }
      #image-modal .glide__arrows .glide__arrow.glide__arrow--right {
        right: 0; }
    @media screen and (min-width: 64em) {
      #image-modal .glide__arrows {
        display: block; } }
  #image-modal .image {
    width: 100%;
    max-width: 900px;
    margin: auto;
    position: relative; }

@media screen and (min-width: 48em) {
  section.gallery-section .image-gallery ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; } }

@media screen and (min-width: 64em) {
  section.gallery-section .image-gallery ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; } }

/*

    //  //// --|    Templates / Brand Single

*/
main.brand-single .site-breadcrumb, main.brand-single .brand-hero {
  background-color: var(--c-l-grey); }

main.brand-single article.prose {
  margin-bottom: 3rem; }

main.brand-single .brand-hero {
  padding: 3rem var(--site-padding);
  margin-bottom: 3rem; }
  main.brand-single .brand-hero .container, main.brand-single .brand-hero body.single-product .shop-loop .form, body.single-product .shop-loop main.brand-single .brand-hero .form,
  main.brand-single .brand-hero body.single-product .shop-loop .entry-summary, body.single-product .shop-loop main.brand-single .brand-hero .entry-summary {
    display: grid;
    gap: 2rem; }
    @media screen and (min-width: 28.125em) {
      main.brand-single .brand-hero .container, main.brand-single .brand-hero body.single-product .shop-loop .form, body.single-product .shop-loop main.brand-single .brand-hero .form,
      main.brand-single .brand-hero body.single-product .shop-loop .entry-summary, body.single-product .shop-loop main.brand-single .brand-hero .entry-summary {
        grid-template-columns: 1fr 5fr; } }
  main.brand-single .brand-hero .image {
    aspect-ratio: 16 / 9;
    display: grid;
    grid-template: 100% / 100%;
    place-items: center;
    overflow: hidden;
    position: relative; }
    main.brand-single .brand-hero .image > img {
      grid-area: 1 / 1;
      transition: transform 200ms ease;
      filter: brightness(40%);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit'; }
    @media screen and (min-width: 28.125em) {
      main.brand-single .brand-hero .image {
        aspect-ratio: 1 / 1; } }
    main.brand-single .brand-hero .image .logo {
      grid-area: 1 / 1;
      width: 75%;
      aspect-ratio: 5 / 2;
      background-color: var(--c-white);
      padding: 15px 20px;
      z-index: 5; }
      main.brand-single .brand-hero .image .logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }

/*

    //  //// --|    Templates / Aftercare Archive

*/
main.aftercare-archive .site-breadcrumb, main.aftercare-archive .aftercare-hero {
  background-color: var(--c-l-grey); }

main.aftercare-archive .aftercare-hero {
  padding: 2rem var(--site-padding) 3rem;
  margin-bottom: 3rem; }

ul.loop.posts > li .image > .pdf-label {
  background-color: red;
  color: var(--c-white);
  position: absolute;
  display: flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
  padding: .25rem 1rem;
  font-size: .875rem;
  line-height: 1em;
  border-radius: 0 3px 3px 0;
  top: 1.25rem; }
  ul.loop.posts > li .image > .pdf-label svg {
    width: 1.35em;
    height: 1.35em; }

/*

    //  //// --|    Templates / No Search Results

*/
body.search-no-results main:not(.aftercare-archive) {
  background-color: var(--c-l-grey); }
  body.search-no-results main:not(.aftercare-archive) h1, body.search-no-results main:not(.aftercare-archive) .hero--front .hero__content .content h1.eyebrow + h2, .hero--front .hero__content .content body.search-no-results main:not(.aftercare-archive) h1.eyebrow + h2, body.search-no-results main:not(.aftercare-archive) .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title, .hero--front .hero__content .content .dialog-content .form .form-header body.search-no-results main:not(.aftercare-archive) h1.eyebrow + .form-title, body.search-no-results main:not(.aftercare-archive) .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title, .dialog-content .form .form-header .hero--front .hero__content .content body.search-no-results main:not(.aftercare-archive) h1.eyebrow + .form-title {
    text-align: center; }
    body.search-no-results main:not(.aftercare-archive) h1::after, body.search-no-results main:not(.aftercare-archive) .hero--front .hero__content .content h1.eyebrow + h2::after, .hero--front .hero__content .content body.search-no-results main:not(.aftercare-archive) h1.eyebrow + h2::after, body.search-no-results main:not(.aftercare-archive) .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .form-title::after, .hero--front .hero__content .content .dialog-content .form .form-header body.search-no-results main:not(.aftercare-archive) h1.eyebrow + .form-title::after, body.search-no-results main:not(.aftercare-archive) .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .form-title::after, .dialog-content .form .form-header .hero--front .hero__content .content body.search-no-results main:not(.aftercare-archive) h1.eyebrow + .form-title::after {
      margin: auto; }
  body.search-no-results main:not(.aftercare-archive) .shop-loop > .container, body.search-no-results main:not(.aftercare-archive) body.single-product .shop-loop > .form, body.single-product body.search-no-results main:not(.aftercare-archive) .shop-loop > .form,
  body.search-no-results main:not(.aftercare-archive) body.single-product .shop-loop > .entry-summary, body.single-product body.search-no-results main:not(.aftercare-archive) .shop-loop > .entry-summary {
    --container-width: 1200px;
    min-height: 60vh;
    display: grid;
    align-content: center; }
    body.search-no-results main:not(.aftercare-archive) .shop-loop > .container p, body.search-no-results main:not(.aftercare-archive) body.single-product .shop-loop > .form p, body.single-product body.search-no-results main:not(.aftercare-archive) .shop-loop > .form p, body.search-no-results main:not(.aftercare-archive) body.single-product .shop-loop > .entry-summary p, body.single-product body.search-no-results main:not(.aftercare-archive) .shop-loop > .entry-summary p {
      text-align: center; }
  body.search-no-results main:not(.aftercare-archive) .button-group {
    margin-top: 2rem;
    text-align: center; }
    body.search-no-results main:not(.aftercare-archive) .button-group .button + .button, body.search-no-results main:not(.aftercare-archive) .button-group nav.nav-primary-mobile ul li.level-0-item.quote-button > button + .button, nav.nav-primary-mobile ul body.search-no-results main:not(.aftercare-archive) .button-group li.level-0-item.quote-button > button + .button, body.search-no-results main:not(.aftercare-archive) .button-group .nav-left > ul > li.level-0-item:not(.quote-button) > a + .button, body.search-no-results main:not(.aftercare-archive) .button-group .nav-right > ul > li.level-0-item:not(.quote-button) > a + .button, body.search-no-results main:not(.aftercare-archive) .button-group .nav-left > ul > li.quote-button.level-0-item > button + .button, body.search-no-results main:not(.aftercare-archive) .button-group .nav-right > ul > li.quote-button.level-0-item > button + .button, body.search-no-results main:not(.aftercare-archive) .button-group nav.nav-primary-mobile ul li.level-0-item.quote-button > .button + button, nav.nav-primary-mobile ul body.search-no-results main:not(.aftercare-archive) .button-group li.level-0-item.quote-button > .button + button, body.search-no-results main:not(.aftercare-archive) .button-group nav.nav-primary-mobile ul li.level-0-item.quote-button > button + button, nav.nav-primary-mobile ul body.search-no-results main:not(.aftercare-archive) .button-group li.level-0-item.quote-button > button + button, body.search-no-results main:not(.aftercare-archive) .button-group nav.nav-primary-mobile .nav-left > ul > li.level-0-item.quote-button:not(.quote-button) > a + button, body.search-no-results main:not(.aftercare-archive) .button-group nav.nav-primary-mobile .nav-right > ul > li.level-0-item.quote-button:not(.quote-button) > a + button, body.search-no-results main:not(.aftercare-archive) .button-group .nav-left > ul > li.level-0-item:not(.quote-button) > .button + a, body.search-no-results main:not(.aftercare-archive) .button-group nav.nav-primary-mobile .nav-left > ul > li.level-0-item.quote-button:not(.quote-button) > button + a, body.search-no-results main:not(.aftercare-archive) .button-group .nav-left > ul > li.level-0-item:not(.quote-button) > a + a, body.search-no-results main:not(.aftercare-archive) .button-group .nav-left > ul > li.level-0-item.quote-button:not(.quote-button) > button + a,
    body.search-no-results main:not(.aftercare-archive) .button-group .nav-right > ul > li.level-0-item:not(.quote-button) > .button + a,
    body.search-no-results main:not(.aftercare-archive) .button-group nav.nav-primary-mobile .nav-right > ul > li.level-0-item.quote-button:not(.quote-button) > button + a,
    body.search-no-results main:not(.aftercare-archive) .button-group .nav-right > ul > li.level-0-item:not(.quote-button) > a + a,
    body.search-no-results main:not(.aftercare-archive) .button-group .nav-right > ul > li.level-0-item.quote-button:not(.quote-button) > button + a, body.search-no-results main:not(.aftercare-archive) .button-group .nav-left > ul > li.quote-button.level-0-item > .button + button, body.search-no-results main:not(.aftercare-archive) .button-group .nav-left > ul > li.quote-button.level-0-item:not(.quote-button) > a + button, body.search-no-results main:not(.aftercare-archive) .button-group .nav-left > ul > li.quote-button.level-0-item > button + button,
    body.search-no-results main:not(.aftercare-archive) .button-group .nav-right > ul > li.quote-button.level-0-item > .button + button,
    body.search-no-results main:not(.aftercare-archive) .button-group .nav-right > ul > li.quote-button.level-0-item:not(.quote-button) > a + button,
    body.search-no-results main:not(.aftercare-archive) .button-group .nav-right > ul > li.quote-button.level-0-item > button + button {
      margin-left: 1rem; }

.locations-archive {
  background: var(--c-l-grey);
  padding: var(--s-vertical-padding) var(--site-padding); }
  .locations-archive .container, .locations-archive body.single-product .shop-loop .form, body.single-product .shop-loop .locations-archive .form,
  .locations-archive body.single-product .shop-loop .entry-summary, body.single-product .shop-loop .locations-archive .entry-summary,
  .locations-archive .grid-container {
    padding: 0px 30px; }
  .locations-archive .container .post-filter, .locations-archive body.single-product .shop-loop .form .post-filter, body.single-product .shop-loop .locations-archive .form .post-filter, .locations-archive body.single-product .shop-loop .entry-summary .post-filter, body.single-product .shop-loop .locations-archive .entry-summary .post-filter {
    background: var(--c-white);
    padding: 30px 70px;
    margin-bottom: 50px; }
    .locations-archive .container .post-filter form, .locations-archive body.single-product .shop-loop .form .post-filter form, body.single-product .shop-loop .locations-archive .form .post-filter form, .locations-archive body.single-product .shop-loop .entry-summary .post-filter form, body.single-product .shop-loop .locations-archive .entry-summary .post-filter form {
      gap: 20px;
      grid-template-columns: 1fr;
      display: grid; }
      .locations-archive .container .post-filter form span, .locations-archive body.single-product .shop-loop .form .post-filter form span, body.single-product .shop-loop .locations-archive .form .post-filter form span, .locations-archive body.single-product .shop-loop .entry-summary .post-filter form span, body.single-product .shop-loop .locations-archive .entry-summary .post-filter form span {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 22px;
        display: block; }
      .locations-archive .container .post-filter form input, .locations-archive body.single-product .shop-loop .form .post-filter form input, body.single-product .shop-loop .locations-archive .form .post-filter form input, .locations-archive body.single-product .shop-loop .entry-summary .post-filter form input, body.single-product .shop-loop .locations-archive .entry-summary .post-filter form input,
      .locations-archive .container .post-filter form select,
      .locations-archive body.single-product .shop-loop .form .post-filter form select,
      body.single-product .shop-loop .locations-archive .form .post-filter form select,
      .locations-archive body.single-product .shop-loop .entry-summary .post-filter form select,
      body.single-product .shop-loop .locations-archive .entry-summary .post-filter form select {
        width: 100%;
        padding: 8px 12px;
        background-color: var(--c-l-grey);
        border: 1px solid #dfdfdf;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 30px;
        background-color: #fff !important;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.141' height='4.05'%3E%3Cpath d='M4.07 4.05L0 0h8.141z' fill='%23192B3F'/%3E%3C/svg%3E") no-repeat right 15px center; }
  .locations-archive .grid-container {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px; }
    .locations-archive .grid-container .cards {
      width: 100%;
      order: 2;
      position: relative; }
      .locations-archive .grid-container .cards .cards-container {
        max-height: 80vh;
        overflow: scroll;
        position: relative;
        padding-bottom: 90px; }
        .locations-archive .grid-container .cards .cards-container .location-card {
          background: var(--c-primary);
          padding: 30px;
          margin-bottom: 30px;
          transition: background-color 0.3s; }
          .locations-archive .grid-container .cards .cards-container .location-card:last-child {
            margin-bottom: 0px; }
          .locations-archive .grid-container .cards .cards-container .location-card.active {
            border-color: currentColor;
            background-color: var(--c-white);
            color: var(--c-primary);
            transition: background-color 150ms ease;
            cursor: pointer;
            border: 1px solid var(--c-primary);
            border-radius: var(--border-radius); }
            .locations-archive .grid-container .cards .cards-container .location-card.active .location {
              line-height: 1.2;
              font-weight: 400;
              color: var(--c-black); }
            .locations-archive .grid-container .cards .cards-container .location-card.active .county {
              color: var(--c-black); }
            .locations-archive .grid-container .cards .cards-container .location-card.active .button, .locations-archive .grid-container .cards .cards-container .location-card.active nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul .locations-archive .grid-container .cards .cards-container .location-card.active li.level-0-item.quote-button > button, .locations-archive .grid-container .cards .cards-container .location-card.active .nav-left > ul > li.level-0-item:not(.quote-button) > a,
            .locations-archive .grid-container .cards .cards-container .location-card.active .nav-right > ul > li.level-0-item:not(.quote-button) > a, .locations-archive .grid-container .cards .cards-container .location-card.active .nav-left > ul > li.quote-button.level-0-item > button,
            .locations-archive .grid-container .cards .cards-container .location-card.active .nav-right > ul > li.quote-button.level-0-item > button {
              background-color: var(--c-primary) !important;
              color: white !important; }
          .locations-archive .grid-container .cards .cards-container .location-card .county {
            color: var(--c-secondary);
            margin-bottom: 10px;
            display: block; }
          .locations-archive .grid-container .cards .cards-container .location-card .location {
            font-size: 46px;
            color: var(--c-white); }
          .locations-archive .grid-container .cards .cards-container .location-card .button-group {
            margin-top: 20px; }
            .locations-archive .grid-container .cards .cards-container .location-card .button-group .button, .locations-archive .grid-container .cards .cards-container .location-card .button-group nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul .locations-archive .grid-container .cards .cards-container .location-card .button-group li.level-0-item.quote-button > button, .locations-archive .grid-container .cards .cards-container .location-card .button-group .nav-left > ul > li.level-0-item:not(.quote-button) > a,
            .locations-archive .grid-container .cards .cards-container .location-card .button-group .nav-right > ul > li.level-0-item:not(.quote-button) > a, .locations-archive .grid-container .cards .cards-container .location-card .button-group .nav-left > ul > li.quote-button.level-0-item > button,
            .locations-archive .grid-container .cards .cards-container .location-card .button-group .nav-right > ul > li.quote-button.level-0-item > button {
              background-color: var(--c-white);
              color: var(--c-primary); }
      .locations-archive .grid-container .cards:after {
        content: '';
        background: white;
        background: linear-gradient(0deg, #f1f1f5 20%, rgba(241, 241, 245, 0) 100%);
        position: absolute;
        bottom: -1px;
        height: 90px;
        width: 100%; }
    .locations-archive .grid-container .map {
      max-height: 80vh;
      min-height: 400px;
      order: 1;
      width: 100%;
      margin-bottom: 30px; }
  @media screen and (min-width: 64em) {
    .locations-archive .grid-container {
      display: grid;
      gap: 50px;
      grid-template-columns: 4fr 7fr; }
      .locations-archive .grid-container .cards {
        order: 1; }
        .locations-archive .grid-container .cards .location-card {
          margin-bottom: 50px; }
      .locations-archive .grid-container .map {
        order: 2;
        margin-bottom: 0px; } }
  @media screen and (min-width: 48em) {
    .locations-archive .container .post-filter form, .locations-archive body.single-product .shop-loop .form .post-filter form, body.single-product .shop-loop .locations-archive .form .post-filter form, .locations-archive body.single-product .shop-loop .entry-summary .post-filter form, body.single-product .shop-loop .locations-archive .entry-summary .post-filter form {
      gap: 50px;
      grid-template-columns: 1fr 1fr; } }

.page-template-product-variables section.products {
  padding-left: 70px;
  padding-right: 70px;
  scroll-margin-top: var(--section-scroll-margin-top);
  margin-bottom: var(--s-vertical-padding); }

/*
    //  //// --|    Woocommerce / Archive Products
*/
.shop-loop {
  padding: 0 var(--site-padding) 60px; }
  .shop-loop > .site-breadcrumb {
    margin-bottom: 2rem; }

@media screen and (min-width: 64em) {
  body:not(.search) .shop-loop > .container, body:not(.search) body.single-product .shop-loop > .form, body.single-product body:not(.search) .shop-loop > .form,
  body:not(.search) body.single-product .shop-loop > .entry-summary, body.single-product body:not(.search) .shop-loop > .entry-summary {
    display: grid;
    grid-gap: 0 var(--site-gutter);
    grid-template-columns: repeat(15, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto); } }

body:not(.search) .shop-loop .woocommerce-pagination {
  margin-bottom: 0; }

@media screen and (min-width: 64em) {
  body:not(.search) .shop-loop .woocommerce-products-header,
  body:not(.search) .shop-loop .woocommerce-notices-wrapper,
  body:not(.search) .shop-loop ul.products,
  body:not(.search) .shop-loop .woocommerce-pagination {
    grid-column: 4 / 16; }
  body:not(.search) .shop-loop .shiftr-wc-filter {
    grid-column: 1 / 4;
    grid-row: 1 / -1;
    align-self: flex-start; } }

.woocommerce ul.products li.product {
  margin-bottom: 0 !important;
  display: list-item; }

h1.page-title, .hero--front .hero__content .content h1.eyebrow + h2.page-title, .hero--front .hero__content .content .dialog-content .form .form-header h1.eyebrow + .page-title.form-title, .dialog-content .form .form-header .hero--front .hero__content .content h1.eyebrow + .page-title.form-title {
  margin-bottom: 1.96875rem; }

ul.products:not(.glide__slides) {
  margin-top: 30px;
  padding: 0;
  list-style-type: none;
  display: grid;
  gap: 30px; }
  @media screen and (min-width: 28.125em) {
    ul.products:not(.glide__slides) {
      grid-template-columns: repeat(auto-fill, minmax(304px, 1fr)); } }

.product {
  position: relative; }
  .product h2.woocommerce-loop-product__title, .product .dialog-content .form .form-header .woocommerce-loop-product__title.form-title, .dialog-content .form .form-header .product .woocommerce-loop-product__title.form-title,
  .product p.woocommerce-loop-product__title {
    display: block;
    font-family: "Oxygen", Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
    margin-top: 1rem;
    line-height: 1.6; }
  .product > a > .image {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden; }
    .product > a > .image > img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit';
      transition: transform 200ms ease; }
    .product > a > .image:hover > img, .product > a > .image:focus > img {
      transform: scale(1.2); }
  .product .colour, .product .thickness {
    display: inline-block;
    font-size: .875rem;
    margin: 0;
    margin-top: 1em; }
    .product .colour + *, .product .thickness + * {
      margin-left: .75em; }
      .product .colour + *::before, .product .thickness + *::before {
        content: '|';
        margin-right: .75em; }
  .product .is-new {
    background-color: var(--c-primary);
    color: var(--c-white);
    border: 1px solid currentColor;
    padding: 0 .75rem;
    position: absolute;
    top: 19px;
    left: -2px; }

.shiftr-wc-filter {
  width: calc( 100% - var(--site-padding));
  height: calc( 100% - var(--site-padding) - var(--header-height) - 45px);
  margin: 0;
  padding: 2rem;
  padding-right: 0;
  padding-bottom: 0;
  position: fixed;
  top: var(--header-height);
  right: 0;
  z-index: 195;
  overflow-y: scroll;
  transform: translateX(100%);
  background-color: var(--c-white);
  transition: 400ms cubic-bezier(0.42, 0, 0.37, 0.99); }
  .shiftr-wc-filter[data-state="open"] {
    transform: translateX(0%);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; }
  .shiftr-wc-filter::-webkit-scrollbar {
    display: none; }
  .shiftr-wc-filter .shiftr-wc-filter__title {
    padding-bottom: 12px;
    display: block;
    position: sticky;
    top: 0;
    z-index: 10;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--c-white); }
  .shiftr-wc-filter .applied-filters {
    margin-bottom: 40px;
    position: relative;
    z-index: 10; }
    .shiftr-wc-filter .applied-filters .applied-filters__title {
      padding-bottom: 10px;
      display: block;
      position: sticky;
      top: 0;
      font-weight: 700;
      text-transform: uppercase;
      background-color: var(--c-white); }
    .shiftr-wc-filter .applied-filters .applied-attribute {
      margin-top: 10px; }
      .shiftr-wc-filter .applied-filters .applied-attribute span {
        display: block;
        font-weight: 700;
        font-size: .875rem; }
      .shiftr-wc-filter .applied-filters .applied-attribute a {
        margin-top: 6px;
        padding: 3px;
        padding-left: 26px;
        display: block;
        color: var(--c-primary);
        text-decoration: none;
        border: 1px solid #E5E5E5;
        font-size: .875rem;
        line-height: 2;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M24 26.1 13.5 36.6q-.45.45-1.05.45-.6 0-1.05-.45-.45-.45-.45-1.05 0-.6.45-1.05L21.9 24 11.4 13.5q-.45-.45-.45-1.05 0-.6.45-1.05.45-.45 1.05-.45.6 0 1.05.45L24 21.9l10.5-10.5q.45-.45 1.05-.45.6 0 1.05.45.45.45.45 1.05 0 .6-.45 1.05L26.1 24l10.5 10.5q.45.45.45 1.05 0 .6-.45 1.05-.45.45-1.05.45-.6 0-1.05-.45Z'/%3E%3C/svg%3E") no-repeat 5px center;
        background-size: 18px auto;
        transition: 200ms; }
        .shiftr-wc-filter .applied-filters .applied-attribute a:hover {
          border-color: #bababa; }
  .shiftr-wc-filter fieldset {
    margin: 0;
    padding: 0;
    border: none; }
    .shiftr-wc-filter fieldset:first-of-type legend {
      padding-top: 2px; }
    .shiftr-wc-filter fieldset:last-child legend {
      padding-bottom: 2px; }
    .shiftr-wc-filter fieldset.options-hidden .filter-options {
      display: none; }
    .shiftr-wc-filter fieldset.options-hidden legend svg {
      transform: rotateX(0deg); }
    .shiftr-wc-filter fieldset button {
      width: 100%;
      padding: 0;
      cursor: pointer;
      text-align: left;
      background: none;
      border: none; }
    .shiftr-wc-filter fieldset legend {
      width: 100%;
      margin: 0;
      padding: 12px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #E1E1E1;
      font-weight: 700;
      line-height: 1.5; }
      .shiftr-wc-filter fieldset legend svg {
        width: 36px;
        transform: rotateX(180deg);
        fill: var(--c-secondary);
        transition: 100ms; }
    .shiftr-wc-filter fieldset .filter-options {
      padding-bottom: 16px;
      display: flex;
      flex-direction: column;
      gap: 8px; }
    .shiftr-wc-filter fieldset .filter-option {
      --cursor: pointer;
      display: flex;
      align-items: center; }
      .shiftr-wc-filter fieldset .filter-option.disabled {
        --cursor: not-allowed; }
    .shiftr-wc-filter fieldset[name="brand"] .filter-option.disabled {
      display: none; }
    .shiftr-wc-filter fieldset label {
      margin: 0;
      margin-left: 10px; }
    .shiftr-wc-filter fieldset input[disabled] {
      opacity: .7; }
      .shiftr-wc-filter fieldset input[disabled] + label {
        opacity: .7; }
    .shiftr-wc-filter fieldset label,
    .shiftr-wc-filter fieldset input {
      cursor: var(--cursor); }
  .shiftr-wc-filter .shiftr-wc-filter__scroll {
    height: 100%;
    padding-right: 6px;
    overflow-y: auto; }
    .shiftr-wc-filter .shiftr-wc-filter__scroll::-webkit-scrollbar-track {
      border-radius: 0;
      background-color: var(--c-l-grey); }
    .shiftr-wc-filter .shiftr-wc-filter__scroll::-webkit-scrollbar {
      width: 6px;
      background-color: transparent; }
    .shiftr-wc-filter .shiftr-wc-filter__scroll::-webkit-scrollbar-thumb {
      border-radius: 0;
      background-color: rgba(0, 0, 0, 0.2);
      background-size: 15px auto, cover;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: 200ms;
      transition: 200ms; }
  .shiftr-wc-filter .shiftr-wc-filter__scroll__fade--top,
  .shiftr-wc-filter .shiftr-wc-filter__scroll__fade--bottom {
    height: 100px;
    position: absolute;
    left: 0;
    right: 6px;
    background: linear-gradient(var(--degree), white, rgba(255, 255, 255, 0));
    transition: 200ms;
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .shiftr-wc-filter .shiftr-wc-filter__scroll__fade--top.hide,
    .shiftr-wc-filter .shiftr-wc-filter__scroll__fade--bottom.hide {
      display: none;
      -webkit-animation-name: none;
              animation-name: none; }
  .shiftr-wc-filter .shiftr-wc-filter__scroll__fade--top {
    --degree: 180deg;
    top: 36px; }
  .shiftr-wc-filter .shiftr-wc-filter__scroll__fade--bottom {
    --degree: 0deg;
    bottom: 0; }
  @media screen and (min-width: 64em) {
    .shiftr-wc-filter {
      --height: calc( 100dvh - 60px );
      --top: 30px;
      width: auto;
      height: var(--height);
      padding: 0;
      position: sticky;
      top: var(--top);
      right: unset;
      z-index: 1;
      transform: none;
      border-bottom: 1px solid #E1E1E1;
      transition: 200ms; }
      .shiftr-wc-filter[data-state="open"] {
        transform: none;
        box-shadow: none; } }

button#shiftr-wc-filter-trigger {
  position: fixed;
  top: calc( var( --header-height ) + 1rem);
  right: 0;
  z-index: 100;
  padding: 16px 6px;
  min-height: 150px;
  border: none;
  background: var(--c-primary);
  color: var(--c-white);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  display: grid;
  place-items: center;
  cursor: pointer; }
  button#shiftr-wc-filter-trigger > span {
    transform: rotate(180deg);
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    display: inline-block; }
  button#shiftr-wc-filter-trigger svg {
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    fill: var(--c-secondary); }
  @media screen and (min-width: 64em) {
    button#shiftr-wc-filter-trigger {
      display: none; } }

#shiftr-wc-filter-close {
  display: block;
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px; }
  @media screen and (min-width: 64em) {
    #shiftr-wc-filter-close {
      display: none; } }

#shiftr-wc-filter-overlay {
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 185;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px) saturate(110%);
          backdrop-filter: blur(2px) saturate(110%);
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

body.shiftr-wc-filter-overlay-active {
  overflow: hidden; }
  body.shiftr-wc-filter-overlay-active div#shiftr-wc-filter-overlay {
    display: block;
    -webkit-animation-name: overlay;
            animation-name: overlay; }
  @media screen and (min-width: 64em) {
    body.shiftr-wc-filter-overlay-active {
      overflow: auto; }
      body.shiftr-wc-filter-overlay-active div#shiftr-wc-filter-overlay {
        display: none; } }

.header-state-active .shiftr-wc-filter {
  --height: calc( 100dvh - 50px - 115px );
  --top: 135px; }

.brands-list {
  padding: 0 var(--site-padding);
  margin-bottom: var(--s-vertical-padding); }
  .brands-list > .container > .content, body.single-product .shop-loop .brands-list > .form > .content, body.single-product .shop-loop .brands-list > .entry-summary > .content {
    margin-bottom: 4rem; }
  .brands-list ul {
    --column-count: 1;
    --gutter-count: calc( var(--column-count) - 1 );
    --gutter: 46px;
    display: flex;
    gap: var(--gutter);
    flex-wrap: wrap;
    padding: 0;
    list-style: none; }
    @media screen and (min-width: 48em) {
      .brands-list ul {
        --column-count: 2; } }
    @media screen and (min-width: 64em) {
      .brands-list ul {
        --column-count: 3; } }
    @media screen and (min-width: 100em) {
      .brands-list ul {
        --column-count: 4; } }
    .brands-list ul > li:not(.cta) {
      --flex-basis: calc( ( 100% - ( var(--gutter) * var(--gutter-count) ) ) / var(--column-count) );
      flex: 0 1 var(--flex-basis);
      margin: 0; }
      .brands-list ul > li:not(.cta) .image {
        aspect-ratio: 16 / 9;
        display: grid;
        place-items: center;
        overflow: hidden;
        position: relative; }
        .brands-list ul > li:not(.cta) .image > img {
          grid-area: 1 / 1;
          transition: transform 200ms ease;
          filter: brightness(40%);
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%;
          font-family: 'object-fit'; }
        .brands-list ul > li:not(.cta) .image .logo {
          grid-area: 1 / 1;
          width: 75%;
          aspect-ratio: 5 / 2;
          background-color: var(--c-white);
          padding: 15px 20px;
          z-index: 5; }
          .brands-list ul > li:not(.cta) .image .logo img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        .brands-list ul > li:not(.cta) .image:hover > img, .brands-list ul > li:not(.cta) .image:focus > img {
          transform: scale(1.1); }
      .brands-list ul > li:not(.cta) h2, .brands-list ul > li:not(.cta) .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .brands-list ul > li:not(.cta) .form-title {
        font-size: clamp(1.125rem, 0.5865rem + 1.5385vw, 1.625rem);
        font-family: "Oxygen", Arial, sans-serif;
        font-weight: 700; }
        .brands-list ul > li:not(.cta) h2::after, .brands-list ul > li:not(.cta) .dialog-content .form .form-header .form-title::after, .dialog-content .form .form-header .brands-list ul > li:not(.cta) .form-title::after {
          max-width: none; }
      .brands-list ul > li:not(.cta) h2, .brands-list ul > li:not(.cta) .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .brands-list ul > li:not(.cta) .form-title, .brands-list ul > li:not(.cta) p, .brands-list ul > li:not(.cta) a.button, .brands-list ul > li:not(.cta) .nav-left > ul > li.level-0-item:not(.quote-button) > a,
      .brands-list ul > li:not(.cta) .nav-right > ul > li.level-0-item:not(.quote-button) > a {
        margin: 0;
        margin-top: 1rem; }
    .brands-list ul li.cta {
      flex: 1 1 0;
      background-color: var(--c-black);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      margin: 0 calc( var(--site-padding) * -1);
      padding: 70px var(--site-padding);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start;
      color: var(--c-white); }
      @media screen and (min-width: 48em) {
        .brands-list ul li.cta {
          margin: 0;
          padding: 70px; } }
      .brands-list ul li.cta h2, .brands-list ul li.cta .dialog-content .form .form-header .form-title, .dialog-content .form .form-header .brands-list ul li.cta .form-title {
        color: inherit;
        font-size: clamp(1.875rem, calc(1.5385rem + 0.9615vw), 2.1875rem); }
      .brands-list ul li.cta .button, .brands-list nav.nav-primary-mobile ul li.cta li.level-0-item.quote-button > button, nav.nav-primary-mobile .brands-list ul li.cta li.level-0-item.quote-button > button, .brands-list ul li.cta .nav-left > ul > li.level-0-item:not(.quote-button) > a,
      .brands-list ul li.cta .nav-right > ul > li.level-0-item:not(.quote-button) > a, .brands-list ul li.cta .nav-left > ul > li.quote-button.level-0-item > button,
      .brands-list ul li.cta .nav-right > ul > li.quote-button.level-0-item > button {
        color: var(--c-black);
        background-color: var(--c-white);
        margin-top: 2rem; }

/*
    //  //// --|    Woocommerce / Product Single
*/
body.single-product .shop-loop .product .gallery-summary {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--container-width);
  margin: 0 auto;
  gap: 2rem;
  margin-bottom: 4rem; }
  body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery {
    flex: 1 1 50%;
    position: relative;
    display: block;
    -moz-column-gap: 1rem;
         column-gap: 1rem; }
    body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .overlay-icon {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 10;
      background: white;
      padding: 5px;
      width: 30%;
      height: auto;
      display: block; }
      body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .overlay-icon img {
        max-width: 100%;
        height: auto;
        display: block; }
    body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .woocommerce-product-gallery__image {
      position: relative;
      width: 100%;
      height: auto;
      display: flex;
      align-items: center; }
      body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .woocommerce-product-gallery__image img {
        width: auto;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        position: relative;
        -o-object-fit: cover;
           object-fit: cover;
        aspect-ratio: 1; }
      body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide {
        position: relative;
        height: auto;
        aspect-ratio: 1;
        -o-object-fit: cover;
           object-fit: cover; }
    body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
      display: flex;
      gap: 1rem; }
      body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
        cursor: pointer;
        transition: transform 0.2s ease;
        opacity: 1; }
      body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img:hover {
        transform: scale(1.05); }
    @media screen and (min-width: 48em) {
      body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery {
        display: flex;
        flex-direction: row-reverse; }
        body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .flex-viewport {
          flex: 0 0 80%; }
        body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
          display: flex;
          position: static;
          overflow: hidden;
          flex-direction: column;
          align-items: center;
          gap: 1rem; }
          body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:has(li:nth-child(5)) {
            justify-content: space-between;
            gap: 1rem; }
          body.single-product .shop-loop .product .gallery-summary .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
            width: 75%; } }
  body.single-product .shop-loop .product .gallery-summary .summary {
    flex: 1 1 50%;
    justify-content: space-evenly;
    font-size: 1.3rem; }
    body.single-product .shop-loop .product .gallery-summary .summary .product_title {
      font-size: 2.5rem;
      margin-bottom: 1rem; }
    body.single-product .shop-loop .product .gallery-summary .summary dl {
      line-height: 2rem;
      margin: 0px; }
      body.single-product .shop-loop .product .gallery-summary .summary dl div {
        display: flex; }
        body.single-product .shop-loop .product .gallery-summary .summary dl div dt {
          font-weight: bold;
          font-size: 1.1rem; }
        body.single-product .shop-loop .product .gallery-summary .summary dl div dd {
          margin-left: 6px;
          font-size: 1.1rem; }
    body.single-product .shop-loop .product .gallery-summary .summary .p-price {
      margin-top: 1.96875rem; }
    body.single-product .shop-loop .product .gallery-summary .summary .product-price-sqm {
      padding: 11px 15px;
      background-color: #f4f4f7;
      font-size: 1.2rem; }
    body.single-product .shop-loop .product .gallery-summary .summary .product-description {
      font-size: 1rem;
      margin-right: 15px; }
      body.single-product .shop-loop .product .gallery-summary .summary .product-description p {
        line-height: 1.25rem;
        margin-bottom: 20px; }
      body.single-product .shop-loop .product .gallery-summary .summary .product-description p:last-of-type {
        margin-bottom: 0; }
    body.single-product .shop-loop .product .gallery-summary .summary .button, body.single-product .shop-loop .product .gallery-summary .summary nav.nav-primary-mobile ul li.level-0-item.quote-button > button, nav.nav-primary-mobile ul body.single-product .shop-loop .product .gallery-summary .summary li.level-0-item.quote-button > button, body.single-product .shop-loop .product .gallery-summary .summary .nav-left > ul > li.level-0-item:not(.quote-button) > a,
    body.single-product .shop-loop .product .gallery-summary .summary .nav-right > ul > li.level-0-item:not(.quote-button) > a, body.single-product .shop-loop .product .gallery-summary .summary .nav-left > ul > li.quote-button.level-0-item > button,
    body.single-product .shop-loop .product .gallery-summary .summary .nav-right > ul > li.quote-button.level-0-item > button {
      margin-top: 2rem; }
    @media screen and (min-width: 64em) {
      body.single-product .shop-loop .product .gallery-summary .summary .product_title {
        margin-top: 1rem;
        font-size: 3.6rem; } }
  @media screen and (min-width: 64em) {
    body.single-product .shop-loop .product .gallery-summary {
      align-items: flex-start;
      flex-wrap: nowrap; }
      body.single-product .shop-loop .product .gallery-summary .product-description {
        font-size: 1rem; } }

body.single-product .shop-loop .cta-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  max-width: var(--container-width);
  margin-top: 70px;
  margin: 0 auto; }
  body.single-product .shop-loop .cta-banner .usp-item {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 calc(100% - 1rem);
    height: 119px;
    padding: 20px;
    align-items: center;
    background: var(--c-l-grey); }
    @media screen and (min-width: 48em) {
      body.single-product .shop-loop .cta-banner .usp-item {
        flex: 1 1 calc(50% - 1rem); } }
    @media (min-width: 1300px) {
      body.single-product .shop-loop .cta-banner .usp-item {
        flex: 1 1;
        flex-wrap: nowrap; } }
    body.single-product .shop-loop .cta-banner .usp-item .usp-icon {
      margin-right: 1rem;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1300px) {
        body.single-product .shop-loop .cta-banner .usp-item .usp-icon {
          width: 30%;
          max-width: 50px; } }
    body.single-product .shop-loop .cta-banner .usp-item .usp-text {
      width: 68%;
      font-size: 1rem; }

body.single-product .shop-loop .flexi-block {
  margin: 0 calc(var(--site-padding) * -1);
  padding: var(--site-padding); }
  body.single-product .shop-loop .flexi-block + .flexi-block {
    margin-top: var(--s-vertical-padding); }

body.single-product .shop-loop .form {
  background: var(--c-l-grey);
  margin: 70px auto 0;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0; }
  body.single-product .shop-loop .form .form-header {
    padding: var(--site-padding);
    padding-bottom: 0; }
    body.single-product .shop-loop .form .form-header h2, body.single-product .shop-loop .dialog-content .form .form-header .form-title, .dialog-content body.single-product .shop-loop .form .form-header .form-title {
      font-size: clamp(1.875rem, calc(0.5288rem + 3.8462vw), 3.125rem); }
  body.single-product .shop-loop .form hr {
    color: #E8E8EA; }
  @media screen and (min-width: 48em) {
    body.single-product .shop-loop .form {
      padding: var(--site-padding); } }
  body.single-product .shop-loop .form form .form-row {
    margin: 0 var(--site-padding);
    display: flex;
    flex-wrap: wrap; }
    body.single-product .shop-loop .form form .form-row + .form-row {
      margin-top: 60px;
      padding-top: 30px;
      border-top: 1px solid #E8E8EA; }
    body.single-product .shop-loop .form form .form-row > p {
      flex: 0 1 500px;
      font-weight: 700; }
    body.single-product .shop-loop .form form .form-row > .form-flex {
      flex: 1 1 0; }
  body.single-product .shop-loop .form form .form-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    min-width: 50%; }
    body.single-product .shop-loop .form form .form-flex > * {
      flex: 1 1 350px; }
    body.single-product .shop-loop .form form .form-flex > .field-type--textarea {
      flex-basis: 100%; }
    body.single-product .shop-loop .form form .form-flex > p {
      flex-basis: 100%;
      margin: 0;
      font-weight: 700;
      font-size: 16px; }
      body.single-product .shop-loop .form form .form-flex > p u {
        text-decoration-thickness: 1px;
        text-underline-offset: 2px; }
  body.single-product .shop-loop .form form .field-type--radio.field-stone-info-selector .radio-stone-info-selector-recommendation {
    opacity: .5; }
  @media screen and (min-width: 48em) {
    body.single-product .shop-loop .form form .stone-selector-fields {
      --columns: 2; } }
  body.single-product .shop-loop .form form .form-footer {
    margin-top: var(--site-padding);
    padding: var(--site-padding);
    background: #E8E8EA; }
    body.single-product .shop-loop .form form .form-footer a {
      color: var(--c-link); }
      body.single-product .shop-loop .form form .form-footer a:hover {
        color: var(--c-link-hover);
        text-decoration: underline; }
    @media screen and (min-width: 28.125em) {
      body.single-product .shop-loop .form form .form-footer {
        display: flex;
        gap: 70px;
        justify-content: flex-end;
        align-items: center; }
        body.single-product .shop-loop .form form .form-footer label,
        body.single-product .shop-loop .form form .form-footer .field {
          margin: 0; } }
  @media screen and (min-width: 48em) {
    body.single-product .shop-loop .form {
      width: 100%;
      left: 0;
      transform: none; } }

/*

    //  //// --|    Wordpress Core 

*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*

    //  //// --|    Accessibility

*/
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    -webkit-animation-duration: 0ms !important;
            animation-duration: 0ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0ms !important; } }

/*

    //  //// --|    Fixer

*/
/*

    //  //// --|    Dev Tools

*/

/*# sourceMappingURL=.maps/main.css.map */
