


















*, *:before, *:after {
  box-sizing: border-box;
}









/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}
/*********************************************/
/*                                           */
/* LevelBlue LPs Theme / Generic             */
/*                                           */
/* THIRD PARTY STYLES                        */
/*                                           */
/*********************************************/

/* ONE TRUST */
/* Buttons Shape */
#onetrust-consent-sdk:has(#ot-sdk-btn-floating.ot-floating-button) {
  position: relative;
  bottom: 0;
}
#ot-sdk-btn-floating.ot-floating-button {
  position: absolute !important;
  bottom: 24px !important;
  left: 24px !important;
}
#onetrust-banner-sdk {
  outline: 0 !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler,
#onetrust-pc-sdk .ot-btn-container button {
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  padding: 10px 24px !important;
  text-transform: none;
  transition: all .3s ease-in-out;
  opacity: 1;
}
/* Cookie Settings */
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  background-color: #9cef69 !important;
  background-image: linear-gradient(65deg, #9cef69, #9cef69 25%, #fff 60%, #fff);
  background-position: 100% 0 !important;
  background-repeat: no-repeat !important;
  background-size: 250% 100% !important;
  border: 1px solid #3564F3;
  color: #001338 !important;
}
#onetrust-banner-sdk #onetrust-pc-btn-handler:hover {
  background-position: 50% 0 !important;
  background-size: 200% 100% !important;
  color: #001338 !important;
  opacity: 1;
}
/* Reject / Accept */
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-pc-sdk .ot-btn-container button {
  background: linear-gradient(65deg, #001338 0%, #001338 25%, #3564F3 60%, #3564F3 100%) !important;
  background-color: #001338 !important;
  background-repeat: no-repeat !important;
  background-size: 250% 100% !important;
  background-position: 100% 0 !important;
  color: #FFF !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler:hover,
#onetrust-banner-sdk #onetrust-reject-all-handler:hover,
#onetrust-pc-sdk .ot-btn-container button:hover {
  background-size: 100% 100% !important;
  background-position: 100% 0 !important;
  color: #fff !important;
  opacity: 1 !important;
}
/* Text */
#onetrust-banner-sdk #onetrust-policy-text,
#onetrust-banner-sdk .ot-b-addl-desc,
#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk h5,
#onetrust-consent-sdk #onetrust-pc-sdk h6,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal {
  color: #000;
  font-weight: 400;
}
#onetrust-consent-sdk #onetrust-banner-sdk a[href],
#onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn,
#onetrust-pc-sdk #ot-pc-desc a {
  color: #3564F3 !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk a[href]:hover,
#onetrust-consent-sdk #onetrust-banner-sdk a[href]:hover font,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn:hover,
#onetrust-pc-sdk #ot-pc-desc a:hover {
  color: #2043B0 !important;
  text-decoration: underline !important;
}
#onetrust-pc-sdk #ot-pc-desc a {
  margin-left: 0;
  margin-right: 5px;
}
#onetrust-pc-sdk #ot-pc-desc a:last-child {
  margin-left: 5px;
}
/* Close btn */
#onetrust-banner-sdk .ot-close-icon,
#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='31.8424' y='29.9668' width='2.65159' height='39.7738' rx='1' transform='rotate(135 31.8424 29.9668)' fill='%23001338'/%3E%3Crect x='3.71744' y='31.8413' width='2.65159' height='39.7738' rx='1' transform='rotate(-135 3.71744 31.8413)' fill='%23001338'/%3E%3C/svg%3E%0A") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px !important;
  opacity: 1 !important;
}
/* Focus removed */
#onetrust-consent-sdk #onetrust-banner-sdk *:focus, #onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline: 0 !important;
}














:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}


.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}


@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}








