/* 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;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Theme */
@font-face {
    font-family: 'Dazzed';
    src: url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Light.woff2') format('woff2'), url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dazzed';
    src: url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Heavy.woff2') format('woff2'), url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dazzed';
    src: url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Regular.woff2') format('woff2'), url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dazzed';
    src: url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Medium.woff2') format('woff2'), url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dazzed';
    src: url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Bold.woff2') format('woff2'), url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dazzed';
    src: url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-SemiBold.woff2') format('woff2'), url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dazzed';
    src: url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Thin.woff2') format('woff2'), url('https://21829865.fs1.hubspotusercontent-na1.net/hubfs/21829865/assets/fonts/Dazzed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
:root {
  --body-font: 'Dazzed';

  --dark: #3F3D3B;
  --light-dark: #A2A1A1;
  --beige: #E5DACA;
  --orange : #EA5F00;
  --green: #418276;
  --light-grey: #F1F1F1;
  --button-focus: rgba(0,0,0,0.2);

  --header-height: 5.7142em; /*80px */

  /* Measurements */

  /* Headings */
  --14px: 1em; /* h6 -- 14px*/
  --16px: 1.1428em; /* h5 -- 16px*/
  --18px: 1.2857em; /* h4 -- 18px*/
  --26px: 1.8571em; /* h3 --26px*/
  --42px: 3em; /* h2 -- 42px*/
  --68px: 4.8571em; /* h1 -- 68px */

  /*others*/

  --1px: 1px; /*1px*/
  --3px: 0.2142em; /*3px*/
  --5px: 0.3571em; /*5px*/
  --10px: 0.7142em; /*10px*/
  --12px: 0.8571em; /*12px*/
  --20px: 1.4285em; /*20px*/
  --22px: 1.5714em; /*22px */
  --25px: 1.7857em; /*25px*/
  --28px: 2em; /*28px*/
  --30px: 2.1428em; /*30px*/
  --32px: 2.2857em; /*32px*/
  --33px: 2.3571em; /*33px*/
  --40px: 2.8571em; /*40px*/
  --47px: 3.3571em; /*47px*/
  --50px: 3.5714em; /*50px*/
  --60px: 4.2857em; /*60px*/
  --70px: 5em; /*70px*/
  --80px: 5.7142em; /*80px */
  --120px: 8.5714em; /*120px*/
  --160px: 11.4285em; /*160px*/

  --border-text-18: 1px;
  --3px-text-18: 3px;

  --border-radius-sm: 0.4892em; /*6.85px*/

  --focus-box-shadow-text-18: 0 0 0 var(--3px-text-18) var(--button-focus);
  --focus-box-shadow: 0 0 0 var(--3px) var(--button-focus)
}

@media (min-width: 1921px) {
  :root {
    --border-18px: 0.0555em;
    --3px-text-18: 0.1666em;
  }
}

@media (max-width: 991px) {
  :root {
    --header-height: 4.8571em; /*68px*/
  }
}

/*Libraries */
.nice-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  min-width: 273px;
  height: auto;
  min-height: 3.3335em; /*60px*/
  padding-left: 1.2777em; /*23px*/
  padding-right: calc(1.2777em + var(--18px) * 2);
  background-color: #FFFFFF;
  border: var(--border-18px) solid #FFFFFF;
  border-radius: 10px;
  font-family: inherit;
  font-size: var(--18px);
  font-weight: normal;
  line-height: normal;
  text-align: left !important;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
}

.nice-select:hover {
  border-color: #FFFFFF;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  content: '';
  position: absolute;
  right: 1.2777em;
  top: 50%;
  display: inline-flex;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.600006 1.29995L1.40001 0.699951L8.50001 10.1666L15.6 0.699951L16.4 1.29995L8.50001 11.8333L0.600006 1.29995Z' fill='%233F3D3B'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.8888em auto; /*16px auto*/
  transform: translateY(-50%) rotate(0deg);
  pointer-events: none;
  transition: all 0.3s ease;
}

