@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');


/* GLOBALS */






/* FONTS */













































/* COLORS */










/* BUTTONS */































*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/* Responsive grid */
main{
  padding: calc(3.5rem + 7.5rem) 0 0 0;
}
.campaign_header main {
  padding-top: 7.5rem;
}
@media (max-width: 1023px) {
  main{
    padding: calc(3.5rem + 4.5rem) 0 0 0;
  }
  .campaign_header main {
    padding-top: 4.5rem;
  }
}
.row-fluid {
  width: 100%;
}
.container{
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 48px;
}
.container-full {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 48px;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

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

  .hidden-desktop {
    display: inherit !important;
  }

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

@media (max-width: 550px) {
  main{
    padding: 4.5rem 0 0 0;
  }
}

@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 {
  margin: 0 auto;
  padding: 0 1rem;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
  font-family: IBM Plex Sans !important;
  font-weight: 400;
}

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

/* Paragraphs */

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
/*   margin: 0 0 1.5rem; */
  margin: 0 0 16px;
  color: #111C2D;
}

/* Anchors */

a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111C2D;
  text-decoration: none;
}

a:hover {
  color: #604FED;
  opacity: 75%;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  color: #111C2D;
  font-weight: 400;
}

h1{
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.02em;
}

@media(max-width: 767px){
  h1 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.02em;
  }
}

h2{
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
}

