/* Theme base styles */

:root {

	/* Spacing */

	--container-width: 1200px;
	--container-width-wide: 1230px;
	--container-width-wider: 1306px;
	--container-width-narrow: 946px;
	--vertical-spacing: 10rem;
	--gap: 2rem;
	--gap-xs: calc(var(--gap) / 4);
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 2.25);
	--gap-lg: calc(var(--gap) * 4);
	--gap-xl: calc(var(--gap) * 5);

	/* Primary Colors */

	--primary-color-1: #8E8D70; 
	--primary-color-2: #B65633; 
	--primary-color-3: #0010A3; 
	--primary-gradient: var(--primary-color-2);
	/*
	--primary-gradient:
		linear-gradient(
			195deg,
			var(--secondary-color-1) 3.5%,
			var(--primary-color-1) 115%
		); 
	*/

	/* Secondary Colors */

	--secondary-color-1: #FF00A2; 
	--secondary-color-2: #62603F; 
	--secondary-color-3: #8E8D70; 
	--secondary-color-4: #FF7342; 
	--secondary-color-5: #FF4072; 
	--secondary-gradient: 
		linear-gradient(
			195deg, 
			var(--secondary-color-3) 3.5%, 
			var(--primary-color-2) 115%
		); 

	/* Neutral Colors */

	--base-color: #282828;
	--black: #000000;
	--dark-gray: #282828;
	--medium-gray: #EDEFF0;
	--light-gray: #F7F9FA;
  --green-gray: #FAF9F7;
	--white: #FFFFFF;

	/* Typography */

	--base-font-size: 1.6rem;
	--base-line-height: 1.62;
	--primary-font-family: 'Poppins', sans-serif;
	--secondary-font-family: 'Poppins', sans-serif;

	/* Styles */

  --box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  
  --hs-main-header-height: 110px;
  --hs-main-header-bar-height: 40px;
}

/* Generic */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .oembed_container {
    margin-bottom: 1.5rem;
  }
}
/*! 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: 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,
.content-wrapper--narrow,
.content-wrapper--wide,
.content-wrapper--wider {
  max-width: var(--container-width);
  margin: 0 auto;
}

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

.content-wrapper--wide {
  max-width: var(--container-width-wide);
}

.content-wrapper--wider {
  max-width: var(--container-width-wider);
}

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

.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: 992px) {
  section,
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--vertical-spacing) 2rem;
  }
}

/* Visibilty classes */

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

.visible-md {
  display: none;
}

/* Responsive visibilty classes */

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

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

.visible-desktop {
  display: inherit !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;
  }
}

@media (min-width: 768px) {
  .visible-md {
    display: inherit !important;
  }
}

@media (min-width: 992px) {
  .visible-lg {
    display: inherit !important;
  }
  
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .visible-lg {
    display: none !important;
  }
  
  .hidden-lg {
    display: inherit !important;
  }
}

/* Flexbox */

