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

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

/* Sticky Footer */

html,
body {
  height: 100%;
}

.body-wrapper {
  display: grid;
  flex-flow: column wrap;
  grid-template-rows: auto auto 1fr auto;
  min-height: 100%;
}

.body-wrapper>div,
.body-container-wrapper {
  min-width: 0; /* Fixes width issues on smaller screens when parent is flex or grid */
  width: 100%;
}

/* Mobile layout */

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

.row-fluid [class*='span'] {
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

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

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

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

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

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

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

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

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

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

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

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

/* 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: initial !important;
  }

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 40px;
}

.dnd-section:not([class*="force-full-width-section"])>.row-fluid {
  margin: 0 auto;
  padding: 0 20px;
}

.dnd-section:not([class*="force-full-width-section"]) .dnd-module.widget-span {
  padding: 0 20px;
}

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

@font-face {
  font-family: "Gotham";
  src: local("Gotham-Book"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Book.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Book.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham-Thin"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Thin.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham-Light"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Light.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: local('Gotham-Medium'),
    url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Medium.woff2') format('woff2'),
    url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham-Bold"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Bold.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Bold.woff') format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham-Black"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Black.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham XLight";
  src: local("Gotham-XLight"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-XLight.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Gotham-XLight.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nesans";
  src: local("Nesans-Regular"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Nesans-Regular.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Nesans-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nesans";
  src: local("Nesans-Bold"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Nesans-Bold.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/Nesans-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Filosofia Grand OT";
  src: local("FilosofiaGrandOT-Regular"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/FilosofiaGrandOT-Regular.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/FilosofiaGrandOT-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Filosofia Grand All SC OT";
  src: local("FilosofiaGrandAllSCOT"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/FilosofiaGrandAllSCOT.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/FilosofiaGrandAllSCOT.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Filosofia OT";
  src: local("Filosofia OT"),
  local("FilosofiaOT"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/FilosofiaOT.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/FilosofiaOT.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Filosofia OT";
  src: local("Filosofia OT Bold"),
  local("FilosofiaOT-Bold"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/FilosofiaOT-Bold.woff2') format("woff2"),
  url('https://42502924.fs1.hubspotusercontent-na1.net/hubfs/42502924/raw_assets/public/wpc-june-2025/fonts/FilosofiaOT-Bold.woff') format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  background-color: #ffffff;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  line-height: 159%;
  word-break: break-word;
  color: #000000;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4em;
}

p:last-child {
  margin-bottom: 0 !important;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration-line: none;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.09375em;
  transition: color 0.15s linear;
}

a:hover,
a:focus {
  text-decoration-line: underline;
}

a:focus {
  outline: 0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
  margin: 0 0 0.5em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0 !important;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4em;
  padding-left: 25px;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0 !important;
}

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.4em;
  quotes: "\201C" "\201D";
  text-align: center;
}

blockquote:last-child {
  margin-bottom: 0 !important;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

/* Horizontal rules */

hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 1.4em 0;
}

hr:first-child {
  margin-top: 0;
}

hr:last-child {
  margin-bottom: 0 !important;
}

/* Image alt text */

img,
picture {
  font-size: 9px;
  height: auto;
  max-width: 100%;
  word-break: normal;
}
button {
  font: inherit;
}

button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25em;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0 !important;
  border-color: #d0d0d0 !important;
  color: #e6e6e6 !important;
}

a.button {
  text-decoration: none;
}

/* No button */

.no-button {
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-align: left;
}

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: 0;
  color: initial;
  text-decoration: none;
  transition: none;
}
:root {
  --form-field-background: #ffffff;
  --form-field-border: 1px solid #1D462E;
  --form-field-border-color-focus: #000000;
  --form-field-color: #000000;
  --form-field-spacing: 25px;
}

/* Fields */

.hs-form-field {
  margin-bottom: var(--form-field-spacing);
  position: relative;
}

/* Labels */

form label {
  display: block;
  font-size: 14px;
  line-height: 140%;
}

.hs-form-field > label {
  margin-bottom: 5px;
}

/* Help Text */

form legend {
  font-size: 14px;
  line-height: 140%;
}

/* Inputs */

form input,
form select,
form textarea {
  font: inherit;
}

form input:not([type="checkbox"]):not([type="radio"]),
form select,
form textarea {
  background-color: var(--form-field-background);
  border-radius: 0;
  border: var(--form-field-border);
  color: var(--form-field-color);
  display: block;
  border-radius: 0;
  font-size: 18px;
  line-height: 19px;
  padding: 17px 19px 16px;
  width: 100%;
}

form input:not([type="checkbox"]):not([type="radio"]):focus,
form select:focus,
form textarea:focus {
  border-color: var(--form-field-border-color-focus);
  outline: 0;
}

form input[type="date"] {
  padding: 9px 20px;
}

form input[type="file"]::file-selector-button {
  background-color: var(--form-field-background);
  border: var(--form-field-border);
  color: var(--form-field-color);
  cursor: pointer;
  margin-right: 20px;
  padding: 10px 20px;
  text-align: center;
  text-transform: none;
}

