/* Theme base styles */

:root {

	/* Spacing */

	--container-width: 1180px;
	--container-width-narrow: 944px;
	--vertical-spacing: 12rem;
	--gap: 2rem;
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 2);
	--gap-lg: calc(var(--gap) * 4);

	/* Colors */

	--base-color: #060617; 
	--primary-color: #E41526; 
	--primary-color-hover: #BC000F; 
	--secondary-color: #C3AC6D; 
	--secondary-color-hover: #9E8B58;
	--secondary-color-light: #F5D889;

	--light-gray: #F6F6F6; 
	--light-gray-2: #B8B8B8; 
	--light-gray-3: #DADADA;  /* form borders, form placeholders, table borders, table header, table footer, dividers */
	--medium-gray: #939393;  
	--medium-gray-2: #858585; 
	--dark-gray: #7A7A7A; 
	--dark-gray-2: #676767; 
	--black: #060617; 
	--white: #fff;

	
	--accent-color: #C3AC6D; 
	--text-accent-color: #C3AC6D; 
	--white-text-accent-color: #F5D889; 

	/* Typography */

	--base-font-size: 1.6rem;
	--base-line-height: 1.5;
	--primary-font-family: 'Raleway', sans-serif;
	--secondary-font-family: 'Montserrat', sans-serif;

	/* Other */
	--box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06);
	--drop-shadow: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.06));

}

/* Generic */

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/*! 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 */
  scroll-behavior: smooth;
}

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

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

.content-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.content-wrapper--narrow {
  max-width: var(--container-width-narrow);
  margin: 0 auto;
}

section,
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: calc(var(--vertical-spacing) / 2.5) 2rem;
}

section .content-wrapper {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: var(--container-width);
  margin: 0 auto;
}

.dnd-section .row-module {
  margin: 0 calc(var(--gap) * -1);
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  position: relative;
}

.dnd-section > .row-fluid .hs-private {
  width: 100%; /* for the dnd add module here placeholder */
}

@media (min-width: 768px) {
  .dnd-section .row-fluid {
    -webkit-column-gap: var(--gap);
       -moz-column-gap: var(--gap);
            column-gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .dnd-section [class*='span'] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  
    .dnd-section .span0 {
      flex-basis: 0.0%;
    }
  
    .dnd-section .span1 {
      flex-basis: 8.333333333333332%;
    }
  
    .dnd-section .span2 {
      flex-basis: 16.666666666666664%;
    }
  
    .dnd-section .span3 {
      flex-basis: 25.0%;
    }
  
    .dnd-section .span4 {
      flex-basis: 33.33333333333333%;
    }
  
    .dnd-section .span5 {
      flex-basis: 41.66666666666667%;
    }
  
    .dnd-section .span6 {
      flex-basis: 50.0%;
    }
  
    .dnd-section .span7 {
      flex-basis: 58.333333333333336%;
    }
  
    .dnd-section .span8 {
      flex-basis: 66.66666666666666%;
    }
  
    .dnd-section .span9 {
      flex-basis: 75.0%;
    }
  
    .dnd-section .span10 {
      flex-basis: 83.33333333333334%;
    }
  
    .dnd-section .span11 {
      flex-basis: 91.66666666666666%;
    }
  
    .dnd-section .span12 {
      flex-basis: 100.0%;
    }
  
}

@media (min-width: 1200px) {
  section,
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--vertical-spacing) 0;
  }
  
  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Visibilty classes */

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  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;
  }
}


/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Flexbox */
.flex,
.flex-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0
}

.flexInline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

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

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flex-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.flex-end {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end
}

.flex-self {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.flex-space {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:767px) {
  .flex:not(.flex-row) {
    flex-direction: column;
  }

  .flex-column-reverse {
    flex-direction: column;
  }

  .flex-row-reverse {
    flex-direction: row;
  }
}

/* Elements */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

body {
  color: var(--dark-gray-2);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  font-weight: 300;
  line-height: var(--base-line-height);
  word-break: break-word;
}

/* Anchors */

a,
a:focus,
a:active {
  color: var(--base-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

a.nostyle,
a.nostyle:focus,
a.nostyle:active,
a.nostyle:hover {
  color: inherit;
  text-decoration: none;
}

/* Paragraphs */

p {
  margin: 0 0 2rem;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--base-color);
  font-family: var(--secondary-font-family);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 2rem;
}

h1,
.h1 {
  font-size: 4rem;
  letter-spacing: -1px;
}
h2,
.h2 {
  font-size: 3.2rem;
}
h3,
.h3 {
  font-size: 2.8rem;
}
h4,
.h4 {
  font-size: 2.4rem;
}
h5,
.h5 {
  font-size: 2rem;
}
h6,
.h6,
.subtitle-1,
.subtitle-2 {
  font-size: 1.6rem;
}

.subtitle-2 {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.subtitle-1,
.subtitle-2 {
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 5.6rem;
  }
  h2,
  .h2 {
    font-size: 4.8rem;
  }
  h3,
  .h3 {
    font-size: 4rem;
  }
  h4,
  .h4 {
    font-size: 2.8rem;
  }
  h5,
  .h5 {
    font-size: 2.4rem;
  }
  .subtitle-1 {
    font-size: 1.8rem;
  }
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 6px solid var(--secondary-color);
  font-size: 2rem;
  font-style: italic;
  margin: 3.2rem 0;
  padding-left: 2rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--medium-gray);
  margin: 4rem auto;
}

/* Accent Color */
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  color: var(--text-accent-color) !important;
}

