/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

img {
  vertical-align: bottom;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Root
Custom: map theme settings values to css variables 
*/





:root {
  --body-font: helvetica;
  --heading-font: Bricolage Grotesque;
  
  --font-family-primary: 'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
  --font-family-alt: 'Bricolage Grotesque', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
  
  --font-size-h1: clamp(1.875rem, 0.5rem + 7vw, 6rem); 
  --font-size-h2: clamp(1.625rem, 0.5rem + 7vw, 3rem);
  --font-size-h2-lg: clamp(1.625rem, 0.5rem + 7vw, 4.5rem); 
  
  --color-black: #2D2926;
  --color-black-rgb: 45, 41, 38;
  --color-dark: #2D2926;
  --color-dark-rgb: 45, 41, 38;
  --color-white: white;
  --color-gray-dark: #3B3B3B;
  --color-gray: #ABABAB;
  --color-beige: #FDF9F3;
  --color-beige-dark: #E1D9CE;
  --color-pink: #F4A17F;
  --color-pink-light: #F2C7B5;
  --color-cyan: #86CADF;
  --color-cyan-light: #CCEDF4;
  --color-yellow: #F7CF83;
  --color-yellow-rgb: 247, 207, 131;
  
  --rounded: 16px;
  --rounded-xs: 4px;
  --rounded-sm: 8px;
  --rounded-lg: 24px;
  
  --header-height-mobile: 63px;
  --header-height-desktop: 90px;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 4%;
  --column-width-multiplier: 8.333;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-beige);
  overflow-x: clip;
  color: var(--color-dark);
  overscroll-behavior: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
}
/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {

  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

@media (min-width: 1390px) {
  .dnd_area-row-0-max-width-section-centering > .row-fluid {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
  }
}


/* Columns */

.cols-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}

.col {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .cols-wrapper {
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .cols-wrapper {
    gap: 5rem
  }
}

@media (min-width: 1280px) {
  .cols-wrapper {
    gap: 7rem
  }
}

@media (min-width: 1440px) {
  .cols-wrapper {
    gap: 8rem
  }
}


/* Custom styles for page editor UI */

html:not(.hs-inline-edit) main {
  margin-top: var(--header-height-mobile)
}

@media (min-width: 1280px) {
  html:not(.hs-inline-edit) main {
    margin-top: var(--header-height-desktop)
  }
}

html:not(.hs-inline-edit) #smooth-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Hides internal overflow while letting content scroll visually */
}

html:not(.hs-inline-edit) #smooth-content {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

html:not(.hs-inline-edit) #smooth-content {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* This stops margin collapsing at the top cleanly, with zero extra height at the bottom */
html:not(.hs-inline-edit) #smooth-content::before {
  content: "";
  display: flow-root; 
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.5;
  overflow-wrap: break-word;
  font-family:  'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


/* Paragraphs */

p {
  margin: 0;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-family-alt);
  line-height: 0.925;
  text-transform: uppercase;
  letter-spacing: -6%;
  font-weight: 600;
}

h1 {
  font-size: clamp(2.25rem, 1rem + 10vw, 6rem)
}

h2 {
  font-size: clamp(1.625rem, 0.5rem + 7vw, 3rem);
}

h3 {
}

/* Lists */

ul,
ol {
  margin: 0;
}

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* Other elements */

.eyebrow {
  background: var(--color-gray-dark);
  color: white;
  border-radius: 2rem;
  font-weight: 600;
  font-size: .875rem;
  line-height: 1.25;
  padding: .5rem 1rem;
  display: inline-block;
  text-transform: uppercase
}

.subhead {
  line-height: 1.375;
  font-size: 1.5rem;
  letter-spacing: -2%;
}
button,
.button,
.hs-button, form .hs-button, form input[type=submit] {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -2%;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--rounded-sm);
  padding: .75rem 1.25rem;
  border-width: 1px;
  border-style: solid;
  position: relative
}

