/* Theme base styles */

:root {

	/* Spacing */

	--container-width: 1176px;
	--container-width-narrow: 984px;
	--vertical-spacing: 6rem;
	--gap: 2rem;

	/* Colors */

	--base-color: #000;
	--primary-color: #0093c6; /* blue green */
	--secondary-color: #72c9be; /* green sheen */
	--tertiary-color: #002b3c; /* prussian blue */
	--quaternary-color: #b0599d; /* pearly purple */
  --orange: #F49218;
  --green: #6FBB5A;
	/*--quaternary-color: #AB5498; /* pearly purple */
	--button__hover: #8B3278;

	--black: #000;
	--dark-gray: #242424;
	--light-gray: #fafafa; /* cultured, Form borders, table borders, table header, table footer */
	--medium-gray: #f3f3f3; /* platinum, Form placeholders, dividers */
	--white: #fff;


  --green__hover: #2F9415;
  --orange__hover: #ED6406;
  --blue__hover: #0D62A7;
  --purple__hover: #8B3278;

	/* Typography */

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

}

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

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

.hs_cos_wrapper_type_linked_image > img {
  border-radius: 4px;
}

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

/* .no-overflow-scroll-wrapper {
  overflow-x: hidden;
} */

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !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;
  }
}
.content-wrapper,
.content-wrapper__left {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

section .content-wrapper {
  padding: 0;
  max-width: 1136px;
}

@media (min-width: 1176px) {
  .content-wrapper__left {
    float: none;
    margin: 0 auto;
    padding: 0 0 0 20px;
    margin-left: calc((100vw - var(--container-width)) / 2);
    max-width: unset;
  }
}

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

section,
.dnd-section:not([class*="force-full-width-section"]),
.content-wrapper--vertical-spacing {
  padding: calc(var(--vertical-spacing) / 2) 2rem;
}
@media (min-width: 992px) {
  section,
  .dnd-section:not([class*="force-full-width-section"]),
  .content-wrapper--vertical-spacing {
    padding: var(--vertical-spacing) 2rem;
  }
}

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

/* 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(--base-color);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  word-break: break-word;
  letter-spacing: 0.5px;
}

b,
strong {
  font-weight: 600;
}

/* Anchors */

a {
  color: var(--quaternary-color);
  text-decoration: none;
  transition: all 0.2s ease;
}

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

a:active {
  color: var(--button__hover);
}

/* Paragraphs */

p {
  margin: 0 0 2rem;
}

/* Headings */

.content-header {
  margin-bottom: 4rem;
  max-width: 944px;
}

.content-header *:last-child {
  margin-bottom: 0 !important;
}

.content-header p:not(:first-child) {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15px;
  color: rgba(0, 43, 60, 0.7);
}

.content-header p:not(:first-child) strong {
  color: var(--tertiary-color);
}

.content-header p.subtitle-2,
.content-media-2__rich-text p:first-child:not(:last-child),
.content-media-1__rich-text p:first-child:not(:last-child) {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: var(--primary-color);
  font-size: 18px;
}

@media (max-width: 767px) {
  .content-header p:not(:first-child) {
    font-size: 18px;
    line-height: 1.33;
  }
}

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

h1,
.h1,
.hero h2 {
  font-size: 2.8rem;
  letter-spacing: -1px;
  line-height: 1.14;
}
h2,
.h2 {
  font-size: 2.6rem;
  letter-spacing: -0.5px;
  line-height: 1.17;
}
h3,
.h3 {
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1.4;
}
h4,
.h4 {
  font-size: 2rem;
  letter-spacing: 0.25px;
  line-height: 1.14;
}
h5,
.h5 {
  font-size: 1.8rem;
  letter-spacing: normal;
  line-height: 1.33;
}
h6,
.h6 {
  font-size: 1.6rem;
  letter-spacing: 0.15px;
  line-height: 1.6;
}

@media (min-width: 600px) {
  h1,
  .h1,
  .hero h2 {
    font-size: 3.6rem;
  }
}

@media (min-width: 992px) {
  h1,
  .h1,
  .hero h2 {
    font-size: 5.6rem;
  }
  h2,
  .h2 {
    font-size: 3.8rem;
  }
  h3,
  .h3 {
    font-size: 2.8rem;
  }
  h4,
  .h4 {
    font-size: 2.6rem;
  }
  h5,
  .h5 {
    font-size: 2.4rem;
  }
  h6,
  .h6 {
    font-size: 2rem;
  }
}

.subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.15px;
  color: var(--tertiary-color);
}

