/* This is an example to import fonts from css */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap"); */
/*! 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;
  margin: auto;
}

/* 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;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* 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%;
  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%;
    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%;
    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;
  }
}
button, .button, .button_cta a {
  background-color: rgba(255, 255, 255, 1.0);
  border: 0px solid rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1);
  padding: 15px 25px;
  font-family: Barlow, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .button_cta a:hover, .button_cta a:focus, .button_cta a:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 183, 229, 1.0);
  text-decoration: none;
  transform: scale(1);
}

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

button a, .button a, .button_cta a a {
  color: rgba(255, 255, 255, 1);
}

button a:hover, .button a:hover, .button_cta a a:hover {
  color: white;
  text-decoration: none;
}

/* 
 This class allows the use of CTAS 
 */
.button_cta, .button_cta.button--outlined, .button_cta.button--arrow {
  padding: 0;
  border: none;
  display: inline-block;
}

.button_cta:after, .button_cta.button--outlined:after, .button_cta.button--arrow:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .button_cta, .button_cta.button--outlined, .button_cta.button--arrow {
    text-align: center;
  }
}

.widget-type-cta {
  background-color: rgba(255, 255, 255, 1.0);
  border: 0px solid rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1);
  padding: 15px 25px;
  font-family: Barlow, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
}

.widget-type-cta:hover, .widget-type-cta:focus, .widget-type-cta:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 183, 229, 1.0);
  text-decoration: none;
  transform: scale(1);
}

.widget-type-cta:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.widget-type-cta a {
  color: rgba(255, 255, 255, 1);
}

.widget-type-cta a:hover {
  color: white;
  text-decoration: none;
}

.widget-type-cta a {
  color: white;
}

.widget-type-cta a:hover, .widget-type-cta a:focus, .widget-type-cta a:active {
  color: white;
  text-decoration: none;
}

.button--outlined, .button_cta.button--outlined a {
  background-color: transparent;
  color: #00b7e5;
  border: 2px solid #00b7e5;
  font-weight: bold;
  /* To affect HubSpot CTAs */
}

.button--outlined a, .button_cta.button--outlined a a {
  color: inherit;
}

.button--arrow, .button_cta.button--arrow a {
  color: #1D2653;
  background: none;
  border: none;
  padding: 0;
  transition: none;
  /* To affect HubSpot CTAs */
}

.button--arrow:after, .button_cta.button--arrow a:after {
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%231D2653'/%3E%3C/svg%3E");
  width: 36px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  transition: margin .15s linear;
}

.button--arrow:hover, .button--arrow:focus, .button--arrow:active, .button_cta.button--arrow a:hover, .button_cta.button--arrow a:focus, .button_cta.button--arrow a:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #00b7e5;
  transform: none;
}

.button--arrow:hover:after, .button--arrow:focus:after, .button--arrow:active:after, .button_cta.button--arrow a:hover:after, .button_cta.button--arrow a:focus:after, .button_cta.button--arrow a:active:after {
  /* Really nasty way of chaning the color of the arrow */
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%2300b7e5'/%3E%3C/svg%3E");
  margin-left: 10px;
}

.button--arrow:hover a, .button--arrow:focus a, .button--arrow:active a, .button_cta.button--arrow a:hover a, .button_cta.button--arrow a:focus a, .button_cta.button--arrow a:active a {
  color: inherit;
}

.button--arrow:disabled, .button_cta.button--arrow a:disabled {
  background: none;
  border: none;
  color: #aeaeae;
  cursor: auto;
}

.button--arrow a, .button_cta.button--arrow a a {
  color: inherit;
}
#hubspot-messages-iframe-container {
  z-index: 13 !important;
}
/* Form */
form, .submitted-message {
  font-family: Barlow, sans-serif;
}

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

/* Labels */
form label {
  color: #1D2653;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */
form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #DADADA;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
  padding: .75rem 1rem;
  width: 100%;
  border-color: #DADADA;
  color: #1D2653;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #00b7e5;
}

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

fieldset.form-columns-0, fieldset.form-columns-1, fieldset.form-columns-2, fieldset.form-columns-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

fieldset.form-columns-0 > div, fieldset.form-columns-1 > div, fieldset.form-columns-2 > div, fieldset.form-columns-3 > div {
  width: 100%;
}

fieldset.form-columns-0 .hs-form-field, fieldset.form-columns-1 .hs-form-field, fieldset.form-columns-2 .hs-form-field, fieldset.form-columns-3 .hs-form-field {
  flex-grow: 1;
  flex-basis: 135px;
}

fieldset.form-columns-0 .hs-form-field .input, fieldset.form-columns-1 .hs-form-field .input, fieldset.form-columns-2 .hs-form-field .input, fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}

fieldset.form-columns-0 .hs-form-field .hs-input, fieldset.form-columns-1 .hs-form-field .hs-input, fieldset.form-columns-2 .hs-form-field .hs-input, fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
  /* Style specifically for the international phone selector */
}

fieldset.form-columns-0 .hs-form-field .hs-input.hs-fieldtype-intl-phone, fieldset.form-columns-1 .hs-form-field .hs-input.hs-fieldtype-intl-phone, fieldset.form-columns-2 .hs-form-field .hs-input.hs-fieldtype-intl-phone, fieldset.form-columns-3 .hs-form-field .hs-input.hs-fieldtype-intl-phone {
  display: flex;
  align-items: center;
}

fieldset.form-columns-0 .hs-form-field .hs-input.hs-fieldtype-intl-phone select, fieldset.form-columns-1 .hs-form-field .hs-input.hs-fieldtype-intl-phone select, fieldset.form-columns-2 .hs-form-field .hs-input.hs-fieldtype-intl-phone select, fieldset.form-columns-3 .hs-form-field .hs-input.hs-fieldtype-intl-phone select {
  flex: 1 1 25%;
  margin-right: 10px;
}

fieldset.form-columns-0 .hs-form-field input[type=checkbox],
fieldset.form-columns-0 .hs-form-field input[type=radio], fieldset.form-columns-1 .hs-form-field input[type=checkbox],
fieldset.form-columns-1 .hs-form-field input[type=radio], fieldset.form-columns-2 .hs-form-field input[type=checkbox],
fieldset.form-columns-2 .hs-form-field input[type=radio], fieldset.form-columns-3 .hs-form-field input[type=checkbox],
fieldset.form-columns-3 .hs-form-field input[type=radio] {
  width: auto !important;
}

/* Form placeholder text */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
}

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

.fn-date-picker button, .fn-date-picker .button {
  min-width: auto;
}

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

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

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

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

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

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

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

h3.form-title {
  color: #646b89;
}

/* GDPR */
.legal-consent-container {
  margin: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
}

/* Validation */
.hs-form-required {
  color: red;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-weight: normal;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: rgba(255, 255, 255, 1.0);
  border: 0px solid rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1);
  padding: 15px 25px;
  font-family: Barlow, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
}

form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 183, 229, 1.0);
  text-decoration: none;
  transform: scale(1);
}

form input[type=submit]:disabled,
form .hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

form input[type=submit] a,
form .hs-button a {
  color: rgba(255, 255, 255, 1);
}

form input[type=submit] a:hover,
form .hs-button a:hover {
  color: white;
  text-decoration: none;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}
body {
  scroll-behavior: auto;
}
/* Table */
table {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #1D2653;
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #1D2653;
}

/* Table Cells */
th,
td {
  border: 1px solid #1D2653;
  color: #1D2653;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  background-color: rgba(0, 183, 229, 1.0);
  color: #FFFFFF;
  vertical-align: bottom;
}

/* Table footer */
tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: #1D2653;
}
.kl-tooltip {
  position: relative;
}

.kl-tooltip > div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  min-width: 120px;
  left: -22px;
  width: max-content;
  display: block;
  max-width: 360px;
  border-radius: 6px;
  padding: 20px 16px;
  margin-top: 12px;
  background-color: white;
  z-index: 9;
  box-shadow: 0 8px 40px 0px #e6e6e6;
}

.kl-tooltip > div:after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 32px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.kl-tooltip:hover > div {
  visibility: visible;
  opacity: 1;
}

.kl-tooltip--dark > div {
  background-color: black;
}

.kl-tooltip--dark > div h1, .kl-tooltip--dark > div h2, .kl-tooltip--dark > div h3, .kl-tooltip--dark > div h4, .kl-tooltip--dark > div h5, .kl-tooltip--dark > div h6, .kl-tooltip--dark > div p {
  color: white;
}

.kl-tooltip--dark > div:after {
  border-color: transparent transparent black transparent;
}
html {
  font-size: 16px;
}