.flex,
.flex-wrap {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !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-top {
  -webkit-box-align: start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

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

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

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

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

.flex-end {
  -webkit-box-pack: 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-self-start {
  -ms-flex-item-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-self: flex-start;
}

.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;
  scroll-padding-top: 15rem;
}

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

body {
  color: var(--base-color);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  word-break: break-word;
}

@media (max-width: 767x) {
  body {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

/* Anchors */

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover,
a:focus {
  color: var(--primary-color-3);
}

a:active {
  color: var(--primary-color-3);
}

/* Paragraphs */

p {
  margin: 0 0 2.4rem;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.accent {
  color: var(--black);
  font-family: var(--secondary-font-family);
  font-weight: 600;
  margin: 0 0 2.6rem;
}

h1,
.h1 {
  font-size: 4rem;
  line-height: 1;
  text-transform: capitalize;
}
h2,
.h2,
.h2--large h2,
h2.hs--large {
  font-size: 2.4rem;
  line-height: 1.12;
  text-transform: capitalize;
}
h3,
.h3 {
  font-size: 1.8rem;
  line-height: 1.28;
}
h4,
.h4 {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.29;
  text-transform: capitalize;
}
h5,
.h5 {
  font-size: 1.3rem;
}
h6,
.h6 {
  font-size: 1.2rem;
}
.accent {
  font-size: 2.8rem;
  line-height: 1.14;
}
.subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.38;
  text-transform: capitalize;
}

@media (min-width: 980px) {
  h1,
  .h1,
  .h2--large h2,
  h2.h2--large {
    font-size: 6.6rem;
    line-height: 1;
  }
  h2,
  .h2 {
    font-size: 3.6rem;
    line-height: 1.11;
  }
  h3,
  .h3 {
    font-size: 2.3rem;
    line-height: 1.39;
  }
  .accent {
    font-size: 4.8rem;
    line-height: 1.21;
  }
}

@media (min-width:768px) and (max-width: 989px) {
  h1,
  .h1,
  .h2--large h2,
  h2.h2--large {
    font-size: 5.2rem;
  }
  h2,
  .h2 {
    font-size: 3rem;
  }
}

/* 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-1);
  border-radius: 6px;
  font-size: 2.4rem;
  font-style: italic;
  margin: 2rem 0;
  padding-left: 2rem;
}

/* Horizontal rules */

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

/* Highlighted text */
mark {
  background-color: var(--primary-color-1);
}

/* Text selection */
::-moz-selection { 
  background: var(--primary-color-1);
}

::selection {
  background: var(--primary-color-1);
}
.button,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
  align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
  appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
  border: 0;
  border-radius: 6rem;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.29;
  min-height: 4.6rem;
  padding: 1.4rem 3rem;
    -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

/* Primary */

.button,
.button--primary,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
  background-color: var(--primary-color-2);
  color: var(--white);
}

.button:hover,
.button:focus,
.button:focus-visible,
.button.button--primary:hover,
.button.button--primary:focus-visible,
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form input[type="submit"]:focus-visible,
form input[type="file"]::-webkit-file-upload-button:hover,
form input[type="file"]::-webkit-file-upload-button:focus,
form input[type="file"]::-webkit-file-upload-button:focus-visible,
form input[type="file"]::file-selector-button:hover,
form input[type="file"]::file-selector-button:focus,
form input[type="file"]::file-selector-button:focus-visible,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:focus-visible {
  background-color: var(--secondary-color-3);
  color: var(--white);
}

.button:active,
.button.button--primary:active,
form input[type="submit"]:active,
form input[type="file"]::-webkit-file-upload-button:active,
form input[type="file"]::file-selector-button:active,
form .hs-button:active {
  background-color: var(--secondary-color-3);
  color: var(--white);
}


.button:hover,
.button:focus,
.button:focus-visible,
.button--primary:hover,
.button--primary:focus,
.button--primary:focus-visible {
  color: var(--white);
  /*padding: 1.4rem 2.2rem 1.4rem 2.6rem;*/
}

.button:active,
.button--primary:active {
  color: var(--white);
  /*padding: 1.4rem 2.2rem 1.4rem 2.6rem;*/
}

/*
.button::after,
.button--primary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 3.13398C6.16667 3.51888 6.16667 4.48113 5.5 4.86603L1.75 7.03109C1.08333 7.41599 0.25 6.93486 0.25 6.16506L0.25 1.83493C0.25 1.06513 1.08333 0.584011 1.75 0.968911L5.5 3.13398Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 0;
  opacity: 0;
  transition: ease all .2s;
  width: 0;
}

.button:hover::after,
.button:focus::after,
.button:focus-visible::after,
.button--primary:hover::after,
.button--primary:focus::after,
.button--primary:focus-visible::after {
  margin-left: 6px;
  opacity: 1;
  width: 6px;
}

.button:active::after,
.button--primary:active::after {
  margin-left: 6px;
  opacity: 1;
  width: 9px;
}
*/

/* Secondary */

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

.button--secondary:hover,
.button--secondary:focus,
.button--secondary:focus-visible {
  /*
  background-color: var(--primary-color-1);
  color: var(--black) !important;
  */
  background-color: #62603F;
  color: var(--white) !important;
}

.button--secondary:active {
  /*
  background-color: var(--primary-color-1);
  color: var(--black) !important;
  */
  background-color: #62603F;
  color: var(--white) !important;
}

/*
.button--secondary::after {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 3.13398C6.16667 3.51888 6.16667 4.48113 5.5 4.86603L1.75 7.03109C1.08333 7.41599 0.25 6.93486 0.25 6.16506L0.25 1.83493C0.25 1.06513 1.08333 0.584011 1.75 0.968911L5.5 3.13398Z' fill='black'/%3E%3C/svg%3E");
}
*/
.button--secondary::after {
  display: none;
}

/* Secondary Terracotta */

.button--secondary-2 {
  background-color: var(--hs-header-color-bg2);
  color: var(--base-color) !important;
}

.button--secondary-2:hover,
.button--secondary-2:focus,
.button--secondary-2:focus-visible {
  background-color: #62603F;
  color: var(--white) !important;
}

.button--secondary-2:active {
  background-color: #62603F;
  color: var(--white) !important;
}

.button--secondary-2::after {
  display: none;
}

/* Tertiary */

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

.button--tertiary:hover,
.button--tertiary:focus,
.button--tertiary:focus-visible {
  background-color: var(--secondary-color-3);
  color: var(--white);
}

.button--tertiary:active {
  background-color: var(--secondary-color-3);
}

/* Secondary outline */

.button--outline {
  background-color: transparent;
  color: var(--secondary-color-3) !important;
  border: 1px solid var(--secondary-color-3) !important;
}

.button--outline:hover,
.button--outline:focus,
.button--outline:focus-visible {
  background-color: var(--hs-header-color-bg2);
  color: var(--secondary-color-3) !important;
}

.button--outline:active {
  background-color: var(--hs-header-color-bg2);
  color: var(--secondary-color-3) !important;
}

.button--outline::after {
  display: none;
}

/* Highlighted Text */

.button--highlighted-text {
  background: none;
  color: var(--secondary-color-3);
}

/* Text */

.button--text {
  background: none;
  color: var(--black);
}

.button--text:hover,
.button--text:focus,
.button--text:focus-visible,
.button--highlighted-text:hover,
.button--highlighted-text:focus,
.button--highlighted-text:focus-visible {
  background: none;
  color: var(--primary-color-2);
}

.button--text:active,
.button--highlighted-text:active {
  background: none;
  color: var(--primary-color-2);
}

.button--text::after,
.button--highlighted-text::after {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 3.13398C6.16667 3.51888 6.16667 4.48113 5.5 4.86603L1.75 7.03109C1.08333 7.41599 0.25 6.93486 0.25 6.16506L0.25 1.83493C0.25 1.06513 1.08333 0.584011 1.75 0.968911L5.5 3.13398Z' fill='#FF2785'/%3E%3C/svg%3E");
}

.white-text .button--text:not(.button--pink-text)::after,
.white-text .button--highlighted-text::after {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 3.13398C6.16667 3.51888 6.16667 4.48113 5.5 4.86603L1.75 7.03109C1.08333 7.41599 0.25 6.93486 0.25 6.16506L0.25 1.83493C0.25 1.06513 1.08333 0.584011 1.75 0.968911L5.5 3.13398Z' fill='#FFFFFF'/%3E%3C/svg%3E");
}

.button.button--link {
  padding: 0;
  min-height: auto;
  text-transform: initial;
  justify-content: flex-start;
  font-weight: 500;
  background-color: transparent;
  color: var(--base-color);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-align: left;
  line-height: 1.3em;
}

/* White Text */

.button--white-text,
.button--white-text:hover,
.button--white-text:focus,
.button--white-text:focus-visible {
  background: none;
}

.button--white-text:active {
  background: none;
}

/* Pink Text */

.button--pink-text {
  color: var(--primary-color-2) !important;
  text-decoration: underline;
}

.button--pink-text,
.button--pink-text:hover,
.button--pink-text:focus,
.button--pink-text:focus-visible {
  background: none;
}

.button--pink-text:hover,
.button--pink-text:focus,
.button--pink-text:focus-visible {
  text-decoration: none;
}

.button--pink-text:active {
  background: none;
}

/* Full */

.button--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* Icon */

.button--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap-xs);
}

.button--icon > span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.button--icon > svg {
  height: 1.8rem;
}

/* CTA Override */

a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}