.subtitle-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}
.subtitle-3 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: var(--primary-color);
  font-size: 18px;
}

/* 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: 4px solid var(--quaternary-color);
  font-size: 1.8rem;
  font-style: italic;
  margin: 2rem 0;
  padding-left: 2rem;
}

/* Horizontal rules */

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




.more {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--quaternary-color);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}

a.more {
  display: inline-flex;
}

.more:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.33331L5.66666 5.99998L1 10.6666' stroke='%23AB5498' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  transition: all .3s ease;
}
a.blue.more,
a.orange.more,
a.green.more,
a.purple.more {
  display: inline-flex;
}
.blue.more:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.33331L5.66666 5.99998L1 10.6666' stroke='%230093c6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.orange.more:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.33331L5.66666 5.99998L1 10.6666' stroke='%23f49218' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.green.more:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.33331L5.66666 5.99998L1 10.6666' stroke='%236fbb5a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.more__down:after {
  transform: rotate(90deg);
  background-position: center center;
}

.more__wrapper:hover .more,
a.more:hover {
  color: var(--button__hover);
}
a.more:hover {
  text-decoration: underline;
}
.more__wrapper:hover .more span,
a.more:hover span {
  text-decoration: underline;
}

.more__wrapper:hover .more:after,
a.more:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15M15 8L8 1M15 8L8 15' stroke='%238B3278' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
a.orange.more:hover:after,
.orange.more:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15M15 8L8 1M15 8L8 15' stroke='%23ed6406' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
a.blue.more:hover:after,
.blue.more:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15M15 8L8 1M15 8L8 15' stroke='%230d62a7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
a.green.more:hover:after,
.green.more:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15M15 8L8 1M15 8L8 15' stroke='%232f9415' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.button, .hs-button, a[class*='button--'] {
  cursor: pointer;
  display: inline-block;
  padding: 1.2rem 3.2rem;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 2.4rem;
  white-space: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.text-link.green {
  color: var(--green);
}

.text-link.blue {
  color: var(--primary-color);
}

.text-link.orange {
  color: var(--orange);
}

.text-link.green:hover {
  color: var(--green__hover);
}

.text-link.blue:hover {
  color: var(--blue__hover);
}

.text-link.orange:hover {
  color: var(--orange__hover);
}

/* Primary - Digimatix (purple) */

.button--primary, .button--purple, .hs-button {
  background-color: var(--quaternary-color);
  color: var(--white);
}

.button--primary:hover,
.button--primary:focus,
.button--purple:hover,
.button--purple:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: var(--button__hover);
  color: var(--white);
}


.button--secondary,
.button.button--secondary {
  display: inline-flex;
}

.button--secondary,
.button.button--secondary {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--quaternary-color);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  text-align: left;
}

.button--secondary:after,
.button.button--secondary:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.33331L5.66666 5.99998L1 10.6666' stroke='%23AB5498' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  transition: all .3s ease;
}

.button--secondary:hover,
.button.button--secondary:hover {
  color: var(--button__hover);
  text-decoration: underline;
}

.button--secondary:hover span,
.button.button--secondary:hover span {
  text-decoration: underline;
}

.button--secondary:hover:after,
.button.button--secondary:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15M15 8L8 1M15 8L8 15' stroke='%238B3278' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* White */

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

.button--white:hover,
.button--white:focus {
  background-color: var(--button__hover);
  color: var(--white);
}

/* Pandemix orange */

.button--orange {
  background-color: #F49218;
  color: #fff;
}

.button--orange:hover,
.button--orange:focus {
  background-color: var(--orange__hover);
  color: var(--white);
}

/* Diagnostix (green) */

.button--green {
  background-color: #6FBB5A;
  color: #fff;
}

.button--green:hover,
.button--green:focus {
  background-color: var(--green__hover);
  color: var(--white);
}

/* Telemedix (blue) */

.button--blue {
  background-color: var(--primary-color);
  color: #fff;
}

.button--blue:hover,
.button--blue:focus {
  background-color: var(--blue__hover);
  color: var(--white);
}


/* Icon */

.button--icon {
  display: flex;
  align-items: center;
  gap: calc(var(--gap) / 2);
}

.button--icon svg path {
  transition: all .2s ease;
}

