/* Theme base styles */

:root {

	/* Spacing */

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

	/* Colors */

	--base-color: #53556E;
	--primary-color: #B81AD1;
	--secondary-color: #181F4A;
	--blue: #3096FF;
	--fourth-color: #122161;
  --purple: #590E66;
  --green: #32D974;

  --light-blue: #00BFFF;


	--black: #000;
	--dark-gray: #272733;
	
	--light-gray: #ebf1f8;
  --alt-gray: #EFF4FA;
  --gray: #8082A8;
	--medium-gray: #53556E; /* form borders, form placeholders, table borders, table header, table footer, dividers */
	--white: #fff;

  --gradient-blue: linear-gradient(90deg, #00BFFF 0%, #181F4A 100%);
  --gradient-violet: linear-gradient(90deg, #B81AD1 -4.69%, #590E66 100%);

  /* SVG icon Filters */
  --icon-primary: invert(22%) sepia(72%) saturate(4917%) hue-rotate(284deg) brightness(90%) contrast(102%);
  --icon-secondary: invert(14%) sepia(9%) saturate(6584%) hue-rotate(202deg) brightness(93%) contrast(101%);
  --icon-tertiary: invert(46%) sepia(60%) saturate(2902%) hue-rotate(195deg) brightness(106%) contrast(102%);

	/* Typography */

	--base-font-size: 1.8rem;
	--base-line-height: 1.78;
	--primary-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;
}

@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 {
  max-width: var(--container-width);
  margin: 0 auto;
}

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



@media (min-width: 1180px) {
  .content-wrapper__left {
    padding-right: 0 !important;
    margin-left: calc((100% - 1180px) / 2);
  }
}

@media (max-width: 1179px) {
  .content-wrapper__left {
    max-width: var(--container-width);
    margin: 0 auto;
  }
}

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

.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:not([class*='force-full-width']),
  .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;
}

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

/* 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);
  letter-spacing: 0.5px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Anchors */

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

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

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

/* Paragraphs */

p {
  margin: 0 0 2rem;
}

/* Content Header */

.sub-heading {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.4rem;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--dark-gray);
}

h1,
.h1 {
  font-size: 3.6rem;
}
h2,
.h2 {
  font-size: 2.8rem;
}
h3,
.h3 {
  font-size: 2.4rem;
}
h4,
.h4 {
  font-size: 2.2rem;
}
h5,
.h5 {
  font-size: 2rem;
}
h6,
.h6 {
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 5rem;
  }
  h2,
  .h2 {
    font-size: 4.2rem;
  }
  h3,
  .h3 {
    font-size: 3.2rem;
  }
}


.header__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 6.4rem;
}

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

