/*! 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.
 */

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0; font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
}

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


/* CSS variables */

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

/* Mobile layout */

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


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

/* Desktop layout */

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

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

:focus {
  outline-color: green;
}
.disable-focus-styles :focus {
  outline:0!important;
}

html {
  scroll-behavior:smooth;
}

img {
    max-width:100%;
    height:auto;
}

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



.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1rem;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 100px 1rem;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
}

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

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


















::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
  opacity:1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
  opacity:1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666666;
  opacity:1;
}
::placeholder {
  color: #666666;
  opacity:1;
}

form,
.submitted-message {
  ;
}

.form-title {
  color: #000000;
}

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

form label {
  
  color: #000000;
  
  display: block;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}
.hidden-labels .hs-fieldtype-select label,
.hidden-labels .hs-fieldtype-text label,
.hidden-labels .hs-fieldtype-textarea label {
  display:none;
}

/* Help text - legends */
form legend {
  
  color: #3d587f;
  
  font-size: 18px;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border: 1.5px solid #053359;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  padding:13px 16px;
  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:none;
}
select {
  appearance:none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M5.53366 8.13646L0.193175 2.50437C-0.0643917 2.23274 -0.0643917 1.79236 0.193175 1.52076L0.816056 0.863871C1.07318 0.592705 1.48991 0.592184 1.74764 0.862712L6.00001 5.32624L10.2524 0.862712C10.5101 0.592184 10.9268 0.592706 11.1839 0.863872L11.8068 1.52076C12.0644 1.79239 12.0644 2.23277 11.8068 2.50437L6.46634 8.13643C6.2088 8.40806 5.79122 8.40806 5.53366 8.13646Z' fill='%23EF6E50'%3E%3C/path%3E%3C/svg%3E") calc(100% - 16px) 50% no-repeat;
}

fieldset {
  max-width: 100% !important;
}
fieldset.form-columns-2,
fieldset.form-columns-3 {
  display:flex;
}
fieldset .hs-form-field {
  width:100%!important;
  float:none!important;
}
fieldset .hs-form-field + .hs-form-field {
  margin-left:32px;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 16px;
  font-weight:500;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #666666;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #053359;
}

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

.fn-date-picker td .pika-button:hover {
  background-color: var(--c-black)!important;
  border-radius: 0 !important;
  color: ;
}


.fn-date-picker td.is-selected .pika-button {
  
}

.fn-date-picker td .pika-button:hover {
  background-color: #053359 !important;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

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

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 18px;
  margin-left: 10.666666666666666px;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
  box-shadow:inset 0 0 10px #ef6b51;
}

.hs-error-msg,
.hs-error-msgs {
  color: #EF6B51;
  margin-top:16.0px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 2.5px solid #CF3339;

  padding-top: 15px;
padding-right: 50px;
padding-bottom: 15px;
padding-left: 50px;

  font-weight: 700; font-family: 'Century Gothic', Arial, sans-serif;
  background-color: 

  
  
    
  


  rgba(209, 49, 56, 1.0)

;
  border-radius: 0px 50px 0px 50px;
  color: #FFFFFF;
  display:inline-block;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0;
  position: relative;
  text-align: center;

  text-transform: uppercase;
  transition: all 0.2s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color:#053359;

  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color:#053359;

  color: #FFFFFF;
}

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

/* Form - Dark */
.form-dark input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#FFF;
}
.form-dark input::-moz-placeholder { /* Firefox 19+ */
  color:#FFF;
}
.form-dark input:-ms-input-placeholder { /* IE 10+ */
  color:#FFF;
}
.form-dark input:-moz-placeholder { /* Firefox 18- */
  color:#FFF;
}
.form-dark input[type=text],
.form-dark input[type=email],
.form-dark input[type=password],
.form-dark input[type=tel],
.form-dark input[type=number],
.form-dark input[type=file],
.form-dark select,
.form-dark textarea {
  background-color:var(--c-black);
  color:var(--c-white);
}
.form-dark .hs-button {
  background-color:var(--c-white);
  color:var(--c-black);
}

/* Single Line Form */
.single-line-form form {
  display:flex;
  justify-content:center;
}
.single-line-form .hs-form-field {
  flex-grow:1;
  margin-right:-30px;
}
.single-line-form label {
  display:none;
}

.single-line-form .hs-error-msgs {
  display:none!important;
}
@media only screen and (max-width:768px) {
  .single-line-form .hs-button {
    font-size:16px;
  }
}
@media only screen and (max-width:767px) {
  .single-line-form form {
    display:block;
  }
}
/*
| The principal behind the way typography is managed on this site is to
| allow as much definition to be dynamic as possible. This means minimizing
| the use of absolute line heights and letter spacing - favoring ems - as 
| well as using elements to determine spacing.
|
| Useful formulae for transcribing values with their best practice use cases:
|
| letter-spacing    = [Letter Spacing in px] / [Font Size in px] (em)
| letter-spacing    = [Adobe Tracking value] / 1000 (em)
| line-height       = [Line Height in px] / [Font Size in px] (em)
|
| For purposes of site styles, font sizes may be expressed in pixels or
| rems. Rems are assuming the base font size has been calculated to 10px
| and can be interpreted by dividing your intended size by 10.
| To put it plainly, 16px = 1.6rem.
|
*/


























