/* 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;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

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

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

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

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

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

body {
  line-height: 1.4;
  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;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-font-family);
  font-weight: var(--header-font-weight);
  margin-top: 0;
  margin-bottom: 32px;
  overflow-wrap: break-word;
}

h1 {
  font-size: 31px;
  line-height: 39px;

  @media(--viewport-lg-min) {
    font-size: 50px;
    line-height: 54px;
  }
}

h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 24px;

  @media(--viewport-lg-min) {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 32px;
  }
}

h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;

  @media(--viewport-lg-min) {
    font-size: 22px;
    line-height: 26px;
  }
}

h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px;
}

h5 {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 16px;
}

h6 {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 16px;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

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

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

form .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 {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

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

/* Captcha */

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

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 29x */
*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{min-height:100%}body{background-color:#f7f7f7;font-family:futura-pt,sans-serif;font-weight:400;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#02405a;line-height:1.5;position:relative;width:100%;margin:0}body.no-scroll{overflow:hidden}a{color:#009faa;text-decoration:underline}a:focus,a:hover{color:shade(#009faa,10%)}figure{margin:0;background-size:auto 100%;background-position:50%;background-repeat:no-repeat}figure img{max-width:100%;width:100%;height:auto;display:block;margin:0 auto;transition:opacity .2s}figure.contain-width img{width:auto}p{font-size:16px}@media (min-width:1200px){p{font-size:18px}}.text-color-primary{color:#009faa}.dnd-section>.row-fluid{max-width:none!important}.body-container{margin-top:-1px}.body-container-wrapper{overflow-x:hidden;position:relative}.body-container-wrapper:after{content:"";position:absolute;z-index:5;top:0;left:0;width:100%;height:0;opacity:0;transition:all .5s cubic-bezier(.77,0,.175,1);background-color:transparent}.body-container-wrapper--backdrop{position:relative}@media (min-width:992px){.body-container-wrapper--backdrop:after{z-index:5;top:0;left:0;width:100%;height:100%;opacity:1;background-color:rgba(0,53,45,.75);transition:all .5s cubic-bezier(.77,0,.175,1)}}.text-header,h1,h2,h3,h4,h5,h6{font-family:futura-pt-bold,sans-serif!important;font-weight:700!important;color:#02405a}.text-header--h1,.text-header--p1{font-size:36x;line-height:40px}@media (min-width:768px){.text-header--h1,.text-header--p1{font-size:42px;line-height:48px}}@media (min-width:992px){.text-header--h1,.text-header--p1{font-size:52px;line-height:58px}}.text-header--h2,.text-header--p2{margin:0 0 30px;font-size:36px;line-height:42px}@media (min-width:768px){.text-header--h2,.text-header--p2{font-size:42px;line-height:48px}}@media (min-width:992px){.text-header--h2,.text-header--p2{font-size:50px;line-height:56px}}.text-header--h3,.text-header--p3{margin:0 0 30px;font-size:30px;line-height:36px}@media (min-width:768px){.text-header--h3,.text-header--p3{font-size:38px;line-height:46px}}@media (min-width:992px){.text-header--h3,.text-header--p3{font-size:42px;line-height:48px}}.text-header--h4,.text-header--p4{margin:0 0 30px;font-size:24px;line-height:26px}@media (min-width:768px){.text-header--h4,.text-header--p4{font-size:28px;line-height:30px}}@media (min-width:992px){.text-header--h4,.text-header--p4{font-size:32px;line-height:34px}}.text-header--h5,.text-header--p5{margin:0 0 30px;font-size:22px;line-height:24px}@media (min-width:768px){.text-header--h5,.text-header--p5{font-size:26px;line-height:28px}}.text-header--h6,.text-header--p6{margin:0 0 30px;font-size:18px;line-height:20px}@media (min-width:768px){.text-header--h6,.text-header--p6{font-size:22px;line-height:24px}}h1,h2,h3,h4,h5,h6{word-break:normal}h1{font-size:31px;line-height:39px}@media (min-width:1200px){h1{font-size:50px;line-height:54px}}h2{font-size:30px;line-height:40px;margin-bottom:24px}@media (min-width:1200px){h2{font-size:40px;line-height:46px;margin-bottom:32px}}h3{font-size:24px;line-height:28px;margin-bottom:16px}@media (min-width:1200px){h3{font-size:28px;line-height:30px}}h4{font-size:18px;line-height:22px;margin-bottom:16px}h5,h6{font-size:17px;line-height:26px;margin-bottom:16px}.icon-sprite{display:none}.icon{height:24px;width:24px;display:inline-block;fill:currentColor}.btn,.hs-button{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:42px!important;max-height:42px!important;line-height:42px!important;color:#fff!important;text-decoration:none!important;border-radius:42px!important;border:none!important;font-weight:400!important;transition:all .3s cubic-bezier(.77,0,.175,1);font-family:futura-pt,sans-serif!important;background-color:#009faa!important;box-shadow:0 10px 11px 0 rgba(0,0,0,.1)!important;cursor:pointer!important;font-size:17px!important;padding:0 15px!important}@media (max-width:374px){.btn,.hs-button{font-size:14px}}@media (min-width:768px){.btn,.hs-button{padding:0 30px!important;padding-right:30px;padding-left:30px}}@media (min-width:1200px){.btn,.hs-button{font-size:17px}}.btn:active,.btn:focus,.btn:hover,.hs-button:active,.hs-button:focus,.hs-button:hover{transition:all .3s cubic-bezier(.77,0,.175,1)}@media (min-width:992px){.btn:active,.btn:focus,.btn:hover,.hs-button:active,.hs-button:focus,.hs-button:hover{box-shadow:0 5px 8px 0 rgba(0,0,0,.1)}}.btn:hover span,.hs-button:hover span{padding-right:20px}.btn span,.hs-button span{display:block;transition:all .3s cubic-bezier(.77,0,.175,1)}.btn__icon-wrapper,.hs-button__icon-wrapper{background-color:#02405a;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:50%;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:32px;height:32px;margin-right:10px;padding:9px}.btn--icon,.hs-button--icon{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding-left:6px!important}.btn--icon img,.hs-button--icon img{display:block;width:32px;height:32px;margin-right:6px}@media (min-width:768px){.btn--icon img,.hs-button--icon img{margin-right:10px}}.btn--default,.hs-button--default{background-color:#009faa;color:#fff}.btn--default:hover,.hs-button--default:hover{color:#fff}button{font-family:futura-pt,sans-serif!important}.hbspt-form .hs-form-field .hs-input{background-color:#fff!important;border-radius:5px!important;box-shadow:0 3px 6px rgba(0,0,0,.03)!important;border:none!important;height:65px!important;width:100%!important;font-size:18px!important;font-weight:400!important;color:#02405a!important;outline:none!important;padding:20px;resize:none!important}.hbspt-form .hs-form-field .hs-input::-webkit-input-placeholder{color:#a2b0b5!important}.hbspt-form .hs-form-field .hs-input::-moz-placeholder{color:#a2b0b5!important}.hbspt-form .hs-form-field .hs-input::-ms-input-placeholder{color:#a2b0b5!important}.hbspt-form .hs-form-field .hs-input::placeholder{color:#a2b0b5!important}.hbspt-form .hs-form-field .hs-input:focus{border:1px solid #02405a}.hbspt-form .hs-form-field label{font-weight:700!important;font-size:18px!important;color:#02405a!important}.hbspt-form .hs-form-field label .hs-form-required{color:#faa429;margin-left:5px}.blog-index,.blog-tag-heading,.content-container{position:relative;z-index:1;padding-right:20px;padding-left:20px;width:100%}@media (min-width:768px){.blog-index,.blog-tag-heading,.content-container{padding-right:50px;padding-left:50px}}@media (min-width:1400px){.blog-index,.blog-tag-heading,.content-container{padding-right:100px;padding-left:100px}}@media (min-width:1600px){.blog-index,.blog-tag-heading,.content-container{width:1600px;margin-right:auto;margin-left:auto}}@media (min-width:1920px){.blog-index,.blog-tag-heading,.content-container{width:1920px;margin-right:auto;margin-left:auto}}.animate--play,.animate--play:hover:before{transition:all .3s cubic-bezier(.77,0,.175,1)}.animate--play:hover:before{transform:scale(1.1);box-shadow:0 3px 30px rgba(0,0,0,.11)}.video-trigger{position:absolute;z-index:4;top:50%;left:50%;transform:translate(-50%,-50%);-ms-flex-direction:column;flex-direction:column}.video-trigger,.video-trigger__play{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.video-trigger__play{position:relative;width:46px;height:46px;border-radius:100%;cursor:pointer}@media (min-width:992px){.video-trigger__play{width:64px;height:64px}}.video-trigger__play:before{content:"";position:absolute;z-index:1;top:-8px;left:-8px;width:62px;height:62px;border-radius:100%;background-color:rgba(2,64,90,.75);transition:all .3s cubic-bezier(.77,0,.175,1)}@media (min-width:992px){.video-trigger__play:before{width:80px;height:80px}}.video-trigger__play svg{position:relative;z-index:2;width:16px;height:14px;margin-left:4px;fill:#fff}@media (min-width:992px){.video-trigger__play svg{width:24px;height:21px}}.video-trigger span{display:block;padding-top:15px;font-size:12px;color:#fff;text-align:center}.indent-content{padding-left:30px}.indent-content h1,.indent-content h2,.indent-content h3,.indent-content h4,.indent-content h5,.indent-content h6{margin-bottom:0}.modal{position:fixed;z-index:9999;top:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100vw;height:100vh;opacity:0;visibility:hidden;transition:all .3s ease}.modal.open{visibility:visible;opacity:1;transition-delay:0s}.modal.open .modal-container{top:0;width:calc(99% - 2rem)}@media (min-width:768px){.modal.open .modal-container{width:calc(99% - 4rem)}}@media (min-width:1400px){.modal.open .modal-container{width:1190px}}.modal-bg{position:absolute;width:100%;height:100%;background-color:rgba(2,64,90,.95)}.modal-container{position:relative;top:200vh;width:calc(100% - 2rem);background-color:#fff;transition:all .5s cubic-bezier(1,0,0,1);will-change:transform}@media (min-width:768px){.modal-container{width:calc(100% - 4rem);box-shadow:0 20px 50px rgba(0,0,0,.3)}}@media (min-width:1400px){.modal-container{width:1200px;max-width:1200px;margin-right:auto;margin-left:auto}}.modal-container video{display:block;transform-style:flat}.modal-close{position:absolute;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;width:40px;height:40px;border-radius:40px;right:-15px;top:-15px;padding:0;outline:none;-moz-appearance:none;appearance:none;color:#fff;border:0;font-weight:700;cursor:pointer;transform:scale(1);transform-origin:center;backface-visibility:hidden;box-shadow:0 5px 10px transparent}.modal-close,.modal-close:hover{background-color:#faa429;transition:transform .4s cubic-bezier(.77,0,.175,1)}.modal-close:hover{transform:scale(1.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.modal-close:hover span{transform:scale(1);color:#fff}.modal-close:active,.modal-close:focus,.modal-close:visited{transform:scale(.3);color:#fff!important}.modal-close span{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:26px;font-size:26px;line-height:0;font-weight:800;transform:scale(1)}.blog-index{display:grid!important;grid-auto-columns:1fr;grid-template-columns:repeat(1,1fr);gap:16px;margin-bottom:70px}@media (min-width:768px){.blog-index{grid-auto-rows:minmax(-webkit-min-content,-webkit-max-content);grid-auto-rows:minmax(min-content,max-content);grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.blog-index{grid-template-columns:repeat(3,1fr);gap:32px}}@media (min-width:1200px){.blog-index{gap:70px}}.blog-index__post{position:relative;-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex:auto!important;flex:auto!important;margin:0;box-shadow:0 10px 20px rgba(0,0,0,.03);padding:0!important}.blog-index__post-content{padding:30px;background-color:#fff}@media (min-width:768px){.blog-index__post-content{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}}.blog-index__post-image-wrapper{overflow:hidden;aspect-ratio:16/9}.blog-index__post-image{display:block;transition:transform .5s ease;width:100%;height:100%!important;object-fit:cover}.blog-index__post-image:hover{transform:scale(1.045)}.blog-index__post-title{margin-bottom:30px!important;line-height:26px}.blog-index__post-title-link{text-decoration:none;color:#02405a;font-size:22px;line-height:26px}.blog-index__post-tag{font-size:14px;color:#009faa;text-decoration:none}.blog-index__post-tag:not(:last-child){margin-right:12px}.blog-index__post-tag:hover{text-decoration:underline}@media (min-width:768px){.blog-index__post-summary{-ms-flex-positive:1;flex-grow:1}}.blog-index__post-summary p,.blog-index__post-summary span{font-size:18px!important;font-weight:400!important;line-height:26px!important;margin-bottom:30px!important}.blog-index__post-read{font-weight:700;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.blog-index__post-read a{text-decoration:none;color:#02405a}.blog-index__post-read svg{height:18px;width:25px;margin-right:10px}.blog-featured{color:#fff;position:relative}.blog-featured:before{content:"";position:absolute;width:100%;height:100%;background-color:#000;opacity:.5;left:0;top:0}.blog-featured__inner{padding-top:100px;padding-bottom:100px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;aspect-ratio:1/.6;max-height:80vh}@media (min-width:1200px){.blog-featured__inner{padding-top:180px;padding-bottom:180px}}.blog-featured__post{height:100%;background-repeat:no-repeat;background-size:cover}@media (max-width:991px){.blog-featured__post{background-position:50%}}@media (min-width:1200px){.blog-featured__post-content{max-width:50%}}.blog-featured__post-tag{text-transform:uppercase;font-weight:600;font-size:17px;line-height:22px;position:relative;margin-bottom:20px}.blog-featured__post-tag:after{content:"";position:absolute;left:0;bottom:-7px;width:60%;max-width:70px;height:2px;background-color:#009faa}.blog-featured__post-title{color:#fff;margin-bottom:50px}@media (min-width:1200px){.blog-featured__post-title{font-size:50px;line-height:54px}}.blog-featured__post-title a{color:#fff!important;text-decoration:none!important}.blog-featured__post-title a:hover{text-decoration:underline!important;color:#fff}.blog-featured__summary{margin-bottom:40px}.blog-featured__summary p{font-weight:300!important;font-size:22px!important}.blog-featured__post-read{color:#fff;text-decoration:none}.blog-featured__post-read,.blog-featured__post-read-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.blog-featured__post-read-icon{width:30px;height:30px;-ms-flex-pack:center;justify-content:center;border:2px solid #fff;border-radius:50%;margin-left:15px;transition:transform .3s}.blog-featured__post-read-icon svg{fill:#fff!important;width:13px;height:13px;margin-left:1px}.blog-featured__post-read:hover .blog-featured__post-read-icon{transform:translateX(5px)}.blog-tag-heading{text-align:center;margin-top:32px}@media (min-width:1200px){.blog-tag-heading{margin-bottom:100px;margin-top:100px}}.pagination{font-weight:700}.pagination-link--disabled{opacity:.4}.pagination__link{margin:0!important}.pagination__link:hover .pagination__link-icon{transform:translateX(-3px)}.pagination__link--last:hover .pagination__link-icon,.pagination__link--next:hover .pagination__link-icon{transform:translateX(3px)}.pagination__link--prev{margin-right:10px!important}.pagination__link--next{margin-left:10px!important}.pagination__link--number{background-color:#fff;width:32px;height:32px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0;border-radius:3px!important;border:none!important;box-shadow:0 2px 3px rgba(0,0,0,.03);font-weight:700;color:#02405a;margin:0 5px!important}.pagination__link--active{background-color:#009faa;color:#fff}.pagination__link-text{color:#02405a}.pagination__link-icon{display:-ms-flexbox;display:flex;transition:transform .3s;-ms-flex-align:center;align-items:center}.pagination__link-icon svg{margin-right:0;fill:#009faa!important}.hs-blog-post{background-color:#fff}.blog-post{padding-bottom:0!important}.blog-post__inner{margin-bottom:80px}@media (min-width:992px){.blog-post__inner{padding:0 15%}}@media (min-width:1400px){.blog-post__inner{padding:0 80px}}.blog-post__body h2{font-size:24px;line-height:28px;margin-top:30px;margin-bottom:20px}@media (min-width:1200px){.blog-post__body h2{margin-top:50px;margin-bottom:30px;font-size:28px;line-height:30px}}.blog-post__body ol li,.blog-post__body p,.blog-post__body ul li{font-size:20px!important;line-height:30px!important}.blog-post__body img:not(.normal){box-shadow:0 30px 60px rgba(0,0,0,.1)}@media (min-width:992px){.blog-post__body img:not(.normal){width:115%!important;max-width:none!important;margin-left:-7.5%}}@media (min-width:1400px){.blog-post__body img:not(.normal){width:calc(100% + 180px)!important;margin-left:-90px}}.blog-post__body .hs-cta-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;padding-top:10px}@media (min-width:992px){.blog-post__body .hs-cta-wrapper{padding-top:40px}}.blog-post__body .hs-cta-wrapper img{box-shadow:none}@media (min-width:992px){.blog-post__body .hs-cta-wrapper img{width:auto!important;max-width:100%!important;margin-left:0}}@media (min-width:1400px){.blog-post__body .hs-cta-wrapper img{width:auto!important;margin-left:0}}.blog-post-share{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:60px}.blog-post-share .btn .icon{transform:rotate(-45deg)}.blog-post-share__inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.blog-post-share__links-wrapper{max-height:0;overflow:hidden;transition:max-height .5s}.blog-post-share__links-wrapper.open{max-height:300px}.blog-post-share__links{padding-top:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.blog-post-share__link-item{text-decoration:none;font-size:20px;cursor:pointer;color:#009faa}.blog-post-share__link-item:not(:last-child){margin-bottom:10px}.blog-post-share__link-item:hover{text-decoration:underline}.blog-post-hero-video-wrapper~.blog-post-hero{background-color:red}.blog-post-hero{color:#fff;position:relative;margin-bottom:40px;background-repeat:no-repeat;background-position:50%;background-size:cover;aspect-ratio:1/.6;max-height:80vh;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.blog-post-hero:before{content:"";position:absolute;width:100%;height:100%;background-color:#000;opacity:.4;left:0;top:0;z-index:1}.blog-post-hero__video{position:absolute;width:100%;height:100%;object-fit:cover;z-index:0}.blog-post-hero__video-add{text-align:center}.blog-post-hero__inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;max-width:750px;padding:100px 0}.blog-post-hero__title{color:currentColor;margin-bottom:0}.blog-post-hero__watch-video{margin-top:60px}.blog-post-hero__tags{margin:0;padding:0;list-style:none}.blog-post-hero__tags li{position:relative;margin-bottom:30px}.blog-post-hero__tags li:after{content:"";position:absolute;left:0;bottom:-10px;height:2px;width:70%;background-color:#009faa}.blog-post-hero__tags li a{text-decoration:none;text-transform:uppercase;font-size:17px;font-weight:600;color:#fff}.blog-post-hero__video-overlay{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:100;transform:translate(-99999px,-99999px);opacity:0;visibility:hidden;transition:transform 0s cubic-bezier(.77,0,.175,1) .9s,visibility 0s .9s,opacity .6s .3s,background .6s .3s;background-color:#02405a;background-color:#000}@media (min-width:992px){.blog-post-hero__video-overlay{top:0}}.blog-post-hero__video-overlay--visible{opacity:1;transform:translate(0);visibility:visible;transition:transform 0s,visibility 0s,opacity .6s,background .6s}.blog-post-hero__video-overlay video{width:90%}.blog-post-hero__video-overlay-close{position:absolute;right:20px;top:20px;cursor:pointer}.blog-post-hero__video-overlay-close svg{fill:#fff;width:20px;height:20px}.blog-post-meta{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:40px}.blog-post-meta__author-image{-ms-flex-negative:0;flex-shrink:0;width:100px;height:100px;border-radius:100px;overflow:hidden;margin-right:30px;border:2px solid #f7f7f7}@media (min-width:480px){.blog-post-meta__author-image{width:130px;height:130px;border-radius:130px}}.blog-post-meta__author-image img{width:100%;height:100%;object-fit:cover;border:2px solid #fff;border-radius:50%}.blog-post-meta__written-by{font-size:22px;font-weight:700;line-height:36px;color:#02405a}.blog-post-meta__author-name{color:#009faa}.blog-post-meta__author-name a{text-decoration:none}.blog-post-meta__author-name a:hover{text-decoration:underline}.blog-post-meta__author-bio{margin-bottom:15px;font-size:18px}.blog-post-meta__info{font-size:14px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.blog-post-meta__timestamp{margin-right:4px;margin-left:4px}.blog-post-related{margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.blog-post-related{-ms-flex-direction:row;flex-direction:row}}.blog-post-related-item{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;aspect-ratio:1/.6;position:relative}@media (min-width:768px){.blog-post-related-item{width:33.3333333333%}}.blog-post-related-item:hover .blog-post-related-item__image:before{opacity:.3}.blog-post-related-item__image{position:relative;width:100%;height:100%}.blog-post-related-item__image:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:#02405a;opacity:.7;transition:opacity .3s}.blog-post-related-item__image img{display:block;width:100%;height:100%;object-fit:cover}.blog-post-related-item__content{position:absolute;width:100%;height:100%;left:0;top:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;-ms-flex-direction:column;flex-direction:column;color:#fff;padding:0 20px}@media (min-width:992px){.blog-post-related-item__content{padding:0 50px}}.blog-post-related-item__tag{text-transform:uppercase;font-size:14px;line-height:22px;font-weight:600;position:relative;margin-bottom:20px}@media (min-width:992px){.blog-post-related-item__tag{font-size:17px}}.blog-post-related-item__tag:after{content:"";position:absolute;width:80%;height:2px;left:10%;bottom:-7px;background-color:#009faa}.blog-post-related-item__title{color:#fff;font-size:20px;line-height:26px;margin-bottom:0}@media (min-width:992px){.blog-post-related-item__title{font-size:26px;line-height:30px}}@media (min-width:1400px){.blog-post-related-item__title{font-size:40px;line-height:46px}}.header{position:relative;width:100%;z-index:7;background-color:#fff}.header__container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:52px;padding:0 10px;position:relative}@media (min-width:992px){.header__container{padding:0 25px;height:90px}}.header__title{color:currentColor}.header__logo{width:auto;height:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header__logo>a{position:relative}.header__logo>a:after{content:"";position:absolute;right:-10px;top:0;width:1px;height:100%;background-color:#009faa}.header__logo img{display:block;width:68px}@media (min-width:992px){.header__logo img{width:118px}}.header__logo-text{font-weight:600;font-size:14px;line-height:20px;margin-left:20px;position:relative}@media (min-width:992px){.header__logo-text{font-size:20px}}.header-topics{position:absolute;right:10px;top:calc(100% + 10px);z-index:999;background-color:#f7f7f7;padding:20px;padding-bottom:40px;width:415px;max-width:calc(100% - 20px);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;box-shadow:0 8px 20px rgba(0,0,0,.05);visibility:hidden;opacity:0;transition:opacity .4s,visibility .4s}.header-topics--open{visibility:visible;opacity:1}@media (min-width:992px){.header-topics{right:30px;top:calc(100% + 30px);padding:30px;padding-bottom:40px}}.header-topics__item{height:40px;padding:15px;width:100%;margin-bottom:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.04);text-decoration:none;color:#02405a;font-size:18px;line-height:26px;transition:box-shadow .4s}.header-topics__item--active{background-color:#009faa;color:#fff}.header-topics__item--active .header-topics__item-count{color:#fff}.header-topics__item:hover{background-color:#009faa;color:#fff}.header-topics__item:hover .header-topics__item-count{color:#fff}.header-topics__item-count{color:#009faa;font-size:14px}.header-topics__close{margin-top:20px;cursor:pointer}.header-topics-trigger{font-weight:600;font-size:14px;line-height:26px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;height:100%}.header-topics-trigger--open .header-topics-trigger__text .icon{transform:rotate(270deg)}@media (max-width:991px){.header-topics-trigger{padding-left:15px}.header-topics-trigger:before{content:"";position:absolute;width:1px;height:100%;background-color:#ebebeb;left:0;top:0}}@media (min-width:992px){.header-topics-trigger{font-size:20px}}.header-topics-trigger__text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer}.header-topics-trigger__text .label-desktop{display:none}@media (min-width:992px){.header-topics-trigger__text .label-desktop{display:block}}.header-topics-trigger__text .label-mobile{display:none}@media (min-width:480px){.header-topics-trigger__text .label-mobile{display:block}}@media (min-width:992px){.header-topics-trigger__text .label-mobile{display:none}}.header-topics-trigger__text .icon{fill:#009faa;margin-left:5px;margin-top:4px;transform:rotate(90deg);width:14px;height:22px;transition:transform .4s}@media (min-width:992px){.header-topics-trigger__text .icon{width:19px;margin-left:10px;height:27px}}.header-topics-backdrop{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:52px;left:0;right:0;bottom:0;background:transparent;z-index:100;transform:translate(-99999px,-99999px);opacity:0;visibility:hidden;transition:transform 0s cubic-bezier(.77,0,.175,1) .9s,visibility 0s .9s,opacity .6s .3s,background .6s .3s}@media (min-width:992px){.header-topics-backdrop{top:90px}}.header-topics-backdrop--visible{background-color:#02405a;opacity:.8;transform:translate(0);visibility:visible;transition:transform 0s,visibility 0s,opacity .6s,background .6s}.hero{position:relative;height:690px;overflow:hidden;background-color:#02405a}@media (min-width:992px){.hero{height:850px}}@media (min-width:1400px){.hero{height:900px}}.hero:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:rgba(3,73,102,.73);mix-blend-mode:multiply}.hero__bgimg{background-repeat:no-repeat;background-position:50%;background-size:cover}.hero__indicator{position:absolute;z-index:3;bottom:30px;left:50%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:40px;margin-left:-20px;border:1px solid hsla(0,0%,100%,.5)}@media (min-width:992px){.hero__indicator{bottom:50px}}.hero__indicator svg{height:16px;fill:hsla(0,0%,100%,.5)}.hero__text{position:absolute;z-index:3;top:150px;left:50%;width:90%;transform:translateX(-50%);max-width:1265px}@media (min-width:480px){.hero__text{width:80%}}@media (min-width:768px){.hero__text{top:30%}}@media (min-width:992px){.hero__text{top:25%;margin-bottom:100px}}@media (min-width:1200px){.hero__text{top:30%}}@media (min-width:1400px){.hero__text{top:35%}}.hero__description,.hero__title{color:#fff;text-align:center}.hero__title{position:relative;text-transform:uppercase}@media (min-width:570px){.hero__title{font-size:38px;line-height:46px}}@media (min-width:992px){.hero__title{margin-bottom:40px;font-size:50px;line-height:58px;font-size:60px;line-height:68px}}@media (min-width:1400px){.hero__title{margin-bottom:50px;font-size:70px;line-height:78px}}@media (min-width:1600px){.hero__title{font-size:80px;line-height:88px}}.hero__title-note{position:absolute;top:-40px;left:50%;transform:translateX(-50%);font-size:14px;line-height:1;padding-right:20px;padding-bottom:5px;padding-left:20px;color:#fff;border-bottom:2px solid #009faa}@media (min-width:992px){.hero__description{width:65%;margin-right:auto;margin-left:auto}}@media (min-width:992px){.hero__description p{font-size:22px}}@media (min-width:1400px){.hero__description p{font-size:26px;line-height:34px}}@media (min-width:1600px){.hero__description p{font-size:32px;line-height:40px}}.hero__button{padding-top:30px}.hero__video{position:relative;overflow:hidden;height:750px}@media (min-width:992px){.hero__video{height:850px}}@media (min-width:1400px){.hero__video{height:1080px}}.hero__video video{position:absolute;top:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.image-text{position:relative;padding-top:40px;padding-bottom:40px}@media (min-width:768px){.image-text{padding-top:80px;padding-bottom:100px}}@media (min-width:992px){.image-text{padding-top:120px;padding-bottom:140px}}@media (max-width:767px){.image-text--logo{padding-bottom:80px}}.image-text__inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.image-text__inner--reverse{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.image-text__inner--reverse .image-text__image{margin-top:40px;margin-bottom:0}.image-text__statement{margin-bottom:40px;padding:30px 20px 20px;background-color:#fff;border-radius:5px;box-shadow:0 13px 46px rgba(0,0,0,.05)}@media (min-width:600px){.image-text__statement{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:start;align-items:flex-start;padding:30px}}@media (min-width:768px){.image-text__statement{padding:40px;margin-bottom:60px;margin-right:-5%;margin-left:-5%}}.image-text__statement-image{width:70%;margin:0 auto;border-radius:100%;overflow:hidden;margin-bottom:50px}@media (min-width:600px){.image-text__statement-image{-ms-flex-negative:0;flex-shrink:0;width:180px;height:180px;margin-bottom:0}}@media (min-width:992px){.image-text__statement-image{width:250px;height:250px}}.image-text__statement-image img{display:block;width:100%;height:auto;object-fit:cover}.image-text__statement-description{position:relative}@media (min-width:600px){.image-text__statement-description{padding-right:30px}}@media (min-width:992px){.image-text__statement-description{padding-right:50px}}.image-text__statement-description p{margin:0 0 30px}.image-text__statement-description p:last-child{margin-bottom:0}.image-text__statement-icon{position:absolute;top:-50px;left:0}@media (min-width:768px){.image-text__statement-icon{top:-63px}}@media (min-width:992px){.image-text__statement-icon{top:-77px}}.image-text__statement-icon svg{width:100%;width:51px;height:35px}@media (min-width:992px){.image-text__statement-icon svg{width:78px;height:55px}}.image-text__image{margin-bottom:40px}@media (min-width:992px){.image-text__image{padding-right:15%;padding-left:15%}}.image-text__image img{display:block;width:100%;height:100%}.image-text__text{position:relative}@media (min-width:992px){.image-text__text{padding-right:15%;padding-left:15%}}.image-text__title{position:relative;margin:0 0 30px}@media (min-width:1200px){.image-text__title{margin-bottom:40px}}.image-text__title span{color:#009faa}.image-text__intro{margin-bottom:40px}.image-text__intro p:last-child{margin-bottom:0}.image-text__description{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.image-text__description{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}}.image-text__description--nocolumns .image-text__description-column--left{width:100%}@media (min-width:768px){.image-text__description-column{width:47%;-ms-flex-negative:0;flex-shrink:0}}.image-text__description h3{margin:0 0 30px;font-size:22px;line-height:1.2}@media (min-width:768px){.image-text__description h3{font-size:28px}}.image-text__description p{margin:0 0 30px}.image-text__description p:last-child{margin-bottom:0}.image-text__description ol,.image-text__description ul{margin:0 0 0 15px;padding:0}.image-text__description ol li,.image-text__description ul li{margin-bottom:25px}@media (min-width:1200px){.image-text__description ol li,.image-text__description ul li{font-size:18px}}.image-text__logo{position:absolute;width:78px;right:0}@media (max-width:767px){.image-text__logo{bottom:-50px}}@media (min-width:768px){.image-text__logo{bottom:-40px}}@media (min-width:992px){.image-text__logo{bottom:-70px;width:124px;margin-right:15%}}.image-text__logo img{display:block;width:100%}.slider{position:relative;padding-top:30px;padding-bottom:60px;background:linear-gradient(180deg,#087895,#009faa)}@media (min-width:992px){.slider{padding-top:0;padding-bottom:100px}}.slider__wave{display:block}.slider__cards{position:absolute;z-index:1;bottom:0;right:0;width:314px}@media (min-width:480px){.slider__cards{width:414px;bottom:50%;transform:translateY(35%)}}@media (min-width:992px){.slider__cards{width:584px}}.slider__text{position:relative;z-index:2;text-align:center}.slider__title{position:relative;margin-bottom:50px;color:#fff}@media (min-width:992px){.slider__title{width:70%;margin-right:auto;margin-left:auto}}@media (min-width:1200px){.slider__title{width:60%}}.slider__carousel{position:relative;z-index:2}@media (max-width:767px){.slider__carousel{margin-right:-20px;margin-left:-20px}}.slider__carousel-header{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;margin-bottom:20px}.slider__carousel-header .text-header{margin-bottom:0;line-height:.9;font-size:18px;text-transform:uppercase}@media (min-width:768px){.slider__carousel-header .text-header{font-size:18px!important}}.slider__carousel-link{display:block;text-decoration:none}.slider__carousel-image{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:42px;height:42px;margin-right:10px;border-radius:42px;background-color:#009faa}@media (min-width:992px){.slider__carousel-image{margin-right:15px}}.slider__carousel-image img{display:block;width:28px}.slider__carousel-text .text-header,.slider__carousel-text p{color:#02405a}.slider__carousel-text .text-header{margin-bottom:40px}.slider__carousel-text p strong{font-weight:800}.slider__carousel .splide__slide{padding:15px;background-color:#fff;border-radius:5px}@media (min-width:1400px){.slider__carousel .splide__slide{padding:20px}}.slider__carousel .splide__arrows{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-top:30px}@media (min-width:992px){.slider__carousel .splide__arrows{padding-top:50px}}.slider__carousel .splide__arrows button{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:40px;border:0;background-color:hsla(0,0%,100%,.15)}.slider__carousel .splide__arrows button svg{width:12px;height:12px;fill:#fff}.slider__carousel .splide__arrow--prev{margin-right:8px}.slider__carousel .splide__arrow--prev svg{transform:rotate(-180deg)}.slider__carousel .splide__arrow--next{margin-left:8px}.media-cta{position:relative}.media-cta:before{content:"";position:absolute;top:20%;left:0;width:100%;height:80%;background-color:#fff}@media (min-width:992px){.media-cta__wrapper{padding-right:15%;padding-left:15%}}.media-cta__media{position:relative;margin-bottom:30px}@media (min-width:992px){.media-cta__media{margin-bottom:40px}}.media-cta__media img{display:block;width:100%}.media-cta__text--centered{text-align:center}@media (min-width:1200px){.media-cta__text--centered .media-cta__text-title{width:75%;margin-right:auto;margin-left:auto}}.media-cta__text-description p:last-child{margin-bottom:0}.media-cta__button{padding-top:30px}@media (min-width:992px){.media-cta__button{padding-top:40px}}.full-statement{position:relative;background:linear-gradient(180deg,#087895,#009faa);overflow:hidden}.full-statement__cards{position:absolute;z-index:1;bottom:0;right:0;width:314px}@media (min-width:480px){.full-statement__cards{width:414px}}.full-statement__statement{position:relative;z-index:2;padding-top:40px;padding-bottom:40px}@media (min-width:600px){.full-statement__statement{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}}@media (min-width:768px){.full-statement__statement{padding-top:80px;padding-bottom:80px}}@media (min-width:992px){.full-statement__statement{padding-right:15%;padding-left:15%}}.full-statement__statement-image{-ms-flex-negative:0;flex-shrink:0;width:240px;height:240px;border-radius:240px;overflow:hidden;margin-right:auto;margin-left:auto;margin-bottom:40px}@media (min-width:600px){.full-statement__statement-image{margin-bottom:0;margin-right:30px}}@media (min-width:1400px){.full-statement__statement-image{margin-right:40px}}.full-statement__statement-image img{display:block;width:100%}.full-statement__statement-text{position:relative}.full-statement__statement-icon{position:absolute;top:-20px;left:0}@media (min-width:1400px){.full-statement__statement-icon{top:-35px}}.full-statement__statement-icon svg{fill:hsla(0,0%,100%,.1);width:65px;height:45px}@media (min-width:1400px){.full-statement__statement-icon svg{width:103px;height:71px}}.full-statement__statement-description{position:relative;z-index:2;padding-right:15px;padding-left:15px}.full-statement__statement-description p{color:#fff}.full-statement__statement-description p:last-child{margin-bottom:0}.page-form{padding-bottom:40px;background-color:#f7f7f7}@media (min-width:768px){.page-form{padding-bottom:80px}}@media (min-width:1200px){.page-form{padding-bottom:120px}}.page-form__wave{display:block}@media (min-width:992px){.page-form__wrapper{padding-right:15%;padding-left:15%}}.page-form__intro{padding-top:30px}@media (min-width:992px){.page-form__intro{padding-right:15%;padding-left:15%}}@media (min-width:992px){.page-form__intro--centered{padding-right:5%;padding-left:5%}}.page-form__intro--centered .page-form__description,.page-form__intro--centered .page-form__title{text-align:center;width:80%;margin-right:auto;margin-left:auto}@media (min-width:1200px){.page-form__intro--centered .page-form__description,.page-form__intro--centered .page-form__title{max-width:70%}}.page-form__intro--centered .page-form__description{margin-bottom:30px}@media (min-width:1200px){.page-form__intro--centered .page-form__description{padding-right:50px;padding-left:50px}}.page-form__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (min-width:768px){.page-form__content{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:30px;padding-top:30px}}@media (min-width:1200px){.page-form__content{grid-template-columns:1.9fr 1.1fr;padding-top:40px;grid-column-gap:40px}}@media (min-width:1400px){.page-form__content{grid-column-gap:50px}}.page-form__form{margin-bottom:40px}@media (min-width:768px){.page-form__form{margin-bottom:0}}.page-form__form h3.form-title{display:none}.page-form__form form label{color:#02405a}.page-form__form form label span{font-family:futura-pt-bold,sans-serif;font-weight:800}.page-form__form form label.hs-error-msg{color:#df5b5b}.page-form__form form input:not([type=submit]){border-radius:5px!important}.page-form__form form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.page-form__form form select,.page-form__form form textarea{border:0!important;box-shadow:0 3px 6px rgba(0,0,0,.03)}.page-form__form form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.page-form__form form select{height:45px}@media (min-width:1200px){.page-form__form form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.page-form__form form select{height:50px}}.page-form__form form ::-webkit-input-placeholder{color:#999}.page-form__form form ::-moz-placeholder{color:#999}.page-form__form form ::-ms-input-placeholder{color:#999}.page-form__form form ::placeholder{color:#999}.page-form__form form input:not([type=submit]),.page-form__form form textarea{color:#02405a!important}.page-form__form form input[type=file]{color:#009faa}.page-form__form form ul.inputs-list{background-color:#fff;padding:15px;border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.03)}.page-form__form form ul.inputs-list li.hs-form-checkbox{margin:0 0 12px}.page-form__form form ul.inputs-list li.hs-form-checkbox:last-child,.page-form__form form ul.inputs-list li.hs-form-checkbox label{margin-bottom:0}.page-form__form form ul.inputs-list li.hs-form-checkbox label span{font-family:futura-pt,sans-serif!important;font-weight:400!important}.page-form__form form ul.inputs-list li.hs-form-checkbox label input{background-color:#fff!important;border:0!important;border-radius:3px!important}.page-form__form form .hs_submit{position:relative}.page-form__form form .hs_submit:after{content:"";position:absolute;z-index:30;top:50%;left:6px;width:28px;height:28px;margin-top:-14px;border-radius:28px;background-color:#02405a;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi43MTkiIGhlaWdodD0iMTEuNjI2IiB2aWV3Qm94PSIwIDAgMTYuNzE5IDExLjYyNiI+PHBhdGggZD0iTTgzMS4wNjQsNjg2LjA5NGExLDEsMCwwLDEtLjcwNy0uMjkzbC01LjA5NC01LjA5NGExLDEsMCwwLDEsMS40MTQtMS40MTRsNC4zODYsNC4zODYsOC45MTktOC45MTlhMSwxLDAsMCwxLDEuNDE0LDEuNDE0bC05LjYyNiw5LjYyNkExLDEsMCwwLDEsODMxLjA2NCw2ODYuMDk0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgyNC45NzEgLTY3NC40NjgpIiBmaWxsPSIjZmZmIi8+PC9zdmc+");background-repeat:no-repeat;background-size:14px 9px;background-position:50% 50%}.page-form__form form input[type=submit]{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:42px;line-height:42px;padding-right:20px;padding-left:40px;color:#fff;text-decoration:none;border-radius:42px;transition:all .3s cubic-bezier(.77,0,.175,1);font-family:futura-pt,sans-serif;background-color:#009faa;font-size:16px;border:0!important}@media (max-width:374px){.page-form__form form input[type=submit]{font-size:14px}}@media (min-width:768px){.page-form__form form input[type=submit]{font-size:16px}}@media (max-width:479px){.page-form__form form input[type=submit]{width:100%}}.page-form__form form input[type=submit]:focus,.page-form__form form input[type=submit]:hover,.page-form__form form input[type=submit]:visited{background-color:#009faa}.page-form__form .submitted-message{padding:20px;background-color:#fff;border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.03);font-family:futura-pt-bold,sans-serif}@media (min-width:768px){.page-form__form .submitted-message{margin-top:25px}}.page-form__contact-wrapper{margin-bottom:30px;border-radius:5px;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.03)}@media (min-width:768px){.page-form__contact-wrapper{margin-bottom:0}}@media (min-width:768px){.page-form__contact{padding-top:25px}}.page-form__contact-image img{display:block;width:100%}.page-form__contact-info{position:relative;padding:30px}.page-form__contact-linkedin{position:absolute;top:30px;right:30px}.page-form__contact-text p{font-family:futura-pt-bold,sans-serif}.page-form__contact-text p span{display:block;font-family:futura-pt,sans-serif}.page-form__contact-text a{display:block;color:inherit;text-decoration:none}.page-form__contact-text a strong{font-family:futura-pt-bold,sans-serif}.related-cases__items{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;list-style-type:none}@media (min-width:768px){.related-cases__items{-ms-flex-direction:row;flex-direction:row}}.related-cases__item{position:relative;cursor:pointer}@media (min-width:768px){.related-cases__item{width:33.3333333333%}}.related-cases__image{position:relative}.related-cases__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(2,64,90,.75);mix-blend-mode:multiply;transition:all .5s cubic-bezier(.86,0,.07,1);opacity:1;cursor:pointer}.related-cases__image:hover:before{opacity:0;transition:all .5s cubic-bezier(.86,0,.07,1)}.related-cases__image img{display:block;width:100%;object-fit:cover}.related-cases__text{position:absolute;z-index:2;top:40%;left:50%;width:90%;transform:translateX(-50%)}@media (min-width:768px) and (max-width:991px){.related-cases__text{top:30%}}@media (min-width:1400px){.related-cases__text{top:65%;width:80%}}.related-cases__text-description,.related-cases__text-title{text-align:center;color:#fff}.related-cases__text-title{position:relative;margin:0 0 20px;text-transform:uppercase}@media (min-width:768px) and (max-width:991px){.related-cases__text-title{font-size:22px}}.related-cases__text-title span{position:absolute;top:-40px;left:50%;transform:translateX(-50%);font-size:14px;font-family:futura-pt,sans-serif;border-bottom:2px solid #009faa;padding-right:15px;padding-left:15px;text-transform:none}@media (min-width:1400px){.related-cases__text-title span{top:-50px}}.footer{background-color:#02405a;color:#adcde6;padding:50px 0;position:relative;overflow:hidden;font-size:18px}.footer__bg-shape{position:absolute;height:100%;max-height:500px;right:-150px;bottom:-120px}.footer__bg-shape img{width:100%;height:100%}.footer a{color:currentColor}.footer__inner{width:100%;display:grid;grid-template-columns:1fr;gap:60px}@media (min-width:768px){.footer__inner{grid-template-columns:repeat(4,1fr)}}@media (min-width:768px){.footer__col--text{grid-column-start:1;grid-column-end:5}}@media (min-width:1400px){.footer__col--text{grid-column-start:1;grid-column-end:3}}.footer__col--text a{color:#74a4c9;text-decoration:none}.footer__col--text a:hover{text-decoration:underline}@media (min-width:768px){.footer__col--links{grid-column-start:1;grid-column-end:3}}@media (min-width:1400px){.footer__col--links{grid-column-start:3;grid-column-end:4}}.footer__col--contact,.footer__col--links a{font-size:18px}@media (min-width:768px){.footer__col--contact{grid-column-start:3;grid-column-end:5}}@media (min-width:1400px){.footer__col--contact{grid-column-start:4;grid-column-end:5}}.footer__col--contact a{font-size:18px}.footer__title{color:#fff;position:relative;margin-bottom:40px}.footer__title:after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:1px;background-color:#fff;opacity:.15}@media (min-width:1200px){.footer__text{padding-right:30px}}.footer__link-list{margin:0;padding:0;list-style:none}.footer__link-list li{margin-bottom:10px}.footer__link-list li a{text-decoration:none}.footer__link-list li a:hover{text-decoration:underline}.footer__contact{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.footer__mail,.footer__phone{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.footer__mail a,.footer__phone a{text-decoration:none}.footer__mail a:hover,.footer__phone a:hover{text-decoration:underline}.footer__mail strong,.footer__phone strong{width:30px}.footer__linkedin{margin-top:30px}.footer__logo{max-width:180px;margin-top:50px}.footer__logo img{width:100%}.cta-boxes{display:-ms-flexbox;display:flex;width:100%;position:relative;box-shadow:0 3px 30px rgba(0,0,0,.11)}@media (min-width:992px){.cta-boxes{width:100%}}.cta-boxes__inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;width:100%}@media (min-width:992px){.cta-boxes__inner{-ms-flex-direction:row;flex-direction:row}}.cta-boxes__background-colors{display:none;width:50vw;height:100%;position:absolute;left:0;top:0;background-color:#02405a}.cta-boxes__background-colors--right{left:50vw;background-color:#009faa}@media (min-width:992px){.cta-boxes__background-colors{display:block}}.cta-box{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;background-color:#02405a;padding:40px;color:#fff;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;z-index:1;font-size:18px}@media (min-width:480px){.cta-box{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:start;align-items:flex-start}}@media (min-width:992px){.cta-box{padding-left:0;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:start;align-items:flex-start;overflow:hidden;width:50%;padding:50px 50px 50px 0}}@media (min-width:1400px){.cta-box{-ms-flex-direction:row;flex-direction:row}}.cta-box:before{content:"";position:absolute;left:-60px;top:0;width:120vw;background-color:#02405a;height:100%;z-index:-1}.cta-box__bg-shape{pointer-events:none;position:absolute;height:100%;right:-15%;bottom:-15%}@media (min-width:992px){.cta-box__bg-shape{bottom:-20%;height:130%}}.cta-box__bg-shape img{width:100%;height:100%}.cta-box:nth-child(2n){z-index:2}@media (min-width:992px){.cta-box:nth-child(2n){padding-left:50px;padding-right:0}.cta-box:nth-child(2n) .cta-box__bg-shape{transform:scaleX(-1);right:auto;left:-150px}}.cta-box:nth-child(2n):before{background-color:#009faa}.cta-box:nth-child(2n) .cta-box__button .btn{background-color:#02405a!important}.cta-box:nth-child(2n) .cta-box__button .btn .btn__icon-wrapper{background-color:#009faa}.cta-box__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;text-align:center;height:100%}@media (min-width:480px){.cta-box__content{-ms-flex-align:start;align-items:flex-start;text-align:left}}@media (min-width:1400px){.cta-box__content{padding-right:60px}}.cta-box__title{color:#fff;margin-bottom:30px}@media (min-width:992px){.cta-box__title{font-size:40px;line-height:46px}}.cta-box__title a{color:#fff;text-decoration:none}.cta-box__title a:hover{text-decoration:underline;color:#fff}.cta-box__text{margin-bottom:40px}.cta-box__button{margin-top:auto}.cta-box__image{width:180px;max-width:100%;aspect-ratio:1/1;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;border-radius:50%;margin-bottom:20px;position:relative}@media (min-width:480px){.cta-box__image{margin-right:20px;width:130px}}@media (min-width:768px){.cta-box__image{width:180px;margin-right:40px}}@media (min-width:992px){.cta-box__image{margin-right:0}}@media (min-width:1600px){.cta-box__image{width:230px;margin-bottom:0}}.cta-box__image img{object-fit:cover;width:100%;height:100%;display:block}.newsletter-signup{background-color:#f7f7f7;padding:40px 0}@media (min-width:1200px){.newsletter-signup{padding:70px 0}}.newsletter-signup__inner{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (min-width:992px){.newsletter-signup__inner{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}}.newsletter-signup__text{padding-bottom:40px}@media (min-width:992px){.newsletter-signup__text{padding-right:60px;padding-bottom:0}}@media (min-width:1400px){.newsletter-signup__text{padding-right:100px}}.newsletter-signup__text p:last-child,.newsletter-signup__text p:last-of-type{margin-bottom:0}.newsletter-signup__col{width:100%}@media (min-width:992px){.newsletter-signup__col{width:50%;margin-bottom:0}}@media (min-width:1400px){.newsletter-signup .hbspt-form .input{margin-right:30px!important}}.newsletter-signup .hbspt-form .hs-input{width:100%!important;color:#292929}.newsletter-signup .hs-submit{position:relative}.newsletter-signup .hs-submit:before{content:"";position:absolute;left:5px;top:5px;width:32px;height:32px;border-radius:50%;background-color:#02405a;z-index:1;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMy4zIDguMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTMuMyA4LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAuMiw0LjhsMy4zLDMuM2MwLjMsMC4zLDAuOCwwLjMsMS4xLDAuMUwxMywxLjVjMC40LTAuMywwLjUtMC44LDAuMi0xLjJjLTAuMy0wLjQtMC44LTAuNS0xLjItMC4yCgljMCwwLDAsMC0wLjEsMEw0LjIsNi40TDEuNCwzLjZjLTAuMy0wLjMtMC45LTAuMy0xLjIsMEMtMC4xLDMuOS0wLjEsNC40LDAuMiw0LjgiLz4KPC9zdmc+Cg==");background-repeat:no-repeat;background-size:16px 10px;background-position:9px}.newsletter-signup .hs-submit .hs-button{padding-left:50px!important;transition:background-color .3s}.newsletter-signup .hs-submit .hs-button:hover{background-color:#02405a!important}.topic-highlight{background-repeat:no-repeat;background-size:cover;position:relative;color:#fff}.topic-highlight:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:#02405a;opacity:.7}.topic-highlight__inner{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:100px 0 60px}@media (min-width:992px){.topic-highlight__inner{padding:160px 15% 100px}}@media (min-width:1600px){.topic-highlight__inner{padding:250px 15% 190px}}.topic-highlight__type{text-transform:uppercase;font-weight:600;font-size:17px;line-height:22px;position:relative;margin-bottom:35px}.topic-highlight__type:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:2px;background-color:#009faa}.topic-highlight__title{font-size:31px;line-height:39px;color:currentColor;text-align:center}@media (min-width:1200px){.topic-highlight__title{font-size:50px;line-height:54px;margin-bottom:50px}}.topic-highlight__text{text-align:center;margin-bottom:40px;font-size:22px}.topic-highlight__text p{font-size:22px}.topic-highlight__date-and-type{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-bottom:40px}@media (min-width:768px){.topic-highlight__date-and-type{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:end;align-items:flex-end}}.topic-highlight__datetime{margin-bottom:20px;font-size:18px;line-height:29px;font-weight:700;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-right:15px}@media (min-width:768px){.topic-highlight__datetime{margin-bottom:0}}.topic-highlight__datetime span{transform:translateY(2px)}.topic-highlight__datetime svg{width:21px;height:24px;margin-right:10px}.topic-highlight__type-icon{font-size:18px;line-height:29px;font-weight:700;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:15px}.topic-highlight__type-icon svg{width:21px;height:24px;margin-right:10px}.topic-highlight__shape{position:absolute;top:-1px;left:0;z-index:1}.page-blog-post .topic-highlight__shape{display:none}.image-description{color:#717171;font-size:22px;line-height:30px;position:relative;margin-left:60px}@media (min-width:1400px){.image-description{margin-left:0}}.image-description:before{content:"";height:28px;left:-60px;position:absolute;top:2px;width:40px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOS42MDEiIGhlaWdodD0iMjcuMzQzIiB2aWV3Qm94PSIwIDAgMzkuNjAxIDI3LjM0MyI+CiAgPHBhdGggaWQ9IlBhdGhfMzkiIGRhdGEtbmFtZT0iUGF0aCAzOSIgZD0iTTM4LjQwNSw2LjQyNEMzMC4yNTIsOC4xOCwyMC43MiwxNC40NTEsMjAuNzIsMjMuNjA4YzAsNS4yNjgsMy42MzcsMTAuMTYsOS4xNTYsMTAuMTZhOC4zNjgsOC4zNjgsMCwwLDAsOC42NTQtOC42NTQsNy42MzIsNy42MzIsMCwwLDAtNy40LTcuNjUxQTE0LjUyNiwxNC41MjYsMCwwLDEsMzguNDA1LDEzLjdabTIxLjc5LDBDNTIuMDQzLDguMTgsNDIuNTEsMTQuNDUxLDQyLjUxLDIzLjYwOGMwLDUuMjY4LDMuNjM3LDEwLjE2LDkuMTU2LDEwLjE2YTguMzY4LDguMzY4LDAsMCwwLDguNjU0LTguNjU0LDcuNjMyLDcuNjMyLDAsMCwwLTcuNC03LjY1MUExNC41MjYsMTQuNTI2LDAsMCwxLDYwLjIsMTMuN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMC43MiAtNi40MjQpIiBmaWxsPSIjMDA5ZmFhIi8+Cjwvc3ZnPgo=")}.quote{background-color:#f7f7f7;padding:35px;color:#009faa;width:100%}@media (min-width:768px){.quote{width:calc(100% - 80px);margin:0 auto}}.quote__text{font-style:italic;font-weight:900;line-height:26px;margin-bottom:26px}.quote__author,.quote__text{font-size:18px}.read-more-box{font-size:24px;line-height:30px;font-weight:700;padding:40px;box-shadow:0 30px 60px rgba(0,0,0,.1);background-color:#fff;position:relative;display:block;text-decoration:none;color:#02405a;transition:transform .3s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.read-more-box:hover{transform:translateY(-5px)}@media (min-width:768px){.read-more-box:before{content:"";position:absolute;left:40px;top:50%;transform:translateY(-50%);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NS4yNjciIGhlaWdodD0iNTQuMDAyIiB2aWV3Qm94PSIwIDAgNzUuMjY3IDU0LjAwMiI+CiAgPHBhdGggaWQ9IlBhdGhfNjUiIGRhdGEtbmFtZT0iUGF0aCA2NSIgZD0iTTczLjgwOCw2Mi44aC00Ljk2VjYxLjFhMS40NTksMS40NTksMCwwLDAtMS4wNS0xLjQ1OUE0MS4xLDQxLjEsMCwwLDAsNTcuMjc4LDU4LjNjLTUuODM2LDAtMTMuNzg3LDEuMzEzLTE5LjY2Nyw3LjI5NUMzMS43NzYsNTkuNTU4LDIzLjc2Niw1OC4zLDE3Ljk0NSw1OC4zQTQxLjEsNDEuMSwwLDAsMCw3LjQyNiw1OS42NDYsMS40NTksMS40NTksMCwwLDAsNi4zNzYsNjEuMXYxLjY3OEgxLjQ1OUExLjQ1OSwxLjQ1OSwwLDAsMCwwLDY0LjI0MXY0Ni42YTEuNDU1LDEuNDU1LDAsMCwwLDIuMTc0LDEuMjY5Yy4xNDYtLjA3MywxNC43MzUtOC4wNTMsMzUuMS0yLjkxOGguMzVhMS40NiwxLjQ2LDAsMCwwLC4zNSwwYzIwLjQyNS01LjE3OSwzNS4wMTUsMi43ODcsMzUuMSwyLjkxOGExLjQ1OSwxLjQ1OSwwLDAsMCwyLjE4OC0xLjI1NXYtNDYuNkExLjQ1OSwxLjQ1OSwwLDAsMCw3My44MDgsNjIuOFpNMi45MTgsMTA4LjUyMVY2NS43MTVINi40djM2LjU5MWExLjQ1OSwxLjQ1OSwwLDAsMCwxLjY3OCwxLjQ1OSw2My44NCw2My44NCwwLDAsMSw5LjExOC0uNzI5LDM3Ljg0NCwzNy44NDQsMCwwLDEsMTIuNDU5LDEuODgyQTUzLjYzNSw1My42MzUsMCwwLDAsMi45MTgsMTA4LjUyMVpNMTcuMiwxMDAuMTMyYTY0LjE5NSw2NC4xOTUsMCwwLDAtNy45MzcuNTExVjYyLjI1N2E0MC4yMzgsNDAuMjM4LDAsMCwxLDguNjUyLS45NjNjNS40NTYsMCwxMi45ODUsMS4yNTUsMTguMjA4LDcuMTQ5bC4wNDQsMzYuMzQyQzMzLjEzMywxMDIuOCwyNy4yMDksMTAwLjEzMiwxNy4yLDEwMC4xMzJaTTM5LjA4NSw2OC40NDNjNS4yMjMtNS44MzYsMTIuNzUxLTcuMTQ5LDE4LjIwOC03LjE0OWE0MC40MTYsNDAuNDE2LDAsMCwxLDguNjUyLjk2M3YzOC4zODVhNjQuMTgsNjQuMTgsMCwwLDAtNy44OTMtLjUyNWMtOS45NSwwLTE1Ljg4OCwyLjY3LTE4Ljk2Niw0LjY1NFptMzMuMjUsNDAuMDc3YTUzLjY0NSw1My42NDUsMCwwLDAtMjYuOC0zLjYsMzcuOTM0LDM3LjkzNCwwLDAsMSwxMi41MTgtMS44ODIsNjMuODI4LDYzLjgyOCwwLDAsMSw5LjE3Ny43MTUsMS40NTksMS40NTksMCwwLDAsMS42NzgtMS40NTlWNjUuNzE1aDMuNDg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNTguMzAzKSIgZmlsbD0iIzAwOWZhYSIvPgo8L3N2Zz4K");background-repeat:no-repeat;background-size:contain;width:75px;height:55px}}.read-more-box:after{content:"";position:absolute;width:36px;height:36px;border:2px solid #009faa;border-radius:50%;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjUuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNC44IDE1LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0LjggMTUuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDlGQUE7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7fQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDlGQUE7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30KPC9zdHlsZT4KPGcgaWQ9Ikdyb3VwXzMwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxKSI+Cgk8cGF0aCBpZD0iUGF0aF80MCIgY2xhc3M9InN0MCIgZD0iTS0wLjYsNi42aDExLjQiLz4KCTxwYXRoIGlkPSJQYXRoXzQxIiBjbGFzcz0ic3QxIiBkPSJNNi42LDEyLjVsNi02bC02LTYiLz4KPC9nPgo8L3N2Zz4K");background-repeat:no-repeat;background-size:15px 15px;background-position:50%;right:20px;bottom:20px}@media (min-width:768px){.read-more-box:after{right:40px;bottom:auto;top:50%;transform:translateY(-50%)}}.read-more-box--video:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MC44OTUiIGhlaWdodD0iNTQuMDAyIiB2aWV3Qm94PSIwIDAgNzAuODk1IDU0LjAwMiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNjEpIj48cGF0aCBkPSJNMjE1Ljc5MywxNzYuN2wtMTYuNjE2LTEwLjM4NUEyLjA3NywyLjA3NywwLDAsMCwxOTYsMTY4LjA3N3YyMC43N2EyLjA3NywyLjA3NywwLDAsMCwzLjE3OCwxLjc2MWwxNi42MTYtMTAuMzg1YTIuMDc3LDIuMDc3LDAsMCwwLDAtMy41MjNabS0xNS42NCw4LjRWMTcxLjgyNGwxMC42Miw2LjYzOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjguODYgLTkwLjQ2MSkiIGZpbGw9IiMwMDlmYWEiLz48cGF0aCBkPSJNNjAuNTEsNjFIMTAuMzg1QTEwLjQsMTAuNCwwLDAsMCwwLDcxLjM4NXYzMy4yMzJBMTAuNCwxMC40LDAsMCwwLDEwLjM4NSwxMTVINjAuNTFhMTAuNCwxMC40LDAsMCwwLDEwLjM4NS0xMC4zODVWNzEuMzg1QTEwLjQsMTAuNCwwLDAsMCw2MC41MSw2MVptNi4yMzEsNDMuNjE3YTYuMjM4LDYuMjM4LDAsMCwxLTYuMjMxLDYuMjMxSDEwLjM4NWE2LjIzOCw2LjIzOCwwLDAsMS02LjIzMS02LjIzMVY3MS4zODVhNi4yMzgsNi4yMzgsMCwwLDEsNi4yMzEtNi4yMzFINjAuNTFhNi4yMzgsNi4yMzgsMCwwLDEsNi4yMzEsNi4yMzFaIiBmaWxsPSIjMDA5ZmFhIi8+PC9nPjwvc3ZnPg==");background-repeat:no-repeat;background-size:contain}.read-more-box__label{font-weight:700;color:#fff;font-size:14px;background-color:#02405a;height:23px;padding:0 10px;border-radius:50px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-10px;left:40px}.read-more-box__text{padding-bottom:30px}@media (min-width:768px){.read-more-box__text{padding-left:100px;padding-right:100px;padding-bottom:0}}@media (min-width:1400px){.read-more-box__text{padding-right:200px}}.questions{background-color:#f7f7f7;padding:40px;box-shadow:0 30px 60px rgba(0,0,0,.1);counter-reset:a;position:relative;overflow:hidden}.questions:after{content:"";position:absolute;height:100%;width:350px;top:0;right:0;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjUuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1ODQuMyA0ODQuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTg0LjMgNDg0Ljk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7b3BhY2l0eToyLjAwMDAwMGUtMDI7ZmlsbDojOEI4QjhCO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fQoJLnN0MXtvcGFjaXR5OjMuMDAwMDAwZS0wMjtmaWxsOiM4QjhCOEI7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9Cgkuc3Qye29wYWNpdHk6Ni4wMDAwMDBlLTAyO2ZpbGw6IzhCOEI4QjtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30KPC9zdHlsZT4KPHJlY3QgeD0iNzAuOSIgeT0iNzEiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA2NyAtMC43MDc1IDAuNzA3NSAwLjcwNjcgLTEwMC4zNDE1IDI0Mi40MzEpIiBjbGFzcz0ic3QwIiB3aWR0aD0iMzQyLjYiIGhlaWdodD0iMzQyLjYiLz4KPHJlY3QgeD0iMTY2LjQiIHk9IjkwLjYiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTI4NCAtMC4zNzE1IDAuMzcxNSAwLjkyODQgLTczLjEyMDYgMTQ0LjE4MjIpIiBjbGFzcz0ic3QxIiB3aWR0aD0iMzQyLjYiIGhlaWdodD0iMzQyLjYiLz4KPHJlY3QgeD0iMjQxLjciIHk9IjE0Mi4zIiBjbGFzcz0ic3QyIiB3aWR0aD0iMzQyLjYiIGhlaWdodD0iMzQyLjYiLz4KPC9zdmc+Cg==");background-repeat:no-repeat;background-position:bottom;transform:translate(70px,50px)}.questions__title{font-size:28px;line-height:43px;font-weight:700;margin-bottom:30px}.questions__list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;padding:0}.questions__item{font-size:20px;line-height:25px;position:relative;padding-left:40px;margin-bottom:20px}.questions__item:before{counter-increment:a;content:counter(a);position:absolute;left:0;top:0;width:26px;height:26px;background-color:#02405a;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;color:#fff;font-weight:700;justify-content:center;font-size:16px}.contact-form{background-color:#f7f7f7;padding:0 0 40px;position:relative;margin-top:225px}@media (min-width:1200px){.contact-form{padding:0 0 70px}}@media (min-width:992px) and (max-width:1199px){.contact-form .hs-form-field{float:none!important;width:100%!important}}@media (min-width:992px) and (max-width:1199px){.contact-form .hs-form-field .input{margin-left:0!important;margin-right:0!important}}@media (min-width:992px) and (max-width:1199px){.contact-form .hs-form-field .input input{width:100%!important}}.contact-form .hs-form-field .inputs-list li label.hs-error-msg{font-weight:400!important;font-size:16px!important;color:#df5b5b!important}.contact-form .hs-submit{position:relative}.contact-form .hs-submit:before{content:"";position:absolute;left:5px;top:5px;width:32px;height:32px;border-radius:50%;background-color:#02405a;z-index:1;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMy4zIDguMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTMuMyA4LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAuMiw0LjhsMy4zLDMuM2MwLjMsMC4zLDAuOCwwLjMsMS4xLDAuMUwxMywxLjVjMC40LTAuMywwLjUtMC44LDAuMi0xLjJjLTAuMy0wLjQtMC44LTAuNS0xLjItMC4yCgljMCwwLDAsMC0wLjEsMEw0LjIsNi40TDEuNCwzLjZjLTAuMy0wLjMtMC45LTAuMy0xLjIsMEMtMC4xLDMuOS0wLjEsNC40LDAuMiw0LjgiLz4KPC9zdmc+Cg==");background-repeat:no-repeat;background-size:16px 10px;background-position:9px}.contact-form .hs-submit .actions{padding-top:0!important;padding-bottom:0!important}.contact-form .hs-submit .hs-button{padding-left:50px!important;transition:background-color .3s}.contact-form .hs-submit .hs-button:hover{background-color:#02405a!important}.contact-form__shape{position:absolute;top:0;left:0;z-index:1;transform:translateY(calc(-100% + 1px));pointer-events:none}.contact-form__title{text-align:center}.contact-form__text{text-align:center;margin-bottom:40px}.contact-form__text p{text-align:center}.contact-form__inner{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (min-width:992px){.contact-form__inner{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;padding:0 15%}}.contact-form__col{width:100%}@media (min-width:992px){.contact-form__col{margin-bottom:0}}@media (min-width:992px){.contact-form__col--form{padding-right:50px;width:60%}}.contact-form__col--author{margin-top:30px}@media (min-width:992px){.contact-form__col--author{width:40%;padding-top:32px;margin-top:0}}.contact-form-author{box-shadow:0 3px 6px rgba(0,0,0,.03);background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;border-radius:5px;overflow:hidden;-ms-flex-direction:column;flex-direction:column}@media (min-width:560px) and (max-width:991px){.contact-form-author{-ms-flex-direction:row;flex-direction:row}}.contact-form-author__content{width:100%;padding:20px;position:relative}@media (min-width:768px){.contact-form-author__content{padding:30px}}@media (min-width:560px) and (max-width:991px){.contact-form-author__content{width:50%}}@media (min-width:992px){.contact-form-author__content{width:100%}}.contact-form-author__image{width:100%;aspect-ratio:1/1;overflow:hidden}@media (min-width:560px) and (max-width:991px){.contact-form-author__image{width:50%}}@media (min-width:992px){.contact-form-author__image{width:100%}}.contact-form-author__image img{width:100%;height:100%;object-fit:cover}.contact-form-author__name{margin-bottom:30px;padding-right:50px;font-size:22px;line-height:30px;font-weight:700}.contact-form-author__bio{font-size:18px}.contact-form-author__email{margin-top:20px;display:inline-block;text-decoration:none}.contact-form-author__linkedin{position:absolute;top:20px;right:20px}@media (min-width:768px){.contact-form-author__linkedin{top:30px;right:30px}}.contact-form-author__linkedin:hover svg{fill:#009faa}.contact-form-author__linkedin svg{width:30px;height:30px;fill:#02405a;transition:fill .3s}
@keyframes a{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:a 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}