@media (max-width: 480px) {
  .button:not(.button--text):not(.button--highlighted-text) {
    width: 100%;
  }
}

/* Favorites Button */
.favorite-btn,
.inspo-btn,
.favorite-btn > svg,
.inspo-btn > svg {
  color: var(--white);
}

.favorite-btn,
.inspo-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(37, 37, 37, 0.6);
  border: 0;
  border-radius: 50%;
  display: grid;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  place-content: center;
  opacity: 0;
  transition: ease all .3s;
  height: 3rem;
  width: 3rem;
  z-index: 3;
}

.favorite-btn.is-active,
.inspo-btn.is-active {
  opacity: 1;
}

.favorite-btn > svg,
.inspo-btn > svg {
  display: block;
  font-size: 0;
  height: 1.6rem;
  width: 1.6rem;
}

.favorite-btn > svg > path:first-child,
.inspo-btn > svg > path:first-child {
  fill-opacity: 0;
}

.favorite-btn:hover,
.favorite-btn.is-active,
.inspo-btn:hover,
.inspo-btn.is-active {
  cursor: pointer;
}

.favorite-btn.is-active > svg > path:first-child,
.inspo-btn.is-active > svg > path:first-child {
  fill-opacity: 1;
}

.favorite-btn.is-active svg path,
.inspo-btn.is-active svg path {
  color: var(--secondary-color-3);
  fill: var(--secondary-color-3);
}

@media (max-width: 767px) {  
  .favorite-btn,
  .inspo-btn {
    opacity: 1;
  }
}
/* Labels */

