*, *: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,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}

.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0;
}

.container-fluid.area-card-slider, .area-card-slider .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;  
}

@media (max-width: 767px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 10px 0 !important;
  }
}
@font-face { font-family: "Font Awesome 5 Pro"; 
  src: url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-regular-400.woff2") format("woff2"), 
    url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-regular-400.ttf") format("truetype"),
    url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-regular-400.woff") format("woff"), 
    url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-regular-400.eot") format("eot"); 
  font-weight: 400; font-display: block; 
}
@font-face { font-family: "Font Awesome 6 Brands"; 
  src: url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-brands-400.woff2") format("woff2"), 
    url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-brands-400.ttf") format("truetype"),
    url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-brands-400.woff") format("woff"), 
    url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-brands-400.eot") format("eot");
  font-style: normal; font-weight: 400; font-display: block;
}
@font-face { font-family: "Font Awesome 6 Pro"; 
  src: url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-light-300.woff2") format("woff2"), 
    url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-light-300.ttf") format("truetype"),
    url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-light-300.woff") format("woff"), 
    url("https://26522029.fs1.hubspotusercontent-eu1.net/hubfs/26522029/Kople_January2023/Fonts/fa-light-300.eot") format("eot");
  font-style: normal; font-weight: 300; font-display: block; 
}

body {
  line-height: 1.5;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
img {
  transition: all 500ms ease 0s;
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover img {
  position: relative;
  transform: scale(1.1);
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  margin-bottom: 0.85rem;
  line-height: 1.2;
}

h6{
  line-height: 1.5;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  margin-bottom: 1rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal rules */

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

@media (max-width: 767px) {
  .hs-landing-page p { 
    font-size: 16px !important; 
    line-height: 1.5em !important;
  }
}
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;
}
#comment-form,
.hs-search-field,
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.section.post-footer,
.widget-type-google_search,
#hs_cos_wrapper_subscription_preferences{
  display:block;
  margin-bottom:15px;
  padding:20px;
}

.systems-page form label {
  display: inline-block;
}

/* Form fields */

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

/* Labels */

form label {
  display: block;
  /*margin-bottom: 0.5rem;*/
  margin-bottom: 2px;
}

/* 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;
  border:0;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  /*padding: 0.375rem 0.75rem;*/
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: calc(1.5em + 0.75rem + 2px);
}

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

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 146 120 / 25%);
}
/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.5rem 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: 1rem;
  margin: 0 0 1rem;
}

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: #e77480;
  margin-left: 5px;
}

.hs-error-msg,
.hs-error-msgs label{
  color: #e77480;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight: 600;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  text-align: center;
  margin:10px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* KOPLE - STEPS */

.steps-module {
  background-color: #E7F5F3;
  border-radius: 22px;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  max-width: 1712px;
  margin:0 auto;
  padding: 0 0 3px;
}

.steps-module * {
  color: #1F313B;
}

.steps-module p { font-size: 20px; }

.module-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.steps-module h2 {
  margin-top: 0;
  text-align: center;
  width: 100%;
}

.steps-module .columns-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1110px;
}

.steps-module .column {
  width: calc(33.33% - 93px);
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  display:flex;
  flex-direction:column;
  justify-items: center;
}