body {
  font-family: Barlow, sans-serif;
  color: #1D2653;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */
p {
  font-size: 16px;
  line-height: 1.375;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */
a {
  color: #00b7e5;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Barlow, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-family: Barlow, sans-serif;
  font-size: 52px;
  color: #1D2653;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

h2 {
  font-family: Barlow, sans-serif;
  font-size: 24px;
  color: #646b89;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

h3 {
  font-family: Barlow, sans-serif;
  font-size: 24px;
  color: #1D2653;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

h4 {
  font-family: Barlow, sans-serif;
  font-size: 18px;
  color: #646b89;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

h5 {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h6 {
  font-family: Barlow, sans-serif;
  font-size: 12px;
  color: #646b89;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
}

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

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

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #ffffff;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */
:focus {
  outline: auto;
  outline-color: #00b7e5;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Blog subscribe */
.blog-subscribe {
  background-color: #F0F5FF;
  padding: 80px 0;
}

.blog-subscribe__wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__wrapper {
    display: block;
  }
}

.blog-subscribe__header {
  flex-basis: 465px;
  flex-grow: 1;
  max-width: 680px;
}

.blog-subscribe__form {
  flex-basis: 450px;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__form {
    margin: 32px 0 0;
  }
}
.kl-card-grid > div {
  display: flex;
  flex-wrap: wrap;
  margin: -26px;
}

.kl-card-grid__card-wrapper {
  display: flex;
  flex-basis: calc(100% / 3);
  padding: 26px;
}

@media screen and (max-width: 768px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid__card {
  width: 100%;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 9px;
  overflow: hidden;
}

.kl-card-grid__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 260px;
  width: 100%;
}

.kl-card-grid__preheader {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00b7e5;
  display: block;
  margin: 0 0 .5rem;
}

.kl-card-grid__content {
  display: block;
  padding: 20px 24px;
  color: #1D2653;
  text-decoration: none;
}

.kl-card-grid__content h3, .kl-card-grid__content h4 {
  margin: 0 0 .5rem;
}

.kl-card-grid__content p {
  margin: 0;
}

.kl-card-grid__content:hover, .kl-card-grid__content:focus {
  color: #1D2653;
  text-decoration: none;
}

.kl-card-grid--4-columns > div {
  margin: -24px -12px;
}

.kl-card-grid--4-columns .kl-card-grid__card-wrapper {
  flex-basis: calc(100% / 4);
  padding: 24px 12px;
}

@media screen and (max-width: 920px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid--4-columns .kl-card-grid__image {
  height: 220px;
}
.kl-cards-slider {
  position: relative;
  max-width: 848px;
  margin: 0 auto;
}

.kl-cards-slider-wrapper {
  padding: 0 15px;
}

.kl-cards-slider__arrow {
  position: absolute;
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-cards-slider__arrow svg {
  fill: #3A3A3A;
  display: block;
  width: 100%;
}

.kl-cards-slider__arrow--prev {
  left: 0;
  transform: translateX(-50%);
}

.kl-cards-slider__arrow--next {
  right: 0;
  transform: translateX(50%);
}

.kl-cards-slider__card {
  display: none;
  overflow: hidden;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
}

.kl-cards-slider__card--active {
  display: block;
}

.kl-cards-slider__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F3F3F3;
  padding: 16px 48px;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__header {
    display: block;
    padding: 16px 32px;
  }
}

.kl-cards-slider__image {
  margin: 0 15% 0 0;
}

.kl-cards-slider__button {
  display: flex;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__button {
    margin: 16px 0 0;
  }
}

.kl-cards-slider__content {
  padding: 16px 48px;
  background-color: rgba(255, 255, 255, 1.0);
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__content {
    padding: 16px 32px;
  }
}

@media screen and (max-width: 580px) {
  .kl-cards-slider__content {
    display: block;
  }
}

.kl-cards-slider__content > div {
  margin: 0 22px;
  flex-grow: 1;
  flex-basis: 200px;
}

.kl-cards-slider__content h5 {
  color: #00b7e5;
}

.kl-cards-slider__content ul {
  padding-inline-start: 1.1em;
}
.kl-custom-anchor {
  scroll-margin-top: 82px;
}
.kl-custom-image {
  display: block;
}

.kl-custom-image img {
  display: block;
}

.kl-custom-image--center img {
  margin: 0 auto;
}

.kl-custom-image--right img {
  margin: 0 0 0 auto;
}
.kl-rich-text__preheader {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00b7e5;
  display: block;
  margin: 0 0 .75rem;
}

.kl-rich-text img {
  max-width: 100%;
}

.kl-rich-text h1 {
  color: #1D2653;
}

.kl-rich-text p {
  margin: 0 0 1rem;
}

.kl-rich-text p:last-child {
  margin: 0 0 2rem;
}

.kl-rich-text__buttons {
  margin: -10px;
}

.kl-rich-text__buttons .button, .kl-rich-text__buttons .button_cta {
  margin: 10px;
}

@media screen and (max-width: 480px) {
  .kl-rich-text__buttons .button, .kl-rich-text__buttons .button_cta {
    display: block;
  }
}

.kl-rich-text__form {
  max-width: 600px;
}

.kl-rich-text--center {
  text-align: center;
  margin: 0 auto;
}

.kl-rich-text--center .kl-rich-text__form {
  max-width: 600px;
  margin: 0 auto;
}

.kl-rich-text--right {
  text-align: right;
  margin: 0 0 0 auto;
}

.kl-rich-text--right .kl-rich-text__form {
  margin: 0 0 0 auto;
}
.kl-faq {
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  border-radius: 9px;
}

.kl-faq__entry + .kl-faq__entry {
  border-top: 3px solid #F3F3F3;
}

.kl-faq__entry--active .kl-faq__icon {
  transform: rotate(90deg);
}

.kl-faq__entry--active .kl-faq__icon:before {
  opacity: 0;
}

.kl-faq__header {
  padding: 24px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .kl-faq__header {
    padding: 24px 16px;
  }
}

.kl-faq__header:hover {
  cursor: pointer;
}

.kl-faq__header h3 {
  margin: 0;
}

.kl-faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 32px;
  transition: transform .2s ease-out;
}

.kl-faq__icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1D2653;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
}

.kl-faq__icon:after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background-color: #1D2653;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kl-faq__description {
  padding: 0 42px;
  height: 0;
  transition: height .25s ease-out;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kl-faq__description {
    padding: 0 16px;
  }
}

.kl-faq__description .kl-faq__inner {
  margin: 0 0 2rem;
}
.kl-featured-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.kl-featured-cards__column {
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.kl-featured-cards__card-wrapper {
  flex-grow: 2;
  flex-basis: 360px;
  display: flex;
  padding: 12px;
}

.kl-featured-card {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.kl-featured-card__preheader {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00b7e5;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-featured-card__content h1, .kl-featured-card__content h2, .kl-featured-card__content h3, .kl-featured-card__content h4, .kl-featured-card__content h5, .kl-featured-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-featured-card__content p {
  margin: 0 0 2rem;
}

.kl-featured-card__body {
  padding: 32px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-basis: 250px;
  flex-grow: 99;
}

.kl-featured-card__text {
  flex-grow: 1;
}

.kl-featured-card__image {
  width: 100%;
  flex-basis: 360px;
  flex-grow: 1;
}

.kl-featured-card__image a {
  display: block;
  height: 100%;
}

.kl-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kl-footer {
  background-color: rgba(233, 236, 243, 1.0);
}

.kl-footer h1, .kl-footer h2, .kl-footer h3, .kl-footer h4, .kl-footer h5, .kl-footer h6, .kl-footer p, .kl-footer a, .kl-footer div, .kl-footer span {
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__wrapper {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.kl-footer__legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  margin: -0.625rem -1.25rem;
}

.kl-footer__legal > span {
  margin: 0.625rem 1.25rem;
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__legal a {
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__legal a:hover, .kl-footer__legal a:focus, .kl-footer__legal a:active {
  color: #00b7e5;
  text-decoration: none;
}

.kl-footer__byline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.75rem;
  margin: -0.625rem -1.25rem;
}

@media screen and (max-width: 680px) {
  .kl-footer__byline {
    justify-content: center;
  }
}

.kl-footer__byline > span {
  margin: 0.625rem 1.25rem;
  color: rgba(0, 0, 0, 1.0);
  text-align: center;
}

.kl-footer__byline a {
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__byline a:hover, .kl-footer__byline a:focus, .kl-footer__byline a:active {
  color: #00b7e5;
  text-decoration: none;
}

.kl-footer__content {
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
}

@media screen and (max-width: 1024px) {
  .kl-footer__content {
    padding: 0 0 32px !important;
  }
}

@media screen and (max-width: 680px) {
  .kl-footer__content {
    display: block;
  }
}

.kl-footer__address {
  margin: 32px 0 16px;
}

.kl-footer__address p {
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__info {
  flex-basis: 250px;
}

.kl-footer__info img {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
}

.kl-footer__info p {
  font-size: 0.875em;
}

.kl-footer__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -16px;
}

.kl-footer__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px 16px;
}

.kl-footer__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: rgba(0, 0, 0, 1.0);
  transition: all .25s ease-in-out;
}

.kl-footer__social a:hover svg {
  fill: #00b7e5;
}

.kl-footer__menu {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0;
}

@media screen and (max-width: 680px) {
  .kl-footer__menu {
    margin: 16px -16px 0;
  }
}

.kl-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kl-footer__menu h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 2rem;
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__menu a {
  display: block;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 17px;
  color: rgba(0, 0, 0, 1.0);
  margin: 0 0 1.375em;
}

.kl-footer__menu a:hover, .kl-footer__menu a:focus, .kl-footer__menu a:active {
  color: #00b7e5;
  text-decoration: none;
}

.kl-footer__group {
  margin: 16px 42px;
}

@media screen and (max-width: 680px) {
  .kl-footer__group {
    margin: 16px;
  }
}
.kl-hero-01 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70vh;
  padding: 64px 0;
}

.kl-hero-01__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  padding: 20px;
  padding-right: 50%;
}

@media screen and (min-width: 1380px) {
  .kl-hero-01__content {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content {
    padding: 20px;
  }
}

@media screen and (min-width: 1240px) {
  .kl-hero-01__content {
    padding: 0;
  }
}

.kl-hero-01__content > div {
  max-width: 430px;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content > div {
    max-width: none;
  }
}

.kl-hero-01__image {
  position: absolute;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  transition: opacity .2s, width .5s;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__image {
    opacity: .3;
    width: 100%;
  }
}
.kl-hero-02 {
  display: flex;
  padding: 64px 0;
  min-height: 50vh;
}

.kl-hero-02__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1380px) {
  .kl-hero-02__content {
    padding: 0px;
  }
}

@media screen and (max-width: 960px) {
  .kl-hero-02__content {
    display: block;
  }
}

.kl-hero-02__content .kl-rich-text {
  flex-basis: 300px;
  flex-grow: 1;
}

.kl-hero-02__image {
  margin-left: 32px;
  display: flex;
  flex-grow: 1;
  flex-basis: 480px;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .kl-hero-02__image {
    max-width: 720px;
    margin: 32px auto 0;
    height: auto;
  }
}

.kl-hero-02__image img {
  max-width: 100%;
  display: block;
}

.kl-hero-02__image--left {
  justify-content: flex-start;
}

.kl-hero-02__image--center {
  justify-content: center;
}

.kl-hero-02__image--right {
  justify-content: flex-end;
}

.kl-hero-02__image--top {
  align-items: flex-start;
}

.kl-hero-02__image--middle {
  align-items: center;
}

.kl-hero-02__image--bottom {
  align-items: flex-end;
}
.kl-hero-03 {
  padding: 120px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kl-hero-03 {
    padding: 64px 0;
  }
}

.kl-hero-03__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1380px) {
  .kl-hero-03__content {
    padding: 0px;
  }
}

.kl-hero-03__content .kl-rich-text {
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .kl-hero-03__content .kl-rich-text {
    max-width: 100%;
  }
}

.kl-hero-03__image {
  position: absolute;
  left: calc(50% + 64px);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .kl-hero-03__image {
    position: static;
    transform: none;
    margin-top: 32px;
  }
}

@media screen and (max-width: 360px) {
  .kl-hero-03__image {
    display: none;
  }
}

.kl-hero-03__image img {
  display: block;
}
.kl-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kl-logos {
    flex-wrap: wrap;
  }
}

.kl-logos--1 {
  flex-wrap: wrap;
}

.kl-logos--1 .kl-logos__item {
  flex-basis: calc(100% / 1);
}

.kl-logos--2 {
  flex-wrap: wrap;
}

.kl-logos--2 .kl-logos__item {
  flex-basis: calc(100% / 2);
}

.kl-logos--3 {
  flex-wrap: wrap;
}

.kl-logos--3 .kl-logos__item {
  flex-basis: calc(100% / 3);
}

@media screen and (max-width: 340px) {
  .kl-logos--3 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--4 {
  flex-wrap: wrap;
}

.kl-logos--4 .kl-logos__item {
  flex-basis: calc(100% / 4);
}

@media screen and (max-width: 480px) {
  .kl-logos--4 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--4 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--5 {
  flex-wrap: wrap;
}

.kl-logos--5 .kl-logos__item {
  flex-basis: calc(100% / 5);
}

@media screen and (max-width: 768px) {
  .kl-logos--5 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--5 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--5 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--6 {
  flex-wrap: wrap;
}

.kl-logos--6 .kl-logos__item {
  flex-basis: calc(100% / 6);
}

@media screen and (max-width: 768px) {
  .kl-logos--6 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--6 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--6 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--7 {
  flex-wrap: wrap;
}

.kl-logos--7 .kl-logos__item {
  flex-basis: calc(100% / 7);
}

@media screen and (max-width: 920px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--8 {
  flex-wrap: wrap;
}

.kl-logos--8 .kl-logos__item {
  flex-basis: calc(100% / 8);
}

@media screen and (max-width: 920px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--9 {
  flex-wrap: wrap;
}

.kl-logos--9 .kl-logos__item {
  flex-basis: calc(100% / 9);
}

@media screen and (max-width: 920px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--10 {
  flex-wrap: wrap;
}

.kl-logos--10 .kl-logos__item {
  flex-basis: calc(100% / 10);
}

@media screen and (max-width: 920px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--11 {
  flex-wrap: wrap;
}

.kl-logos--11 .kl-logos__item {
  flex-basis: calc(100% / 11);
}

@media screen and (max-width: 920px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--12 {
  flex-wrap: wrap;
}

.kl-logos--12 .kl-logos__item {
  flex-basis: calc(100% / 12);
}

@media screen and (max-width: 920px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos__item {
  padding: 16px 24px;
}

.kl-logos__item a {
  display: block;
}

.kl-logos__item img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .kl-logos__item {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 480px) {
  .kl-logos__item {
    flex-basis: 33%;
  }
}

@media screen and (max-width: 340px) {
  .kl-logos__item {
    flex-basis: 50%;
  }
}
.kl-about-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 64px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-about-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-about-modal__close {
  position: absolute;
  z-index: 13;
  top: 25px;
  right: 25px;
  display: block;
  background: white;
  padding: 4px;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__close {
    top: 0;
    right: 0;
  }
}

.kl-about-modal__close svg {
  display: block;
}

.kl-about-modal__wrapper {
  overflow: hidden;
  position: relative;
  background: white;
  display: flex;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__wrapper {
    display: block;
  }
}

.kl-about-modal__container {
  max-width: 980px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-about-modal:target {
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__container {
  visibility: visible;
  opacity: 1;
}

.kl-about-modal__image {
  width: 330px;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__image {
    width: 100%;
  }
}

.kl-about-modal__image img {
  max-width: 100%;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__image img {
    object-fit: unset;
  }
}

.kl-about-modal__content {
  padding: 42px 50px;
  flex-basis: 650px;
}

.kl-about-modal__header {
  margin: 0 0 30px;
}

.kl-about-modal__header h1, .kl-about-modal__header h2, .kl-about-modal__header h3, .kl-about-modal__header h4, .kl-about-modal__header h5, .kl-about-modal__header h6 {
  margin: 0 0 10px;
  font-weight: bold;
}

.kl-about-modal__header h4 {
  color: #00b7e5;
}

.kl-about-modal__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

.kl-about-modal__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px;
}

.kl-about-modal__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: #1D2653;
  transition: all .25s ease-in-out;
}

.kl-about-modal__social a:hover svg {
  fill: #00b7e5;
  /*fill: $secondary-color;*/
}
.kl-offer-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 64px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-offer-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-offer-modal__close {
  position: absolute;
  z-index: 13;
  top: 25px;
  right: 25px;
  display: block;
  background: white;
  padding: 4px;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__close {
    top: 0;
    right: 0;
  }
}

.kl-offer-modal__close svg {
  display: block;
}

.kl-offer-modal__wrapper {
  overflow: hidden;
  position: relative;
  background: white;
  display: flex;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__wrapper {
    display: block;
  }
}

.kl-offer-modal__container {
  max-width: 980px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-offer-modal:target {
  visibility: visible;
}

.kl-offer-modal:target .kl-offer-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-offer-modal:target .kl-offer-modal__container {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__close {
    top: 8px;
    right: 8px;
  }
}

.kl-offer-modal__wrapper {
  padding: 48px 64px;
}

@media screen and (max-width: 480px) {
  .kl-offer-modal__wrapper {
    padding: 32px;
  }
}

.kl-offer-modal__wrapper--center {
  align-items: center;
}

.kl-offer-modal__wrapper--bottom {
  align-items: flex-end;
}

.kl-offer-modal__content {
  flex-basis: 400px;
  flex-grow: 1;
}

.kl-offer-modal__form {
  margin-left: 36px;
  flex-basis: 50%;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__form {
    margin: 36px 0 0;
  }
}
.kl-header {
  position: fixed;
  z-index: 12;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}

.kl-header-placeholder {
  height: 82px;
}

.kl-navbar {
  height: 82px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar {
    justify-content: space-between;
  }
  .kl-navbar--active .kl-navbar__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.kl-navbar__logo {
  width: auto;
  display: block;
  margin-right: 42px;
}

.kl-navbar__mobile {
  display: flex;
}

.kl-navbar__mobile .hs_cos_wrapper_type_language_switcher {
  display: none;
}

@media screen and (max-width: 920px) {
  .kl-navbar__mobile .hs_cos_wrapper_type_language_switcher {
    display: block;
  }
}

.kl-navbar__mobile .hs_cos_wrapper_type_language_switcher + .kl-navbar__hamburger {
  margin-left: 32px;
}

.kl-navbar__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__content {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
    height: calc(100% - 82px);
    left: 0;
    bottom: 0;
    padding: 45px 10%;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  }
}

.kl-navbar__menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 920px) {
  .kl-navbar__menu {
    display: block;
    margin: 0 0 24px;
    width: 100%;
  }
}

.kl-navbar__item {
  position: relative;
  margin: 0 32px;
}

.kl-navbar__item--active .kl-navbar__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 920px) {
  .kl-navbar__item--active .kl-navbar__panel {
    max-height: 100vh;
  }
}

.kl-navbar__item--active .kl-navbar__button {
  color: #00b7e5;
}

.kl-navbar__item--active .kl-navbar__button > span:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .kl-navbar__item {
    margin: 0 16px;
  }
}

.kl-navbar__button {
  font-weight: bold;
  font-size: 16px;
  font-family: Barlow, sans-serif;
  line-height: 2em;
  word-break: normal;
  color: #000000;
  display: inline-block;
}

@media screen and (max-width: 920px) {
  .kl-navbar__button {
    font-size: 1rem;
  }
}

.kl-navbar__button > span {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}

.kl-navbar__button > span:after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #00b7e5;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-navbar__button:hover, .kl-navbar__button:focus, .kl-navbar__button:active, .kl-navbar__button--active {
  text-decoration: none;
  color: #00b7e5;
}

.kl-navbar__button:hover > span:after, .kl-navbar__button:focus > span:after, .kl-navbar__button:active > span:after, .kl-navbar__button--active > span:after {
  visibility: visible;
  width: 100%;
}

.kl-navbar__end {
  display: flex;
  align-items: center;
}

.kl-navbar__end > span + a {
  margin-left: 25px;
}

@media screen and (max-width: 920px) {
  .kl-navbar__end > span + a {
    margin-left: 0;
  }
}

.kl-navbar__end > a + a, .kl-navbar__end > a:not(:first-child) {
  margin-left: 25px;
}

@media screen and (max-width: 920px) {
  .kl-navbar__end .hs_cos_wrapper_type_language_switcher {
    display: none;
  }
}

.kl-navbar__end > .button_cta:not(:first-child) {
  margin-left: 25px;
}

.kl-navbar__panel {
  background-color: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: all .25s ease-in-out;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-navbar__panel {
    position: static;
    max-height: 0;
    overflow: hidden;
  }
}

.kl-navbar__panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0;
  justify-content: space-between;
}

.kl-navbar__panel-wrapper > div {
  flex-basis: none;
}

.kl-navbar__categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 650px;
  flex-grow: 1;
  flex-shrink: 1;
}

@media screen and (max-width: 920px) {
  .kl-navbar__categories p {
    display: none;
  }
}

.kl-navbar__description {
  flex-basis: 250px;
  margin: 0 16px;
  color: #000000;
}

@media screen and (max-width: 920px) {
  .kl-navbar__description {
    margin: 0;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 920px) {
  .kl-navbar__description--full {
    flex-basis: auto;
  }
}

.kl-navbar__description h1, .kl-navbar__description h2, .kl-navbar__description h3, .kl-navbar__description h4, .kl-navbar__description h5, .kl-navbar__description h6 {
  color: inherit;
}

.kl-navbar__description h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description p {
  font-size: 0.875rem;
  margin: 0 0 1.75rem;
}

.kl-navbar__description a {
  color: #000000;
}

.kl-navbar__description a:hover, .kl-navbar__description a:focus {
  text-decoration: none;
  color: #00b7e5;
}

.kl-navbar .hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  min-width: auto;
}

@media screen and (max-width: 920px) {
  .kl-navbar .hamburger {
    display: block;
  }
}

.kl-navbar .hamburger:focus {
  outline: none;
}

.kl-navbar .hamburger-box {
  width: 24px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.kl-navbar .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.kl-navbar .hamburger-inner, .kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  content: "";
  display: block;
}

.kl-navbar .hamburger-inner::before {
  top: -8px;
}

.kl-navbar .hamburger-inner::after {
  bottom: -8px;
}

.kl-navbar .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.kl-navbar .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Navbar submenu */
.kl-navbar-submenu-wrapper {
  position: absolute;
  left: -24px;
  visibility: hidden;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu-wrapper {
    position: static;
    visibility: visible;
    display: none;
  }
}

.kl-navbar__item:hover > .kl-navbar-submenu-wrapper {
  visibility: visible;
}

.kl-navbar-submenu {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  width: 160px;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu {
    box-shadow: none;
    margin: 12px 0;
    width: auto;
  }
}

.kl-navbar-submenu .kl-navbar-submenu {
  position: absolute;
  top: 0px;
  left: 100%;
  transform: translateX(0);
  margin: 0;
  visibility: hidden;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu .kl-navbar-submenu {
    position: static;
    visibility: visible;
    display: none;
    margin-left: 20px;
  }
}

.kl-navbar-submenu__item {
  position: relative;
}

.kl-navbar-submenu__item:hover > .kl-navbar-submenu {
  visibility: visible;
}

.kl-navbar-submenu__item a {
  display: block;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 16px;
  font-family: Barlow, sans-serif;
  line-height: 1rem;
  word-break: normal;
  color: #000000;
}

.kl-navbar-submenu__item a:hover, .kl-navbar-submenu__item a:focus {
  color: #00b7e5;
  text-decoration: none;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu__item a {
    padding: 12px 0;
  }
}

.kl-navbar__parent {
  cursor: pointer;
}

@media screen and (min-width: 920px) {
  .kl-navbar__parent:hover > a:after {
    transform: rotate(225deg);
  }
}

.kl-navbar__parent > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__parent > a {
    pointer-events: none;
  }
}

.kl-navbar__parent > a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin-left: 16px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg);
  transform-origin: 3px 3px;
  transition: transform .25s ease-in-out;
}

.kl-navbar__parent--active > .kl-navbar-submenu-wrapper,
.kl-navbar__parent--active > .kl-navbar-submenu {
  display: block;
}

.kl-navbar__parent--active > a:after {
  transform: rotate(225deg);
}

.kl-navbar__parent--active > a {
  color: #00b7e5;
}

.kl-navbar__parent--active > a > span:after {
  visibility: visible;
  width: 100%;
}
.kl-offer-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 32px 36px 0;
  border: 1px solid rgba(100, 146, 253, 0.2);
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
}

.kl-offer-01__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 320px;
  flex-grow: 1;
  margin-bottom: 32px;
}

.kl-offer-01__preheader {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00b7e5;
  display: block;
  margin: 0 0 1rem;
}

.kl-offer-01__text {
  flex-basis: 420px;
  flex-grow: 1;
  margin-right: 50px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__text {
    margin: 0;
  }
}

.kl-offer-01__text h1, .kl-offer-01__text h2, .kl-offer-01__text h3, .kl-offer-01__text h4, .kl-offer-01__text h5, .kl-offer-01__text h6 {
  margin: 0 0 1.125rem;
}

.kl-offer-01__button {
  flex-shrink: 0;
}

.kl-offer-01__image {
  flex-basis: 260px;
  margin: 0 auto;
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__image {
    padding: 0;
  }
}

.kl-offer-01__image img {
  display: block;
  width: 100%;
  max-width: 420px;
}
.kl-pricing {
  display: flex;
  align-items: flex-start;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kl-pricing {
    display: block;
  }
}

.kl-pricing__card {
  position: relative;
  padding: 36px 32px;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 9px;
  flex-basis: 346px;
  flex-grow: 1;
  transition: box-shadow .25s ease-in-out;
}

.kl-pricing__card--featured {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
}

.kl-pricing__card:hover {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
}

.kl-pricing__card + .kl-pricing__card {
  margin-left: 72px;
}

@media screen and (max-width: 1024px) {
  .kl-pricing__card + .kl-pricing__card {
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .kl-pricing__card + .kl-pricing__card {
    margin: 24px 0 0;
  }
}

.kl-pricing__badge {
  font-family: Barlow, sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  min-width: 120px;
  padding: 10px 12px;
  border-radius: 40px;
  background-color: #EBF1FF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kl-pricing__icon {
  height: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.kl-pricing__icon img {
  max-height: 100%;
  display: block;
}

.kl-pricing__price {
  color: #00b7e5;
}

.kl-pricing__price h1, .kl-pricing__price h2, .kl-pricing__price h3, .kl-pricing__price h4, .kl-pricing__price h5, .kl-pricing__price h6 {
  color: inherit;
}

.kl-pricing__description p {
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
}

.kl-pricing__features {
  text-align: left;
  list-style: none;
  margin: 0 0 2.625rem;
  padding: 0;
}

.kl-pricing__features li {
  font-size: 0.875rem;
  margin: 0 0 1rem;
  display: flex;
}

.kl-pricing__bullet {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 2px 0.75rem 0 0;
  flex-shrink: 0;
}

.kl-pricing__bullet img {
  display: block;
}

.kl-pricing__button .button_cta {
  width: 100%;
}

.kl-pricing__button .button_cta a {
  padding-left: 0;
  padding-right: 0;
}

.kl-pricing__button a {
  width: 100%;
}

.kl-pricing hr {
  margin: 1.75rem 0;
  color: #F3F3F3;
  background-color: #F3F3F3;
  height: 2px;
}
.kl-pricing-table {
  overflow-x: auto;
}

.kl-pricing-table > table {
  border: none;
  margin: 0;
  background: transparent;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table > table {
    width: 100%;
  }
}

.kl-pricing-table__features {
  position: relative;
  width: 250px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table__features {
    width: 50%;
  }
}

.kl-pricing-table__plans {
  text-align: left;
  padding: 32px;
}

.kl-pricing-table__plans .button {
  width: 100%;
}

.kl-pricing-table__plans h3 {
  font-size: 18px;
}

.kl-pricing-table__plans h4, .kl-pricing-table__plans h5 {
  font-weight: bold;
  color: #00b7e5;
}

.kl-pricing-table__plans > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.kl-pricing-table th, .kl-pricing-table td {
  vertical-align: middle;
  border: none;
}

.kl-pricing-table th {
  font-weight: normal;
  background: transparent;
  text-align: left;
}

.kl-pricing-table th p {
  color: #1D2653;
}

.kl-pricing-table th.kl-pricing-table__featured {
  background: #00b7e5;
  color: white;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.kl-pricing-table th.kl-pricing-table__featured h1, .kl-pricing-table th.kl-pricing-table__featured h2, .kl-pricing-table th.kl-pricing-table__featured h3, .kl-pricing-table th.kl-pricing-table__featured h4, .kl-pricing-table th.kl-pricing-table__featured h5, .kl-pricing-table th.kl-pricing-table__featured p {
  color: white;
}

.kl-pricing-table th.kl-pricing-table__featured .button {
  border-color: white;
  color: white;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table thead .kl-pricing-table__features {
    display: none;
  }
}

.kl-pricing-table tbody tr:first-child .kl-pricing-table__features {
  border-top-left-radius: 9px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table tbody tr:first-child .kl-pricing-table__features {
    border-top-left-radius: 0;
  }
}

.kl-pricing-table tbody tr:first-child td:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  right: 0;
  background: #E0E9FF;
}

.kl-pricing-table tbody tr:first-child .kl-pricing-table__featured:before {
  display: none;
}

.kl-pricing-table tbody tr:last-child .kl-pricing-table__featured {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table tbody tr:last-child .kl-pricing-table__featured {
    border-bottom-left-radius: 0;
  }
}

.kl-pricing-table tbody tr:last-child .kl-pricing-table__features {
  border-bottom-left-radius: 9px;
}

.kl-pricing-table tbody tr + tr .kl-pricing-table__features:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  right: 0;
  background: #E0E9FF;
}

.kl-pricing-table tbody .kl-pricing-table__features {
  position: relative;
  background: #00b7e5;
  color: white;
  padding: 12px 38px 12px 32px;
}

.kl-pricing-table td {
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 12px 16px;
}

.kl-pricing-table td img {
  display: block;
  margin: 0 auto;
}

.kl-pricing-table td:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #E0E9FF;
  z-index: -1;
}

.kl-pricing-table td.kl-pricing-table__featured {
  background: #00b7e5;
  color: white;
}

.kl-pricing-table td.kl-pricing-table__featured h3, .kl-pricing-table td.kl-pricing-table__featured h4, .kl-pricing-table td.kl-pricing-table__featured h5, .kl-pricing-table td.kl-pricing-table__featured p {
  color: white;
}

.kl-pricing-table td.kl-pricing-table__featured:after, .kl-pricing-table td.kl-pricing-table__featured:before {
  display: none;
}

.kl-pricing-table__navbar {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 3px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table__navbar {
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .kl-pricing-table__navbar {
    display: block;
  }
}

.kl-pricing-table__navbar .kl-pricing-table__featured {
  background: #00b7e5;
  border: none;
}

.kl-pricing-table__navbar .kl-pricing-table__featured h1, .kl-pricing-table__navbar .kl-pricing-table__featured h2, .kl-pricing-table__navbar .kl-pricing-table__featured h3, .kl-pricing-table__navbar .kl-pricing-table__featured h4, .kl-pricing-table__navbar .kl-pricing-table__featured h5, .kl-pricing-table__navbar .kl-pricing-table__featured p {
  color: white;
}

.kl-pricing-table__navbar .kl-pricing-table__featured:hover {
  background: #00b7e5;
}

.kl-pricing-table__tab {
  flex-basis: 200px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border: 1px solid #e0e9ff;
}

.kl-pricing-table__tab h1, .kl-pricing-table__tab h2, .kl-pricing-table__tab h3, .kl-pricing-table__tab h4, .kl-pricing-table__tab h5, .kl-pricing-table__tab h6, .kl-pricing-table__tab p {
  margin: 0;
}

.kl-pricing-table__tab:hover {
  background: #e0e9ff;
  transition: background .25s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table__hide {
    display: none;
  }
}

.kl-pricing-table__tooltip {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='info-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 12px;
  top: 15px;
}
.kl-pricing-table-02 {
  overflow-x: auto;
}

.kl-pricing-table-02 > table {
  border: none;
  margin: 0;
  background: transparent;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02 > table {
    width: 100%;
  }
}

.kl-pricing-table-02__features {
  width: 250px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02__features {
    width: 50%;
  }
}

.kl-pricing-table-02__plans {
  text-align: left;
  padding: 32px;
}

.kl-pricing-table-02__plans .button {
  width: 100%;
}

.kl-pricing-table-02__plans h3 {
  font-size: 18px;
}

.kl-pricing-table-02__plans h4, .kl-pricing-table-02__plans h5 {
  font-weight: bold;
  color: #00b7e5;
}

.kl-pricing-table-02__plans > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.kl-pricing-table-02 th, .kl-pricing-table-02 td {
  vertical-align: middle;
  border: 1px solid #00b7e5;
}

.kl-pricing-table-02 th {
  font-weight: normal;
  background: transparent;
  text-align: center;
}

.kl-pricing-table-02 th p {
  color: #1D2653;
}

.kl-pricing-table-02 thead .kl-pricing-table-02__features {
  border-top: none;
  border-left: none;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02 thead .kl-pricing-table-02__features {
    display: none;
  }
}

.kl-pricing-table-02 tbody .kl-pricing-table-02__features {
  position: relative;
  padding: 20px 20px 20px 32px;
}

.kl-pricing-table-02 td {
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 12px 12px;
}

.kl-pricing-table-02 td img {
  display: block;
  margin: 0 auto;
}

.kl-pricing-table-02__navbar {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #00b7e5;
  border-left: 1px solid #00b7e5;
  border-right: 1px solid #00b7e5;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02__navbar {
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .kl-pricing-table-02__navbar {
    display: block;
  }
}

.kl-pricing-table-02__tab {
  flex-basis: 200px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
}

.kl-pricing-table-02__tab h1, .kl-pricing-table-02__tab h2, .kl-pricing-table-02__tab h3, .kl-pricing-table-02__tab h4, .kl-pricing-table-02__tab h5, .kl-pricing-table-02__tab h6, .kl-pricing-table-02__tab p {
  margin: 0;
}

.kl-pricing-table-02__tab:hover {
  cursor: pointer;
}

.kl-pricing-table-02__tab--active {
  background-color: #00b7e5;
  color: white;
}

.kl-pricing-table-02__tab--active h1, .kl-pricing-table-02__tab--active h2, .kl-pricing-table-02__tab--active h3, .kl-pricing-table-02__tab--active h4, .kl-pricing-table-02__tab--active h5, .kl-pricing-table-02__tab--active p {
  color: inherit;
}

.kl-pricing-table-02__tab + .kl-pricing-table-02__tab {
  border-left: 1px solid #00b7e5;
}

@media screen and (max-width: 480px) {
  .kl-pricing-table-02__tab + .kl-pricing-table-02__tab {
    border-left: none;
    border-top: 1px solid #00b7e5;
  }
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02__hide {
    display: none;
  }
}

.kl-pricing-table-02__highlight {
  background: #F2F5FB;
}

.kl-pricing-table-02__highlight th {
  font-weight: bold;
}
.kl-features-01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-01 {
    display: block;
  }
}

.kl-features-01__card {
  flex-basis: 225px;
  flex-grow: 1;
}

.kl-features-01__card h4 {
  margin: 0 0 1rem;
}

.kl-features-01__card p {
  font-weight: 500;
}

.kl-features-01__card + .kl-features-01__card {
  margin-left: 64px;
}

@media screen and (max-width: 768px) {
  .kl-features-01__card + .kl-features-01__card {
    margin: 32px 0 0;
  }
}

.kl-features-01__image {
  min-height: 50px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}

.kl-features-01__image img {
  display: block;
  width: auto;
  max-height: 50px;
  margin: 0;
}

.kl-features-01__image > span {
  display: block;
}

.kl-features-01__image svg {
  max-height: 50px;
  width: 50px;
  fill: #00b7e5;
}
.kl-features-02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media screen and (max-width: 530px) {
  .kl-features-02 {
    display: block;
  }
}

.kl-features-02-wrapper {
  overflow: hidden;
}

.kl-features-02__card {
  flex-basis: 225px;
  flex-grow: 1;
  margin: 16px;
  display: block;
}

.kl-features-02__card h4 {
  margin: 0;
  display: inline;
  vertical-align: top;
}

.kl-features-02__card p {
  font-weight: 500;
  margin: 1rem 0 0;
}

.kl-features-02__card-header {
  display: flex;
}

.kl-features-02__image {
  min-height: 24px;
  margin: 0 16px 0 0;
  display: inline-block;
}

.kl-features-02__image img {
  display: block;
  width: auto;
  max-height: 24px;
}

.kl-features-02__image > span {
  display: block;
}

.kl-features-02__image svg {
  max-height: 24px;
  width: 24px;
  fill: #00b7e5;
}
.kl-features-03__titles li.active h4, .kl-features-03__titles li h4:hover, .kl-features-03__titles li h4:focus {
  cursor: pointer;
  color: #00b7e5;
}

.kl-features-03__titles {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li {
    background-color: #f3f3f3;
    text-align: center;
  }
  .kl-features-03__titles li + li {
    border-top: 1px solid #dadada;
  }
}

.kl-features-03__titles li.active h4:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li.active h4:after {
    visibility: hidden;
  }
}

.kl-features-03__titles li h4 {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  margin: 0;
}

.kl-features-03__titles li h4:after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #00b7e5;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-features-03__section {
  background-color: #F3F3F3;
  display: none;
}

.kl-features-03__section.active {
  display: flex;
  flex-wrap: wrap;
}

.kl-features-03__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
}

.kl-features-03__image--left {
  justify-content: flex-start;
}

.kl-features-03__image--center {
  justify-content: center;
}

.kl-features-03__image--right {
  justify-content: flex-end;
}

.kl-features-03__image--top {
  align-items: flex-start;
}

.kl-features-03__image--middle {
  align-items: center;
}

.kl-features-03__image--bottom {
  align-items: flex-end;
}

.kl-features-03__image--cover {
  align-items: unset;
}

.kl-features-03__image--cover img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.kl-features-03__image--contain img {
  object-fit: contain;
}

.kl-features-03__content {
  padding: 54px 78px;
  flex-basis: 400px;
  flex-grow: 3;
}

@media screen and (max-width: 580px) {
  .kl-features-03__content {
    padding: 30px;
  }
}

.kl-features-03__text h3 {
  margin: 0 0 28px;
  max-width: 480px;
}

.kl-features-03__text p {
  margin: 0 0 64px;
  max-width: 600px;
}

.kl-features-03__buttons {
  display: flex;
  align-items: center;
}

.kl-features-03__primary-cta {
  margin: 0 35px 0 0;
}
.kl-card {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  padding: 32px 25px;
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-card__preheader {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00b7e5;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-card__content h1, .kl-card__content h2, .kl-card__content h3, .kl-card__content h4, .kl-card__content h5, .kl-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-card__content p {
  margin: 0 0 2rem;
}

.kl-card__image {
  margin: 0 0 1.75rem;
}

.kl-card__form {
  max-width: 600px;
}
.kl-testimonials {
  display: flex;
}

@media screen and (max-width: 920px) {
  .kl-testimonials {
    display: block;
  }
}

.kl-testimonial {
  padding: 18px 25px 25px;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 1.0);
  flex-grow: 1;
  flex-basis: 300px;
}

.kl-testimonial + .kl-testimonial {
  margin-left: 64px;
}

@media screen and (max-width: 1024px) {
  .kl-testimonial + .kl-testimonial {
    margin-left: 16px;
  }
}

@media screen and (max-width: 920px) {
  .kl-testimonial + .kl-testimonial {
    margin: 16px 0 0;
  }
}

.kl-testimonial__quote {
  margin: 0 0 25px;
}

.kl-testimonial__quote svg {
  fill: #00b7e5;
  height: 32px;
  max-height: 32px;
}

.kl-testimonial__content {
  font-weight: 500;
}

.kl-testimonial__footer {
  display: flex;
  align-items: center;
}

.kl-testimonial__footer img {
  display: block;
  object-fit: cover;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 16px 0 0;
}

.kl-testimonial__author {
  font-weight: bold;
}

.kl-testimonial__author span {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00b7e5;
  display: block;
  font-size: 0.75rem;
  margin: 0 0 8px;
}
.kl-timeline__entry {
  position: relative;
  padding-bottom: 50px;
}

.kl-timeline__entry h1, .kl-timeline__entry h2, .kl-timeline__entry h3, .kl-timeline__entry h4, .kl-timeline__entry h5 {
  color: #00b7e5;
}

.kl-timeline__entry p {
  margin: 0 0 1rem;
}

.kl-timeline__entry--odd {
  margin-right: 50%;
  padding-right: 50px;
  text-align: right;
}

.kl-timeline__entry--odd:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translateX(4px);
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:before {
    transform: translateX(-5px);
    left: 0;
  }
}

.kl-timeline__entry--odd:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 1px;
  height: 100%;
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:after {
    left: 0;
  }
}

.kl-timeline__entry--even {
  margin-left: 50%;
  padding-left: 50px;
}

.kl-timeline__entry--even:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translateX(-5px);
  left: -1px;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:before {
    transform: translateX(-5px);
    left: 0;
  }
}