@media(max-width: 767px){
  h2{
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
}

h3{
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
}

@media(max-width: 767px){
  h3{
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
  }
}

h4{
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.01em;
}

@media(max-width: 767px){
  h4{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
  }
}

h5{
  font-size: 24px;
  line-height: 32px;
  letter-spacing: ;
}

h6{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: ;
}


/* Lists */

ul:not(ul.inputs-list, ul.hs-search-field__suggestions),
ol:not(ol.inputs-list) {
  margin: 0 0 1.4rem !important;
  padding-left: 40px !important;
}

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

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

/* li::marker {
  color: currentcolor;
} */

/* ul li span {
  --clr-list-color: currentcolor !important;
}

ul,
ul li {
  color: var(--clr-list-color) !important;
} */

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
/** BUTTONs  **/

a.btn, a.cta_button, input[type="submit"]{
  padding: 15px 48px !important;
  font-size: 14px;
  line-height: 20px;
  transition: 0.2s;
  display: block;
  width: fit-content;
  max-width: 100%;
  font-weight: 500;
  box-sizing: border-box;
  background: #fff;
  color: #fff;
  border: 1px solid transparent;
  overflow-wrap: break-word;
  white-space: normal;
/*   word-wrap: break-word; */
/*   word-break: break-all; */
/*   inline-size: fit-content; */
  hyphens: auto;
  text-decoration: none !important;
  text-transform: none !important;
}
.cta-no-styles a.cta_button {
  color: inherit;
  background: transparent;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0px !important;
}
a.btn:hover, a.cta_button:hover, input[type="submit"]:hover{
  opacity: 1;
}

a.btn.outline, .outline .cta_button{
  background: none;
}

a.btn.solid:focus,
input[type="submit"]:focus,
.solid .cta_button:focus{
  box-shadow: 0px 0px 0px 4px rgba(72, 67, 128, 0.2);
}

a.btn.link {
  background: none;
  border: none;
}

/** Primary **/
a.btn.solid.primary,
.header-section .header-form input[type="submit"],
.solid.primary .cta_button,
.hero-section.light-blue-primary input[type="submit"],
.hero-section.light_blue-dark input[type="submit"],
.hero-section.umbra-primary input[type="submit"],
.hero-section.umbra-dark input[type="submit"],
.hero-section.terracotta-primary input[type="submit"],
.hero-section.terracotta-dark input[type="submit"],
.hero-section.yellow-primary input[type="submit"]{
  background: #604FED;
  color: #FFFFFF;
}

a.btn.solid.primary:hover,
.header-section .header-form input[type="submit"]:hover,
.solid.primary .cta_button:hover,
.hero-section.light-blue-primary input[type="submit"]:hover,
.hero-section.light_blue-dark input[type="submit"]:hover,
.hero-section.umbra-primary input[type="submit"]:hover,
.hero-section.umbra-dark input[type="submit"]:hover,
.hero-section.terracotta-primary input[type="submit"]:hover,
.hero-section.terracotta-dark input[type="submit"]:hover,
.hero-section.yellow-primary input[type="submit"]:hover{
  background: #4F3ED8;
}

a.btn.solid.primary:focus,
.header-section .header-form input[type="submit"]:focus,
.solid.primary .cta_button:focus,
.hero-section.light-blue-primary input[type="submit"]:focus,
.hero-section.light_blue-dark input[type="submit"]:focus,
.hero-section.umbra-primary input[type="submit"]:focus,
.hero-section.umbra-dark input[type="submit"]:focus,
.hero-section.terracotta-primary input[type="submit"]:focus,
.hero-section.terracotta-dark input[type="submit"]:focus,
.hero-section.yellow-primary input[type="submit"]:focus{
  background: #604FED;
  box-shadow: 0px 0px 0px 4px rgba(72, 67, 128, 0.2);
}

a.btn.link.primary {
  color: #604FED;
}

.outline.primary, .outline.white {
  outline-style: none;
}

.header-btns .outline {
  outline-style: none;
}

a.btn.outline.primary,
.outline.primary .cta_button{
  color: #4F3ED8;
  border-color: #4F3ED8;
  background: none;
}

a.btn.outline.primary:hover,
.outline.primary .cta_button:hover{
  color: #382AAD;
  border-color: #382AAD;
  background: none;
}

a.btn.outline.primary:focus,
.outline.primary .cta_button:focus{
  color: #604FED;
  border-color: #604FED;
  background: none;
}

/** Light Blue **/
a.btn.solid.l-blue,
.solid.l-blue .cta_button{
  background: #BABCD7;
  color: #4F3ED8;
}

a.btn.solid.l-blue:hover,
.solid.l-blue .cta_button:hover{
  background: #A4A7D2;
  color: #382AAD;
}

a.btn.solid.l-blue:focus,
.solid.l-blue .cta_button:focus{
  background: #BABCD7;
  box-shadow: 0px 0px 0px 4px rgba(72, 67, 128, 0.2);
}

a.btn.link.l-blue {
  color: #BABCD7;
}

a.btn.outline.l-blue,
.outline.l-blue .cta_button{
  color: #BABCD7;
  border-color: #BABCD7;
}
a.btn.outline.l-blue:hover,
.outline.l-blue .cta_button:hover{
  color: #8386B2;
  border-color: #8386B2;
}
a.btn.outline.l-blue:focus,
.outline.l-blue .cta_button:focus{
  color: #A4A7D2;
  border-color: #A4A7D2;
}

/** Umbra **/
a.btn.solid.umbra,
.header-section.primary-umbra .header-form input[type="submit"],
.solid.umbra .cta_button,
.hero-section.primary-umbra input[type="submit"]{
  background: #E4A48B;
  color: #4F3ED8;
}

a.btn.solid.umbra:hover,
.header-section.primary-umbra .header-form input[type="submit"]:hover,
.solid.umbra .cta_button:hover,
.hero-section.primary-umbra input[type="submit"]:hover{
  background: #D98D6E;
  color: #382AAD;
}

a.btn.solid.umbra:focus,
.header-section.primary-umbra .header-form input[type="submit"]:focus,
.solid.umbra .cta_button:focus,
.hero-section.primary-umbra input[type="submit"]:focus{
  background: #E4A48B;
  box-shadow: 0px 0px 0px 4px rgba(72, 67, 128, 0.2);
}

a.btn.link.umbra {
  color: #E4A48B;
}

a.btn.outline.umbra,
.outline.umbra .cta_button{
  color: #E4A48B;
  border-color: #E4A48B;
  background: none;
}
a.btn.outline.umbra:hover,
.outline.umbra .cta_button:hover{
  color: #CD7B5B;
  border-color: #CD7B5B;
  background: none;
}
a.btn.outline.umbra:focus,
.outline.umbra .cta_button:focus{
  color: #D98D6E;
  border-color: #D98D6E;
  background: none;
}

/** Terracotta **/
a.btn.solid.terracotta,
.header-section.primary-light_blue .header-form input[type="submit"],
.hero-section.primary-light_blue input[type="submit"],
.hero-section.primary-terracotta input[type="submit"],
.solid.terracotta .cta_button{
  background: #C9A3A5;
  color: #FFFFFF;
}

a.btn.solid.terracotta:hover,
.header-section.primary-light_blue .header-form input[type="submit"]:hover,
.hero-section.primary-light_blue input[type="submit"]:hover,
.hero-section.primary-terracotta input[type="submit"]:hover,
.solid.terracotta .cta_button:hover{
  background: #B58889;
  color: ;
}

a.btn.solid.terracotta:focus,
.header-section.primary-light_blue .header-form input[type="submit"]:focus,
.hero-section.primary-light_blue input[type="submit"]:focus,
.hero-section.primary-terracotta input[type="submit"]:focus,
.solid.terracotta .cta_button:focus {
  background: #C9A3A5;
  box-shadow: 0px 0px 0px 4px rgba(72, 67, 128, 0.2);
}

a.btn.link.terracotta {
  color: #C9A3A5;
}

a.btn.outline.terracotta,
.outline.terracotta .cta_button{
  color: #B58889;
  border-color: #B58889;
}
a.btn.outline.terracotta:hover,
.outline.terracotta .cta_button:hover{
  color: #905E60;
  border-color: #905E60;
}
a.btn.outline.terracotta:focus,
.outline.terracotta .cta_button:focus{
  color: #A47375;
  border-color: #A47375;
}
/** Deep Purple **/
a.btn.solid.d-purple,
.solid.d-purple .cta_button{
  background: #302935;
  color: #FFFFFF;
}
a.btn.solid.d-purple:hover,
.solid.d-purple .cta_button:hover{
  background: #605269;
  color: ;
}
a.btn.solid.d-purple:focus,
.solid.d-purple .cta_button:focus{
  background: #302935;
  box-shadow: 0px 0px 0px 4px rgba(72, 67, 128, 0.2);
}
a.btn.outline.d-purple,
.outline.d-purple .cta_button{
  color: #302935;
  border-color: #302935;
}
a.btn.outline.d-purple:hover,
.outline.d-purple .cta_button:hover{
  color: #302935;
  border-color: #302935;
}
a.btn.outline.d-purple:focus,
.outline.d-purple .cta_button:focus{
  color: #473852;
  border-color: #473852;
}

/** White **/
a.btn.solid.white,
.solid.white .cta_button {
  background: #FFFFFF;
  color: #4F3ED8;
}

a.btn.solid.white:hover,
.solid.white .cta_button:hover {
  background: #EBECFC;
}

a.btn.solid.white:focus,
.solid.white .cta_button:focus {
  background: #FBFBFD;
}

a.btn.link.white {
  color: #FFFFFF;
}

a.btn.outline.white,
.outline.white .cta_button {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: none;
}

a.btn.outline.white:hover,
.outline.white .cta_button:hover {
  color: #EBECFC;
  border-color: #EBECFC;
}

a.btn.outline.white:focus,
.outline.white .cta_button:focus {
  color: #FBFBFD;
  border-color: #FBFBFD;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
  width: 100% !important;
}

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border-radius: 0;
}