form label,
.fakelabel {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.hs-form-field > label {
  font-weight: 500;
}

/* 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: block;
  padding: 1rem;
  width: 100%;
  min-height: 4.6rem;
  margin-bottom: 2rem;
  background-color: var(--white);
  border: 1px solid var(--medium-gray);
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 30' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
  background-position: calc(100% - 1.2rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid var(--medium-gray);
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
  padding-right: 2.8rem;
}

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

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

::-webkit-input-placeholder {
  color: var(--dark-gray);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--dark-gray);
}

/* Inputs - checkbox/radio */

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

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

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

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

.inputs-list .hs-form-checkbox {
  padding-left: 2rem;
  position: relative;
}
.inputs-list .hs-form-checkbox > label > input {
  position: absolute;
  top: 3px;
  left: 0;
}

/* single checkbox */

.hs-form-booleancheckbox > label {
  padding-left: 2rem;
}

.hs-form-booleancheckbox > label > input {
  margin-left: -2rem;
}

/* 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 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 td.is-today .pika-button {
  color: var(--dark-gray);
}

/* Inputs - file picker */

form input[type="file"] {
  width: auto !important;
  min-height: auto;
  background-color: transparent;
  border: initial;
  padding: initial;
}
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button {
  margin-right: var(--gap);
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 1.4rem;
  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.4rem;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  position: relative;
  top: -1px;
}

/* 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 2rem 0;
  color: red;
  font-size: 1.4rem;
  font-weight: 400;
}

.hs_error_rollup {
  display: none;
}

/* 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"]):not([type="file"]),
.hs-form
  fieldset.form-columns-2
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-3
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  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;
  }
}


/* Single line input/button */
.single-line-form {
  max-width: 480px;
}

.single-line-form,
.single-line-form form,
.single-line-form form .hs-email,
.single-line-form form .hs-submit .hs-button {
  width: 100%;
}

.single-line-form form {
  position: relative;
}

.single-line-form form .hs-email,
.single-line-form form .hs-submit {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
}

.single-line-form form .hs-email .hs-input,
.single-line-form form .hs-submit .hs-button {
  min-height: 46px;
}

.single-line-form form .hs-email>label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.single-line-form form .hs-email input {
  border: 0;
  border-radius: 60px;
  color: var(--black);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  padding: 12px 35px 11px;
  text-transform: uppercase;
}

.single-line-form form ::-webkit-input-placeholder {
  color: var(--black);
}

.single-line-form form ::-webkit-input-placeholder,
.single-line-form form ::-moz-placeholder,
.single-line-form form :-ms-input-placeholder,
.single-line-form form :-moz-placeholder,
.single-line-form form ::placeholder {
  color: var(--black);
}

.single-line-form form .hs-error-msgs {
  position: absolute;
  top: 6rem;
}

.single-line-form form .hs-error-msgs,
.single-line-form form .hs-error-msg,
.single-line-form .submitted-message,
.single-line-form .submitted-message * {
  color: var(--white);
}

@media (min-width: 480px) {
  .single-line-form form .hs-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 44%;
  }
}

@media (max-width: 767px) {
  .single-line-form-header {
    margin-bottom: 1.6rem;
  }

  .single-line-form form .hs-error-msgs {
    top: 5.8rem;
    width: 100%;
  }
}

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

  .single-line-form form .hs-email {
    margin-bottom: 2rem !important;
  }

  .single-line-form form .hs-email .hs-input, 
  .single-line-form form ul.hs-error-msgs li label {
    text-align: center !important;
  }
}


/* *** Specific Form Input Styles *** */

/* "Product Interests (check all that apply)" checkboxes */
.hs_product_interests__check_all_that_apply_.hs-fieldtype-checkbox ul.inputs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0rem 1rem;
}
/* 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 {
  background-color: var(--light-gray);
  border-radius: 0 0 5px 0;
  font-size: 14px;
  font-weight: 700;
  height: 1px;
  left: -1000px;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 5px 8px 4px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  top: -1000px;
  width: 1px;
}

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

/* Header */

.body-wrapper.header--solid.system-header [data-global-resource-path*='header.html'] {
  position: sticky;
  top: 0;
  z-index: 999;
}

.body-wrapper:not(.header--solid.system-header) .header {
  position: fixed;
  top: 0;
  z-index: 999;
  transition: ease all .2s;
  width: 100%;
}

.header--simple .header {
  position: relative;
}

.header.nav-up,
.header.nav-down,
.header--solid .header,
.header--simple .header {
  background-color: var(--base-color);
}

.header__container,
.header--solid .header:not(.nav-down):not(.nav-up) .header__container,
.header--simple .header__container {
  padding: 1.8rem 2rem 1.7rem;
}

.header__container > .content-wrapper {
  gap: 2.6rem;
}

.header__top > .content-wrapper,
.header__container > .content-wrapper {
  max-width: 1208px;
}

/* * Fix for Mega Menu UX Testing Change * */
/* .header--solid #main-content {
  padding-top: var(--hs-main-header-height);
} */

@media (min-width: 1200px) {
  .header__container {
    padding: 0 2rem;
  }
}

@media (max-width: 1199px) {
  .header {
    background-color: var(--base-color);
  }
}

@media (max-width: 767px) {
  .header--simple .body-container-wrapper {
    padding-top: 7rem;
  }
  .header--simple .hero-section {
    padding-top: 5rem;
  }

  /* * Fix for Mega Menu UX Testing Change * */
/*   .header--solid #main-content {
    padding-top: var(--hs-mobile-main-header-height)
  } */
}

/* @media (min-width: 768px) and (max-width:1100px) {
    .header--solid #main-content {
        padding-top: var(--hs-mobile-main-header-height)
    }
} */

/* Top bar */
.header__top {
  background-color: rgb(37 37 37 / 60%);
  padding: 0 2rem;
  transition: ease all .2s;
}

