/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}
p:last-child {
  margin-bottom: 0;
}
figure {
  margin: 0;
}
/*! 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.5; /* 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 */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.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%;
  *margin-left: 2.0744680846382977%;
  -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%;
  *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

.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%;
    *zoom: 1;
  }

  .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%;
    *margin-left: 2.709239449638298%;
    -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%;
    *width: 99.9468085036383%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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%;
    *margin-left: 2.510911074638298%;
    -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%;
    *width: 99.94680851063829%;
  }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.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 (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 ;
  }
}
.body-container-wrapper {
  max-width: 100vw;
  overflow: hidden;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

@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.)
*/

@font-face {
  font-family: "Aribau Grotesk";
  font-weight: 300;
  font-style: normal;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-light.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: normal;
  font-style: normal;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-regular.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: normal;
  font-style: italic;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-italic.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: medium;
  font-style: normal;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-medium.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: bold;
  font-style: normal;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-bold.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: bold;
  font-style: italic;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-bold-italic.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: 900;
  font-style: normal;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-black.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: 900;
  font-style: italic;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-black-italic.otf")
    format("opentype");
}

body {
  line-height: 1.56;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

/* blockquote {
  border-left: 3px solid #242682;
  margin: 10px 0;
  padding-left: 40px;
  line-height: 1.42;
} */

/* Horizontal rules */

/* hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
} */

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

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

button:active,
.button:active {
  text-decoration: none;
}

/*******
* CTAs 
*******/

.cta_button:not(.plain),
.cta_button:not(.plain):active {
  padding: 23px 39px;
  font-size: 24px;
  line-height: 1;
  font-family: "Aribau Grotesk";
  font-weight: 900;
  text-decoration: none !important;
  text-align: center;
  background: #fcc200;
  color: #242682;
  border-radius: 100px;
  transition: 0.3s ease all;
  display: inline-block;
}
.cta_button:not(.plain):hover,
.cta_button:not(.plain):active {
  color: #fff;
  background: #242682;
}

@media (max-width: 767px) {
  .cta_button:not(.plain),
  .cta_button:not(.plain):active {
    padding: 20px;
    display: block;
  }
}

/* Variants */

/* Colors */

.cta_button.coral {
  background: #e56f66;
  color: #141e75;
}
.cta_button.coral:hover {
  background: #141e75;
  color: #e56f66;
}

.cta_button.blue {
  background: #2d62f7;
  color: #fff;
}
.cta_button.blue:hover {
  background: #e6e6f7;
  color: #141e75;
}

.cta_button.violet {
  background: #a0a0f2;
  color: #141e75;
}
.cta_button.violet:hover {
  background: #141e75;
  color: #a0a0f2;
}

/* Link */
.cta_button.link:not(.plain) {
  padding: 0;
  color: #2d62f7;
  background: none;
  box-shadow: none;
  padding-right: 32px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.cta_button.link:not(.plain):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 11px;
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.894 0.5L10.5167 1.87877L13.7086 5.04371L0.428558 5.05635L0.43051 7.00102L13.6744 6.98838L10.5362 10.129L11.9194 11.5L17.4286 5.98687L11.894 0.5Z" fill="%232D62F7"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 0.3s ease;
}
.cta_button.link.back {
  padding-left: 32px;
  padding-right: 0;
}
.cta_button.link.back:after {
  left: 0;
  right: inherit;
  top: 50%;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.50917 0.423828L8.12895 2.04534L4.3751 5.76749L19.9932 5.78235L19.9909 8.06939L4.41528 8.05452L8.10599 11.7481L6.47932 13.3604L0.000205994 6.8767L6.50917 0.423828Z" fill="%232D62F7"/></svg>');
  transition: left 0.3s ease;
}
.cta_button.link:not(.plain):hover:after {
  right: -10px;
}
.cta_button.link.back:hover:after {
  left: -10px;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 16px;
}

/* Labels */

form label {
  display: block;
  font-size: 24px;
  margin: 16px 0;
}

/* Help text - legends */

form legend {
  font-size: 20px;
  font-style: italic;
  opacity: 0.75;
  margin-bottom: 0.35rem;
}

/* 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 {
  background: #fff;
  border: none;
  border-radius: 8px;
  display: block;
  font-size: 24px;
  line-height: 1.6;
  padding: 18px 26px;
  width: 100%;
  min-width: 100%;
  appearance: none;
  -webkit-appearance: none;
  color: #242682;
}

form ::placeholder {
  color: #717171;
  font-style: italic;
  font-weight: 300;
}

form select {
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="10" viewBox="0 0 22 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8308 9.50037L11.7459 8.83846L21.6621 1.7775L19.8324 0L10.8311 6.41111L1.8297 0L2.89821e-08 1.7775L9.91625 8.83846L10.8308 9.50037Z" fill="%23717171"/></svg>');
  background-size: 22px 10px;
  background-position: calc(100% - 30px) center;
  background-repeat: no-repeat;
  color: #717171;
  font-style: italic;
  padding-right: 62px;
}

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

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

form .inputs-list > li {
  display: block;
  margin: 0;
}
form .inputs-list:not(.hs-error-msgs) > li > label {
  border: none;
  border-radius: 5px;
  display: block;
  line-height: 1.6;
  width: 100%;
  min-width: 100%;
  position: relative;
  font-style: italic;
}
form .inputs-list:not(.hs-error-msgs) > li:not(:last-child) > label {
  margin-right: 30px;
}
form .inputs-list > li > label > span {
  display: block;
}
form .inputs-list:not(.hs-error-msgs) > li > label > span:before {
  content: "";
  display: inline-block;
  background: transparent;
  border: 2px solid #141e75;
  box-sizing: border-box;
  border-radius: 100%;
  margin-right: 20px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
form .inputs-list input:focus-visible ~ span {
  outline: 1px solid #141e75;
}
form .inputs-list input:checked ~ span {
  position: relative;
}
form .inputs-list input:checked ~ span:before {
  background: #4780b2;
  border-color: #4780b2;
}
form .inputs-list input:checked ~ span:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  background: #141e75;
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

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

form input[type="checkbox"],
form input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Inputs - datepicker */

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

/* Inputs - file picker */

form input[type="file"] {
  border: initial;
  padding: 12px;
}
form ::file-selector-button,
form ::-webkit-file-upload-button {
  background: #242682;
  border-radius: 8px;
  padding: 13px 26px;

  /*   font-family: 'Source Serif Pro'; */
  /*   font-style: normal; */
  /*   font-weight: 400; */
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  border: none;
}

/* Headings and text */

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

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

.hs-error-msg {
  font-size: 18px;
  color: #e56f66;
  margin-bottom: 0;
}

/* 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;
  background: #fcc200;
  color: #242682;
  position: relative;
  padding: 23px 39px;
  font-family: "Aribau Grotesk";
  font-weight: 900;
  font-size: 24px;
  border: none;
  border-radius: 100px;
  min-width: 280px;
}
form input[type="submit"]:hover,
form .hs-button:hover {
  color: #fff;
  background: #242682;
}
@media (max-width: 767px) {
  form input[type="submit"],
  form .hs-button {
    display: block;
    width: 100%;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form .hs-richtext h2 {
  position: relative;
  text-align: center;
  padding-bottom: 33px;
}
form .hs-richtext h2:after {
  content: "";
  width: 170px;
  height: 8px;
  background: #2d62f7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

form .actions {
  text-align: center;
  margin-top: 55px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Custom Hubspot Modal */


#leadinModal-2218862 .leadinModal-close{
  background: #000;
  border-radius: 100%;
  transform: translate(50%, -50%);
  z-index: 2;
}
#leadinModal-2218862 .leadinModal-close:before{
  color: #FFF !important;
  padding-top: 6px;
  font-family: sans-serif;
  padding-left: 10px;
}
#leadinModal-2218862 .leadinModal-content{
  background: #FFF !important;
  border-color: #FFF !important;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1) !important;
  overflow: visible;
}
#leadinModal-2218862 .leadin-preview-wrapper{
  padding: 0; 
}
#leadinModal-2218862 .dyno-image{
	float: none;
	width: 100%;
	margin: 0;
	display: block;
}
#leadinModal-2218862 .dyno-image img{
	width: 100%;
	max-width: 100%;
}
#leadinModal-2218862 .leadin-preview-wrapper h4 {
  display: block;
  padding: 40px 40px 28px 40px !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #343944 !important;
  margin: 0;
}
#leadinModal-2218862 .leadin-preview-wrapper .leadinModal-description-body{
  padding: 0 40px 20px 40px;
}
#leadinModal-2218862 .leadin-preview-wrapper .leadinModal-description-body *{
  margin-left: 0;
}
#leadinModal-2218862 .leadin-preview-wrapper .advance-wrapper{
  padding: 0 40px 40px 40px;
  margin: 0;
}
#leadinModal-2218862 .leadin-preview-wrapper .advance-wrapper .leadin-button{
  background: #CC0000 !important;
  border-radius: 5px;
  padding: 17px 34px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF !important;
  margin: 0;
}
#leadinModal-2218862 .leadin-preview-wrapper .advance-wrapper .leadin-button:hover{
  background: #9e1823 !important;
}


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