form textarea {
  color: white;
  font-weight: 400 !important;
}

/*************/
/* Dark mode */
/*************/

/* Dark mode: No (Themes: Light Blue, Umbra, Terracotta, Yellow) */

.form-item.non-primary form input:not(form .hs-button),
.form-item.non-primary form select,
.form-item.non-primary form textarea,
.form-box .form-item form input:not(form .hs-button),
.form-box .form-item form select,
.form-box .form-item form textarea,
.form-in-box .form-item.terracotta form input:not(form .hs-button),
.form-in-box .form-item.terracotta form select,
.form-in-box .form-item.terracotta form textarea {
    color: #111C2D;  /* Ash/900 for filled state */
}

.form-item.non-primary form input::placeholder,
.form-item.non-primary form select::placeholder,
.form-item.non-primary form textarea::placeholder,
.form-box .form-item form input::placeholder,
.form-box .form-item form select::placeholder,
.form-box .form-item form textarea::placeholder,
.form-in-box .form-item.terracotta form input::placeholder,
.form-in-box .form-item.terracotta form select::placeholder,
.form-in-box .form-item.terracotta form textarea::placeholder {
    color: rgba(17, 28, 45, 0.5); /* Ash/900 50% for placeholder state */
}

/* Dark mode: Yes (Theme: Primary) */

.form-item.primary form input:not(form .hs-button),
.form-item.primary form select,
.form-item.primary form textarea,
.form-box.primary .form-item form input:not(form .hs-button),
.form-box.primary .form-item form select,
.form-box.primary .form-item form textarea,
.form-in-box .form-item.primary form input:not(form .hs-button),
.form-in-box .form-item.primary form select,
.form-in-box .form-item.primary form textarea{
    color: #fff; /* White 100% for filled state */
}

.form-item.primary form input::placeholder,
.form-item.primary form select::placeholder,
.form-item.primary form textarea::placeholder,
.form-box.primary .form-item form input::placeholder,
.form-box.primary .form-item form select::placeholder,
.form-box.primary .form-item form textarea::placeholder,
.form-in-box .form-item.primary form input::placeholder,
.form-in-box .form-item.primary form select::placeholder,
.form-in-box .form-item.primary form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6); /* White 60% for placeholder state */
}

/* End of Dark mode color themes */

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

.hs-form-radio .hs-form-radio-display span::before {
  border-radius: 50%;
} 
.hs-form-radio .hs-form-radio-display span::after {
  border-radius: 50%;
}

form .legal-consent-container .hs-dependent-field .hs-form-booleancheckbox .hs-form-booleancheckbox-display>span>p {
  margin-left: 0 !important;
}

form .legal-consent-container .hs-dependent-field .hs-form-booleancheckbox .hs-form-booleancheckbox-display>span {
  margin-left: 28px !important;
}

.form-box ul.inputs-list li label span:not(span.hs-form-required) {
  margin-left: 28px !important;
}

/* Inputs - file picker */

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

