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

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

body {
  padding-top: 60px;
}

@media (min-width: 1024px) {
  body {
    padding-top: 153px;
  }
}

/* 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 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px;
}

.dnd-section > .row-fluid {
  max-width: 1280px;
  margin: 0 auto;
}

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

@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 {
  line-height: inherit;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

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

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* 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;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  width: 0.1px !important;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

form .hs-upload_file label {
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form .hs-upload_file label * {
  pointer-events: none;
}

form .hs_upload_file {
  width: 100% !important;
}

.hs_upload_file.hs-upload_file.hs-fieldtype-file.field.hs-form-field {
  margin-right: 8px;
}

/* Inputs - textarea */

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


/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

#main-content form.hs-form fieldset {
  max-width: 100%;
}

#main-content form.hs-form label {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #002643;
}

#main-content form.hs-form input[type=email], form.hs-form input[type=number], form.hs-form input[type=password], form.hs-form input[type=tel], form.hs-form input[type=text], form.hs-form select, form textarea {
  border: 1px solid #000000;
  border-radius: 0px;
}

#main-content form.hs-form fieldset.form-columns-2 {
  display: flex;
  column-gap: 25px;
}

#main-content form.hs-form fieldset.form-columns-2 .input {
  margin-right: 0px;
}

#main-content form.hs-form input[type=submit] {
  outline: none;
  background: #FFFFFF;
  border: 3px solid #002643;
  border-radius: 4px;
  padding: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 135.2%;
  text-align: center;
  color: #002643;
  transition: all .15s linear
}

#main-content form.hs-form input[type=submit]:hover {
  background: #002643;
  color: #fff
}

#main-content form.hs-form .actions {
  margin-top: 45px;
  text-align: center;
}

footer form.hs-form input[type=submit]:hover {
  color: #fff;
}
/* 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
*/

/* Header */
.header {
  z-index: 100;
}

/* Header container */
.header__container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 25px;
  grid-template-rows: auto 1fr;
  overflow-x: visible;
}

/*
.header__container.open {
overflow-x: scroll;
}
*/

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

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

/* Navigation */
.header__navigation {
  height: 0;
  display: block;
  grid-template-rows: 1fr 100px;
  grid-column: 1 / -1;
}

.header__navigation > div {
  align-self: center;
}

@media (min-width: 1024px) {
  /* Header */
  .header {
    overflow: visible;
  }

  .header__navigation--toggle {
    display: none;
  }

  /* Header container */
  .header__container {
    grid-template-columns: 200px 1fr;
    grid-template-rows: unset;
  }

  /* Navigation */
  .header__navigation {
    display: grid;
    height: auto;
    grid-template-rows: unset;
    grid-column: unset;
    grid-template-columns: 1fr auto;
  }

}

.header__container .header__logo {
  max-width: 485px;
}

.header__content {
  display: flex;
  flex-direction: column; 
}

.search__bar-visible {
  display: block;
}

.header__content .header__search {
  margin-top: 15px;
}

.menu__item:hover .menu__submenu, .menu__item .menu__submenu:hover {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .menu__item .menu__child-toggle {
    display: none;
  }
}

.menu__submenu {
  background-color: white;
}

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

.menu__submenu .menu__item .menu__link {
  padding: 0; 
  margin-bottom: 12px;
}

/* Header */
.header {
  z-index: 100;
}

.header-top__bar {
  background-color: #fff;
}

/* Header container */
.header__container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 25px 25px;
  grid-template-rows: auto 1fr;
  overflow-y: visible;
  column-gap: 14px;
}

.header__container.open {
  overflow-y: scroll;
}

/* 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 */
.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 372px;
  overflow: hidden;
}

.header__logo a {
  display: flex;
}

.header__logo img {
  max-width: 100%;
}

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

/* Navigation */
.header__navigation {
  display: flex;
  flex-wrap: wrap;
  justify-self: flex-end;
  column-gap: 22px;
}

.header__navigation > div {
  align-self: center;
}

.header__navigation--toggle {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Crect width='24' height='2.18232' rx='1.09116' fill='white'/%3E%3Crect y='6.08643' width='24' height='2.60776' rx='1.30388' fill='white'/%3E%3Crect y='13.0424' width='24' height='2.18232' rx='1.09116' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  align-self: center;
  height: 16px;
  width: 24px;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
}