.white-text h1 strong,
.white-text .h1 strong,
.white-text h2 strong,
.white-text .h2 strong,
.white-text h3 strong,
.white-text .h3 strong,
.white-text h4 strong,
.white-text .h4 strong,
.white-text h5 strong,
.white-text .h5 strong,
.white-text h6 strong,
.white-text .h6 strong {
  color: var(--white-text-accent-color) !important;
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: var(--secondary-font-family);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 2;
  padding: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: normal;
  -webkit-clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.button:hover,
.button:focus,
.button:active {
  background-color: var(--primary-color-hover);
  color: var(--white);
  text-decoration: none;
}

/* Primary */

.button--primary {
  background-color: var(--primary-color);
  color: var(--white);
}

/* Secondary */

.button--secondary {
  background-color: var(--base-color);
  color: var(--white);
}

/* Light */

.button--light,
.button--light:active,
.button--light:focus {
  background-color: var(--light-gray);
  color: var(--base-color);
}

.button.button--light svg,
.button.button--light:active svg,
.button.button--light:focus svg,
.button.button--light svg path,
.button.button--light:active svg path,
.button.button--light:focus svg path {
  stroke: var(--base-color);
}

/* White */

.button--white,
.button--white:active,
.button--white:focus {
  background-color: var(--white);
  color: var(--base-color);
}

/* Disabled */

.button--disabled,
.button--disabled:hover,
.button--disabled:active,
.button--disabled:focus {
  background-color: var(--dark-gray);
  color: var(--white);
  pointer-events: none;
}

/* Full */

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

/* Large */

.button--large {
  padding: 2.4rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.71;
}

/* Icon */

.button--icon,
.button--arrow-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.button--icon svg {
  margin-left: 8px;
  max-width: 12px;
}

.button--white.button--icon:hover svg,
.button--white.button--icon:hover svg path,
.button--white.button--play:hover svg,
.button--white.button--play:hover svg path,
.button--light:hover svg,
.button--light:hover svg path {
  stroke: var(--white);
}

/* Play */

.button--play svg {
  margin-left: 8px;
  max-width: 22px;
}

.button--play--left svg {
  margin-right: 8px;
  max-width: 12px;
  vertical-align: middle;
}

/* Download / Filter */

.button--download svg,
.button--filter svg {  
  margin-right: 7px;
  max-width: 17px;
  vertical-align: text-bottom;
}

/* Text Link */

.button--text-link,
.button--text-link:hover,
.button--text-link:focus,
.button--text-link:active {
  align-items: center;
  background: none;
  clip-path: none;
  color: var(--base-color);
  display: flex;
  justify-content: center;
  padding: 0;
}

.white-text .button--text-link,
.white-text .button--text-link:focus,
.white-text .button--text-link:active {
  color: var(--white);
}

.button--text-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.button--text-link svg {
  margin-left: 8px;
}

/* Arrow Icon */

.button--arrow-icon {
  height: 56px;
  width: 55px;
}

.button--arrow-icon svg {
  height: 12px;
  width: 12px;
}

.button--arrow-icon svg,
.button--arrow-icon svg path,
.button--arrow-icon.button--white:hover svg,
.button--arrow-icon.button--white:hover svg path,
.button--arrow-icon.button--light:hover svg,
.button--arrow-icon.button--light:hover svg path {
  fill: var(--white);
}

.button--arrow-icon.button--white svg,
.button--arrow-icon.button--white svg path,
.button--arrow-icon.button--white:active svg,
.button--arrow-icon.button--white:active svg path,
.button--arrow-icon.button--white:focus svg,
.button--arrow-icon.button--white:focus svg path,
.button--arrow-icon.button--light svg,
.button--arrow-icon.button--light svg path,
.button--arrow-icon.button--light:active svg,
.button--arrow-icon.button--light:active svg path,
.button--arrow-icon.button--light:focus svg,
.button--arrow-icon.button--light:focus svg path {
  fill: var(--base-color);
}
/* Form Title */

h3.form-title {
  font-family: var(--secondary-font-family);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 3.2rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 0.4rem;
}

form label:empty,
form label > span:empty {
  display: none;
}

/* 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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--white);
  border: 1px solid var(--light-gray-3);
  border-radius: 0;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06);
  -moz-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06);
  display: block;
  padding: 0.8rem 1.2rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  width: 100%;
}

form select,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='black' stroke-linecap='round' strok-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid var(--light-gray-3);
  border-radius: 0;
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
}

form textarea {
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1rem 1rem;
  border: 1px solid var(--light-gray-3);
}

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

::-webkit-input-placeholder {
  color: var(--medium-gray-2) !important;
  font-size: 1.4rem;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--medium-gray-2) !important;
  font-size: 1.4rem;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
}

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

input[type="checkbox"],
input[type="radio"] {
  border-color: var(--medium-gray);
  cursor: pointer;
  margin-right: 8px;
}

input[type="checkbox"],
input[type="radio"],
input[type="range"],
progress {
  accent-color: var(--primary-color);
}

.hs-fieldtype-radio > label {
  display: none;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: var(--base-color);
}

.fn-date-picker .pika-table abbr {
  cursor: initial;
  text-decoration: none;
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--dark-gray);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: var(--dark-gray) !important;
  border-radius: 0 !important;
  color: #fff;
}

.fn-date-picker .pika-label,
.fn-date-picker .pika-table abbr,
.fn-date-picker td.is-today .pika-button {
  color: var(--base-color) !important;
}

/* Inputs - file picker */

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

/* Headings and text */

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

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 {
  font-size: 1.2rem;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  line-height: 1.3;
  width: 100%;
}

/* Validation */

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

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

.hs-error-msg,
.hs-error-msg,
.hs-error-msgs {
  margin: -1rem 0 0.8rem !important;
  color: red;
  font-size: 1.2rem;
  font-weight: 400;
}

.hs_error_rollup {
  display: none !important;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--primary-color);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-family: var(--secondary-font-family);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 2;
  margin-top: 2.4rem;
  padding: 1.6rem 2.4rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: normal;
  -webkit-clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}