.nice-select.open:after {
  transform: translateY(-50%) rotate(180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

/*.nice-select.wide {*/
/*  width: 100%;*/
/*}*/

/*.nice-select.wide .list {*/
/*  left: 0 !important;*/
/*  right: 0 !important;*/
/*}*/

/*.nice-select.right {*/
/*  float: right;*/
/*}*/

/*.nice-select.right .list {*/
/*  left: auto;*/
/*  right: 0;*/
/*}*/

/*.nice-select.small {*/
/*  font-size: 12px;*/
/*  height: 36px;*/
/*  line-height: 34px;*/
/*}*/

/*.nice-select.small:after {*/
/*  height: 4px;*/
/*  width: 4px;*/
/*}*/

/*.nice-select.small .option {*/
/*  min-height: 34px;*/
/*  line-height: 34px;*/
/*}*/

.nice-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  margin-top: var(--5px);
  width: 100%;
  height: auto;
  max-height: 13em;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: var(--10px);
  box-shadow: var(--10px) var(--10px) var(--20px) rgba(0, 0, 0, 0.2);
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  pointer-events: none;
  transform-origin: 50% 0;
  transform: translateY(-20px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  display: flex;
  align-items: center;
  min-height: var(--40px);
  padding-left: 23px;
  padding-right: 23px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  white-space: normal;
  list-style: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected:not(.disabled).focus {
  background-color: #f6f6f6;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  pointer-events: none;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

@media (max-width: 991px) {
  .nice-select {
    min-width: unset;
    width: 100%;
    max-width: 100%;
    min-height: 52.26px;
    padding-left: 23px;
    padding-right: calc(23px + var(--14px) * 2);
    font-size: var(--14px);
  }
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 var(--20px);
}

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

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

.dnd-section .dnd-column {
  padding: 0 var(--28px);
}

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

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

body {
  background-color: var(--beige);
  line-height: 1.4;
  overflow-wrap: break-word;
  -moz-font-feature-settings: 'ss01', 'ss02';      /* low-level (old Firefox)      */
  -webkit-font-feature-settings: 'ss01', 'ss02';   /* low-level (old Webkit)       */
  font-feature-settings: 'ss01' on, 'ss02' on;     /* low-level (all new browsers) */
}

body.is-open {
  overflow: hidden;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1em;
}

/* Anchors */

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

a:not(.button):not(.nav-link):not(.dropdown-link):not(.dropdown-submenu-link):not(.pagination__link):not(.hs-breadcrumb-menu-item) {
  color: inherit !important;
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

/* Headings */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  margin: 0 0 1em;
}

h1, .h1 {
  line-height: 1.058; /*72px*/
}

h2, .h2 {
  line-height: 1.142; /*48px*/
}


/* Lists */

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

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 1em;
  padding-left: 1em;
}

/* Horizontal rules */

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

/* Image & image alt text */

img {
  width: 100%;
  font-size: 1em;
  word-break: normal;
}
button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  text-align: center;
  transition: all 0.3s ease;
  white-space: normal;
  cursor: pointer;
}

button span.icon,
.button span.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  color: inherit;
}

button .hs_cos_wrapper_type_icon,
.button .hs_cos_wrapper_type_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  max-width: 100%;
  height: 1.25em;
  color: inherit;
}

button span.icon svg,
.button span.icon svg,
button .hs_cos_wrapper_type_icon svg,
.button .hs_cos_wrapper_type_icon svg {
  font-size: 1.25em !important;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  color: currentColor;
  fill: currentColor !important;
}


button[data-placement="left"] span.icon,
.button[data-placement="left"] span.icon {
  order: -1;
}

button:disabled,
.button:disabled,
button.disabled,
.button.disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  display: inline-flex;
  align-items: center;
  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;
}
/* Fields */

.hs-form-field {
  margin-bottom: 0 !important;
}


/* Custom grid type forms */
form {
  display: flex;
  flex-direction: column;
  row-gap: var(--20px);
}

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

form fieldset.form-columns-2 {
  display: flex;
  align-items: flex-start;
  column-gap: var(--14px);
}

form fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  max-width: calc(100% / 2 - var(--14px) / 2);
  float: none !important;
}

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

@media (max-width: 991px) {
  form {
    row-gap: var(--14px);
  }

  form fieldset.form-columns-2 {
    flex-direction: column;
    column-gap: 0;
    row-gap: var(--14px);
  }

  form fieldset.form-columns-2 .hs-form-field {
    max-width: 100%;
  }

  form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
  form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
}

/* Labels */

form label {
  display: block;
  font-size: 1em;
  margin-bottom: 1em;
}

/* Form text*/

.form-title:empty {
  margin-bottom: 0 !important;
}

/* Help text */

form legend {
  font-size: var(--18px);
}

/* Inputs */

form input[type=text],
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;
  width: 100%;
  padding: 1.1944em 1.3333em; /*21.5px 24px*/
  font-size: var(--18px);
}