.content-wrapper {
  margin: 0;
  padding: 0;
}
.dnd-section {
  padding: 64px 0 !important; 
}
.dnd-section > .row-fluid {
  margin: 0 auto !important;
  max-width: 1480px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.dnd-section .dnd-column {
  padding: 0;
}
.row-fluid > .dnd-column,
.dnd-column > .dnd-row,
.dnd-column > .sticky-column > .dnd-row {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .dnd-section {
    padding: 40px 0 !important; 
  }
  .dnd-section > .row-fluid {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}












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


p {
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}
p:last-child {
  margin-bottom: 0; 
}
.lp-text--small,
.lp-rich-text.lp-text--small > * {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 150%;
}


a {
  color: #3564F3;
  cursor: pointer;
  text-decoration: underline;
  transition: all .3s ease-in-out;
}
a:hover {
  color: #2043B0;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1 {
  font-size: 60px;
  font-weight: 100;
  letter-spacing: -2%;
  line-height: 110%;
}
h2 {
  font-size: 44px;
  font-weight: 200;
  letter-spacing: -1%;
  line-height: 130%;
}
h3 {
  font-size: 32px;
  font-weight: 200;
  letter-spacing: -1%;
  line-height: 130%;
}
h4 {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -1%;
  line-height: 130%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 44px;
    letter-spacing: -1%;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 20px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    letter-spacing: -2%;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
}


.lp-text--eyebrow {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 120%;
  text-transform: uppercase;
}


ul,
ol {
  font-size: 17px;
  line-height: 150%;
  margin: 0;
  padding-inline-start: 19px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul li,
ol li {
  display: block;
  margin-bottom: 16px;
  position: relative;
  word-wrap: break-word;
}
ul li:first-child, 
ol li:first-child {
  margin-top: 0;
}
ul li:last-child, 
ol li:last-child {
  margin-bottom: 0;
}
ul li:before {
  background-color: #A9B6C1;
  border-radius: 100%;
  content: "";
  display: block;
  height: 6px;
  left: -17px;
  position: absolute;
  top: 8px;
  width: 6px;
}
.lp--dark ul li:before {
  background-color: #5B6772;
}
ul.no-list {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
  padding-left: 0;
}
ul.no-list li:before,
ul.inputs-list li:before {
  content: none;
}


pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}


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


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


img {
  font-size: 0.583rem;
  height: auto;
  line-height: 1;
  max-width: 100%;
  word-break: normal;
}


.lp-rich-text > * {
  margin-bottom: 16px;
}
.lp-rich-text > *:first-child {
  margin-top: 0;
}
.lp-rich-text > *:last-child {
  margin-bottom: 0;
}














button,
.button,
.hs-button,
.lp-btn {
  background-color: #3564F3;
  background-position: 100% 0 !important;
  background-repeat: no-repeat !important;
  background-size: 250% 100% !important;
  border: none;
  border-radius: 12px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all .3s ease-in-out;
  white-space: normal;
  width: auto;
}
.lp--dark button,
.lp--dark .button,
.lp--dark .hs-button,
.lp--dark .lp-btn,
form .hs-button {
  color: #001338;
}

@media screen and (min-width: 1024px) {
  button:hover,
  .button:hover,
  .hs-button:hover,
  .lp-btn:hover,
  button:active,
  .button:active,
  .hs-button:active,
  .lp-btn:active {
    background-size: 100% 100% !important; 
  }
}

@media (max-width: 767px) {
  button,
  .button,
  .hs-button,
  .lp-btn {
    width: 100%;
  } 
}


.lp--light .lp-btn--primary {
  background: linear-gradient(65deg, #001338, #001338 25%, #3564f3 60%, #3564f3);
}
.lp--light .lp-btn--primary:active {
  background-color: #001338;
}


.lp--light .lp-btn--secondary {
  background-color: #001338;
  background: linear-gradient(65deg, #3564f3, #3564f3 25%, #001338 60%, #001338);
}
.lp--light .lp-btn--secondary:active {
  background-color: #3564F3;
}


.lp--dark .lp-btn--primary,
form .hs-button {
  background-color: #9CEF69;
  background: linear-gradient(65deg, #FFFFFF, #FFFFFF 25%, #9CEF69 60%, #9CEF69);
}
.lp--dark .lp-btn--primary:active {
  background-color: #FFFFFF;
}


.lp--dark .lp-btn--secondary {
  background-color: #FFFFFF;
  background: linear-gradient(65deg, #9CEF69, #9CEF69 25%, #FFFFFF 60%, #FFFFFF);
}
.lp--dark .lp-btn--secondary:active {
  background-color: #9CEF69;
}


button:disabled,
.button:disabled,
.hs-button:disabled,
.lp-btn:disabled,
.lp-btn--disabled {
  background-color: #D5DEE5;
  color: #5B6772;
}


.lp--dark button:disabled,
.lp--dark .button:disabled,
.lp--dark .hs-button:disabled,
.lp--dark .lp-btn:disabled,
.lp--dark .lp-btn--disabled {
  background-color: #A9B6C1;
  color: #5B6772;
}






.lp-link {
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  color: #3564F3;
  column-gap: 16px;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  justify-content: space-between;
  letter-spacing: -1%;
  line-height: 120%;
  margin: 0;
  padding: 12px 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  transition: all .3s ease-in-out;
  white-space: normal;
  width: auto;
}
.lp-link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' fill='none' viewBox='0 0 15 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M7.146.646a.5.5 0 0 1 .708 0l7 7a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708-.708L13.293 8.5H.5a.5.5 0 0 1 0-1h12.793L7.146 1.354a.5.5 0 0 1 0-.708' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 15px;
  max-width: 15px;
  min-width: 15px;
  transform: translate(0);
  transition: all .3s ease-in-out;
  width: 15px;
}
@media screen and (min-width: 1024px) {
  .lp-link:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none' viewBox='0 0 17 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M8.585.646a.5.5 0 0 1 .707 0l7 7a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.707-.708L14.73 8.5H1.938a.5.5 0 0 1 0-1h12.793L8.585 1.354a.5.5 0 0 1 0-.708' clip-rule='evenodd'/%3E%3C/svg%3E");
    transform: translate(4px);
  }
}


.lp--light .lp-link {
  color: #3564F3;
}
@media screen and (min-width: 1024px) {
  .lp--light .lp-link:hover {
    color: #2043B0;
  }
}


.lp--dark .lp-link {
  color: #9CEF69;
}
.lp--dark .lp-link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' fill='none' viewBox='0 0 15 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.146.646a.5.5 0 0 1 .708 0l7 7a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708-.708L13.293 8.5H.5a.5.5 0 0 1 0-1h12.793L7.146 1.354a.5.5 0 0 1 0-.708' clip-rule='evenodd'/%3E%3C/svg%3E");
}
@media screen and (min-width: 1024px) {
  .lp--dark .lp-link:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none' viewBox='0 0 17 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M8.585.646a.5.5 0 0 1 .707 0l7 7a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.707-.708L14.73 8.5H1.938a.5.5 0 0 1 0-1h12.793L8.585 1.354a.5.5 0 0 1 0-.708' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
}


.lp-link--more:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Camada_1' x='0' y='0' viewBox='0 0 15.2 15.3'%3E%3Cstyle%3E.st0{fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round}%3C/style%3E%3Cpath d='M.6 7.7h14M7.6.7v14' class='st0'/%3E%3C/svg%3E");
}
.lp-link--less:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='2' fill='none' viewBox='0 0 15 2'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M.5 1h14'/%3E%3C/svg%3E");
}














form label:not(.hs-error-msg):not(.hs-form-booleancheckbox-display) {
  display: none;
}


form legend {
  font-size: 0.875rem;
}


::placeholder {
  color: #FFF;
}
.lp--dark ::placeholder {
  color: #FFF;
}


.hs_cos_wrapper.form-title {
  color: #FFF;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -1%;
  line-height: 130%;
  margin-bottom: 40px;
}
form .hs-richtext img {
  max-width: 100% !important;
}






.hs-form-field {
  margin-bottom: 24px;
}
form .hs-submit {
  margin-top: 40px;
}


form fieldset {
  max-width: 100% !important;
}
input[type="text"],
input[type="password"], 
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  background-color: rgba(0, 19, 56, 0.5);
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  line-height: 120%;
  outline: 1px solid #9CEF69;
  padding: 12px 16px;
  width: 100% !important;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  outline: 2px solid #9CEF69;
}
form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
}
form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}
textarea {
  min-height: 80px;
}