form input[type="submit"]:hover,
form input[type="submit"]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: var(--primary-color-hover);
  color: var(--white);
}

form input[type="submit"]:active,
form .hs-button:active {
  background-color: var(--primary-color-hover);
  color: var(--white);
}

@media (max-width: 499px) {
  form input[type="submit"],
  form .hs-button {
    width: 100%;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin-bottom: 2rem;
}

/* Change Autocomplete styles in Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  box-shadow: 0 0 0 30px var(--white) inset !important;
}

/* Fix Column Layouts */

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

@media (min-width: 992px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}
/* Table */

table {
	width: 100%;
	border: 1px solid var(--light-gray);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
	padding: 1rem;
	text-align: left;
  vertical-align: top;
}

td {
	border-bottom: 1px solid var(--light-gray);
}

/* Table header */

thead th {
	background-color: var(--light-gray);
  vertical-align: bottom;
}

/* Table footer */

tfoot td {
  background-color: var(--light-gray);
}

/* Components */

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

.header {
  position: relative;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
}

@media (max-width: 1199px) {
  .header {
    padding: 1.2rem 0;
  }
}

/* Logo */

.header__logo a {
  display: block;
  font-size: 0;
}
.header__logo img {
  height: 41px;
  width: auto !important;
}


/* Nav Buttons */

@media (min-width: 1200px) {
  .header__menu-right-button .button {
    font-size: 1.4rem;
    padding: 2.2rem 2.4rem;
  }
}

@media (max-width: 1199px) {
  .menu-primary .hs-menu-wrapper>ul>li.mobile {
    text-align: center;
  }

  .menu-primary .hs-menu-wrapper>ul>li.mobile.mobile-button {
    padding: 2rem 0 1.6rem;
  }

  .menu-primary .hs-menu-wrapper>ul>li.mobile.mobile-login {
    padding: 1.6rem 0;
  }
  
  .menu-primary .hs-menu-wrapper>ul>li.mobile a.button {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    padding: 1.6rem 2rem;
    width: 100% !important;
  }
}

/* Nav */

.header__menu {
  border-left: 1px solid var(--light-gray-3);
  width: calc(100% - 280px);
}

.menu-primary {
  margin: 0 auto;
}

.menu-primary .hs-menu-wrapper>ul {
  line-height: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-primary>.hs-menu-wrapper>ul>li {
  display: inline-block;
}

.menu-primary>.hs-menu-wrapper>ul>li>a {
  color: var(--base-color);
  font-family: var(--secondary-font-family);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-primary>.hs-menu-wrapper>ul>li>a:not(.button) {
  position: relative;
  padding: 15px 19px;
}

.menu-primary .hs-menu-wrapper>ul>li:hover>a:not(.button),
.menu-primary .hs-menu-wrapper>ul>li.active>a:not(.button),
.menu-primary .mega-menu-inner a.current:not(.button) .menu-title {
  color: var(--primary-color);
  text-decoration: underline;
}

.menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('https://7917815.fs1.hubspotusercontent-na1.net/hubfs/7917815/OpenComp/icons/chevron%20down.svg');
  margin-left: 6px;
  transition: ease all .2s;
}

.menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after,
.mega-menu .second-level-links img,
.mega-menu .second-level-link .menu-item-btn img,
.child-trigger i:after {
  -webkit-filter: invert(5%) sepia(24%) saturate(1525%) hue-rotate(204deg) brightness(97%) contrast(105%);
  filter: invert(5%) sepia(24%) saturate(1525%) hue-rotate(204deg) brightness(97%) contrast(105%);
}

.menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after,
.menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active>a:after {
  -webkit-filter: invert(20%) sepia(100%) saturate(6615%) hue-rotate(350deg) brightness(92%) contrast(93%);
  filter: invert(20%) sepia(100%) saturate(6615%) hue-rotate(350deg) brightness(92%) contrast(93%);
}

.menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active>a:after {
  transform: rotate(-180deg);
}

.menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.hs-menu-depth-1 {
  position: static;
}

.mega-menu .hs-menu-depth-1 .mega-menu-full-width {
  background-color: var(--white);
  box-shadow: var(--box-shadow);
}

.mega-menu { 
  display: none;
  top: -500px;
}

.mega-menu .mega-menu-inner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mega-menu .second-level__col-header {
  color: var(--base-color);
  font-family: var(--secondary-font-family);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  width: 100%;
}

.mega-menu .second-level-links .second-level-link a {
  font-weight: 400;
  max-width: 280px !important;
  text-decoration: none !important;
}

.mega-menu .second-level-links .second-level-link .menu-title {
  color: var(--base-color);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.025rem;
  transition: ease all .2s;
}

.mega-menu .second-level-links .second-level-link .menu-title:not(.menu-title--no-icon) {
  font-weight: 600;
  padding-left: 34px;
}

.mega-menu .second-level-links .second-level-link a:hover .menu-title {
  color: var(--base-color);
  text-decoration: underline;
}

.mega-menu .second-level-links img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: auto;
  margin-left: -34px;
  margin-right: 1rem;
  margin-top: -8px;
}

.mega-menu .second-level-links img.icon-red {
  -webkit-filter: invert(20%) sepia(100%) saturate(6615%) hue-rotate(350deg) brightness(92%) contrast(93%);
  filter: invert(20%) sepia(100%) saturate(6615%) hue-rotate(350deg) brightness(92%) contrast(93%);
}

.mega-menu .second-level-links img.icon-gold {
  -webkit-filter: invert(73%) sepia(53%) saturate(292%) hue-rotate(6deg) brightness(86%) contrast(88%);
  filter: invert(73%) sepia(53%) saturate(292%) hue-rotate(6deg) brightness(86%) contrast(88%);
}

.mega-menu .second-level-links .second-level-link .menu-descr {
  color: var(--dark-gray-2);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 4px;
  padding-left: 3.4rem;
}

.mega-menu .second-level-links .second-level-link .menu-descr.mb-md {
  margin-bottom: 1.6rem !important;
}

.mega-menu .second-level-link .menu-item-btn {
  background: var(--light-gray);
  font-size: 1.4rem;
  margin: auto 3.4rem 0;
  padding: 1.2rem 0.8rem;
}

.mega-menu .second-level-link .menu-item-btn img {
  margin: 0 8px 0 0;
  width: 16px;
}

.mega-menu .second-level-link a:hover .menu-item-btn {
  background: var(--secondary-color);
  color: var(--white);
}

.mega-menu .second-level-link a:hover .menu-item-btn img {
  -webkit-filter: invert(100%) sepia(0%) brightness(100%);
  filter: invert(100%) sepia(0%) brightness(100%);
}

.mega-menu .second-level-resource {
  align-self: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-column-start: 4;
  height: calc(100% - 8rem);
  isolation: isolate;
  padding: 4rem 2.4rem;
  position: relative;
  margin: 4rem 0;
}

.mega-menu .second-level-resource::before {
  background: rgba(0, 0, 0, 0.64);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.mega-menu .second-level-resource__title {
  color: var(--white);
  font-family: var(--secondary-font-family);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}

.mega-menu .third-level-links {
  padding-left: 4.8rem;
}

.mega-menu .second-level-links.list-cols .third-level-links {
  padding-left: 1.6rem;
}

.mega-menu .third-level-links .hs-menu-wrapper>ul>li>a {
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 1.6rem 0 0;
}

.mega-menu .third-level-links .hs-menu-wrapper>ul>li>a:hover {
  color: var(--base-color);
  text-decoration: underline !important;
}

.mega-menu .red-link {
  color: var(--primary-color);
}

.mega-menu .second-level-links .second-level-link a:hover .menu-title:has(.red-link) {
  text-decoration: none;
}

.mega-menu .second-level-links .second-level-link a:hover .menu-title .red-link {
  text-decoration: underline;
}


.nolink a {
  cursor: pointer;
}

.nolink > a {
  pointer-events: none;
}

.nolink .child-trigger {
  width: 100% !important;
  text-align: right;
  right: 0;
  left: 0;
}

.hamburger,
.child-trigger {
  display: none;
}

@media(min-width: 1200px) {
  .menu-primary .hs-menu-wrapper {
    display:block !important;
  }

  .mega-menu .hs-menu-depth-1 .mega-menu-full-width {
    box-shadow: var(--box-shadow);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    /* max-height: 1px; */
    width: 100%;
    transition: ease all .2s;
    position: absolute;
    left: -100%;
    right: -100%;
    bottom: 1px;
    z-index: 10;
    transform: translateY(99.999%);
    transition: ease-in-out all .2s;
    margin: 0 auto;
  }

  .mega-menu .hs-menu-depth-1.active .mega-menu-full-width {
    border-top: 1px solid var(--light-gray-3);
    display: block !important;
    visibility: visible;
    max-height: 725px;
    min-height: 410px;
    opacity: 1;
    overflow-y: auto;
  }

  .mega-menu .mega-menu-inner,
  .mega-menu .second-level-links,
  .second-level-link.menu-item,
  .mega-menu .second-level-links .second-level-link a {
    display: grid;
  }

  .mega-menu .mega-menu-inner {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    gap: 1.6rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .mega-menu .second-level-links {
    gap: 4rem;
    grid-template-rows: max-content;
    padding: 4rem 0 5.2rem;
  }

  .mega-menu .second-level-links.list-cols {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }

  .mega-menu .second-level-links-wrapper {
    display: grid;
    gap: 4rem;
  }
  
  .menu-primary li.mobile {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-height: 800px) {
  .mega-menu .hs-menu-depth-1 .mega-menu-full-width.active {
    max-height: 500px;
    overflow-y: auto;
  }
}

@media(max-width: 1199px) {
  body.mobile-open {
    overflow: hidden;
  }

  .header__menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .menu-primary.js-enabled > .hs-menu-wrapper, 
  .menu-primary > .hs-menu-wrapper {
    overflow-y: auto;
    max-height: 94vh;
    width: 100%;
    top: 35px;
    padding: 0 20px;
  }  
  
  .header__menu-right,
  .second-level-resource {
    display: none !important;
  }

  .menu-primary li.mobile {
    display:block
  }

  .menu-primary,
  .menu-primary>.hs-menu-wrapper>ul,
  .menu-primary>.hs-menu-wrapper>ul li,
  .menu-primary>.hs-menu-wrapper>ul li a:not(.button) {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: 300;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }
  
  .header-container .row-fluid .menu-primary.js-enabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: 100%;
    margin: 0 auto;
  }

  /*!   * Hamburgers   * @description Tasty CSS-animated hamburgers   * @author Jonathan Suh @jonsuh   * @site https://jonsuh.com/hamburgers   * @link https://github.com/jonsuh/hamburgers   */
  .hamburger {
    position: absolute;
    top: 1.6rem;
    right: 1.5rem;
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    overflow: visible;
    border: 0;
    padding: 0;
    margin: 0;
    transition: linear all .15s;
  }
  .hamburger,
  .hamburger-box {
    width: 30px;
    height: 30px;
  }
  .hamburger-box {
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -10px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    background-color: var(--base-color);
  }
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -6px;
  }
  .hamburger-inner::after {
    bottom: -6px;
  }
  .hamburger--squeeze .hamburger-inner {
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top .1s .14s ease,opacity .1s ease
  }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom .1s .14s ease,-webkit-transform .1s cubic-bezier(0.55,0.055,0.675,0.19);
    transition: bottom .1s .14s ease,transform .1s cubic-bezier(0.55,0.055,0.675,0.19);
    transition: bottom .1s .14s ease,transform .1s cubic-bezier(0.55,0.055,0.675,0.19),-webkit-transform .1s cubic-bezier(0.55,0.055,0.675,0.19)
  }
  .mobile-open .hamburger--squeeze .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  .mobile-open .hamburger--squeeze .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease,opacity .1s .14s ease
  }
  .mobile-open .hamburger--squeeze .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(0.215,0.61,0.355,1);
    transition: bottom .1s ease,transform .1s .14s cubic-bezier(0.215,0.61,0.355,1);
    transition: bottom .1s ease,transform .1s .14s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform .1s .14s cubic-bezier(0.215,0.61,0.355,1)
  }
  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 100% !important;
    max-height: 70px !important;
    padding: 0 !important;
    text-align: center;
    font-size: 24px
  }
  .child-trigger:hover {
    text-decoration: none
  }
  .child-trigger i {
    position: relative;
    top: 2.2rem;
    right: 0.2rem;
    font-style: normal;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  .child-trigger.child-open i svg path:first-child {
    display: none;
  }
  
  .header-container .row-fluid [class*="span"] {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }

  .menu-primary.js-enabled > .hs-menu-wrapper,
  .menu-primary.js-enabled .hs-menu-children-wrapper,
  .menu-primary ul.hs-menu-children-wrapper {
    display: none;
  }

  .menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

  .menu-primary.js-enabled .hs-menu-wrapper,
  .menu-primary .hs-menu-wrapper,
  .menu-primary .hs-menu-wrapper>ul li {
    position: relative !important;
  }

  .menu-primary.js-enabled > .hs-menu-wrapper,
  .menu-primary > .hs-menu-wrapper {    
    overflow-y: auto;
    height: 92vh;
    background-color: #fff;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.04);
    width: 100%;
    top: 54px;
    left: 0;
    padding: 0 2rem;
  }

  .menu-primary > .hs-menu-wrapper>ul li {
    display: block !important;
    width: 100% !important;
  }

  .menu-primary > .hs-menu-wrapper>ul>li {
    border-top: 1px solid var(--light-gray);
    padding: 2.4rem 0;
  }

  .menu-primary > .hs-menu-wrapper>ul>li.mobile,
  .menu-primary > .hs-menu-wrapper>ul>li.mobile + li {
    border-top: 0;
  }

  .menu-primary > .hs-menu-wrapper>ul>li>a {
    font-family: var(--secondary-font-family);
    font-size: 1.6rem;
    font-weight: 500 !important;
    text-transform: initial;
  }

  .menu-primary .hs-menu-wrapper>ul>li>a:after {
    display: none !important;
  }
  
  .mega-menu .hs-menu-depth-1 .mega-menu-full-width {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    overflow: hidden;
    box-shadow: none;
    position: static;
    transform: none;
    display: none;
    padding: 0;
  }
  
  .mega-menu .hs-menu-depth-1 .mega-menu-full-width .content-wrapper {
    padding: 0;
  }

  .mega-menu .second-level-links {
    margin-top: 0;
    display: block;
  }

  .mega-menu .second-level-links.list-cols,
  .mega-menu .second-level-links .second-level-link {
    margin-top: 3.2rem;
  }

  .mega-menu .second-level-links .second-level-link a {
    max-width: 100% !important;
  }

  .mega-menu .second-level-links .second-level-link .menu-title {
    text-decoration: underline;
  }

  .mega-menu .second-level-links .second-level-link .menu-title.menu-title--no-icon {
    font-weight: 600;
    text-decoration: none;
  }

  .mega-menu .second-level-link .menu-item-btn {
    display: inline-block !important;
  }

  .mega-menu .second-level-links.list-cols,
  .mega-menu .third-level-links {
    padding-left: 3.4rem;
  }

  .mega-menu .third-level-links .hs-menu-wrapper>ul>li>a {
    line-height: 1.7 !important;
    padding: 1.6rem 0 0 !important;
  }

  .mega-menu .second-level-resource {
    display: none !important;
    margin: 0 !important;
  }
}