form textarea {
  height: auto;
  min-height: 20.7778em; /*374px*/
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.600006 1.29995L1.40001 0.699951L8.50001 10.1666L15.6 0.699951L16.4 1.29995L8.50001 11.8333L0.600006 1.29995Z' fill='%233F3D3B'/%3E%3C/svg%3E");
  background-position: right 1.3333em center;
  background-repeat: no-repeat;
  background-size: 0.8888em auto; /*16px auto*/
}


@media (max-width: 991px) {
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    padding: 1.1392em var(--22px); /*15.95px 22px*/
    font-size: 1em;
  }

  form textarea {
    height: auto;
    min-height: 24.5714em; /*344px*/
  }
}

form input:not([type=submit]):focus {
  box-shadow: 0 0 0 3px rgba(241,241,241,0.3);
  outline: 0;
}

form fieldset {
  max-width: 100% !important;
  color: var(--dark);
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.35em 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.35em;
}

/* 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: 1em;
  margin: 0 0 1em;
}

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: 1em !important;
}

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  font-size: var(--12px);
  margin-top: 0.35em;
}

.hs-error-msgs label {
  color: #EF6B51;
  font-size: var(--12px);
  margin-bottom: 0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  display: inline-block;
  height: auto;
  min-height: 3.7777em; /*68px*/
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  cursor: pointer;
}

form a.hs-button,
form button.hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  form .hs-submit {
    width: 100%;
  }

  form input[type=submit],
  form .hs-button {
    min-height: 3.7328em; /*52.26px*/
    width: 100%;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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. Typically used for global partial styling
*/
/* Mobile nav toggle */

.button.navbar-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--30px);
  height: var(--30px);
  padding: 0 !important;
  min-height: unset;
  border-width: var(--1px);
  border-color: var(--orange);
  border-radius: var(--border-radius-sm); /*6.85px*/
  font-size: var(--14px) !important;
}

.button.navbar-toggle:focus {
  box-shadow: 0 0 0 var(--3px) var(--button-focus);
}

.button.navbar-toggle .icon {
  position: relative;
  display: block;
  width: 1em;
  height: var(--1px);
  background-color: currentColor;
}

.button.navbar-toggle .icon:before,
.button.navbar-toggle .icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: var(--1px);
  background-color: currentColor;
  transition: all 0.3s ease;
}

.button.navbar-toggle .icon:before {
  top: calc(var(--3px) * -1);
}

.button.navbar-toggle .icon:after {
  bottom: calc(var(--3px) * -1);
}

.button.navbar-toggle.is-open .icon {
  background-color: transparent;
}

.button.navbar-toggle.is-open .icon:before {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.button.navbar-toggle.is-open .icon:after {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--header-height);
  padding: 0;
  overflow: hidden;
}

.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: var(--1px);
  background-color: rgba(0,0,0,0.2);
}

/* Navigation skipper */

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

/* nav */

.header .navbar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 var(--20px);
  transition: background-color 0.2s ease;
}

.header .navbar > .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 1em;
  padding: 0;
}

/* Logo */

.hs_cos_wrapper_type_logo {
  display: flex;
  align-items: center;
  height: auto;
  max-width: 13.2142em; /*185px;*/
  overflow: hidden;
}

.header__logo img,
header .navbar-brand img {
  width: 100%;
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: var(--16px);
}


/* Navbar buttons */

.header .navbar-buttons {
  display: inline-flex;
  align-items: center;
  gap: var(--10px);
}

/* Language switcher */

.header .navbar-buttons .custom-language-switcher .button {
  width: var(--40px);
  min-height: var(--40px);
  padding: 0;
  border-width: var(--1px);
  border-radius: var(--10px);
  font-size: 1em;
}

.header .navbar-buttons .custom-language-switcher .button:focus {
  box-shadow: 0 0 0 var(--3px) var(--button-focus);
}

/* Navbar mobile menu toggle */

.header .navbar-toggle {
  display: none;
}