@media (max-width: 767px) {
  form fieldset {
    display: flex;
    flex-direction: column;
  } 
}


form select,
form select option {
  color: #FFF;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' fill='none' viewBox='0 0 15 9'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m14.5.84-7 7-7-7'/%3E%3C/svg%3E") no-repeat right 16px center #001338 !important;
  display: block;
  position: relative;
  max-width: 100%;
}


.hs-fieldtype-checkbox > label,
.hs-fieldtype-radio > label {
  color: #FFF;
  display: block !important;
  flex: 1;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0 0 24px;
}
form label.hs-form-booleancheckbox-display,
form label.hs-form-checkbox-display,
form label.hs-form-radio-display {
  align-items: center;
  column-gap: 16px;
  cursor: pointer;
  display: flex !important;
  justify-content: flex-start;
}
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
form .inputs-list > li {
  display: block;
  margin: 24px 0;
}
form .inputs-list > li:first-child {
  margin-top: 0;
}
form .inputs-list > li:last-child {
  margin-bottom: 0;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}
form input[type="checkbox"],
form input[type="radio"] {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #9CEF69;
  cursor: pointer;
  height: 24px !important;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  width: 24px !important;
}
form input[type="checkbox"] {
  border-radius: 6px;
}
form input[type="radio"] {
  border-radius: 100%;
}
form input[type="checkbox"]:checked,
form input[type="radio"]:checked {
  background: #FFF;
  box-shadow: inset 0 0 0 3px #001338;
}
form label.hs-form-booleancheckbox-display > span,
form label.hs-form-checkbox-display > span,
form label.hs-form-radio-display > span {
  color: #FFF;
  flex: 1;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0 !important;
}