/* Header DND sections */

.header {
  position: relative;
  z-index: 9;
  width: 100%;
  transition: 0.3s ease height;
  box-shadow: 0px 10px 38px 7px rgba(0, 0, 0, 0.07);
}

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.header__column {
  width: 100%;
}

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

/* Navigation skipper */

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

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  max-width: 200px;
  overflow: hidden;
  margin-right: 36px;
}
.header__logo img {
  max-width: 100%;
  transition: 0.3s ease height;
}
.header__logo img.alt {
  display: none;
}

.header__logo--main {
  padding: 38px 0;
}

/* Navigation */

.header__navigation,
.header__navigation > div,
.header__navigation .navigation-wrapper,
.header__navigation .navigation-wrapper > .navigation-primary {
  height: 100%;
}

#nav-toggle {
  display: none;
}

/* Fixed Nav */
body.fixed-nav main {
  padding-top: 120px;
}
.header.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
}
.header.fixed-nav .header__container {
  align-items: center;
}
.header.fixed-nav .header__logo--main {
  padding: 0;
}
.header.fixed-nav .header__logo img.normal {
  display: none;
}
.header.fixed-nav .header__logo img.alt {
  display: block;
}

/* Header No Navigation */

.header--no-navigation {
  background: #334055;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}

.header--no-navigation .header__container {
  align-items: center;
}

.header--no-navigation .header__logo {
  padding: 17px 0;
  max-width: inherit;
}
.header--no-navigation .header__logo img {
  height: 47px;
  width: auto;
  max-width: inherit;
}

.header--no-navigation .header__text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: #ffffff;
}

.header--no-navigation .header__text img,
.header--no-navigation .header__text svg {
  vertical-align: middle;
}

.header.fixed-nav.header--no-navigation .header__logo--main {
  padding: 10px 0;
}
.header.fixed-nav.header--no-navigation .header__logo img {
  height: 36px;
}

/* Header Landing */
.header--lp {
  position: relative;
}
.header--lp .header__container {
  align-items: center;
}

.header--lp .header__logo {
  padding: 31px 0;
  max-width: inherit;
}
.header--lp .header__logo img {
  height: 58px;
  width: auto;
  max-width: inherit;
}

.header.fixed-nav.header--lp .header__logo--main {
  padding: 15px 0;
}
.header.fixed-nav.header--lp .header__logo img {
  height: 44px;
}

@media (max-width: 1023px) {
  .header__container {
    padding: 0;
  }

  .header__column {
    position: relative;
  }

  .header__row {
    justify-content: flex-end;
    padding: 21px 0;
  }
}

.header__search .menu-link svg {
  vertical-align: middle;
  display: inline-block;
}

/* Mobile toggles */