.kl-timeline__entry--even:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 1px;
  height: 100%;
  left: -1px;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:after {
    left: 0;
  }
}

.kl-timeline__entry--last:after {
  display: none;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry {
    margin: 0;
    padding: 0 0 50px 50px;
    text-align: left;
  }
}

@media screen and (max-width: 420px) {
  .kl-timeline__entry {
    padding: 0 0 20px 20px;
  }
}
/***************************************************************************/
/************************   Menu and simple menu   *************************/
/***************************************************************************/
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

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

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

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

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

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

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

.lang_switcher_class {
  display: flex !important;
}

.lang_list_class {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0 !important;
  margin-top: 20px !important;
}

.lang_list_class:before {
  border: none !important;
  background: white;
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
}

.lang_list_class:after {
  top: -23px !important;
}

.lang_list_class li {
  word-break: keep-all;
  border-left: none !important;
  border-right: none !important;
}

.lang_list_class li:first-child {
  border-top: none !important;
}

.lang_list_class li:last-child {
  border-bottom: none !important;
}
/* Blog header */
.blog-header {
  background-color: rgba(242, 245, 251, 1.0);
  padding: 82px 0;
  /* Blog header - author listing */
}

.blog-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-header__inner {
    display: block;
  }
}

.blog-header--author {
  background-color: transparent;
}

.blog-header--author .blog-header__inner {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .blog-header--author .blog-header__inner {
    display: block;
  }
}

.blog-header__title {
  margin: 0 0 32px;
  max-width: 380px;
  flex-basis: 380px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .blog-header__title {
    max-width: none;
  }
}

.blog-header__title span {
  color: #00b7e5;
}

.blog-header__preheader {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00b7e5;
  display: block;
  margin: 0 0 .75rem;
}

.blog-header__image {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-header__image {
    margin: 0 auto;
    max-width: 360px;
  }
}

.blog-header__image img {
  width: 100%;
}

.blog-header__author {
  flex-basis: 720px;
}

@media screen and (max-width: 768px) {
  .blog-header__author {
    margin: 32px 0 0;
  }
}

.blog-header__avatar {
  display: block;
  height: 360px;
  width: 100%;
  margin-right: 64px;
  max-width: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .blog-header__avatar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .blog-header__avatar {
    height: 300px;
  }
}

.blog-header__author-social-links {
  margin: 0 -8px;
}

.blog-header__author-social-links a {
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 8px;
  position: relative;
}

.blog-header__author-social-links svg {
  fill: #1D2653;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 32px 0;
}

.blog-tags {
  list-style: none;
  padding: 0;
  margin: -7px;
  max-width: 680px;
}

.blog-tags li {
  display: inline-block;
  margin: 7px;
}

.blog-tags__link {
  background-color: rgba(255, 255, 255, 1.0);
  border: 0px solid rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1);
  padding: 15px 25px;
  font-family: Barlow, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
  padding: 12px 18px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  background-color: transparent;
  color: #dadada;
  border: 1px solid #dadada;
}

.blog-tags__link:hover, .blog-tags__link:focus, .blog-tags__link:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 183, 229, 1.0);
  text-decoration: none;
  transform: scale(1);
}

.blog-tags__link:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.blog-tags__link a {
  color: rgba(255, 255, 255, 1);
}

.blog-tags__link a:hover {
  color: white;
  text-decoration: none;
}

.blog-tags__link--current {
  background-color: #00b7e5;
  border: none;
  color: white;
}

.blog-search {
  flex-basis: 400px;
  width: 100%;
  margin: 32px 0 0;
}

/* Blog listing */
.blog-index, .blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
}

.blog-index:after, .blog-more-posts:after {
  content: "";
  flex: auto;
}

.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
}

.blog-index__post, .blog-more-posts__post {
  display: flex;
  flex-direction: column;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
  height: 100%;
  overflow: hidden;
}

.blog-index__post img, .blog-more-posts__post img {
  height: auto;
  max-width: 100%;
}

.blog-index__post-content, .blog-more-posts__post-content {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}

.blog-index__post-content h3, .blog-more-posts__post-content h3 {
  margin: 0 0 1rem;
}

.blog-index__post-content h3 a, .blog-more-posts__post-content h3 a {
  color: #1D2653;
}

.blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:visited, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:visited {
  color: #1D2653;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00b7e5;
  display: block;
  margin: 0 0 .75rem;
}

.blog-index__post-meta, .blog-more-posts__post-meta {
  display: flex;
  margin: 32px 0 0;
  color: #C6C6C6;
  font-size: .75rem;
  text-transform: uppercase;
}

.blog-index__post-meta span, .blog-more-posts__post-meta span {
  display: inline-block;
}

.blog-index__post-date, .blog-more-posts__post-date {
  margin-left: 54px;
}

.blog-index__post-image, .blog-more-posts__post-image {
  display: block;
  background-image: url('//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-index__author h2, .blog-more-posts__author h2 {
  margin: 32px 0 1.5rem;
}

.blog-index__author hr, .blog-more-posts__author hr {
  height: 2px;
  background-color: #DCDCDC;
}

/* Blog pagination */
.blog-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3rem;
}

.blog-pagination__link {
  font-family: Barlow, sans-serif;
  font-weight: bold;
  color: #1D2653;
  font-size: 1rem;
  line-height: 1;
  margin: 0 16px;
  text-decoration: none;
}

.blog-pagination__link:hover, .blog-pagination__link:focus {
  color: #00b7e5;
  text-decoration: none;
}

.blog-pagination__link--active {
  color: #00b7e5;
}

.blog-pagination__ellipsis {
  color: #1D2653;
  font-size: 1rem;
  line-height: 1;
}

/* Blog post */
.blog-header--post {
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-post {
  margin: 0 auto;
  padding: 4.5rem 0;
}

.blog-post__meta {
  display: flex;
  align-items: center;
}

.blog-post__meta a {
  color: #C6C6C6;
  transition: color .25s ease-in;
}

.blog-post__meta a:hover {
  color: #00b7e5;
  text-decoration: none;
}

.blog-post__timestamp {
  color: #C6C6C6;
}

.blog-post__divider {
  margin: 64px 0 52px;
}

.blog-post__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 38px;
}

.blog-post__preheader {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00b7e5;
  display: block;
  margin: 0 0 1rem;
}

.blog-post__title {
  margin: 0 0 1rem;
  max-width: 680px;
}

.blog-post__summary {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 2.5rem;
  max-width: 680px;
}

.blog-post__body-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

.blog-post__body img {
  max-width: 100%;
}

.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
}

.blog-post__tag-link {
  color: #00b7e5;
  background-color: #e6edff;
  border-radius: 3px;
  font-size: 0.75rem;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
}

/* Blog related posts */
.blog-more {
  padding: 2rem 0;
}

.blog-more--centered h2 {
  text-align: center;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

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

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  outline: none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #1D2653;
}

.kl-footer__content {
  padding: 0px !important;
}

.toc1 { 
  position: fixed;
  left: 0;
  width: 270px;
  top: 1200px;
}

.toc1 #console {
  height: 500px;
  overflow: overlay;
}
.kl-documentation__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}

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

@media screen and (max-width: 680px) {
  .kl-documentation__container {
    display: block;
  }
}

.kl-documentation__toc {
  width: 250px;
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 82px;
  height: calc(100vh - 82px);
  overflow-y: scroll;
  padding: 16px 16px 0 0;
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .kl-documentation__toc {
    position: static;
    width: 100%;
    padding: 16px 0 0;
    margin: 0;
    overflow-y: auto;
    border-bottom: 1px solid #ececec;
    height: auto;
  }
}

.kl-documentation__toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kl-documentation__toc li {
  margin-bottom: 16px;
}

