*, *: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 */
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  scroll-margin-top: 120px;
}

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

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

body {
  margin: 0;
  font-family: Roboto, arial, helvetica;
}

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

.body-wrapper {
  overflow: hidden;
}
.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;
}

/* position */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* z-index */
.z-98 {
  z-index: 98;
  height: auto;
}

/* height */
.h-0 {
  height: 0 !important;
}

.h-auto {
  height: auto;
}

/* 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 ;
    }
}
@media (max-width: 992px) {
  .case-form-filter {
    grid-template-columns: repeat(1,minmax(0,1fr)) !important;
  }
}

.flowpaper_viewer, .flowpaper_viewer_container {
  background-color: transparent !important;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.banner-area .dnd-section,
.banner-area .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "kroon2";
  src: url("//25253272.fs1.hubspotusercontent-eu1.net/hubfs/25253272/ISPnext_December_2021/fonts/kroon2.eot") format("embedded-opentype"),
    url({*%20get_asset_url%28%27../../fonts/kroon2.woff%27%29%20*}) format("woff"), 
    url({*%20get_asset_url%28%27../../fonts/kroon2.ttf%27%29%20*}) format("truetype");
  font-style: normal;
  font-weight: normal;
}




body {
  line-height: 1.625;
  word-break: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  letter-spacing: 0.25px;
  background-color: #fff;
  
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:focus, a:hover {
  text-decoration: none;
  border-radius: 0;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.2;
}

/* Lists */

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

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

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

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

.nowrap {
  white-space: nowrap;
}

::selection {
  background-color: #183d68;
}
::selection {
  color: #ffffff;
}
@media only screen and (min-width: 961px){
  .body-container-wrapper{
    /*margin-top: 90px;*/
/*     margin-top: 105px; */
  }
}


@media only screen and (max-width: 960px){
html, body {
    overflow-x: hidden;
    max-width: 100vw;
    position: relative;
}
   .body-container-wrapper{
    padding-top: 60px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  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;
}


 .ISP-icon-button.transparent{
    border:4px solid #ef276f;
    background-color:transparent;
    color:#ef276f;
    padding:10px 25px;
}

  
  .ISP-icon-button.transparent:hover{
    border:4px solid #ef276f;
    background-color:#ef276f;
    color:white;
}

.ISP-button-rebrand {
	background-color: #ed247b;
	border-radius: 16px;
	color: #fff !important;
	padding: 1rem 1.5rem;
	text-decoration: none;
  font-family: Roboto;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 4%;
  white-space: nowrap;
}
.ISP-button-rebrand:hover {
  background-color:#A70D4A !important;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 10px;
  line-height:0;
}

.hs-input{
  width:100% !important;
}
/* Labels */

form label {
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  font-size: inherit;
  margin-bottom:8px;
}

form{
  margin-bottom:10px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  width: 100%;
  line-height: 1.15;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #666;
  box-sizing: border-box;
  color: #555555;
  font-family: "Open Sans",sans-serif;
  padding: 5px 4px;
  letter-spacing: normal;
  font-size: inherit;
  outline:none;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus{
  color: #183d68;
  background-color: #f8f8f8;
}

input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover{
  color: #183d68;
}

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;
  background-color: rgba(255,223,224,.25);
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
}

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;
  width:auto !important;
}

form .inputs-list>li.hs-form-booleancheckbox{
  border: none;
  background-color: transparent;
}

.hs_ispnext_mag_mij_benaderen_via_persoonlijke_e_mails_met_relevante_content .inputs-list li label span{
  color:#000;
}
/* 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 {
  display: inline-flex;
  align-items: center;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 10px !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: unset !important;
}

/* Validation */

.hs-form-required {
  color: #790000;
}

.hs-input.invalid.error {
  border-color: #790000;
}