.header-content {
  max-width: 78rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.header-content.fullwidth {
  max-width: 100%;
}

.header-content.white,
.header-content.white h2 {
  color: #fff;
}

@media (min-width: 992px) {
  .header__wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header__wrapper .header-content {
    flex: 0 1 58rem;
    text-align: left;
    max-width: 58rem;
    margin: 0;
  }

  .header__wrapper .header-text {
    flex: 1;
  }
}

@media (max-width: 991px) {
  .header__wrapper .header-content,
  .header__wrapper .header-text {
    text-align: center;
  }

  .header__wrapper .dot:before,
  .header__wrapper .dot:after {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.text__gradient-primary h2 {
  background: linear-gradient(90deg, #B81AD1 -4.69%, #590E66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.text__gradient-secondary h2 {
  background: linear-gradient(90deg, #00BFFF 0%, #181F4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


.dot.before:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--light-blue);
  margin: 0 0 3rem;
}

.dot.before.primary:before,
.dot.before.violet:before {
  background: var(--primary-color);
}

.dot.before.secondary:before,
.dot.before.dark_blue:before {
  background: var(--secondary-color);
}

.dot.before.blue:before {
  background: var(--blue);
}

.dot.before.royal_blue:before {
  background: var(--fourth-color);
}

.dot.before.purple:before {
  background: var(--purple);
}

.dot.before.green:before {
  background: var(--green);
}

.dot.center:before,
.dot.center:after {
  margin-left: auto;
  margin-right: auto;
}

.line {
  position: relative;
}

.line.left:before {
  content: '';
  display: block;
  width: 8px;
  height: 64px;
  border-radius: 8px;
  background: var(--green);
  position: absolute;
  left: -28px;
  top: 0;
}

/* 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 {
  font-size: 2.4rem;
  font-style: italic;
  margin: 2rem 0;
  padding-left: 2rem;
  position: relative;
}

blockquote:before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-radius: 8px;
  background: var(--green);
  position: absolute;
  left: 0;
  top: 0;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--medium-gray);
  margin: 4rem auto;
}
.button,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 1rem 4rem;
  border: 0;
  border-radius: 2.4rem;
  appearance: none;
  transition: all 0.2s ease;
  text-align: center;
  white-space: normal;
  cursor: pointer;

  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.5px;

  position: relative;
  isolation: isolate;
}

.button:hover,
.button:focus {
  box-shadow: 0px 3px 14px 6px rgba(184, 26, 209, 0.2);
  color: #fff;
}

/* 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);
  color: var(--white);
}

.button--primary,
.button--purple {
  --x: 100%;
  --c1: var(--primary-color);
  --c2: var(--blue);
  background-color: var(--primary-color);
  background: linear-gradient(
      90deg,
      var(--c2, #f6d365),
      var(--c1, #fda085) 49%,
      var(--c1, #f6d365)
    )
    var(--x, 0) / 200%;
  color: var(--white);
  transition: 0.5s;
}

.button--primary:hover,
.button--purple:hover {
  --x: 0%;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus,
form input[type="file"]::-webkit-file-upload-button:hover,
form input[type="file"]::-webkit-file-upload-button:focus,
form input[type="file"]::file-selector-button:hover,
form input[type="file"]::file-selector-button:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: var(--purple);
  color: var(--white);
  box-shadow: 0px 3px 14px 6px rgba(184, 26, 209, 0.2);
}

.button--primary:active,
.button--purple: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(--purple);
  color: var(--white);
}

/*.button--primary:after,
.button--purple:after {
  content: '';
  display: block;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, #3096FF 0%, #B81AD1 100%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
  border-radius: 2.4rem;
}

.button--primary:focus:after,
.button--primary:hover:after,
.button--purple:focus:after,
.button--purple:hover:after {
  opacity: 1;
}*/

/* Secondary */

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

.button--secondary.active,
.button--secondary:hover,
.button--secondary:focus {
  background-color: var(--secondary-color);
  color: var(--white);
  box-shadow: 0px 3px 14px 6px rgba(167, 167, 167, 0.2);
}

.noshadow {
  box-shadow: none !important;
}

/* white */

.button--white {
  background-color: var(--white);
  color: var(--primary-color);
  border: 1px solid var(--white);
  padding: 1rem 3.9rem 0.9rem;
}

.button--white span {
  background: linear-gradient(102.49deg, #B81AD1 0%, #590E66 100%);
  -webkit-background-clip: text;
  background-clip: text;
  transition: all .2s ease;
}

.button--white:after {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

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

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

.button--white span {
  background: linear-gradient(99.72deg, #3096FF 0%, #B81AD1 100%);
  background-clip: text;
  -webkit-background-clip:text;
  color:rgba(184, 26, 209,1);
}

.button--white:hover span,
.button--white:focus span {
  color: var(--white);

}

/* Bordered */

.button--bordered {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 3.9rem 0.9rem;
}

.button--bordered:hover,
.button--bordered:focus {
  box-shadow: none;
}

.button--bordered.primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

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

.button--bordered.secondary {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.button--bordered.secondary:hover,
.button--bordered.secondary:focus,
.button--bordered.secondary.active,
.is-nav-selected .button--bordered.secondary,
.is-nav-selected.button--bordered.secondary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white);
  box-shadow: 0px 3px 14px 6px rgba(167, 167, 167, 0.2);
}

.button--bordered.white {
  color: var(--white);
  border-color: var(--white);
}

.button--bordered.white:hover,
.button--bordered.white:focus {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  box-shadow: 0px 3px 14px 6px rgba(48, 150, 255, 0.2);
}



/* Blue */

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

.button--blue:hover,
.button--blue:focus {
  background-color: var(--light-blue);
  color: var(--white);
  box-shadow: 0px 3px 14px 6px rgba(48, 150, 255, 0.2);
}

.button--blue:active {
  background-color: var(--light-blue);
  color: var(--white);
}

/* Gray */

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

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

.button--gray:active {
  background-color: var(--dark-gray);
  color: var(--white);
}

/* Text */

.button--text {
  min-height: auto;
  padding: 0;
  background: linear-gradient(99.72deg, #3096FF 0%, #B81AD1 100%);
  background-clip: text;
  -webkit-background-clip:text;
  color:rgba(184, 26, 209,1);
}

.button--text:hover,
.button--text:focus,
a.card:hover span.button--text {
  box-shadow: none;
  color:rgba(184, 26, 209,0);
}

.button--text:active {
  color: var(--fourth-color);
}

.button--text:after {
  background-size: 5px 8px !important;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline;
  margin-left: 0.8rem;
  transition: all .2s ease;
  padding: 7px 3px !important;
  white-space: nowrap;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='8' viewBox='0 0 5 8' width='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.71 7.28997 2.59-2.59c.39-.39.39-1.02 0-1.41l-2.59-2.589999c-.63-.6199998-1.71-.18-1.71.709999v5.17c0 .9 1.08 1.34 1.71.71z' fill='%23B81AD1'/%3E%3C/svg%3E");
}

@media (max-width: 399px) {
  .button--text {
    display: inline-block;
  }
}

a.card:hover span.button--text:after,
.button--text:hover:after {
  transform: translateX(0.5rem);
}

.button--text.arrow:after {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 8.99997h11.17l-4.88 4.88003c-.39.39-.39 1.03 0 1.42s1.02.39 1.41 0l6.59-6.59003c.39-.39.39-1.02 0-1.41l-6.58-6.599999c-.39-.39-1.02-.39-1.41 0-.39.389999-.39 1.019999 0 1.409999l4.87 4.89h-11.17c-.55 0-1 .45-1 1s.45 1 1 1z' fill='%23b81ad1'/%3E%3C/svg%3E");
}

/* 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 > svg {
  height: 1rem;
}

/* Arrow */
.button--arrow:after {
  transition: all .2s ease;
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 1.4rem;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='8' viewBox='0 0 5 8' width='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.71 7.28997 2.59-2.59c.39-.39.39-1.02 0-1.41l-2.59-2.589999c-.63-.6199998-1.71-.18-1.71.709999v5.17c0 .9 1.08 1.34 1.71.71z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

/* Full */

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

/* Large */

.button--large {
  padding: 3rem 2rem;
  font-size: calc(var(--base-font-size) * 1.5);
}

/* CTA Override */

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


/* CTAs */
.ctas {
  display: flex;
  gap: 1.2rem;
}

.ctas.center {
  justify-content: center;
}

@media (max-width: 599px) {
  .ctas {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ctas .cta {
    width: 100%;
  }

  .ctas .button {
    width: 100%;
    justify-content: center;
  }
}
.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem 2rem;
}

.cards__hidden {
  display: none;
}

@media (min-width: 768px) {
  .cards__4 {
    grid-template-columns: repeat(4, auto);
  }

  .cards__3 {
    grid-template-columns: repeat(3, auto);
  }

  .cards__2 {
    grid-template-columns: repeat(2, auto);
  }

  .cards__4 .card__wide:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .cards__4 .card__wide:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
  }

  .cards__4 .card__wide:last-child {
    grid-column-start: 3;
    grid-column-end: 5;
  }
}


.card.bordered {
  border: 1px solid #EFF4FA;
  border-radius: 2.4rem;
  padding: 2.4rem;
}

a.card:not(.noshadow):hover {
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.1);
}

.card__image:after {
  content: '';
  background: radial-gradient(50% 88.89% at 100% 100%, #B81AD1 0%, rgba(184, 26, 209, 0) 100%);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .5s ease-in-out;
  transform: translate(50%, 50%);
}

.card:hover .card__image:after {
  opacity: 1;
  transform: translate(0, 0);
}

.card__image {
  display: block;
  width: 100%;
  height: 210px;
  margin-bottom: 1.6rem;
  border-radius: 1.6rem;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.card__image img {
  border-radius: 1.6rem;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  transition: all .4s ease;
  transform: scale(1);
}

/*.card__image:hover img {
  transform: scale(1.05);
}*/

.card__title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: var(--secondary-color);
  margin-bottom: 0.4rem;
  transition: all .2s ease;
}

.card__title a {
  color: var(--secondary-color);
}

a.card:hover .card__title,
.card__title a:hover {
  color: var(--purple);
}

.card__details {
  color: var(--medium-gray);
}

.card__content {
  font-size: 1.4rem;
  line-height: 1.71;
}

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

.card .button {
  margin-top: 1.6rem;
}

.card .button--text {
  margin-top: 0;
}

@media (max-width: 767px) {
  .card__content {
    margin-bottom: .5rem;
  }
}
/* Labels */

form label,
.fakelabel {
  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"],
form select,
form textarea {
  display: block;
  padding: 1rem 2rem;
  width: 100%;
  min-height: 4.4rem;
  margin-bottom: 2rem;
  background-color: var(--alt-gray);
  border: 1px solid var(--alt-gray);
  border-radius: 2.4rem;
}

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% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid var(--alt-gray);
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
}

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

.landing-page form input[type="text"],
.landing-page form input[type="email"],
.landing-page form input[type="password"],
.landing-page form input[type="tel"],
.landing-page form input[type="number"],
.landing-page form input[type="file"],
.landing-page form select,
.landing-page form textarea {
  background-color: var(--white);
  border: 1px solid var(--white);
}

.landing-page form select {
  border: 1px solid var(--white);
}

.contact-page form input[type="text"],
.contact-page form input[type="email"],
.contact-page form input[type="password"],
.contact-page form input[type="tel"],
.contact-page form input[type="number"],
.contact-page form input[type="file"],
.contact-page form select,
.contact-page form textarea {
  background-color: var(--white);
  border: 1px solid var(--white);
}

.contact-page form select {
  border: 1px solid var(--white);
}

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

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

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

/* Inputs - checkbox/radio */

.inputs-list {
  margin: 0 0 2rem 0;
  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);
}

/* 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;
  }
}
.hero {
  padding: 7rem 2rem 16rem;
  position: relative;
  background: var(--secondary-color);
}

.hero:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  right: 0;
  aspect-ratio: 1512/28;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='1512' height='28' viewBox='0 0 1512 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 27.5H1512V12.2222C1512 12.2222 1388 -15.2778 756 12.2222C124 39.7222 0 12.2222 0 12.2222V27.5Z' fill='white'/%3E%3C/svg%3E");
}

.hero__flex {
  padding-top: 6rem;
}

.hero__text {
  padding: 8rem 2rem 11rem;
  text-align: center;
}

.hero > div[class*="content-wrapper"]:first-child {
  position: relative;
  z-index: 2;
}

.hero__flex > div[class*="content-wrapper"]:first-child {
  display: flex;
  align-items: center;
  gap: 5rem 10rem;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 2.8rem;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .body-container--home .hero {
    padding-top: 14rem;
  }

  .body-container--home .hero h1 {
    font-size: 5.5rem;
    line-height: 1.11;
    letter-spacing: -1px;
  }
}

.hero__content {
  color: #fff;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

.hero__content p {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

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

.hero__flex .hero__content {
  flex: 0 1 58rem;
}

.hero__flex .hero__image {
  /*margin-left: auto;*/
  margin-right: -2rem;
  flex: 0 1 66.5rem;
}

.hero__flex .hero__video {
  margin-left: auto;
  flex: 0 1 57.8rem;
  position: relative;
}

.hero__flex .hero__video:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.4rem;
  height: 6.4rem;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23590E66' d='m8.8 13.9 4.67-3.5c.27-.2.27-.6 0-.8L8.8 6.1a.5.5 0 0 0-.8.4v7c0 .41.47.65.8.4ZM10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

.hero__flex .hero__image img {
  filter: drop-shadow(0px 0px 73.8092px rgba(0, 0, 0, 0.65));
}

.hero__video-wrapper {
  width: calc(100% + 4rem);
  position: relative;
  margin: 5rem -2rem -12rem;
  padding: 0 2rem;
  overflow: hidden;
}

.hero__video-wrapper video {
  width: 100%;
}

.hero__collage .hero__content,
.hero__video .hero__content {
  max-width: 87rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}


.body-container--home .hero__video .hero__content {
  max-width: 100%;
}

.hero__collage-wrapper {
  width: calc(100% + 4rem);
  display: flex;
  position: relative;
  margin: 7.5rem -2rem -24rem;
  padding: 0 2rem;
  overflow: hidden;
}

.hero__collage-image img {
  border-radius: 2.4rem;
}

.hero__collage-image.image-2 {
  width: 52.545454545454545%;
  margin: 6.5rem auto 0;
  position: relative;
  z-index: 3;
}

.hero__collage-image.image-1,
.hero__collage-image.image-3 {
  width: 29.636363636363636%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.hero__collage-image.image-1 {
  left: 2rem;
}

.hero__collage-image.image-3 {
  right: 2rem;
}

.hero__collage-image.image-2 svg {
  position: absolute;
  top: 7rem;
  left: -5rem;
  z-index: -1;
}

.collage__wave {
  border-radius: 0;
  position: absolute;
  bottom: -12rem;
  left: 24rem;
  z-index: -1;
  transform: translateY(-50%) scaleX(-1);
  width: 129.065743944636678%;
}


.hero__ctas {
  margin-top: 4rem;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero__bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  /*object-position: left bottom;*/
  object-position: center;
}

.hero__bg video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.hero .content-wrapper {
  position: relative;
  z-index: 2;
}

.hero__resource {
  position: absolute;
  top: 9rem;
  border-radius: 24px;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  background: #ebf1f8;
  left: 0;
  right: 0;
}

@media (min-width: 1220px) {
  .hero__resource {
    max-width: var(--container-width);
  }
}

@media (max-width: 767px) {
  .hero__resource {
    flex-direction: column;
    position: relative;
    top: unset;
    width: 100%;
    margin-top: 4rem;
  }
}

.hero__resource-icon {
  width: 4.8rem;
}

.hero__resource-content {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.25px;
  color: var(--secondary-color);
}

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

@media (max-width: 991px) {
  .hero {
    text-align: center;
  }

  .hero__flex > div[class*="content-wrapper"]:first-child {
    display: grid;
  }

  .hero__flex {
    padding-right: 2rem;
  }

  .hero__flex .hero__image {
    max-width: 480px;
    margin: 0 auto;
  }

  .hero__ctas {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .hero__ctas .button {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .hero__collage-image.image-2 svg {
    top: 2rem;
    left: -2rem;
    width: 3rem;
    height: 3rem;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 7rem 2rem 8rem;
  }

  .hero__collage-image img {
    border-radius: 0.7rem;
  }
}

@media (max-width: 600px) {
  .hero__content {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero__collage-wrapper {
    margin-bottom: -16rem;
  }

  .hero__collage-image.image-2 {
    margin-top: 2rem;
    width: 60.714285714285714%;
  }

  .hero__collage-image.image-1 {
    left: 0;
  }

  .hero__collage-image.image-3 {
    right: 0;
  }
}
.icon path {
  transition: all .3s ease;
}

.icon.primary path,
.icon.primary-hover:hover path {
  fill: var(--primary-color);
}

.icon.secondary path,
.icon.secondary-hover:hover path {
  fill: var(--secondary-color);
}

.icon.tertiary path,
.icon.tertiary-hover:hover path {
  fill: var(--blue);
}

.icon.purple path,
.icon.purple-hover:hover path {
  fill: var(--purple);
}
/* 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 */

.header {
  position: relative;
  background-color: var(--white);
  border-bottom: 1px solid var(--light-gray);
}

.header__container {
  padding: 2rem;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Logo */

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

/* Nav */

.header__navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Navigation skipper */

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

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}
.footer {
  padding: 6.6rem 2rem;
  background-color: var(--white);
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.25px;
  color: var(--gray);
}

.footer__menu a,
.footer__copyright a {
  color: #70739E;
}

.footer__menu a:hover,
.footer__copyright a:hover {
  color: var(--secondary-color);
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.2rem 2rem;
}

.footer__left {

}

.footer__logo {
  margin-bottom: 2.5rem;
}

.footer__social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.footer__ctas {
  padding-top: 3.2rem;
}

.footer__ctas .button {
  width: 132px;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.71;
  justify-content: center;
}

.footer__subscribe .submitted-message {
  color: var(--base-color);
}

.footer__subscribe h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.25px;
  margin-bottom: 0.8rem;
}

.footer__menu {
  padding: 4rem 0;
  margin-top: 3.6rem;
  border-top: 1px solid #EFF4FA;
}

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

.footer__menu .hs-menu-wrapper > ul {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.footer__menu li.hs-item-has-children > a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.25px;
  cursor: text;
  color: var(--fourth-color);
}

.footer__menu ul ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin-top: 2.4rem;
}


.footer__copyright {
  text-align: center;
}

.footer__copyright .hs_cos_wrapper_type_text {
  display: flex;
  gap: 2rem 4rem;
  justify-content: center;
}

@media (max-width: 767px) {
  .footer .subscribe-form .form form {
    flex-direction: column;
    gap: 1.6rem;
  }

  .footer .subscribe-form .form form .hs-submit {
    flex: 1;
  }

  .subscribe-form .form form .hs-error-msg {
    text-align: center;
  }
}

@media (max-width: 961px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
  }

  .footer__social ul {
    justify-content: center;
  }

  .footer__ctas {
    padding-top: 0;
  }

  .footer__menu .hs-menu-flow-horizontal > ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 0;
  }

  .footer__menu .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__menu .hs-menu-flow-horizontal > ul > li:not(:last-child) {
    padding: 0 0 2.4rem;
  }

  .footer__menu ul > li.hs-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer !important;
    position: relative;
    padding-right: 2.4rem;
  }

  .footer__menu ul > li.hs-item-has-children > a:before,
  .footer__menu ul > li.hs-item-has-children > a:after {
    content: '';
    display: inline-block;
    transition: all .2s ease;
    position: absolute;
    background: var(--secondary-color);
  }

  .footer__menu ul > li.hs-item-has-children > a:before {
    width: 14px;
    height: 2px;
    right: 0;
  }

  .footer__menu ul > li.hs-item-has-children > a:after {
    width: 2px;
    height: 14px;
    right: 6px;
  }

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

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

  .footer__copyright .hs_cos_wrapper_type_text {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
@media (min-width: 962px) {
  .footer__partner {
    align-self: stretch;
    display: flex;
    align-items: center;
    border-left: 1px solid #000000;
    padding-left: 2rem;
    margin-left: 0;
    margin-right: auto;
  }
}

@media (max-width: 599px) {
  .footer__ctas {
    flex-direction: column;
    width: 315px;
    max-width: 100%;
  }

  .footer__ctas .button {
    width: 100%;
  }
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Background Colors */

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

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

.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%;
}


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

@media (max-width: 1023px) {
  .desktop {
    display: none;
  }
}


@media (min-width: 769px) {
  .mobile-sm {
    display: none;
  }
}

@media (max-width: 768px) {
  .desktop-sm {
    display: none !important;
  }
}