html {
  font-size: 18px;
}

body {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
  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-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height:1.5;
}

/* Anchors */
a {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #CF3339;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #a70b11;
}

a:active {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #f75b61;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top:0;
}
.widget-type-header h1,
.widget-type-rich_text h1 {
  font-weight: 400; font-family: 'Century Gothic', Arial, sans-serif;
  color: #053359;
  font-size: 50px;
  text-transform: none;
}

.widget-type-header h2,
.widget-type-rich_text h2 {
  font-weight: 400; font-family: 'Century Gothic', Arial, sans-serif;
  color: #053359;
  font-size: 40px;
  text-transform: none;
}

.widget-type-header h3,
.widget-type-rich_text h3 {
  font-weight: 400; font-family: 'Century Gothic', Arial, sans-serif;
  color: #053359;
  font-size: 35px;
  text-transform: none;
}

.widget-type-header h4,
.widget-type-rich_text h4 {
  font-weight: 400; font-family: 'Century Gothic', Arial, sans-serif;
  color: #003764;
  font-size: 20px;
  text-transform: none;
}

.widget-type-header h5,
.widget-type-rich_text h5 {
  font-family: 'Century Gothic', Arial, sans-serif;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

.widget-type-header h6,
.widget-type-rich_text h6 {
  font-family: 'Century Gothic', Arial, sans-serif;
  color: #003764;
  font-size: 14px;
  text-transform: none;
}

@media only screen and (min-width:768px) {
  .widget-type-header h1,
  .widget-type-rich_text h1 {
    font-weight: 400; font-family: 'Century Gothic', Arial, sans-serif;
    color: #053359;
    font-size: 75px;
    text-transform: none;
  }

  .widget-type-header h2,
  .widget-type-rich_text h2 {
    font-weight: 400; font-family: 'Century Gothic', Arial, sans-serif;
    color: #053359;
    font-size: 55px;
    text-transform: none;
  }

  .widget-type-header h3,
  .widget-type-rich_text h3 {
    font-weight: 400; font-family: 'Century Gothic', Arial, sans-serif;
    color: #053359;
    font-size: 40px;
    text-transform: none;
  }

  .widget-type-header h4,
  .widget-type-rich_text h4 {
    font-weight: 400; font-family: 'Century Gothic', Arial, sans-serif;
    color: #003764;
    font-size: 25px;
    text-transform: none;
  }

  .widget-type-header h5,
  .widget-type-rich_text h5 {
    font-family: 'Century Gothic', Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    text-transform: none;
  }

  .widget-type-header h6,
  .widget-type-rich_text h6 {
    font-family: 'Century Gothic', Arial, sans-serif;
    color: #003764;
    font-size: 14px;
    text-transform: none;
  }
}

/* Lists */

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

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

.no-list ul,
ul.no-list {
  list-style: none;
}
.hs_cos_wrapper_type_inline_rich_text li + li {
  margin-top:1em;
}
.hs_cos_wrapper_type_inline_rich_text ul ul {
  margin-top:1em;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #3d587f;
  margin: 0 0 1em;
  padding-left: 1em;
}

/* Horizontal rules */

hr {
  background-color: var(--c-black);
  border: none;
  color: var(--c-black);
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}



ul.checked-list {
  list-style-image: none;
  list-style:none;
  padding:0px;
  margin:0px;
}
ul.checked-list li:before{
  position:absolute;
  top:2px;
  left:0px;
  display:inline-block;
  content:"";
  background-image:url("https://5253932.fs1.hubspotusercontent-na1.net/hubfs/5253932/badge-check-solid.svg");
  background-repeat:no-repeat;
  background-size: contain;
  height:25px; width:25px;
  background-position:center;
}
ul.checked-list li {
  position:relative;
  padding-left:55px;
  margin-bottom:30px;
  line-height:162.5%;
}
@media (max-width:992px){
  ul.checked-list li {
    padding-left:45px;
    font-size:16px;
    line-height:150%;
  }
}


button,
.button,
.hs-button, 
.hs-blog-post-listing__post-button {
  border: 2.5px solid #CF3339;

  padding-top: 15px;
padding-right: 50px;
padding-bottom: 15px;
padding-left: 50px;

  font-weight: 700; font-family: 'Century Gothic', Arial, sans-serif;
  background-color: 

  
  
    
  


  rgba(209, 49, 56, 1.0)

;
  border-radius: 0px 50px 0px 50px;
  color: #FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size: 16px;
  height:auto;
  letter-spacing: 0.2em;
  position:relative;
  text-transform: uppercase;
  transition:all 0.2s linear;
  touch-action:manipulation;
  vertical-align:middle;
  white-space:normal;
  width:auto;
  word-break:break-word;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  font-weight: 700; font-family: 'Century Gothic', Arial, sans-serif;
  color: #FFFFFF;
  background-color:#053359;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-weight: 700; font-family: 'Century Gothic', Arial, sans-serif;
  color: #FFFFFF;
  background-color:#053359;
}

.button.button-alternate {
  background:transparent!important;
  border:none!important;
  border-radius:0!important;
  padding:0!important;
}
.button-alternate::before,
.button-alternate::after {
  border-color:#CF3339;
  border-style:solid;
}

.button.button-alternate.button-alternate__arrow {
  margin-right:40px;
}
.button.button-alternate.button-alternate__arrow::before,
.button.button-alternate.button-alternate__arrow::after {
  content:"";
  position:absolute;
  top:50%;
}
.button.button-alternate.button-alternate__arrow::before { /* trail */
  border-width:1.25px;
  height:0;
  width:19.5px;
  left:100%;
  transform:translate(10px,-50%);
}
.button.button-alternate.button-alternate__arrow::after { /* head */
  width:0;
  height:0;
  border-top:6px solid transparent!important;
  border-left:11px solid #CF3339;
  border-right:none;
  border-bottom:6px solid transparent!important;
  left:100%;
  transform:translate(29.5px, -50%);
}

a.button.button-alternate.button-alternate__arrow.simple-button {
    color: #d13138;
}

.button.button-alternate.button-alternate__underline::before {
  content:"";
  height:0;
  border-width:1.25px;
  width:calc(100% - 2.5px);
  position:absolute;
  top:100%;
  transform:translateY(12px);
}

.button.button-alternate.button-alternate__arrow.button-arrow-inherit:after,
.button-alternate.button-arrow-inherit::before,
.button-alternate.button-arrow-inherit::after {
  border-color:inherit;
}
.button.not-uppercase {
  text-transform:none !important;
}
@media (min-width:992px){
  .button.button-large {
    font-size:24px !important;
  }
}





:root {

  --c-primary:#053359;

  --c-secondary:#3d587f;

  --c-tertiary:#d13138;

  --c-accent:#edffec;

  --c-link:#CF3339;

  --c-white:#FFFFFF;

  --c-black:#000000;

}














table {
  border-collapse: collapse;
  border: 0;
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
th,
td {
  border: 1px solid #aaa;
  background-clip: padding-box;
  scroll-snap-align: start;
}
tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}
thead {
  z-index: 1000;
  position: relative;
}
th,
td {
  padding: 0.6rem;
  min-width: 6rem;
  text-align: left;
  margin: 0;
  border: 1px solid #000000;

  padding: 18px;

  color: #000000;
}
thead th {
  background-color: 

  
  
    
  


  rgba(5, 51, 89, 1.0)

;
  color: #FFFFFF;
  position: sticky;
  top: 0;
  border-top: 0;
  background-clip: padding-box;
}
thead th.pin {
  left: 0;
  z-index: 1001;
  border-left: 0;
}
tbody th {
  background-clip: padding-box;
  border-left: 0;
}
tbody {
  z-index: 10;
  position: relative;
}
tbody th {
  position: sticky;
  left: 0;
}
thead th,
tbody th {
  background-color: #f8f8f8;
}
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.footer {
  background-color: 

  
  
    
  


  rgba(5, 51, 89, 1.0)

;
}

/* Footer content tags */
.footer a,
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}