@media screen and (max-width: 680px) {
  .kl-documentation__toc li {
    margin-bottom: 8px;
  }
}

.kl-documentation__toc a {
  color: #1D2653;
}

.kl-documentation__contents {
  padding: 16px 0;
  width: calc(100% - 269px);
}

@media screen and (max-width: 680px) {
  .kl-documentation__contents {
    width: 100%;
  }
}

.kl-documentation__module {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 32px;
  scroll-margin-top: 82px;
}

.kl-documentation__module:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.kl-documentation__module-preview {
  margin: 0 0 32px;
}

.kl-documentation__fields {
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

.kl-documentation__fields .depth0 {
  background-color: #f5f5f5;
}

.kl-documentation__fields thead th {
  font-size: 14px;
  padding: 12px;
  font-weight: bold;
  text-align: left;
  color: black;
  background-color: #d7ddec;
}

.kl-documentation__fields th, .kl-documentation__fields td {
  border: 1px solid #c0cbe4;
  padding: 6px 12px;
  font-size: 12px;
}

.kl-documentation .content-wrapper {
  padding: 0 20px !important;
}
/* Error pages */
.kl-error-page {
  padding: 100px 0;
  text-align: center;
}

.kl-error-page__preheader {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00b7e5;
  display: block;
  margin: 0 0 0.5rem;
}

.kl-error-page__heading {
  margin: 0 0 1rem;
}

/* System pages */
.systems-page__content {
  margin: 0 auto;
  max-width: 620px;
  padding: 120px 20px;
}

.systems-page .success {
  color: #34A853;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.systems-page h1 {
  margin: 0 0 4rem;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .systems-page h1 {
    margin: 0 0 2rem;
    font-size: 2rem;
  }
}

.systems-page--membership {
  background-image: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/Hero-Background-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.systems-page--membership h1 {
  margin: 0 0 1rem;
}

.systems-page--membership p {
  margin: 0 0 3rem;
  text-align: center;
}

.systems-page--membership form .hs-submit input, .systems-page--membership form input[type="submit"] {
  width: 100%;
}

.systems-page--subscription-confirmation h1 {
  display: none;
  margin: 0 0 1.5rem;
}

.systems-page--subscription-confirmation h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-confirmation .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences h1 {
  margin: 0 0 1.5rem;
}

.systems-page--subscription-preferences h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-preferences .email-prefs {
  padding: 32px;
  border: 1px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  border-radius: 10px;
}

.systems-page--subscription-preferences .email-prefs p, .systems-page--subscription-preferences .email-prefs span, .systems-page--subscription-preferences .email-prefs label {
  font-size: 0.875rem;
  line-height: 1rem;
  vertical-align: text-top;
  font-weight: normal;
}

@media screen and (max-width: 360px) {
  .systems-page--subscription-preferences .email-prefs {
    padding: 18px;
  }
}

.systems-page--subscription-preferences input[type="checkbox"] {
  margin-right: 12px;
}

.systems-page__preheader {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00b7e5;
  display: block;
  margin: 0 0 0.5rem;
  text-align: center;
}

.systems-page form {
  position: relative;
}

.systems-page form .hs-form-field {
  position: relative;
}

.systems-page form .form-input-validation-message ul {
  padding: 0;
}

.systems-page form .form-input-validation-message label {
  color: #929292;
  font-size: 0.875rem;
  font-weight: normal;
}

.systems-page form .hs-login-widget-show-password,
.systems-page form .hs-register-widget-show-password,
.systems-page form .hs-reset-widget-show-password {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #00b7e5;
}

.systems-page form .hs-login-widget-show-password:hover, .systems-page form .hs-login-widget-show-password:focus,
.systems-page form .hs-register-widget-show-password:hover,
.systems-page form .hs-register-widget-show-password:focus,
.systems-page form .hs-reset-widget-show-password:hover,
.systems-page form .hs-reset-widget-show-password:focus {
  color: #00b7e5;
  text-decoration: none;
}

.systems-page form #hs_login_reset {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  margin: 1rem 0 0;
  z-index: 1;
  color: #00b7e5;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page .form-container {
  max-width: 380px;
  margin: 0 auto 3rem;
}

.systems-page .form-container .label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 0.75rem;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Password prompt */
.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */
.backup-unsubscribe h3 {
  font-size: 0.875rem;
  font-weight: bold !important;
  line-height: 1rem;
  margin: 0 0 0.75rem;
}

.backup-unsubscribe #email-prefs-form {
  padding: 42px 32px;
  border: 1px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  border-radius: 10px;
}

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 360px) {
  .backup-unsubscribe #email-prefs-form {
    padding: 32px 18px;
  }
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.5rem;
  padding: 0.7rem !important;
  font-size: 0.875rem !important;
  border: 1px solid #DADADA;
}

/* Search pages */
.hs-search-field {
  max-width: 750px;
}

.hs-search-field input[type=text] {
  padding-right: 48px;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__bar:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 19a8 8 0 100-16 8 8 0 000 16zM21 21l-4-4' stroke='%23C6C6C6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(8px);
  border-radius: 9px;
  width: 100%;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 8px 16px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #dedede !important;
}

.kl-search-results {
  padding: 80px 0;
}

.hs-search-results {
  margin-top: 3.5rem;
}

.hs-search-results__featured-image {
  margin-bottom: 1rem;
}

.hs-search-results__featured-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.hs-search-results__title {
  color: #1D2653;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Barlow, sans-serif;
}

.hs-search-results__title:hover, .hs-search-results__title:focus {
  color: #00b7e5;
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 1.25rem;
  margin: 0 0 2.5rem;
}

.hs-search-results__pagination a {
  color: #1D2653;
  font-family: Barlow, sans-serif;
  font-weight: bold;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px !important;
}

.hs-search-results__listing li {
  flex-basis: calc(100% / 2);
  padding: 0 20px !important;
}

@media screen and (max-width: 620px) {
  .hs-search-results__listing li {
    flex-basis: 100%;
  }
}

.hs-search-highlight {
  font-weight: bold;
}
.no-scroll {
  overflow: hidden;
}
/* @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    */
/*****************************************/

.kl-features-01__card {
    margin: 10px !important;
    padding: 30px;
    border: 1px solid #E2E5F1;
    border-radius: 8px;
}
.dnd_area-row-2-background-gradient {
  background-image: linear-gradient(to right, rgba(24, 108, 249, 0.8), rgba(0, 183, 229, 1)) !important;
}
.kl-cards-slider__arrow--next {
  background: transparent;
  height: 60px;
  width: 60px;
  border: 2px solid #ffffff;
  top: 45%;
}
.kl-cards-slider__arrow--prev {
  background: transparent;
  height: 60px;
  width: 60px;
  border: 2px solid #ffffff;
  top: 45%;
}
.kl-cards-slider__header .kl-cards-slider__image {
  margin: auto;
}
.kl-cards-slider__header, .kl-cards-slider__content {
  background: transparent;
  width: 70%;
  margin: auto;
}
.kl-cards-slider__content p {
  margin-bottom: 15px;
  line-height: 1.5 !important;
}
.kl-cards-slider__header, .kl-cards-slider__content p {
  text-align: center;
}
.kl-cards-slider {
  max-width: none;
  height: 550px;
}
.kl-cards-slider__arrow svg {
  fill: #ffffff;
}
.kl-features-01__card {
  margin: 10px !important;
  padding: 30px;
  border: 1px solid #E2E5F1;
  border-radius: 8px;
  width: 23%;
}
.kl-features-01__card h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #373737;
}
.kl-features-01__card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #565973;
  margin-top: 15px;
  display: block;
}

.splide__main .splide__arrow--next {
  height: 3em;
  width: 3em;
  background: #fff;
  position: absolute;
  bottom: -15%;
  right: 43%;
  box-shadow: 0px 3px 5px #ccc;
  top: 110%;
}
.splide__main .splide__arrow--prev {
  height: 3em;
  width: 3em;
  background: #fff;
  position: absolute;
  bottom: -15%;
  left: 43%;
  box-shadow: 0px 3px 5px #ccc;
  top: 110%;
}
.splide__main .splide__arrow svg {
  fill: #00b7e5;
  height: 1.2em;
  width: 1.2em;
}

.inpage-editor-active-field {
  outline: none;
}

.dnd-section > .row-fluid {
  max-width: 1320px;
}

.kl-rich-text__buttons a {
  text-align: center;
  position:relative;
  margin: auto;
}

.cell_1681908379028-vertical-alignment {
  background: #FFFFFF;

    box-shadow: 0px 3px 5px #ccc;
      border-radius: 5px;
}
.kl-hero-01__content .kl-rich-text {
  max-width: none;
}

.kl-footer {
  background: #0C2E49;
}
.kl-footer__legal sup {
  color: #fff;
}
.kl-footer__legal img{
  float: left;

}
.kl-footer__legal .cta_button {
  float: right;

}
.kl-footer__legal .cta_button span {
  color: #fff;
}
.kl-footer__legal .custom:first-child {
  width: 80%;
}
.kl-header-landing {
  background: transparent !important;
}
.kl-header-placeholder{
  display: none;
}

.kl-header{
  background: linear-gradient(90.47deg, #186CF9 0.37%, #00B7E5 99.56%);
}

.kl-header__wrapper {
  max-width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.kl-rich-text__preheader {
  font-size: 20px;
}

  @media screen and (max-width: 920px) {
/*     .kl-navbar__content {
      position: fixed;
      height: auto;
      padding: 0px 20px;
      top: 15px;
      bottom: auto;
      flex-direction: row;
      opacity: 1;
    } */
   .kl-features-01__card {
     width: 100%;
     margin: 20px 10px 10px auto !important;
    }
    
    .kl-footer__legal .hs-cta-wrapper #cta_button_27089344_7fd97404-c7c1-4c6c-8d6a-8aca03b88dd3 {
      float: none;
      display: block !important;
      margin: 20px auto;
    }
    .kl-footer__legal img {
      float: none;
      display: block;
      margin: 20px auto;
    }
    .row-fluid  {
      display: flex;
      flex-direction: column-reverse;
    }
    .cell_1681914193270-background-image {
      height: 450px;
      margin-bottom: 25px;
    }
    .kl-cards-slider__header, .kl-cards-slider__content {
       width: 100%;
    }
    
}

.kl-header-website #cta_button_27089344_5c0e8f45-9be7-434a-887d-d0e14c05a4ae:hover {
  border: none;
  background-color: #1A75FF;
}
.kl-header-website #cta_button_27089344_5c0e8f45-9be7-434a-887d-d0e14c05a4ae span:hover {
  background-color: #1A75FF;
  color: #ffffff !important;
}

.footer-website  {
  background: #eff2f9 !important;
}
.footer-website .kl-footer__wrapper {
  max-width: 1280px;
}
.footer-website span {
/*   color: #7f88a6; */
}

.footer-website .kl-footer__terms  p {
  margin: 0px;
  }

.footer-website .kl-footer__legal sup {
  color: #7f88a6;
}
.footer-website .upper {
  padding: 50px 0;
}
.footer-website .kl-footer__menu a, .footer-website .kl-footer__terms a {
text-decoration: none !important;
}
.footer-website .kl-footer__menu_text a span {
color: #ffffff;
}

.footer-website .kl-footer__menu .custom p {
  margin-bottom: 15px;
} 

.footer-website .kl-footer__menu .custom p a {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
} 

.footer-website hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.kl-header-website {
  background: #fff;
    opacity: 1;
}
.kl-header-website .content-wrapper {
  max-width: 1400px
}

.kl-header-website .kl-navbar__menu .kl-navbar__item {
  margin-left: 35px;
  margin-right: 0;
}

.kl-header-website .kl-navbar__menu .kl-navbar__item span {
font-weight: 400;
}
.kl-header-website .kl-navbar__end span {
font-weight: 400;
}


@media screen and (max-width: 920px) {
  .footer-website .kl-footer__terms  p {
    text-align: center !important;
  }
  .footer-website .kl-footer__legal .custom div {
    text-align: center !important;
  }
  .footer-website .kl-footer__legal .custom {
    width: 96%;
    margin-top: 15px;
  }

}

.blog-tags {
  height: 200px;
  overflow-y: scroll;
  max-width: 100%;
}

.cell_1681214104862-vertical-alignment .hs_submit .hs-button {
 background-color: #1A75FF;
 border: 1px solid #1A75FF;
}


.dnd-section, .content-wrapper--vertical-spacing {
  padding: 140px 20px;
}
#hs_cos_wrapper_widget_1681914184324_ .hs-button {
background-color: #1A75FF;
 border: 1px solid #1A75FF;
}

.blog-header {
  padding-top: 150px;
}

.homepage .kl-hero-02__image {
  display: none;
}
.homepage .hsForm_92251ab4-2b11-4535-9e48-e059fc46a970 .hs_submit {
  display: inline-table;
}

.homepage .hsForm_92251ab4-2b11-4535-9e48-e059fc46a970 .hs_email {
  width: 300px;
  display: inline-table;
}

.homepage .hsForm_92251ab4-2b11-4535-9e48-e059fc46a970 .hs_submit .hs-button {
  background-color: #1A75FF;
  border: 1px solid #1A75FF
}

.homepage .hsForm_92251ab4-2b11-4535-9e48-e059fc46a970 .hs_error_rollup {
  display: none;
}
.homepage .dnd_area-row-1-vertical-alignment .kl-rich-text__form {
  max-width: 510px;
  margin: auto;
}

.homepage .dnd_area-row-1-vertical-alignment p {
  max-width: 835px;
  margin: 35px auto;
}

.homepage .dnd_area-row-1-vertical-alignment h1 span {
  font-weight: 500;
}

.homepage .kl-cards-slider__header {
  display: inline-block;
  max-width: 29%;
  bottom: 35px;
  position: relative;
}

.homepage .kl-cards-slider__content {
  display: inline-block;
  max-width: 70%;
}

.homepage .kl-cards-slider__card {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #C0DEE7;
  border-top: 1px solid #C0DEE7;
  border-radius: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.homepage .kl-cards-slider {
  height: 300px;
}

.homepage .kl-cards-slider__content div p:nth-child(1) {
  padding-left: 10px !important;
  bottom: 25px;
  position: relative;
  display: inline-block;
} 

.homepage .kl-cards-slider__content div p:nth-child(2) {
  max-width: 85%;
  float: left;
} 

.homepage .kl-cards-slider__content div p:nth-child(3) {
display: block ruby;
}

.homepage .dnd_area-row-3-background-imag .kl-rich-text h2 span:nth-child(3) {
  color:red;
  font-size: 35px;
  font-weight: 300;
}

.homepage #hs_cos_wrapper_dnd_area-dnd_partial-7-module-1 h4, .homepage #hs_cos_wrapper_dnd_area-dnd_partial-7-module-1 p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.homepage .kl-rich-text table td {
  border-color: #C0DEE7;
  vertical-align: middle;
  text-align: left !important;
  position: relative;
  padding: 21px !important;
  font-size: 18px !important;
}

.book-demo #hs-button_widget_1684762083698, #hs-button_module_1684837458924, #hs-button_module_1684837636887, #hs-button_module_1684837787450, #hs-button_module_1684837812565, #hs-button_module_1684837832204, #hs-button_module_1684837917041, #hs-button_module_1684837942495 {
  padding: 15px 35px;
  border-radius: 5px;
}
.book-demo .row-number-9 {
  margin-top: 50px;
}

.homepage .kl-card-grid__card {
  background: transparent;
  border: none;
  box-shadow: none;
}
.homepage .kl-card-grid__content p {
  color: #fff;
  font-size: 24px;
  font-family: Barlow;
}
.homepage .kl-card-grid__content h3 {
  color: #fff;
  font-size: 72px;
  font-family: Barlow;
  font-weight: 400;
}

.homepage .dnd_area-dnd_partial-4-column-1-row-1-vertical-alignment .widget-type-cell {
  border: 1px solid #C0DEE7;
  padding: 25px 30px;
}

.homepage .dnd_area-row-2-force-full-width-section .row-fluid {
  max-width: 1320px !important;
}

.homepage .body-container--home .dnd_area-row-1-background-image {
  background-size: auto !important;
}

.homepage .splide__list .splide__slide--caption {
  box-shadow: 0px 8px 10px 0px #e1e1e1;
  background: #fff;
  padding: 15px 30px;
}

.homepage #splide08-list .splide__slide__contents .splide__slide--caption {
  height: 325px;
  margin-bottom: 25px;
}

.homepage .row-number-33 {
  border-top: 1px solid #C0DEE7;
  padding-top: 20px;
}

.homepage .row-number-22 .kl-rich-text {
  padding-top: 50px;
}

.homepage .row-number-27 .row-number-28 {
  border-top: 1px solid #C0DEE7;
}

.homepage .splide__controls .splide__toggle {
  display:none;
}

.homepage .hs_submit .actions .hs-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.homepage .hs_submit {
  position: relative;
  bottom: 2px;
}

.homepage .input .hs-input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.homepage .dnd_area-dnd_partial-3-column-1-row-0-padding .kl-rich-text h2 {
  text-align: center;
}

.homepage .dnd_area-row-4-padding .kl-rich-text p {
  font-weight: lighter;
  margin-bottom: 5px;
}

.homepage .dnd_area-row-4-padding .kl-rich-text h6 {
  margin-bottom: 10px;
}

.homepage .dnd_area-row-6-vertical-alignment .kl-rich-text p {
  font-weight: lighter;
}

.homepage hr {
  width: 300px;
  margin-left: 0px;
  background-color: #C0DEE7;
  margin: 0px 0px 20px 0px;
}

.homepage .kl-rich-text__buttons a span {
  font-size: 18px;
  font-weight: 600;
}

.homepage .dnd_area-row-14-padding .splide__slide--caption p:nth-child(4) {
  position: absolute;
  bottom: 25px;
}

.homepage .row-number-7 .kl-cards-slider__arrow svg {
  fill: #3A3A3A;
}

.homepage .row-number-7 .kl-cards-slider__arrow--next {
  top: 30%;
  right: -40px;
}

.homepage .row-number-7 .kl-cards-slider__arrow--prev {
  left: -40px;
  top: 30%;
}

.homepage .row-number-7 .kl-cards-slider__arrow {
  box-shadow: none;
}

.homepage .row-number-7 .kl-cards-slider__card {
  height: 250px;
}

.homepage .kl-rich-text p {
    margin-bottom: 8px;
}

.blog-custom .blog-filter {
  width: 15%;
  display: inline-flex;
}

.blog-custom .blog-index {
  width: 84%;
  display: inline-flex;
}

.blog-header .blog-header__inner h1 {
  font-size: 56px;
  font-weight: bold;
}
.blog-header .blog-header__inner h2 {
  font-size: 28px;
}

.blog-header .blog-header__title {
  max-width: 600px
}

.blog-header .blog-index__post-wrapper {
  flex-basis: calc(100% / 2);
}
.blog-custom .blog-filter .headline-cat {
   color: #aaa;
  }
.blog-custom .blog-filter {
  position: relative;
  top: -165px;
  }
.blog-custom .blog-filter .headline-tag {
  margin-top: 40px;
}

.blog-custom .blog-index .blog-index__post-wrapper {
  padding: 15px;
}

.blog-custom .blog-index .blog-index__post-wrapper .blog-index__post {
  border: none;
  box-shadow: none;
}