form input[type="file"]::file-selector-button:hover,
form input[type="file"]::file-selector-button:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 5'%3E%3Cpath stroke='%23000' stroke-width='.5' d='m7.001 1-3 3.001-3.001-3' opacity='1'/%3E%3C/svg%3E");
  background-position: center right 11px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding: 17px 19px 16px;
}

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

form fieldset {
  margin: 0 -10px !important;
  max-width: none !important;
  min-width: 0;
}

form fieldset .hs-form-field {
  padding: 0 10px;
}

form fieldset.form-columns-1 .input,
form
  fieldset.form-columns-1
  .hs-input:not([type="checkbox"]):not([type="radio"]),
form fieldset.form-columns-2 .input,
form
  fieldset.form-columns-2
  .hs-input:not([type="checkbox"]):not([type="radio"]),
form fieldset.form-columns-3 .input,
form
  fieldset.form-columns-3
  .hs-input:not([type="checkbox"]):not([type="radio"]) {
  margin-right: 0 !important;
  width: 100% !important;
}

form fieldset.form-columns-2 .hs-form-field {
  width: 50% !important;
}

form fieldset.form-columns-3 .hs-form-field {
  width: 33.33% !important;
}

@media (max-width: 767px) {
  form fieldset.form-columns-2 .hs-form-field,
  form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}

/* Inputs - Checkbox/Radio */

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

form .inputs-list li {
  display: block;
  margin: 8px 0 0;
}

form .inputs-list li:first-child {
  margin-top: 0;
}

form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
}

form .inputs-list .hs-form-checkbox-display,
form .inputs-list .hs-form-radio-display,
form .inputs-list .hs-form-booleancheckbox-display {
  position: relative;
}

form .inputs-list .hs-form-booleancheckbox-display > input[type="checkbox"],
form .inputs-list .hs-form-checkbox-display > input[type="checkbox"],
form .inputs-list .hs-form-radio-display > input[type="radio"] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 2px;
}

form .inputs-list .hs-form-booleancheckbox-display > span,
form .inputs-list .hs-form-checkbox-display > span,
form .inputs-list .hs-form-radio-display > span {
  align-items: start;
  display: flex;
  font-size: 16px;
  line-height: 100%;
}

form .inputs-list .hs-form-booleancheckbox-display > span::before,
form .inputs-list .hs-form-checkbox-display > span::before,
form .inputs-list .hs-form-radio-display > span::before {
  border: 1px solid #000000;
  content: "";
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  height: 13px;
  margin-right: 8px;
  margin-top: 2px;
  width: 13px;
}

form
  .inputs-list
  .hs-form-checkbox-display
  > input[type="checkbox"]:checked
  + span::before,
form
  .inputs-list
  .hs-form-booleancheckbox-display
  > input[type="checkbox"]:checked
  + span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%231d462e' d='M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm273 177L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  border-color: #1d462e;
}

form .inputs-list .hs-form-radio-display > span::before {
  border-radius: 100%;
}

form
  .inputs-list
  .hs-form-radio-display
  > input[type="radio"]:checked
  + span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231d462e' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  border-color: #1d462e;
}

/* Inputs - Phone International */

.hs-fieldtype-intl-phone {
  display: flex;
}

.hs-fieldtype-intl-phone > select {
  flex: 0 0 150px;
}

.hs-fieldtype-intl-phone > input[type="tel"] {
  flex: 0 1 100%;
  margin-left: 20px;
}

/* Inputs - Date Picker */

.hs-dateinput {
  position: relative;
}

.fn-date-picker .pika-button,
.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
  border-radius: 0;
  min-width: auto;
}

.fn-date-picker .pika-button {
  background-color: #fff !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #1d462e !important;
}

.fn-date-picker td.is-selected .pika-button {
  background-color: #1d462e !important;
  border-radius: 0 !important;
  box-shadow: none;
  color: #fff !important;
}

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

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

/* Inputs - File Picker */

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

/* Placeholder */

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 18px;
  line-height: 19px;
  color: #000000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  line-height: 19px;
  color: #000000;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  line-height: 19px;
  color: #000000;
}

::placeholder {
  font-size: 18px;
  line-height: 19px;
  color: #000000;
}

/* Headings and Text */

.widget-type-form .form-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.25em;
  margin: 0 0 80px;
}

.widget-type-form .hs-richtext {
  margin: 0 0 var(--form-field-spacing);
  padding: 0 10px;
}

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

/* GDPR */

.legal-consent-container {
  margin-bottom: var(--form-field-spacing);
}

.legal-consent-container .hs-richtext {
  margin-bottom: 10px;
}

.legal-consent-container .field.hs-form-field {
  margin-bottom: 10px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  font-size: 16px;
  margin-left: 0 !important;
}

form {
  max-width: 839px;
  margin: 0 auto;
}

form .hs_form_event_date label {
  line-height: 0;
  color: transparent;
  visibility: hidden;
}

/* Submitted Message */

.submitted-message {
  font-size: 16px;
  line-height: 140%;
}

.submitted-message p {
  margin-bottom: 1.4em;
}

/* Validation */

.hs_error_rollup {
  display: none;
}

.hs-form-required {
  color: red;
}

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

.hs-error-msg {
  color: red;
  font-size: 14px;
  line-height: 140%;
  margin-top: 5px;
}