.header.nav-down .header__top {
  height: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.header__top-menu .hs-menu-wrapper ul,
.header__top-menu .hs-menu-wrapper ul li.hs-item-has-children {
  position: relative;
}

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

.header__top-menu .hs-menu-wrapper a {
  display: block;
  font-weight: 700;
  text-decoration: none;
}

.header__top-menu .hs-menu-wrapper > ul > li > a {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 2;
  padding-block: 1rem 1.1rem;
  text-transform: uppercase;
}

.header__top-menu .hs-menu-wrapper ul ul {
  background-color: var(--white);
  opacity: 0;
  pointer-events: none;
  transition: ease all .2s;
  visibility: hidden;
}

.header__top-menu .hs-menu-wrapper ul li.hs-item-has-children:hover > ul,
.header__top-menu .hs-menu-wrapper ul li.hs-item-has-children.active > ul {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}

.header__top-menu .hs-menu-wrapper ul ul li a {
  color: var(--black);
  font-size: 1.4rem;
  line-height: 1.14;
  text-transform: initial;
}

.header__top-menu .hs-menu-wrapper a:hover,
.header__top-menu .hs-menu-wrapper a:focus {
  text-decoration: underline;
}

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

@media (min-width: 1200px) {
  .header__top-menu .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    gap: 4rem;
    margin-right: 4rem;
  }

  .header__top-menu .hs-menu-wrapper ul ul {
    box-shadow: var(--box-shadow);
    left: 0;
    padding: 3rem 4.5rem;
    position: absolute;
    top: 100%;
    width: 284px;
  }

  .header__social .social-links__link:last-child {
    margin-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .header__top {
    display: none;
  }
}

/* Logo */

.header__logo {
  margin-right: auto;
}

.header__logo a {
  display: inline-block;
  font-size: 0;
}

.header__logo img {
  height: 4.7rem;
  width: auto;
}

/* Search & Favorites */

/*body.search-open {
  position: fixed;
  width: 100%;
  overflow-y:scroll 
}*/

body::after {
  content: '';
  transition: ease all .2s;
}

body.search-open::after {
  background-color: rgba(0 0 0 / 40%);
  height: 100%;
  inset: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header__search-btn,
.header__favs-link {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.header__search-btn:hover svg path,
.header__favs-link:hover svg path {
  fill: var(--secondary-color-3);
}

.header__search-btn svg,
.header__favorites svg {
  display: inline-flex;
  vertical-align: middle;
}

.header__search-bar,
.header__search-input,
.header__search-bar .button  {
  width: 100%;
}

.header__search-bar form input.header__search-input {
  border: 0;
  border-radius: 60px;
  color: var(--black);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  padding: 12px 35px 11px;
  text-transform: uppercase;
}

.hsheader.scroll-active {
 border-bottom: 1px solid var(--hs-header-color-bg2); 
}

@media (min-width: 1200px) {
  .header__search-bar {
    max-width: 456px;
    position: absolute;
    right: calc(((100vw - 1208px) / 2) + 12.2rem);
    top: calc(100% + 1.6rem);
  }

  .header__search-input-wrapper {
    width: 68%;
  }

  .header__search-button-wrapper {
    width: 30%;
  }

  .header__search-input {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .header__navigation {
    order: 3;
  }

  .header__favorites {
    order: 2;
  }

  .header__container .content-wrapper > .header__search {
    display: none;
  }

  /* .mobile__search .header__search-btn {
    margin-inline: auto;
  } */
  
  .header__favorites svg {
    width: 25px;
  }

  .mobile__search .header__search-btn svg,
  .mobile__favorites svg {
    margin-right: 1.2rem;
    vertical-align: middle;
    width: 20px;
  }

  .mobile__search .header__search-btn svg path,
  .mobile__favorites svg path {
    fill: var(--base-color) !important;
  }

  .mobile__search .header__search-form.flex {
    flex-direction: column;
    margin-inline: auto;
    max-width: 345px;
  }

  .mobile__search .header__search-bar form input.header__search-input {
    background-color: var(--medium-gray);
    margin-block: 0.5rem 1.8rem;
  }
}
.footer {
  background-color: #FAF9F7;
  padding: 2rem;
  position: relative;
  z-index: 98;
}

.footer .content-wrapper {
  max-width: 1190px;
}

.footer__row,
.footer__links ul {
  gap: var(--gap);
}

.footer__top {
  margin-top: 1.5rem;
}

.footer__logo img {
  height: 4.7rem;
  width: auto;
}

.footer__social-header,
.footer__subscribe-header,
.footer__links-header > span {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.33;
  text-transform: uppercase;
}

.footer__social-header,
.footer__subscribe-header {
  margin-bottom: 2.6rem;
}

.footer__social .social-links__link:first-child {
  margin-left: 0 !important;
}

.footer__social .social-links__link:last-child {
  margin-right: 0 !important;
}

.footer__subscribe {
  max-width: 480px;
}

.footer__subscribe,
.footer__subscribe form,
.footer__subscribe form .hs-email,
.footer__subscribe form .hs-submit .hs-button {
  width: 100%;
}

.footer__subscribe form {
  position: relative;
}

.footer__subscribe form .hs-email,
.footer__subscribe form .hs-submit {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
}

.footer__subscribe form .hs-email .hs-input,
.footer__subscribe form .hs-submit .hs-button {
  min-height: 46px;
}

.footer__subscribe form .hs-email>label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.footer__subscribe form .hs-email input {
  border: 0;
  border-radius: 60px;
  color: var(--black);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  padding: 12px 35px 11px;
  text-transform: uppercase;
}

.footer__subscribe form ::-webkit-input-placeholder {
  color: var(--black);
}

.footer__subscribe form ::-webkit-input-placeholder,
.footer__subscribe form ::-moz-placeholder,
.footer__subscribe form :-ms-input-placeholder,
.footer__subscribe form :-moz-placeholder,
.footer__subscribe form ::placeholder {
  color: var(--black);
}

.footer__subscribe form .hs-error-msgs {
  position: absolute;
  top: 6rem;
}

.footer__subscribe form .hs-error-msgs,
.footer__subscribe form .hs-error-msg,
.footer__subscribe .submitted-message,
.footer__subscribe .submitted-message * {
  color: var(--white);
}

.footer__links-row {
  margin-block: 5rem 4.6rem;
}

.footer__links-header > span,
.footer__links ul li a {
  display: block;
}

.footer__links ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer__links ul li,
.footer__links ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.14;
  text-decoration: none;
}

.footer__links ul li a:hover,
.footer__links ul li a:focus {
  color: var(--base-color);
  text-decoration: underline;
}

.footer__links ul li.hs-item-has-children > a {
  font-weight: 700;
}
.footer__links ul li.hs-item-has-children > a[href*='javascript:void(0)'] {
  pointer-events: none;
}

.footer__links ul li.hs-item-has-children:not(:first-child),
.footer__links ul li.hs-item-has-children > ul {
  margin-top: 2rem;
}

.footer__copyright {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer__copyright a:hover,
.footer__copyright a:focus {
  text-decoration: none;
}

@media (min-width: 480px) {
  .footer__subscribe form .hs-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 44%;
  }
}

@media (min-width: 768px) {
  .footer__links-header {
    margin-bottom: 3rem;
    min-height: 3.2rem;
  }

  .footer__links-header svg {
    display: none;
  }

  .footer__copyright span > span,
  .footer__copyright a {
    margin-left: 2rem;
  }
}

@media (min-width: 1024px) {
  .footer__row {
    gap: var(--gap) 3.6rem;
  }

  .footer__top {
    margin-top: 5rem; 
  }

  .footer__links-row {
    margin-block: 11.7rem;
  }

  .footer__links {
    width: calc(13.15% - (var(--gap-md) * 7/8));
  }

  .footer__social .social-links__link {
    margin-inline: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer__row.footer__links-row {
    gap: 6rem var(--gap);
  }

  .footer__links {
    width: calc(25% - (2rem * 3/4));
  }

  .footer__social .social-links__link {
    margin-inline: 14px !important;
  }
}

@media (max-width: 767px) {
  .footer__top,
  .footer__subscribe form .hs-error-msgs,
  .footer__copyright {
    text-align: center;
  }

  .footer__top {
    align-items: center;
  }

  .footer__social-header,
  .footer__subscribe-header {
    margin-bottom: 1.6rem;
  }
  
  .footer__social {
    margin-block: 2rem 3.4rem;
  }

  .footer__social .social-links__link {
    margin-inline: 10px !important;
  }

  .footer__subscribe form .hs-error-msgs {
    top: 5.8rem;
    width: 100%;
  }

  .footer__links-row {
    gap: 0;
  }

  .footer__links-header {
    cursor: pointer;
    padding-block: 2.5rem;
    position: relative;
  }

  .footer__links-header svg {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
  }

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

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

  .footer__links .hs-menu-wrapper > ul {
    margin-block: 1.5rem 2.5rem;
  }

  .footer__copyright span > span {
    color: transparent !important;
    display: block;
    font-size: 5px;
  }

  .footer__copyright a {
    margin-inline: 1.1rem;
  }
}

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

  .footer__subscribe form .hs-email {
    margin-bottom: 2rem !important;
  }

  .footer__subscribe form .hs-input,
  .footer__subscribe form ul.hs-error-msgs li label {
    text-align: center !important;
  }
}

@media (min-width: 380px) and (max-width: 767px) {
  .footer__links .hs-menu-wrapper > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
  }

  .footer__links ul li.hs-item-has-children:not(:first-child) {
    margin-top: 0;
  }

  .footer__links ul li.hs-item-has-children:not(:last-child) {
    margin-bottom: 2rem;
  }
}

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

* {
  outline-color: var(--primary-color-1);
}

.w-full {
 width: 100%; 
}

/* Background Colors */

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

/* Spacing */
.m-auto {
  margin: 0 auto;
}
.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;
}
.mt-xxl {
  margin-top: calc(var(--gap) * 4) !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.25) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.5) !important;
}
.mb-md {
  margin-bottom: var(--gap) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.5) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 2) !important;
}
.mb-xxl {
  margin-bottom: calc(var(--gap) * 4) !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);
}