@media (max-width: 1023px) {
  .header__navigation {
    position: fixed;
    top: 124px;
    left: 100%;
    z-index: 2;
    width: 100vw;
    height: calc(100vh - 66px);
    transition: 0.3s ease left;
    background: #fff;
    padding-bottom: 92px;
    overflow: scroll;
  }
  .header.fixed-nav .header__navigation {
    top: 66px;
  }
  .header__container {
    justify-content: space-between;
  }
  .header__navigation.open {
    left: 0;
  }

  .header__navigation--toggle {
    cursor: pointer;
    margin: 0;
    position: relative;
  }

  .header__navigation--toggle.open {
    display: block;
    /*     margin-left: 0;
    margin-right: auto; */
  }

  .header__navigation--toggle:before {
    display: block;
    position: absolute;
    right: 100%;
    text-transform: uppercase;
    top: 50%;
    font-weight: bold;
    font-family: "Aribau Grotesk";
    font-size: 18px;
    line-height: 20px;
    color: #242682;
    word-break: normal;
    transform: translateY(-50%);
    margin-right: 10px;
  }
  .header__navigation--toggle {
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 12H21" stroke="%23242682" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 6H21" stroke="%23242682" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 18H21" stroke="%23242682" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: cover;
    height: 24px;
    width: 24px;
  }
  .header__navigation--toggle:before {
    content: "Menu";
  }

  .header__navigation--toggle.open {
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.63574 18.364L18.3637 5.63609" stroke="%23242682" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.3633 18.364L5.63536 5.63609" stroke="%23242682" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .header__navigation--toggle.open:before {
    content: "Close";
  }
}

.navigation-wrapper .cta_button {
  margin-left: 40px;
}
@media (max-width: 1279px) {
  .navigation-wrapper .cta_button {
    margin: 30px auto 0 auto;
    max-width: calc(100% - 90px);
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navigation-wrapper .cta_button {
    max-width: calc(90% - 60px);
  }
  .header--no-navigation .header__container {
    flex-wrap: wrap;
  }
  .header--no-navigation .header__text {
    display: none;
  }

  .header--lp .header__container {
    flex-wrap: wrap;
  }
  .header--lp .header__logo img {
    height: 44px;
  }
  .header.fixed-nav.header--lp .header__logo img {
    height: 32px;
  }
  .header--lp .header__text {
    display: none;
  }
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  text-align: center;
  width: 100%;
}

/* Article */

.blog-listing__post {
  display: flex;
  margin-bottom: 2.8rem;
  padding: 0;
  width: 100%;
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 30px;
  background: white;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 20px;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 15px;
  line-height: 1.2;
}
.blog-listing__post-tags img {
  vertical-align: middle;
}
.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Aribau Grotesk";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #828282;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.36;
}
.blog-listing__post-title-link {
  color: #242682;
}

.blog-listing__post-summary {
  font-size: 18px;
  line-height: 1.4;
}

/* Author */

.blog-listing__post-author {
  align-items: center;
  display: flex;
  margin-bottom: 0.7rem;
}

.blog-listing__post-author-image {
  height: auto;
  margin-right: 0.7rem;
  width: 50px;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-listing__post-button {
  font-weight: 700;
  font-size: 16px;
}

/* Blog listing - card */
.blog-listing--card {
  display: grid;
  grid-column-gap: 50px;
  grid-row-gap: 70px;
}
.blog-listing--2-col {
  grid-template-columns: repeat(2, 50fr);
}

.blog-listing--3-col {
  grid-template-columns: repeat(3, 33fr);
}

.blog-listing--4-col {
  grid-template-columns: repeat(4, 25fr);
}

.blog-listing--card .blog-listing__post {
  flex-wrap: wrap;
  margin: 0;
}

@media (max-width: 767px) {
  .blog-listing--card {
    grid-template-columns: 100%;
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
  display: block;
  width: 100%;
  background: #f2f2f2;
  border-radius: 8px;
}

.blog-listing--card .blog-listing__post-image {
  display: block;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 8px;
}
.blog-listing--card .blog-listing__post-content {
  height: calc(100% - 200px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - list */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: grid;
  grid-template-columns: 35fr 65fr;
  border-radius: 8px;
}
.blog-listing--list .blog-listing__post-content {
  justify-content: space-between;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 8px 0 0 8px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}
/* 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;
  }
  .widget-span.widget-type-custom_widget.dnd_area-dnd_partial-1-module-2-vertical-alignment {
    display: none !important;
  }
}

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

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

.hs_cos_wrapper_type_logo img {
}

/* Social */
.social-links__icon {
  background-color: #fff !important;
  width: 34px !important;
  height: 34px !important;
}
.social-links__icon:hover,
.social-links__icon:focus,
.social-links__icon:active {
  background-color: #e4e4f5 !important;
}

.social-links__icon svg {
  fill: #242682 !important;
}

/* .social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF;
} */

.gclose,
.gnext,
.gprev {
  display: block;
}

/* Theme overrides | You may edit theme overrides in the file below */








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */








/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1414px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1414px;
}

@media(max-width: 1279px){
  .content-wrapper {
    max-width: 992px;
  }
  .dnd-section > .row-fluid {
    max-width: 992px;
  }
}
@media(max-width: 1023px){
  .content-wrapper {
    max-width: 720px;
  }
  .dnd-section > .row-fluid {
    max-width: 720px;
  }
}
@media(max-width: 767px){
  .content-wrapper {
    max-width: 90vw;
    padding: 0;
  }
  .dnd-section > .row-fluid {
    max-width: 90vw;
  }
}





html {
  scroll-behavior: smooth;
  font-size: 24px;
}

body {
  font-family: 'Source Serif 4', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #141E75;
}

/* Paragraphs */

p {
  font-family: 'Source Serif 4', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #0270e0;
}

a:hover,
a:focus {
  color: #0048b8;
}

a:active {
  color: #2a98ff;
}

/* Headings */
h1, h2, h3, h4, h5, h6{
  font-family: "Aribau Grotesk", sans-serif;
}
h1 {
  font-size: 80px;
  line-height: 1.25;
  font-weight: 700;
  color: #242682;
}

h2 {
  font-size: 48px;
  line-height: 1.21;
  font-weight: 700;
  color: #242682;
}

h3 {
  font-weight: normal;
  font-size: 36px;
  font-weight: 700;
  color: #2D62F7;
}

h4 {
  font-weight: normal;
  font-size: 32px;
  font-weight: 700;
  color: #141E75;
}

h5 {
  font-size: 24px;
  font-weight: 700;
  color: #2D62F7;
}

h6 {
  font-size: 20px;
}

@media(max-width: 767px){

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}

/* Blockquote */

/* blockquote {
  border-left-color: #FFFFFF;
} */





button,
.button {
  background-color: 

  
  
    
  


  rgba(20, 30, 117, 1.0)

;
  border: 1px solid #141E75;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 0, 77, 1.0);
  border-color: #00004d;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(60, 70, 157, 1.0);
  border-color: #3c469d;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #141E75;
}

th,
td {
  border-color: #141E75;
  color: #141E75;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(20, 30, 117, 1)

;
  border-bottom-color: #141E75;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #141E75;
}





.header.fixed-nav:not(.header--no-navigation){
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #242682;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #00005a;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #4c4eaa;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #242682;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #242682;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #242682;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Source Serif 4, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #242682;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #242682;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(20, 30, 117, 1.0)

;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog listing */

.blog-index__post-title-link {
  color: ;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #141E75;
}

/* Blog pagination */

.blog-pagination__link {
  color: #141E75;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #141E75;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #141E75;
}

/* Blog post */

.blog-post__meta a {
  color: #141E75;
}

.blog-post__tag-link {
  color: #141E75;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #00004d;
}

.blog-post__tag-link:active {
  color: #3c469d;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: ;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270e0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}











.card__price {
  ;
  color: ;
  font-size: ;
}

/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}
p:last-child {
  margin-bottom: 0;
}
figure {
  margin: 0;
}
/*! 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.5; /* 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 */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.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%;
  *margin-left: 2.0744680846382977%;
  -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%;
  *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

.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%;
    *zoom: 1;
  }

  .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%;
    *margin-left: 2.709239449638298%;
    -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%;
    *width: 99.9468085036383%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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%;
    *margin-left: 2.510911074638298%;
    -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%;
    *width: 99.94680851063829%;
  }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.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 (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 ;
  }
}
.body-container-wrapper {
  max-width: 100vw;
  overflow: hidden;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

@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.)
*/

@font-face {
  font-family: "Aribau Grotesk";
  font-weight: 300;
  font-style: normal;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-light.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: normal;
  font-style: normal;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-regular.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: normal;
  font-style: italic;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-italic.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: medium;
  font-style: normal;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-medium.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: bold;
  font-style: normal;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-bold.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: bold;
  font-style: italic;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-bold-italic.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: 900;
  font-style: normal;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-black.otf")
    format("opentype");
}
@font-face {
  font-family: "Aribau Grotesk";
  font-weight: 900;
  font-style: italic;
  src: url("https://20705399.fs1.hubspotusercontent-na1.net/hubfs/20705399/fonts/aribau-grotesk-black-italic.otf")
    format("opentype");
}

body {
  line-height: 1.56;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

/* blockquote {
  border-left: 3px solid #242682;
  margin: 10px 0;
  padding-left: 40px;
  line-height: 1.42;
} */

/* Horizontal rules */

/* hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
} */

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

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

button:active,
.button:active {
  text-decoration: none;
}

/*******
* CTAs 
*******/

.cta_button:not(.plain),
.cta_button:not(.plain):active {
  padding: 23px 39px;
  font-size: 24px;
  line-height: 1;
  font-family: "Aribau Grotesk";
  font-weight: 900;
  text-decoration: none !important;
  text-align: center;
  background: #fcc200;
  color: #242682;
  border-radius: 100px;
  transition: 0.3s ease all;
  display: inline-block;
}
.cta_button:not(.plain):hover,
.cta_button:not(.plain):active {
  color: #fff;
  background: #242682;
}

@media (max-width: 767px) {
  .cta_button:not(.plain),
  .cta_button:not(.plain):active {
    padding: 20px;
    display: block;
  }
}

/* Variants */

/* Colors */

.cta_button.coral {
  background: #e56f66;
  color: #141e75;
}
.cta_button.coral:hover {
  background: #141e75;
  color: #e56f66;
}

.cta_button.blue {
  background: #2d62f7;
  color: #fff;
}
.cta_button.blue:hover {
  background: #e6e6f7;
  color: #141e75;
}

.cta_button.violet {
  background: #a0a0f2;
  color: #141e75;
}
.cta_button.violet:hover {
  background: #141e75;
  color: #a0a0f2;
}

/* Link */
.cta_button.link:not(.plain) {
  padding: 0;
  color: #2d62f7;
  background: none;
  box-shadow: none;
  padding-right: 32px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.cta_button.link:not(.plain):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 11px;
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.894 0.5L10.5167 1.87877L13.7086 5.04371L0.428558 5.05635L0.43051 7.00102L13.6744 6.98838L10.5362 10.129L11.9194 11.5L17.4286 5.98687L11.894 0.5Z" fill="%232D62F7"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 0.3s ease;
}
.cta_button.link.back {
  padding-left: 32px;
  padding-right: 0;
}
.cta_button.link.back:after {
  left: 0;
  right: inherit;
  top: 50%;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.50917 0.423828L8.12895 2.04534L4.3751 5.76749L19.9932 5.78235L19.9909 8.06939L4.41528 8.05452L8.10599 11.7481L6.47932 13.3604L0.000205994 6.8767L6.50917 0.423828Z" fill="%232D62F7"/></svg>');
  transition: left 0.3s ease;
}
.cta_button.link:not(.plain):hover:after {
  right: -10px;
}
.cta_button.link.back:hover:after {
  left: -10px;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 16px;
}

/* Labels */

form label {
  display: block;
  font-size: 24px;
  margin: 16px 0;
}

/* Help text - legends */

form legend {
  font-size: 20px;
  font-style: italic;
  opacity: 0.75;
  margin-bottom: 0.35rem;
}

/* 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 {
  background: #fff;
  border: none;
  border-radius: 8px;
  display: block;
  font-size: 24px;
  line-height: 1.6;
  padding: 18px 26px;
  width: 100%;
  min-width: 100%;
  appearance: none;
  -webkit-appearance: none;
  color: #242682;
}

form ::placeholder {
  color: #717171;
  font-style: italic;
  font-weight: 300;
}

form select {
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="10" viewBox="0 0 22 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8308 9.50037L11.7459 8.83846L21.6621 1.7775L19.8324 0L10.8311 6.41111L1.8297 0L2.89821e-08 1.7775L9.91625 8.83846L10.8308 9.50037Z" fill="%23717171"/></svg>');
  background-size: 22px 10px;
  background-position: calc(100% - 30px) center;
  background-repeat: no-repeat;
  color: #717171;
  font-style: italic;
  padding-right: 62px;
}

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

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

form .inputs-list > li {
  display: block;
  margin: 0;
}
form .inputs-list:not(.hs-error-msgs) > li > label {
  border: none;
  border-radius: 5px;
  display: block;
  line-height: 1.6;
  width: 100%;
  min-width: 100%;
  position: relative;
  font-style: italic;
}
form .inputs-list:not(.hs-error-msgs) > li:not(:last-child) > label {
  margin-right: 30px;
}
form .inputs-list > li > label > span {
  display: block;
}
form .inputs-list:not(.hs-error-msgs) > li > label > span:before {
  content: "";
  display: inline-block;
  background: transparent;
  border: 2px solid #141e75;
  box-sizing: border-box;
  border-radius: 100%;
  margin-right: 20px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
form .inputs-list input:focus-visible ~ span {
  outline: 1px solid #141e75;
}
form .inputs-list input:checked ~ span {
  position: relative;
}
form .inputs-list input:checked ~ span:before {
  background: #4780b2;
  border-color: #4780b2;
}
form .inputs-list input:checked ~ span:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  background: #141e75;
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

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

form input[type="checkbox"],
form input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Inputs - datepicker */

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

/* Inputs - file picker */

form input[type="file"] {
  border: initial;
  padding: 12px;
}
form ::file-selector-button,
form ::-webkit-file-upload-button {
  background: #242682;
  border-radius: 8px;
  padding: 13px 26px;

  /*   font-family: 'Source Serif Pro'; */
  /*   font-style: normal; */
  /*   font-weight: 400; */
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  border: none;
}

/* Headings and text */

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

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

.hs-error-msg {
  font-size: 18px;
  color: #e56f66;
  margin-bottom: 0;
}

/* 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;
  background: #fcc200;
  color: #242682;
  position: relative;
  padding: 23px 39px;
  font-family: "Aribau Grotesk";
  font-weight: 900;
  font-size: 24px;
  border: none;
  border-radius: 100px;
  min-width: 280px;
}
form input[type="submit"]:hover,
form .hs-button:hover {
  color: #fff;
  background: #242682;
}
@media (max-width: 767px) {
  form input[type="submit"],
  form .hs-button {
    display: block;
    width: 100%;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form .hs-richtext h2 {
  position: relative;
  text-align: center;
  padding-bottom: 33px;
}
form .hs-richtext h2:after {
  content: "";
  width: 170px;
  height: 8px;
  background: #2d62f7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

form .actions {
  text-align: center;
  margin-top: 55px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Custom Hubspot Modal */


#leadinModal-2218862 .leadinModal-close{
  background: #000;
  border-radius: 100%;
  transform: translate(50%, -50%);
  z-index: 2;
}
#leadinModal-2218862 .leadinModal-close:before{
  color: #FFF !important;
  padding-top: 6px;
  font-family: sans-serif;
  padding-left: 10px;
}
#leadinModal-2218862 .leadinModal-content{
  background: #FFF !important;
  border-color: #FFF !important;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1) !important;
  overflow: visible;
}
#leadinModal-2218862 .leadin-preview-wrapper{
  padding: 0; 
}
#leadinModal-2218862 .dyno-image{
	float: none;
	width: 100%;
	margin: 0;
	display: block;
}
#leadinModal-2218862 .dyno-image img{
	width: 100%;
	max-width: 100%;
}
#leadinModal-2218862 .leadin-preview-wrapper h4 {
  display: block;
  padding: 40px 40px 28px 40px !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #343944 !important;
  margin: 0;
}
#leadinModal-2218862 .leadin-preview-wrapper .leadinModal-description-body{
  padding: 0 40px 20px 40px;
}
#leadinModal-2218862 .leadin-preview-wrapper .leadinModal-description-body *{
  margin-left: 0;
}
#leadinModal-2218862 .leadin-preview-wrapper .advance-wrapper{
  padding: 0 40px 40px 40px;
  margin: 0;
}
#leadinModal-2218862 .leadin-preview-wrapper .advance-wrapper .leadin-button{
  background: #CC0000 !important;
  border-radius: 5px;
  padding: 17px 34px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF !important;
  margin: 0;
}
#leadinModal-2218862 .leadin-preview-wrapper .advance-wrapper .leadin-button:hover{
  background: #9e1823 !important;
}


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