.hs-error-msgs label{
  color: #555555;
  font-size: .813em;
  line-height: inherit;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: normal;
}
.hs_error_rollup .hs-error-msgs label{
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.hs_error_rollup .inputs-list>li {
  background: transparent;
  border: none;
}
/* Submit button */

.hs-button.primary,
input[type="submit"],
input[type="button"],
.button{
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  text-decoration: none;
  margin:10px 0;
  text-align: center;
  width: auto;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 0px 0px 4px rgb(0 0 0 / 20%) inset;
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 20%) inset;
  font-weight: 700;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  padding: 1em 3em;
  text-decoration: none;
  text-shadow: 0 -1px rgb(0 0 0 / 30%);
  font-size: 1em;
  letter-spacing: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus
.button:hover,
.button:focus{
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (min-width: 768px){
  form{
    max-width:500px;
  }

  .blog-comments form {
    max-width:100%;
  }

}
@media (max-width:767px) {

  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea, select {
    max-width:100%;
  }
}

/*multistep form*/

[data-hsfc-id=Renderer] .hsfc-TextInput{
  background-color: #fff !important;
  border: 1px solid #666;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  outline: none;
  width: 100%;
  border-radius: 8px !important;
  box-shadow: inset 0 2px 2px -1px #4a4a6866;
  color: #000 !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 1.4;
  padding: 13px 12px 15px !important;
}

[data-hsfc-id=Renderer] .hsfc-TextareaInput{
  background-color: #fff !important;
  border: 1px solid #666;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  outline: none;
  width: 100%;
  border-radius: 8px !important;
  box-shadow: inset 0 2px 2px -1px #4a4a6866;
  color: #000 !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 1.4;
  padding: 13px 12px 15px !important;
}

[data-hsfc-id=Renderer] .hsfc-Button{
  border-radius:8px !important;
}

[data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl)>.hsfc-TextInput {
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

[data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret{
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

[data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons{
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  form.hsfc-Form {
    max-width: 100%;
  }
}

@media (max-width:1024px){
  [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons{
    flex-wrap: wrap;
    flex-direction:column;
  }
  
  [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons button{
    width:100%;
  }
}
/* 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-group .topbar {
  position: relative;
  z-index: 900;
  border-bottom: 1px solid #fff;
  background-color: #ffffff;
  border-bottom-color: #f3f3f3;
  color: #183d68;
  font-family: "Open Sans",sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  padding: 0.5rem 0;
  text-align: right;
}

.topbar .bg-topbar{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit:cover;
  object-position:center;
  z-index:-1;
}

.header-group .topbar .header-btn a,
.header-group .topbar .header-btn .support-link a{
/*   font-family: 'Baloo Chettan 2', cursive; */
  color: #265B9E;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: capitalize;
}

.header-btn .support-link a {
  margin-left: 0 !important;
}

.lp .header-group .topbar .header__container {
    padding: 14.575px;
}
.header__container {
  display: flow-root;
  margin: 0 auto;
  @media (max-width: 992px) {
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: -4px 4px 20px 0px #54545440;
  }
  @media (min-width: 992px) {
    max-width: 960px !important;
  }
  @media (min-width: 1200px) {
    max-width: 1156px !important;
  }
  @media (min-width: 1500px) {
    max-width: 1390px !important;
  }
}

.header__container p {
  margin: 0;
}

@media (min-width:1500px){
/*   .header__container {
    max-width: 1290px;
  } */
}

.header-social-wrapper {
  display: inline-block;
}
.header-social .social-icons a.linkedin {
  background-image: url(//25253272.fs1.hubspotusercontent-eu1.net/hubfs/25253272/raw_assets/public/ISPnext_December_2021/images/linkedin.png);
}
.header-social .social-icons a.twitter{
  background-image: url(//25253272.fs1.hubspotusercontent-eu1.net/hubfs/25253272/raw_assets/public/ISPnext_December_2021/images/twitter.png);
  opacity: 0.8;
}
.header-language {
  display: inline-block;
  margin-left: 1.5rem;
}
.header-language ul{
  list-style:none;
  margin:0;
  padding:0;
}
.header-language ul li{
  display: block;
  margin: 0 0.1em 0;
}
.header-language ul li a{
  top: 0.3em;
  position: relative;
  color: #183d68;
}
img{
  max-width: 100%;
}
.header-language img{
/*   max-width: 100%; */
  vertical-align: middle;
/*   max-width: 30px; */
/*   height: 30px; */
}
.header-btn {
  display: inline-block;
  margin-left: 10px;
}
.header-btn a {
  text-transform: uppercase;
  color: #cb1333;
  border: 1px solid #cb1333;
  padding: 0.4em 0.8em;
  display: block;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 1.5rem;
}

.header-btn .support-link a {
  color: #cb1333;
  border: 0;
  display: inline-block;
  text-decoration: none;
  margin-left: 1.5rem;
}


.site-header {
  background-color: #fff;
  box-shadow: unset;
  border-bottom: 3px solid #e5e5e5;
  border-bottom-color: #f3f3f3;
}

.header-logo {
  float: left;
  width: 100%;
  max-width: 200px;
}

.header-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: auto;
}

.language-current {
  position: relative;
}

.languange-dropdown {
  display: none;
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: 9999999999;
}

.language-current:hover .languange-dropdown {
  display: block;
}

.custom-menu-primary {
  padding-bottom: 15px;
  padding-top: 15px;
  border-color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper>ul{
  list-style:none;
  margin:0;
  padding:0;
  font-family: "Open Sans",sans-serif;
  font-weight: 500;
  touch-action: pan-y;
}
/* .site-header * {
  transition: all 0.15s ease-in-out;
} */
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: #183d68;
  font-family: "Open Sans",sans-serif;
  font-weight: 500;
}
.custom-menu-primary .hs-menu-wrapper>ul ul{
  list-style:none;
  margin:0;
  padding:0;
}
.nav-search {
  display: block;
  float: right;
  position: relative;
}
.nav-search .nav-search-link {
  background: url(//25253272.fs1.hubspotusercontent-eu1.net/hubfs/25253272/raw_assets/public/ISPnext_December_2021/images/search.png) no-repeat center center / 12px auto #ddd;
  border-radius: 50%;
  opacity: 0.4;
  width: 2.5em;
  display: inline-block;
  padding: 0;
  height: 2.5em;
  top: -3px;
  position: relative;
}
.nav-search form {
  display: none;
  position: absolute;
  margin:0;
  right: 0;
  width: 200px;
  padding: 0.5em;
  background: #fff;
  margin-top: 0.5em;
  max-width:unset;
  border-radius: 0 0 3px 3px;
  padding: 1em 1.2em 1em;
}
.nav-search .nav-search-link:hover,
.nav-search .nav-search-link:focus{
   opacity: 1;
  color: #333;
    text-decoration: none;
}
.search-open .nav-search form {
  display: block;
}
.nav-search form input.search-form-input {
  font-family: "Open Sans",sans-serif;
  -webkit-appearance: textfield;
  border: 1px solid #666;
  color: #333;
  font-weight: 400;
  padding: 10px 15px;
  width: 100%;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  background-color: #f3f3f3;
  border-color: #eee;
  border-radius: 2em;
  padding-right: 2.5em;
}
.nav-search form input.search-form-input:focus{
  border: 1px solid #111;
  border-color: #eee;
}
.nav-search form input.search-form-input::placeholder {
  color: #ccc;
  opacity: 1;
}
.nav-search form input.search-form-submit {
  background: url(//25253272.fs1.hubspotusercontent-eu1.net/hubfs/25253272/raw_assets/public/ISPnext_December_2021/images/search.png) no-repeat center center / 12px auto #ddd;
  border-radius: 50%;
  opacity: 0.4;
  margin-top: 0;
  text-indent: -999em;
  display: inline-block;
  padding: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
  height: 2em;
  width: 2em;
  right: 20px;
  top: 17px;
  position: absolute;
  box-shadow: none;
  text-shadow: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
  display: none;
}
.scroll-header .site-header{
  position: fixed;
  top: 0;
  z-index: 99999;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  border-color: #3E94FF !important;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  border: 1px solid #ED247B;
  background: #ED247B;
  padding: 1rem;
  border-radius: 1rem;
  color: #fff !important;
}

@media only screen and (min-width: 961px){
  .site-header{
/*     position: absolute; */
    position: relative;
    width: 100%;
/*     z-index: 999; */
  }
  .custom-menu-primary.mobile{
    display:none;
  }
  .fixed-header .header-logo {
    max-width: 130px;
    margin: 0.7em 0 0;
    padding-top: 16px;
    padding-bottom: 5px;
  }
  .header__container {
    position: relative;
  }
  .header-logo {
    padding-top: 32px;
    padding-bottom: 12px;
  }
  .nav-wrapper {
/*     margin-right: 2em; */
  }
  .menu-toggle{
    display: none;
    visibility: hidden;
  }
  .custom-menu-primary{
    clear: none;
    float: right;
    width: auto;
    max-width: calc(100% - 220px);
/*     text-align: right; */
    position: relative;
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul{
    clear: both;
    line-height: 1;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    margin-left: 4.1px;
    margin-right: 8px;
    float: none;
    position: relative;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    display: block;
    outline-offset: -1px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    padding: 1.5em 0.4em;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul{
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    z-index: 99;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    border-top: 1px solid #eee;
    min-width: 196px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
    display: block;
    left: auto;
    opacity: 1;
  }
  .nav-search {
    position: absolute;
    top: 2.2em;
    right: 15px;
  }
  .nav-search form {
    width: 260px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li{
    display: inline-block;
    float: none;
    position: relative;
    width:100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
    display: block;
    outline-offset: -1px;
    text-decoration: none;
    position: relative;
    word-wrap: break-word;
    background-color: #fff;
    text-align: left;
    font-weight: 500;
    padding: 0.7rem 1rem;
    border: 1px solid #eee;
    border-top: 0;
    color: #183d68;
    max-width: 196px;
    font-family: "Open Sans",sans-serif;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a:hover{
    text-decoration: underline;
  }
  .fixed-header .custom-menu-primary {
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .scroll-header .nav-search {
    top: 2.2em;
  }
  .fixed-header .nav-search {
    top: 1.1em;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1000px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 960px){
  .site-header{
    top: 46px;
    position: absolute;
    left: 0;
    width: 100%;
/*     z-index: 999; */
  }
  .custom-menu-primary.desktop{
    display:none;
  }
  .header__container {
/*     padding-left: 3%; */
/*     padding-right: 3%; */
  }
  .header-logo {
    padding: 18px 0;
    max-width: 120px;
    position: relative;
    z-index: 10000;
  }
  .custom-menu-primary {
    clear: left;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    background: transparent;
    margin: 0;
    padding-top: 0;
    display: block;
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 99;
    top: 3.5em;
    text-align: left;
    height: calc(100vh - 8em);
  }
  .nav-search {
    margin-top: 0.8em;
    position: static;
  }
  .nav-search .nav-search-link {
    width: 2em;
    height: 2em;
  }
  .nav-search form {
    display: block;
    width: 100%;
    left: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    margin-top: 4px;
  }
  .menu-toggle {
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    white-space: normal;
    font-weight: 600;
    color: #fff;
    line-height: 0;
    text-align: center;
    background-color: transparent;
    margin: 0;
    display: inline-block;
    visibility: visible;
    overflow: hidden;
    border-color: #ffffff;
    position: relative;
    width: auto;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    border-radius: 0;
    float: right;
    min-width: 50px;
    border: 0px solid #fff;
    clear: none;
    height: 46px;
  }
  .hamburger-box {
    width: 22px;
    margin: 0;
    height: 12px;
    display: inline-block;
    position: relative;
    float: right;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 30px;
    height: 4px;
    background-color: #151515;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease;
  }
  .hamburger--squeeze .hamburger-inner {
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  .hamburger-box .hamburger-inner, .hamburger-box .hamburger-inner::after, .hamburger-box .hamburger-inner::before {
    background-color: #183d68;
    height: 2px;
    width: 20px;
  }
  .hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
  }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top .1s .14s ease, opacity .1s ease;
  }
  .hamburger-box .hamburger-inner, .hamburger-box .hamburger-inner::after, .hamburger-box .hamburger-inner::before {
    background-color: #183d68;
    height: 2px;
    width: 20px;
  }
  .hamburger-box .hamburger-inner::before {
    top: -7px;
  }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
  }
  .hamburger-box .hamburger-inner, .hamburger-box .hamburger-inner::after, .hamburger-box .hamburger-inner::before {
    background-color: #183d68;
    height: 2px;
    width: 20px;
  }
  .hamburger-box .hamburger-inner::after {
    bottom: -7px;
  }
  .menu-toggle:focus, .menu-toggle:hover {
    background: 0 0;
    color: #000;
  }
  .search-open .nav-search form{
    transform: translateX(0%);
  }
  .mobile-open .custom-menu-primary.mobile{
    transform: translateX(0%);
    width: 100%;
  }
  .mobile-open .hamburger--squeeze .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  .mobile-open .hamburger--squeeze .hamburger-inner::before {
    opacity: 0;
    transition: top .1s ease, opacity .1s .14s ease;
  }
  .mobile-open .hamburger--squeeze .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
  }
  .custom-menu-primary .hs-menu-wrapper>ul{
    text-align:left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    border-bottom: 1px solid #dedede;
    display: flow-root;
    position: relative;
    text-align: left;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children{
/*     padding-right: 2%; */
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li.hs-item-has-children>a{
    margin-left: -3px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover,
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li.hs-item-has-children>a:focus,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:focus {
    background-color: #2B5698 !important;
    color: #FFF;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li>a{
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    padding: 1rem 5%;
    text-decoration: none;
    display: inline-block;
    color: #183d68;
    border-radius: 0;
    text-align: left;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li>a:focus, .custom-menu-primary.mobile .hs-menu-wrapper>ul>li>a:hover {
    color: #FFF;
    background: #090909;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: none;
    clear: both;
    margin: 0;
    position: static;
    width: 100%;
    opacity: 1;
    margin-bottom: 2em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li {
    display: flow-root;
    position: relative;
    text-align: left;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
    font-weight: 500;
    font-family: "Open Sans",sans-serif;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.4;
    text-decoration: none;
    display: inline-block;
    border-radius: 0;
    width: 100%;
    color: #183d68;
    padding: 0.5rem 5%;
    margin: 0.2rem 0;
    text-align: left;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul > li > a:focus, .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
    color: #FFF;
    background: #090909;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li .child-trigger {
    font-family: inherit;
    text-transform: none;
    -webkit-appearance: button;
    text-decoration: none;
    white-space: normal;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    visibility: visible;
    overflow: hidden;
    font-size: 1em;
   background-color: transparent !important;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
    float: right;
    height: 48.8px;
    position: absolute;
    right: 2%;
    top: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .child-trigger::before {
/*     content: "\61"; */
    content: "\f054";
/*     content: "\f107"; */
    border: 0;
/*     font-family: "kroon2"; */
/*     font-family: "Font Awesome 5 Pro"; */
    font-family: "Font Awesome 5 Free";
    color: #111;
    width: 100%;
    right: 0;
/*     text-align: right; */
    line-height: 1.4;
    height: 100%;
    top: 2px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    padding-left: 49.75px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover .child-trigger{
    background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .child-trigger:hover:before, .custom-menu-primary .hs-menu-wrapper>ul>li .child-trigger:focus:before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    font-size: 1.5em;
    padding-left: 42.75px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul ul>li>a{
    color: #183d68;
    background-color: transparent;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul ul>li>a:focus, .custom-menu-primary.mobile .hs-menu-wrapper>ul ul>li>a:hover {
    color: #FFF;
    background: #090909;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li .child-trigger.child-open:before {
    border: 0;
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
}
@media screen and (max-width: 992px) {
  .nav-primary{
    margin-top: 0.5rem;
  }
}

.banner-section.webinar{
      top: 100%;
  position:absolute;
}

@media (max-width:991px){
    .webinar #hs_cos_wrapper_banner_image{
        display:none;
    }
    .webinar #hs_cos_wrapper_banner_image_mobile{
        display:block;
    }
  }

  @media (min-width:992px){
    .webinar #hs_cos_wrapper_banner_image{
        display:block;
    }
    .webinar #hs_cos_wrapper_banner_image_mobile{
        display:none;
    }
  }

.progress-container {  
  position: fixed;
  z-index: 10;
  background-color: transparent;
  height: 10px;
  width: 100%;
  top: 54px;
}
.scroll-header .progress-container {
  top: 54px;
}
.fixed-header .progress-container {
  top: 54px !important;
}
.progress-bar {
  background-color: #ED247B;
  height: 10px;
  width: 0%;
}
@media (min-width:992px){
  .progress-container {  
    height: 20px;    
    top: 150px;
  }
  .progress-bar {
    height: 20px;
  }
  .scroll-header .progress-container {
    top: 99px;
  }
  .fixed-header .progress-container {
    top: 99px !important;
  }
  .header-btn .support-link a {
    margin-left: 1.5rem !important;
  }
}
@media (min-width:1200px){
  .progress-container {   
    top: 150px;
  }
  .scroll-header .progress-container {
    top: 98px;
  }
  .fixed-header .progress-container {
    top: 98px !important;
  }
}
@media (min-width:1500px){
  .progress-container {   
    top: 161px;
  }
  .scroll-header .progress-container {
    top: 104px;
  }
  .fixed-header .progress-container {
    top: 104px !important;
  }
}
.footer {
  background-color: #F2FAFD;
}

.footer .site-footer .copyright p, .footer .site-footer .copyright p a {
 color:#000000;
}

.footer .site-footer .footer-links .hs-menu-wrapper>ul>li>a {
 color:#000000;
}

.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.mt-auto{
  margin-top: auto;
}
.site-footer {
  font-weight: 300;
  padding: 0;
  font-family: "Open Sans",sans-serif;
  font-size: 0.99em;
  background-color: transparent;
  color: #9b9b9b;
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-weight: 400;
  max-width: 1156px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:1500px){
  .footer__container{ 
    max-width: 1250px;
  }
}

.btn-box a, .icon-box {
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.site-footer p {
  margin-bottom: 0;
}

.site-footer .footer__container {
  border-top: 1px solid #C4C4C4;
  padding-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
}

.copyright p a {
  color: #9b9b9b;
  text-decoration: none;
}
.footer-links .hs-menu-wrapper>ul{
  list-style:none;
  margin:0;
  padding:0;
  touch-action: pan-y;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.footer-links .hs-menu-wrapper>ul>li>a{
  padding: 0;
  color: #9b9b9b;
}
.copyright p{
  color: #9b9b9b;
}
.footer-main {
  clear: both;
  padding: 60px 0;
  background-color: transparent;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 10px;
  border-top: 1px solid #e5e5e5;
}
.footer-title {
  font-weight: bold;
  color: #0D3253;
  font-size: 25px;
  margin-bottom: 1rem;
}
.footer-link {
  display: flex;
  flex-direction: column;
/*   flex-wrap: wrap; */
  margin-right: 1rem;
}
.footer-link a {
  margin-bottom: 1rem;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.footer-link .btn-red-reverse, .footer-link .btn-blue-reverse {
  padding: 0.5rem;
  border-radius: 0.25rem;
  max-width: 150px;
  font-size: .92rem;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  font-weight: 500;
}
.footer-link .btn-red-reverse{
  border: 1px solid #ED247B;
  color: #ED247B;
  background: transparent;
  white-space: nowrap;
  @media (min-width: 992px) {
    margin-bottom: 15px !important;
  }
}
.footer-link .btn-red-reverse:hover {
    color: #fff;
    background: #ED247B;
}
.footer-link .btn-blue-reverse{
  border: 1px solid #3E94FC;
  color: #3E94FC;
  background: transparent;
}
.footer-link .btn-blue-reverse:hover {
    color: #fff;
    background: #3E94FC;
}

.footer-col-1 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  width:33.33333333333333%;
}
.footer-col-4 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  flex: 0 0 auto;
  width:25%;
}
.footer-col-6 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  flex: 0 0 auto;
  width:50%;
}
.footer-col-8 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  flex: 0 0 auto;
  width: calc( (8/12) * 100%);
}
.footer-col-12 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  flex: 0 0 auto;
  width:100%;
}
.no-padding {
  padding: 0;
}
.hide-mobile {
  display: flex;
}
.hide-desktop {
  display: none;
}
.footer-logo img {
  vertical-align: top;
  max-width: 122px !important;
  margin-bottom: 1em;
  height: auto;
}
.footer-text {
  font-family: "Open Sans",sans-serif;
}
.footer-text p{
  margin: 0 0 2em;
}
.footer-text p:last-child{
  margin-bottom: 0;
}
.footer-text a {
  color: #8cbbd1;
}
.footer-col-2{
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  width:33.33333333333333%;
  border-color: #020a27;
}
.footer-top-link ul{
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.footer-top-link h3{
  text-transform: none;
  line-height: 1.65;
  color: #ffffff;
  font-family: "Open Sans",sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin: 0 0 24px;
  display:block;
  cursor:auto;
  text-decoration:none;
}
.footer-top-link ul li{
  margin-bottom: 10px;
  padding: 0;
  border-color: #020a27;
}
.footer-top-link ul li:last-of-type {
  margin-bottom: 0;
}
.footer-top-link ul li a{
  display: block;
  color: #8cbbd1;
}
.footer-col-3 {
  padding-left: 15px;
  padding-right: 15px;
  border-color: #020a27;
  width:33.33333333333333%;
}
.footer-form-wrapper h4{
  text-transform: none;
  line-height: 1.65;
  color: #ffffff;
  font-family: "Open Sans",sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin: 0 0 24px;
}
.footer-form-wrapper p {
  margin: 0 0 2em;
}
.footer-form {
  margin-bottom: 16px;
  margin-top: 2rem;
  max-width: 100%;
}
.footer-form form{
  display: flex;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
.footer-form form button {
  margin-left: 0.5rem;
  padding: .5rem 0.7rem;
}

.footer-form button[type="submit"],
.footer-form input[type="submit"],
.footer-form form .hs-button
{
  background-color: #3E94FF !important;
  border-radius: 5px;
  color: #FFF;
}

.footer-form form .hs-form-field {
  margin-bottom: 10px;
  margin-top: 16px;
  padding-top: 0;
  border-color: #020a27;
}
.footer-form form .hs-email.hs-form-field{
  margin-bottom: 0;
}
.footer-form form label{
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-size: inherit;
  font-weight: 400;
  color: #ffffff;
  margin:0;
}
.footer-form form label .hs-form-required {
  color: #fff;
  position: relative;
  top: -8px;
  margin-left: 10px;
  font-size: 6.86px;
}
.footer-form form .hs_submit.hs-submit {
  padding: 16px 0 10px 0;
/*   margin: 16px 0 0 0; */
  margin: 0;
  clear: both;
  width: 100%;
}
.footer-form form .form-title {
  display: none;
}
.footer-form form .hs-input{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 10px #0000000D;
  color: #989898;
  font-size: 13px;
  border: none;
  border-radius: 5px;
  padding-left: 12px;
  line-height: 2;
}
.footer-form form .hs-input:hover{
  color: #333;
}
.footer-form form .hs-input:focus{
  color: #333;
  outline: 0;
}
.footer-form form .hs-button{
  margin:0;
}
.footer-form form .hs-error-msgs label{
  color: #555555;
/*   font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit; */
  padding-right: 16px;
}
.footer-form form .inputs-list>li {
  border-color: #020a27;
}
.footer-form form .hs_error_rollup .hs-error-msgs label{
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.footer-form form .hs_error_rollup .inputs-list>li {
  background: transparent;
  border: none;
}

.footer-form form .hs-richtext, .footer-form form .hs-richtext p{
  color: #000000;
}

.btn-box {
  margin-top: 2rem;
  display: flex;
}

.btn-box a {
  margin-right: 1rem;
  color: #3E94FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-link {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
}

.flex-link .icon-box{
  display: block;
  text-align: center;
  color: #3E94FF;
}

.flex-link .text {
  grid-column: span 4 / span 4;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.footer .footer-form .hs-custom-form{
  display: inline-block;
}

.footer .footer-form form.hs-custom-form .hs-form-field{
  margin-top:0;
}

.footer .footer-form form.hs-custom-form .inputs-list > li{
  border:0;
  background-color: transparent;
}

.footer .footer-form form.hs-custom-form .hs_error_rollup .hs-error-msgs label{
  margin-bottom:0;
}

.footer-de #hs_cos_wrapper_form {
/*   display: none;
  height: 0;
  opacity: 0; */
}

@media only screen and (min-width: 601px){
  .footer-links .hs-menu-wrapper>ul>li{
    display: inline-block;
  }
}
@media only screen and (min-width: 641px){
  .footer-form form .hs-form-field{
/*     padding-right: 16px; */
  }
}
@media only screen and (min-width: 961px){
  .copyright{
    display: inline-block;
  }
  .footer-links {
  }
  .footer-links .hs-menu-wrapper>ul{
    clear: both;
    width: 100%;
  }
  .footer-links .hs-menu-wrapper>ul>li{
    float: none;
    position: relative;
  }
  .footer-links .hs-menu-wrapper>ul>li>a{
    display: block;
    outline-offset: -1px;
    text-decoration: none;
  }
  .footer-col-1 {
    float: left;
    margin-bottom: 0;
  }
  .footer-col-2 {
    border-left: 1px solid #fff;
    padding-bottom: 40px;
    float: left;
    margin-bottom: 0;
    border-color: #020a27;
  }
  .footer-col-3 {
    padding-bottom: 40px;
    border-left: 0;
    float: left;
  }
  .footer-main .footer__container {
    display: flex;
    flex-wrap: wrap;
    padding:0;
  }
}

@media only screen and (max-width: 960px){
  .footer__container{
    padding-left: 3%;
    padding-right: 3%;
  }
  .footer-col-1 {
    width: 100%;
  }
  .footer-col-2 {
    width: 100%;
  }
  .footer-col-3 {
    width: 100%;
  }
  .site-footer .footer__container{
    text-align: center;
  }
  .copyright p{
    margin: 1em 0;
  }
  .footer-links {
    margin: 1em 0;
  }
  .footer-links .hs-menu-wrapper>ul>li>a{
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-links .hs-menu-wrapper>ul>li:first-child>a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 641px){
  .footer-form form .hs-input{
    line-height: 2;
    min-height: 2rem;
  }
}
@media only screen and (max-width: 600px){
  .site-footer {
    text-align: center;
  }
  .footer-links .hs-menu-wrapper>ul>li>a {
    margin: 0.6em !important;
    display: block;
  }
}
@media only screen and (max-width: 992px){
  .footer__container {
    flex-direction: column;
  }
  .footer-form form{
    max-width: 80%;
    margin: 0;
  }
  .footer-col-4, .footer__container > div.footer-col-6, .footer-col-8 {
    width: 100%;
  }
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: flex;
  }
  .footer-links .hs-menu-wrapper>ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-col-4{
    margin-bottom: 0;
  }
  .footer-col-6{
    margin-top: 1rem;
  }
  .footer-form form{
    max-width: 100% !important;
    width: 100%;
  }
}

@media only screen and (min-width: 992px){
  .footer{
    margin-top: 5rem;
  }
  .footer-logo img {
    max-width: 230px !important;
  }
}

.footer-digitrust {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  flex-wrap: wrap;
}
.footer-digitrust img {
/*   height: 142px; */
/*   width: auto !important; */
  max-width: unset;
}

/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.geomismatch-popup {
  border: 2px solid #5395F7;
  border-radius: 5px;
  background-color: #fff;
  position: fixed;
  bottom: 5vh;
  left: 5vh;
  padding: 1.5rem;
  transition: all 10s ease-out;
}

.geomismatch-content {
  position: relative;
}

.close-popup {
  position: absolute;
  right: -0.6rem;
  text-decoration: none;
  top: -1.5rem;
  font-size: 1.5rem;
}

.geomismatch-action-btns {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

.geomismatch-action-btns .g-btn {
  background-color: transparent;
  border: 2px solid #5395f7;
  border-radius: 5px;
  color: #000;
  gap: 10px;
  padding: 5px 18px;
  text-decoration: none;
}

.geomismatch-action-btns .g-btn.recommend {
  background-color: #5395f7;
  color: #fff;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}