@media (min-width: 768px) {
   button,
  .button,
  .hs-button {
    padding: .875rem 2rem;
  }
}

button:hover,
.button:hover,
.hs-button:hover {
  text-decoration: none;
}


button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* Submit form button */

form input[type=submit] {
  min-width: 200px;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Buttons Colors */

.button-black {
  background: var(--color-dark);
  color: white;
  border-color: rgba(0,0,0,1);
}

.button-black:hover,
.button-black:focus,
.button-black:active {
  background: rgba(var(--color-dark-rgb), 0.9);
  color: white;
  border-color: rgba(var(--color-dark-rgb), 0.9);
}

.button-white {
  background: rgba(255,255,255,1);
  color: var(--color-dark);
  border-color: rgba(255,255,255,1);
}

.button-white:hover,
.button-white:focus,
.button-white:active {
  background: rgba(255,255,255,.875);
  color: var(--color-dark);
  border-color: rgba(255,255,255,.875);
}

.button-black:before, .button-white:before {
/*   content: ''; */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: var(--rounded-sm);
  border-style: solid;
}

.button-yellow, form input[type=submit] {
  background: var(--color-yellow);
  border-color: var(--color-yellow);
}

.button-yellow:hover,
.button-yellow:focus,
.button-yellow:active,
form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active
{
  background: rgba(var(--color-yellow-rgb), 0.9);
  border-color: rgba(var(--color-yellow-rgb), 0.9);
}



/* Button filters */

.button-filter {
  padding: .625rem .875rem;
  font-weight: 600;
  font-size: .875rem;
  text-transform: uppercase;
  border: 0 none;
  color: #4D4842;
  background: #ECE8E1;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -6%;
  font-family: 'Bricolage Grotesque', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
}

.button-filter.button-active {
  background: var(--color-dark);
  color: white;
}
/* Fields */

form, .submitted-form, .submitted-message {
  padding: clamp(2.5rem, 1rem + 2.5vw, 3rem) clamp(1.5rem, 1rem + 2.5vw, 3rem);
  border-radius: var(--rounded-lg);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--color-dark);
  max-width: 800px;
  margin: 0 auto;
}
  
.form-columns-2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .form-columns-2 {
    flex-direction: row;
  }
}

fieldset .hs-form-field {
  width: 100%!important;
  float: none!important;
}

fieldset.form-columns-2 .input, fieldset.form-columns-1 .input {
  margin-right: 0!important
}

.form-columns-2 .hs-form-field .hs-input {
  width: 100%!important;
}

fieldset.form-columns-1 .hs-input {
  width: 100%!important;
}

/* Labels */

form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

form label.hs-error-msg {
  color: red;
  font-size: .875rem;
  font-weight: normal;
  margin: 0;
  text-transform: none;
}

form .inputs-list.hs-error-msgs > li {
  margin: 0.5rem 0 0;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  display: none;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border-radius: 0;
}