/* Header - No nav */
.header.header--no-navigation {
  padding: 1.6rem 0;
}
/* Footer */

.footer {
  padding: 4rem 0;
}

.footer .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: none;
}

@media (min-width: 768px) {
  .footer {
    padding: 8rem 0;
  }
}

/* Links */

.footer__links-row {
  gap: var(--gap);
}

.footer__links-header {
  color: var(--base-color);
  font-family: var(--secondary-font-family);
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}

.footer__links .hs-menu-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer__links .hs-menu-wrapper ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}

.footer__links .hs-menu-wrapper ul li a {
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}

.footer__links .hs-menu-wrapper ul li a:hover {
  color: var(--base-color);
}

@media (min-width: 901px) {
  .footer__links-header svg {
    display: none;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .footer__links,
  .footer__links:last-child {
    max-width: initial;
    min-width: initial;
    width: calc(22% - var(--gap));
  }
  
  .footer__links:last-child {
    width: calc(33% - var(--gap));
  }
}

@media (min-width: 1201px) {
  .footer__links,
  .footer__links .widget-type-simple_menu {
    max-width: 270px;
    min-width: 180px;
  }

  .footer__links:last-child {
    max-width: 400px;
  }
}

@media (max-width: 900px) {
  .footer__links-row.flex {
    gap: 0;
  }

  .footer__links {
    width: 100%;
  }

  .footer__links,
  .footer__links-header,
  .footer__links .hs-menu-wrapper {
    margin-bottom: 2rem;
  }

  .footer__links-header {
    cursor: pointer;
  }

  .footer__links-header svg {
    float: right;
    margin-right: 8px;
    margin-top: 5px;
  }

  .footer__links:not(:last-child) {
    border-bottom: 1px solid var(--light-gray);
  }

  .footer__links .widget-type-simple_menu:not(.active),
  .footer__links-header svg.active path:first-child {
    display: none;
  }
}

/* Subscribe */

.footer__subscribe {
  margin-top: 3.2rem;
}

.footer__subscribe .form-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.footer__subscribe form,
.footer__subscribe form  fieldset.form-columns-2 {
  display: flex;
  align-items: flex-end;
}

.footer__subscribe form {
  justify-content: space-between;
}

.footer__subscribe form .hs-form-field .hs-input {
  height: 56px;
}

.footer__subscribe .hs-submit {
  padding-left: 0.8rem;
}

.footer__subscribe form .hs-email input {
  margin-bottom: 0;
}

.footer__subscribe form,
.footer__subscribe form .actions,
.footer__subscribe form input,
.footer__subscribe form .hs-button {
  width: 100%;
  margin-bottom: 0 !important;
}

.footer__subscribe form .actions {
  margin-top: 0;
  position: relative;
}

.footer__subscribe form .actions:after {
  background-image: url('https://7917815.fs1.hubspotusercontent-na1.net/hubfs/7917815/Black%20Swan/icons/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 14px;
}

.footer__subscribe form .hs-button, 
.footer__subscribe form input[type=submit] {
  font-size: 0;
  height: 56px;
  margin: 0;
  width: 55px;
}

.footer__subscribe form .hs-error-msgs {
  position: absolute;
  width: initial !important;
}

.footer__subscribe form .hs-error-msg {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 1.2rem !important;
}

.footer__subscribe .submitted-message *:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .footer__subscribe form .hs-form-field label {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .footer__subscribe form .hs-form-field label.hs-error-msg {
    font-size: 1rem;
    line-height: 1;
    max-width: 80px;
  }
}

@media (max-width: 999px) {
  .footer__subscribe {
    border-top: 1px solid var(--light-gray);
    margin-top: 0;
    padding-top: 3.2rem;
  }

  .footer__subscribe .hs-form fieldset.form-columns-2 {
    display: flex;
    gap: 1rem;
    width: 100% !important;
  }

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

@media (max-width: 500px) {
  .footer__subscribe form .hs-error-msgs {
    max-width: 120px;
  }
}

/* Social Share */

.footer__social {
  margin-top: 2.2rem;
}

@media (max-width: 900px) {
  .footer__social .social-links {
    justify-content: center !important;
  }
}

/* Copyright */

.footer__copyright {
  border-top: 1px solid var(--light-gray-3);
  font-size: 1.4rem;
  margin-top: 2.4rem;
  padding-top: 4rem;
  position: relative;
}

.footer__copyright:before {
  background: var(--accent-color);
  content: '';
  height: 7.5px;
  left: 50%;
  position: absolute;
  pointer-events: none;
  top: -4.65px;
  transform: translateX(-50%) rotate(45deg);
  width: 7.5px;
}

.footer__copyright a {
  display: block;
  margin: 1rem auto 0;
}

@media (min-width: 801px) {
  .footer__copyright {
    margin-top: 5.6rem;
    padding-top: 5.6rem;
  }

  .footer__copyright a {
    display: inline-block;
    margin-left: 4.4rem;
  }
}


/* Footer - No Nav */

.footer--no-navigation .footer__copyright {
  margin-top: 0 !important;
}


/* ===== Footer - Language Switcher ===== */

.footer__language-switcher-wrapper {
  border: 1px solid;
  width: 100%;
  padding: 2rem;
  margin-top: 4rem;
  display: flex;
  flex-flow: row-reverse;
  max-width: 285px;
}

@media (max-width: 900px) {
  .footer__language-switcher-wrapper {
    margin-inline: auto;
  }
}

.footer__language-switcher-wrapper .globe_class {
  width: 0px;
  height: 0px;
  background-image: unset;
}

.footer__language-switcher-label {
  line-height: 1;
  color: var(--base-color);
  font-family: var(--secondary-font-family);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .05rem;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__language-switcher-label::after {
  background-image: url(https://7917815.fs1.hubspotusercontent-na1.net/hubfs/7917815/OpenComp/icons/chevron%20down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  transition: all .2s ease;
  width: 12px;
}

.footer__language-switcher-wrapper .lang_list_class {
  right: 0;
  transform: unset;
  left: unset;
}

.footer__language-switcher-wrapper.lang-switcher-open .lang_list_class {
  display: block;
}

.footer__language-switcher-wrapper.lang-switcher-open .footer__language-switcher-label::after {
  transform: rotate(-180deg);
}

.footer__language-switcher-wrapper .lang_switcher_link:hover,
.footer__language-switcher-wrapper .lang_switcher_link:focus {
  color: #000;
  text-decoration: underline;
}

/* Utilities */

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

/* Background Colors */

.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-white {
  background-color: var(--white);
}
.bg-dark {
  background-color: var(--base-color);
}

/* Spacing */

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.25) !important;
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.5) !important;
}
.mt-md {
  margin-top: var(--gap) !important;
}
.mt-lg {
  margin-top: calc(var(--gap) * 1.5) !important;
}
.mt-xl {
  margin-top: calc(var(--gap) * 2) !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.4) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.8) !important;
}
.mb-md {
  margin-bottom: var(--gap) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.2) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 1.8) !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.25) !important;
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.5) !important;
}
.pt-md {
  padding-top: var(--gap) !important;
}
.pt-lg {
  padding-top: calc(var(--gap) * 1.5) !important;
}
.pt-xl {
  padding-top: calc(var(--gap) * 2) !important;
}