.blog-custom .blog-index .blog-index__post-wrapper .blog-index__post .blog-index__post-content p {
  font-size: 16px;
}

.blog-custom .blog-index .blog-index__post-wrapper .blog-index__post .blog-index__post-image {
  border-radius: 9px;
}

.blog-custom .blog-index .blog-index__post-wrapper .blog-index__post .blog-index__post-content {
  padding: 15px 0 0 0;
}

.blog-custom .blog-pagination {
  justify-content: center;
}

.blog-custom .blog-pagination .blog-pagination__link {
  font-weight: 500;
}

.blog-custom .hs-search-field__form .hs-search-field__button  {
  padding: 15px 30px;
}

.blog-custom .blog-filter .blog-categories {
  height: 170px;
  overflow: hidden;
  width: 100%;
}

.blog-custom .blog-filter .blog-categories li {
  display: block;
}

.plans .kl-pricing .kl-pricing__card {
  padding: 15px 10px;
  margin-left: 35px;
  height: 360px;
}

.plans .kl-pricing {
  margin-left: 100px;
  margin-right: 100px;
}

.plans .kl-pricing .kl-pricing__card .kl-pricing__badge {
  display: none;
}

.plans .kl-rich-text table {
  border: 10px solid #ffffff !important;
}

.plans .kl-rich-text table tr td:nth-child(1) {
  border: 1px solid #ffffff;
  background: #ebf1f6;
}

.plans .kl-rich-text table tr td:nth-child(3), .plans .kl-rich-text table tr td:nth-child(5) {
  border: 1px solid #ffffff;
  background: #ebf1f6;
  width: 15% !important;
}

.plans .kl-rich-text table tr td:nth-child(2), .plans .kl-rich-text table tr td:nth-child(4) {
  border: 1px solid #ebf1f6;
  width: 15% !important;
}

.plans .kl-rich-text table tr:nth-child(1) {
  border: none;
  background: #ffffff;
}

.plans .kl-rich-text table tr:nth-child(1) td {
  border: none;
  background: #ffffff;
}

.plans .kl-rich-text table tr {
  height: 30px !important;
}

.plans .row-number-1 .kl-rich-text h2 {
  font-weight: 500;
}

.plans .row-number-1 .kl-rich-text h1 {
  font-weight: 400;
}

.plans .row-number-3 .kl-pricing__card:nth-child(1) h4 {
    color: #ffc907;
    background-color: #fffbd9;
    padding: 6px 0;
    font-size: 20px;
    font-weight: 400;
}

.plans .row-number-3 .kl-pricing__card:nth-child(2) h4 {
    color: #86e310;
    background-color: #eaffd5;
    padding: 6px 0;
    font-size: 20px;
    font-weight: 400;
}

.plans .row-number-3 .kl-pricing__card:nth-child(3) h4 {
    color: #00c0ea;
    background-color: #ebfbfb;
    padding: 6px 0;
    font-size: 20px;
    font-weight: 400;
}

.plans #hs-button_widget_1687527241307 {
  border-radius: 5px;
}

.remove-opup-form {
  display: none;
}
.pricing .splide__slide__contents {
  background-color: #ffff;
}
.pricing .card-slider-content {
   display: block;
  }
.pricing .card-slider-content  img{
   width: 57px;
   height: auto;
   display: inline-block;
   margin-left: 5px;
   border-radius: 50px;
   bottom: 25px;
   position: relative;
  }
.pricing .card-info {
   margin-right: 0;
   margin-left: 20px;
   margin-top: 5px;
   display: inline-block;
 }
.pricing .card-info p {
   margin-bottom: 15px;
 }
.pricing .card-image {
   margin-bottom: 10px;
 }
 .pricing #hs_cos_wrapper_widget_1687945598587 {
  background: linear-gradient(to right, #0052cd 42%, #00b9c5);
    }

 .pricing #hs_cos_wrapper_widget_1687945598587 {
  background: linear-gradient(to right, #0052cd 42%, #00b9c5);
  border-radius: 20px;
  }
 .pricing #hs_cos_wrapper_widget_1687945598587 h3 {
    color: #ffffff;
 }
 .pricing #hs_cos_wrapper_widget_1687945598587 span {
    color: #ffffff;
 }


/* .blog-post__body p {
  width: 74%;
  width: 680px;
  position: absolute;
  margin-left: 150px;
  display:inline-block;
} */
#hs_cos_wrapper_post_body > * {
  width: 700px;
  float: right;
  text-align: left;
}

.blog-more {
  float: right;
}

.blog-post__tags {
  float: left;
}

#hs_cos_wrapper_post_body #hs_cos_wrapper_widget_1688556641432, #hs_cos_wrapper_post_body #hs_cos_wrapper_widget_1688995231119 {
  width: 25%;
  display: inline-block;
  margin-left: 0px;
  float: left;
}

#hs_cos_wrapper_post_body #hs_cos_wrapper_widget_1688556641432 .kl-rich-text p, #hs_cos_wrapper_post_body #hs_cos_wrapper_widget_1688995231119 .kl-rich-text p {
   width: 100%;
   display: inline-block;
   position: relative;
   margin-left: 0px;
}

.blog-post__body #hs_cos_wrapper_widget_1688672682221 .kl-card-grid p, .blog-post__body #hs_cos_wrapper_widget_1688995434298 .kl-card-grid p {
   width: 100%;
   display: inline-block;
   position: relative;
   margin-left: 0px;
}

.blog-post__body #hs_cos_wrapper_widget_1688672682221, .blog-post__body #hs_cos_wrapper_widget_1688995434298 {
  margin-left: 0px;
  display: block;
/*   width: 800px; */
  margin-bottom: 200px;
  float: left;
  width: 1240px;
  margin-top: 30px;
  right: 0px;
  position: relative;
}

.body-container--blog-post .right-banner #hs_cos_wrapper_blog-banner {
/*   height: 500px; */
  width: 300px;
/*   top: 520px; */
  position: fixed;
  right: 0;
} 

.body-container--blog-post .right-banner #hs_cos_wrapper_blog-banner {
  display: none;
}
.body-container--blog-post .right-banner {
  display: none;
}

.hs-blog-post .blog-post .blog-post__body-wrapper .blog-post__body {
  width: 1000px;
}

.blog-wrapper #hs_cos_wrapper_post_body > * {
    float: left;
}

/* .blog-wrapper #hs_cos_wrapper_widget_acc2c232-9a29-48e4-84f7-09ff2ffbc21b{
    right: 0;
    position: fixed;
    top: 520px;
    width: 300px;
    z-index: 1;
    opacity: 1;
} */

/* .blog-wrapper .scrolled {
  opacity: 0 !important;
} */

@media screen and (max-width: 1080px) {
  .hs-blog-post .right-banner #hs_cos_wrapper_blog-banner {
     display: none;
  }
  .hs-blog-post .blog-post .blog-post__body-wrapper .blog-post__body {
    width: 100%;
  }
}

.hs-blog-post .blog-post .blog-post__body-wrapper{
height: 0px;
}

#hs_cos_wrapper_blog-subscribe {
  display: inline-block;
  width: 100%;
}

.hs-blog-post .footer-website{
  height: auto;
  position: relative;
  float: left;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}


.blog-post .blog-post__tags {
  display: inline-block !important;
}

.blog-post__body .kl-card-grid__card {
  border: none;
}

.case-study-wrapper .blog-post {
  position: relative;
  bottom: 200px;
}

.case-study-wrapper .blog-post .blog-post__title {
  background-color: #fff;
  padding: 30px;
}

.landing-long .video_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 20px 40px 0px rgba(1, 16, 58, 0.14);
    line-height: 85px;
    font-size: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.landing-long .image-background {
background-image: url(https://27089344.fs1.hubspotusercontent-eu1.net/hub/27089344/hubfs/ananas-elogii.png);
/*   background-image: url(https://27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/ananas-elogii.png"%20width="2001"%20height="1077"%20loading="lazy"%20alt="ananas-elogii"%20style="height:%20auto;%20max-width:%20100%;%20width:%202001px;); */
    background-position: center;
    background-position-y: -150px;
    background-size: cover;
    height: 560px;
}

.landing-long .ti-control-play {

    text-shadow: 0px 6px 25px rgba(16, 147, 140, 0.9);
    position: relative;
    top: 20px;
    left: 20px;
}

.landing-long .ti-control-play {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  height: 16px;
  display: block;
  border-color: transparent transparent transparent #17c7bd;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 20px 0 20px 40px;
}


.landing-long .row-number-1 {
  height: 710px;
}

.landing-long .hs_email {
  display: inline-table;
/*   border-radius: 8px; */
  width: 440px;
}
.landing-long .hs_submit {
  border: 3px solid white;
  display: inline-table;
  position: relative;
  border-radius: 8px;
  right: 5px;
  bottom: 1px;
}

.landing-long .hs_submit .hs-button {
  border-radius: 4px;
  background-color: #32cd32;
}

.landing-long .hs-input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 50px;
}

.landing-long #hs_cos_wrapper_widget_1697464039024 .kl-card-grid__card {
  background: none;
  box-shadow: none;
}

.landing-long #hs_cos_wrapper_widget_1697464039024 .kl-card-grid__card-wrapper {
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.landing-long #hs_cos_wrapper_widget_1697464039024 .kl-card-grid__image
{
  position: relative;
  width: 50px;
  height: 50px;
  left: 20px;
  border-radius: 50%/14%;
}

.landing-long .check li:before {
    left: -25px;
    position: relative;
    top: 0;
    font-size: 25px;
    margin-right: -22px;
}

.landing-long .check ul li:before {
  content: '\2713';
  display: inline-block;
  color: #0f86f1;
  padding: 0px;
}

.landing-long .check ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 25px;
  color: #5a656f;
  left: 0px;
  position: relative;
}
.landing-long .hs_country_dropdown .hs-input, .landing-long .hs_fleet_size_ .hs-input {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  color: #fff;
  padding-left: 0px;
} 

.landing-long .hs_country_dropdown .hs-input option, .landing-long .hs_fleet_size_ .hs-input option {
  background: #1885f9;
}

.footer-customize .hs-cta-embed-96319090373 {
  display: inline-flex;
  float: right;
}

.landing-long .check h5 {
  font-size: 1.5rem;
}

.landing-long .inpage-editor-active-field {
  outline: none !important;
}

.landing-long #hs_cos_wrapper_widget_1697629962033 .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
    padding: 30px 25px;
}

.landing-long #hs_cos_wrapper_widget_1697629962033 .kl-card-grid--4-columns .kl-card-grid__card-wrapper h3 {
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
}

.landing-long #hs_cos_wrapper_widget_1697629962033 .kl-card-grid--4-columns .kl-card-grid__card-wrapper .kl-card-grid__card {
    border: none;
    box-shadow: none;
}

.landing-long #hs_cos_wrapper_widget_1697629962033 .kl-card-grid--4-columns {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.landing-long #hs_cos_wrapper_widget_1697641056516 p {
    margin: 0 0 0.4rem;
}

.landing-long #hs_cos_wrapper_widget_1697632082541 {
  padding: 50px;
  border-radius: 15px; 
  background: linear-gradient(90.47deg, #186cf9 0.37%, #00b7e5 99.56%) !important;
}

.landing-long #hs_cos_wrapper_widget_1697632082541_ h3 {
  font-weight: 500;
  font-size: 44px;
  padding: 0 100px;
  text-align: center;
  color: #ffffff;
}

.landing-long #hs_cos_wrapper_widget_1697632082541_ .input input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #f2effc;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 0px;
    color: #ffffff;
    caret-color: #ffffff;
    &::placeholder {
      color: #ffffff;
      font-weight: 500;
    }
}

.landing-long #hs_cos_wrapper_widget_1697632082541_ label {
  display: none;
}

.landing-long #hs_cos_wrapper_widget_1697632082541_ .hs-fieldtype-text {
  max-width: 430px;
  padding-right: 10px;
  margin-bottom: 25px;
}

.landing-long #hs_cos_wrapper_widget_1697632082541_ .hs-fieldtype-phonenumber {
  max-width: 430px;
  padding-right: 10px;
  margin-bottom: 25px;
}

.landing-long #hs_cos_wrapper_widget_1697632082541_ textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f2effc;
  box-shadow: none;
  border-radius: 0px;
  padding-left: 0px;
  height: 60px;
  overflow: hidden;
  color: #ffffff;
  line-height: 22px;
  padding-top: 25px;
  &::placeholder {
    color: #ffffff;
    font-weight: 500;
  }
}

.landing-long #hs_cos_wrapper_widget_1697632082541_ .hs-custom-form {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.landing-long #hs_cos_wrapper_widget_1697632082541_ .hs-submit {
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* .landing-long #hs_cos_wrapper_widget_1697632082541_ {
  padding: 50px;
  border-radius: 15px 
} */

.landing-long #hs_cos_wrapper_widget_1697632082541_ .hs_message {
  margin-bottom:50px;
}

.landing-long #oembed_container-widget_1697553132590 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.landing-long .hs-form-8771a5b6-3253-4493-96f2-773f8809067b .hs-form__pagination-content-container input {
  &::placeholder {
    color: #ffffff;
    font-weight: 500;
  }
}

.landing-long .hs-form-8771a5b6-3253-4493-96f2-773f8809067b .hs-form__pagination-content-container label {
  display: none;
}

@media screen and (max-width: 767px) {
  .homepage .hsForm_92251ab4-2b11-4535-9e48-e059fc46a970 .hs_email {
    width: 100%;
  }
  .homepage .input .hs-input, .homepage .hs_submit .actions .hs-button {
     border-radius: 5px;
  }
  .homepage .hsForm_92251ab4-2b11-4535-9e48-e059fc46a970 .hs_submit {
    display: block;
    text-align: center;
  }
  .homepage .kl-cards-slider__header {
    max-width: 100%;
  }
  .homepage .kl-cards-slider__content {
    max-width: 100%;
    padding: 0px;
  }
  .homepage .kl-cards-slider {
    height: auto;
  }
  .homepage .kl-cards-slider__content div p:nth-child(1) {
    display: block;
    text-align: right;
    bottom: 0px;
  }
  .homepage .kl-cards-slider__content div p:nth-child(2) {
    max-width: 100%;
  }
  .homepage .row-number-27 .kl-rich-text p span img {
    display: none !important;
  }
  .homepage .row-number-27 .kl-rich-text div img:first-child {
/*     width: 80% !important;
    margin: 40px auto 15px !important;
    display: block;
    float: none !important; */
  }
  .homepage .row-number-34 .splide__main .splide__slide_custom {
    width: 100% !important;
  }
  
  .footer-website .upper {
    display: flex;
    flex-direction: column;
  }
  .footer-website .upper .kl-footer__menu .custom {
    margin: 50px 0px 80px 0px;
    text-align: center;
  }
  .footer-website .upper .kl-footer__main .custom {
    text-align: center;
  }
  .footer-website .kl-footer__menu {
    width: 100% !important;
  }
  
  .book-demo .dnd-section .row-number-42 .cell_1681908379028-vertical-alignment {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  .blog-custom .blog-filter {
    width: 100%;
    display: block;
  }
  .blog-custom .blog-index {
    width: 100%;
    display: block;
  }  
  
  .plans .kl-pricing {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .plans .kl-pricing .kl-pricing__card {
    margin-left: 0px;
  }
  
  #hs_cos_wrapper_post_body > * {
    width: auto;
    float: left;
  }
  
  .blog-post__body #hs_cos_wrapper_widget_1688672682221, .blog-post__body #hs_cos_wrapper_widget_1688995434298 {
    width: auto;
    right: 0px;
  }
  
  #hs_cos_wrapper_post_body #hs_cos_wrapper_widget_1688556641432, #hs_cos_wrapper_post_body #hs_cos_wrapper_widget_1688995231119 {
    width: auto;
  }
  .home-delivery-world .kl-cards-slider__card .kl-cards-slider__content div {
      width: 88% !important;
  }
  .home-delivery-world .kl-cards-slider-wrapper .kl-cards-slider {
    max-width: 100% !important;
  }
  .home-delivery-world .dnd_area-row-13-background-image {
    background-repeat: repeat !important;
  }
  .home-delivery-world .dnd_area-row-0-max-width-section-centering {
    background-color: #94d8ff !important;
  }
  .home-delivery-world .dnd_area-row-0-max-width-section-centering .kl-rich-text--center {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 250px;
  color: black;
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  box-shadow: 2px 2px 2px #e8e8e8;
  display: inline-block;
}

.plans .hover-text:hover+.tooltip-text {
  visibility: visible;
}

.hover-text {
  display: inline-block;
}

.blog-post__body .kl-card-grid__content {
    padding: 20px 15px;
}

.blog-subscribe__header { 
    max-width: 4092px;
    flex-basis: 4092px;
}

.blog-subscribe__header .half .hs-cta-embed {
  width: 400px !important;
}

.blog-tags::-webkit-scrollbar {
  width: 5px;
}

/* Handle */
.blog-tags::-webkit-scrollbar-thumb {
  background: #b6b6b6; 
  border-radius: 10px;
}

/* Handle on hover */
.blog-tags::-webkit-scrollbar-thumb:hover {
  background: #908e8e; 
}

.blog-post__tags {
  width: 100%;
}

.blog-post__tag-link {
  margin-left: auto;
}

.blog-more-posts__post .blog-more-posts__post-content {
  background: #ffffff;
}

.blog-filter #hs_cos_wrapper_site_search_ {
  display: none;
}

#hs_cos_wrapper_widget_1712579447901 .kl-rich-text .calendly-inline-widget {
  height: 840px !important;
}

.body-container--landing-page #hs_cos_wrapper_widget_1713950229006 .splide__main .splide__arrow--prev {
  left: -5%;
  top: 40%;
}
.body-container--landing-page #hs_cos_wrapper_widget_1713950229006 .splide__main .splide__arrow--next {
  right: -5%;
  top: 40%;
}

.body-container--landing-page #hs-button_widget_1713968596731 {
    border-radius: 5px;
    bottom: 87px;
    position: relative;
    left: 251px;
}

.body-container--landing-page #country_dropdown-input {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .blog-subscribe__header {
    div:first-child {
      max-width: 100% !important;
    }
  }
  
  .blog-subscribe__header .half {
    max-width: 100% !important;
    float: none !important;
  }
}
/* @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    */
/*****************************************/

body {
  overscroll-behavior-y: none;
}

.hs-content-id-68725756092 .kl-header-website {
  background: none !important;
  transition: all 0.6s linear;
  backdrop-filter: blur(10px);
}

.hs-content-id-68725756092 .kl-header-website .kl-navbar__logo {
  content: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/logo_header_white.svg);
}

.hs-content-id-68725756092 .kl-header-website.scrolled {
  background: rgba(255,255,255, 0.7) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 10px rgba(154,161,177,.1) !important;
}

.hs-content-id-68725756092 .kl-header-website.scrolled .kl-navbar .kl-navbar__button {
  color: #000000;
}

.hs-content-id-68725756092 .kl-header-website .kl-navbar .kl-navbar__end a:first-child {
  font-size: 14px;
  margin-right: 40px;
}

.hs-content-id-68725756092 .kl-header-website.scrolled .kl-navbar .kl-navbar__logo {
  content: none;
}