@media (max-width: 991px) {
  .header:after {
    display: none;
  }

  .header .header-navbar-nav.desktop {
    display: none;
  }

  .hs_cos_wrapper_type_logo {
    max-width: 11.5em; /*161px;*/
  }

  /* Language switcher */

  .header .navbar-buttons .custom-language-switcher .button {
    width: 2.5em; /*30px*/
    min-height: 2.5em;
    border-width: 0.0833em; /*1px*/
    border-radius: 0.57083em; /*6.85px*/
    font-size: var(--12px);
  }

  .header .btn-contact.desktop {
    display: none;
  }

  /* Navbar mobile menu toggle */

  .header .button.navbar-toggle {
    display: inline-flex;
  }

  /* Mobile menu */
  .header .navbar-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    padding: var(--header-height) 0 var(--20px);
    background-color: white;
    overflow: hidden;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }

  .header .navbar-mobile-menu.is-open {
    transform: translateY(0);
  }

  .header .navbar-mobile-menu-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 var(--20px) var(--20px);
  }

  .header .navbar-mobile-menu-wrapper > div {
    width: 100%;
  }

  .header .navbar-mobile-menu-wrapper > div:last-child {
    margin-top: auto;
  }
}
/*@media (max-width: 991px){*/
/*  .footer-logo img {*/
/*    width: 100%;*/
/*    max-width: 160px !important;*/
/*  }*/

/*  .footer-social-icon a i {*/
/*    height: 30px;*/
/*    width: 30px;*/
/*    margin: 0px 4px;*/
/*  }*/

/*  .privacy-policy-menu li {*/
/*    display: inline-block;*/
/*    padding-left: unset;*/
/*  }*/

/*  .footer-mobile-menu {*/
/*    display: block !important;*/
/*  }*/

/*  .f-menu {*/
/*    display: none;*/
/*  }*/

/*  footer .accordion-button {*/
/*    background-color: #fff !important;*/
/*    border-bottom: unset !important;*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*  }*/

/*  .accordion-body {*/
/*    padding: 1rem 0rem;*/
/*  }*/

/*  .footer-mobile-menu ul li {*/
/*    font-size: 14px;*/
/*    line-height:30px;*/
/*  }*/

/*  .footer-mobile-menu ul {*/
/*    padding-left: 0;*/
/*    list-style: none;*/
/*    margin-bottom: 0;*/
/*  }*/

/*  .footer-bottom {*/
/*    padding-top: 200px;*/
/*  }*/

/*  .Subscribe-newsletter form {*/
/*    padding-top: 10px;*/
/*  }*/

/*  .Subscribe-newsletter form {*/
/*    max-width: 100%;*/
/*    padding-top: 33px;*/
/*  }*/

/*  .Subscribe-newsletter .input-group input[type="email"] {*/
/*    border-bottom: unset !important;*/
/*  }*/

/*  .Subscribe-newsletter .hs-nested-form-fix {*/
/*    border-bottom: 1px solid #333;*/
/*  }*/

/*  .Subscribe-newsletter form {*/
/*    position: unset;*/
/*  }*/

/*  .Subscribe-newsletter .input-group {*/
/*    display: unset !important;*/
/*  }*/

/*  .privacy-policy-menu li {*/
/*    padding-left: 20px;*/
/*  }*/

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


/* CUSTOM BREADCRUMB MENU */

.custom-breadcrumbs {
  text-align: center;
  margin-bottom: var(--40px);
  overflow: hidden;
}

.hs-breadcrumb-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--10px);
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-breadcrumb-menu .hs-breadcrumb-menu-item {
  display: inline-flex;
  float: none;
  padding: 0;
  font-size: var(--18px);
}

.hs-breadcrumb-menu .hs-breadcrumb-menu-divider:before {
  content: '>';
  margin-left: var(--10px);
  padding-left: 0;
}

.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a.hs-breadcrumb-label[href="javascript:;"],
.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb .hs-breadcrumb-label {
  opacity: 0.4;
  pointer-events: none !important;
}

.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb .hs-breadcrumb-label {
  text-decoration: underline;
}

.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a.hs-breadcrumb-label[href="javascript:;"] ~ .hs-breadcrumb-menu-divider:before {
  opacity: 0.4;
}

.hs-breadcrumb-menu a.hs-breadcrumb-label:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .custom-breadcrumbs {
    margin-bottom: var(--20px);
  }

  .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
    font-size: var(--14px);
  }
}

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


/* Body padding because nav is fixed */

.body-container-wrapper {
  padding-top: var(--header-height);
}

/* LAYOUT */

.section-wrapper {
  width: 100%;
  max-width: 137.1428em; /*1920px*/
  margin: 0 auto;
}

.section-spacing {
  position: relative;
  padding-top: var(--70px);
  padding-bottom: var(--70px);
  overflow: hidden;
}