/* Submit button */
form .hs_submit {
  margin: 80px 0 0;
  text-align: center;
}

form .hs_submit input[type="submit"],
form .hs_submit .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.25em;
  color: #ffffff;
  background: #1d462e;
  border: 1px solid #1d462e;
  padding: 14px 20px;
  border-radius: 19.3974px 0px 0px 0px;
  max-width: 437.52px;
}

form .hs_submit input[type="submit"]:hover,
form .hs_submit input[type="submit"]:focus,
form .hs_submit .hs-button:hover,
form .hs_submit .hs-button:focus {
  background: #000000;
  border: 1px solid #000000;
}

@media (max-width: 1024px) {
  .widget-type-form .form-title {
    font-size: 22px;
    line-height: 21px;
  }

  form .hs_submit input[type="submit"],
  form .hs_submit .hs-button {
    padding: 12px 10px;
    border-radius: 13.2269px 0px 0px 0px;
    max-width: 389px;
  }

  form .hs_submit {
    margin: 1px 0 0;
  }
}

@media (max-width: 767px) {
  .widget-type-form .form-title {
    font-size: 12px;
    line-height: 11px;
    margin: 0 0 17px;
  }

  .hs-form-field {
    margin-bottom: 10px;
  }

  /* Placeholder */

  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 8px;
  }

  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 8px;
  }

  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 8px;
  }

  ::placeholder {
    font-size: 8px;
  }

  select {
    background-size: 6px auto;
    padding: 4px 32px 4px 4px;
  }

  form .inputs-list .hs-form-booleancheckbox-display > span::before,
  form .inputs-list .hs-form-checkbox-display > span::before,
  form .inputs-list .hs-form-radio-display > span::before {
    height: 5px;
    width: 5px;
  }

  form .inputs-list .hs-form-booleancheckbox-display > span,
  form .inputs-list .hs-form-checkbox-display > span,
  form .inputs-list .hs-form-radio-display > span {
    font-size: 8px;
  }

  form .hs_submit input[type="submit"],
  form .hs_submit .hs-button {
    font-size: 8px;
    line-height: 8px;
    padding: 6px 8px;
    border-radius: 6.75px 0px 0px 0px;
    max-width: 293px;
  }

  form input:not([type="checkbox"]):not([type="radio"]),
  form select,
  form textarea {
    font-size: 8px;
    padding: 4px;
    min-height: auto;
  }

  form select {
    background-size: 6px auto;
    padding: 4px 32px 4px 4px;
  }

  .hs_submit {
    margin: 0 0 0;
  }
}
/* Table */

table {
  border-collapse: collapse;
  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
*/

.main-header {
  background-color: #ffffff;
  left: 0;
  padding-bottom: 64px;
  padding-top: 64px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}

body[data-nav="true"] {
  overflow: hidden;
}

/* Header Container */

.header-container {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  justify-content: space-between;
  padding-inline: 5.1%;
}

.main-header--no-navigation .header-container {
  display: flex;
  justify-content: center;
}

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

/* Logo */

#hs_cos_wrapper_header_logo {
  max-width: 210px;
}

/* Navigation */

.header-navigation .menu_module-wrapper {
  color: #000000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 8.1%;
}

.header-navigation-right .menu_module-wrapper {
  justify-content: flex-end;
}

.header-navigation .menu_module-item {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
}

.header-navigation .menu_module-item > .menu_module-submenu {
  background-color: #1d462e;
  color: #ffffff;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 349px;
  z-index: 99;
}
/*
.header-navigation-right .menu_module-item > .menu_module-submenu {
  left: auto;
  right: 0;
}
*/

.header-navigation .menu_module-link {
  color: inherit;
  display: block;
  padding-block: 16px;
}

.header-navigation .menu_module-link:hover,
.header-navigation .menu_module-link:focus {
  color: #1d462e;
}

.header-navigation .menu_module-item-has-submenu::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 27 14'%3E%3Cpath fill='%231D462E' d='m13.5 0 13.423 13.5H.077L13.5 0Z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  bottom: -5px;
  content: none;
  display: block;
  height: 14px;
  position: absolute;
  right: -6px;
  width: 27px;
}

.header-navigation .menu_module-item:hover::before,
.header-navigation .menu_module-item:focus-within::before,
.header-navigation .menu_module-item-open::before {
  content: "";
}

.header-navigation .menu_module-item:hover .menu_module-child-toggle-icon,
.header-navigation
  .menu_module-item:focus-within
  .menu_module-child-toggle-icon,
.header-navigation .menu_module-item-open .menu_module-child-toggle-icon {
  color: #1d462e;
}

.header-navigation .menu_module-submenu {
  border-bottom-right-radius: 27px;
  padding: 13px 0;
}

.header-navigation .menu_module-submenu .menu_module-link {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 100%;
  padding: 9px 18px;
  width: 100%;
}

.header-navigation .menu_module-submenu .menu_module-link:hover,
.header-navigation .menu_module-submenu .menu_module-link:focus {
  background-color: #ffffff;
  color: #1d462e;
}