.header__container.open .header__navigation--toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_41_329)'%3E%3Cpath d='M15.84 14.49L10.16 8.33002L15.51 2.52002C16.07 1.91002 16.03 0.960025 15.42 0.400025C14.81 -0.159975 13.86 -0.119975 13.3 0.490025L8.10999 6.12002L2.92999 0.480025C2.36999 -0.129975 1.41999 -0.159975 0.809986 0.400025C0.199986 0.960025 0.159986 1.91002 0.719986 2.52002L6.06999 8.33002L0.399986 14.49C-0.160014 15.1 -0.120014 16.05 0.489986 16.61C0.779986 16.88 1.13999 17.01 1.50999 17.01C1.90999 17.01 2.31999 16.85 2.60999 16.53L8.12999 10.55L13.65 16.53C13.95 16.85 14.35 17.01 14.75 17.01C15.11 17.01 15.48 16.88 15.77 16.61C16.38 16.05 16.42 15.1 15.86 14.49H15.84Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_41_329'%3E%3Crect width='16.24' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

@media (min-width: 1024px) {
  .header__navigation--toggle {
    display: none;
  }

  /* Header container */
  .header__container {
    grid-template-columns: 372px 1fr;
    grid-template-rows: unset;
  }

  /* Navigation */
  .header__navigation {
    height: auto;
    grid-template-rows: unset;
    grid-column: unset;
    grid-template-columns: 1fr auto;
  }

}

@media (max-width: 1024px) {
  .header__container .header__navigation {
    width: 100%;
    position: absolute;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 57px;
    overflow: scroll;
    z-index: 99;
    display: block;
    padding-left: 0px;
  }

  .menu__module {
    overflow: visible !important; 
  }

  .menu__wrapper {
    align-items: flex-start !important;
    text-align: left !important;
    padding: 0px 22px!important
  }

  .menu__item {
    padding: 15px 0 !important;
  }

  .menu__item .menu__link {
    padding: 0;
  }

  .menu__submenu {
    min-width: 100%;
    width: auto!important;
    margin-left: 0 !important;
    padding: 0 15px !important;
  }

  .menu__wrapper > .menu__item.menu__item--has-submenu {
    width: 100%;
    position: relative;
  }

  .header__container .header__logo {
    max-width: 198px;
    width: 100%;
  }

  .menu__item.menu__item--depth-1 > .menu__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #002643;
  }


  .menu__wrapper .menu__item--depth-1 {
    border-bottom: .5px solid #002643;
    border-top: none;
  }

  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_41_243)'%3E%3Cpath d='M9.67974 0.261936L6.07522 4.47699C5.77691 4.82624 5.22381 4.82624 4.9255 4.47699L1.32098 0.261936C1.17804 0.0963441 0.969851 0 0.746122 0C0.115331 0 -0.229584 0.713548 0.17437 1.18323L4.9255 6.74108C5.22381 7.09032 5.77691 7.09032 6.07522 6.74108L10.8263 1.18323C11.2303 0.713548 10.8823 0 10.2515 0C10.0309 0 9.81957 0.0963441 9.67663 0.261936H9.67974Z' fill='%236D6E71'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_41_243'%3E%3Crect width='11' height='7' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: 15px;
    width: 11px;
    height: 7px;
    margin-top: -4px;
  }

  .menu__child-toggle--open .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_41_294)'%3E%3Cpath d='M1.32026 6.73806L4.92478 2.52301C5.22309 2.17376 5.77619 2.17376 6.0745 2.52301L9.67902 6.73806C9.82196 6.90366 10.0301 7 10.2539 7C10.8847 7 11.2296 6.28645 10.8256 5.81677L6.0745 0.258924C5.7762 -0.090323 5.22309 -0.090323 4.92478 0.258924L0.173653 5.81677C-0.230302 6.28645 0.11772 7 0.748511 7C0.969132 7 1.18043 6.90366 1.32337 6.73806L1.32026 6.73806Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_41_294'%3E%3Crect width='11' height='7' fill='white' transform='translate(11 7) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 11px;
    height: 7px;
    background-size: initial;
  }

  .header-icons__mobile {
    padding: 32px 22px;
  }

  .mobile-icons__title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #002643;
    margin-bottom: 10px;
  }

  .header-icons__wrapper {
    display: inline-flex;
    column-gap: 12px;
  }

  .header__search--toggle {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.824 19.8022L15.2717 14.336C16.523 12.9016 17.2268 11.0795 17.2268 9.06363C17.2268 4.64414 13.5513 1 9.09384 1C4.59726 1 1 4.64414 1 9.06363C1 13.5219 4.63636 17.1273 9.09384 17.1273C11.088 17.1273 12.9257 16.4294 14.3724 15.1889L19.8856 20.6939C20.042 20.8102 20.1984 20.8489 20.3939 20.8489C20.5503 20.8489 20.7067 20.8102 20.824 20.6939C21.0587 20.4613 21.0587 20.0348 20.824 19.8022ZM9.13294 15.8867C5.30108 15.8867 2.25122 12.8241 2.25122 9.06363C2.25122 5.30319 5.30108 2.24056 9.13294 2.24056C12.9257 2.24056 16.0147 5.30319 16.0147 9.06363C16.0147 12.8628 12.9257 15.8867 9.13294 15.8867Z' fill='white' stroke='white'/%3E%3C/svg%3E");
    background-size: contain;
    align-self: center;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
  }

}
/* Footer container */
.footer__container {
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
}