/* Header DND sections */

.header {
  position: relative;
  z-index: 9;
  width: 100%;
  transition: 0.3s ease height;
  box-shadow: 0px 10px 38px 7px rgba(0, 0, 0, 0.07);
}

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.header__column {
  width: 100%;
}

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

/* Navigation skipper */

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

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  max-width: 200px;
  overflow: hidden;
  margin-right: 36px;
}
.header__logo img {
  max-width: 100%;
  transition: 0.3s ease height;
}
.header__logo img.alt {
  display: none;
}

.header__logo--main {
  padding: 38px 0;
}

/* Navigation */

.header__navigation,
.header__navigation > div,
.header__navigation .navigation-wrapper,
.header__navigation .navigation-wrapper > .navigation-primary {
  height: 100%;
}

#nav-toggle {
  display: none;
}

/* Fixed Nav */
body.fixed-nav main {
  padding-top: 120px;
}
.header.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
}
.header.fixed-nav .header__container {
  align-items: center;
}
.header.fixed-nav .header__logo--main {
  padding: 0;
}
.header.fixed-nav .header__logo img.normal {
  display: none;
}
.header.fixed-nav .header__logo img.alt {
  display: block;
}

/* Header No Navigation */

.header--no-navigation {
  background: #334055;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}

.header--no-navigation .header__container {
  align-items: center;
}

.header--no-navigation .header__logo {
  padding: 17px 0;
  max-width: inherit;
}
.header--no-navigation .header__logo img {
  height: 47px;
  width: auto;
  max-width: inherit;
}

.header--no-navigation .header__text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: #ffffff;
}

.header--no-navigation .header__text img,
.header--no-navigation .header__text svg {
  vertical-align: middle;
}

.header.fixed-nav.header--no-navigation .header__logo--main {
  padding: 10px 0;
}
.header.fixed-nav.header--no-navigation .header__logo img {
  height: 36px;
}

/* Header Landing */
.header--lp {
  position: relative;
}
.header--lp .header__container {
  align-items: center;
}

.header--lp .header__logo {
  padding: 31px 0;
  max-width: inherit;
}
.header--lp .header__logo img {
  height: 58px;
  width: auto;
  max-width: inherit;
}