.popup_navigation-wrapper {
  background-color: #fff;
  height: 100%;
  left: 0;
  min-height: 100%;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

body[data-nav="true"] .popup_navigation-wrapper {
  opacity: 1;
  transition: opacity 0.3s ease;
  visibility: visible;
}

.popup_navigation-wrapper > .content-wrapper {
  padding: 40px;
  position: relative;
  width: 100%;
}

.popup_navigation-toggle {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #000;
  display: block;
  padding: 0;
  position: relative;
}

.popup_navigation-toggle::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}

.popup_navigation-toggle:hover,
.popup_navigation-toggle:focus {
  background-color: transparent;
  border: 0;
  color: #000;
}

.popup_navigation-toggle svg {
  display: block;
  width: auto;
}

.popup_navigation-open svg {
  height: 30px;
}

.popup_navigation-close {
  position: absolute;
  right: 40px;
  top: 20px;
}

.popup_navigation-close svg {
  height: 26px;
}

/*
body[data-nav-sticky="true"] .main-header {
  background-color: #1d462e;
  position: fixed;
}

body[data-nav-sticky="true"] .menu_module-link {
  color: #ffffff;
}

body[data-nav-sticky="true"]
  .header-navigation
  .menu_module-link[aria-expanded="true"],
body[data-nav-sticky="true"] .header-navigation .active .menu_module-link,
body[data-nav-sticky="true"] .header-navigation .menu_module-link:hover,
body[data-nav-sticky="true"] .header-navigation .menu_module-link:focus {
  color: #ffffff;
  font-weight: 450;
}

body[data-nav-sticky="true"] .menu_module-child-toggle-icon svg {
  color: #ffffff;
}

body[data-nav-sticky="true"] .main-header .main_logo {
  display: none;
}

body[data-nav-sticky="true"] .main-header .sub_logo {
  display: block;
}

body[data-nav-sticky="true"] .header-navigation .menu_module-submenu {
  border-bottom-right-radius: 27px;
  padding: 13px 0 1px;
  border: 1px solid #1d462e;
}

body[data-nav-sticky="true"]
  .header-navigation
  .menu_module-item
  > .menu_module-submenu {
  background-color: #ffffff;
  color: #1d462e;
}

body[data-nav-sticky="true"]
  .header-navigation
  .menu_module-item-has-submenu::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 27 13'%3E%3Cpath fill='%23fff' d='m13.5 0 13.423 12.86H.077L13.5 0Z'/%3E%3C/svg%3E");
  z-index: 100;
}

body[data-nav-sticky="true"]
  .header-navigation
  .menu_module-submenu
  .menu_module-link:hover,
body[data-nav-sticky="true"]
  .header-navigation
  .menu_module-submenu
  .menu_module-link:focus {
  background-color: #1d462e;
  color: #ffffff;
}

body[data-nav-sticky="true"]
  .header-navigation
  .menu_module-submenu
  .menu_module-link {
  color: #1d462e;
  font-size: 16px;
  line-height: 15px;
}

*/

@media (min-width: 1025px) {
  body[data-nav="true"] {
    overflow: auto;
  }

  body[data-nav="true"] .popup_navigation-wrapper {
    display: none;
  }
}

/* 1440px */
.main-header {
  padding-bottom: 49px;
  padding-top: 49px;
}

.header-container {
  padding-inline: 40px;
  max-width: 1320px;
  margin: 0 auto;
}

#hs_cos_wrapper_header_logo {
  max-width: 127px;
}

.header-navigation .menu_module-wrapper {
  gap: 10px 50px;
}

.header-navigation .menu_module-item {
  font-size: 16px;
  line-height: 17px;
}

.header-navigation .menu_module-link {
  padding-block: 15px;
}

.header-navigation .menu_module-child-toggle {
  padding: 0 0 0 15px;
}

.header-navigation .menu_module-submenu {
  padding: 13px 0;
}

.header-navigation .menu_module-item-has-submenu::before {
  right: 50%;
}

.header-navigation .menu_module-submenu .menu_module-link {
  font-size: 15px;
  line-height: 100%;
  padding: 9px 9px 9px 14px;
}

body[data-nav-sticky="true"]
  .header-navigation
  .menu_module-link[aria-expanded="true"],
body[data-nav-sticky="true"] .header-navigation .active .menu_module-link,
body[data-nav-sticky="true"] .header-navigation .menu_module-link:hover,
body[data-nav-sticky="true"] .header-navigation .menu_module-link:focus {
  font-weight: 400;
}

body[data-nav-sticky="true"] .header-navigation .menu_module-submenu {
  padding: 13px 0 1px;
}

body[data-nav-sticky="true"]
  .header-navigation
  .menu_module-submenu
  .menu_module-link {
  font-size: 15px;
  line-height: 100%;
  padding: 9px 8px 9px 13px;
}

body #sticky-header-trigger {
  margin-bottom: 0 !important;
}

.btn_fixed {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 9999;
}

.btn_fixed .button {
  font-size: 18px;
}

/* END 1440px */

.header-navigation-right .menu_module-wrapper li:last-child a {
  color: #ffffff;
  background: #1d462e;
  border-radius: 16px 0px 0px 0px;
  padding: 10px;
  min-width: auto;
}

.header-navigation-right .menu_module-wrapper li:last-child a:hover,
.header-navigation-right .menu_module-wrapper li:last-child a:focus {
  background: #000000;
}