.gap-0-5 {
  gap: 0.5rem;
}
.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-3 {
  gap: 4rem;
}

/* 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-initial {
  text-transform: initial !important;
}
.text-underline {
  text-decoration: underline;
}

.text-xlarge {
  font-size: calc(var(--base-font-size) * 1.4);
}
.text-large {
  font-size: calc(var(--base-font-size) * 1.125);
}
.text-base {
  font-size: var(--base-font-size);
}
.text-small {
  font-size: calc(var(--base-font-size) * 0.9375);
  line-height: 1.4em;
}
.text-xsmall {
  font-size: calc(var(--base-font-size) * 0.8125);
  line-height: 1.77;
}
.text-italic {
  font-style: italic;
}
.font-600 {
 font-weight: 600 !important; 
}
.font-700 {
 font-weight: 700 !important; 
}

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

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

.yellow-text,
.yellow-text *:not(.button) {
  color: var(--primary-color-1);
}

.pink-text,
.pink-text *:not(.button) {
  color: var(--primary-color-2);
}

.blue-text,
.blue-text *:not(.button) {
  color: var(--primary-color-3);
}

.letter-space-none {
  letter-spacing: initial !important;
}

.letter-space-1 {
  letter-spacing: 1px;
}

/* Position style */

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.pos-static {
  position: static;
}