/* SECTION HEADER */

.section-header {
  margin-bottom: var(--60px);
  color: inherit;
  text-align: center;
}

.section-header .section-header-heading {
  margin-bottom: 2.2223em; /*40px*/
  color: inherit !important;
  font-size: var(--18px);
}

.section-header.no-paragraph .section-header-title {
  margin-bottom: 0;
  color: inherit !important;
}

@media (max-width: 991px) {
  .section-header {
    margin-bottom: var(--30px);
  }

  .section-header .section-header-heading {
    margin-bottom: var(--40px);
    font-size: var(--14px);
  }
}

/* CUSTOM ROW */

.custom-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: var(--60px);
  column-gap: 0;
}

.custom-row .custom-col {
  flex: unset;
  display: block;
  width: 100%;
}

.custom-row.grid {
  display: flex;
  align-items: center;
  flex-direction: row;
  row-gap: 0;
  column-gap: var(--20px);
}

.custom-row.grid .custom-col {
  flex: 0 0 calc(50% - var(--10px));
}

@media (max-width: 991px) {
  .custom-row:not(.grid) {
    row-gap: var(--30px);
    column-gap: 0;
  }

  .custom-row.grid {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: var(--30px);
  }

  .custom-row.grid .custom-col {
    flex: 0 0 100%;
  }
}

/* BUTTON CONTAINER */

.button-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--20px);
}

@media (max-width: 991px) {
  .button-container {
    flex-direction: column;
    align-items: flex-start;
    row-gap: var(--10px);
    column-gap: 0;
  }

  .button-container .button {
    width: 100% !important;
  }
}

/* SWIPER CAROUSEL */

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

/* MOBILE / DESKTOP */

.mobile {
  display: none;
}

@media (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: inline-flex;
  }
}

/* ASPECT RATIO */

.aspect-ratio {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  overflow: hidden;
}

.aspect-ratio:before {
  content: "";
  display: block;
  width: 100%;
}

.aspect-ratio > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

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

/*Templates */
/* Error pages */

.error-page {
  max-width: 872.9px;
  margin: 0 auto;
  padding: var(--60px) 0 var(--160px);
  position: relative;
  text-align: center;
}

.error-page .error-title {
  margin-bottom: 0.8823em; /*60px*/
}

.error-page .button-container {
  margin-top: var(--60px);
  justify-content: center;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}
.blog-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: var(--40px);
}

.blog-grid .blog-card {
  display: flex;
  flex-direction: column;
}

.blog-grid .blog-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-grid .blog-card-body-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 40.2142em; /*563px*/
}

.blog-grid .blog-card-footer {
  margin-top: auto;
}

/* FULLWIDTH CARD */

.blog-grid .blog-card.full {
  position: relative;
  z-index: 0;
  flex: 0 0 100%;
  height: auto;
  min-height: 45em; /*630px*/
  border-radius: var(--10px);
  color: white;
  overflow: hidden;
}

.blog-grid .blog-card.full .blog-card-tags {
  margin-bottom: 2.2223em; /*40px*/
  font-size: var(--18px);
  font-weight: 700 !important;
}

.blog-grid .blog-card.full .blog-card-tag {
  font-weight: inherit;
  color: inherit !important;
}

.blog-grid .blog-card.full h2,
.blog-grid .blog-card.full a:not(.button):not(.blog-card-tag) {
  color: inherit !important;
}

.blog-grid .blog-card.full h2 > a {
  font-weight: 500;
}

.blog-grid .blog-card.full .blog-card-image {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-50%);
}