@media (min-width: 1025px) {
  .popup_navigation-open {
    display: none;
  }
}

.main-header {
  padding-bottom: 130px;
}

@media (max-width: 1610px) {
  .btn_fixed {
    right: 2%;
    bottom: 10%;
  }
}

@media (max-width: 1207px) {
  .header-navigation .menu_module-wrapper {
    gap: 10px 30px;
  }
}

@media (max-width: 1087px) {
  .header-navigation .menu_module-item {
    font-size: 14px;
    line-height: 15px;
  }
}

@media (max-width: 1047px) {
  #hs_cos_wrapper_header_logo {
    max-width: 87px;
  }

  .header-navigation .menu_module-wrapper {
    gap: 10px 20px;
  }
}

@media (max-width: 1024px) {
  .main-header {
    padding-bottom: 45px;
  }

  .btn_fixed {
    bottom: 3%;
  }

  .btn_fixed .button {
    font-size: 12px;
    padding: 5px 10px;
  }
}

@media (max-width: 991px) {
  .btn_fixed {
    right: 3%;
    bottom: 8%;
  }
}

@media (max-width: 767px) {
  .main-header {
    padding-bottom: 16px;
  }

  .btn_fixed {
    right: 3%;
    bottom: 4%;
  }

  .btn_fixed .button {
    font-size: 8px;
    line-height: 100%;
  }
}

@media (max-width: 375px) {
  .btn_fixed {
    right: 2%;
    bottom: 1.5%;
  }

  .btn_fixed .button {
    font-size: 6px;
  }
}
.main_footer {
  position: relative;
  background: #000000;
  padding: 72px 0 77px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: 0.25em;
  color: #ffffff;
}

.main_footer a {
  color: #ffffff;
}

.main_footer-body {
  position: relative;
  max-width: 1437px;
  margin: 0 auto 61px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.main_footer-logo {
  flex: 0 1 186.1px;
  max-width: 186.1px;
}

.main_footer-form {
  flex: 0 1 562.29px;
  padding: 5px 0 0 21.01px;
}

.main_footer-form .form-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 0 0 26px;
}

.main_footer-form form {
  position: relative;
}

.main_footer-form form .hs_email > label:first-of-type {
  display: none;
}

.main_footer-form form input[name="email"] {
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: 0.25em;
  color: #000000;
  background: #ffffff;
  padding: 15px 30px 16px;
  max-width: 302.16px;
}

.main_footer-form form input[name="email"]::placeholder {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: 0.25em;
  color: #000000;
}

.main_footer-form form .hs_submit {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.main_footer-form form .hs_submit .hs-button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: 0.25em;
  color: #ffffff;
  background: #1d462e;
  border-color: #1d462e;
  border-radius: 0px 27px 0px 0px;
  padding: 16px 20px 17px;
  min-width: 228.12px;
}

.main_footer-form form .hs_submit .hs-button:hover,
.main_footer-form form .hs_submit .hs-button:focus {
  color: #1d462e;
  background: #ffffff;
  border-color: #ffffff;
}

.main_footer-social-menu {
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-end;
  gap: 44px;
  padding-top: 5px;
}

.main_footer-social-links {
  flex: 0 0 auto;
  display: flex;
  flex-flow: column nowrap;
  gap: 26px;
}

.main_footer-social-links h1,
.main_footer-social-links h2,
.main_footer-social-links h3,
.main_footer-social-links h4,
.main_footer-social-links h5,
.main_footer-social-links h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: 0.25em;
}

.main_footer-social-links .social_links-link,
.main_footer-social-links .social_links {
  margin: 0;
}

.main_footer-social-links .social_links {
  display: flex;
  gap: 20px;
}

.main_footer-social-links .social_links-icon {
  height: 25px;
  width: 25px;
}

.main_footer-social-links .social_links-icon svg {
  height: 25px;
}

.main_footer-menu {
  flex: 0 1 auto;
}

.main_footer-menu ul {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.25em;
  gap: 10px;
}

.main_footer-menu ul a {
  position: relative;
}

.main_footer-menu ul a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  border-bottom: 1px solid;
  transition: width 0.3s ease-in-out;
}

.main_footer-menu ul a:hover,
.main_footer-menu ul a:focus {
  color: #ffffff;
  text-decoration: none;
}

.main_footer-menu ul .active a::after,
.main_footer-menu ul a:hover::after,
.main_footer-menu ul a:focus::after {
  width: 100%;
}

.main_footer-links {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 40px;
}

.main_footer-links ul {
  gap: 31px;
  justify-content: center;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 0.25em;
}

.main_footer-links ul a {
  position: relative;
}

.main_footer-links ul a:before {
  content: "|";
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  margin: auto 0;
}

.main_footer-links ul li:last-child a::before {
  display: none;
}

.main_footer-links ul a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid;
  transition: width 0.3s ease-in-out;
  margin: 0 auto;
}

.main_footer-links ul a:hover,
.main_footer-links ul a:focus {
  color: #ffffff;
  text-decoration: none;
}

.main_footer-links ul .active a::after,
.main_footer-links ul a:hover::after,
.main_footer-links ul a:focus::after {
  width: 100%;
}