.pos-sticky {
  position: sticky;
}

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

/* tooltips */
.tooltip-group,
.tooltip-hover-group {
  margin-left: 8px;
  line-height: 1;
}

.tooltip-icon {
  cursor: pointer;
  vertical-align: middle;
}

.tooltip-box {
  background-color: var(--black);
  border-radius: 1rem;
  color: var(--white);
  font-size: 1.1rem;
  left: 2.4rem;
  line-height: 1.45;
  padding: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  z-index: 2;
}

.tooltip-box p {
  margin-bottom: 1rem;
}

.tooltip-box *:last-child {
  margin-bottom: 0;
}

.tooltip-box ul {
  padding-left: 2rem;
}

.tooltip-hover-group .tooltip-box {
  display: none;
}

.tooltip-hover-group:hover .tooltip-box {
  display: block;
}

/* images */
.h-100 {
  height: 100%;
}

.object-cover {
  object-fit: cover;
}

@media (min-width: 980px) {
  .tooltip-box {
    width: 300px;
  }
}

/* Custom styles */

/*****************************************/
/* Custom new styles  */
/*****************************************/

.hs-mobile-visible {
  display: none !important; 
}

.body-container-wrapper {
  overflow-x: hidden;
  padding-top: var(--hs-main-header-height);
}

.dnd-section.hs-section {
  padding: 9rem 0;
}

.dnd-section.hs-section_hero {
  padding: 0 !important;
}

.dnd-section.hs-section-features {
  padding: 2.4rem 0;
}

.dnd-section.hs-section .row-fluid,
.dnd-section.hs-section-features .row-fluid {
  max-width: 100%;
}

.button {
 gap: 1rem; 
}

.button.button--transparent {
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid var(--white);
}

.button.button--transparent:hover {
  background-color: var(--white);
  color: black;
}

.button.button--transparent:hover svg path {
  fill: black;
}

.button.button--transparent:after {
  display: none;
}

.button.button--hollow {
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid var(--primary-color-2);
  color: var(--primary-color-2);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  text-transform: uppercase;  
}

.button.button--hollow:hover {
  background-color: var(--primary-color-2);
  color: #fff;
}

.button.button--hollow-green {
  background-color: var(--white);
  border-radius: 50px;
  border: 1px solid var(--secondary-color-3);
  color: var(--secondary-color-3);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  text-transform: uppercase;  
}

.button.button--hollow-green:hover {
  background-color: var(--secondary-color-3);
  color: #fff;
}

.hs-section-title {
  color: #201F1F;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -.8px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.hs-section-title.hs-section-title_center {
  text-align: center;
}

.cta-button-wrapper {
  display: flex;
  justify-content: center;
}

/* custom scrollbar */
.hs-scrollbar::-webkit-scrollbar {
  width: 14px;
}

.hs-scrollbar::-webkit-scrollbar-track {
  background-color: #a5a5a521;
}

.hs-scrollbar::-webkit-scrollbar-thumb {
  background-color: #969696;
  border-radius: 20px;
  border: 4px solid transparent;
  background-clip: content-box;
}

.hs-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #c2c2c2;
}

@media screen and (max-width: 767.9px) {
  .body-container--02-products-v2 .row-number-16.dnd-section {
    background: var(--white) !important;
  }
}

/* p-c-slider */
.p-c-slider-wrapper {
    height: 100%;
    margin-top: .8rem;
    padding-left: max(calc(50vw - (var(--container-width) / 2)), 1.5rem);
    padding-right: 0;
    width: 100%;
    overflow-x: hidden;
}

.p-c-slider.swiper {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw - 2rem);
    overflow: visible;
    width: 100%;
}