form textarea {
  resize: vertical;
  height: 120px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Submitted message */

.submitted-message {
  color: white
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized.
*/

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
  color: white;
}

.header {
  background: var(--color-black);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  z-index: 1;
  height: var(--header-height-mobile);
}

/* To ensure the header is always visible above all other elements in the page editor... */

html.hs-inline-edit .header {
  position: relative
}

.header:after {
  display: block;
  content: '';
  height: 8px;
  /* The SVG creates a repeating transparent zigzag cut-out at the top */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 8'%3E%3Cpath d='M0 0 L9 6.5 Q 10 8 11 6.5 L 20 0 Z' fill='%232D2926'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 20px 8px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
}

.header__wrapper {
  height: auto;
  display: flex;
  flex-direction: column;
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.header__wrapper-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.header__logo {
  flex-basis: 200px;
  min-width: 200px;
}

.header__logo a {
  display: block
}

.header__logo img {
  vertical-align: bottom;
  display: block;
  width: 100%!important;
  height: auto;
}

.header__logo .logo-company-name {
  font-size: 1rem;
}

/* Nav */

.header__nav__wrapper {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.header__nav .inpage-editor-active-field {
  position: inherit!important
}

.header__nav-secondary {
  z-index: 2
}

.header__logo .logo-company-name {
  color: white;
}

.header__nav {
  display: none;
}

.header .menu__link {
  font-weight: 500;
}

.header .bowl-container {
  display: none
}


@media(min-width: 1280px) {
  
  .header {
    height: var(--header-height-desktop);
    padding-top: 2rem;
    padding-bottom: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  
  .header__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 0;
  }
  
  .header__logo {
    flex-basis: 220px;
    min-width: 220px;
  }
  
  .container-nav {
    max-width: none;
    padding: 0;
    margin: unset
  }
  
  .header__nav {
    display: block;
  }
  
  .header__nav__wrapper {
    overscroll-behavior: initial;
    overflow: initial;
  }

}

@media(max-width: 1279px) {

  .header__nav-toggle svg,
  .menu-arrow svg {
    fill: white;
  }

  .header__nav__wrapper {
    position: absolute;
    top: calc(var(--header-height-mobile) - 22px);
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 34px 40px -20px rgba(0, 0, 0, .75);
    overflow: hidden;
  }
  
  .header__nav {
    background-color: var(--color-dark);
    padding-bottom: calc(var(--header-height-mobile) / 2);
    padding-top: calc(var(--header-height-mobile) / 4);
    position: relative;
    overflow: hidden;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  
  .header .menu__link {
    text-align: center;
  }
  
  .header .bowl-container {
    display: block;
    padding-top: 2rem
  }
  
  .header .bowl-container img {
    width: 100%;
    height: auto;
    max-width: 418px;
    display: block;
    margin: 0 auto;
  }
  
  .header__nav .container-nav {
    margin-bottom: -200px;
    overflow: hidden;
  }

}

/* In-page Editor styles */

.header.header-editor {
  position: relative
}
.footer {
  padding: 4rem 1.25rem;
  position: relative;
  font-weight: 500;
  background: var(--color-black);
}

.footer:before {
  display: block;
  content: '';
  height: 8px;
  /* The SVG creates a repeating transparent zigzag cut-out at the top */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 8'%3E%3Cpath d='M0 8 L9 1.5 Q 10 0 11 1.5 L 20 8 Z' fill='%232D2926'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 20px 8px;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
}

.footer__logo a {
  display: block
}

.footer__top-row {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.footer__bottom-row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  color: var(--color-gray);
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #383838;
  font-size: .875rem
}

.footer-links a {
  color: var(--color-gray)
}

.footer-links a:hover, .footer-links a:focus, .footer-links a:active {
  color: #EEE
}

@media(min-width: 768px) {
  .footer__top-row {
    gap: 1.5rem;
  }
  
  .footer .menu__wrapper {
    flex-direction: row;
    gap: 1.5rem;
  }
}

@media(min-width: 1024px) {
  
  .footer-links {
    text-align: center;
  }
  
  .footer__top-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer__bottom-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .footer .copyright {
    text-align: right;
  }
  
}
/* Menu */

.menu__wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch
}

@media (min-width: 1280px) {
  .menu__wrapper {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: end;
  }
}

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  font-size: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.125;
  text-decoration: none;
  display: block;
  color: white;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  text-decoration: none;
}

.menu__link--active-link,
.menu__link--active-branch {
/*   font-weight: bold; */
}

@media (min-width: 1280px) {
  .menu__link {
    padding: 0;
    font-size: 1.125rem;
  }
  
  /* Keep only opacity: 0 here to prevent initial flash */
  .header .header__navigation .menu__item {
    opacity: 0;
  }
}


/* Menu items - top level */

header .menu__item--depth-1 {
  padding: .25rem;
}

header .menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 1279px) {
  header .menu__item--depth-1 {
    padding: 0;
  }

  header .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */

.menu__submenu {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu--level-2 {
  transform: translateX(-50%);
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  padding: 0.7rem 1.05rem;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 1280px) {
  .menu__submenu--level-2 > .menu__item:first-child:before {
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: '';
    display: block;
    height: 30px;
    left: 125px;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 30px;
    z-index: 2;
  }

  /* Keeps triangle to the left for the first menu item's drop down menu */

  .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 1280px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .menu__submenu .menu__link {
    display: block;
    padding: 0.7rem 2rem;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }
}

/* Menu icons */

@media(min-width: 1280px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  .menu__child-toggle-icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-style: solid;
    border-top-width: 7px;
    display: block;
    height: 0;
    margin-left: 1px;
    width: 0;
  }
}
/* Navigation */

/* Hamburguer button */

.navbar__toggler {
	z-index: 2;
	position: relative;
	display: inline-block;
}

@media (min-width: 1280px) {
  .navbar__toggler {
    display: none
  }
}

.hamburger {
	padding: 0;
	height: 20px;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.25s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:focus, .hamburger:active {
  background-color: transparent;
	border: 0 none;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: white;
}

.hamburger-box {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 20px;
	height: 2px;
	background-color: white;
	border-radius: 4px;
	position: absolute;
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
	width: 20px;
	right: 0;
}

.hamburger--slider .hamburger-inner {
	top: 4px;
}

.hamburger--slider .hamburger-inner::before {
	top: 7px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
	top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
	transform: none;
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -14px, 0) rotate(-90deg);
}


/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Image shadows */

.image-shadow {
  filter: blur(20px) brightness(0);
  transform: translate(8%, 14%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .25
}

/* Swiper */

.swiper-button-next, .swiper-button-prev {
  color: #1A1A1A;
  background: white;
  border-radius: 50%;
  box-shadow: 8px 8px 39px -7px rgba(0, 0, 0, .5);
}

.swiper-button-next svg, .swiper-button-prev svg {
  fill: none!important;
  height: 14px!important;
}

/* Custom components */

.product-card {
  border-radius: var(--rounded);
  padding: 1.5rem 1rem 1rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card img {
  margin: 0 1rem -76px;
  display: inline-block;
  height: 200px;
  width: auto;
}

.product-info {
  border-radius: var(--rounded-sm);
  background: var(--color-beige);
  padding: 98px 1rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.product-info h3 {
  font-size: 1.5rem;
  line-height: 1.025;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 0 1.5rem
}

.product-info p {
  font-size: 1.125rem;
  line-height: 1.025;
  letter-spacing: -2%;
  padding: 0 1.5rem 1.75rem;
}

.product-info .button {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {

  .product-card img {
    height: 297px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .product-info p {
    padding-bottom: 42px;
  }
  
  .product-info {
    padding: 104px 1rem 1rem;
  }

}


/* Templates */


/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.font-family-primary {
  font-family: var(--font-family-primary)
}

.font-family-alt {
  font-family: var(--font-family-primary)
}

.relative {
  position: relative;
}

.zigzag-top-mask {
  width: 100%;
  display: block;

  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8" viewBox="0 0 16 8"><polygon points="0,8 8,0 16,8"/></svg>'), 
                      linear-gradient(#000 0 0);
  -webkit-mask-size: 16px 8px, 100% calc(100% - 8px);
  -webkit-mask-position: top left, bottom left;
  -webkit-mask-repeat: repeat-x, no-repeat;

  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8" viewBox="0 0 16 8"><polygon points="0,8 8,0 16,8"/></svg>'), 
              linear-gradient(#000 0 0);
  mask-size: 16px 8px, 100% calc(100% - 8px);
  mask-position: top left, bottom left;
  mask-repeat: repeat-x, no-repeat;
}