.header.fixed-nav.header--lp .header__logo--main {
  padding: 15px 0;
}
.header.fixed-nav.header--lp .header__logo img {
  height: 44px;
}

@media (max-width: 1023px) {
  .header__container {
    padding: 0;
  }

  .header__column {
    position: relative;
  }

  .header__row {
    justify-content: flex-end;
    padding: 21px 0;
  }
}

.header__search .menu-link svg {
  vertical-align: middle;
  display: inline-block;
}

/* Mobile toggles */

@media (max-width: 1023px) {
  .header__navigation {
    position: fixed;
    top: 124px;
    left: 100%;
    z-index: 2;
    width: 100vw;
    height: calc(100vh - 66px);
    transition: 0.3s ease left;
    background: #fff;
    padding-bottom: 92px;
    overflow: scroll;
  }
  .header.fixed-nav .header__navigation {
    top: 66px;
  }
  .header__container {
    justify-content: space-between;
  }
  .header__navigation.open {
    left: 0;
  }

  .header__navigation--toggle {
    cursor: pointer;
    margin: 0;
    position: relative;
  }

  .header__navigation--toggle.open {
    display: block;
    /*     margin-left: 0;
    margin-right: auto; */
  }

  .header__navigation--toggle:before {
    display: block;
    position: absolute;
    right: 100%;
    text-transform: uppercase;
    top: 50%;
    font-weight: bold;
    font-family: "Aribau Grotesk";
    font-size: 18px;
    line-height: 20px;
    color: #242682;
    word-break: normal;
    transform: translateY(-50%);
    margin-right: 10px;
  }
  .header__navigation--toggle {
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 12H21" stroke="%23242682" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 6H21" stroke="%23242682" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 18H21" stroke="%23242682" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: cover;
    height: 24px;
    width: 24px;
  }
  .header__navigation--toggle:before {
    content: "Menu";
  }

  .header__navigation--toggle.open {
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.63574 18.364L18.3637 5.63609" stroke="%23242682" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.3633 18.364L5.63536 5.63609" stroke="%23242682" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .header__navigation--toggle.open:before {
    content: "Close";
  }
}

.navigation-wrapper .cta_button {
  margin-left: 40px;
}
@media (max-width: 1279px) {
  .navigation-wrapper .cta_button {
    margin: 30px auto 0 auto;
    max-width: calc(100% - 90px);
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navigation-wrapper .cta_button {
    max-width: calc(90% - 60px);
  }
  .header--no-navigation .header__container {
    flex-wrap: wrap;
  }
  .header--no-navigation .header__text {
    display: none;
  }

  .header--lp .header__container {
    flex-wrap: wrap;
  }
  .header--lp .header__logo img {
    height: 44px;
  }
  .header.fixed-nav.header--lp .header__logo img {
    height: 32px;
  }
  .header--lp .header__text {
    display: none;
  }
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  text-align: center;
  width: 100%;
}

/* Article */

.blog-listing__post {
  display: flex;
  margin-bottom: 2.8rem;
  padding: 0;
  width: 100%;
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 30px;
  background: white;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 20px;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 15px;
  line-height: 1.2;
}
.blog-listing__post-tags img {
  vertical-align: middle;
}
.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Aribau Grotesk";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #828282;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.36;
}
.blog-listing__post-title-link {
  color: #242682;
}

.blog-listing__post-summary {
  font-size: 18px;
  line-height: 1.4;
}

/* Author */

.blog-listing__post-author {
  align-items: center;
  display: flex;
  margin-bottom: 0.7rem;
}

.blog-listing__post-author-image {
  height: auto;
  margin-right: 0.7rem;
  width: 50px;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-listing__post-button {
  font-weight: 700;
  font-size: 16px;
}

/* Blog listing - card */
.blog-listing--card {
  display: grid;
  grid-column-gap: 50px;
  grid-row-gap: 70px;
}
.blog-listing--2-col {
  grid-template-columns: repeat(2, 50fr);
}

.blog-listing--3-col {
  grid-template-columns: repeat(3, 33fr);
}

.blog-listing--4-col {
  grid-template-columns: repeat(4, 25fr);
}

.blog-listing--card .blog-listing__post {
  flex-wrap: wrap;
  margin: 0;
}

@media (max-width: 767px) {
  .blog-listing--card {
    grid-template-columns: 100%;
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
  display: block;
  width: 100%;
  background: #f2f2f2;
  border-radius: 8px;
}

.blog-listing--card .blog-listing__post-image {
  display: block;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 8px;
}
.blog-listing--card .blog-listing__post-content {
  height: calc(100% - 200px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - list */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: grid;
  grid-template-columns: 35fr 65fr;
  border-radius: 8px;
}
.blog-listing--list .blog-listing__post-content {
  justify-content: space-between;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 8px 0 0 8px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}
/* 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;
  }
  .widget-span.widget-type-custom_widget.dnd_area-dnd_partial-1-module-2-vertical-alignment {
    display: none !important;
  }
}

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

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

.hs_cos_wrapper_type_logo img {
}

/* Social */
.social-links__icon {
  background-color: #fff !important;
  width: 34px !important;
  height: 34px !important;
}
.social-links__icon:hover,
.social-links__icon:focus,
.social-links__icon:active {
  background-color: #e4e4f5 !important;
}

.social-links__icon svg {
  fill: #242682 !important;
}

/* .social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF;
} */

.gclose,
.gnext,
.gprev {
  display: block;
}

/* Theme overrides | You may edit theme overrides in the file below */








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */








/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1414px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1414px;
}

@media(max-width: 1279px){
  .content-wrapper {
    max-width: 992px;
  }
  .dnd-section > .row-fluid {
    max-width: 992px;
  }
}
@media(max-width: 1023px){
  .content-wrapper {
    max-width: 720px;
  }
  .dnd-section > .row-fluid {
    max-width: 720px;
  }
}
@media(max-width: 767px){
  .content-wrapper {
    max-width: 90vw;
    padding: 0;
  }
  .dnd-section > .row-fluid {
    max-width: 90vw;
  }
}





html {
  scroll-behavior: smooth;
  font-size: 24px;
}

body {
  font-family: 'Source Serif 4', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #141E75;
}

/* Paragraphs */

p {
  font-family: 'Source Serif 4', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #0270e0;
}

a:hover,
a:focus {
  color: #0048b8;
}

a:active {
  color: #2a98ff;
}

/* Headings */
h1, h2, h3, h4, h5, h6{
  font-family: "Aribau Grotesk", sans-serif;
}
h1 {
  font-size: 80px;
  line-height: 1.25;
  font-weight: 700;
  color: #242682;
}

h2 {
  font-size: 48px;
  line-height: 1.21;
  font-weight: 700;
  color: #242682;
}

h3 {
  font-weight: normal;
  font-size: 36px;
  font-weight: 700;
  color: #2D62F7;
}

h4 {
  font-weight: normal;
  font-size: 32px;
  font-weight: 700;
  color: #141E75;
}

h5 {
  font-size: 24px;
  font-weight: 700;
  color: #2D62F7;
}

h6 {
  font-size: 20px;
}

@media(max-width: 767px){

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}

/* Blockquote */

/* blockquote {
  border-left-color: #FFFFFF;
} */





button,
.button {
  background-color: 

  
  
    
  


  rgba(20, 30, 117, 1.0)

;
  border: 1px solid #141E75;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 0, 77, 1.0);
  border-color: #00004d;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(60, 70, 157, 1.0);
  border-color: #3c469d;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #141E75;
}

th,
td {
  border-color: #141E75;
  color: #141E75;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(20, 30, 117, 1)

;
  border-bottom-color: #141E75;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #141E75;
}





.header.fixed-nav:not(.header--no-navigation){
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #242682;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #00005a;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #4c4eaa;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #242682;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #242682;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #242682;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Source Serif 4, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #242682;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #242682;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(20, 30, 117, 1.0)

;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog listing */

.blog-index__post-title-link {
  color: ;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #141E75;
}

/* Blog pagination */

.blog-pagination__link {
  color: #141E75;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #141E75;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #141E75;
}

/* Blog post */

.blog-post__meta a {
  color: #141E75;
}

.blog-post__tag-link {
  color: #141E75;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #00004d;
}

.blog-post__tag-link:active {
  color: #3c469d;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: ;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270e0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}











.card__price {
  ;
  color: ;
  font-size: ;
}

/* Tailwind CSS | MIT License | https://tailwindcss.com */
/*! tailwindcss v4.0.3 | MIT License | https://tailwindcss.com */
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Color Emoji';
  --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  --color-red-50: oklch(0.971 0.013 17.38);
  --color-red-100: oklch(0.936 0.032 17.717);
  --color-red-200: oklch(0.885 0.062 18.334);
  --color-red-300: oklch(0.808 0.114 19.571);
  --color-red-400: oklch(0.704 0.191 22.216);
  --color-red-500: oklch(0.637 0.237 25.331);
  --color-red-600: oklch(0.577 0.245 27.325);
  --color-red-700: oklch(0.505 0.213 27.518);
  --color-red-800: oklch(0.444 0.177 26.899);
  --color-red-900: oklch(0.396 0.141 25.723);
  --color-red-950: oklch(0.258 0.092 26.042);
  --color-orange-50: oklch(0.98 0.016 73.684);
  --color-orange-100: oklch(0.954 0.038 75.164);
  --color-orange-200: oklch(0.901 0.076 70.697);
  --color-orange-300: oklch(0.837 0.128 66.29);
  --color-orange-400: oklch(0.75 0.183 55.934);
  --color-orange-500: oklch(0.705 0.213 47.604);
  --color-orange-600: oklch(0.646 0.222 41.116);
  --color-orange-700: oklch(0.553 0.195 38.402);
  --color-orange-800: oklch(0.47 0.157 37.304);
  --color-orange-900: oklch(0.408 0.123 38.172);
  --color-orange-950: oklch(0.266 0.079 36.259);
  --color-amber-50: oklch(0.987 0.022 95.277);
  --color-amber-100: oklch(0.962 0.059 95.617);
  --color-amber-200: oklch(0.924 0.12 95.746);
  --color-amber-300: oklch(0.879 0.169 91.605);
  --color-amber-400: oklch(0.828 0.189 84.429);
  --color-amber-500: oklch(0.769 0.188 70.08);
  --color-amber-600: oklch(0.666 0.179 58.318);
  --color-amber-700: oklch(0.555 0.163 48.998);
  --color-amber-800: oklch(0.473 0.137 46.201);
  --color-amber-900: oklch(0.414 0.112 45.904);
  --color-amber-950: oklch(0.279 0.077 45.635);
  --color-yellow-50: oklch(0.987 0.026 102.212);
  --color-yellow-100: oklch(0.973 0.071 103.193);
  --color-yellow-200: oklch(0.945 0.129 101.54);
  --color-yellow-300: oklch(0.905 0.182 98.111);
  --color-yellow-400: oklch(0.852 0.199 91.936);
  --color-yellow-500: oklch(0.795 0.184 86.047);
  --color-yellow-600: oklch(0.681 0.162 75.834);
  --color-yellow-700: oklch(0.554 0.135 66.442);
  --color-yellow-800: oklch(0.476 0.114 61.907);
  --color-yellow-900: oklch(0.421 0.095 57.708);
  --color-yellow-950: oklch(0.286 0.066 53.813);
  --color-lime-50: oklch(0.986 0.031 120.757);
  --color-lime-100: oklch(0.967 0.067 122.328);
  --color-lime-200: oklch(0.938 0.127 124.321);
  --color-lime-300: oklch(0.897 0.196 126.665);
  --color-lime-400: oklch(0.841 0.238 128.85);
  --color-lime-500: oklch(0.768 0.233 130.85);
  --color-lime-600: oklch(0.648 0.2 131.684);
  --color-lime-700: oklch(0.532 0.157 131.589);
  --color-lime-800: oklch(0.453 0.124 130.933);
  --color-lime-900: oklch(0.405 0.101 131.063);
  --color-lime-950: oklch(0.274 0.072 132.109);
  --color-green-50: oklch(0.982 0.018 155.826);
  --color-green-100: oklch(0.962 0.044 156.743);
  --color-green-200: oklch(0.925 0.084 155.995);
  --color-green-300: oklch(0.871 0.15 154.449);
  --color-green-400: oklch(0.792 0.209 151.711);
  --color-green-500: oklch(0.723 0.219 149.579);
  --color-green-600: oklch(0.627 0.194 149.214);
  --color-green-700: oklch(0.527 0.154 150.069);
  --color-green-800: oklch(0.448 0.119 151.328);
  --color-green-900: oklch(0.393 0.095 152.535);
  --color-green-950: oklch(0.266 0.065 152.934);
  --color-emerald-50: oklch(0.979 0.021 166.113);
  --color-emerald-100: oklch(0.95 0.052 163.051);
  --color-emerald-200: oklch(0.905 0.093 164.15);
  --color-emerald-300: oklch(0.845 0.143 164.978);
  --color-emerald-400: oklch(0.765 0.177 163.223);
  --color-emerald-500: oklch(0.696 0.17 162.48);
  --color-emerald-600: oklch(0.596 0.145 163.225);
  --color-emerald-700: oklch(0.508 0.118 165.612);
  --color-emerald-800: oklch(0.432 0.095 166.913);
  --color-emerald-900: oklch(0.378 0.077 168.94);
  --color-emerald-950: oklch(0.262 0.051 172.552);
  --color-teal-50: oklch(0.984 0.014 180.72);
  --color-teal-100: oklch(0.953 0.051 180.801);
  --color-teal-200: oklch(0.91 0.096 180.426);
  --color-teal-300: oklch(0.855 0.138 181.071);
  --color-teal-400: oklch(0.777 0.152 181.912);
  --color-teal-500: oklch(0.704 0.14 182.503);
  --color-teal-600: oklch(0.6 0.118 184.704);
  --color-teal-700: oklch(0.511 0.096 186.391);
  --color-teal-800: oklch(0.437 0.078 188.216);
  --color-teal-900: oklch(0.386 0.063 188.416);
  --color-teal-950: oklch(0.277 0.046 192.524);
  --color-cyan-50: oklch(0.984 0.019 200.873);
  --color-cyan-100: oklch(0.956 0.045 203.388);
  --color-cyan-200: oklch(0.917 0.08 205.041);
  --color-cyan-300: oklch(0.865 0.127 207.078);
  --color-cyan-400: oklch(0.789 0.154 211.53);
  --color-cyan-500: oklch(0.715 0.143 215.221);
  --color-cyan-600: oklch(0.609 0.126 221.723);
  --color-cyan-700: oklch(0.52 0.105 223.128);
  --color-cyan-800: oklch(0.45 0.085 224.283);
  --color-cyan-900: oklch(0.398 0.07 227.392);
  --color-cyan-950: oklch(0.302 0.056 229.695);
  --color-sky-50: oklch(0.977 0.013 236.62);
  --color-sky-100: oklch(0.951 0.026 236.824);
  --color-sky-200: oklch(0.901 0.058 230.902);
  --color-sky-300: oklch(0.828 0.111 230.318);
  --color-sky-400: oklch(0.746 0.16 232.661);
  --color-sky-500: oklch(0.685 0.169 237.323);
  --color-sky-600: oklch(0.588 0.158 241.966);
  --color-sky-700: oklch(0.5 0.134 242.749);
  --color-sky-800: oklch(0.443 0.11 240.79);
  --color-sky-900: oklch(0.391 0.09 240.876);
  --color-sky-950: oklch(0.293 0.066 243.157);
  --color-blue-50: oklch(0.97 0.014 254.604);
  --color-blue-100: oklch(0.932 0.032 255.585);
  --color-blue-200: oklch(0.882 0.059 254.128);
  --color-blue-300: oklch(0.809 0.105 251.813);
  --color-blue-400: oklch(0.707 0.165 254.624);
  --color-blue-500: oklch(0.623 0.214 259.815);
  --color-blue-600: oklch(0.546 0.245 262.881);
  --color-blue-700: oklch(0.488 0.243 264.376);
  --color-blue-800: oklch(0.424 0.199 265.638);
  --color-blue-900: oklch(0.379 0.146 265.522);
  --color-blue-950: oklch(0.282 0.091 267.935);
  --color-indigo-50: oklch(0.962 0.018 272.314);
  --color-indigo-100: oklch(0.93 0.034 272.788);
  --color-indigo-200: oklch(0.87 0.065 274.039);
  --color-indigo-300: oklch(0.785 0.115 274.713);
  --color-indigo-400: oklch(0.673 0.182 276.935);
  --color-indigo-500: oklch(0.585 0.233 277.117);
  --color-indigo-600: oklch(0.511 0.262 276.966);
  --color-indigo-700: oklch(0.457 0.24 277.023);
  --color-indigo-800: oklch(0.398 0.195 277.366);
  --color-indigo-900: oklch(0.359 0.144 278.697);
  --color-indigo-950: oklch(0.257 0.09 281.288);
  --color-violet-50: oklch(0.969 0.016 293.756);
  --color-violet-100: oklch(0.943 0.029 294.588);
  --color-violet-200: oklch(0.894 0.057 293.283);
  --color-violet-300: oklch(0.811 0.111 293.571);
  --color-violet-400: oklch(0.702 0.183 293.541);
  --color-violet-500: oklch(0.606 0.25 292.717);
  --color-violet-600: oklch(0.541 0.281 293.009);
  --color-violet-700: oklch(0.491 0.27 292.581);
  --color-violet-800: oklch(0.432 0.232 292.759);
  --color-violet-900: oklch(0.38 0.189 293.745);
  --color-violet-950: oklch(0.283 0.141 291.089);
  --color-purple-50: oklch(0.977 0.014 308.299);
  --color-purple-100: oklch(0.946 0.033 307.174);
  --color-purple-200: oklch(0.902 0.063 306.703);
  --color-purple-300: oklch(0.827 0.119 306.383);
  --color-purple-400: oklch(0.714 0.203 305.504);
  --color-purple-500: oklch(0.627 0.265 303.9);
  --color-purple-600: oklch(0.558 0.288 302.321);
  --color-purple-700: oklch(0.496 0.265 301.924);
  --color-purple-800: oklch(0.438 0.218 303.724);
  --color-purple-900: oklch(0.381 0.176 304.987);
  --color-purple-950: oklch(0.291 0.149 302.717);
  --color-fuchsia-50: oklch(0.977 0.017 320.058);
  --color-fuchsia-100: oklch(0.952 0.037 318.852);
  --color-fuchsia-200: oklch(0.903 0.076 319.62);
  --color-fuchsia-300: oklch(0.833 0.145 321.434);
  --color-fuchsia-400: oklch(0.74 0.238 322.16);
  --color-fuchsia-500: oklch(0.667 0.295 322.15);
  --color-fuchsia-600: oklch(0.591 0.293 322.896);
  --color-fuchsia-700: oklch(0.518 0.253 323.949);
  --color-fuchsia-800: oklch(0.452 0.211 324.591);
  --color-fuchsia-900: oklch(0.401 0.17 325.612);
  --color-fuchsia-950: oklch(0.293 0.136 325.661);
  --color-pink-50: oklch(0.971 0.014 343.198);
  --color-pink-100: oklch(0.948 0.028 342.258);
  --color-pink-200: oklch(0.899 0.061 343.231);
  --color-pink-300: oklch(0.823 0.12 346.018);
  --color-pink-400: oklch(0.718 0.202 349.761);
  --color-pink-500: oklch(0.656 0.241 354.308);
  --color-pink-600: oklch(0.592 0.249 0.584);
  --color-pink-700: oklch(0.525 0.223 3.958);
  --color-pink-800: oklch(0.459 0.187 3.815);
  --color-pink-900: oklch(0.408 0.153 2.432);
  --color-pink-950: oklch(0.284 0.109 3.907);
  --color-rose-50: oklch(0.969 0.015 12.422);
  --color-rose-100: oklch(0.941 0.03 12.58);
  --color-rose-200: oklch(0.892 0.058 10.001);
  --color-rose-300: oklch(0.81 0.117 11.638);
  --color-rose-400: oklch(0.712 0.194 13.428);
  --color-rose-500: oklch(0.645 0.246 16.439);
  --color-rose-600: oklch(0.586 0.253 17.585);
  --color-rose-700: oklch(0.514 0.222 16.935);
  --color-rose-800: oklch(0.455 0.188 13.697);
  --color-rose-900: oklch(0.41 0.159 10.272);
  --color-rose-950: oklch(0.271 0.105 12.094);
  --color-slate-50: oklch(0.984 0.003 247.858);
  --color-slate-100: oklch(0.968 0.007 247.896);
  --color-slate-200: oklch(0.929 0.013 255.508);
  --color-slate-300: oklch(0.869 0.022 252.894);
  --color-slate-400: oklch(0.704 0.04 256.788);
  --color-slate-500: oklch(0.554 0.046 257.417);
  --color-slate-600: oklch(0.446 0.043 257.281);
  --color-slate-700: oklch(0.372 0.044 257.287);
  --color-slate-800: oklch(0.279 0.041 260.031);
  --color-slate-900: oklch(0.208 0.042 265.755);
  --color-slate-950: oklch(0.129 0.042 264.695);
  --color-gray-50: oklch(0.985 0.002 247.839);
  --color-gray-100: oklch(0.967 0.003 264.542);
  --color-gray-200: oklch(0.928 0.006 264.531);
  --color-gray-300: oklch(0.872 0.01 258.338);
  --color-gray-400: oklch(0.707 0.022 261.325);
  --color-gray-500: oklch(0.551 0.027 264.364);
  --color-gray-600: oklch(0.446 0.03 256.802);
  --color-gray-700: oklch(0.373 0.034 259.733);
  --color-gray-800: oklch(0.278 0.033 256.848);
  --color-gray-900: oklch(0.21 0.034 264.665);
  --color-gray-950: oklch(0.13 0.028 261.692);
  --color-zinc-50: oklch(0.985 0 0);
  --color-zinc-100: oklch(0.967 0.001 286.375);
  --color-zinc-200: oklch(0.92 0.004 286.32);
  --color-zinc-300: oklch(0.871 0.006 286.286);
  --color-zinc-400: oklch(0.705 0.015 286.067);
  --color-zinc-500: oklch(0.552 0.016 285.938);
  --color-zinc-600: oklch(0.442 0.017 285.786);
  --color-zinc-700: oklch(0.37 0.013 285.805);
  --color-zinc-800: oklch(0.274 0.006 286.033);
  --color-zinc-900: oklch(0.21 0.006 285.885);
  --color-zinc-950: oklch(0.141 0.005 285.823);
  --color-neutral-50: oklch(0.985 0 0);
  --color-neutral-100: oklch(0.97 0 0);
  --color-neutral-200: oklch(0.922 0 0);
  --color-neutral-300: oklch(0.87 0 0);
  --color-neutral-400: oklch(0.708 0 0);
  --color-neutral-500: oklch(0.556 0 0);
  --color-neutral-600: oklch(0.439 0 0);
  --color-neutral-700: oklch(0.371 0 0);
  --color-neutral-800: oklch(0.269 0 0);
  --color-neutral-900: oklch(0.205 0 0);
  --color-neutral-950: oklch(0.145 0 0);
  --color-stone-50: oklch(0.985 0.001 106.423);
  --color-stone-100: oklch(0.97 0.001 106.424);
  --color-stone-200: oklch(0.923 0.003 48.717);
  --color-stone-300: oklch(0.869 0.005 56.366);
  --color-stone-400: oklch(0.709 0.01 56.259);
  --color-stone-500: oklch(0.553 0.013 58.071);
  --color-stone-600: oklch(0.444 0.011 73.639);
  --color-stone-700: oklch(0.374 0.01 67.558);
  --color-stone-800: oklch(0.268 0.007 34.298);
  --color-stone-900: oklch(0.216 0.006 56.043);
  --color-stone-950: oklch(0.147 0.004 49.25);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --breakpoint-sm: 40rem;
  --breakpoint-md: 48rem;
  --breakpoint-lg: 64rem;
  --breakpoint-xl: 80rem;
  --breakpoint-2xl: 96rem;
  --container-3xs: 16rem;
  --container-2xs: 18rem;
  --container-xs: 20rem;
  --container-sm: 24rem;
  --container-md: 28rem;
  --container-lg: 32rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --container-6xl: 72rem;
  --container-7xl: 80rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --text-8xl: 6rem;
  --text-8xl--line-height: 1;
  --text-9xl: 8rem;
  --text-9xl--line-height: 1;
  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-4xl: 2rem;
  --shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
  --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
  --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
  --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
  --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
  --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
  --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
  --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
  --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
  --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --animate-spin: spin 1s linear infinite;
  --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  --animate-bounce: bounce 1s infinite;
  --blur-xs: 4px;
  --blur-sm: 8px;
  --blur-md: 12px;
  --blur-lg: 16px;
  --blur-xl: 24px;
  --blur-2xl: 40px;
  --blur-3xl: 64px;
  --perspective-dramatic: 100px;
  --perspective-near: 300px;
  --perspective-normal: 500px;
  --perspective-midrange: 800px;
  --perspective-distant: 1200px;
  --aspect-video: 16 / 9;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-font-feature-settings: var(--font-sans--font-feature-settings);
  --default-font-variation-settings: var(--font-sans--font-variation-settings);
  --default-mono-font-family: var(--font-mono);
  --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
  --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  --font-primary: "Source Serif 4", "serif";
  --font-secondary: "Aribau Grotesk", "sans-serif";
  --color-blue-primary: #141E75;
  --color-blue-accent: #2D62F7;
  --color-yellow-secondary: #FCC200;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-end-13 {
  grid-column-end: 13;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mx-auto {
  margin-inline: auto;
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.flex\! {
  display: flex !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.size-6 {
  width: calc(var(--spacing) * 6);
  height: calc(var(--spacing) * 6);
}
.h-1 {
  height: calc(var(--spacing) * 1);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-\[8px\] {
  height: 8px;
}
.h-\[100px\] {
  height: 100px;
}
.h-full {
  height: 100%;
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-10\/12 {
  width: calc(10/12 * 100%);
}
.w-48 {
  width: calc(var(--spacing) * 48);
}
.w-\[100px\] {
  width: 100px;
}
.w-\[170px\] {
  width: 170px;
}
.w-full {
  width: 100%;
}
.w-xl {
  width: var(--container-xl);
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.translate-x-0 {
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-full {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[100px_1fr\] {
  grid-template-columns: 100px 1fr;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.space-y-3 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-4 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-5 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.divide-x-2 {
  :where(& > :not(:last-child)) {
    --tw-divide-x-reverse: 0;
    border-inline-style: var(--tw-border-style);
    border-inline-start-width: calc(2px * var(--tw-divide-x-reverse));
    border-inline-end-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-\[\#D9D8DC\]\/60 {
  border-color: color-mix(in oklab, #D9D8DC 60%, transparent);
}
.border-blue-accent {
  border-color: var(--color-blue-accent);
}
.bg-black {
  background-color: var(--color-black);
}
.bg-blue-primary {
  background-color: var(--color-blue-primary);
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-purple-50 {
  background-color: var(--color-purple-50);
}
.bg-red-100 {
  background-color: var(--color-red-100);
}
.bg-violet-100 {
  background-color: var(--color-violet-100);
}
.bg-white {
  background-color: var(--color-white);
}
.fill-yellow-secondary {
  fill: var(--color-yellow-secondary);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}
.pb-27 {
  padding-bottom: calc(var(--spacing) * 27);
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.align-super {
  vertical-align: super;
}
.font-secondary {
  font-family: var(--font-secondary);
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.leading-5 {
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
}
.leading-6 {
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
}
.leading-10 {
  --tw-leading: calc(var(--spacing) * 10);
  line-height: calc(var(--spacing) * 10);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-extrabold {
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-medium\! {
  --tw-font-weight: var(--font-weight-medium) !important;
  font-weight: var(--font-weight-medium) !important;
}
.tracking-tight {
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#141E75\] {
  color: #141E75;
}
.text-\[\#676671\] {
  color: #676671;
}
.text-blue-accent {
  color: var(--color-blue-accent);
}
.text-blue-primary {
  color: var(--color-blue-primary);
}
.text-red-500 {
  color: var(--color-red-500);
}
.text-white {
  color: var(--color-white);
}
.text-yellow-secondary {
  color: var(--color-yellow-secondary);
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-50 {
  opacity: 50%;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.hover\:text-blue-primary {
  &:hover {
    @media (hover: hover) {
      color: var(--color-blue-primary);
    }
  }
}
.hover\:text-white {
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.focus\:outline-white {
  &:focus {
    outline-color: var(--color-white);
  }
}
.sm\:col-start-1 {
  @media (width >= 40rem) {
    grid-column-start: 1;
  }
}
.sm\:col-start-5 {
  @media (width >= 40rem) {
    grid-column-start: 5;
  }
}
.sm\:col-end-5 {
  @media (width >= 40rem) {
    grid-column-end: 5;
  }
}
.sm\:col-end-13 {
  @media (width >= 40rem) {
    grid-column-end: 13;
  }
}
.sm\:w-full {
  @media (width >= 40rem) {
    width: 100%;
  }
}
.sm\:grid-cols-2 {
  @media (width >= 40rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sm\:grid-cols-3 {
  @media (width >= 40rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sm\:grid-cols-12 {
  @media (width >= 40rem) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.sm\:grid-cols-\[140px_1fr\] {
  @media (width >= 40rem) {
    grid-template-columns: 140px 1fr;
  }
}
.sm\:flex-row {
  @media (width >= 40rem) {
    flex-direction: row;
  }
}
.sm\:items-center {
  @media (width >= 40rem) {
    align-items: center;
  }
}
.sm\:px-4 {
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 4);
  }
}
.sm\:px-8 {
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.sm\:text-center {
  @media (width >= 40rem) {
    text-align: center;
  }
}
.sm\:text-3xl {
  @media (width >= 40rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.sm\:text-base {
  @media (width >= 40rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.sm\:text-lg {
  @media (width >= 40rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.sm\:text-xl {
  @media (width >= 40rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.md\:max-w-3\/4 {
  @media (width >= 48rem) {
    max-width: calc(3/4 * 100%);
  }
}
.md\:grid-cols-3 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.md\:px-8 {
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.dark\:bg-red-800 {
  @media (prefers-color-scheme: dark) {
    background-color: var(--color-red-800);
  }
}
.dark\:text-red-200 {
  @media (prefers-color-scheme: dark) {
    color: var(--color-red-200);
  }
}
.\[\&\>img\]\:h-\[100px\]\! {
  &>img {
    height: 100px !important;
  }
}
.\[\&\>img\]\:w-\[100px\]\! {
  &>img {
    width: 100px !important;
  }
}
.\[\&\>img\]\:object-cover {
  &>img {
    object-fit: cover;
  }
}
.\[\&\>img\]\:object-top {
  &>img {
    object-position: top;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}