





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

.disable-focus-styles :focus {
  outline: none;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}




.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

/* General  */
.container {
  margin: 0 auto;
  max-width: 1200px;
  overflow: visible;
  padding: 0 25px;
}

.flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .mobile-col {
    flex-direction: column;
  }
}




html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #3d3e40;
  font-family: Muli, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  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 {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  color: #19cca3;
  font-family: Muli, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.1s ease-in;
}

a:hover, a:focus {
  color: #23edc0;
  text-decoration: underline;
}

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1 {
  -webkit-font-smoothing: antialiased;
  color: #0d2547;
  font-family: Muli, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-decoration: none;
  text-transform: none;
}

h2 {
  color: #0d2547;
  font-family: Muli, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

h3 {
  color: #0d2547;
  font-family: Muli, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

h4 {
  color: #0d2547;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-decoration: none;
  text-transform: none;
}

h5 {
  color: #0d2547;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

h6 {
  color: #0d2547;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

/* Lists */

ul {
  list-style-type: disc;
}

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
  margin: 0.5rem;
}

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

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

/* Blockquote */

blockquote {
  border-left: 7px solid #19cca3;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-left: 15px;
}

/* Horizontal Rules */

hr {
  background-color: #d0d0d0;
  border: none;
  height: 1px;
}

code {
  vertical-align: bottom;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* Primary Button */

button,
.button {
  align-items: center;
  background-color: #19cca3;
  border: 1px solid #19cca3;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin: 0 0 20px;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: background-color 0.15s linear, color 0.15s linear;
  white-space: normal;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  background-color: #27edc0;
  border-color: #27edc0;
  color: #fff;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #21d4ab;
  border-color: #21d4ab;
}

/* Secondary Button */

.button.button--secondary {
  background-color: transparent;
  border: 2px solid #19cca3;
  color: #19cca3;
  fill: #19cca3;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  background-color: transparent;
  border: 2px solid #27edc0;
  color: #27edc0;
  fill: #27edc0;
}

.button.button--secondary:disabled {
  background-color: transparent;
  border-color: #d0d0d0;
  color: #e6e6e6;
  pointer-events: none;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #19cca3;
  fill: #19cca3;
  font-size: 1rem;
  font-style: normal;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.button.button--simple:after {
  background-color: #19cca3;
  bottom: -6px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  background-color: transparent;
  border: none;
  color: #27edc0;
}

.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}

.button.button--simple.button--small,
.button.button--simple.button--large {
  padding: 0;
}

.button.button--simple:disabled {
  background-color: transparent;
  color: #e6e6e6;
  pointer-events: none;
}

.button.button--simple:disabled:after {
  background-color: #d0d0d0;
}

/* Button Sizing */

.button.button--small {
  font-size: 0.875rem;
  padding: 10px 50px;
}

.button.button--large {
  font-size: 1.125rem;
  padding: 10px 50px;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}
/* Base */

.cta-form {
  display: block;
  width: 100%;
}

.hs-form-field {
  margin-bottom: 20px;
  position: relative;
}

form fieldset > .hs-form-field {
  margin: 0.625rem 0;
}

/* Form Title */

.form-title {
  background-color: #0d2547;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  display: block;
  font-family: Muli, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  padding: 24px;
  text-align: center;
  text-decoration: none;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  border-radius: 10px;
  color: #0d2547;
  font-size: 1rem;
}

form div.in-focus > label {
  color: #3d3e40;
  padding: 0;
}

form div.in-focus.hs-fieldtype-radio > label,
form div.in-focus.hs-fieldtype-checkbox > label {
  padding: 0;
}

label.hs-form-radio-display,
label.hs-form-checkbox-display {
  font-family: Muli, sans-serif;
  font-size: 0.875rem;
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  color: #3d3e40;
  position: static;
}

/* Help Text - Legends */

.hs-form-field legend {
  color: #3d3e40;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #e9eff5;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #3d3e40;
  font-family: Muli, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  margin-top: 8px;
  padding: 15px 20px;
  text-decoration: none;
  width: 100% !important;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

form .in-focus select {
  color: #cbd1d6;
}

/* Placeholder Text */

input::-webkit-input-placeholder {
  color: #cbd1d6;
}

input::-moz-placeholder {
  color: #cbd1d6;
}

input::-ms-placeholder {
  color: #cbd1d6;
}

input:-ms-input-placeholder {
  color: #cbd1d6;
}

input::-ms-input-placeholder {
  color: #cbd1d6;
}

input::placeholder {
  color: #cbd1d6;
}

/* Inputs - Checkbox/Radio */

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

form ul.inputs-list li {
  margin: 0.3125rem 0;
}

form ul.inputs-list li input {
  left: -9999px;
  position: absolute;
}

form ul.inputs-list li input + span {
  padding-left: 1.4375rem;
  position: relative;
}

form ul.inputs-list li input + span:before {
  border: 1px solid #cbe8f8;
  border-radius: 4px;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

form ul.inputs-list li input[type='radio'] + span:before {
  border-radius: 50%;
}

form ul.inputs-list li input + span:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2319CCA3' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

form ul.inputs-list li input[type='radio'] + span:after {
  background-color: #19cca3;
  background-image: none;
  border-radius: 100%;
  content: '';
  height: 8px;
  left: 4px;
  width: 8px;
}

form ul.inputs-list li input + span:hover:after {
  opacity: 0.2;
}

form ul.inputs-list li input:checked + span:after {
  opacity: 1;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #ff7a6e;
}

/* Inputs - Select */

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-radius: 4px;
  border-right: 6px solid transparent;
  border-top: 6px solid #19cca3;
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 57%;
  transform: translateY(-50%);
  width: 0;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button.pika-day {
  background: transparent !important;
}

.hs-datepicker button.pika-button:hover {
  background-color: #2355b2 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #053794 !important;
  box-shadow: none !important;
}

.hs-datepicker .is-selected.is-today button.pika-button {
  color: #fff;
}

.hs-datepicker .is-today button.pika-button {
  color: #053794;
}

/* Inputs - File Picker */

.hs-fieldtype-file input[type='file'] {
  line-height: 1;
}

/* Headings & Text */

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

form .header {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span {
  font-size: 0.875rem;
  margin-left: 15px !important;
}

/* Validation */

.hs-form-field.has-error > label,
.hs-form-field.has-error:before {
  top: 33%;
}

.hs-form-field.hs-fieldtype-textarea.has-error > label {
  top: 30px;
}

.hs-input.invalid.error {
  border: 1px solid #ff7a6e;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #ff7a6e !important;
  font-size: 0.875rem;
}

.hs-error-msgs li a {
  color: inherit;
  font-family: Muli, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  text-decoration: underline;
}

/* Submit */

form input[type='submit'] {
  background-color: #19cca3;
  border: 1px solid #19cca3;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  font-family: Muli, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 0.625rem 0;
  max-width: 500px;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

form input[type='submit']:hover,
form input[type='submit']:focus {
  background-color: #00a47b;
  border-color: #00a47b;
}

form input[type='submit']:active {
  background-color: #2de0b7;
}

/* Inline Thank You Message */

.submitted-message {
  background-color: #fff;
  border: 1px solid #cbe8f8;
  border-radius: 4px;
  padding: 45px;
}
table {
  background-color: #fff;
  border-spacing: 0;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 1rem;
}

th,
td {
  border: 1px solid #e9eff5;
  padding: 15px;
  text-align: center;
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: rgba(#e9eff5, 0.35);
}

thead th,
thead td {
  background-color: #0d2547;
  border: none;
  border-bottom-width: 2px;
  color: #fff;
}

thead th {
  border-bottom: none;
  vertical-align: bottom;
}

tbody + tbody {
  border-top: none;
}



.header {
  background-color: #2355b2;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.11);
}

.header__container {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  .header__container {
    padding: 0 20px;
  }
}

/* Top Bar */

.header__top-bar {
  background-color: #fff;
  display: none;
  text-align: right;
}

.header__top-bar .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 10px 20px;
}

.header__top-bar .menu-link {
  color: #0d2547;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.header__top-bar .menu-link:hover,
.header__top-bar .menu-link:focus {
  color: #19cca3;
}

@media screen and (min-width: 768px) {
  .header__top-bar {
    display: block;
  }
}

/* Main Header */
.header__main-bar {
  padding: 0.75rem 0;
  position: relative;
}

.header__main-bar .header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.logo-company-name {
  color: #fff;
  display: inline-block;
  margin: 0;
  padding-bottom: 5px;
}

.header__logo img {
  max-width: 250px;
}

/* Main Navigation */

.header__menu {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.header__navigation {
  background-color: #2355b2;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .header__menu {
    align-items: flex-end;
    flex-direction: column;
  }

  .header__navigation {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  }
}

#nav-toggle:checked ~ .header__navigation {
  display: block;
}

.header__menu .header__navigation .submenu.level-1 > .menu-item {
  border-top: none;
  margin: 0;
  padding: 5px 20px;
}

.header__menu .header__navigation .menu-link {
  color: #fff;
  font-family: Muli, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  padding: 10px 0;
  text-decoration: none;
  text-transform: none;
}

.submenu.level-1>.has-submenu>.menu-arrow,
.submenu>.has-submenu>.menu-arrow,
.submenu .menu-arrow {
  padding: 17px 0 !important;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-item {
  border-top: none;
  display: list-item;
  margin: 0;
  padding: 0;
  position: relative;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  font-family: Muli, sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 0.7rem 0 0.7rem 1rem;
  text-decoration: none;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover {
  background-color: #19cca3;
}

@media screen and (min-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) {
    background-color: #fff;
    border: 1.79px solid #d1d6dc;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
    transition: visibility 0s, opacity 0.3s;
    width: 200px;
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    background-color: #fff;
    color: #3d3e40;
    padding: 10px;
  }

  .header__menu .header__navigation .submenu.level-3 .menu-link {
    padding-left: 20px;
  }

  .header__navigation-toggle {
    display: none;
  }

  .header__navigation--secondary-mobile {
    display: none;
  }

  .header__menu .header__navigation .submenu.level-1 > .has-submenu > .menu-arrow {
    border-radius: 2px;
    border-top-color: #fff;
    right: 0;
    top: 45%;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  text-align: right;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  background-color: #fff;
  border-color: #d1d6dc;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 1px;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 0.7rem;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  padding-bottom: 0.7rem;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #19cca3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li:hover a {
  color: #fff;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0d2547;
  font-family: Muli, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.header__language-switcher-label {
  display: inline-flex;
  padding-right: 20px;
  position: relative;
}

.header__language-switcher-label-current {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 2;
  margin-left: 0.7rem;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active {
  color: #fff;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  content: '';
  display: block;
  height: 0;
  margin: 3px 0 0 10px;
  width: 0;
}

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: 1rem;
    margin-right: 0;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    border-top: 1px solid #d0d0d0;
    padding: 0.7rem;
  }

  .header__language-switcher .lang_list_class li:first-child {
    border-top: 1px solid #d0d0d0;
    padding-top: 0.7rem;
  }

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

  .header__language-switcher-label-current {
    display: none;
  }

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

/* Header - No Navigation */

.header--no-navigation {
  padding: 1rem 0;
  text-align: center;
}
/* Footer Container */

.footer {
  background-color: #0d2547;
}

.footer__container {
  margin: 0 auto;
  max-width: 1340px;
  padding: 2.8rem 2.8rem 0;
}

.footer__top-section {
  margin-bottom: 4.9rem;
}

@media (max-width: 980px) {
  .footer__top-section {
    margin-bottom: 2.8rem;
    text-align: center;
  }
}

.footer__bottom-section {
  padding: 1.4rem 0;
  text-align: center;
}

.footer__bottom-section h1,
.footer__bottom-section h2,
.footer__bottom-section h3,
.footer__bottom-section h4,
.footer__bottom-section h5,
.footer__bottom-section h6,
.footer__bottom-section p,
.footer__bottom-section a,
.footer__bottom-section div,
.footer__bottom-section span {
  font-weight: 700;
  opacity: 0.8;
}

.footer__bottom-section a:hover {
  font-weight: 700;
  opacity: 1;
}

/* Footer Info */

@media (max-width: 980px) {
  .footer__info {
    width: 100% !important;
  }

  .footer__logo,
  .footer__follow-me {
    margin-bottom: 2.8rem;
  }
}

.footer__logo {
  margin-bottom: 1.4rem;
}

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

.footer__address {
  margin: 25px 0;
}

/* Footer Menus */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.hs-button),
.footer div,
.footer span {
  color: #fff;
}

.footer__navigation h4 {
  color: #19cca3;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.footer__navigation ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  padding-left: 0;
}

.footer__navigation li {
  margin: 0.7rem 0;
}

@media (max-width: 767px) {
  .footer .footer__navigation {
    float: left;
    width: 50%;
  }

  .footer .footer__navigation:nth-child(2n+2) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .footer .footer__navigation {
    width: 45%;
  }
}

/* Footer - No Navigation */

.footer--no-navigation .footer__container {
  padding: 2.8rem 0;
  text-align: center;
}

.footer--no-navigation p,
.footer--no-navigation a,
.footer--no-navigation div,
.footer--no-navigation span {
  font-weight: 700;
  opacity: 0.8;
}

/* Footer Form */

.footer .footer__form form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer .footer__form label {
  color: #fff;
}

.footer__form .form-title {
  background-color: transparent;
  color: #19cca3;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}

@media (max-width: 980px) {
  .footer .footer__form {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    width: 75%;
  }

  .footer .footer__form .form-title {
    text-align: center;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.blog-index-header {
  background-image: linear-gradient(#1b1464, #3366ff) !important;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.blog-index-header .content-wrapper {
   padding: 100px 20px 50px !important;
}
}
.blog-index-header h1 {
   font-size: 30px;
}
.blog-index-header p {
  font-size: 15px;
  font-weight: 400;
}

.hs-postlisting-item {
    list-style: none;
    margin-left: -26px;
}
.hs-postlisting-item a {
    color: #0d6efd;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

.hs-postlisting-item a:hover {
    color: #0a58ca;
}

.hs-search-field form input {
  margin: 0 !important;
  border: none !important;
  outline: none !important;
}

.inmersys-x-container-full-width {
  width: 100%;
  padding: 40px 35px;
/*   background: red; */
}
.inmersys-x-container-boxed {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.hs-blog-social-share,
.hs-author-social-section,
.hs-author-avatar {
  display:none;
}

.section.post-header {
  margin-bottom: 24px;
}
.section.post-header h1 {
  font-size: 24px;
}
.inmersys-x-blog-content .blog-section .post-body p {
    text-align: start !important;
    font-size: 15px !important;
    line-height: 1.4em !important;
    font-weight: 400 !important;
    color: #00000096 !important;
}
.inmersys-x-blog-content .blog-section .post-body h2 {
   color: #727271;
   font-size: 22px;
}

.inmersys-x-blog-aside img {
  height: auto;
  display: none;
  margin-bottom: 24px
}
.inmersys-x-blog-aside .contenedorSubsEmail2 {
  padding: 20px 36px;
  text-align: center;
  display: block;
}
.inmersys-x-blog-aside .textSubEmail {
  margin-bottom: 0 !important;
}
.inmersys-x-blog-aside form {
  padding: 0;
  background-color: transparent;
  border: none;
}

.inmersys-x-blog-aside .hs-form-field {
  margin-bottom: 0;
}

@media (min-width: 840px) {
  .inmersys-x-container-boxed {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .inmersys-x-blog-content {
    grid-column: 1 / 3;
  }
  .inmersys-x-blog-aside {
    grid-column: 3 / 4;
  }
  .inmersys-x-blog-aside img,{
    width: 100%;
    display: block;
    height: auto;
  }
  .section.post-header h1 {
    font-size: 30px;
  }
  .inmersys-x-blog-content .blog-section .post-body p {
    font-size: 18px !important;
  }
   .inmersys-x-blog-content .blog-section .post-body h2 {
    font-size: 28px;
  }
  .blog-index-header h1 {
   font-size: 5rem;
  }
  .blog-index-header p {
    width: 73%;
    margin: 0 auto 3rem;
    font-size: 18px;
    font-weight: 400;
  }
}

@media (max-width: 834px) and (min-width: 429px) {
    .inmersys-x-blog-aside .contenedorSubsEmail2 {
        width: 100%;
        padding: 40px 55px;
    }
}



/* Blog Container */

.content-wrapper--blog-index,
.content-wrapper--blog-post {
/*   padding: 80px 20px; */
}

.blog-index {
  margin-bottom: 1.4rem;
}

/* Blog Navigation */

.blog-navigation {
  padding: 1rem 0;
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 360px;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  .blog-navigation__search form {
    margin: 0 auto;
  }
}

.blog-navigation__search form:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2319CCA3' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  height: 25px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 25px;
}

.blog-navigation__search form input.hs-search-field__input {
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 0.75rem 2.25rem;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border-color: #d0d0d0;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.blog-index__subheader {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}

.author-social-links,
.blog-post__author__sharing {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.author-social-links a,
.blog-post__author__sharing a {
  background-color: #d0d0d0;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  position: relative;
  width: 40px;
}

.blog-post__author__sharing a:first-of-type {
  margin: 0 10px 0 0;
}

.author-social-links a:hover,
.blog-post__author__sharing a:hover {
  background-color: #19cca3;
}

.author-social-links a svg,
.blog-post__author__sharing a svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog Header */

.blog-header.container {
  padding-top: 20px;
}

.blog-index__post {
  border: 1px solid #cbe8f8;
  border-radius: 10px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  margin: 75px 0;
  transition: box-shadow 0.3s;
}
.blog-index__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.3s;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 0 0 10px;
  flex-shrink: 0;
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .blog-index__post {
    flex-direction: column;
    height: 100%;
  }

  .blog-index__post-image {
    border-radius: 0;
    display: block;
    height: 175px;
    width: 100%;
  }
}

.blog-index__post-content {
  padding: 30px 50px;
}

.blog-index__post-content__title {
  margin: 1.5rem 0 0.5rem;
}
li.blog-index--2-col__post {
  line-height:1.5
}
.blog-index__post-content__title a,
.blog-index--2-col__post-content__title a {
  color: #0d2547;
  font-size: 26px;
  font-weight: 800;
  text-decoration: none;
}

.blog-index__post-content__title a:hover,
.blog-index--2-col__post-content__title a:hover,
.blog-index__post-content__title a:focus,
.blog-index--2-col__post-content__title a:focus {
  color: #0d2547;
  font-weight: 800;
  text-decoration: underline;
}

.blog-index__post__date {
  margin: 0 0 1rem;
}

.blog-author {
  align-items: center;
  display: flex;
}

.blog-author__image {
  border-radius: 50%;
  height: 70px;
  margin-right: 20px;
  overflow: hidden;
  width: 70px;
}

.blog-author__image img {
  height: 100%;
  width: auto;
}

.blog-author__name h6 {
  margin: 10px 0;
}

.blog-tags {
  font-weight: 300;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-tag {
  color: #00baff;
  font-weight: 300;
  text-decoration: none;
}

.blog-tag:hover {
  color: #00baff;
  font-weight: 300;
  text-decoration: underline;
}

.blog-tag:after {
  content: ',';

}
.blog-tag:last-child:after {
  content: '';
}

.blog-summary {
  flex-grow: 1;
  margin: 15px 0;
}

.blog-pagination {
  margin: 50px 0;
  text-align: center;
}

.blog-pagination__link {
  color: #484848;
  letter-spacing: 1.6px;
  margin: 0 3px;
  padding: 7px;
  text-decoration: none;
}

.blog-pagination__link--active {
  background-color: #19cca3;
  color: #fff;
}

.blog-pagination .blog-pagination__prev-link--disabled,
.blog-pagination .blog-pagination__next-link--disabled {
  color: #d0d0d0;
  cursor: default;
  pointer-events: none;
}

/* Two Column Blog Styles  */

.blog-index--2-col {
  display: grid;
  grid-template-columns: 1fr;
  gap:30px
}

.blog-index--2-col__post {
  border-radius: 10px;
  border: 1px solid #cbe8f8;
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.3s;

}

.blog-index--2-col__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.18);
  transition: box-shadow 0.3s;
}
@media screen and (min-width: 1024px) {
  .blog-index--2-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .blog-index--2-col__post {
    width: 100%;
  }
}

.blog-index--2-col__post-image img {
  
  height: auto;
  width: 100%;
}

.blog-index--2-col__post-content {
  display: flex;
  flex-direction: column;
  min-height: 375px;
  padding: 10px 40px 50px;
}

.blog-index--2-col__post-content__title a {
  color: inherit;
  text-decoration: none;
}

/* Blog Post Styles  */

.blog-post {
  padding: 0 100px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .blog-post {
    padding: 10px 20px;
  }
}

.blog-post__tag {
  color: #00baff;
  font-weight: 300;
  text-decoration: none;
}

.blog-post__tag:after {
  content: ',';
}

.blog-post__tag:last-child:after {
  content: '';
}

.blog-post__title {
  margin: 10px 0;
}

.blog-author__name {
  color: inherit;
  text-decoration: none;
}

.blog-post__image {
  border-radius: 10px;
  height: 420px;
  margin: 35px 0;
  position: relative;
  width: 100%;
}

.blog-post__sharing {
  align-items: center;
  color: #19cca3;
  display: flex;
  flex-direction: column;
  left: -100px;
  position: absolute;
  top: 0;
}

.sample-icon {
  background-color: #19cca3;
  border-radius: 50%;
  height: 30px;
  margin: 5px;
  width: 30px;
}

.blog-post__body {
  line-height: 24px;
}

hr.blog-post__divider {
  border: none;
  border-bottom: 1px solid #e9eff5;
  margin: 100px -100px;
}

.blog-post__cta {
  background: linear-gradient(169.7deg, #9159fd 0%, #762fff 100%);
  border-radius: 10px;
  padding: 20px 100px;
  text-align: center;
}

.blog-post__cta h3,
.blog-post__cta p {
  color: #fff;
}

.blog-post__cta-form {
  border: 0;
  border-radius: 25px;
  box-shadow: 0;
  margin-right: 5px;
  padding: 10px 25px;
}

.blog-post__cta .button.button--primary {
  margin: 30px 0;
}

.blog-post__author {
  display: flex;
  margin: 75px 0;
  padding: 0 100px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author {
    flex-direction: column;
    margin: 10px 0;
    padding: 0;
  }
}

.blog-post__author__image {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 150px;
  overflow: hidden;
  width: 150px;
}

.blog-post__author__image img {
  height: 100%;
  width: auto;
}

.blog-post__author__text {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author__text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.blog-post__author__text h6 {
  margin: 10px 0;
}

#comments-listing .comment-reply-to {
  background-position: 20px;
  background-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #19cca3;
  padding-left: 50px;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

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

#comments-listing .comment-reply-to:active {
  color: #41f4cb;
}

.blog-post__social-sharing .social-links__icon {
  border-radius: 50px;
  width: 37px;
}

.blog-post__social-sharing .social-links__icon span {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: inline-flex;
    flex-direction: column;
  }

  .blog-post__social-sharing {
    left: -2rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 9rem;
  }
}

.blog-recent-posts {
  padding-bottom: 100px;
}

.blog-recent-posts__title {
  margin-bottom: 50px;
  text-align: center;
}

.blog-recent-posts__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .blog-recent-posts__list {
    flex-direction: column;
  }
}

/* Blog Search Form Fields */

.hs-search-field form {
  border: none;
  padding: 0;
}

.hs-search-field form input {
  background-color: transparent;
  border-bottom: 1px solid #19cca3;
  border-radius: 0;
}
/* Error Pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #d0d0d0;
  content: attr(data-error);
  font-family: Muli, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System Pages */

.systems-page {
  margin: 0 auto;
  max-width: 550px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search Pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #fff;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #1e2b33;
  font-family: Muli, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #1e2b33;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.4rem;
  padding: 12px !important;
}