.footer .hs-menu-wrapper {
  font-size:0.9em;
}

.footer .hs-menu-flow-horizontal li {
  padding:0 0.78em;
}
@media (min-width:768px) {
  .footer .hs-menu-flow-horizontal li + li {
    border-left:1px solid;
  }
}
@media (max-width:767px) {
  .footer .hs-menu-flow-horizontal li {
    padding:0;
  }
  .footer .hs-menu-flow-horizontal li + li {
    margin-top:0.6em;
  }
}

.footer .hs-menu-flow-vertical li + li {
  margin-top:0.5em;
}


footer.footer-lp .copyright *{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

footer.footer-lp {
  padding:50px 0px 50px;
}

footer.footer-lp .footer-description {
  font-family: 'century-gothic-regular';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}
@media (max-width:768px){

  footer.footer-lp .copyright *{
    font-size: 14px;
    line-height: 192.857%;
  }
  footer.footer-lp .footer-description {
    font-size: 24px;
    line-height: 141.667%; 
  }
    
  
  footer.footer-lp .footer-logo {
    max-width:130px;
  }
  footer.footer-lp .bottom-section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap:4px;
    row-gap:20px;
    justify-content: flex-end;
  }

  footer.footer-lp .bottom-section {
    min-height:196px;
  }
}
footer.footer-lp .top_section {
  margin-bottom:50px;
}
footer.footer-lp .footer-logo a{
  display:inline-flex;
}
footer.footer-lp .footer-logo {
  margin-bottom:30px;
}
@media (min-width:768px){
  footer.footer-lp .top_section {
    margin-bottom:100px;
  }
  footer.footer-lp .bottom-section {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap:50px;
  }
  footer.footer-lp {
    padding:150px 0px 50px;
  }

  footer.footer-lp .bottom-section {
    min-height:343px;
    align-items: end;
  }
}

@media (min-width:1200px){

  footer.footer-lp .bottom-section {
    min-height:543px;
  }
}