.hs-content-id-68725756092 .kl-header-website .kl-navbar__button {
  color: #ffffff;
}

.hs-content-id-68725756092 .kl-header-website .hs-inline-web-interactive-86899345612 {
  background: none;
  padding: 8px 15px 10px 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  transform: none;
  margin: 0;
}

.hs-content-id-68725756092 .kl-header-website .hs-inline-web-interactive-86899345612:hover,
.hs-content-id-68725756092 .kl-header-website.scrolled .hs-inline-web-interactive-86899345612 {
  border: 1px solid #00B7E5;
  color: #00B7E5;
  transform: none;
}

.homepage h1, .homepage h2 {
  padding: 0;
  margin: 0;
}

.homepage-redesign.homepage .dnd_area-row-1-margin {
    margin-top: -28px !important;
}

.homepage-redesign.homepage .dnd_area-row-0-max-width-section-centering {
  background-image: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/home_hero_background.png), url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/home_hero_repeat_background.png) !important;
  background-size: auto !important;
  background-color: #ffffff;
  background-position: center 0px, 0 0px !important;
  background-repeat: no-repeat, repeat-x !important;
}

.homepage #hs_cos_wrapper_widget_1697444275605 {
  margin-top: 35px;
}

.homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form {
  display: flex;
  justify-content: center;
  align-content: center;
}

.homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form input {
  width: 270px;
  border-radius: 6px 0 0 6px;  
  font-size: 16px;
  line-height: 40px;
  padding: 0 5px 0 15px;
}

.homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form input::placeholder {
  color: #cccccc;
}

.homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form .hs-web-interactive-inline a.hs-inline-web-interactive-86899345612 {
  position: relative;
  top: 10px;
  width: 150px;
  border-radius: 0 6px 6px 0;  
  background: #1A75FF;
  color: #ffffff;
  font-weight: 16px;
  padding: 11px 14px 11px 20px;
}

.homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form .hs-web-interactive-inline a.hs-inline-web-interactive-86899345612 .get-a-demo-btn {
  display: inline-block;
}

.homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form .hs-web-interactive-inline a:hover,
.homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form .hs-web-interactive-inline a:focus,
.homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form .hs-web-interactive-inline a:active {
  text-decoration: none;
}

.homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form .hs-web-interactive-inline a.hs-inline-web-interactive-86899345612::after,
.hs-content-id-68725756092 .kl-header-website .hs-inline-web-interactive-86899345612 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='white'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='white' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
  position: relative;
  top: 2px;
  margin-left: 24px;
}

.hs-content-id-68725756092 .kl-header-website.scrolled .hs-inline-web-interactive-86899345612 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='%2300B7E5'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='%2300B7E5' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
}

.homepage-redesign #hs_cos_wrapper_module_17412674790953 .kl-logos img,
.homepage-redesign #hs_cos_wrapper_module_1741267646213 .kl-logos img {
   transform: scale(1.2);
}

.homepage-redesign #hs_cos_wrapper_module_17412674790953,
.homepage-redesign #hs_cos_wrapper_module_1741267646213 {
 margin-bottom: 30px;
}

.homepage .section-lead {
  display: inline-block;
  width: 2px;
  height: 50px;
  margin: 50px auto;
  background-color: #1A75FF;
}

.homepage .section-lead.green {
  background-color: #3CB34B;
}

.homepage .section-lead.yellow {
  background-color: #FFD335;
}

.homepage .section-lead.red {
  background-color: #E54747;
}

.homepage .section-lead.purple {
  background-color: #8102FF;
}

.homepage .section-lead.cyan {
  background-color: #00E2D5;
}

.homepage .hs-tabs__content__panel .split-container {
  display: flex;
  justify-content: center;
}

.homepage .hs-tabs__content__panel h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #1D2653;
  margin-bottom: 30px;
}

.homepage .hs-tabs__content__panel .split-container .left-side {
  display: flex;
  flex-shrink: 0;
  min-height: 450px;
  align-content: center;
  justify-content: center;
  flex: 1;
}

.homepage .hs-tabs__content__panel .split-container .right-side {
  width: 220px;
  margin-left: 25px;
}

.homepage .hs-tabs__content__panel .split-container .right-side.video-on-left {
  width: 170px;
}

.homepage .hs-tabs__content__panel .split-container .list {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}

.homepage .hs-tabs__content__panel .split-container .list > div {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0dee7;
  font-size: 16px; 
}

.homepage .hs-tabs__content__panel .split-container img {
  width: 500px;
  border: 1px solid #c0dee7;
  border-radius: 6px;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  max-width: 500px !important;
}

.homepage .hs-tabs__content__panel .split-container > img {
  width: 700px;
  max-width: 700px !important;
}

.homepage .hs-tabs__content__panel .split-container img.clear {
  background: none;
  box-shadow: none;
  padding: none;
  border: none;
}

.homepage .hs-tabs__content__panel .split-container.horizontal .list {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 30px;
}

.homepage .hs-tabs__content__panel .split-container.horizontal .list > div {
  padding: 10px 10px 0px 10px;
  border-top: 2px solid #c0dee7;
  border-bottom: none;
  max-width: 50%;
  margin-right: 20px;
}

.homepage .hs-tabs__content__panel .split-container.horizontal .list > div:last-child {
  margin-right: 0;
}

.homepage .hs-tabs__content__panel .hs-video-widget {
  min-height: 450px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: center;
  flex: 1;
}

.homepage .hs-tabs__content__panel .hs-video-widget .hs-video-container {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
  margin: 15px !important;
}

#player-container {
  display: none;
  position: fixed;
  background: #ffffff66;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  justify-content: center;
  align-content: center;
}

#player-container #player {
  position: relative;
  top: calc(50% - 435px);
}

#player-container .close-btn {
  position: relative;
  cursor: pointer;
  font-size: 80px;
}

.homepage h4 {
  font-weight: 500;
  color: #1d2653; 
}

.homepage .row-number-22 .kl-rich-text {
  padding: 0 !important;
}

.homepage .row-number-33 {
  border: none !important;
}

.homepage-redesign .kl-cards-slider__card {
  border-bottom: none;
}

.homepage-redesign .body-container .kl-cards-slider__card .kl-cards-slider__content {
  width: 100%;
  max-width: 100%;
/*   height: 600px */
}

.homepage-redesign .body-container .kl-cards-slider__card .kl-cards-slider__content div {
   width: auto;
  margin: 0px;
  
  border: none;
  box-shadow: none;
}

.homepage-redesign .body-container .kl-cards-slider__card .kl-cards-slider__content > div {
/*   display: inline-block; */
  background-color: #FFFFFF;
  width: 95%;
  border: none;
    border-radius: 35px;
    margin: 0px;
    box-shadow: none;
    padding: 0px;
}

.homepage-redesign .body-container .kl-cards-slider__card .kl-cards-slider__content .cs-content {
  max-width: 960px;
  width: auto;
  border: none;
  background-color: transparent;
/*     border-radius: 35px; */
    margin: 0px auto;
   /* box-shadow: none; */
    padding: 0px; 
}
.homepage-redesign .body-container .kl-cards-slider__card .kl-cards-slider__content .cs-content .left {
  background-color: transparent; 
   padding: 0px;
}

.homepage-redesign .body-container .kl-cards-slider__card .kl-cards-slider__content .cs-content .right {
  background-color: transparent;
   padding: 0px;
}
.homepage-redesign .body-container .kl-cards-slider__card .kl-cards-slider__content .cs-content .right div {
  background-color: transparent;
  padding: 0px;
}
.homepage-redesign .body-container .home-case-study {
    width: 100%;
    border-radius: 30px;
    padding: 50px;
}
.homepage-redesign .body-container .home-case-study.ananas,
.homepage-redesign .body-container .home-case-study.porcelanosa {
  background-color: #FFF59F;
  background-image: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_1.png), url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_2.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  width: 99% !important;
  left: 37px;
  position: relative;
}

.homepage-redesign .body-container .home-case-study.bristow {
  background-color: #9FFFD7;
  background-image: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_3.png), url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_4.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  width: 99% !important;
  left: 37px;
  position: relative;
}

.homepage-redesign .body-container .home-case-study.nhs {
  background-color: #96EFFC;
  background-image: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_3.png), url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_5.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  width: 99% !important;
  left: 37px;
  position: relative;
}

.homepage-redesign .body-container .home-case-study .cs-content img {
     height: auto !important; 
     width: auto !important; 
}

.homepage-redesign .body-container .home-case-study .cs-content .left .top {
     padding: 0px;
}
.homepage-redesign .body-container .home-case-study .cs-content .left .bottom {
     padding: 0px;
}

.homepage-redesign .body-container .home-case-study .cs-content .left .person-container {
  background: transparent;
  padding: 0;
}
.homepage-redesign .body-container .home-case-study .cs-content .left .person-container .photo {
  background: transparent;
}
.homepage-redesign .body-container .home-case-study .cs-content  .logo {
    height: auto !important;
    max-width: 100%;
    width: 197px !important;
}


.homepage-redesign .body-container .home-case-study .cs-content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.homepage-redesign .body-container .home-case-study.ananas .cs-content {
  max-width: 960px;
}
.homepage-redesign .body-container .home-case-study.bristow .cs-content {
  max-width: 960px;
}
.homepage-redesign .body-container .home-case-study.nhs .cs-content {
  max-width: 960px;
}

.homepage-redesign .body-container .home-case-study .cs-content .left {
  position: relative;
  flex-shrink: 0;
}

.homepage-redesign .body-container .home-case-study .cs-content .left .figure {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  width: 146px;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 5px 8px;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.homepage-redesign .body-container .home-case-study .cs-content .left .figure .top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-redesign .body-container .home-case-study .cs-content .left .figure .top .number {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
}

.homepage-redesign .body-container .home-case-study .cs-content .left .figure .title {
  font-size: 20px;
  margin-left: 15px;
}

.homepage-redesign .body-container .home-case-study .cs-content .left .figure .bottom {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  line-height: 15px;
  margin: 5px 0;
}

.homepage-redesign .body-container .home-case-study .cs-content .left .figure.figure-one {
  top: 5px;
  left: 25px;
}

.homepage-redesign .body-container .home-case-study .cs-content .left .figure.figure-two {
  top: 180px;
  left: 0;
}

.homepage-redesign .body-container .home-case-study .cs-content .left .figure.figure-three {
  top: 265px;
  right: 0;
  margin-bottom: 20px;
}

.homepage-redesign .body-container .home-case-study .cs-content .left .photo {
  margin-left: 20px;
  margin-bottom: 30px;
}

.homepage-redesign .body-container .home-case-study.bristow .cs-content .left .photo {
  margin-left: 0px;
  padding: 10px 5px;
 }

.homepage-redesign .body-container .home-case-study .cs-content .right {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  position: relative !important;
  width: auto !important;
  left: 0;
  top: 0;
}

.homepage-redesign .body-container .home-case-study .cs-content .right .caption {
  font-size: 18px;
  font-weight: 300;
  margin-top: 25px;
}

.homepage-redesign .body-container .home-case-study .cs-content .right .quote {
  display: flex;
  margin-top: 25px;
}

.homepage-redesign .body-container .home-case-study.ananas .cs-content .right .quote {
  cursor: pointer;
}

.homepage-redesign .body-container .home-case-study .cs-content .right .quote .quote-icon {
  flex-shrink: 0;
  margin-right: 25px;
}

.homepage-redesign .body-container .home-case-study .cs-content .right .quote .quote-text {
  font-weight: 300;
  font-size: 20px;
  font-style: italic;
}

.homepage-redesign .body-container .home-case-study .cs-content .right .action-btn {
  margin-top: 25px;
  align-self: flex-end;
  display: inline-block;
  padding: 12px 80px !important;
  border-radius: 6px;
  cursor: pointer;
}

.homepage-redesign .body-container .home-case-study .cs-content .right .action-btn a {
  color: #ffffff;
}

.homepage-redesign .body-container .home-case-study.ananas .cs-content .right .action-btn {
  background: #F07124;
  color: #ffffff;
  max-width: 230px;
}

.homepage-redesign .body-container .home-case-study.porcelanosa .cs-content .right .action-btn {
  background: #F07124;
  color: #ffffff;
}
  
.homepage-redesign .body-container .home-case-study.bristow .cs-content .right .action-btn {
  background: #FFD335;
}

.homepage-redesign .body-container .home-case-study.nhs .cs-content .right .action-btn {
  background: #1A75FF;
}

.homepage-redesign .body-container .blog-slider-with-zoom .blog-slider-with-zoom_slick-next {
  top: 50% !important;
}

/* .homepage-redesign .body-container .kl-rich-text__buttons .button span {
  font-size: 16px;
}

.homepage-redesign .body-container .widget-span .kl-rich-text .hs-video-widget {
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
    margin: 15px !important;
}
*/
.homepage-redesign .body-container .left-block {
  border: 1px solid rgba(228,248,242,1.0);
  background-color: rgba(228,248,242,1.0);
/*   padding: 15px;
  align-items: center;
    border-radius: 6px !important;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex: 1;
    min-height: 58px;
    position: relative;
    width: 290px;
  font-weight: 400 !important; */
} 

.homepage-redesign .body-container .row-number-60 > .row-fluid {
    background: linear-gradient(0deg, #186CF9 0.37%, #00B7E5 42.56%) !important;
}

.homepage-redesign .body-container .row-number-60 .row-fluid {
    border-radius: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.homepage-redesign .body-container .hs-tabs-hint {
  display: none;
}

.homepage-redesign .body-container .hs-tabs-heading div {
    font-size: 20px;
    font-weight: 600;
}

.homepage-redesign .body-container .ctas {
  display: none;
}

/* .hs-content-id-211099842803 .kl-header-website {
    backdrop-filter: blur(10px);
    background: none !important;
    transition: all .6slinear;
}

.hs-content-id-211099842803 .kl-header-website.scrolled {
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .7) !important;
    box-shadow: 0 5px 10px rgba(154, 161, 177, .1) !important;
}

.hs-content-id-211099842803 .kl-header-website .hs-inline-web-interactive-86899345612 {
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 8px 15px 10px 30px;
    transform: none;
}

.hs-content-id-211099842803 .kl-header-website .hs-inline-web-interactive-213448799466 {
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 8px 15px 10px 30px;
    transform: none;
}

.hs-content-id-211099842803 .kl-header-website.scrolled .hs-inline-web-interactive-86899345612 {
    border: 1px solid #00b7e5;
    color: #00b7e5;
    transform: none;
}

.hs-content-id-211099842803 .kl-header-website .kl-navbar__button {
    color: #fff;
}

.hs-content-id-211099842803 .kl-header-website.scrolled .kl-navbar .kl-navbar__logo {
    content: none;
}

.hs-content-id-211099842803 .kl-header-website .kl-navbar__logo {
    content: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/logo_header_white.svg);
} */

.hs-content-id-211099842803 .kl-header-website {
  background: none !important;
  transition: all 0.6s linear;
  backdrop-filter: blur(10px);
}

.hs-content-id-211099842803 .kl-header-website .kl-navbar__logo {
  content: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/logo_header_white.svg);
}

.hs-content-id-211099842803 .kl-header-website.scrolled {
  background: rgba(255,255,255, 0.7) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 10px rgba(154,161,177,.1) !important;
}

.hs-content-id-211099842803 .kl-header-website.scrolled .kl-navbar .kl-navbar__button {
  color: #000000;
}

.hs-content-id-211099842803 .kl-header-website .kl-navbar .kl-navbar__end a:first-child {
  font-size: 14px;
  margin-right: 40px;
}

.hs-content-id-211099842803 .kl-header-website.scrolled .kl-navbar .kl-navbar__logo {
  content: none;
}

.hs-content-id-211099842803 .kl-header-website .kl-navbar__button {
  color: #ffffff;
}

.hs-content-id-211099842803 .kl-header-website .hs-inline-web-interactive-86899345612 {
  background: none;
  padding: 8px 15px 10px 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  transform: none;
  margin: 0;
}

.hs-content-id-211099842803 .kl-header-website .hs-inline-web-interactive-86899345612:hover,
.hs-content-id-211099842803 .kl-header-website.scrolled .hs-inline-web-interactive-86899345612 {
  border: 1px solid #00B7E5;
  color: #00B7E5;
  transform: none;
}

.hs-content-id-211099842803 .kl-header-website .hs-inline-web-interactive-213448799466 {
  background: none;
  padding: 8px 15px 10px 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  transform: none;
  margin: 0;
}

.hs-content-id-211099842803 .kl-header-website .hs-inline-web-interactive-213448799466:hover,
.hs-content-id-211099842803 .kl-header-website.scrolled .hs-inline-web-interactive-213448799466 {
  border: 1px solid #00B7E5;
  color: #00B7E5;
  transform: none;
}

.homepage-redesign #hs_cos_wrapper_module_17412636533854 .kl-features-01__card {
    background-color: white;
}

.hs-content-id-211099842803 .kl-header-website.scrolled .hs-inline-web-interactive-86899345612 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='%2300B7E5'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='%2300B7E5' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
}

.hs-content-id-211099842803 .kl-header-website.scrolled .hs-inline-web-interactive-213448799466 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='%2300B7E5'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='%2300B7E5' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
}

.hs-content-id-211099842803 .kl-header-website .hs-inline-web-interactive-86899345612 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='white'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='white' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
}
.hs-content-id-211099842803 .kl-header-website .hs-inline-web-interactive-213448799466 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='white'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='white' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
}

.homepage-redesign .row-number-40 .kl-card {
    min-height: 250px;
  }

/* //////////////////////////////////////////////// */
.homepage-redesign .body-container .dnd_area-row-11-padding,
.homepage-redesign .body-container .dnd_area-row-8-padding,
.homepage-redesign .body-container .dnd_area-row-5-padding,
.homepage-redesign .body-container .dnd_area-row-4-padding {
  display: none;
}
/* //////////////////////////////////////////////// */