/* 1440px */
@media (min-width: 1025px) {
  .main_footer {
    padding: 54px 0 58px;
    font-size: 12px;
    line-height: 11px;
  }

  .main_footer-body {
    max-width: 1156px;
    margin: 0 auto 45.73px;
    padding: 0 40px;
    gap: 40px;
  }

  .main_footer-logo {
    flex: 0 1 173px;
    max-width: 173px;
  }

  .main_footer-logo .main_logo {
    max-width: 140px !important;
    margin: 0 0 0 auto;
  }

  .main_footer-form {
    flex: 0 1 420.75px;
    padding: 3.75px 0 0 15px;
  }

  .main_footer-form .form-title {
    font-size: 16px;
    line-height: 15px;
    margin: 0 0 19.49px;
  }

  .main_footer-form form input[name="email"] {
    font-size: 14.9922px;
    line-height: 16px;
    padding: 10.99px 22px 9.48px;
    max-width: 226.5px;
  }

  .main_footer-form form input[name="email"]::placeholder {
    font-size: 14.9922px;
    line-height: 16px;
  }

  .main_footer-form form .hs_submit {
    position: absolute;
    top: 0;
    right: 0;
  }

  .main_footer-form form .hs_submit .hs-button {
    font-size: 14.9922px;
    line-height: 14px;
    border-radius: 0px 20.2395px 0px 0px;
    padding: 10.24px 20px 11.99px;
    min-width: 171px;
  }

  .main_footer-social-menu {
    gap: 36px;
    padding-top: 3.75px;
  }

  .main_footer-social-links {
    gap: 19.23px;
  }

  .main_footer-social-links h1,
  .main_footer-social-links h2,
  .main_footer-social-links h3,
  .main_footer-social-links h4,
  .main_footer-social-links h5,
  .main_footer-social-links h6 {
    font-size: 16px;
    line-height: 15px;
  }

  .main_footer-social-links .social_links {
    gap: 15px;
  }

  .main_footer-social-links .social_links-icon {
    height: 18.74px;
    width: 18.74px;
  }

  .main_footer-social-links .social_links-icon svg {
    height: 18.74px;
  }

  .main_footer-menu ul {
    font-size: 16px;
    line-height: 15px;
  }

  .main_footer-links {
    max-width: 1370px;
    padding: 0 40px;
  }

  .main_footer-links ul {
    gap: 23px;
    font-size: 12px;
    line-height: 11px;
  }

  .main_footer-links ul a:before {
    right: -12px;
  }
}

@media (max-width: 1255px) and (min-width: 1025px) {
  .main_footer-body {
    flex-flow: row wrap;
    justify-content: center;
  }
}
/* Logo */

.hs_cos_wrapper_type_logo,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_logo a {
  display: inline-block;
  vertical-align: top;
}

/* 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 ul {
  flex-direction: row;
}

/* 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,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:focus-within
  > .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,
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:focus-within
  > .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%;
}

/* Images */

.hs_cos_wrapper_type_linked_image,
.hs-image-widget {
  display: inline-block;
  vertical-align: top;
}

/* Default Banner */

body .hero_banner {
  min-height: 472px;
}

@media (max-width: 1440px) {
  body .hero_banner {
    min-height: 471px;
  }
}

@media (max-width: 1024px) {
  body .hero_banner {
    min-height: 387px;
  }
}

