*, *: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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'LuloCleanW01-OneBold';
  src: url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/LuloCleanW01-OneBold.woff2) format('woff2'),
    url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/LuloCleanW01-OneBold.woff) format('woff'),
    url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/LuloCleanW01-OneBold.ttf) format('truetype'),
    url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/LuloCleanW01-OneBold.svg) format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'avenir-lt-w01_35-light1475496';
  src: url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/AvenirLTW01-35Light.woff2) format('woff2'),
    url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/AvenirLTW01-35Light.woff) format('woff'),
    url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/AvenirLTW01-35Light.ttf) format('truetype'),
    url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/AvenirLTW01-35Light.svg) format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'avenir-lt-w01_85-heavy1475544';
  src: url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/AvenirLTW01-85Heavy.woff2) format('woff2'),
    url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/AvenirLTW01-85Heavy.woff) format('woff'),
    url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/AvenirLTW01-85Heavy.ttf) format('truetype'),
    url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/AvenirLTW01-85Heavy.svg) format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'wf_8418605be9524b669df530745';
  src: url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/instinct-theme-1.0.0/fonts/font1.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'wf_284a7be4c3fa45cc8c418bffa';
  src: url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/instinct-theme-1.0.0/fonts/font3.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_3de6238dec3840a988515c2f2';
  src: url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/instinct-theme-1.0.0/fonts/font2.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'wf_63b50cec007d4c1292c91a09c';
  src: url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/instinct-theme-1.0.0/fonts/font4.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: 1.55;
  background-color: #f2f4f6;
  word-break: break-word;
}

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

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


/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-family: Roboto;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  padding: 12px 24px;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
.form-title {
  padding: 10px;
}

.hs-form-field, 
.hs-search-module .hs-input{
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  font-family: Roboto;
  line-height: 20px;
  margin-bottom: 4px;
}

/* Help text - legends */

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 {
  background-color: #FFF;
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  border: 1px solid #cbd6e2;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline:  0;
}

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

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  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: #ff0000;
}

.hs-input.invalid.error {
  border-color: #c87872;
}
.hs-error-msg,
.hs-error-msgs label,
.hs_error_rollup label{
  color: #f2545b;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-family: Roboto;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  padding: 12px 24px;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_wrapper{
  min-height: 83px;
  position: relative;
  z-index: 9;
}
header.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding-bottom: 9px;
  box-shadow: 0.00px 6.00px 12px 0px rgba(0,0,0,0.12);
}

header.header .container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding-right: 13px;
}

.header_logo {
  width: 21%;
  height: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
}

header.header .button_wrapper {
  max-width: 127px;
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
}
header.header .button_wrapper>div {
  width: 100%;
}
.custom-menu-primary {
  width: calc(100% - (21% + 127px));
  display: flex;
  justify-content: center;
  padding-right: 20px;;
}

.header_logo img {
  width: 100%!important;
  vertical-align: middle;
  max-width: 195px;
}