.pb-none {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.25);
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.5);
}
.pb-md {
  padding-bottom: var(--gap) !important;
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 1.5) !important;
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 2);
}

/* Text */

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-large {
  font-size: calc(var(--base-font-size) * 1.125);
}
.text-small {
  font-size: calc(var(--base-font-size) * 0.875);
  line-height: 1.71;
}

.white-text:not(.button),
.white-text *:not(.button) {
  color: var(--white);
}

/* Responsive embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container--43 {
  padding-bottom: 75%;
}

/* Cards */

.card {
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  padding: 3.2rem 3.2rem 2.6rem;
  transition: ease all .2s;
}

.card:not(.card--no-shadow) {
  box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.06);
}

.card:not(.card--no-shadow):hover {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06);
}

.card:not(.card--no-border) {
  border-bottom: 8px solid var(--white);
}

.card:not(.card--no-border):hover {
  border-color: var(--secondary-color);
}

.topic-tag {
  background-color: var(--secondary-color-light);
  color: var(--base-color);
  display: inline-block;
  font-weight: 600;
  padding: 0.8rem 1.2rem;
}

@media (max-width: 767px) {
  .card:not(.card--no-border) {
    border-bottom: 8px solid var(--secondary-color);
  }
}

/* Clipped Corners */

.clipped-corners {
  -webkit-clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
  clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}

.clipped-bot-corner {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
}

.clipped-top-corner {
  -webkit-clip-path: polygon(40px 0, 100% 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  clip-path: polygon(40px 0, 100% 0, 100% 0, 100% 100%, 0 100%, 0 40px);
}

@media (min-width: 768px) {
  .clipped-corners {
    -webkit-clip-path: polygon(80px 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 80px);
    clip-path: polygon(80px 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 80px);
  }

  .clipped-bot-corner {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 0);
  }

  .clipped-top-corner {
    -webkit-clip-path: polygon(80px 0, 100% 0, 100% 0, 100% 100%, 0 100%, 0 80px);
    clip-path: polygon(80px 0, 100% 0, 100% 0, 100% 100%, 0 100%, 0 80px);
  }
}