@media screen and (max-width: 1024px) {
  
  .hs-content-id-68725756092 .kl-header-website,
  .hs-content-id-68725756092 .kl-header-website.scrolled {
    backdrop-filter: none;
  }
  
  .hs-content-id-68725756092 .kl-header-website.scrolled {
    background-color: #ffffff !important;
  }
  
  .hs-content-id-68725756092 .kl-header-website .kl-navbar__button {
    color: #000000;
  }
  
  .hs-content-id-68725756092 .kl-header-website .kl-navbar.kl-navbar--active {
    background-color: #ffffff;
  }
  
  .hs-content-id-68725756092 .kl-header-website .kl-navbar.kl-navbar--active .kl-navbar__logo {
    content: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/logo_header.svg);
  }
 
  .hs-content-id-68725756092 .kl-header-website .kl-navbar .hamburger-inner, 
  .hs-content-id-68725756092 .kl-header-website .kl-navbar .hamburger-inner:after, 
  .hs-content-id-68725756092 .kl-header-website .kl-navbar .hamburger-inner:before { 
    background-color: #ffffff;
  }
  
  .hs-content-id-68725756092 .kl-header-website.scrolled .kl-navbar .hamburger-inner, 
  .hs-content-id-68725756092 .kl-header-website.scrolled .kl-navbar .hamburger-inner:after, 
  .hs-content-id-68725756092 .kl-header-website.scrolled .kl-navbar .hamburger-inner:before,
  .hs-content-id-68725756092 .kl-header-website .kl-navbar.kl-navbar--active .hamburger-inner, 
  .hs-content-id-68725756092 .kl-header-website .kl-navbar.kl-navbar--active .hamburger-inner:after, 
  .hs-content-id-68725756092 .kl-header-website .kl-navbar.kl-navbar--active .hamburger-inner:before { 
  }
  
  .hs-content-id-68725756092 .kl-header-website .hs-inline-web-interactive-86899345612 {
    color: #00B7E5;
    border: 1px solid #00B7E5;
  }
  
  .homepage-redesign.homepage .dnd_area-row-0-max-width-section-centering {
    background-position: center -310px, 0 0px !important;
  }
  
  .homepage-redesign.homepage .dnd_area-row-1-margin {
    margin-top: -107px !important;
  }
  
  .homepage-redesign.homepage .dnd_area-row-1-padding {
    padding-bottom: 20px !important;
  }
  
  .homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form input {
    width: 220px;
  }
  
  .homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form .hs-web-interactive-inline a.hs-inline-web-interactive-86899345612 {
    padding: 11px 10px 12px 14px;
  }  
  
  .homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form .hs-web-interactive-inline a.hs-inline-web-interactive-86899345612:after, .hs-content-id-68725756092 .kl-header-website .hs-inline-web-interactive-86899345612 .get-a-demo-btn span:after {
     margin-left: 10px;
  }
  
  #hs_cos_wrapper_widget_1696506862478 h1 {
    line-height: 1.1;
  }
  
  #hs_cos_wrapper_widget_1697441899671 h2 {
    padding: 0 20px;
  }
  
  .homepage #hs_cos_wrapper_module_17412674790953 .kl-logos img,
  .homepage #hs_cos_wrapper_module_1741267646213 .kl-logos img{
    transform: none;
    width: auto !important;
  }
  
   .homepage #hs_cos_wrapper_module_17412674790953 .kl-logos .kl-logos__item,
   .homepage #hs_cos_wrapper_module_1741267646213 .kl-logos .kl-logos__item{
    margin: 0 10px;
    padding: 20px 0 !important;
  }
  
  #hs_cos_wrapper_widget_1697450946954 {
    margin: 0 20px;
  }
  
  #hs_cos_wrapper_widget_1705649246784 img {
    margin-top: 20px !important;
  }
  
  .homepage .hs-tabs {
    align-items: center;
    margin-bottom: 30px;
  }
  
  .homepage .hs-tabs__content__panel .split-container {
    display: block;
  }
  
  .homepage .hs-tabs__content__panel .split-container .left-side {
    display: block;
    min-height: 0;
    margin: 0;
  }
    
  .homepage .hs-tabs__content__panel .split-container.horizontal .list {
    display: block;
    margin: 0;
  }
  
  .homepage .hs-tabs__content__panel .split-container.horizontal .list>div {
    max-width: 100%;
    border-top: none;
    border-bottom: 1px solid #c0dee7;
    margin-right: 0;
    padding: 0;
  }
  
  .homepage .hs-tabs__content__panel .hs-video-widget {
    min-height: 0;
    margin: 0 0 20px 0;
  }
  
  .homepage .hs-tabs__content__panel .split-container img {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  
  .homepage .hs-tabs__content__panel .split-container .right-side {
    margin-left: 0;
    width: 100%;
  }
  
  .homepage .hs-tabs__content__panel .split-container .right-side.video-on-left {
    width: 100%;
  }
  
  .kl-card {
    margin-bottom: 25px;
  }
  
  .homepage .cell_17056345320372-row-0-padding {
    padding: 0 !important;
  }
  
  .homepage .cell_17056345320372-row-1-margin {
    margin: 0 !important;
  }
  
  .homepage .row-number-42.dnd_area-row-13-padding .row-fluid {
    flex-direction: column;
  }
  
  .homepage-redesign .body-container .kl-cards-slider__card .kl-cards-slider__content div {
    height: auto;
    width: 100% !important;
  }
  
  .homepage-redesign .body-container .home-case-study .cs-content .right {
    margin-left: 0px;
  }
  
  .homepage-redesign .body-container .home-case-study {
    left: 0px !important;
    padding: 30px;
  }
  
  .homepage-redesign .body-container .home-case-study .left > div {
    width: auto !important;
  }
  
  .homepage-redesign .body-container .kl-cards-slider-wrapper .kl-cards-slider {
    max-width: none;
  }
  
   .homepage-redesign .body-container .kl-features-01 .kl-features-01__card {
    margin: 20px !important;
    width: auto;
}
  
  .homepage-redesign .body-container .home-case-study .cs-content .left .figure {
    width: 146px !important;
  }
  
  .homepage-redesign .body-container .home-case-study .cs-content .left .figure.figure-three {
    right: -20px;
    top: 250px;
  }
  
  .homepage-redesign .body-container .kl-rich-text .kl-rich-text__buttons {
    margin: 5px;
  }
  
  .homepage-redesign .body-container .home-case-study .cs-content .left {
    margin-top:30px;
  }
  
  .homepage-redesign .body-container .home-case-study .cs-content .left img {
    width: 330px !important;    
    max-width: 100%;
  }
  
  #hs_cos_wrapper_widget_1697449183164 .kl-rich-text h3 {
        margin-top: 110px !important;
  }
  
}

@media screen and (min-width: 501px) and (max-width: 1025px) {
  
  .homepage-redesign.homepage .dnd_area-row-0-max-width-section-centering {
    background-position: center -245px, 0 -16px !important;
  }
  
  .homepage .row-number-42.dnd_area-row-13-padding .row-fluid {
    flex-direction: row;
  }
  
  .homepage .row-number-42.dnd_area-row-13-padding .row-fluid .kl-card {
    height: 240px;
  }
  
  .homepage .row-number-42.dnd_area-row-13-padding {
    padding-bottom: 100px !important;
  }

  .homepage-redesign .row-number-40 .cell_17056345320372-row-1-padding > .row-fluid {
    display: flex !important;
    flex-direction: row;
  }
  
  .homepage-redesign .row-number-40 .row-fluid .span3 {
    padding: 0;
  }
  
  .homepage-redesign .row-number-40 .kl-card {
    min-height: 275px;
  }
  
}

/* iPad Portrait */
@media only screen 
  and (min-width: 850px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
      
  .homepage .dnd_area-row-0-max-width-section-centering {
    background-position: center -170px, 0 -16px !important;
  }
}
/* @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    */
/*****************************************/

body {
  overscroll-behavior-y: none;
}

.hs-content-id-68725756092 .kl-header-website {
  background: none !important;
  transition: all 0.6s linear;
  backdrop-filter: blur(10px);
}

.hs-content-id-68725756092 .kl-header-website .kl-navbar__logo {
  content: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/logo_header_white.svg);
}

.hs-content-id-68725756092 .kl-header-website.scrolled {
  background: rgba(255,255,255, 0.7) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 10px rgba(154,161,177,.1) !important;
}

.hs-content-id-68725756092 .kl-header-website.scrolled .kl-navbar .kl-navbar__button {
  color: #000000;
}

.hs-content-id-68725756092 .kl-header-website .kl-navbar .kl-navbar__end a:first-child {
  font-size: 14px;
  margin-right: 40px;
}

.hs-content-id-68725756092 .kl-header-website.scrolled .kl-navbar .kl-navbar__logo {
  content: none;
}

.hs-content-id-68725756092 .kl-header-website .kl-navbar__button {
  color: #ffffff;
}

.hs-content-id-68725756092 .kl-header-website .hs-inline-web-interactive-86899345612 {
  background: none;
  padding: 8px 15px 10px 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  transform: none;
  margin: 0;
}

.hs-content-id-68725756092 .kl-header-website .hs-inline-web-interactive-86899345612:hover,
.hs-content-id-68725756092 .kl-header-website.scrolled .hs-inline-web-interactive-86899345612 {
  border: 1px solid #00B7E5;
  color: #00B7E5;
  transform: none;
}

.homepage h1, .homepage h2 {
  padding: 0;
  margin: 0;
}

.homepage-redesign.homepage .dnd_area-row-1-margin {
    margin-top: -28px !important;
}

.homepage-redesign.homepage .dnd_area-row-0-max-width-section-centering {
  background-image: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/home_hero_background.png), url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/home_hero_repeat_background.png) !important;
  background-size: auto !important;
  background-color: #ffffff;
  background-position: center 0px, 0 0px !important;
  background-repeat: no-repeat, repeat-x !important;
}

.homepage #hs_cos_wrapper_module_174255806486013 {
  margin-top: 35px;
}

.homepage #hs_cos_wrapper_module_174255806486013 .hero-demo-email-form {
  display: flex;
  justify-content: center;
  align-content: center;
}

.homepage .body-container--home #hs_cos_wrapper_module_174255806486013 .hero-demo-email-form input {
  width: 270px;
  border-radius: 6px 0 0 6px;  
  font-size: 16px;
  line-height: 40px;
  padding: 0 5px 0 15px;
  display: none;
}

.homepage .body-container--home #hs_cos_wrapper_module_174255806486013 .hero-demo-email-form .start-trial-btn {
  border-radius: 6px;  
  width: 250px;
}

.homepage #hs_cos_wrapper_module_174255806486013 .hero-demo-email-form input::placeholder {
  color: #cccccc;
}

.homepage #hs_cos_wrapper_module_174255806486013 .hero-demo-email-form .hs-web-interactive-inline a.hs-inline-web-interactive-86899345612 {
  position: relative;
  top: 10px;
  width: 150px;
  border-radius: 6px;  
  background: #1A75FF;
  color: #ffffff;
  font-weight: 16px;
  padding: 11px 14px 11px 20px;
}

.homepage #hs_cos_wrapper_module_174255806486013 .hero-demo-email-form .hs-web-interactive-inline a.hs-inline-web-interactive-86899345612 .get-a-demo-btn {
  display: inline-block;
}

.homepage #hs_cos_wrapper_module_174255806486013 .hero-demo-email-form .hs-web-interactive-inline a:hover,
.homepage #hs_cos_wrapper_module_174255806486013 .hero-demo-email-form .hs-web-interactive-inline a:focus,
.homepage #hs_cos_wrapper_module_174255806486013 .hero-demo-email-form .hs-web-interactive-inline a:active {
  text-decoration: none;
}

.homepage #hs_cos_wrapper_module_174255806486013 .hero-demo-email-form .hs-web-interactive-inline a.hs-inline-web-interactive-86899345612::after,
.hs-content-id-68725756092 .kl-header-website .hs-inline-web-interactive-86899345612 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='white'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='white' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
  position: relative;
  top: 2px;
  margin-left: 24px;
}

.hs-content-id-68725756092 .kl-header-website.scrolled .hs-inline-web-interactive-86899345612 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='%2300B7E5'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='%2300B7E5' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
}

.homepage #hs_cos_wrapper_module_174255806486019 .kl-logos img,
.homepage #hs_cos_wrapper_module_1742558064861 .kl-logos img {
   transform: scale(1.2);
}

.homepage #hs_cos_wrapper_module_174255806486019,
.homepage #hs_cos_wrapper_module_1742558064861 {
 margin-bottom: 30px;
}

.homepage .section-lead {
  display: inline-block;
  width: 2px;
  height: 50px;
  margin: 50px auto;
  background-color: #1A75FF;
}

.homepage .section-lead.green {
  background-color: #3CB34B;
}

.homepage .section-lead.yellow {
  background-color: #FFD335;
}

.homepage .section-lead.red {
  background-color: #E54747;
}

.homepage .section-lead.purple {
  background-color: #8102FF;
}

.homepage .section-lead.cyan {
  background-color: #00E2D5;
}

.homepage .hs-tabs__content__panel .split-container {
  display: flex;
  justify-content: center;
}

.homepage .hs-tabs__content__panel h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #1D2653;
  margin-bottom: 30px;
}

.homepage .hs-tabs__content__panel .split-container .left-side {
  display: flex;
  flex-shrink: 0;
  min-height: 450px;
  align-content: center;
  justify-content: center;
  flex: 1;
}

.homepage .hs-tabs__content__panel .split-container .right-side {
  width: 220px;
  margin-left: 25px;
}

.homepage .hs-tabs__content__panel .split-container .right-side.video-on-left {
  width: 170px;
}

.homepage .hs-tabs__content__panel .split-container .list {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}

.homepage .hs-tabs__content__panel .split-container .list > div {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0dee7;
  font-size: 16px; 
}

.homepage .hs-tabs__content__panel .split-container img {
  width: 500px;
  border: 1px solid #c0dee7;
  border-radius: 6px;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  max-width: 500px !important;
}

.homepage .hs-tabs__content__panel .split-container > img {
  width: 700px;
  max-width: 700px !important;
}

.homepage .hs-tabs__content__panel .split-container img.clear {
  background: none;
  box-shadow: none;
  padding: none;
  border: none;
}

.homepage .hs-tabs__content__panel .split-container.horizontal .list {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 30px;
}

.homepage .hs-tabs__content__panel .split-container.horizontal .list > div {
  padding: 10px 10px 0px 10px;
  border-top: 2px solid #c0dee7;
  border-bottom: none;
  max-width: 50%;
  margin-right: 20px;
}

.homepage .hs-tabs__content__panel .split-container.horizontal .list > div:last-child {
  margin-right: 0;
}

.homepage .hs-tabs__content__panel .hs-video-widget {
  min-height: 450px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: center;
  flex: 1;
}

.homepage .hs-tabs__content__panel .hs-video-widget .hs-video-container {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
  margin: 15px !important;
}

#player-container {
  display: none;
  position: fixed;
  background: #ffffff66;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  justify-content: center;
  align-content: center;
}

#player-container #player {
  position: relative;
  top: calc(50% - 435px);
}

#player-container .close-btn {
  position: relative;
  cursor: pointer;
  font-size: 80px;
}

.homepage h4 {
  font-weight: 500;
  color: #1d2653; 
}

.homepage .row-number-22 .kl-rich-text {
  padding: 0 !important;
}

.homepage .row-number-33 {
  border: none !important;
}

.homepage .kl-cards-slider__card {
  border-bottom: none;
}

.homepage .body-container .kl-cards-slider__card .kl-cards-slider__content {
  width: 100%;
  max-width: 100%;
/*   height: 600px */
}

.homepage .body-container .kl-cards-slider__card .kl-cards-slider__content div {
   width: auto;
  margin: 0px;
  
  border: none;
  box-shadow: none;
}

.homepage .body-container .kl-cards-slider__card .kl-cards-slider__content > div {
/*   display: inline-block; */
  background-color: #FFFFFF;
  width: 95%;
  border: none;
    border-radius: 35px;
    margin: 0px;
    box-shadow: none;
    padding: 0px;
}

.homepage .body-container .kl-cards-slider__card .kl-cards-slider__content .cs-content {
  max-width: 960px;
  width: auto;
  border: none;
  background-color: transparent;
/*     border-radius: 35px; */
    margin: 0px auto;
   /* box-shadow: none; */
    padding: 0px; 
}
.homepage .body-container .kl-cards-slider__card .kl-cards-slider__content .cs-content .left {
  background-color: transparent; 
   padding: 0px;
}

.homepage .body-container .kl-cards-slider__card .kl-cards-slider__content .cs-content .right {
  background-color: transparent;
   padding: 0px;
}
.homepage .body-container .kl-cards-slider__card .kl-cards-slider__content .cs-content .right div {
  background-color: transparent;
  padding: 0px;
}
.homepage .body-container .home-case-study {
    width: 100%;
    border-radius: 30px;
    padding: 50px;
}
.homepage .body-container .home-case-study.ananas,
.homepage .body-container .home-case-study.porcelanosa {
  background-color: #FFF59F;
  background-image: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_1.png), url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_2.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  width: 99% !important;
  left: 37px;
  position: relative;
}

.homepage .body-container .home-case-study.bristow {
  background-color: #9FFFD7;
  background-image: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_3.png), url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_4.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  width: 99% !important;
  left: 37px;
  position: relative;
}

.homepage .body-container .home-case-study.nhs {
  background-color: #96EFFC;
  background-image: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_3.png), url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/homepage_case_back_5.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  width: 99% !important;
  left: 37px;
  position: relative;
}

.homepage .body-container .home-case-study .cs-content img {
     height: auto !important; 
     width: auto !important; 
}

.homepage .body-container .home-case-study .cs-content .left .top {
     padding: 0px;
}
.homepage .body-container .home-case-study .cs-content .left .bottom {
     padding: 0px;
}

.homepage .body-container .home-case-study .cs-content .left .person-container {
  background: transparent;
  padding: 0;
}
.homepage .body-container .home-case-study .cs-content .left .person-container .photo {
  background: transparent;
}
.homepage .body-container .home-case-study .cs-content  .logo {
    height: auto !important;
    max-width: 100%;
    width: 197px !important;
}


.homepage .body-container .home-case-study .cs-content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.homepage .body-container .home-case-study.ananas .cs-content {
  max-width: 960px;
}
.homepage .body-container .home-case-study.bristow .cs-content {
  max-width: 960px;
}
.homepage.body-container .home-case-study.nhs .cs-content {
  max-width: 960px;
}

.homepage .body-container .home-case-study .cs-content .left {
  position: relative;
  flex-shrink: 0;
}