header.header .button_wrapper .hs-button {
  text-align: initial;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-content: var(--label-align);
  min-width: 100%;
  background-color: #1362c2;
  color: #fff;
  border: 2px solid #1362c2;
  border-radius: 5px;
  font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
  padding: 7px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

header.header .button_wrapper .hs-button:before,
header.header .button_wrapper .hs-button:after {
  content: "";
  flex-grow: 1;
  align-self: stretch;
}

.custom-menu-primary .navigation-primary>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.custom-menu-primary .navigation-primary>ul>li {
  padding: 0 2px;
  display: flex;
  align-items: center;
  min-height: 70px;
  margin-left: -1px;
  margin-top: -4px;
  border-top: 4px solid transparent;
}
.custom-menu-primary>div {
  height: 100%;
}

.custom-menu-primary .navigation-primary>ul>li>a {
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
  padding: 8px 8px;
  display: block;
}

.custom-menu-primary .navigation-primary>ul>li:first-child>a {
  padding: 8px 8px 8px 6px;
}

.custom-menu-primary .navigation-primary>ul>li {
  position: relative;
}
.custom-menu-primary .navigation-primary>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 140px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.custom-menu-primary .navigation-primary>ul>li>ul>li>a {
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
  padding: 8px 8px;
  display: block;
}
@media (min-width: 860px){
  .custom-menu-primary .navigation-primary>ul>li:hover ul{
    display: block;
  }
  .custom-menu-primary.mobile-menu,
  .header_overlay{
    display: none;
  }
  .custom-menu-primary .navigation-primary>ul>li:hover {
    border-top: 4px solid #ff7a38;
  }
}

@media (max-width: 1024px){
  header.header .container {
    padding: 0 15px;
  }
  .custom-menu-primary .navigation-primary>ul>li>a {
    padding: 8px 3px;
  }
  header.header .button_wrapper .hs-button {
    font-size: 12px;
  }
  .custom-menu-primary {
    padding: 0 2px;
    width: calc(100% - (21% + 12%));
  }
  header.header .button_wrapper {
    max-width: 12%;
  }
}

@media (max-width: 860px){
  .header_wrapper {
    min-height: 71px;
  }
  header.header {
    padding-bottom: 0;
    position: static;
  }
  .header_logo {
    max-width: 100%;
  }
  .header_logo img {
    width: 139px!important;
  }
  .custom-menu-primary.desktop-menu,
  header.header .button_wrapper {
    display: none;
  }
  header.header .container {
    min-height: 68px;
  }
  .menu-open {
    overflow: hidden;
  }
  .menu_toggler {
    position: relative;
    width: 22px;
    height: 20px;
    margin: auto;
    cursor: pointer;
  }
  .menu_toggler .line {
    background-color: rgba(var(--lineColor,var(--color_11)),var(--alpha-lineColor,1));
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .25s ease-in-out;
    --lineColor: var(--color_15);
    --alpha-lineColor: 1;
    --color_15: 47,46,46;
  }
  .menu_toggler .line2 {
    top: 0;
    margin: auto;
    bottom: 0;
  }
  .menu_toggler .line3 {
    bottom: 0;
  }
  .menu_toggler_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all .5s;
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    background-color: rgba(var(--bg,var(--color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11)),var(--alpha-bordercolor,1));
    --rd: 0px;
    --shd: none;
    --bg: var(--color_11);
    --color_11: 255,255,255;
    --alpha-bg: 0;
    --borderwidth: 0px;
    --alpha-bordercolor: 1;
    --bordercolor: var(--color_15);
    --color_15: 47,46,46;
  }
  .navbar-btn {
    width: 50px;
    height: 50px;
    margin: 8px 0 13px;
    position: relative;
    z-index: 1;
  }
  .header_logo {
    width: auto;
    min-height: auto;
    display: block;
    margin: 16px 0 19px;
  }
  header.header .container {
    padding: 0 9px 0 15px;
  }
  .menu-open .menu_toggler .line1 {
    transform: translateY(10px) translateY(-50%) rotate(-45deg);
  }
  .menu-open .menu_toggler .line2 {
    opacity: 0;
  }
  .menu-open .menu_toggler .line3 {
    transform: translateY(-10px) translateY(50%) rotate(45deg);
  }
  .menu-open  .custom-menu-primary.mobile-menu {
    right: calc((100% - 100vw) / 2);
  }
  .custom-menu-primary.mobile-menu {
    height: calc(100vh - 0px);
    right: -200px;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #f5f5f5;
    width: 166px;
    padding: 0;
    z-index: 1;
    overflow-y: auto;
    transition: .6s ease;
  }
  .custom-menu-primary.mobile-menu .navigation-primary>ul {
    display: block;
    max-width: 144px;
    margin: 0 auto 0 0;
  }
  .custom-menu-primary.mobile-menu .navigation-primary>ul>li {
    padding: 14px 0 15.7px;
    min-height: auto;
    margin-left: 0;
    display: block;
  }
  .custom-menu-primary.mobile-menu .navigation-primary {
    margin: 68px 0px 0 0;
    direction: var(--direction,ltr);
    --direction: rtl;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li:first-child{
    padding-top: 16px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li{
    padding-top: 5px;
  }
  .custom-menu-primary.mobile-menu .navigation-primary>ul>li>a,
  .custom-menu-primary .navigation-primary>ul>li>ul>li>a{
    display: inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: normal normal 700 17px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
    padding: 0 10px 0 0!important;
  }
  .menu-open .header_overlay{
    opacity: 1;
    visibility: visible;
  }
  .header_overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(var(--bg,var(--color_15)),var(--alpha-bg,1));
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    width: 100vw;
    --bg: var(--color_15);
    --color_15: 47,46,46;
    --alpha-bg: 0.55;
    z-index: 0;
    transition: .6s ease;
  }
  .custom-menu-primary.mobile-menu .navigation-primary>ul>li>ul {
    position: static;
    min-width: 100%;
    background: transparent;
    box-shadow: none;
  }

  .child-trigger {
    cursor: pointer;
    height: 21px;
    width: 21px;
    position: absolute;
    right: -15px;
    top: 17px;
  }
  .child-trigger:before,
  .child-trigger:after {
    background: #000;
    content: '';
    height: 2px;
    left: 4px;
    position: absolute;
    top: 10px;
    right: 0;
    width: 11px;
    transition: transform 500ms ease;
  }
  .child-trigger:after {
    transform: rotate(90deg);
  }
  .child-trigger:before {
    transform: rotate(180deg);
  }
  .child-open .child-trigger:after {
    transform-origin: center;
    transform: rotate(180deg);
  }
}
footer.footer{
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: normal;
  margin-bottom: 1px;
}
footer.footer .bottom_section {
  background-color: #0f1f40;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 29px;
  padding-bottom: 32px;
}
footer.footer .bottom_section .container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 860px;
  padding: 0 0 0 20px;
  display: flex;
  justify-content: space-between;
}
footer.footer .bottom_section .col {
  float: left;
  margin-bottom: 1px;
}
footer.footer .bottom_section .col1 {
  width: 291px;
  line-height: 1.8em;
  font-size: 14px;
  font-family: wfont_9ffc09_8418605be9524b669df530745bc712d3,wf_8418605be9524b669df530745,orig_open_sans_semibold;
}
footer.footer .bottom_section .col2 {
  width: 321px;
  line-height: 1.8em;
  max-width: 100%;
}
footer.footer .bottom_section .col3 {
  width: 190px;
  line-height: 1.8em;
  max-width: 100%;
}
footer.footer .system_status {
  padding-left: 13px;
  cursor: pointer;
}
footer.footer .system_status svg {
  width: 18px;
  height: 19px;
  margin: 4px 4px 4px 0;
  display: inline-block;
}
footer.footer .system_status i {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #fff;font-style: normal;
  font-family: wfont_9ffc09_8418605be9524b669df530745bc712d3,wf_8418605be9524b669df530745,orig_open_sans_semibold;
}
footer.footer .system_status .hs_cos_wrapper_type_rich_text {
  display: flex;
}
footer.footer .bottom_section .col2 .copyright {
  font-size: 14px;
  line-height: 1.8em;
  font-family: wfont_9ffc09_8418605be9524b669df530745bc712d3,wf_8418605be9524b669df530745,orig_open_sans_semibold;
}
footer.footer .middle_section {
  background-color: #f2f4f6;
  padding-top: 45px;
  max-height: 238px;
  padding-bottom: 34px;
}
footer.footer .middle_section .container {
  max-width: 980px;
  padding: 0 23px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer.footer .middle_section .logo_wrapper {
  max-width: 168px;
}
footer.footer .middle_section .logo_wrapper img {
  width: 100%!important;
  vertical-align: middle;
  min-height: 47px;
}
footer.footer .middle_section .contact_details {
  max-width: 171px;
  padding-left: 6px;
}
footer.footer .middle_section .footer_menu {
  width: 300px;  
  padding-left: 5px;
}
footer.footer .middle_section .contact_details h3 {
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  color: #2f2e2e;
  font-size: 14px;
  line-height: normal;
  margin: 10px 0px 19px 0;
}
footer.footer .middle_section .contact_details p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
  margin: 0;
}
footer.footer .contact_details ._1Q9if {
  margin-bottom: 2px;
}
footer.footer .middle_section .footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: normal;
  max-height: 168px;
}