.steps-module .column img {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    width: 50%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.steps-module .column h5 {
  font-size: 20px;
  line-height: 1.450em;
}

.steps-module .module-title h3 {
  font-size: 36px;
  margin-bottom: 4px;
}

@media screen and (max-width: 980px) {
  .steps-module .column {
    width: 100%;
  }
}
/* End Kople - Steps */

/* KOPLE FORM */

.form_ .form-title { margin: 0; }
.form_ form {
  background-color: #1F313B;
  border-radius: 22px;
}
.form_ form h3 { color: #E7F5F3; }
.form_ form * {
  color: #fff;
}
.form_ form .form-columns-1 input, .form_ form .form-columns-1 textarea, .form_ form .hs-fieldtype-text input {
  /*width: 100% !important;*/
  border-radius: 5px;
}



.form_ form label span { font-size: 16px; }
.form_ form label span.hs-form-required { display: none; }
.form_ form .hs-richtext, .form_ form .hs-richtext p { font-size: 14px; }
.form_ form .hs-button, .form_ form input[type=submit] {
  background-color: #FCC046;
  border-radius: 11px;
  padding: 10px 20px;
  color: #313E47;
  font-weight: 700;
  padding: 15px 44px;
}
.form_ form .hs_submit { margin-top: 14px; }
.form_ { padding-top: 160px; }
.form_ .submitted-message {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

@media (min-width: 1280px){
  .form_ form { padding: 60px 83px; }
}

@media (max-width: 1279px){
  .form_ form { padding: 40px; }
}

@media (min-width: 768px) and (max-width: 1023px){
  .form_, .left-text { padding-top: 120px; }
}

@media (max-width: 767px){
  .form_ { padding-top: 95px; }
  .form_ .submitted-message { margin: 30px auto 40px; }  
  .hs-landing-page .form_ form .hs-richtext p {
    font-size: 14px!important;
  }
}

@media (max-width: 480px){
  .form_ form { padding: 30px 8%; }
  .form_ form .hs-button, .form_ form input[type=submit] { padding: 15px 25px; }
}
/* End Kople Form */
/* 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-wrap{
  min-height:128px;
}

header.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all .3s ease;
}
/*.scroll-header header.header {
  position: relative;
  transition: all .3s ease;
  top: -100%;
}*/
.header__container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
header.header .header__container{
  max-width: 1840px;
}
.header-inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.header__logo{
  position: relative;
  width: 100%;
  /*padding-right: 15px;
  padding-left: 15px;*/
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.header__logo a{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  margin-left: 15px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.header__logo a img{
  width: 9rem!important;
}
.header__logo a:hover img{
  position: relative;
  transform: scale(1.1);
}
.header__column{
  position: static !important;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.header__column-inner{
  align-items: center;
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.header-search-wrap {
  text-align: right !important;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 0.25rem;
}
.opacity-low {
  opacity: .25;
  color: #1f313b;
}
.site-search{
  border: none;
  color:#007863;
  background: none;
  margin-left: 0.5rem;
  display: inline-block;
  padding: 1px 6px;
  cursor: pointer;
}
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-light, .fal {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.fa-magnifying-glass:before, 
.fa-search:before {
  content: "\f002";
}
.custom-menu-primary .hs-menu-wrapper ul {
  display: flex;
  flex-direction: column;
  margin-left: auto !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0.5rem;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 0.5rem 1rem;
  padding-right: 0;
  padding-left: 0;
  display:block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.clicked>ul {
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>a {
  white-space: nowrap;
}
#searchmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 9999;
  display: none;
}
.container.full {
  max-width: none;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 100% !important;
}
.bg-animation,
.bg-modalanimation {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: absolute;
}
.bg-animation .object,
.bg-modalanimation .object {
  background-color:#007863;
  position: absolute;
  opacity: 0;
  animation: fade 4s linear;
  width: 3rem;
  height: 3rem;
}
.bg-animation .object.shape-1,
.bg-modalanimation .object.shape-1 {
  border-radius: 100%;
}
#searchmodal-close {
  padding:1px 6px;
  font-size: 1.2rem;
  border: none;
  color: #007863;
  background: none;
  cursor: pointer;
  line-height: 1.5;
}
.fa-light, .fal {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.fa-close:before,
.fa-multiply:before, 
.fa-remove:before,
.fa-times:before, 
.fa-xmark:before {
  content: "\f00d";
}
.close-wrapper{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  position: absolute;
  padding-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  max-width: 1440px;
}
.search-open #searchmodal {
  display: block;
}
.bg-modalanimation {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
}
.search-form-wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: 0;
  margin-right: 0;
}
.search-form-inner{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.search-form-inner h2{
  font-size: 2.5rem;
  font-weight: 700;
}
body.search-open {
  overflow: hidden;
}
.search-form-wrap form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.search-form-wrap form fieldset {
  display: flex !important;
  border: 0;
  border-bottom: 2px solid #007863!important;
  width: 100% !important;
  padding: 0;
}
.search-form-wrap form fieldset .search-forminput {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: none;
  background: none;
  display: block;
  width: 100%;
  outline: none;
}
.search-form-wrap form fieldset .search-forminput::placeholder{
  color: #6c757d;
  opacity: 1;
}
.search-form-wrap form button {
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@keyframes fade {
  0%,
  100% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: .4;
    transform: scale(1.25);
  }
}
.lp header.header img {
  padding-top: 2px;
  padding-bottom: 1px;
}
/*.lp .header__column {
  width: 145.6px;
}*/

@media (min-width: 576px){
  .search-form-wrap form fieldset .search-forminput {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .search-form-wrap form button{
    margin-bottom: 0;
    margin-top: 0;
  }


}

@media (min-width: 768px){
  .header-inner{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

}
@media (min-width: 992px){
  .header-inner{
    justify-content: space-between;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .header__logo{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .header__column{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .header-search-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper ul {
    flex-direction: row;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .custom-menu-primary {
    display: block !IMPORTANT;
  }
  .search-form-inner{
    padding-left: 0;
    padding-right: 0;
    margin-left: 16.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .search-form-wrap form {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }



}

@media (min-width: 1200px){
  .search-form-inner{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}


@media (min-width: 1920px){
  header.header .header__container{
    max-width: 1712px;
  }
}


@media (max-width:991px){
  .header-menu-wrap {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .mobile-trigger{
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    color: #1f313b ;
    cursor: pointer;
  }
  .mobile-trigger:before{
    font-family: "Font Awesome 5 Pro";
    line-height: 1;
    font-weight: 400;
    content: "\f0c9";
  }
  .custom-menu-primary {
    display: none;
  }
  .mobile-open .mobile-trigger:before {
    content: "\f00d";
  }
  .custom-menu-primary {
    position: absolute;
    background: #FFF;
    left: 0;
    width: 100%;
    padding-top: 2rem;
  }
  .mobile-trigger:focus {
    outline: 5px auto -webkit-focus-ring-color;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: static;
  }
  .lp header.header img {
    padding-top: 0;
  }
  .header-wrap {
    min-height: 111.13px;
  }
  .custom-menu-primary .hs-menu-wrapper {
    margin-left: -15px !important;
    margin-right: -15px;
    background: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    overflow-y: auto;
    max-height: calc(100vh - 111px);
  }


}
@media (max-width:767px){
  .header-wrap {
    min-height: 83.23px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    max-height: calc(100vh - 90px);
  }
}

@media (max-width:480px){
  .header-inner { justify-content: space-between; }
  .header__logo { min-width: 100px; max-width: 100px; }
  a.cta_button.yellow-cta {
    line-height: 1.4em !important;
    font-size: 14px !important;
  }
}

@media (max-width:400px){
  .header__column { max-width: 185px; } 
    a.cta_button.yellow-cta { padding: 10px !important; }
}
footer.footer {
  background-color:#007863;
}

.footer-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1rem !important;
}
.footer-col h4 {
  margin-bottom: 1rem;
}

.footer-col p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.footer-col p>i {
  padding-right: 0.5rem;
}
.footer-col:nth-child(2) {
  text-align: center;
}

.footer-links .hs-menu-wrapper >ul>li {
  margin-top: 0;
  margin-bottom: 1rem;
}
.footer-links .hs-menu-wrapper >ul>li>a {
  text-decoration: underline;
}
.footer-copyright {
  text-align: center ;
  padding-top: 1.5rem ;
}

.footer-copyright p >span {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: 1.5rem;
}
.footer-social-column .hs_cos_wrapper >p:nth-child(1)>i:before {
  content: "\f09a";
}
.footer-social-column .hs_cos_wrapper >p:nth-child(2)>i:before {
  content: "\f08c";
}
.footer-social-column p>i {
  padding-right: 0;
  padding-left: 0.5rem;
  text-align: center;
  width: 1.25em;
}
.footer-copyright p {
  margin-bottom: 0;
}
.footer-col {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f08c";
}
.footer-links .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: none;
}
footer.footer {
  position: relative;
  z-index: 9;
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}


/* //////////////////media queries/////////// */


@media (min-width: 992px){
  .footer-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: left;
  }
  .footer-social-column {
    text-align: right;
  }


}

@media (min-width: 768px){
  .footer-bg {
    padding-bottom: 3rem;
    padding-top: 3rem ;
  }

}
@media (max-width:991px){
  .footer-col {
    margin-bottom: 1rem !important;
  }
  .footer-col:last-child{
    margin-bottom: 0rem !important;
  }
}

@media (max-width: 768px){


  .footer-row {
    margin-bottom: 0 !important;
  }
  .footer-bg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .footer-col:last-child {
    margin-bottom: 1rem!important;
  }
  .blog-bottom-form form textarea {
    min-height: 123.75px;
  }


}
/* Menu and simple menu */

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