.button--icon:hover svg path {
  stroke: #fff;
}

/* Full */

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

/* Small */

@media (min-width: 1025px) {
  .button--small {
    padding: .8rem 2.4rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
  }
}




.ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 5.2rem;
}

@media (max-width: 599px) {
  .ctas .cta {
    width: 100%;
  }

  .ctas .cta a {
    display: flex;
    justify-content: center;
  }
}
/* Labels */

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

/* 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"],
input[type="search"],
select,
form textarea {
  display: block;
  padding: 1rem 2.4rem;
  width: 100%;
  margin-bottom: 2rem;
  background-color: var(--white);
  border: 2px solid var(--medium-gray);

  border-radius: 2.4rem;

  font-size: 1.6rem;
  line-height: 1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  margin-bottom: 0;

  width: 100%;
  height: 4.8rem;
  line-height: 2.8rem;
  cursor: pointer;

  box-shadow: 0px 8px 28px -6px rgba(27, 80, 104, 0.06), 0px 18px 88px -4px rgba(27, 80, 104, 0.08);
  border-radius: 24px;

  padding-right: 3rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 11px 6px;
  background-position: right 1.6rem center;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5332 1L5.5332 5L9.5332 1' stroke='%23002B3C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.body-container--2101A form select {
  margin-bottom: 2rem;
}

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

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

::-webkit-input-placeholder {
  color: rgba(0, 43, 60, 0.6);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: rgba(0, 43, 60, 0.6);
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

.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"] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 1rem;
  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 {
  margin-left: 1rem !important;
}

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

/* Submit button */

form input[type="submit"] {
  


  cursor: pointer;
  display: inline-block;
  padding: 1.2rem 3.2rem;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 2.4rem;
  white-space: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  background-color: var(--quaternary-color);
  color: var(--white);
}

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

.hs_error_rollup {
    display: none;
}

/* Captcha */
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 0 0 35px;
}
.grecaptcha-badge {
  margin: 0;
}

/* 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);
}
.wave {
  display: block;
  aspect-ratio: 1512 / 96;
  position: relative;
}

.wave.bg-white {
  background: #fff;
}

.wave.bg-light_blue {
  background: #E9F9FF;
}

.wave.top {
  margin-bottom: -1px;
}

.wave.left svg {
  transform: scaleX(-1);
}

.wave svg {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.wave.shadow svg {
  filter: drop-shadow(0px -8px 8px rgba(27, 80, 104, 0.02));
}

.wave.bg-light_blue_gradient:before {
  content: '';
  width: 100%;
  height: 400px;
  background: linear-gradient(360deg, #E9F9FF 0%, #FFFFFF 53.13%);
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -2;
}

/* Components */

.body-wrapper > div[data-global-resource-path="Akinox/templates/partials/header.html"] {
  position: sticky;
  top: -50px;
  z-index: 9;
}

body.modal-open .body-wrapper > div[data-global-resource-path="Akinox/templates/partials/header.html"] {
  z-index: unset;
}

.header {
  background: #fff;
  box-shadow: 0px 8px 28px -6px rgba(27, 80, 104, 0.06), 0px 18px 88px -4px rgba(27, 80, 104, 0.08);
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}


/* Top Bar */

.header__top {
  background: var(--medium-gray);
  padding: 1.2rem 0;
}
.header__language-switcher--mobile {
  display: none;
}
.header__language-switcher.header--element.header__language-switcher--mobile {
  padding: 20px;
}
.header__language-switcher.header--element.header__language-switcher--mobile .globe_class {
  background-image: none;
  height: 0;
  width: 0;
}


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

.header__top .hs-menu-wrapper a {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.5px;
  color: var(--tertiary-color);
}
.header__top .hs-menu-wrapper a:hover {
  color: var(--quaternary-color);
}

.header__top .header__row {
  gap: 40px;
}


.header__top .lang_switcher_class {
  display: block;
}