footer.footer .middle_section .footer_menu ul>li {
  max-width: 150px;
}
footer.footer .middle_section .footer_menu ul>li:nth-child(1),
footer.footer .middle_section .footer_menu ul>li:nth-child(4){
  margin: 10px 0px 19px 0;
}
footer.footer .middle_section .footer_menu ul>li:nth-child(2),
footer.footer .middle_section .footer_menu ul>li:nth-child(5) {
  margin: 7px 0px 26px 0;
}
footer.footer .middle_section .footer_menu ul>li:nth-child(3),
footer.footer .middle_section .footer_menu ul>li:nth-child(6) {
  margin: 0px 0px 30px 0;
}
footer.footer .middle_section .footer_menu ul>li>a {
  font-size: 14px;
  color: #0F1F40;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}
footer.footer .middle_section .button_wrapper {
  width: 157px;
}
footer.footer .middle_section .hs-button{
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  min-width: 100%;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
footer.footer .middle_section .button1 {
  margin: 8px 0px 1px 0;
}
footer.footer .middle_section .button2 {
  margin: 13px 0px 0 0;
}
footer.footer .middle_section .button1 .hs-button{
  background-color: #0f1f40;
  color: #fff;
  font: normal normal normal 14px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  border: 2px solid #0f1f40;
  border-radius: 5px;
  padding: 6px 2px 8px 0;
}
footer.footer .middle_section .hs-button:after,
footer.footer .middle_section .hs-button:before,
.footer_bnt:after,
.footer_bnt:before{
  content: "";
  flex-grow: 1;
  align-self: stretch;
}
footer.footer .middle_section .button2 .hs-button{
  background-color: rgb(255, 122, 56);
  color: #fff;
  font: normal normal normal 14px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  border: 2px solid rgb(255, 122, 56);
  border-radius: 5px;
  padding: 7px 2px 7px 0;
}
footer.footer .middle_section .button1 .hs-button:hover{
  background-color: transparent;
}
footer.footer .middle_section .button2 .hs-button:hover{
  background-color: transparent;
}
footer.footer .middle_section .footer_menu ul>li:nth-child(4),
footer.footer .middle_section .footer_menu ul>li:nth-child(5),
footer.footer .middle_section .footer_menu ul>li:nth-child(6) {
  padding-left: 32px;
}
footer.footer .top_section {
  background-color: #0f1f40;
  padding-top: 36px;
}

footer.footer .section_wrapper  {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  min-height: 246px;
}
footer.footer .section_wrapper  .container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer.footer .section_wrapper .button_wrapper {
  width: 100%;
  margin-left: 11px;
  max-width: 268px;
}

footer.footer .section_wrapper p {
  font-size: 36px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0px 21px 39px 0;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  font-weight: 700;
  line-height: normal;
}

footer.footer .section_wrapper .footer_bnt {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  min-width: 100%;
  background-color: rgb(19, 98, 194);
  color: #fff;
  font: normal normal normal 18px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  border: 2px solid #0f1f40;
  border-radius: 7px;
  padding: 9px 2px 10px 0;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.back_to_top {
  position: fixed;
  bottom: 87px;
  width: 44px;
  height: 44px;
  margin-right: 0px;
  right: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s .5s,opacity .5s ease 0s;
  display: flex;
}
.back_to_top .back_btn svg {
  overflow: visible;
}
@media (max-width: 860px){
  footer.footer .middle_section {
    max-height: 100%;
    padding-top: 20px;
  }
  footer.footer .middle_section .container,
  footer.footer .bottom_section .container{
    flex-wrap: wrap;
  }
  footer.footer .middle_section .footer_menu ul {
    max-height: 100%;
  }
  footer.footer {
    margin-bottom: 0;
    overflow: hidden;
  }
  footer.footer .middle_section .container,
  footer.footer .bottom_section .container {
    align-items: self-start;
    justify-content: center;
    padding: 0 18.5px;
  }
  footer.footer .bottom_section .col {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  footer.footer .system_status {
    padding: 0;
  }
  footer.footer .system_status .hs_cos_wrapper_type_rich_text {
    justify-content: center;
    align-items: center;
  }
  footer.footer .system_status svg {
    width: 14px;
    height: 100%;
    margin: 0 6px 0 0;
  }
  footer.footer .bottom_section .col2 {
    margin-bottom: 7px;
  }
  footer.footer .bottom_section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  footer.footer .middle_section .button1 .hs-button,
  footer.footer .middle_section .button2 .hs-button {
    padding: 10px 2px 9px 0;
  }
  footer.footer .middle_section .button1 {
    margin: 8px 0px 5px 0;
  }
  footer.footer .middle_section .button2 {
    margin: 9px 0px 0 0;
  }
  footer.footer .middle_section .footer_menu {
    width: 50%;
    order: 1;
    margin-bottom: 13px;
  }
  footer.footer .middle_section .contact_details {
    width: 50%;
    max-width: 100%;
    order: 2;
    padding-left: 4px;
  }
  footer.footer .middle_section .footer_menu ul>li {
    max-width: 100%;
    margin-bottom: 18px;
  }
  footer.footer .middle_section .footer_menu ul>li:nth-child(4), 
  footer.footer .middle_section .footer_menu ul>li:nth-child(5),
  footer.footer .middle_section .footer_menu ul>li:nth-child(6) {
    padding: 0;
    margin-top: 0;
    margin-bottom: 18px;
  }
  footer.footer .middle_section .footer_menu ul>li:nth-child(3),
  footer.footer .middle_section .footer_menu ul>li:nth-child(6) {
    margin-bottom: 18px;
  }
  footer.footer .middle_section .footer_menu ul>li>a {
    font-size: 13px;
    color: #0f1f40;
  }
  footer.footer .middle_section .footer_menu ul>li:nth-child(4) {
    margin-bottom: 25px;
  }
  footer.footer .middle_section .footer_menu ul>li:nth-child(2),
  footer.footer .middle_section .footer_menu ul>li:nth-child(3) {
    margin-bottom: 22px;
  }
  footer.footer .middle_section .footer_menu ul>li:nth-child(1) {
    margin-bottom: 13px;
  }
  footer.footer .middle_section .logo_wrapper img {
    max-width: 145px;
    min-height: 38px;
    margin-bottom: 18px;
    margin-right: 5px;
  }
  footer.footer .middle_section .contact_details h3 {
    margin: 10px 0px 16px 0;
  }
  footer.footer .middle_section .logo_wrapper {
    border-bottom: 1px solid rgb( 204,204,204);
    max-width: 100%;
    width: 100%;
    margin: 0 0px 23px;
    text-align: center;
  }
  footer.footer .section_wrapper p {
    font-size: 23px;
    margin: 0px 0 22px 6px;
  }
  footer.footer .section_wrapper .button_wrapper {
    max-width: 164px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-bottom: 0;
  }
  footer.footer .section_wrapper .footer_bnt {
    font: normal normal normal 16.8px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
    padding: 8px 1px 9px 0;
  }
  footer.footer .section_wrapper {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 57px;
  }
  footer.footer .top_section {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .back_to_top.show {
    opacity: 1;
    visibility: visible;
  }
  .back_to_top .back_btn {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  footer.footer .bottom_section .col1 {
    min-height: 25px;
  }
  footer.footer .middle_section .button_wrapper {
    order: 3;
    width: 100%;
    padding: 0 4px;
  }
  footer.footer .middle_section .button1,
  footer.footer .middle_section .button2{
    max-width: 157px;
  }
}
@media (max-width: 767px){
  footer.footer .middle_section .button1,
  footer.footer .middle_section .button2{
    max-width: 100%;
  }
}
/* 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;
  }
}
.section-2--landing-page {
    background-color: #e9f2f8;
    background-image: url("");
    background-image: url("https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/torn-paper-web-2.webp");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.avenir {
    font-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
}

.text-center {
    text-align: center;
}

:root {
    --primary-color: #212946;
    --form-text-color: #F2F4F6;
    --secondary-color: #E56724;
    --secondary-color-light: #e4834f;
    --weird-bg-color: #e9f2f8
}

.landing-page-container {
    margin: 0 auto
}

.section-1--landing-page .row-fluid {
    /* padding: 0; */
}

.content-max {
    max-width: 700px;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}
.items-stretch {
    align-items: stretch;
}

.p2 {padding: 2rem;}
.p4 {padding: 4rem;}

@media (max-width: 420px) {
    .sm-p2 {
        padding: 40px 20px;
    }
}


.form-wrapper {
    /*padding: 3rem;*/
    background-color: var(--primary-color);
}
.form-wrapper--inner {
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .form-wrapper {
        padding: 60px 20px;
    }
}

.form-wrapper label:not(.hs-error-msg, .hs-main-font-element),
.hsfc-FieldLabel,
.form-wrapper form legend,
.form-wrapper form .hs-richtext,
.form-wrapper form .hs-richtext p,
.form-wrapper a,
.form-wrapper p,
.form-wrapper a:active,
.form-wrapper a:focus,
.form-wrapper a:hover,
.form-wrapper h1,
.form-wrapper h2,
.form-wrapper h3,
.form-wrapper h4 {
    color: var(--form-text-color);
    font-family: 'avenir-lt-w01_35-light1475496', sans-serif;
}

.form-wrapper a:hover {
    text-decoration: underline;
}

.form-wrapper .form-title {
    display: none;
}

.form-wrapper .new-form-title {
    font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
    font-size: 20px;
    color: var(--form-text-color);
}

.form-wrapper input[type="submit"] {
    background-color: var(--secondary-color);
    padding: 25px 65px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}
.form-wrapper input[type="submit"]:hover {
    background-color: var(--secondary-color-light);
}
.form-wrapper input[type="submit"]:active,
.form-wrapper input[type="submit"]:focus {
    background-color: var(--secondary-color);
}

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper form select {
    border-radius: 20px;
    margin-top: 5px;
}

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

.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
@media (min-width: 767px) and (min-height: 420px) {
}
    .image-container .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-2 {
    display: grid;
    grid-template-rows: 4fr 1fr;
}

@media (max-width: 1023px) {
    .grid-1 {
        display: block;
    }
    .grid-2 {
        display: block;
    }
    .image {
        height: 65vh;
        /*height: 90vh;*/
    }
}

.flex-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-header-left {
    background-color: #fff;
}
.page-header-left .dnd-section,
.page-header-left .dnd-column {
    padding: 0 !important;
}
.page-header-left .row-fluid {
    max-width: 100% !important;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 8, 2023 */
@font-face {
    font-family: 'nexa_boldregular';
    src: url('fontfabric_-_nexa-bold-webfont.woff2') format('woff2'),
    url('fontfabric_-_nexa-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_bookregular';
    src: url('fontfabric_-_nexa-book-webfont.woff2') format('woff2'),
    url('fontfabric_-_nexa-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('fontfabric_-_nexa-light-webfont.woff2') format('woff2'),
    url('fontfabric_-_nexa-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_blackregular';
    src: url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/nexa-font/fontfabric_-_nexablack-webfont.woff2) format('woff2'),
    url(https://48067949.fs1.hubspotusercontent-na1.net/hubfs/48067949/raw_assets/public/Instinct_Science_Feb2023/fonts/nexa-font/fontfabric_-_nexablack-webfont.woff) format('woff');
}

@font-face {
    font-family: 'nexa_heavyregular';
    src: url('fontfabric_-_nexaheavy-webfont.woff2') format('woff2'),
    url('fontfabric_-_nexaheavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_regularregular';
    src: url('fontfabric_-_nexaregular-webfont.woff2') format('woff2'),
    url('fontfabric_-_nexaregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_slabblack';
    src: url('fontfabric_-_nexaslabblack-webfont.woff2') format('woff2'),
    url('fontfabric_-_nexaslabblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_slabbold';
    src: url('fontfabric_-_nexaslabbold-webfont.woff2') format('woff2'),
    url('fontfabric_-_nexaslabbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_slabbook';
    src: url('fontfabric_-_nexaslabbook-webfont.woff2') format('woff2'),
    url('fontfabric_-_nexaslabbook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_slabheavy';
    src: url('fontfabric_-_nexaslabheavy-webfont.woff2') format('woff2'),
    url('fontfabric_-_nexaslabheavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_slabthin';
    src: url('fontfabric_-_nexaslabthin-webfont.woff2') format('woff2'),
    url('fontfabric_-_nexaslabthin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_thinregular';
    src: url('fontfabric_-_nexathin-webfont.woff2') format('woff2'),
    url('fontfabric_-_nexathin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}