.hs-dateinput {
  position: relative;
}
.hs-dateinput:before {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='calendar-alt' class='svg-inline--fa fa-calendar-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%235B6770' d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'%3E%3C/path%3E%3C/svg%3E");
  content: '';
  height: 18px;
  position: absolute;
  top: 25%;
  transform: translateY(-25%);
  width: 18px;
}
.tmrw--dark .hs-dateinput:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='calendar-alt' class='svg-inline--fa fa-calendar-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFF' d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'%3E%3C/path%3E%3C/svg%3E");
}
.hs-dateinput > .hs-input {
  padding-left: 30px;
}
.fn-date-picker.pika-single {
  border: 0 !important;
  font-family: "Poppins", sans-serif !important;
}
.fn-date-picker .pika-table abbr {
  cursor: auto !important;
  text-decoration: none;
}
.fn-date-picker .pika-button {
  border-radius: 0;
  color: #5b6770 !important;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background: #C1C6C8 !important;
  border-radius: 0 !important;
  color: #FFF;
}
.fn-date-picker .is-today .pika-button {
  color: #27AAE1 !important;
}
.fn-date-picker td.is-selected .pika-button {
  background: #27AAE1;
  border-radius: 0;
  box-shadow: none;
  color: #FFF !important;
}


form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}
form input::file-selector-button {
  padding: 8px 24px;
  margin-right: 20px;
}




.hs-form-required {
  color: #27AAE1;
  margin-right: 8px;
}
.lp--dark .hs-form-required {
  color: #FFF;
}
.hs-input.invalid.error {
  outline: 1px solid #9CEF69;
}
form .hs-error-msgs.inputs-list {
  color: #FFF;
  font-size: 14px;
  margin-top: 8px;
}
form .hs-error-msgs.inputs-list > li {
  margin: 0 0 14px;
}
form .hs-error-msgs.inputs-list > li:last-child {
  margin: 0;
}






.legal-consent-container {
  margin-top: 40px; 
}
.legal-consent-container .hs-dependent-field {
  margin-bottom: 24px;
}
.legal-consent-container .field.hs-form-field {
  margin: 0 !important; 
}
.legal-consent-container .hs-richtext {
  margin-top: 32px;
}
.legal-consent-container input[type="checkbox"] {
  border-radius: 4px;
  height: 17px !important;
  width: 17px !important;
}
.legal-consent-container label.hs-form-booleancheckbox-display > span,
.legal-consent-container p {
  color: #FFF;
  font-size: 14px;
}
.legal-consent-container a {
  color: #9CEF69;
}
.legal-consent-container a:hover {
  color: #FFF;
}


.grecaptcha-badge {
  display: none;
}
/* .grecaptcha-badge { visibility: hidden; } */




.submitted-message {
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
  max-width: unset;
}
.submitted-message > * {
  margin-bottom: 15px;
}
.submitted-message a > img {
  max-height: 51px;
  width: auto !important;
}












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


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


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


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


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



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

.lp-module.lp-module--siderail,
.lp-module__placeholder {
  display: none;
}
.lp-module__placeholder {
  align-items: center;
  background-color: rgb(131 1 46 / 35%);
  border: 2px solid #83012E;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  outline: 1px solid #fff;
  padding: 24px;
  row-gap: 16px;
  text-align: center;
  width: 100%;
}
.lp-module__placeholder > * {
  color: #83012E;
  font-weight: 400;
  text-shadow: 0 -1px 0 hsla(0,0%,100%,.5);
}
.lp-module__placeholder--siderail {
  display: flex;
  height: 280px;
}

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

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