.homepage .body-container .home-case-study .cs-content .left .figure {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  width: 146px;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 5px 8px;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.homepage .body-container .home-case-study .cs-content .left .figure .top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage .body-container .home-case-study .cs-content .left .figure .top .number {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
}

.homepage .body-container .home-case-study .cs-content .left .figure .title {
  font-size: 20px;
  margin-left: 15px;
}

.homepage .body-container .home-case-study .cs-content .left .figure .bottom {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  line-height: 15px;
  margin: 5px 0;
}

.homepage .body-container .home-case-study .cs-content .left .figure.figure-one {
  top: 5px;
  left: 25px;
}

.homepage .body-container .home-case-study .cs-content .left .figure.figure-two {
  top: 180px;
  left: 0;
}

.homepage .body-container .home-case-study .cs-content .left .figure.figure-three {
  top: 265px;
  right: 0;
  margin-bottom: 20px;
}

.homepage .body-container .home-case-study.vergo .cs-content .left .figure.figure-three {
  top: 250px;
 
}


.homepage .body-container .home-case-study .cs-content .left .photo {
  margin-left: 20px;
  margin-bottom: 30px;
}

.homepage .body-container .home-case-study.bristow .cs-content .left .photo {
  margin-left: 0px;
  padding: 10px 5px;
 }

.homepage .body-container .home-case-study.bristow.vergo .cs-content .left .photo {
  margin-left: 0px;
  padding: 10px 38px;
 }

.homepage .body-container .home-case-study .cs-content .right {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  position: relative !important;
  width: auto !important;
  left: 0;
  top: 0;
}

.homepage .body-container .home-case-study .cs-content .right .caption {
  font-size: 18px;
  font-weight: 300;
  margin-top: 25px;
}

.homepage .body-container .home-case-study .cs-content .right .quote {
  display: flex;
  margin-top: 25px;
}

.homepage .body-container .home-case-study.ananas .cs-content .right .quote {
  cursor: pointer;
}

.homepage .body-container .home-case-study .cs-content .right .quote .quote-icon {
  flex-shrink: 0;
  margin-right: 25px;
}

.homepage .body-container .home-case-study .cs-content .right .quote .quote-text {
  font-weight: 300;
  font-size: 20px;
  font-style: italic;
}

.homepage .body-container .home-case-study .cs-content .right .action-btn {
  margin-top: 25px;
  align-self: flex-end;
  display: inline-block;
  padding: 12px 80px !important;
  border-radius: 6px;
  cursor: pointer;
}

.homepage .body-container .home-case-study .cs-content .right .action-btn a {
  color: #ffffff;
}

.homepage .body-container .home-case-study.ananas .cs-content .right .action-btn {
  background: #F07124;
  color: #ffffff;
  max-width: 230px;
}

.homepage .body-container .home-case-study.porcelanosa .cs-content .right .action-btn {
  background: #F07124;
  color: #ffffff;
}
  
.homepage .body-container .home-case-study.bristow .cs-content .right .action-btn {
  background: #FFD335;
}

.homepage .body-container .home-case-study.nhs .cs-content .right .action-btn {
  background: #1A75FF;
}

.homepage .body-container .blog-slider-with-zoom .blog-slider-with-zoom_slick-next {
  top: 50% !important;
}

.homepage-redesign .body-container .left-block {
  border: 1px solid rgba(228,248,242,1.0);
  background-color: rgba(228,248,242,1.0);
} 

.homepage .body-container .row-number-52 > .row-fluid > div {
/*     background: linear-gradient(0deg, #186CF9 0.37%, #00B7E5 42.56%) !important; */
  border-radius: 30px;
}

.homepage .body-container .dnd_area-row-15-padding .row-fluid {
    border-radius: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.homepage-redesign .body-container .hs-tabs-hint {
  display: none;
}

.homepage-redesign .body-container .hs-tabs-heading div {
    font-size: 20px;
    font-weight: 600;
}

.homepage-redesign .body-container .ctas {
  display: none;
}

.hs-content-id-219871197390 .kl-header-website {
  background: none !important;
  transition: all 0.6s linear;
  backdrop-filter: blur(10px);
}

.hs-content-id-219871197390 .kl-header-website .kl-navbar__logo {
  content: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/logo_header_white.svg);
}

.hs-content-id-219871197390 .kl-header-website.scrolled {
  background: rgba(255,255,255, 0.7) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 10px rgba(154,161,177,.1) !important;
}

.hs-content-id-219871197390 .kl-header-website.scrolled .kl-navbar .kl-navbar__button {
  color: #000000;
}

.hs-content-id-219871197390 .kl-header-website .kl-navbar .kl-navbar__end a:first-child {
  font-size: 14px;
  margin-right: 40px;
}

.hs-content-id-219871197390 .kl-header-website.scrolled .kl-navbar .kl-navbar__logo {
  content: none;
}

.hs-content-id-219871197390 .kl-header-website .kl-navbar__button {
  color: #ffffff;
}

.hs-content-id-219871197390 .kl-header-website .hs-inline-web-interactive-86899345612 {
  background: none;
  padding: 8px 15px 10px 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  transform: none;
  margin: 0;
}

.hs-content-id-219871197390 .kl-header-website .hs-inline-web-interactive-86899345612:hover,
.hs-content-id-219871197390 .kl-header-website.scrolled .hs-inline-web-interactive-86899345612 {
  border: 1px solid #00B7E5;
  color: #00B7E5;
  transform: none;
}

.hs-content-id-219871197390 .kl-header-website .hs-inline-web-interactive-213448799466 {
  background: none;
  padding: 8px 15px 10px 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  transform: none;
  margin: 0;
}

.hs-content-id-219871197390 .kl-header-website .hs-inline-web-interactive-213448799466:hover,
.hs-content-id-219871197390 .kl-header-website.scrolled .hs-inline-web-interactive-213448799466 {
  border: 1px solid #00B7E5;
  color: #00B7E5;
  transform: none;
}

.homepage #hs_cos_wrapper_module_17428143306469 .kl-features-01__card {
    background-color: white;
}

.hs-content-id-219871197390 .kl-header-website.scrolled .hs-inline-web-interactive-86899345612 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='%2300B7E5'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='%2300B7E5' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
}

.hs-content-id-219871197390 .kl-header-website.scrolled .hs-inline-web-interactive-213448799466 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='%2300B7E5'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='%2300B7E5' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
}

.hs-content-id-219871197390 .kl-header-website .hs-inline-web-interactive-86899345612 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='white'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='white' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
}
.hs-content-id-219871197390 .kl-header-website .hs-inline-web-interactive-213448799466 .get-a-demo-btn span::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_664_1091' fill='white'%3E%3Cpath d='M0.364782 0.313297L0.0016001 0.626538L3.73396 3.80637L7.46626 6.98614L3.73316 10.1666L0 13.3471L0.383251 13.6735L0.766502 14L4.88325 10.4931L9 6.98626L4.89979 3.49313C2.64469 1.57188 0.783438 -6.02539e-08 0.763769 -6.02539e-08C0.744033 -6.02539e-08 0.564542 0.140973 0.364782 0.313297Z'/%3E%3C/mask%3E%3Cpath d='M0.364782 0.313297L1.01798 1.07049L1.0179 1.07055L0.364782 0.313297ZM0.0016001 0.626538L-0.646915 1.38774L-1.53491 0.6312L-0.651522 -0.130715L0.0016001 0.626538ZM3.73396 3.80637L4.38248 3.04517L4.38248 3.04517L3.73396 3.80637ZM7.46626 6.98614L8.11478 6.22494L9.00825 6.98614L8.11478 7.74734L7.46626 6.98614ZM3.73316 10.1666L4.38168 10.9278L4.38167 10.9278L3.73316 10.1666ZM0 13.3471L-0.648468 14.1083L-1.54205 13.3471L-0.648508 12.5858L0 13.3471ZM0.383251 13.6735L1.03172 12.9123L1.03172 12.9123L0.383251 13.6735ZM0.766502 14L1.41497 14.7612L0.766502 15.3136L0.118035 14.7612L0.766502 14ZM4.88325 10.4931L5.53172 11.2544L5.53172 11.2544L4.88325 10.4931ZM9 6.98626L9.6485 6.22504L10.5421 6.98629L9.64847 7.7475L9 6.98626ZM4.89979 3.49313L4.25128 4.25434L4.25128 4.25433L4.89979 3.49313ZM1.0179 1.07055L0.654722 1.38379L-0.651522 -0.130715L-0.28834 -0.443955L1.0179 1.07055ZM0.650115 -0.134664L4.38248 3.04517L3.08545 4.56757L-0.646915 1.38774L0.650115 -0.134664ZM4.38248 3.04517L8.11478 6.22494L6.81775 7.74734L3.08545 4.56757L4.38248 3.04517ZM8.11478 7.74734L4.38168 10.9278L3.08465 9.40539L6.81775 6.22494L8.11478 7.74734ZM4.38167 10.9278L0.648508 14.1083L-0.648508 12.5858L3.08466 9.40539L4.38167 10.9278ZM0.648468 12.5858L1.03172 12.9123L-0.265216 14.4348L-0.648468 14.1083L0.648468 12.5858ZM1.03172 12.9123L1.41497 13.2388L0.118035 14.7612L-0.265217 14.4348L1.03172 12.9123ZM0.118035 13.2388L4.23478 9.73189L5.53172 11.2544L1.41497 14.7612L0.118035 13.2388ZM4.23478 9.73189L8.35153 6.22501L9.64847 7.7475L5.53172 11.2544L4.23478 9.73189ZM8.3515 7.74747L4.25128 4.25434L5.54829 2.73192L9.6485 6.22504L8.3515 7.74747ZM4.25128 4.25433C3.12447 3.29435 2.09653 2.42203 1.34826 1.79009C0.973917 1.47393 0.670655 1.21885 0.460361 1.0433C0.354802 0.955187 0.274873 0.888953 0.221812 0.845586C0.194522 0.823282 0.178534 0.810463 0.171203 0.804707C0.166249 0.800818 0.171725 0.80525 0.182539 0.81312C0.186116 0.815723 0.204421 0.829096 0.229873 0.845262C0.240855 0.852238 0.271405 0.871462 0.312809 0.892428C0.33304 0.902673 0.372772 0.922012 0.425138 0.940878C0.458179 0.952782 0.588707 1 0.763769 1V-1C0.938984 -1 1.06972 -0.952734 1.10303 -0.940734C1.15566 -0.921772 1.19571 -0.902289 1.21632 -0.891854C1.25848 -0.870505 1.29001 -0.850708 1.3022 -0.842969C1.33005 -0.825277 1.35164 -0.80962 1.35939 -0.803984C1.37854 -0.790049 1.39586 -0.776556 1.40617 -0.768463C1.42936 -0.750255 1.45758 -0.727427 1.48747 -0.702997C1.54877 -0.652897 1.6351 -0.581318 1.74203 -0.492053C1.95673 -0.312833 2.26341 -0.0548641 2.63872 0.262108C3.38977 0.896411 4.42 1.77066 5.5483 2.73192L4.25128 4.25433ZM0.763769 1C0.835503 1 0.895101 0.99223 0.937318 0.984744C0.980556 0.977077 1.01668 0.967702 1.04369 0.959754C1.09616 0.944319 1.13671 0.927593 1.16024 0.917261C1.20678 0.896827 1.24034 0.877568 1.25293 0.870228C1.26877 0.86099 1.28006 0.853695 1.2851 0.850385C1.29074 0.846686 1.29412 0.844327 1.2947 0.843917C1.2956 0.843289 1.29204 0.845777 1.28306 0.852535C1.27455 0.85895 1.26333 0.867566 1.2494 0.878509C1.19198 0.9236 1.10928 0.991723 1.01798 1.07049L-0.288414 -0.443891C-0.179957 -0.537453 -0.0730289 -0.625978 0.0141709 -0.694455C0.0562052 -0.727464 0.103138 -0.763294 0.14768 -0.794478C0.167996 -0.808701 0.203313 -0.83291 0.245376 -0.857441C0.265148 -0.868972 0.304784 -0.891427 0.35622 -0.91401C0.367938 -0.919155 0.536639 -1 0.763769 -1V1Z' fill='white' mask='url(%23path-1-inside-1_664_1091)'/%3E%3C/svg%3E");
}

.homepage .row-number-32 .kl-card {
    min-height: 250px;
  }

/* //////////////////////////////////////////////// */
.homepage-redesign .body-container .dnd_area-row-11-padding,
.homepage-redesign .body-container .dnd_area-row-8-padding,
.homepage-redesign .body-container .dnd_area-row-5-padding,
.homepage-redesign .body-container .dnd_area-row-4-padding {
  display: none;
}
/* //////////////////////////////////////////////// */

.hs-content-id-219871197390 .homepage .body-container--home .row-number-11 {
    margin-top: -175px !important;
}

.homepage .hs-tabs-cta-button.two {
    display: none;
}

@media screen and (max-width: 1024px) {
  
  .hs-content-id-219871197390 .kl-header-website {
    backdrop-filter: none;
    background: rgb(2, 111, 164, 0.9) !important;
  }
  
  .hs-content-id-219871197390 .kl-header-website.scrolled {
    background-color: #ffffff !important;
    backdrop-filter: none;
  }
  
  .hs-content-id-219871197390 .kl-header-website .kl-navbar__button {
    color: #000000;
  }
  
  .hs-content-id-219871197390 .kl-header-website .kl-navbar.kl-navbar--active {
    background-color: #ffffff;
  }
  
  .hs-content-id-219871197390 .kl-header-website .kl-navbar.kl-navbar--active .kl-navbar__logo {
    content: url(//27089344.fs1.hubspotusercontent-eu1.net/hubfs/27089344/raw_assets/public/atlas-theme-customize/images/logo_header.svg);
  }
 
  .hs-content-id-219871197390 .kl-header-website .kl-navbar .hamburger-inner, 
  .hs-content-id-219871197390 .kl-header-website .kl-navbar .hamburger-inner:after, 
  .hs-content-id-219871197390 .kl-header-website .kl-navbar .hamburger-inner:before { 
    background-color: #ffffff;
  }
  
  .hs-content-id-219871197390 .kl-header-website.scrolled .kl-navbar .hamburger-inner, 
  .hs-content-id-219871197390 .kl-header-website.scrolled .kl-navbar .hamburger-inner:after, 
  .hs-content-id-219871197390 .kl-header-website.scrolled .kl-navbar .hamburger-inner:before,
  .hs-content-id-219871197390 .kl-header-website .kl-navbar.kl-navbar--active .hamburger-inner, 
  .hs-content-id-219871197390 .kl-header-website .kl-navbar.kl-navbar--active .hamburger-inner:after, 
  .hs-content-id-219871197390 .kl-header-website .kl-navbar.kl-navbar--active .hamburger-inner:before { 
     background-color: #00B7E5;
  }
  
  .hs-content-id-219871197390 .kl-header-website .hs-inline-web-interactive-86899345612 {
    color: #00B7E5;
    border: 1px solid #00B7E5;
  }
  
  .homepage .dnd_area-row-0-max-width-section-centering {
    background-position: center -310px, 0 0px !important;
  }
  
  .homepage .dnd_area-row-1-margin {
    margin-top: -107px !important;
  }
  
  .hs-content-id-219871197390 .homepage .dnd_area-row-1-padding {
    padding-bottom: 168px !important;
  }
  
  .homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form input {
    width: 220px;
  }
  
  .homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form .hs-web-interactive-inline a.hs-inline-web-interactive-86899345612 {
    padding: 11px 10px 12px 14px;
  }  
  
  .homepage #hs_cos_wrapper_widget_1697444275605 .hero-demo-email-form .hs-web-interactive-inline a.hs-inline-web-interactive-86899345612:after, .hs-content-id-68725756092 .kl-header-website .hs-inline-web-interactive-86899345612 .get-a-demo-btn span:after {
     margin-left: 10px;
  }
  
  #hs_cos_wrapper_widget_1696506862478 h1 {
    line-height: 1.1;
  }
  
  #hs_cos_wrapper_widget_1697441899671 h2 {
    padding: 0 20px;
  }
  
  .homepage #hs_cos_wrapper_module_174255806486019 .kl-logos img,
  .homepage #hs_cos_wrapper_module_1742558064861 .kl-logos img{
    transform: none;
    width: auto !important;
  }
  
   .homepage #hs_cos_wrapper_module_174255806486019 .kl-logos .kl-logos__item,
   .homepage #hs_cos_wrapper_module_1742558064861 .kl-logos .kl-logos__item{
    margin: 0 10px;
    padding: 20px 0 !important;
  }
  
  #hs_cos_wrapper_widget_1697450946954 {
    margin: 0 20px;
  }
  
  #hs_cos_wrapper_widget_1705649246784 img {
    margin-top: 20px !important;
  }
  
  .homepage .hs-tabs {
    align-items: center;
    margin-bottom: 30px;
  }
  
  .homepage .hs-tabs__content__panel .split-container {
    display: block;
  }
  
  .homepage .hs-tabs__content__panel .split-container .left-side {
    display: block;
    min-height: 0;
    margin: 0;
  }
    
  .homepage .hs-tabs__content__panel .split-container.horizontal .list {
    display: block;
    margin: 0;
  }
  
  .homepage .hs-tabs__content__panel .split-container.horizontal .list>div {
    max-width: 100%;
    border-top: none;
    border-bottom: 1px solid #c0dee7;
    margin-right: 0;
    padding: 0;
  }
  
  .homepage .hs-tabs__content__panel .hs-video-widget {
    min-height: 0;
    margin: 0 0 20px 0;
  }
  
  .homepage .hs-tabs__content__panel .split-container img {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  
  .homepage .hs-tabs__content__panel .split-container .right-side {
    margin-left: 0;
    width: 100%;
  }
  
  .homepage .hs-tabs__content__panel .split-container .right-side.video-on-left {
    width: 100%;
  }
  
  .kl-card {
    margin-bottom: 25px;
  }
  
  .homepage .cell_17056345320372-row-0-padding {
    padding: 0 !important;
  }
  
  .homepage .cell_17056345320372-row-1-margin {
    margin: 0 !important;
  }
  
  .homepage .row-number-42.dnd_area-row-13-padding .row-fluid {
    flex-direction: column;
  }
  
  .homepage .body-container .kl-cards-slider__card .kl-cards-slider__content div {
    height: auto;
    width: 100% !important;
  }
  
  .homepage .body-container .home-case-study .cs-content .right {
    margin-left: 0px;
  }
  
  .homepage .body-container .home-case-study {
    left: 0px !important;
    padding: 30px;
  }
  
  .homepage .body-container .home-case-study .left > div {
    width: auto !important;
  }
  
  .homepage .body-container .kl-cards-slider-wrapper .kl-cards-slider {
    max-width: none;
  }
  
   .homepage .body-container .kl-features-01 .kl-features-01__card {
    margin: 20px !important;
    width: auto;
  }
  
  .homepage .body-container .home-case-study .cs-content .left .figure {
    width: 146px !important;
  }
  
  .homepage .body-container .home-case-study .cs-content .left .figure.figure-three {
    right: -20px;
    top: 250px;
  }
  
  .homepage .body-container .kl-rich-text .kl-rich-text__buttons {
    margin: 5px;
  }
  
  .homepage .body-container .home-case-study .cs-content .left {
    margin-top:30px;
  }
  
  .homepage .body-container .home-case-study .cs-content .left img {
    width: 330px !important;    
    max-width: 100%;

  }
  
  .homepage .blog-slider-with-zoom .blog-slider-with-zoom_slick-next {
    display: flex !important;
  }
  
  .homepage .body-container .home-case-study.bristow.vergo .cs-content {
    max-width: 1200px !important;
  }
  
  .homepage .body-container .home-case-study.bristow.vergo .cs-content .left {
/*     width: 35% !important; */
/*     margin-right: 60px; */
  }
  
  }
  .homepage .body-container .home-case-study.bristow.vergo .cs-content .left .photo img {
    height: 288px !important;
    width: 279px !important;
 }
}

@media screen and (min-width: 501px) and (max-width: 1025px) {
  
  .hs-content-id-219871197390 .homepage .body-container--home .dnd_area-row-0-max-width-section-centering {
    background-position: center -183px, 0 -16px !important;
  }
  
  .homepage .row-number-42.dnd_area-row-13-padding .row-fluid {
    flex-direction: row;
  }
  
  .homepage .row-number-42.dnd_area-row-13-padding .row-fluid .kl-card {
    height: 240px;
  }
  
  .homepage .row-number-42.dnd_area-row-13-padding {
    padding-bottom: 100px !important;
  }

  .homepage-redesign .row-number-40 .cell_17056345320372-row-1-padding > .row-fluid {
    display: flex !important;
    flex-direction: row;
  }
  
  .homepage-redesign .row-number-40 .row-fluid .span3 {
    padding: 0;
  }
  
  .homepage-redesign .row-number-40 .kl-card {
    min-height: 275px;
  }
  
}

/* iPad Portrait */
@media only screen 
  and (min-width: 850px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
      
  .homepage .dnd_area-row-0-max-width-section-centering {
    background-position: center -170px, 0 -16px !important;
  }
}


.blog-post__body-wrapper {
  height: auto !important;
}