.header__language-switcher {
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class{
  position: static;
}

.header__top .globe_class {
  background-image: none;
  height: 0px;
  width: 0px;
}

.header__language-switcher .lang_list_class:before,
.header__language-switcher .lang_list_class:after {
  display: none;
}
.header__language-switcher .lang_list_class {
  background: #FFFFFF;
  box-shadow: 0px 8px 28px -6px rgba(27, 80, 104, 0.06), 0px 18px 88px -4px rgba(27, 80, 104, 0.08);
  border-radius: 8px;

  display: grid !important;
  grid-template-columns: 1fr;
  gap: 16px;
  left: auto;
  opacity: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 2.4rem;
  text-align: left;
  top: 100%;
  transform: none;
  transition: opacity 0.3s;
  right: 0;
  visibility: hidden;
}

.header__language-switcher.open .lang_list_class {
  opacity: 1;
  visibility: visible;
}
.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 0.7778rem;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 0;
  border-radius: 8px 8px 0 0;
}
.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  border-radius: 0 0 8px 8px;
}
.header__language-switcher .lang_list_class li a {
  display: block;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.5px;
  color: var(--tertiary-color);
}
.header__language-switcher .lang_list_class li a:hover {
  color: var(--quaternary-color);
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}
.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  gap: 8px;
  width: 100%;
  transition: all .2s ease;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.5px;
  color: var(--tertiary-color);
}
.header__language-switcher--label-current:hover {
  color: var(--quaternary-color);
}
.header__language-switcher--label-current:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5332 1L5.5332 5L9.5332 1' stroke='%23002B3C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 6px;
  width: 11px;
  transition: all .2s ease;
}

.header__language-switcher--label-current:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5332 1L5.5332 5L9.5332 1' stroke='%23AB5498' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header__language-switcher > span {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  right: -1px;
  top: 18px;
}




/* Header container */

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.header__row {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1024px) {
  .header__container {
    position: relative;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1024px) {
  .header__navigation {
    display: none;
    width: 100%;
  }

  .header__navigation.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    max-height: calc(100vh - 88px);
    overflow: auto;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }
}
.footer {
  padding: 5.6rem 0;
  background-color: #00344B;
  color: var(--white);
  position: relative;
}

.footer-wave {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='1512' height='96' viewBox='0 0 1512 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M555.5 0C333.5 0 132.318 54.1907 0 96H1512C956 27.7149 777.5 0 555.5 0Z' fill='%2300344B'/%3E%3C/svg%3E%0A");
  background-size: cover;
  aspect-ratio: 1512 / 96;
  margin-bottom: -1px;
  position: relative;
  transform: scaleX(-1);
}

.footer-top {
  display: flex;
  align-items: flex-start;
  gap: 32px 16px;
}

.footer-logo {
  width: 176px;
}

.footer-social {
  padding: 5px 2% 0 0;
}

.footer-social .subtitle-2 {
  margin-bottom: 0;
  white-space: nowrap;
}

.footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 20px;
}

.footer-social ul li:first-child {
  width: 100%;
}

.footer-social a svg path {
  transition: all .3s ease;
}

.footer-social a:hover svg g path {
  stroke: var(--button__hover);
}

.footer-social a:hover svg > path {
  fill: var(--button__hover);
}

@media (max-width: 1024px) {
  .footer-social {
    padding: 0 2.5% 0 4%;
  }
}

.footer-subscribe {
  width: 368px;
}

.footer-subscribe form {
  display: flex;
  gap: 8px;
}

.footer-subscribe .hs-form-field {
  width: calc(100% - 56px);
}

.footer-subscribe .hs-form-field > label {
  display: none;
}

.footer-subscribe .hs-form-field input[type="email"] {
  height: 48px;
}

.footer-subscribe .hs_error_rollup {
  display: none !important;
}

.footer-subscribe .hs_submit {
  width: 48px;
}

.footer-subscribe .hs-error-msg {
  color: #fff;
}

.footer-subscribe .hs_submit input[type="submit"] {
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  background-color: var(--quaternary-color);
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2842 11.1421H4.72788M20.2842 11.1421L1.19234 20.3345L4.72788 11.1421M20.2842 11.1421L1.19234 1.94975L4.72788 11.1421' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-subscribe .hs_submit input[type="submit"]:hover {
  background-color: var(--button__hover);
}

.footer-subscribe .hs-error-msgs {
  margin: 0;
  position: absolute;
}



@media (max-width: 1023px) {
  .footer-top {
    flex-wrap: wrap;
  }

  .footer-top > .footer-social {
    width: calc(100% - 202px);
  }

  .footer-top > .footer-subscribe,
  .footer-top > .footer-switcher {
    width: calc(50% - 8px);
  }
}