/* Logo */
.footer__logo {
  max-width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-bottom: 50px;
  overflow: hidden;
}

.footer__logo a {
  display: flex;
}

.footer__logo img {
  max-width: 100%;
}

.footer__logo .logo-company-name {
  font-size: 1.167rem;
}

/* secondary menu */
.secondary-nav-menu {
  margin-bottom: 50px;
}

.secondary-nav-menu .hs-menu-wrapper ul {
  flex-direction: column;
}

.secondary-nav-menu li.hs-menu-item a {
  font-size: 80%;
}

/* footer nav menu */
.footer-nav-menu {
  margin-bottom: 50px;
}

.footer-nav-menu .hs-menu-wrapper ul {
  flex-direction: column;
}

.footer-nav-menu li.hs-menu-item {
  padding: 10px 0;
}

.footer-nav-menu .hs-menu-item.hs-menu-depth-1>a {
  font-weight: 700;
}

footer a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

footer .legal-links__wrapper a {
  font-weight: 500;
}

.footer-newsletter__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 150px;
}

footer h3 {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: #FFFFFF;
}

footer form input[type=email] {
  font-family: 'Gotham';
  background: #FFFFFF;
  border: 1px solid #000000;
  outline: none;
  border-radius: 0px;
  padding-left: 15px;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}

footer form input[type=submit] {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #002643;

  background: #FFFFFF;
  border-radius: 8px;
  padding: 12px 47px;
}

footer .footer-menu__title {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;

  color: #FFFFFF;
  margin-bottom: 20px;
}

footer .footer-menus__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__right {
  display: flex;
  flex-direction: column;
}

.footer-legal__links {
  margin-top: auto;
}

.legal-links__wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 27px;
}

.footer__newsletter.footer__left {
  position: relative;
}

.footer-social__wrapper {
  margin-top: 24px;
}

@media (min-width: 1085px) {
  .footer-social__wrapper {
    margin-top: 0px;
  }

  .footer-social__wrapper .social-links {
    position: absolute;
    bottom: 31%;
    left: 40%;
  }

}

footer #hs_cos_wrapper_module_1675086272549119 .social-links__icon svg {
  fill: #002643;
  height: 37px;
  width: 37px;
  padding: 10px;
}

/* copyright */
.copyright {
  margin-top: 50px;
}

.show--mobile {
  display: none;
}

.copyright span {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

.show--desktop {
  display: block;
}

@media (max-width: 768px) {
  footer h3, footer .footer-menu__title {
    font-size: 18px;
  }

  .footer-newsletter__wrapper {
    grid-template-columns: 1fr
  }

  .show--mobile {
    display: block;
  }

  .show--desktop {
    display: none;
  }

  .footer__right {
    margin-top: 36px;
  }

  footer a {
    font-size: 12px;
  }

  footer .legal-links__wrapper a {
    font-size: 10px;
  }

  .copyright.show--mobile span {
    font-size: 10px;
  }

  .footer__link {
    margin-bottom: 12px;
  }

  .copyright {
    margin-top: 12px;
  }

  .footer-legal__links {
    margin-top: 20px;
  }

  footer form input[type=submit] {
    padding: 15px 26px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width: 1280px) {
  .footer__container {
    padding: 3rem 1rem;
  }

  .footer__navigation-wrap {
    display: flex;
    justify-content: space-between;
  }

  .secondary-nav-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .secondary-nav-menu .hs-menu-wrapper ul {
    display: block;
  }

  .footer-nav-menu {
    margin: 0 20px;
  }

  .footer-nav-menu .hs-menu-wrapper ul:not(.hs-menu-children-wrapper) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    justify-items: center;
  }

  .social-copyright {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media(min-width: 1440px) {
  .footer__container {
    padding: 4rem 0;
  }
}
/* 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%;
}

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