.blog-grid .blog-card.full .blog-card-body {
  padding: 6.6428em 6.8571em 6.8314em; /*93px 96px 95.64px*/
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.blog-grid .blog-card.full .blog-card-summary {
  font-size: var(--18px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* GRID CARD */

.blog-grid .blog-card.grid {
  flex: 0 0 calc(100% / 3 - var(--40px) / 3 * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% / 3 - var(--40px) / 3 * 2);
  height: auto;
  min-height: 38.5714em; /*540px*/
  background-color: white;
  border-radius: var(--10px);
}

.blog-grid .blog-card.grid .blog-card-body {
  padding: var(--30px);
}

.blog-grid .blog-card.grid .aspect-ratio {
  margin-bottom: var(--40px);
  border-radius: var(--10px);
}

.blog-grid .blog-card.grid .aspect-ratio:before {
  padding-top: calc(215.08 / 363 * 100%);
}

.blog-grid .blog-card.grid .aspect-ratio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 2;
}

.blog-grid .blog-card.grid .aspect-ratio img {
  z-index: 1;
}

.blog-grid .blog-card.grid .blog-card-summary {
  margin-bottom: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .blog-grid .blog-card.grid {
    flex: 0 0 calc(100% / 2 - var(--20px));
    max-width: 0 0 calc(100% / 2 - var(--20px));
    min-height: 38.5714em; /*540px*/
  }

  .blog-grid .blog-card.full .blog-card-body {
    padding: var(--40px);
  }
}

@media (max-width: 991px) {
  .blog-grid {
    column-gap: 0;
    row-gap: var(--20px);
  }

  .blog-grid .blog-card.grid .blog-card-body {
    padding: var(--20px);
  }

  .blog-grid .blog-card-body-wrapper {
    max-width: 100%;
  }

  .blog-grid .blog-card.full {
    min-height: 573px; /*573px*/
  }

  .blog-grid .blog-card.full .blog-card-tags,
  .blog-grid .blog-card.full .blog-card-summary {
    font-size: var(--14px);
  }

  .blog-grid .blog-card.full .blog-card-tags {
    margin-bottom: var(--20px);
  }

  .blog-grid .blog-card.full .blog-card-footer {
    display: flex;
    flex-direction: column;
    margin-top: unset;
    flex-grow: 1;
  }

  .blog-grid .blog-card.full .blog-card-summary {
    margin-bottom: 2em;
    -webkit-line-clamp: 4;
  }

  .blog-grid .blog-card.full .blog-card-footer .button.btn-white {
    margin-top: auto;
  }

  .blog-grid .blog-card.full .blog-card-body {
    padding: 32px; /*32px*/
  }

  .blog-grid .blog-card.grid {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 415px; /*415px*/
  }

  .blog-grid .blog-card.grid .aspect-ratio {
    margin-bottom: var(--20px);
  }

  .blog-grid .blog-card.grid .aspect-ratio:before {
    padding-top: calc(160 / 291.97 * 100%);
  }
}
.body-container.body-container--blog-index,
.body-container.body-container--blog-post {
  padding-top: var(--60px);
}

@media (max-width: 991px) {
  .body-container.body-container--blog-index,
  .body-container.body-container--blog-post {
    padding-top: var(--30px);
  }
}

.blog-card-author {
  display: flex;
  align-items: center;
}

.blog-card-author-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.25em;
  border-radius: 100%;
  overflow: hidden;
}

.blog-card-author-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Blog comments */

.blog-comments {
  max-width: 100%;
  margin: 0 auto var(--160px);
}

.blog-comments .comment {
  margin-bottom: var(--20px);
  padding: var(--10px);
  background-color: rgba(255,255,255,0.3);
  border-radius: var(--10px);
}

.blog-comments .comment-reply-to.hs-button.secondary {
  column-gap: 0.15em;
  min-height: unset !important;
  font-size: 1em;
}

.blog-comments .comment.depth-0 {
  padding-top: var(--10px);
  border-top: 0;
}

.blog-comments .comment:not(.depth-0) {
  margin-left: 1em;
  padding-left: var(--10px);
}

.blog-comments form {
  margin-top: var(--20px);
}

.blog-comments .hs-form .hs-form-field > label {
  position: absolute;
  width: 1px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.blog-comments .grecaptcha-badge {
  margin: 0;
}

.blog-comments .hs-submit {
  text-align: left;
}

.blog-comments .hs-button.primary,
.blog-comments .hs-button.primary:focus {
  width: 100%;
  background-color: var(--orange);
  border-color: var(--orange);
  color: white;
}

.blog-comments .hs-button.primary:focus {
  box-shadow: 0 0 0 var(--3px-text-18) var(--button-focus);
}

.blog-comments .hs-button.primary:hover,
.blog-comments .hs-button.primary:active {
  background-color: transparent;
  border-color: var(--orange);
  color: var(--orange);
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}
.body-container--contact .custom-page-header-section .hs-form .hs-form-field > label {
  position: absolute;
  width: 1px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.body-container--contact .custom-page-header-section .hs-form .hs-button {
  width: 100% !important;
  background-color: var(--orange);
  border-color: var(--orange);
  color: white;
}

.body-container--contact .custom-page-header-section .hs-form .hs-button:hover {
  background-color: transparent;
  border-color: var(--orange);
  color: var(--orange);
}