@media (max-width: 767px) {
  .footer-top {
    flex-wrap: wrap;
  }

  .footer-top > .footer-col {
    width: 100% !important;
    max-width: 450px;
    margin: 0 auto;
  }

  .footer-top > .footer-social {
    padding: 0;
  }

  .footer-top .footer-logo,
  .footer-top .footer-social {
    text-align: center;
  }

  .footer-social ul {
    justify-content: center;
  }
}



.footer-switcher {
  width: 200px;
  max-width: 200px;
  margin-left: auto;
}

.footer .lang_switcher_class {
  display: block;
}

.footer__language-switcher {
  background: #fff;
  border: 0;
  border-radius: 2.4rem;
  cursor: pointer;
  padding: 1.2rem 2.4rem;
}

.footer__language-switcher .lang_switcher_class{
  position: static;
}

.footer .globe_class {
  background-image: none;
  height: 0px;
  width: 0px;
}

.footer__language-switcher .lang_list_class:before,
.footer__language-switcher .lang_list_class:after {
  display: none;
}
.footer__language-switcher .lang_list_class {
  border: 1px solid #F0F0F0;
  border-radius: 0 0 6px 6px;
  display: block;
  left: 0;
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transform: none;
  transition: opacity 0.3s;
  right: 0;
  visibility: hidden;
}

.footer__language-switcher.open .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}
.footer__language-switcher .lang_list_class li {
  border: none;
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
}
.footer__language-switcher .lang_list_class li:first-child {
  border-top: none;
}
.footer__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
}
.footer__language-switcher .lang_list_class li a {
  display: block;
  padding: 10px 20px;
}
.footer__language-switcher .lang_list_class li a:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}
.footer__language-switcher .lang_list_class li a,
.footer__language-switcher .lang_list_class li a:hover,
.footer__language-switcher--label-current {
  color: var(--tertiary-color);
}

.footer__language-switcher--label {
  display: flex;
  position: relative;
}
.footer__language-switcher--label-current {
  align-items: center;
  display: flex;
  width: 100%;
}
.footer__language-switcher--label-current:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23002B3C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  margin: 2px 0 0 auto;
  width: 14px;
}
.footer__language-switcher > span {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  right: -1px;
  top: 18px;
}




.footer-bottom {
  padding-top: 56px;
  border-top: 1px solid #fff;
  margin-top: 25px;
}

.footer-bottom .hs-menu-flow-horizontal > ul {
  display: grid;
  gap: 32px 16px;
  grid-template-columns: repeat(6, 1fr);
}

.footer-bottom .hs-menu-flow-horizontal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-bottom .hs-menu-flow-horizontal ul ul {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.footer-bottom ul > li > a {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: var(--white);
}

.footer-bottom .hs-menu-flow-horizontal > ul > li > a[href="javascript:void(0);"] {
  color: var(--white) !important;
  cursor: text;
}

.footer-bottom ul ul a {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: var(--white);
}
.footer-bottom ul > li > a:hover,
.footer-bottom ul ul a:hover {
  color: rgba(255, 255, 255, 0.6);
}


.footer-meta {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 56px;

  display: flex;
  justify-content: center;
  gap: 2.4rem 5.2rem;
}

.footer--no-navigation .footer-meta {
  margin-top: 0;
}

.footer-meta a {
  color: var(--white);
  display: inline-block;
  margin-left: 24px;
}

.footer-meta a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.footer-links > span {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 5.2rem;
}


@media (max-width: 799px) {
  .footer-bottom .hs-menu-flow-horizontal > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .footer-meta {
    flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  .footer-bottom .hs-menu-flow-horizontal > ul {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .footer-bottom .hs-menu-flow-horizontal ul ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 1.6rem 0 0 0;
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .5px;
  }

  .footer-bottom .hs-menu-flow-horizontal > ul > li:not(:last-child) {
    padding: 0 0 2.4rem;
    border-bottom: 1px solid rgba(243,243,243, .3);
  }

  .footer-bottom ul > li.hs-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer !important;
  }

  .footer-bottom ul > li.hs-item-has-children > a:after {
    content: '';
    display: inline-block;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 8px;
    transition: all .2s ease;
  }

  .footer-bottom ul > li.hs-item-has-children > a.open:after {
    transform: rotate(180deg);
  }

  .footer-bottom .hs-menu-flow-horizontal ul a.open + ul {
    display: grid;
  }
}

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

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

.p-none {
  padding: 0 !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.2);
}
.text-small {
  font-size: calc(var(--base-font-size) * 0.8);
}

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