@media (max-width: 767px) {
  body .hero_banner {
    min-height: 213px;
  }
}
@media (max-width: 1024px) {
  .main-header {
    padding-bottom: 47px;
    padding-top: 47px;
  }

  .header-container {
    display: flex;
    gap: 45px;
    padding-inline: 45px;
  }

  #hs_cos_wrapper_header_logo {
    max-width: 141px;
  }

  .header-navigation-left,
  #hs_cos_wrapper_header_nav_right {
    display: none;
  }

  /* POPUP */

  .popup_navigation-close {
    position: absolute;
    top: 78px;
    left: 51px;
    width: 22px;
    height: 22px;
    color: #1d462e !important;
  }

  .popup_navigation-contain {
    position: relative;
    padding: 20px;
  }

  .popup_navigation-contain::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0.7;
    border-top: 1px solid #1d462e;
  }

  .popup_navigation-contain::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - (20px + 20px));
    opacity: 0.7;
    border-right: 1px solid #1d462e;
    border-left: 1px solid #1d462e;
    z-index: -1;
    max-height: 822px;
    height: 100%;
  }

  .popup_navigation-logo {
    max-width: 143px;
    margin: 0 auto;
    padding: 53px 0 38.33px;
  }

  .popup_navigation-menu {
    position: relative;
    text-align: center;
  }

  .popup_navigation-menu .menu_module-item {
    justify-content: center;
  }

  .popup_navigation-menu ul {
    text-transform: uppercase;
  }

  .popup_navigation-menu ul li {
    font-weight: 400;
    font-size: 46px;
    line-height: 170%;
  }

  .popup_navigation-menu ul li .menu_module-link {
    color: #000000;
  }

  .popup_navigation-menu ul li.menu_module-item-open {
    font-weight: 500;
  }

  .popup_navigation-menu ul li.menu_module-item-open .menu_module-link {
    color: #1d462e;
  }

  .popup_navigation-menu ul ul {
    padding-block: 7.15px 12px;
  }

  .popup_navigation-menu ul li.menu_module-item-open ul li,
  .popup_navigation-menu ul ul li {
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0.25em;
    margin-bottom: 18px;
  }

  .popup_navigation-menu ul ul li:last-child {
    margin-bottom: 0;
  }

  .popup_navigation-menu ul ul li .menu_module-link {
    color: #1d462e;
  }

  .popup_navigation-menu ul ul li .menu_module-link:hover,
  .popup_navigation-menu ul ul li .menu_module-link:focus,
  .popup_navigation-menu ul ul li.active .menu_module-link {
    color: #000000;
  }

  .popup_navigation-buttons .button_group {
    justify-content: center;
    padding: 30px 0 46.62px;
  }

  .popup_navigation-buttons .button_group .button {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.25em;
    padding: 10px 20px;
    border-radius: 13.2269px 0px 0px 0px;
    min-width: 383px;
  }

  .popup_navigation-links {
    position: relative;
    padding: 47px 30px 52px;
  }

  .popup_navigation-links::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0.7;
    border-top: 1px solid #1d462e;
  }

  .popup_navigation-links::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    left: -20px;
    width: calc(100% + (20px + 20px));
    opacity: 0.7;
    border-top: 1px solid #1d462e;
  }

  .popup_navigation-links ul {
    font-weight: 400;
    text-transform: uppercase;
    justify-content: center;
    gap: 10px 15px;
  }

  .popup_navigation-links ul li {
    font-size: 12px;
    line-height: 175%;
    letter-spacing: 0.15em;
  }

  .popup_navigation-links ul li a {
    color: #000000;
  }

  .popup_navigation-links ul li a:hover,
  .popup_navigation-links ul li a:focus,
  .popup_navigation-links ul li.active a {
    text-decoration: none;
    color: #1d462e;
  }

  /* END POPUP */

  .main_footer {
    padding: 41.7px 0 41.45px;
    font-size: 10px;
    line-height: 100%;
  }

  .main_footer-body {
    margin: 0 auto 43.47px;
    flex-flow: column nowrap;
    gap: 0;
  }

  .main_footer-logo {
    flex: 0 1 auto;
    max-width: 68.04px;
    margin: 0 auto 26.46px;
  }

  .main_footer-form {
    flex: 0 1 auto;
    padding: 0;
    max-width: 255.63px;
    width: 100%;
    margin: 0 auto 42.89px;
  }

  .main_footer-form .form-title {
    font-size: 10px;
    line-height: 100%;
    margin: 0 0 12.29px;
  }

  .main_footer-form form .hs_email {
    margin: 0;
  }

  .main_footer-form form input[name="email"] {
    font-size: 10px;
    line-height: 100%;
    padding: 6.41px 5.27px 5.11px;
    max-width: 142.7px;
    min-height: 25.52px;
  }

  .main_footer-form form input[name="email"]::placeholder {
    font-size: 10px;
    line-height: 100%;
  }

  .main_footer-form form .hs_submit .hs-button {
    font-size: 10px;
    line-height: 100%;
    border-radius: 0px 12.758px 0px 0px;
    padding: 6.41px 10px 6.24px;
    min-width: 107.73px;
    min-height: 25.52px;
  }

  .main_footer-form form .hs-error-msg {
    font-size: 8px;
  }

  .main_footer-social-menu {
    flex: 0 1 auto;
    justify-content: center;
    flex-flow: row wrap;
    gap: 17.92px;
    padding-top: 0;
  }

  .main_footer-social-links {
    flex: 0 0 auto;
    flex-flow: row nowrap;
    gap: 20.71px;
  }

  .main_footer-social-links h1,
  .main_footer-social-links h2,
  .main_footer-social-links h3,
  .main_footer-social-links h4,
  .main_footer-social-links h5,
  .main_footer-social-links h6 {
    font-size: 10px;
    line-height: 100%;
  }

  .main_footer-social-links .social_links {
    gap: 10px;
  }

  .main_footer-social-links .social_links-icon {
    height: 13px;
    width: 13px;
  }

  .main_footer-social-links .social_links-icon svg {
    height: 13px;
  }

  .main_footer-menu {
    flex: 0 1 100%;
  }

  .main_footer-menu ul {
    font-size: 10px;
    line-height: 100%;
    gap: 30px;
    flex-flow: row nowrap !important;
    justify-content: center;
    width: 100%;
  }

  .main_footer-menu ul a:after {
    right: 0;
    margin: 0 auto;
  }

  .main_footer-links ul {
    gap: 16px;
    justify-content: center;
    font-size: 7px;
    line-height: 100%;
    letter-spacing: 0.25em;
  }
  .main_footer-links ul a:before {
    right: -8px;
  }

  .main_footer-links ul a:after {
    bottom: -3px;
  }

  body[data-nav-sticky="true"] .main-header {
    padding-bottom: 47px;
    padding-top: 47px;
  }

  body[data-nav-sticky="true"] .popup_navigation-toggle {
    color: #ffffff;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .popup_navigation-menu .menu_module-child-toggle {
    position: relative;
    padding: 0;
  }

  .popup_navigation-menu ul .menu_module-child-toggle-icon {
    position: absolute;
    top: 0;
    right: -32px;
    bottom: 0;
    margin: auto 0;
  }

  .popup_navigation-menu ul .menu_module-child-toggle-icon svg {
    color: #1d462e;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding: 0 30px;
  }

  .dnd-section:not([class*="force-full-width-section"]) > .row-fluid,
  .dnd-section:not([class*="force-full-width-section"])
    .dnd-module.widget-span {
    padding: 0 15px;
  }

  .main-header {
    padding-bottom: 17px;
    padding-top: 17px;
  }

  .header-container {
    gap: 24px;
    padding-inline: 24px;
  }

  #hs_cos_wrapper_header_logo {
    max-width: 55px;
  }

  .popup_navigation-open svg {
    height: 11px;
  }

  /* POPUP */

  .popup_navigation-close {
    top: 36px;
    left: 24px;
  }

  .popup_navigation-contain {
    padding: 108px 20px 35px;
    display: flex;
    flex-flow: column nowrap;
  }

  .popup_navigation-contain::before {
    display: none;
  }

  .popup_navigation-contain::after {
    display: none;
  }

  .popup_navigation-logo {
    order: 1;
    max-width: 141px;
    margin: 0;
    padding: 0 0 30px;
  }

  .popup_navigation-menu {
    order: 2;
    text-align: left;
  }

  .popup_navigation-menu .menu_module-item {
    justify-content: flex-start;
  }

  .popup_navigation-menu ul li {
    font-size: 25px;
    line-height: 170%;
  }

  .popup_navigation-menu .menu_module-child-toggle {
    padding: 0 0 0 36px;
  }

  .popup_navigation-menu ul ul {
    padding: 10px 0px 2px 25px;
  }

  .popup_navigation-buttons {
    order: 4;
  }

  .popup_navigation-buttons .button_group {
    justify-content: flex-start;
    padding: 0;
  }

  .popup_navigation-links {
    order: 3;
    padding: 30px 0px;
  }

  .popup_navigation-links::before {
    display: none;
  }

  .popup_navigation-links::after {
    display: none;
  }

  .popup_navigation-links ul li {
    flex: 0 1 100%;
    font-size: 14px;
    line-height: 175%;
  }

  /* END POPUP */

  .main_footer {
    padding: 19px 0 19.5px;
    font-size: 5px;
    line-height: 100%;
  }

  .main_footer-body {
    margin: 0 auto 23px;
    padding: 0 22px;
  }

  .main_footer-logo {
    max-width: 36px;
    margin: 0 auto 14px;
  }

  .main_footer-form {
    max-width: 135.25px;
    margin: 0 auto 22.75px;
  }

  .main_footer-form .form-title {
    font-size: 5px;
    line-height: 100%;
    margin: 0 0 6.5px;
  }

  .main_footer-form form input[name="email"] {
    font-size: 5px;
    line-height: 100%;
    padding: 3px 6.5px 3.5px;
    max-width: 75.5px;
    min-height: 13.5px;
  }

  .main_footer-form form input[name="email"]::placeholder {
    font-size: 5px;
    line-height: 100%;
  }

  .main_footer-form form .hs_submit .hs-button {
    font-size: 5px;
    line-height: 100%;
    border-radius: 0px 6.75px 0px 0px;
    padding: 2.75px 5px 4px;
    min-width: 57px;
    min-height: 13.5px;
  }

  .main_footer-form form .hs-error-msg {
    font-size: 4px;
  }

  .main_footer-social-menu {
    flex: 0 1 auto;
    justify-content: center;
    flex-flow: row wrap;
    gap: 17.92px;
    padding-top: 0;
  }

  .main_footer-social-links {
    gap: 11px;
  }

  .main_footer-social-links h1,
  .main_footer-social-links h2,
  .main_footer-social-links h3,
  .main_footer-social-links h4,
  .main_footer-social-links h5,
  .main_footer-social-links h6 {
    font-size: 5px;
    line-height: 100%;
  }

  .main_footer-social-links .social_links {
    gap: 6px;
  }

  .main_footer-social-links .social_links-icon {
    height: 7px;
    width: 7px;
  }

  .main_footer-social-links .social_links-icon svg {
    height: 7px;
  }

  .main_footer-menu ul {
    font-size: 5px;
    line-height: 100%;
    gap: 15px;
  }

  .main_footer-links {
    padding: 0 22px;
  }

  .main_footer-links ul {
    gap: 8px;
    font-size: 3.75px;
  }

  .main_footer-links ul a:before {
    right: -4px;
  }

  body[data-nav-sticky="true"] .main-header {
    padding-bottom: 17px;
    padding-top: 17px;
  }

  .popup_navigation-buttons .button_group {
    margin-top: 20px;
  }

  .popup_navigation-buttons .button_group .button {
    font-size: 11.25px;
    line-height: 11px;
    padding: 8.44px 20px 9px;
    border-radius: 15.1875px 0px 0px 0px;
    min-width: auto;
    max-width: 299.81px;
    width: 100%;
  }
}

@media (max-width: 340px) {
  .popup_navigation-buttons .button_group .button {
    min-width: auto;
    width: 100%;
  }
}

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