.p-c-slider .swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.p-c-slider .swiper-button-next,.p-c-slider .swiper-button-prev {
    background: var(--white);
    border-radius: 4.6rem;
    box-shadow: 0 2px 7px 0 hsla(0,0%,6%,.3);
    color: var(--black);
    height: 4.6rem;
    margin-top: -5rem;
    width: 4.6rem
}

.p-c-slider:not(.swiper-initialized) .swiper-button-next,
.p-c-slider:not(.swiper-initialized) .swiper-button-prev {
    display: none;
}

.p-c-slider .swiper-button-next:after,.p-c-slider .swiper-button-prev:after {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="27" fill="none" viewBox="0 0 28 27"><path fill="%23000" d="m8.298 4.138 8.578 9.375-8.578 9.375c-.208.228-.37.494-.478.781a2.6 2.6 0 0 0 0 1.844c.108.287.27.552.478.781.2.22.443.398.715.522a2.04 2.04 0 0 0 1.687 0c.273-.124.516-.302.715-.521l10.149-11.091c.208-.23.37-.494.479-.782a2.6 2.6 0 0 0 0-1.844 2.4 2.4 0 0 0-.479-.781L11.416.707c-.2-.22-.443-.399-.715-.524a2.04 2.04 0 0 0-1.688 0 2.2 2.2 0 0 0-.715.523c-.84.943-.862 2.49 0 3.431"/></svg>');
    content: "";
    height: 27px;
    width: 27px
}

.p-c-slider .swiper-button-prev:after {
    transform: scaleX(-1)
}

.p-c-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 200px;
  max-width: 300px;
}

.p-c-slider .card-wrapper {
  border-radius: .6rem;
  height: auto;
  text-decoration: none;
  width: 100%;
}

.p-c-slider .image-wrapper > img {
  aspect-ratio: 4 / 3;
  border-top-left-radius: .6rem;
  border-top-right-radius: .6rem;
  object-fit: cover;
  width: 100%;
}

.p-c-slider .card-wrapper h3 {
  align-items: center;
  border-bottom-left-radius: .6rem;
  border-bottom-right-radius: .6rem;
  color: var(--black);
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  justify-content: center;
  line-height: 2rem;
  padding: 1.5rem 1rem;
  text-align: center;
  text-transform: capitalize;
  transition: background-color .2s ease-in-out;
}

.p-c-slider .card-wrapper:hover h3 {
  background-color: #f5f5f5;
}

/* Text read more */
.hs-read-more__content {
  transition: max-height 0.3s ease;
  overflow: hidden;
}

.hs-read-more__content p:last-child {
 margin-bottom: 0; 
}

.hs-read-more .hs-line-clamp {
  display: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hs-read-more .button.hs-read-more-link,
.hs-read-more .button.hs-read-less-link {
  display: inline-flex;
  justify-content: flex-start;
  font-weight: 600;
  color: var(--base-color);
  background-color: transparent;
  padding: 0;
  min-height: 3rem;
  gap: 0.6rem;
  text-transform: capitalize;
}

.hs-read-more .button.hs-read-less-link svg {
  transform: rotate(180deg);
}

.hs-read-more .button.hs-read-more-link path,
.hs-read-more .button.hs-read-less-link path {
  transition: fill .2s ease;
}

.hs-read-more_white .button.hs-read-more-link,
.hs-read-more_white .button.hs-read-less-link {
  color: var(--white);
}

.hs-read-more_white .button.hs-read-more-link path,
.hs-read-more_white .button.hs-read-less-link path {
  fill: var(--white);
}

.hs-read-more .button.hs-read-more-link:hover,
.hs-read-more .button.hs-read-less-link:hover {
  color: var(--primary-color-2);
}

.hs-read-more .button.hs-read-more-link:hover path,
.hs-read-more .button.hs-read-less-link:hover path {
  fill: var(--primary-color-2);
}

/* Collapse toggle */
.collapse {
  overflow: hidden;
  transition: height 0.2s ease-in-out;
  height: 0;
}

.collapse__content {
  margin-top: 1rem;
}

@media (min-width: 768px) and (max-width:1100px) {
    .body-container-wrapper {
        padding-top: var(--hs-mobile-main-header-height);
    }
}

@media(max-width: 767px) {
  .hs-desktop-visible {
   display: none !important; 
  }
  
  .hs-mobile-visible {
   display: block !important; 
  }
  
  .dnd-section.hs-section {
    padding: 5rem 0;
  }
  
  .hs-section-title {
    font-size: 2.4rem;
  }
  
  .cta-button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  
  .body-container-wrapper {
    padding-top: var(--hs-mobile-main-header-height);
  }
}

@media (min-width: 768px) {
  .p-c-slider .swiper-button-next {
     right: 8rem; 
  }
  
  .p-c-slider.swiper {
    padding-right: 4rem;
  }
}

@media(min-width: 1024px) {
  /* Fix last slide visibility on desktop */
  .p-c-slider-wrapper {
    margin-right: -360px;
  }
}