/* Headings and text */

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

/* .form-in-box .form-header {
  padding: 0 0 40px !important;
  gap: 40px !important;
}

.form-in-box .form-item .hs-submit {
  margin-top: 32px !important;
} */

/* Richtext color and font size for all themes */

.form-box.primary .form-item form .legal-consent-container .hs-richtext,
.form-box.primary .form-item form .legal-consent-container .hs-richtext p {
  color: #E0E2F1 !important;
  font-weight: 500 !important;
}

.form-box .form-item.non-primary form .legal-consent-container .hs-richtext,
.form-box .form-item.non-primary form .legal-consent-container .hs-richtext p {
  color: #334259 !important;
  font-weight: 500 !important;
}

.form-box.primary form .legal-consent-container .hs-richtext p {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.form-box .form-item.non-primary form .legal-consent-container .hs-richtext p {
  font-size: 14px !important;
  font-weight: 500 !important;
}



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

/* .legal-consent-container .hs-dependent-field .hs-form-booleancheckbox .hs-form-booleancheckbox-display>span:not(span>span.hs-form-required) {
   margin-left: 16px !important;
}

.legal-consent-container.div:nth-of-type(2) .hs-dependent-field .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span:not(span > span.hs-form-required) {
  margin-left: 32px !important;
} */

.legal-consent-container .hs-dependent-field .hs_LEGAL_CONSENT.subscription_type_131705151 .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span > p {
  margin-left: 0 !important;
}

.legal-consent-container .hs-dependent-field .hs-form-booleancheckbox .hs-form-booleancheckbox-display p {
/*   display: inline-block !important; */
  display: inline !important;
}

.legal-consent-container ul .hs-form-booleancheckbox {
    margin: 6px 0 16px !important;
}


/* Validation */

/* Submission message color */
.hs_cos_wrapper_type_form .submitted-message,
.hero-section.primary-light_blue .media-container .form-wrapper .submitted-message,
.hero-section.primary-umbra .media-container .form-wrapper .submitted-message,
.hero-section.primary-terracotta .media-container .form-wrapper .submitted-message {
  /* Primary 600/ID */
  color: #604FED;
  font-weight: 500;
}

.header-section.primary-light_blue .hs_cos_wrapper_type_form .submitted-message,
.header-section.primary-umbra .hs_cos_wrapper_type_form .submitted-message,
.header-section.cta.primary-light_blue .hs_cos_wrapper_type_form .submitted-message,
.header-section.cta.primary-umbra .hs_cos_wrapper_type_form .submitted-message,
.form-box.primary .hs_cos_wrapper_type_form .submitted-message,
.contact-us-form.primary .hs_cos_wrapper_type_form .submitted-message,
.form-in-box.light_blue .hs_cos_wrapper_type_form .submitted-message, 
.form-in-box.umbra .hs_cos_wrapper_type_form .submitted-message, 
.form-in-box.terracotta .hs_cos_wrapper_type_form .submitted-message, 
.form-in-box.yellow .hs_cos_wrapper_type_form .submitted-message,
.live-status .form-wrapper .submitted-message,
.form-wrapper.footer .submitted-message,
.hero-section.primary-light_blue .content-container .header-actions .header-form .submitted-message,
.hero-section.primary-umbra .content-container .header-actions .header-form .submitted-message,
.hero-section.primary-terracotta .content-container .header-actions .header-form .submitted-message,
.hero-section .media-container .form-wrapper .submitted-message {
  /* Success/400 ID */
    color: #00E043;
}
/* ============================================ */

span.hs-form-required {
  margin-left: 3px !important; 
}

span.hs-form-required::before,
span.hs-form-required::after {
  display: none !important;
}

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

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

.hs-error-msg {
  color: #f97066 !important;
  margin-top: 0.35rem;
}

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.header__language-switcher {
    position: relative;
}

.header__language-switcher .header__language-switcher--toggle {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    gap: .25rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
    color: #fff;
    cursor: pointer;
    transition: all .2s cubic-bezier(.4,0,.2,1);
}

.header__language-switcher .header__language-switcher--label {
    text-transform: uppercase;
}

.header__language-switcher .header__language-switcher--icon {
    transition: all .2s cubic-bezier(.4,0,.2,1);
}

.header__language-switcher .lang_switcher_class {
    background: #fff;
    box-shadow: 0 7px 14px rgba(0,0,0,.25);
    color: #000;
    display: flex;
    flex-direction: column;
    inset-block-start: 40px;
    inset-inline-start: 50%;
    min-width: 10rem;
    opacity: 0;
    padding: 1rem;
    position: absolute;
    transform: translate(-50%,0);
    transition: all .2s cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    z-index: 10;
}

.header__language-switcher .lang_switcher_class::before {
    border: 7px solid transparent;
    border-block-start-color: #fff;
    border-inline-end-color: #fff;
    border-radius: 2px;
    content: "";
    height: 0;
    inset-block-start: -6px;
    inset-inline-start: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(-45deg);
    width: 0;
}

.header__language-switcher .globe_class {
    background: none;
    border-radius: 0;
    height: auto;
    width: auto;
}

.header__language-switcher .lang_list_class {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    position: static;
    text-align: left;
    transform: none;
    list-style: none;
}

.header__language-switcher .lang_list_class::before,
.header__language-switcher .lang_list_class::after {
    content: none;
}

.header__language-switcher .lang_list_class li,
.header__language-switcher .lang_list_class li:first-child,
.header__language-switcher .lang_list_class li:last-child {
    border: none;
    padding: 0;
}

.header__language-switcher .lang_list_class .lang_switcher_link {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #302935;
    padding: .5rem;
    text-transform: uppercase;
}

.header__language-switcher .lang_list_class .lang_switcher_link:hover {
    background: #f6f5ff;
    color: #604fed;
}

.header__language-switcher.open .lang_switcher_class {
    visibility: visible;
    opacity: 1;
}

.header__language-switcher.open .header__language-switcher--icon {
    rotate: 180deg;
}

/* Mobile switcher */
.mobile__language-switcher .header__language-switcher--toggle {
    color: #111c2d;
}

.mobile__language-switcher .lang_switcher_class {
    inset-block-start: auto;
    inset-block-end: 40px;
    inset-inline-start: -1rem;
    transform: none;
}

.mobile__language-switcher .lang_switcher_class::before {
    border-block-end-color: #fff;
    border-inline-start-color: #fff;
    border-block-start-color: transparent;
    border-inline-end-color: transparent;
    inset-block-end: -6px;
    inset-block-start: auto;
    inset-inline-start: 1.5rem;
    transform: rotate(-45deg)
}

.content-section-two-columns > .row-fluid {
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.content-section-two-columns > .row-fluid:before,
.content-section-two-columns > .row-fluid:after {
  display: none;
}

@media(min-width: 767px) {
  .content-section-two-columns > .row-fluid {
    gap: 96px;
  }

  .content-section-two-columns > .row-fluid {
    flex-direction: row;
    justify-content: space-between;
  }
  .content-section-two-columns > .row-fluid > .span12 {
    width: auto;
    flex: calc(100% / 12 * 12);
    margin: 0;
    float: none;
  }
  .content-section-two-columns > .row-fluid > .span11 {
    width: auto;
    flex: calc(100% / 12 * 11);
    margin: 0;
    float: none;
  }
  .content-section-two-columns > .row-fluid > .span10 {
    width: auto;
    flex: calc(100% / 12 * 10);
    margin: 0;
    float: none;
  }
  .content-section-two-columns > .row-fluid > .span9 {
    width: auto;
    flex: calc(100% / 12 * 9);
    margin: 0;
    float: none;
  }
  .content-section-two-columns > .row-fluid > .span8 {
    width: auto;
    flex: calc(100% / 12 * 8);
    margin: 0;
    float: none;
  }
  .content-section-two-columns > .row-fluid > .span7 {
    width: auto;
    flex: calc(100% / 12 * 7);
    margin: 0;
    float: none;
  }
  .content-section-two-columns > .row-fluid > .span6 {
    width: auto;
    flex: calc(100% / 12 * 6);
    margin: 0;
    float: none;
  }
  .content-section-two-columns > .row-fluid > .span5 {
    width: auto;
    flex: calc(100% / 12 * 5);
    margin: 0;
    float: none;
  }
  .content-section-two-columns > .row-fluid > .span4 {
    width: auto;
    flex: calc(100% / 12 * 4);
    margin: 0;
    float: none;
  }
  .content-section-two-columns > .row-fluid > .span3 {
    width: auto;
    flex: calc(100% / 12 * 3);
    margin: 0;
    float: none;
  }
  .content-section-two-columns > .row-fluid > .span2 {
    width: auto;
    flex: calc(100% / 12 * 2);
    margin: 0;
    float: none;
  }
  .content-section-two-columns > .row-fluid > .span1 {
    width: auto;
    flex: calc(100% / 12 * 1);
    margin: 0;
    float: none;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

a[data-hs-anchor=true] {
    display: block;
    margin-top: -140px !important;
    position: absolute;
}
html{
  scroll-behavior: smooth;
}
.global-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  flex-direction: column;
  gap: 20px;
}
.global-header .content-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-header .header-top {
  background: #25262B;
  height: 3.5rem;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.global-header .header-top .message p {
  color: inherit;
  margin-block-end: 0;
}
.global-header .header-top .message a {
  font-weight: inherit;
  text-decoration: underline;
  font-size: inherit;
}
.global-header .header-top .links {
  display: flex;
  gap: 1.5rem;
}
.global-header .header-top a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s;
}
.global-header .header-top a:hover{
  opacity: .8;
}
.global-header .header-top a:hover svg path{
  transition: 0.2s;
  stroke: #604FED;
}
.global-header .header-main{
  height: 7.5rem;
  display: flex;
  align-items: center;
}
.header-right{
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
header .logo-main::before{
  display: none;
}
.header-navigation img{
  display: block;
}
.header-logo img{
  display: block;
}
.global-header .toggle-menu{
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-header .toggle-menu .close{
  display: none;
}
.global-header .toggle-menu:hover .close > path{
  stroke: #604FED;
}
.global-header .toggle-menu:hover .initial > rect{
  fill: #604FED;
}

.global-header .toggle-menu svg{
  width: 34px;
}
.global-header .toggle-menu.toggle-close{
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-header .toggle-menu.toggle-close svg{
  width: 17px;
}
.global-header .toggle-menu.toggle-close svg path {
  stroke: #000;
}

.header-buttons.desktop{
  display: block;
}
.header-buttons.mobile{
  display: none;
}

.main-navigation .lvl1 > li > a{
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #BABCD7;
}

.main-navigation .item-lvl2 > a{
  color: #BABCD7;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.item-lvl3-content{
  gap: 4px;
  display: flex;
  flex-direction: column;
}
.item-lvl3-content-text,
.item-lvl3-content-text > div {
  color: #E4A48B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.main-navigation .lvl3 .description{
  color: #BABCD7;
  font-size: 14px;
  line-height: 20px;
}
.main-navigation .item-lvl1 > a > div:before{
  background: #604FED;
}
.main-navigation .item-lvl1 > a:hover > div:before{
  width: 0;
}
.main-navigation .item-lvl2 a:hover{
  color: #7C6DF9;
}
.main-navigation .item-lvl3 a:hover .link-icon svg path{
  stroke: #7C6DF9;
  transition: 0.2s;
}
.main-navigation .item-lvl3 a:hover .item-lvl3-content-text,
.main-navigation .item-lvl3 a:hover .item-lvl3-content-text > div {
  color: #7C6DF9;
  transition: 0.2s;
}
.main-navigation .item-lvl3 a:hover .description{
  color: #7C6DF9;
  transition: 0.2s;
}
.main-navigation.active .item-lvl3 a .item-lvl3-content-text,
.main-navigation.active .item-lvl3 a .item-lvl3-content-text > div {
  color: #E4A48B;
}
.main-navigation.active .item-lvl3 a:hover .item-lvl3-content-text,
.main-navigation.active .item-lvl3 a:hover .item-lvl3-content-text > div {
  color: #7C6DF9;
}

.nav-btns {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 15px;
}

.nav-btns .btn {
  padding: 15px 24px !important;
}

.nav-btns .btn.primary {
  background: #604FED;
  color: #FFFFFF;
}

.nav-btns .btn.primary:hover {
  background: #4f3ed8;
}

.nav-btns .btn.secondary {
  background: none;
  color: #302935;
}

.header-navigation-desktop > ul li > a svg,
.header-navigation-desktop > ul li > button svg {
  transition: rotate 1s cubic-bezier(.19,1,.22,1);
}

.header-navigation-desktop > ul li > a:hover svg,
.header-navigation-desktop > ul li > a[aria-expanded="true"] svg,
.header-navigation-desktop > ul li > button:hover svg,
.header-navigation-desktop > ul li > button[aria-expanded="true"] svg {
  rotate: 180deg;
}

.header-navigation-desktop > ul li > a:hover path,
.header-navigation-desktop > ul li > a[aria-expanded="true"] path,
.header-navigation-desktop > ul li > button:hover path,
.header-navigation-desktop > ul li > button[aria-expanded="true"] path {
  fill: #604fed;
}

.header-navigation-desktop .header-navigation-arrow {
  display: none;
}

.mobile-top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-block: 40px;
}

@media (max-width: 1023px) {
  .global-header .header-top .message {
    display: none;
  }

  .global-header .header-top .container {
    max-width: none;
  }

  .global-header .header-top .content-container {
    justify-content: flex-end;
  }

  .show-bg .header-buttons.desktop .nav-btns .btn.secondary,
  .header-buttons.mobile .nav-btns .btn.secondary {
    color: #000;
  }

  .header-buttons.desktop{
    display: none;
  }
  .header-buttons.mobile{
    display: block;
    padding: 32px;
  }
  
  .global-header .toggle-menu .initial{
    width: 34px;
  }
  .global-header .toggle-menu .close{
    width: 40px;
    height: 40px;
  }
  .global-header .toggle-menu .close svg{
    width: 12px;
  }
  .global-header .header-main{
    height: 72px;
    
    /* dz */
    position: relative;
  }
  
  .main-navigation .lvl1{
    border-bottom: 1px solid #BABCD7;
  }
  
  /* ============================== */
  
  .global-header .header-main.show-bg .toggle-menu.toggle-close,
  .global-header .header-main.show-bg .header-logo {
    position: relative;
    z-index: 11;
  }
  .global-header .toggle-menu:hover .initial > rect{
    fill: initial;
  }
  .global-header .toggle-menu:hover .close {
    opacity: .8;
  }

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

  
  /* ============================= */
}

@media (max-width: 550px) {
  .global-header .header-top {
    display: none;
  }
}

@media (min-width: 1280px) {
  .header-navigation {
    display: none;
  }

  .global-header .toggle-menu {
    display: none;
  }
}
footer{
  width: 100%;
  display: block;
  padding: 80px 0 50px;
  background: #302935;
  clear: both;
}

footer .footer-nav {
  display: flex;
}

footer .footer-nav {
  gap: 96px;
}

footer .footer-nav .footer-text {
  gap: 96px;
}

.footer-wrapper{
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.logo-description{
  display: block;
  max-width: 250px;
  margin-top: 30px;
  color: #BABCD7;
  font-size: 16px;
  line-height: 1.5em;
}
.footer-text p{
  color: #BABCD7;
}
.footer-text a{
  color: #BABCD7;
  transition: 0.2s;
}
.footer-text a:hover{
  color: #604FED;
}
.copyright-text{
  margin-top: 96px;
  color: #8B94A6;
  font-size: 16px;
  font-weight: 400;
}

@media(max-width: 767px){
  footer{
    padding: 64px 0 32px;
  }
  footer .logo-main{
    width: unset !important;
  }
  footer .footer-text{
    gap: 40px;
  }
  footer .footer-wrapper{
    gap: 96px;
  }
}

@media(max-width: 650px){
 footer .footer-logo {
  display: flex;
  flex-direction: column;
  order: 3;
}

footer .footer-nav {
  display: flex;
  flex-direction: column-reverse;
  gap: 64px;
 }
  
  footer .footer-nav .footer-text {
    gap: 40px;
  }
  
  footer .footer-wrapper {
    gap: 64px;
  }
  
  .footer .copyright-text {
    margin-top: 64px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.section-heading{
  padding: 96px 80px;
}
.section-heading h2{
  margin-bottom: 0;
}
.section-heading .container{
  margin: 0 auto;
  display: flex;
}
@media(max-width: 767px){
  .section-heading{
    padding: 64px 16px;
  }
}
.blog-overview{
  background: #FBFBFB;
}

.blog-overview .container {
  max-width: 1280px;
}

/* Blog post */
.blog-post-featured-image {
  aspect-ratio: 21 / 9;
  margin-block-end: 60px;
}

.blog-post-featured-image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.author{
  margin-top: 48px;
}
.author.mobile{
  display: none;
}
.author.mobile .share-post{
  margin-top: 32px;
}

.author h6{
      color: #647185;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.post-author{
  display: flex;
  gap: 16px;
  align-items: center;
}
.post-author img{
  width: 56px;
  height: 56px;
  border-radius: 100px;
  display: block;
}
.post-author .name span{
  color: #647185;
  font-size: 16px;
  display: block;
}
.post-author .name span:first-child{
  font-size: 18px;
  font-weight: 500;
}
.job-header .btn{
  margin-top: 40px;
}
.job-description{
  padding: 96px 32px;
  background: #D0D3EB;
}
.job-description ul, .job-description ol{
  padding-left: 20px;
}
.job-description p a{
  color: #604FED;
  text-decoration: underline;
  font-weight: 400;
}
.job-description .container{
  margin: 0 auto;
  max-width: 720px;
}
.blog-post-header h1{
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  color: #D0D3EB;
  margin: 12px 0 0 0;
}
.blog-post-header .tag{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #E4A48B;
}
.blog-post-header p {
  margin: 0;
  color: #D0D3EB;
  text-align: center;
}
.blog-post-header .author{
  margin-top: 40px;
  color: #E4A48B;
  font-size: 18px;
  line-height: 28px;
}
.blog-post-header .date{
  color: #E4A48B;
  font-size: 16px;
  line-height: 24px;
}
.blog-post-content{
  background: #FBFBFB;
  padding: 70px 0;
}
.share-post{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  flex-wrap: wrap;
  gap: 12px;
  flex-direction: column;
  align-items: flex-start;
}

.share-post .share-btns{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.share-post .share-btns a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8386B2;
  transition: 0.3s;
}
.share-post .share-btns a svg{
  fill: #8386B2 !important;
}
.share-post .share-btns a:hover{
  border-color: #604FED;
  opacity: 1;
  cursor: pointer !important;
}
.share-post .share-btns a svg path{
  fill: #8386B2 !important;
  transition: 0.3s;
}
.share-post .share-btns a:hover svg path{
  fill: #604FED !important;
}
.blog-post-content .container{
  max-width: 1296px;
  display: flex;
  gap: 64px;
}
.blog-post-content .sidebar{
  width: 280px;
  top: 145px;
  position: sticky;
  height: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 165px);
  flex-shrink: 0;
}
.blog-post-content .content{
  flex: 1;
  max-width: 100%;
  min-width: 0;
}

.blog-post-content .blog-post-title {
  font-size: 80px;
  line-height: 1.125;
  font-weight: 400;
  margin-block-end: 40px;
}

.blog-post-content .content h2{
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 16px;
}
.blog-post-content .content h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}
.blog-post-content .content h4{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.blog-post-content .content h2,
.blog-post-content .content h3,
.blog-post-content .content h4{
  margin-top: 0;
  color: #202B3D;
  font-weight: 500;
}
.blog-post-content .content img{
  margin-bottom: 16px;
  display: block;
}
.blog-post-content .content p img{
  margin-bottom: 0;
}
.blog-post-content .content p,
.blog-post-content .content p a:not(.cta_button){
  color: #202B3D !important;
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 32px !important;
  font-weight: 400 !important;
}
.blog-post-content .content .hs_cos_wrapper_type_module {
  margin-bottom: 32px;
}

.blog-post-content .sidebar .share-post p{
  color: #647185 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
}
.blog-post-content .content .share-post p{
  color: #647185 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
}
.blog-post-content .content p a:not(.btn){
  text-decoration: underline;
}
.blog-post-content .content > div a{
  text-decoration: underline;
}
.blog-post-content .content ul, .blog-post-content .content ol{
  margin: 0 0 24px 24px;
  padding: 0;
}
.blog-post-content .content ul li, .blog-post-content .content ol li{
  margin: 0;
  padding: 0;
  color: #202B3D;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.blog-post-content .content ul li a, .blog-post-content .content ol li a{
  margin: 0;
  padding: 0;
  color: #202B3D;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: underline;
}
.blog-post-content .content ul li a:not(.btn):hover,
.blog-post-content .content ol li a:not(.btn):hover,
.blog-post-content .content > div a:not(.btn):hover,
.blog-post-content .content p a:not(.btn):hover{
  color: #604fed !important;
}
.blog-post-content .content blockquote{
  padding-left: 32px;
  border-left: 2px solid #4F3ED8;
  margin-bottom: 40px;
  font-size: 24px;
  color: #604FED;
  font-style: italic;
}
.blog-post-content .content blockquote p{
  color: #604FED !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 36px !important;
  margin-bottom: 32px !important;
}

.blog-post-content .content .hs_cos_wrapper_type_rich_text pre:not([class*=language-]) {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  word-wrap: break-word;
  overflow: hidden;
  overflow-wrap: break-word;
  font-family: IBM Plex Sans !important;
  white-space: normal;
  margin-top: 0;
}

@media(max-width:1023px) {
  .blog-post-content .blog-post-title {
    font-size: 58px;
  }
}

@media(max-width: 767px){
  .blog-overview .container {
    padding-inline: 1rem;
  }

  .blog-post-featured-image {
    aspect-ratio: 16 / 9;
  }

  .blog-post-content{
    padding: 64px 0;
  }

  .blog-post-content .sidebar{
    display: none;
  }
  .share-post{
    flex-direction: column;
    align-items: flex-start;
  }
  .job-description{
    padding: 64px 16px;
  }
  .job-description h5{
    font-size: 24px;
    line-height: 32px;
  }
  .author.mobile{
    display: block;
    margin-top: 0;
  }
  .blog-post-content .blog-post-title {
    font-size: 36px;
    line-height: 44px;
  }
  .blog-post-content .content h2{
    font-size: 24px;
    line-height: 32px;
  }
  .blog-post-content .content h3{
    font-size: 20px;
    line-height: 26px;
  }
  .blog-post-content .content h4{
    font-size: 16px;
    line-height: 22px;
  }


}
.job-listing{
  width: 100%;
  display: block;
  background: #604FED;
  padding: 0 16px 96px;
}
.job-listing .container{
  max-width: 1440px;
  margin: 0 auto;
}
.job-listing .job{
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 48px 0;
  border-top: 1px solid #7C6DF9;
}
.job-listing .job:last-child{
  border-bottom: 1px solid #7C6DF9;
}
.job-listing .job .left{
  max-width: 854px;
}
.job-listing .job p{
  font-weight: 500;
  margin-bottom: 8px;
}
.job-listing .job p.name{
  color: #E4A48B;
}
.job-listing .job p.description{
  color: #D0D3EB;
  margin-bottom: 0;
}

@media(max-width: 767px){
  .job-listing{
    padding: 0 16px 64px;
  }
  .job-listing .job{
    flex-direction: column;
    align-items: unset;
    padding: 32px 0 40px;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

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

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