/*! 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%;
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
	overflow-x: hidden;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
  scroll-margin-top: 82px;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

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

@media screen and (max-width: 767px) {
  .content-wrapper {
     max-width: 100%;
  }
}

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

.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;
  }
}

@media screen and (max-width: 768px){
   .dnd_area-row-6-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;}
}
/* 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;
  }
}
@charset "UTF-8";
button, .button {
  background-color: rgba(56, 200, 137, 1.0);
  border: 0px solid #38c889;
  border-radius: 35px;
  color: #FFFFFF;
  padding: 15px 25px;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear, transform .2s;
  /* To affect HubSpot CTAs */
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
  background-color: rgba(56, 203, 137, 1.0);
  border-color: rgba(56, 203, 137, 1.0);
  color: #FFF;
  text-decoration: none;
  transform: translate(0, -2px);
}

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

button a, .button a {
  color: #FFFFFF;
}

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

.widget-type-cta {
  background-color: rgba(56, 200, 137, 1.0);
  border: 0px solid #38c889;
  border-radius: 35px;
  color: #FFFFFF;
  padding: 15px 25px;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear, transform .2s;
  /* To affect HubSpot CTAs */
}

.widget-type-cta:hover, .widget-type-cta:focus, .widget-type-cta:active {
  background-color: rgba(56, 203, 137, 1.0);
  border-color: rgba(56, 203, 137, 1.0);
  color: #FFF;
  text-decoration: none;
  transform: translate(0, -2px);
}

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

.widget-type-cta a {
  color: #FFFFFF;
}

.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 {
  background-color: transparent;
  color: #38c889;
  border: 2px solid #38c889;
  font-weight: bold;
  /* To affect HubSpot CTAs */
}

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

.button--arrow {
  color: #000000;
  background: none;
  border: none;
  padding: 0;
  transition: none;
  font-weight: normal;
  transform: none;
  /* To affect HubSpot CTAs */
}


.button--arrow:after {
  content: '➤';
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 9px;
  transition: margin-left .25s ease-in-out;
}

.buttonwhite--arrow {
  color: #fff;
  border: none;
  padding: 0;
  transition: none;
  font-weight: normal;
  transform: none;
}

.buttonwhite--arrow: after {
  content: '➤';
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 9px;
  transition: margin-left .25s ease-in-out;
}

.button--arrow:hover, .button--arrow:focus, .button--arrow:active {
  background: none;
  border: none;
  text-decoration: none;
  transform: none;
  color: #3edf97;
}


.button--arrow:hover:after, .button--arrow:focus:after, .button--arrow:active:after {
  content: '➤';
  font-size: 9px;
  margin-left: 12px;
}

.buttonwhite--arrow:focus:after, .buttonwhite--arrow:active:after {
  
}

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

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

.button--arrow a {
  color: inherit;
}

.button--underline {
  color: #38c889;
  background: none;
  border: none;
  padding: 8px 0;
  transition: .15s ease-in;
  font-weight: bold;
  position: relative;
  /* To affect HubSpot CTAs */
}

.button--underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #38c889;
}

.button--underline:hover, .button--underline:focus, .button--underline:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #38c889;
}

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

.button--underline:disabled {
  background: none;
  border: none;
  color: #aeaeae;
  cursor: auto;
}

.button--underline a {
  color: inherit;
}

.button--white_arrow {
  color: #FFFFFF;
  background: none;
  border: none;
  padding: 0;
  transition: none;
  font-weight: normal;
  transform: none;
  /* To affect HubSpot CTAs */
}

.button--white_arrow:after {
  content: '➤';
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  font-size: 9px;
  transition: margin-left .25s ease-in-out;
}

.button--white_arrow:hover, .button--white_arrow:focus, .button--white_arrow:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #ffffff;
  transform: none;
}

.button--white_arrow:hover:after, .button--white_arrow:focus:after, .button--white_arrow:active:after {
  content: '➤';
  font-size: 9px;
  margin-left: 16px;
}

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

.button--white_arrow:disabled {
  background: none;
  border: none;
  color: #aeaeae;
  cursor: auto;
}

.button--white_arrow a {
  color: inherit;
}
/* Form */
form, .submitted-message {
  font-family: Roboto, sans-serif;
}

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

/* Labels */
form label {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: normal;
  padding-top: 0;
  margin-bottom: 0;
  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: 15px 30px;
    margin: 0;
     -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
     border-radius: 30px;
  border-color: #DADADA;
  color: #000000;

 

}

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 #1f77b8;
     -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
  
}

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

fieldset.form-columns-0, fieldset.form-columns-1, fieldset.form-columns-2, fieldset.form-columns-3 {
  margin-left: -4px;
  margin-right: -4px;
  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 {
  margin-left: 4px;
  margin-right: 4px;
  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;
  width: 100%;
}

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

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: #1f77b8;
}

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

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

.fn-date-picker td .pika-button:hover {
  background: #1f77b8 !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: #000000;
}

/* GDPR */


div.legal-consent-container {
position: absolute;
    margin: 0 auto;
    top: 430px;
   text-align: center;
   max-width: 800px !important;
}

@media screen and (max-width: 768px) {
div.legal-consent-container {
  position: absolute;
  margin: 0 auto;
  top: 460px;
  text-align: center;
  max-width: 800px !important;
}
}

.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: #fff;
display: block;
}

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

form .hs-error-msgs {
/*   position: absolute; /* Stops error messages from pushing the button down */ */
  top: 450px;
  margin: 0 auto;
  color: #fff;
  font-weight: normal;
  font-size: 10px;

  }

form .hs-error-msg.input-list
 {
  color: #fff;
  font-weight: normal;
  font-size: 10px;
   
}

.hs-error-msg 
 {
  color: #fff;
  margin: 0 auto 0px;
  font-weight: normal;
  font-size: 10px;
  display: none;
}


form label .hs-error-msg 
 {
  color: #fff;
  margin: 0 auto 0px;
  font-weight: normal;
   font-size: 10px;
}



/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: rgba(56, 200, 137, 1.0);
  border: 0px solid #38c889;
  border-radius: 35px;
  color: #FFFFFF;
  padding: 15px 25px;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 5px 0 0 0;
  cursor: pointer;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  /* 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(56, 203, 137, 1.0);
  border-color: rgba(56, 203, 137, 1.0);
  color: #FFF;
  text-decoration: none;
}

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: #FFFFFF;
}

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

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

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

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

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

/* Table footer */
tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: #000000;
}
html {
  font-size: 18px;
}

body {
  font-family: Roboto, sans-serif;
  color: #000000;
  margin: 0;
  line-height: 1.75;
  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: 18px;
  line-height: 1.6;
  margin: 0 0 1.4rem;
}


strong {
  font-weight: 700;
}

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

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

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

h1 {
  font-family: Roboto, sans-serif;
  font-size: 48px;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
      line-height: 1.25;
}

h2 {
  font-family: Roboto, sans-serif;
  font-size: 40px;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
    line-height: 1.2;
}

h3 {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
    line-height: 1.35;
}

h4 {
  font-family: Roboto, sans-serif;
  font-size: 26px;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
    line-height: 1.45;
}

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

h6 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  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 #38c889;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  border: 0 none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  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: #1f77b8;
}

.disable-focus-styles :focus {
  outline: none;
}
.kl-blog-categories {
  position: relative;
}

.kl-blog-categories__input {
  background-color: #2da6dd;
  display: block; 
padding: 20px 70px;
width: 80%;
  border: 0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.kl-blog-categories__input:after {
  content: '';
  display: block;
  position: absolute;
  border-right: 2px solid #0a1f44;
  border-bottom: 2px solid #0a1f44;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.kl-blog-categories__input h1, .kl-blog-categories__input h2, .kl-blog-categories__input h3, .kl-blog-categories__input h4, .kl-blog-categories__input h5, .kl-blog-categories__input p {
  color: inherit;
  font-size: 16px;
  margin: 0;
}

.kl-blog-categories__input:hover {
  color: #fff;
  background-color: #1f77b8;
}

.kl-blog-categories__input:focus {
  color: #fff;
  background-color: #1f77b8;
}
.kl-blog-categories__options {
  position: absolute;
  width: 100%;
  margin-top: 10px;
  overflow-y: auto;
  max-height: 300px;
  border-radius: 3px;
  background-color: #0a1f44;
  display: none;
  z-index: 1;
}

.kl-blog-categories__option {
  display: block;
  padding: 10px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  text-transform: capitalize;
  transition: background-color .2s;
  background-color: transparent;
  color: white;
}

.kl-blog-categories__option--current, .kl-blog-categories__option:hover {
  background-color: #2da6dd;
  text-decoration: none;
}

.kl-blog-categories__option:active, .kl-blog-categories__option:focus {
  text-decoration: none;
}

.kl-blog-categories--open {
  background-color: white;
}

.kl-blog-categories--open .kl-blog-categories__input {
  color: #fff;
}

.kl-blog-categories--open .kl-blog-categories__options {
  display: block;
}
.kl-blog-post-slider {
  position: relative;
  max-width: 848px;
  margin: 0 auto;
}

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

.kl-blog-post-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-blog-post-slider__arrow svg {
  fill: #1f77b8;
  display: block;
  width: 100%;
}

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

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

.kl-blog-post-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-blog-post-slider__card--active {
  display: block;
}

.kl-blog-post-slider__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F3F3F3;
  padding: 16px 48px;
}

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

.kl-blog-post-slider__image {
  margin: auto;
  padding: 0;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  overflow: hidden;
}

.kl-blog-post-slider__image > img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  flex-shrink: 0;
}

.kl-blog-post-slider__button {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.kl-blog-post-slider__button > a {
  font-weight: bold;
}

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

.kl-blog-post-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-blog-post-slider__content {
    padding: 16px 32px;
  }
}

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

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

.kl-blog-post-slider__content h5 {
  color: #1f77b8;
}

.kl-blog-post-slider__content ul {
  padding-inline-start: 1.1em;
}
/* 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-blue-colored-background-lottie {
  display: flex;
  justify-content: space-between;
  padding: 80px 90px;
  background-color: #0a1f44;
  background-image: linear-gradient(83deg, #0a1f44 36%, rgba(10, 31, 68, 0.7) 91%), url("https://9494982.fs1.hubspotusercontent-na1.net/hubfs/9494982/BG%20Pattern.svg");
}

@media screen and (max-width: 920px) {
  .kl-blue-colored-background-lottie {
    padding: 40px 35px;
  }
}

@media screen and (max-width: 768px) {
  .kl-blue-colored-background-lottie {
    display: block;
  }
}

.kl-blue-colored-background-lottie__content {
  flex-basis: 60%;
  flex-grow: 1;
  padding-right: 40px;
}

.kl-blue-colored-background-lottie__content h1, .kl-blue-colored-background-lottie__content h2, .kl-blue-colored-background-lottie__content h3, .kl-blue-colored-background-lottie__content h4, .kl-blue-colored-background-lottie__content h5 {
  color: white;
}

.kl-blue-colored-background-lottie__content p {
  color: #9aa7c0;
  font-size: 20px;
}

@media screen and (max-width: 920px) {
  .kl-blue-colored-background-lottie__content p {
    font-size: 16px;
  }
}

.kl-blue-colored-background-lottie__content .button--arrow {
  color: #2b8cd3;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .kl-blue-colored-background-lottie__content {
    padding-bottom: 30px;
    padding-right: 0;
  }
}

.kl-blue-colored-background-lottie__right-lottie {
  flex-basis: 50%;
}
.kl-blue-colored-background {
  display: flex;
  justify-content: space-between;
  padding: 80px 90px;
  background-color: #0a1f44;
  background-image: linear-gradient(83deg, #0a1f44 36%, rgba(10, 31, 68, 0.7) 91%), url("https://9494982.fs1.hubspotusercontent-na1.net/hubfs/9494982/BG%20Pattern.svg");
}

@media screen and (max-width: 920px) {
  .kl-blue-colored-background {
    padding: 40px 35px;
  }
}

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

.kl-blue-colored-background__content {
  flex-basis: 40%;
  flex-basis: var(--left-col-width, 40%);
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 40px;
}

.kl-blue-colored-background__content h1, .kl-blue-colored-background__content h2, .kl-blue-colored-background__content h3, .kl-blue-colored-background__content h4, .kl-blue-colored-background__content h5 {
  color: white;
  font-size: 42px;
}

@media screen and (max-width: 920px) {
  .kl-blue-colored-background__content h1, .kl-blue-colored-background__content h2, .kl-blue-colored-background__content h3, .kl-blue-colored-background__content h4, .kl-blue-colored-background__content h5 {
    font-size: 32px;
  }
}

.kl-blue-colored-background__content p {
  color: #9aa7c0;
  font-size: 20px;
}

@media screen and (max-width: 920px) {
  .kl-blue-colored-background__content p {
    font-size: 16px;
  }
}

.kl-blue-colored-background__content .button--arrow {
  color: #2b8cd3;
  font-weight: bold;
}
.kl-blue-grid {
  display: flex;
  justify-content: space-between;
  padding: 80px 90px;
  background-color: #0a1f44;
  background-image: linear-gradient(83deg, #0a1f44 36%, rgba(10, 31, 68, 0.7) 91%), url("https://9494982.fs1.hubspotusercontent-na1.net/hubfs/9494982/BG%20Pattern.svg");
}

@media screen and (max-width: 920px) {
  .kl-blue-grid {
    padding: 40px 35px;
  }
}

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

.kl-blue-grid__content {
  flex-basis: 40%;
  flex-grow: 1;
  padding-right: 40px;
}

.kl-blue-grid__content h1, .kl-blue-grid__content h2, .kl-blue-grid__content h3, .kl-blue-grid__content h4, .kl-blue-grid__content h5 {
  color: white;
  font-size: 42px;
}

@media screen and (max-width: 920px) {
  .kl-blue-grid__content h1, .kl-blue-grid__content h2, .kl-blue-grid__content h3, .kl-blue-grid__content h4, .kl-blue-grid__content h5 {
    font-size: 32px;
  }
}

.kl-blue-grid__content p {
  color: #4e5d78;
  font-size: 20px;
}

@media screen and (max-width: 920px) {
  .kl-blue-grid__content p {
    font-size: 16px;
  }
}

.kl-blue-grid__content .button--arrow {
  color: #2b8cd3;
  font-weight: bold;
}

.kl-blue-grid__entries {
  flex-basis: 60%;
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .kl-blue-grid__entries {
    margin: 32px -2px 0;
  }
}

@media screen and (max-width: 520px) {
  .kl-blue-grid__entries {
    flex-direction: column;
  }
}

.kl-blue-grid__entry {
  padding: 32px 40px 26px;
  flex-basis: calc(50% - 4px);
  flex-grow: 1;
  margin: 2px;
}

.kl-blue-grid__entry h1, .kl-blue-grid__entry h2, .kl-blue-grid__entry h3, .kl-blue-grid__entry h4, .kl-blue-grid__entry h5, .kl-blue-grid__entry p {
  margin: 0 0 10px;
  color: white;
}

.kl-blue-grid__entry .button--arrow {
  color: white;
}
.kl-card-grid > div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 24px 0;
}

@media (max-width: 1250px) {
  .kl-card-grid > div {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
 }
}

/* @media screen and (max-width: 520px) {
.kl-card-grid > div {
   display: grid;
   grid-auto-flow: column;
   justify-content: space-evenly;
   grid-template-columns: 100 1fr;
   justify-items: center;
   align-content: center;
  align-items: center;
  }
}  */

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


@media screen and (max-width: 768px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
  
  .kl-card-grid > div {
  display: grid !important;
  grid-template-columns: 1fr !important;
 }
}

@media screen and (max-width: 920px) {
.kl-card-grid__card-wrapper {
  display: flex;
  padding: 5px;
  margin: 0 20px;
  flex-basis: 1;
  align-items: center
  }
}

.kl-card-grid__card-wrapper > a {
  display: block;
}

.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;
  padding: 20px;
}

@media screen and (max-width: 768px) {
.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;
  padding: 20px;
  margin: 20px;
}
}


.kl-card-grid__card--flat {
  border: initial;
  box-shadow: initial;
}

.kl-card-grid__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}



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

.kl-card-grid__content {
  display: block;
  
  color: #000000;
  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: #000000;
  text-decoration: none;
}

.kl-card-grid--3-columns > div {
  align-items: stretch;
}

.kl-card-grid--3-columns > div > a {
  display: block;
  text-decoration: none;
  color: black;
  flex-basis: calc(100% / 3);
  padding: 15px;
}

.kl-card-grid--3-columns .kl-card-grid__card-wrapper {
  align-items: stretch;
  flex-basis: calc(100% / 3);
  padding: 15px;
}

.kl-card-grid--3-columns .kl-card-grid__card-wrapper > div {
  height: 100%;
}

.kl-card-grid--3-columns > div {
  align-items: stretch;
}

.kl-card-grid--4-columns > div > a {
  display: block;
  text-decoration: none;
  color: black;
  flex-basis: calc(100% / 4);
  padding: 10px;
}

.kl-card-grid--4-columns .kl-card-grid__card-wrapper {
  align-items: stretch;
  flex-basis: calc(100% / 4);
  padding: 10px;
}

.kl-card-grid--4-columns .kl-card-grid__card-wrapper > div {
  height: 100%;
}

.kl-card-grid--5-columns > div {
  align-items: stretch;
}

.kl-card-grid--5-columns > div > a {
  display: block;
  text-decoration: none;
  color: black;
  flex-basis: calc(100% / 5);
  padding: 10px;
}

.kl-card-grid--5-columns .kl-card-grid__card-wrapper {
  align-items: stretch;
  flex-basis: calc(100% / 5);
  padding: 10px;
}

.kl-card-grid--4-columns .kl-card-grid__card-wrapper > div {
  height: 100%;
}

@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__card {
  height: 100%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kl-card-grid--3-columns .kl-card-grid__card-wrapper > div {
  height: 100%;
}

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

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

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

.kl-card-grid--3-columns .kl-card-grid__card {
  height: 100%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kl-card-grid--4-columns .kl-card-grid__card--hover {
  transition: box-shadow .25s ease-in-out, background-color .25s ease-in-out;
}

.kl-card-grid--4-columns .kl-card-grid__card--hover:hover {
  box-shadow: 0 0 25px lightgray;
  background-color: white;
}

.kl-card-grid--4-columns .kl-card-grid__image--centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kl-card-grid--4-columns .kl-card-grid__image--centered img {
  max-height: 30px;
  object-fit: scale-down;
  width: 100%;
}

.kl-card-grid--4-columns .kl-card-grid__image--square {
  width: 60px;
  height: 60px;
  border-radius: 7px;
}

.kl-card-grid--4-columns .kl-card-grid__content {
  padding: 10px;
  text-align: center;
}

.kl-card-grid--4-columns .kl-card-grid__content p {
  margin-bottom: 10px;
}

.kl-card-grid--3-columns .kl-card-grid__card--hover {
  transition: box-shadow .25s ease-in-out, background-color .25s ease-in-out;
}

.kl-card-grid--3-columns .kl-card-grid__card--hover:hover {
  box-shadow: 0 0 25px lightgray;
  background-color: white;
}

.kl-card-grid--3-columns .kl-card-grid__image--centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kl-card-grid--3-columns .kl-card-grid__image--centered img {
  max-height: 30px;
  object-fit: scale-down;
  width: 100%;
}

.kl-card-grid--3-columns .kl-card-grid__image--square {
  width: 60px;
  height: 60px;
  border-radius: 7px;
}

.kl-card-grid--3-columns .kl-card-grid__content {
  padding: 10px;
  text-align: center;
}

.kl-card-grid--3-columns .kl-card-grid__content p {
  margin-bottom: 10px;
}
.kl-cards-slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

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

.kl-cards-slider__arrow {
  position: absolute;
  top: 50%;
  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: 0 0
}

@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: #1f77b8;
}

.kl-cards-slider__content ul {
  padding-inline-start: 1.1em;
}
.kl-colored-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


@media screen and (max-width: 768px) {
  .kl-colored-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  justify-content: space-evenly;
  align-content: center;
  }
}
@media screen and (max-width: 460px) {
  .kl-colored-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  justify-content: space-evenly;
  align-content: center;
  }
}

.kl-colored-grid a {
  text-decoration: none;
}

.kl-colored-grid__entry {
  flex-grow: 1;
  flex-basis: 0;
  margin: 2px;
  transition: filter .2s, box-shadow .2s, -webkit-filter .2s;
}

.kl-colored-grid__entry h1, .kl-colored-grid__entry h2, .kl-colored-grid__entry h3, .kl-colored-grid__entry h4, .kl-colored-grid__entry h5, .kl-colored-grid__entry p {
  margin: 0 0 10px;
  color: white;
}

.kl-colored-grid__entry .button--arrow {
  color: white;
}

.kl-colored-grid__entry-wrapper {
  padding: 32px 20px 26px;
  height: 100%;
}

.kl-colored-grid__entry:hover {
  box-shadow: 7px 7px 60px -10px rgba(0, 0, 0, 0.3);
}

.kl-colored-grid__entry:hover .button--arrow:after {
  margin-left: 16px;
}
.kl-complex-bg-hero {
  background: url("https://assets-global.website-files.com/5f248bf308016631b7fa198f/5f61d7904823275d15a8520b_BG%20Pattern.svg");
}
.kl-pricing-table {
  display: block;
  width: 90%;
  padding: 0 auto;
  margin: 0 auto;
}

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

.kl-pricing-table__row-group {
  border-bottom: 1px solid #efefef;
}

.kl-pricing-table__row-group[data-model] {
  display: none;
}

.kl-pricing-table__row-group[data-model].active {
  display: block;
}

.kl-pricing-table__row-group[data-model] .header:after {
  display: none;
}

.kl-pricing-table__row {
  display: flex;
  width: 100%;
  padding: 16px 0;
}

.kl-pricing-table__column {
  flex-basis: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
}

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

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

.kl-pricing-table__column.header {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-basis: 250px;
  cursor: pointer;
  text-align: left;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 0 25px 0 0;
  position: relative;
}

.kl-pricing-table__column.toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.kl-pricing-table__column.toggle:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  transform: translateY(-50%) rotate(-45deg);
}

.kl-pricing-table__column--featured {
  background-color: #1f77b8;
  background-size: auto, 800px;
  color: white;
      display: block;
}

.kl-pricing-table__column--featured h1, .kl-pricing-table__column--featured h2, .kl-pricing-table__column--featured h3, .kl-pricing-table__column--featured h4, .kl-pricing-table__column--featured h5, .kl-pricing-table__column--featured p {
  color: inherit;
}

@media screen and (max-width: 768px) {
  .kl-pricing-table__column--featured {
    background: none;
    color: inherit;
  }
}

.kl-pricing-table__row-children {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all .25s ease-in-out;
  overflow: hidden;
}

.kl-pricing-table__row-children.show {
  visibility: visible;
  opacity: 1;
  margin-bottom: 12px;
}

.kl-pricing-table__row-children .header:after {
  display: none;
}

.kl-pricing-table__row-children .kl-pricing-table__row {
  padding: 4px 0;
}

.kl-pricing-table__row-children .kl-pricing-table__column {
  font-size: 14px;
}

.kl-pricing-table__row-children .kl-pricing-table__column.header {
  font-weight: normal;
}

.kl-pricing-table__header {
  position: relative;
  padding: 0;
}

.kl-pricing-table__header .kl-pricing-table__column {
  padding: 24px 20px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .kl-pricing-table__header .kl-pricing-table__column {
    flex-grow: 1;
    background-color: #ddd;
  }
  .kl-pricing-table__header .kl-pricing-table__column:hover {
    background-color: #d0d0d0;
  }
}

@media screen and (max-width: 768px) {
  .kl-pricing-table__header .current {
        background-color: #1f77b8;

  }

  @media screen and (max-width: 768px) {
    .kl-pricing-table__header .current h3{
    color: #fff;
    }
  }
  
  .kl-pricing-table__header .header {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .kl-pricing-table__header {
    display: block;
    background-color: #c8c8c8;
  }
  
/*   .kl-pricing-table__header .kl-pricing-table__column {
    display: grid;
    order: -1;
  } */
}

@media (max-width: 480px) {
  .kl-pricing-table__header{
    display: grid;
  }
  
  .kl-pricing-table__header .kl-pricing-table__column--featured {
    display: grid;
    order:-1;
  }
}

.kl-pricing-table__pricing-model {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 42px;
}

.kl-pricing-table__switch {
  background-color: #1f77b8;
  border-radius: 100px;
  padding: 5px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kl-pricing-table__switch .circle-button {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
}

.kl-pricing-table__switch .circle-button.active {
  background-color: #fff;
}

.kl-pricing-table__caption {
  font-size: 13px;
  padding: 0 20px;
  text-align: center;
}

.dnd_area-row-2-padding {
  padding: 20px 200px !important;
  }


@media screen and (max-width: 768px) {
.dnd_area-row-2-padding {
  padding: 10px 10px !important;
  }
}
.kl-rich-text__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f77b8;
  display: block;
  margin: 0 0 .75rem;
}

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

.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 {
  margin: 10px;
}

.module_16593656353057__primary_cta:hover {
  background-color: rgba(56,203,137,1.0) !important;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .kl-rich-text--mobile-center {
    text-align: center;
    margin: 0 auto;
  }
  .kl-rich-text--mobile-center h1 {
    font-size: 32px;
  }
  .kl-rich-text--mobile-center .kl-rich-text__form {
    max-width: 600px;
    margin: 0 auto;
  }
  .kl-rich-text ul{
    text-align: left;
  }
}

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

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

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


.cell-163401529324218-vertical-alignment {
       display: block !important;
  }
.kl-rich-text__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f77b8;
  display: block;
  margin: 0 0 .75rem;
}

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


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

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

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

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



.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;
}

@media screen and (max-width: 768px) {
  .kl-rich-text--mobile-center {
    text-align: center;
    margin: 0 auto;
  }
  .kl-rich-text--mobile-center h1 {
    font-size: 32px;
  }
  .kl-rich-text--mobile-center .kl-rich-text__form {
    max-width: 600px;
    margin: 0 auto;
  }
}
.kl-custom-timeline__entry {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .kl-custom-timeline__entry {
    display: block;
    padding: 0 0 0 40px;
  }
}

.kl-custom-timeline__entry--even {
  flex-direction: row-reverse;
}

.kl-custom-timeline__entry--even .kl-custom-timeline__entry-content {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .kl-custom-timeline__entry--even .kl-custom-timeline__entry-content {
    text-align: left;
  }
}

.kl-custom-timeline__entry:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #cacaca;
}

@media screen and (max-width: 768px) {
  .kl-custom-timeline__entry:before {
    left: 30px;
  }
}

.kl-custom-timeline__entry:last-child:before {
  display: none;
}

.kl-custom-timeline__entry-year {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 10px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 1px 1px 30px -12px rgba(193, 199, 208, 0.78);
  color: #0a1f44;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .kl-custom-timeline__entry-year {
    left: 0;
    transform: none;
  }
}

.kl-custom-timeline__entry-image {
  flex-grow: 1;
  flex-basis: 50%;
  padding: 8px 50px;
}

@media screen and (max-width: 768px) {
  .kl-custom-timeline__entry-image {
    padding: 8px 0 8px 50px;
  }
}

.kl-custom-timeline__entry-image img {
  display: block;
  width: 100%;
}

.kl-custom-timeline__entry-content {
  flex-grow: 1;
  flex-basis: 50%;
  padding: 8px 50px;
}

@media screen and (max-width: 768px) {
  .kl-custom-timeline__entry-content {
    padding: 8px 0 8px 50px;
  }
}

.kl-custom-timeline__entry h3 {
  font-size: 29px;
  font-weight: bold;
  margin: 0 0 20px;
}
.kl-customer-type-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

.kl-customer-type-grid__item {
  flex: calc(50% - 5px);
  color: white;
  background-color: darkslategray;
  padding: 20px;
  margin-bottom: 4px;
  margin-right: 4px;
  transition: box-shadow .25s ease-in-out;
}

.kl-customer-type-grid__item > a {
  text-decoration: none;
  color: white;
}

.kl-customer-type-grid__item:nth-of-type(even) {
  margin-right: 0;
}

.kl-customer-type-grid__item__link > span {
  padding-right: 5px;
}

.kl-customer-type-grid__item__link > .kl-customer-type-grid__item__link__arrow {
  font-size: 12px;
  display: inline-block;
  transition: left .25s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
}

.kl-customer-type-grid__item:hover .kl-customer-type-grid__item__link > .kl-customer-type-grid__item__link__arrow {
  left: 10px;
}

.kl-customer-type-grid__item:hover {
  box-shadow: darkslategray 0 0 15px;
}

@media screen and (max-width: 480px) {
  .kl-customer-type-grid__item {
    flex: calc(100%);
    margin-right: 0;
    margin-bottom: 0;
  }
}
.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 h4 {
  margin: 0;
  font-size: 22px;
}

.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: #000000;
  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: #000000;
  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-blog-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
  width: 100%;
}

.kl-featured-blog-posts__blog-post {
  max-width: calc(25% - 20px);
  padding-bottom: 25px;
}

@media screen and (max-width: 780px) {
  .kl-featured-blog-posts__blog-post {
    max-width: calc(100%/3 - 15px);
  }
}

@media screen and (max-width: 640px) {
  .kl-featured-blog-posts__blog-post {
    max-width: calc(50% - 10px);
  }
}

@media screen and (max-width: 420px) {
  .kl-featured-blog-posts__blog-post {
    max-width: calc(100% - 10px);
  }
}

.kl-featured-blog-posts__img-wrapper {
  height: 145px;
}

.kl-featured-blog-posts__img-wrapper > img {
  object-fit: cover;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  max-height: 100%;
  width: 100%;
}

.kl-featured-blog-posts__text-section {
  max-height: 50%;
}

.kl-featured-blog-posts__text-section p, .kl-featured-blog-posts__text-section h4 {
  margin-bottom: 5px;
}

.kl-featured-blog-posts__text-wrapper {
  padding: 10px 5px 0 0;
}

.kl-featured-blog-posts__link {
  text-decoration: none;
}

.kl-featured-blog-posts a, .kl-featured-blog-posts a:hover, .kl-featured-blog-posts a:focus, .kl-featured-blog-posts a:active, .kl-featured-blog-posts a:visited {
  text-decoration: none;
}

.kl-featured-blog-posts a img, .kl-featured-blog-posts a:hover img, .kl-featured-blog-posts a:focus img, .kl-featured-blog-posts a:active img, .kl-featured-blog-posts a:visited img {
  color: black;
}
.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: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f77b8;
  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__content p:last-child {
  margin: 0;
}

.kl-featured-card .button {
  display: inline-block;
  margin-top: 32px;
}

.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-flat-card {
  --card-bg-color: #b4c6c7;
  background-color: #b4c6c7;
  background-color: var(--card-bg-color);
  --icon-bg-color: white;
  padding: 30px;
}

.kl-flat-card__icon_wrapper {
  display: flex;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  justify-content: center;
  background-color: white;
  background-color: var(--icon-bg-color);
}

.kl-flat-card__icon_wrapper img {
  max-width: 70%;
}

.kl-flat-card__text {
  padding-top: 10px;
}

.kl-flat-card--hover {
  transition: background-color, box-shadow .25s ease-in-out;
}

.kl-flat-card--hover:hover {
  background-color: white;
  box-shadow: 0 0 30px;
}
.kl-footer {
  background-color: rgba(10, 31, 68, 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(255, 255, 255, 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(255, 255, 255, 1.0);
}

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

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

.kl-footer__byline-wrapper {
  background-color: black;
}

.kl-footer__byline {
  display: flex;
  justify-content: space-between;
  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(255, 255, 255, 1.0);
  text-align: center;
}

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

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

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

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

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

.kl-footer__address {
  padding: 8px;
}

.kl-footer__address p {
  font-size: 14px;
  color: rgba(255, 255, 255, 1.0);
  margin: 0;
}

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

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

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

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

.kl-footer__social a {
  margin: 0 2px;
  padding: 8px;
  background-color: #132f5f;
  display: block;
}

.kl-footer__social a:hover {
  background-color: #3765a3;
}

.kl-footer__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
}

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

.kl-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -16px -24px;
  width: 100%;
}

@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: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 2.5rem;
  color: #54688a;
}

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

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

.kl-footer__group {
  margin: 16px 24px;
  flex-basis: 200px;
  flex-grow: 1;
}

@media screen and (max-width: 680px) {
  .kl-footer__group {
    margin: 16px;
    flex-basis: 140px;
  }
}

.kl-footer__form {
  max-width: 100%;
}

.kl-footer__form .hs-form-field {
  margin: 0 0 5px;
}

.kl-footer__form input[type=text] {
  padding: 12px 16px;
  font-size: 16px;
  color: #333333;
  width: 100%;
}

.kl-footer__form .hs-button {
  border-radius: 22px;
  background-color: #38cb89;
  border: #38cb89;
  width: 80%;
}

@media screen and (max-width: 1070px) {
.kl-footer__form .hs-button {
  border-radius: 22px;
  background-color: #38cb89;
  width: 200px;
}
}

.kl-footer__bottom {
  margin: 0 -8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kl-footer hr {
  display: block;
  margin: 20px 0 50px;
  border-bottom: #163161;
  background-color: #163161;
  color: #163161;
}

@media screen and (max-width: 680px) {
  .kl-footer hr {
    margin: 20px 0;
  }
}

.kl-footer__stores {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.kl-footer__store {
  margin: 5px 5px 0 0;
  flex-basis: 100px;
  max-width: 100px;
}

.kl-footer__store a {
  margin: 0;
}

.kl-footer__store img {
  display: block;
}
/* Missing Template at Path: \'propertyradar-theme\/css\/components\/_Global-Recent-Blog-Posts.css\' */
.kl-global-form {
  background-color: #f0f5ff;
  padding: 20px 140px 40px;
}
.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: 0;
  }
}

@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: 100%;
}

@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: 0;
  }
}

@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: 0;
  }
}

.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-hero-04 {
  padding: 100px 0 120px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 920px) {
  .kl-hero-04 {
    background-size: contain;
    background-position: bottom right;
  }
}

.kl-hero-04__logo {
  margin: 0 0 64px;
  max-width: 256px;
}

.kl-hero-04__logo a {
  display: block;
}

.kl-hero-04__logo img {
  width: 100% !important;
  display: block;
}

.kl-hero-04__content {
  max-width: 480px;
}

.kl-hero-04__content h1 {
  font-size: 45px;
  margin: 0 0 20px;
}

.kl-hero-04__content p {
  margin: 0 0 24px;
}

.kl-hero-04__footer {
  margin-top: 16px;
  padding-left: 50px;
}

.kl-hero-04__footer-title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.kl-hero-04__footer-entries {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}

.kl-hero-04__footer-entry {
  display: block;
  max-width: 30px;
  margin: 0 8px;
}

.kl-hero-04__footer-entry a {
  display: block;
}

.kl-hero-04__footer-entry img {
  display: block;
  width: 100%;
}
.kl-hero-05__content {
  display: block;
  max-width: 700px;
  margin: 0 auto 48px;
}

.kl-hero-05__content h1 {
  font-size: 42px;
}

.kl-hero-05__content p {
  font-size: 20px;
  max-width: 520px;
  margin: 0 auto;
}

.kl-hero-05__content p:last-child {
  margin: 0 auto 2rem;
}

.kl-hero-05__image {
  max-width: 900px;
  margin: 0 auto -18%;
}

.kl-hero-05__image img {
  display: block;
  width: 100%;
}
.kl-hero-06 {
  padding: 0px 0 0px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .kl-hero-06 {
    padding: 30px 0 30px;
    background-size: contain;
    background-position: 120% bottom;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .kl-hero-06 {
    padding: 30px 0 55%;
    background-size: 175% !important;
    background-position: 190% 100%;
  }
}

@media screen and (max-width: 768px) {
  .kl-hero-06 {
    padding: 30px 0 30px 0;
    background-size: 100% !important;
    background-position: 200% 100%;
  }
}

@media screen and (max-width: 600px) {
  .kl-hero-06 {
    padding: 30px 0 30px 0;
    background-size: 150% !important;
    background-position: 170% 100%;
  }
}

@media screen and (max-width: 450px) {
  .kl-hero-06 {
    padding: 30px 0 55%;
    background-size: 175% !important;
    background-position: 100% 107%;
  }
}

.kl-hero-06__logo {
  margin: 0 0 44px;
  max-width: 256px;
}

@media screen and (max-width: 992px) {
  .kl-hero-06__logo {
    margin: 0 0 0 0;
    max-width: 256px;
  }
}

.kl-hero-06__logo a {
  display: block;
}

.kl-hero-06__logo img {
  width: 100% !important;
  margin: 0 0 20px;
  display: block;
}

.kl-hero-06__content {
  max-width: 480px;
}

.kl-hero-08__content {
  max-width: 580px;
}

.kl-hero-06__content h1 {
  font-size: 45px;
  margin: 0 0 20px;
}

.kl-hero-06__content p {
  margin: 0 0 24px;
}

.kl-hero-06__footer {
  margin-top: 16px;
  padding-left: 50px;
}

.kl-hero-06__footer-title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.kl-hero-06__footer-entries {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}

.kl-hero-06__footer-entry {
  display: block;
  max-width: 30px;
  margin: 0 8px;
}

.kl-hero-06__footer-entry a {
  display: block;
}

.kl-hero-06__footer-entry img {
  display: block;
  width: 100%;
}
.kl-hero-07__content {
  display: block;
  margin: 40px auto;
  max-width: 800px;
  text-align: center;
}

.kl-hero-07__content h1 {
  font-size: 42px;
}

.kl-hero-07__content p {
  font-size: 28px;
  margin: 30px auto;
}

.kl-hero-07__content p:last-child {
  margin: 0 auto 2rem;
}

.kl-hero-07__image {
  max-width: 900px;
  margin: 0 auto -18%;
}

.kl-hero-07__image img {
  display: block;
  width: 100%;
}
.kl-hero-dk {
  padding: 30px 30px 20px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  background: linear-gradient(#0a1f44, #1f77b8);
}

.kl-hero-dk__logo {
  margin: 0 auto 44px;
  max-width: 256px;
}

.kl-hero-dk__content {
  display: block;
  color: #fff;
  margin: 10px auto;
  text-align: center;
  max-width: 90%;
}

.kl-hero-dk__content h1 {
  font-size: 42px;
  color: #fff;
  text-align: center;
}

/* NOT USED
.kl-hero-07__content p {
  font-size: 28px;
  max-width: 520px;
  margin: 30px auto;
}

.kl-hero-07__content p:last-child {
  margin: 0 auto 2rem;
}

.kl-hero-07__image {
  max-width: 900px;
  margin: 0 auto -18%;
}

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

*/
.kl-hero-dk-short {
  padding: 20px 0px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  background: linear-gradient(#0a1f44, #1f77b8);
}

.kl-hero-dk-short__logo {
  margin: 0 auto 20px;
  max-width: 256px;
}

.kl-hero-dk-short__content {
  display: block;
  color: #fff;
  margin: 0px auto;
  text-align: center;
}
.kl-hero-partner {
  padding: 0px 0;
  overflow: hidden;
}

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

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

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

.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-how-we-do-grid {
  display: flex;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 768px) {
  .kl-how-we-do-grid {
    display: block;
  }
}

.kl-how-we-do-grid__entries {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 10px;
}

@media screen and (max-width: 768px) {
  .kl-how-we-do-grid__entries {
    margin: 64px 0 0;
    display: block;
  }
}

.kl-how-we-do-grid__entry {
  position: relative;
  padding: 40px 40px 20px;
  max-width: calc(100% / 3 - 10px);
}

.kl-how-we-do-grid__entry-number {
  position: absolute;
  bottom: 100%;
  transform: translateY(15px);
  font-size: 50px;
  font-weight: bold;
  line-height: 30px;
}

.kl-how-we-do-grid__entry-content p {
  color: #4e5d78;
}

.kl-how-we-do-grid__entry-content .button--arrow {
  color: #34425c;
}

@media screen and (max-width: 768px) {
  .kl-how-we-do-grid__entry {
    max-width: calc(100% - 10px);
    margin-top: 32px;
  }
}
.kl-how-we-do {
  display: flex;
  align-items: flex-start;
  position: relative;
}

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

.kl-how-we-do__header {
  position: sticky;
  top: 150px;
  flex-basis: 40%;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .kl-how-we-do__header {
    position: static;
    top: 0;
  }
}

.kl-how-we-do__header h2 {
  font-size: 47px;
  margin: 0 0 20px;
}

.kl-how-we-do__header p {
  font-size: 20px;
  color: #4e5d78;
  line-height: 1.65;
}

.kl-how-we-do__entries {
  flex-grow: 1;
  flex-basis: 60%;
  margin-left: 48px;
}

@media screen and (max-width: 768px) {
  .kl-how-we-do__entries {
    margin: 64px 0 0;
  }
}

.kl-how-we-do__entry {
  position: relative;
  padding: 40px 40px 20px;
}

.kl-how-we-do__entry + .kl-how-we-do__entry {
  margin-top: 35px;
  display: block;
}

.kl-how-we-do__entry-number {
  position: absolute;
  bottom: 100%;
  transform: translateY(15px);
  font-size: 50px;
  font-weight: bold;
  line-height: 30px;
}

.kl-how-we-do__entry-content p {
  color: #4e5d78;
}

.kl-how-we-do__entry-content .button--arrow {
  color: #34425c;
}
.kl-icon-bullet-list {
  padding-left: 0;
  margin: 10px 0;
}


.kl-icon-bullet-list__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.kl-icon-bullet-list__item:last-of-type {
  margin-bottom: 0;
}

.kl-icon-bullet-list__image-wrapper {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  margin-top: 6px;
}

.kl-icon-bullet-list-horiz__image-wrapper {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  float: left;
  margin-top: 6px;
  margin-right: 20px;
}

.kl-icon-bullet-list-horiz__image-wrapper-lg {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  display: flex;
  float: left;
  margin-top: 6px;
  margin-right: 6px;

}

.kl-icon-bullet-list__image-wrapper-lg2 {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  display: flex;
  float: left;
  margin-top: 6px;
  margin-right: 20px;
}


.kl-icon-bullet-list__image-wrapper-center {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  margin: 0 auto;
}

.kl-icon-bullet-list__image-wrapper-horiz--center {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  float: left;
  margin: 0 auto;
}


.kl-icon-bullet-list__image-wrapper-center > img {
  object-fit: scale-down;
  width: 50%;
  height: 50%;
  margin: auto;
}

.kl-icon-bullet-list__image-wrapper-lg2 > img {
  object-fit: scale-down;
  width: 50%;
  height: 50%;
  margin: auto;
}

.kl-icon-bullet-list__image-wrapper > img {
  object-fit: scale-down;
  width: 50%;
  height: 50%;
  margin: auto;
}

.kl-icon-bullet-list-horiz__image-wrapper > img {
  object-fit: scale-down;
  width: 50%;
  height: 50%;
  margin: auto;
}

.kl-icon-bullet-list__text {
  margin-left: 15px;
}

.kl-icon-bullet-list__text > h3, .kl-icon-bullet-list__text > p {
  margin-bottom: 6px;
}
.kl-logo-slider__slide {
  display: flex;
  height: auto !important;
}

.kl-logo-slider__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.kl-logo-slider__item a {
  width: 100%;
  display: block;
}

.kl-logo-slider__item img {
  width: 100%;
  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__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-medium-checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.kl-medium-checklist li {
  display: flex;
  align-items: flex-start;
  background-color: white;
  padding: 20px 30px;
  margin: 3px;
  flex-basis: calc(100% / 3 - 6px);
}

@media screen and (max-width: 980px) {
  .kl-medium-checklist li {
    flex-basis: calc(100% / 2 - 6px);
  }
}

@media screen and (max-width: 580px) {
  .kl-medium-checklist li {
    flex-basis: calc(100% - 6px);
    padding: 12px 30px;
  }
}

.kl-medium-checklist li:before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448.8 448.8' xml:space='preserve'%3E%3Cpolygon points='142.8,323.85 35.7,216.75 0,252.45 142.8,395.25 448.8,89.25 413.1,53.55' data-original='%23000000' class='active-path' data-old_color='%2340c377' fill='%2340c377'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.kl-medium-checklist li > div {
  margin-left: 16px;
  display: inline-block;
}

.kl-medium-checklist li > div p {
  margin: 0;
}
.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: 0;
  right: 0;
  display: block;
  background: white;
  border-radius: 50%;
  padding: 4px;
  transform: translate(25%, -25%);
}

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

.kl-about-modal__wrapper {
  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: transparent;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  overflow: hidden;
}

.kl-about-modal__wrapper__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f77b8;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

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

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

.kl-about-modal__wrapper__content p:last-child {
  margin: 0;
}

.kl-about-modal__wrapper .button {
  display: inline-block;
  margin-top: 32px;
}

.kl-about-modal__container {
  max-width: 680px;
  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__head {
  padding: 32px;
  background-color: #1f77b8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -20px;
}

.kl-about-modal__head p, .kl-about-modal__head h1, .kl-about-modal__head h2, .kl-about-modal__head h3, .kl-about-modal__head h4, .kl-about-modal__head h5 {
  color: white;
  margin: 0;
}

.kl-about-modal__head > div {
  padding: 20px;
}

.kl-about-modal__image img {
  max-width: 100%;
  height: 120px !important;
  width: 120px;
  border-radius: 120px;
  object-fit: cover;
  object-position: center;
}

.kl-about-modal__body {
  background-color: white;
  padding: 32px;
}

.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: #000000;
  transition: all .25s ease-in-out;
}

.kl-about-modal__social a:hover svg {
  fill: #1f77b8;
  /*fill: $secondary-color;*/
}

.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-video-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;
  display: none;
  pointer-events: none;
}

.kl-video-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-video-modal__close {
  position: absolute;
  z-index: 13;
  top: 0;
  right: 0;
  display: block;
  background: white;
  border-radius: 50%;
  padding: 4px;
  transform: translate(25%, -25%);
}

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

.kl-video-modal__wrapper {
  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%;
  overflow: hidden;
  background-color: transparent;
}

.kl-video-modal__wrapper__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f77b8;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

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

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

.kl-video-modal__wrapper__content p:last-child {
  margin: 0;
}

.kl-video-modal__wrapper .button {
  display: inline-block;
  margin-top: 32px;
}

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

.kl-video-modal__head {
  padding: 32px;
  background-color: #1f77b8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -20px;
}

.kl-video-modal__head p, .kl-video-modal__head h1, .kl-video-modal__head h2, .kl-video-modal__head h3, .kl-video-modal__head h4, .kl-video-modal__head h5 {
  color: white;
  margin: 0;
}

.kl-video-modal__head > div {
  padding: 20px;
}

.kl-video-modal__image img {
  max-width: 100%;
  height: 120px !important;
  width: 120px;
  border-radius: 120px;
  object-fit: cover;
  object-position: center;
}

.kl-video-modal__body {
  background-color: white;
}

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

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

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

.kl-video-modal__social a:hover svg {
  fill: #1f77b8;
  /*fill: $secondary-color;*/
}

.kl-video-modal:target {
  display: block;
  visibility: visible;
  pointer-events: auto;
}

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

.kl-video-modal:target .kl-video-modal__container {
  visibility: visible;
  opacity: 1;
}
.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, 1.0);
}

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

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

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

.kl-navbar-no-nav {
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.kl-navbar__logo {
  width: 240px;
  height: 69px;
  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: 980px) {
  .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: 980px) {
  .kl-navbar__content {
    background-color: #f0f3f8;
    position: fixed;
    width: 100%;
    height: calc(100% - 83px);
    left: 0;
    bottom: 0;
    padding: 0 0 20px;
    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: 980px) {
  .kl-navbar__menu {
    display: block;
    margin: 0 0 24px;
    width: 100%;
  }
}

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

.kl-navbar__item--active .kl-navbar__panel {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

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

.kl-navbar__item--active .kl-navbar__button {
  color: #1f77b8;
}

@media screen and (max-width: 980px) {
  .kl-navbar__item {
    margin: 0;
    border-bottom: 1px solid #e1e4e9;
  }
}

.kl-navbar__button {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  line-height: 2em;
  word-break: normal;
  color: #000000;
  display: inline-block;
/*   text-align: right; */
}

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

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

@media screen and (max-width: 980px) {
  .kl-navbar__button > span {
    padding: 0;
  }
}

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

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

.kl-navbar__end-no-nav {
  display: flex;
  align-items: right;

}

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

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

@media screen and (max-width: 500px) {
  .kl-navbar__end .button {
        padding: 5px 10px !important;
        word-break: normal !important;
  }
}

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

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

.kl-navbar__panel {
  background-color: #0a1f44;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: all .25s ease-in-out;
  position: fixed;
  top: 83px;
  left: 50%;
  width: 100%;
  max-width: 1240px;
}

@media screen and (max-width: 980px) {
  .kl-navbar__panel {
    position: static;
    max-height: 0;
    overflow: hidden;
    transform: none;
    transition: opacity .25s ease-in-out;
  }
}

.kl-navbar__panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

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

.kl-navbar__categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .kl-navbar__categories .button, .kl-navbar__categories p {
    display: block;
    text-align: left;
  }
}


.kl-navbar__description {
  flex-basis: calc(100% / 3);
  color: white;
}

@media screen and (max-width: 980px) {
  .kl-navbar__description {
    margin: 0;
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 480px) {
  .kl-navbar__description {
    flex-basis: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

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

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

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

@media screen and (max-width: 480px) {
  .kl-navbar__description h3 {
    margin: 0;
  }
}

.kl-navbar__description p {
  font-size: 0.875rem;
  margin: 0 0 1rem;
  opacity: 0.6;
}
.kl-navbar__description p:first-child {
  opacity: 1;
}

.kl-navbar__description .button--arrow {
  color: white;
}

.kl-navbar__description a {
  display: block;
  color: #000000;
  padding: 30px 40px 26px;
}

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

.kl-navbar__description a:hover .button--arrow:after, .kl-navbar__description a:focus .button--arrow:after {
  margin-left: 16px;
}

@media screen and (max-width: 480px) {
  .kl-navbar__description a {
    display: flex;
    align-items: flex-start;
    padding: 20px 25px;
  }
}

.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: 980px) {
  .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);
}

.kl-navbar__icon {
  background-size: 50% 50%;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #1f77b8;
  background-position: 50% 50%;
  background-size: 56%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .kl-navbar__icon {
    margin: 0 15px 0 0;
    flex-shrink: 0;
  }
}

.kl-navbar__dropdown {
  user-select: none;
}

@media screen and (max-width: 980px) {
  .kl-navbar__dropdown {
    width: 100%;
    padding: 30px 40px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 480px) {
  .kl-navbar__dropdown {
    padding: 20px 25px;
  }
}

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

@media screen and (max-width: 980px) {
  .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, 1.0);
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  list-style: none;
  padding: 0;
  margin: 17px 0 0;
  width: 200px;
}

@media screen and (max-width: 980px) {
  .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: 980px) {
  .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-size: 12px;
  font-family: Roboto, sans-serif;
  line-height: 1.25rem;
  word-break: normal;
  color: #000000;
}

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

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

.kl-navbar__parent {
  cursor: pointer;
}

@media screen and (min-width: 980px) {
  .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: 980px) {
  .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: #1f77b8;
}

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


.mobile-only{
  display: none;
}

@media(max-width: 767px){
  .mobile-only{
    display: block;
  }
  .desktop-only{
    display: none;
  }
}
.kl-numbers-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: -16px;
  overflow: hidden;
}

.kl-numbers-grid__item {
  text-align: center;
  flex-basis: calc(100% / 6);
  padding: 16px;
}

@media screen and (max-width: 980px) {
  .kl-numbers-grid__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 768px) {
  .kl-numbers-grid__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 480px) {
  .kl-numbers-grid__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-numbers-grid__item h1, .kl-numbers-grid__item h2, .kl-numbers-grid__item h3, .kl-numbers-grid__item h4, .kl-numbers-grid__item h5, .kl-numbers-grid__item h6 {
  margin: 0 0 8px;
}

.kl-numbers-grid__item p {
  margin: 0;
}
.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 #DAE3F9;
  border-radius: 10px;
  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: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f77b8;
  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-overlapping-tile {
  display: flex;
}

.kl-overlapping-tile__col {
  display: flex;
  flex-direction: column;
  flex: 50%;
}

@media screen and (max-width: 720px) {
  .kl-overlapping-tile__col {
    flex: 100%;
  }
}

.kl-overlapping-tile__botleft, .kl-overlapping-tile__topright, .kl-overlapping-tile__botright {
  margin: 30px 45px 35px;
  padding: 30px 45px 35px;
  background-color: white;
  box-shadow: 7px 7px 50px 40px rgba(61, 96, 132, 0.07);
}

.kl-overlapping-tile__title {
  margin: auto 45px 10px;
  padding: 0 20px;
}

@media screen and (max-width: 720px) {
  .kl-overlapping-tile__title {
    padding: 20px 140px 20px 30px;
    margin: 0;
  }
}

.kl-overlapping-tile .quoter {
  display: flex;
  align-items: center;
  align-content: center;
}

.kl-overlapping-tile .quoter__image {
  min-width: 30px;
  max-width: 70px;
}

.kl-overlapping-tile .quoter__image img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.kl-overlapping-tile .quoter__info {
  padding: 0 0 0 15px;
}

.kl-overlapping-tile .quoter__info p:first-of-type {
  padding-top: 15px;
  margin-bottom: 5px;
}

@media screen and (max-width: 720px) {
  .kl-overlapping-tile {
    flex-direction: column;
  }
}
.kl-prefooter {
  background-color: #0a1f45;
  padding: 100px;
  background-image: linear-gradient(180deg, #2da6dd, #0a1f44);
}

.kl-prefooter__text {
  display: block;
  max-width: 1080px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 980px) {

.kl-prefooter {
  background-color: #0a1f45;
  padding: 40px;
  background-image: linear-gradient(180deg, #2da6dd, #0a1f44);
}

.kl-prefooter__text {
  display: block;
  text-align: center;
  margin: 0 auto;
}
}

@media screen and (max-width: 480px) {
  .kl-prefooter__text h2 {
    font-size: 28px;
  }
}

.kl-prefooter__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .kl-prefooter__buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

.kl-prefooter__buttons > a {
  margin: 16px 16px;
  display: block;
}

.kl-prefooter .button--arrow, .kl-prefooter .button--arrow:hover:after, .kl-prefooter .button--arrow:focus:after, .kl-prefooter .button--arrow:active:after {
  color: white;
}

.kl-prefooter2 {
  background-color: #1f77b8;
  padding: 30px;
}

.kl-prefooter2__text {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 680px;
}

@media screen and (max-width: 480px) {
  .kl-prefooter2__text h2 {
    font-size: 28px;
  }
}

.kl-prefooter2__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .kl-prefooter2__buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
  }
}

.kl-prefooter2__buttons > a {
  margin: 16px 16px;
  display: block;
}

.kl-prefooter2 .button--arrow, .kl-prefooter .button--arrow:hover:after, .kl-prefooter .button--arrow:focus:after, .kl-prefooter .button--arrow:active:after {
  color: white;
}
.kl-panels-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}

.kl-panels-grid__item-wrapper {
  min-height: 120px;
  flex-basis: calc(100% / 3);
  padding: 3px;
}

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

@media screen and (max-width: 420px) {
  .kl-panels-grid__item-wrapper {
    flex-basis: calc(100%);
  }
}

.kl-panels-grid__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: white;
  padding: 24px 20px;
  text-align: center;
}

.kl-panels-grid__button {
  margin-top: 8px;
}

.kl-panels-grid__button .button {
  font-size: 0.75rem;
}
.kl-pricing {
  display: flex;
  align-items: center;
  text-align: center;
}

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

.kl-pricing__card {
  position: relative;
  flex-basis: 346px;
  flex-grow: 1;
  transition: box-shadow .25s ease-in-out;
}

.kl-pricing__card--featured {
  box-shadow: 7px 7px 90px -20px rgba(10, 31, 68, 0.2);
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-pricing__card--featured .kl-pricing__header {
  background-color: #19467f;
  color: white;
}

.kl-pricing__card--featured .kl-pricing__price {
  color: white;
}

.kl-pricing__card--featured .kl-pricing__title {
  color: white;
}

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

@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: Roboto, 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__header {
  padding: 30px 25px;
}

.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  line-height: 1;
  margin-bottom: 16px;
  margin-left: 24px;
}

.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__price > * + * {
  padding-left: 8px;
}

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

.kl-pricing__description p:last-child {
  margin: 0;
}

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

.kl-pricing__features li {
  font-size: 0.875rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

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

.kl-pricing__title {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1;
}

.kl-pricing__body {
  padding: 20px 40px 30px;
}

.kl-pricing__footer {
  margin-top: 20px;
  color: #8a94a6;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}

.kl-pricing__footer p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.kl-pricing-table-01 {
  overflow-x: auto;
}

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

@-moz-document url-prefix() {
   .kl-pricing-table .kl-pricing-table__row-group .kl-pricing-table__row .kl-pricing-table__column br {
     margin-bottom: 32px !important;
 }
}

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

.kl-pricing-table-01__features {
  position: relative;
  width: 250px;
}

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

.kl-pricing-table-01__plans {
  text-align: center;
  padding: 0;
}

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

.kl-pricing-table-01__plans h3 {
    text-align: center;
  font-size: 18px;
}

.kl-pricing-table-01__plans h4, .kl-pricing-table-01__plans h5 {
  font-weight: bold;
  color: #1f77b8;
}

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

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

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



.kl-pricing-table-01 th p {
  color: #000000;
}

.kl-pricing-table-01 th.kl-pricing-table-01__featured {
  background: #1f77b8;
  color: white;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

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

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



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

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

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



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

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

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

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

.kl-pricing-table-01 tbody .kl-pricing-table-01__features {
  position: relative;
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 8px 8px 8px 8px;
}

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

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

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

.kl-pricing-table-01 td.kl-pricing-table-01__featured {
  background: #1f77b8;
  color: white;
}

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

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

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

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



.kl-pricing-table-01__navbar .kl-pricing-table-01__featured {
  background: #1f77b8;
  border: none;
}

.kl-pricing-table-01__navbar .kl-pricing-table-01__featured h1, .kl-pricing-table-01__navbar .kl-pricing-table-01__featured h2, .kl-pricing-table-01__navbar .kl-pricing-table-01__featured h3, .kl-pricing-table-01__navbar .kl-pricing-table-01__featured h4, .kl-pricing-table-01__navbar .kl-pricing-table-01__featured h5, .kl-pricing-table-01__navbar .kl-pricing-table-01__featured p {
  color: white;
}

.kl-pricing-table-01__navbar .kl-pricing-table-01__featured:hover {
  background: #1f77b8;
}

.kl-pricing-table-01__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-01__tab h1, .kl-pricing-table-01__tab h2, .kl-pricing-table-01__tab h3, .kl-pricing-table-01__tab h4, .kl-pricing-table-01__tab h5, .kl-pricing-table-01__tab h6, .kl-pricing-table-01__tab p {
  margin: 0;
}

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



.kl-pricing-table-01__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-01__highlight {
  background: #F2F5FB;
}

.kl-pricing-table-01__highlight th {
  font-weight: bold;
}
.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: #1f77b8;
}

.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 #1f77b8;
}

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

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

.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 #1f77b8;
  border-left: 1px solid #1f77b8;
  border-right: 1px solid #1f77b8;
}

@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: #1f77b8;
  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 #1f77b8;
}

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

@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;
}

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

.kl-features-01__image svg {
  max-height: 50px;
  width: 50px;
  fill: #1f77b8;
}
.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: 24px 16px;
  display: block;
}

.kl-features-02__card h4 {
  margin: 0;
  display: inline;
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
}

.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;
  flex-shrink: 0;
}

.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: #1f77b8;
}
.kl-features-03__titles li.active h4, .kl-features-03__titles li h4:hover, .kl-features-03__titles li h4:focus {
  cursor: pointer;
  color: #1f77b8;
}

.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: #1f77b8;
  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-rich-section-full {
  position: relative;
}

.kl-rich-section-full__header {
  padding-top: 20px;
  order: 1;
  max-width: 100%;
}

.kl-rich-section-full__media {
  order: 2;
  max-width: 50%;
}

.kl-rich-section-full__content {
  order: 1;
  max-width: 50%;
}

.kl-rich-section-full .kl-icon-bullet-full {
  order: 1;
  max-width: 100%;
  text-align: left;
  margin: 24px 0 24px;
}

.kl-rich-section-full .kl-icon-bullet-list p:last-child {
  margin: 0;
}

.kl-rich-section-full .kl-rich-text {
  height: 800px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .kl-rich-section-full .kl-rich-text {
    height: fit-content;
  }
  .kl-rich-section-full .kl-rich-text .kl-rich-section__header, .kl-rich-section .kl-rich-text .kl-rich-section__content, .kl-rich-section .kl-rich-text .kl-rich-section__media, .kl-rich-section .kl-rich-text .kl-icon-bullet-list {
    max-width: 100%;
    order: 0;
  }
}

.kl-rich-section-full .kl-rich-text--center .kl-icon-bullet-list {
  margin: 24px 0 24px;
  display: inline-block;
}

.kl-rich-section-full .kl-rich-text--right .kl-icon-bullet-list {
  margin: 0 0 24px auto;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .kl-rich-section-full .kl-rich-text--mobile-center .kl-icon-bullet-list {
    margin: 0 auto 24px;
    display: inline-block;
  }
}

.kl-rich-section-full__richtext {
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .kl-rich-section-full__richtext {
    max-width: 100%;
  }
}

.kl-rich-section-full__media {
  flex: 100%;
  max-width: 50%;
  vertical-align: top;
}

.kl-rich-section-full__media img {
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .kl-rich-section-full__media {
    max-width: 100%;
  }
}

.kl-rich-section-full--right .kl-rich-section__richtext .kl-rich-text {
  padding-left: 20px;
}

.kl-rich-section-full--right .kl-rich-section-full__header {
  padding-left: 20px;
  max-width: 100%;
}

.kl-rich-section-full--right .kl-rich-section__content {
  max-width: 50%;
}

.kl-rich-section-full--right .kl-rich-section__media {
  max-width: 50%;
  order: -1;
  height: 100%;
}
.kl-rich-section {
  position: relative;
  display: flex;
  padding: 0 0 30px;
}

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

.kl-rich-section__richtext {
  flex-basis: 50%;
}

.kl-rich-section__richtext .kl-rich-section__media {
  display: none;
}

@media screen and (max-width: 768px) {
  .kl-rich-section__richtext .kl-rich-section__media {
    display: block;
    padding: 0 0 20px;
  }
}

.kl-rich-section__media {
  flex-basis: 50%;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .kl-rich-section__media {
    display: none;
  }
}

.kl-rich-section__media img {
  display: block;
  margin: 0 auto;
}

.kl-rich-section__content {
  margin: 0 0 20px;
}

.kl-rich-section__content p:last-child {
  margin: 0;
}

.kl-rich-section--v-top {
  align-items: flex-start;
}

.kl-rich-section--v-middle {
  align-items: center;
}

.kl-rich-section--v-bottom {
  align-items: flex-end;
}

.kl-rich-section--h--left {
  justify-content: flex-start;
}

.kl-rich-section--h--center {
  justify-content: center;
}

.kl-rich-section--h--horiz {
  justify-content: left;
}

.kl-rich-section--h--right {
  justify-content: flex-end;
}

.kl-rich-section--right {
  flex-direction: row-reverse;
}

.kl-rich-section--right .kl-rich-section__media {
  padding: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .kl-rich-section--right .kl-rich-section__media {
    padding: 0 0 20px;
  }
}

.kl-rich-section .kl-icon-bullet-list {
  margin: 0 0 20px;
}

.kl-rich-section .kl-icon-bullet-list p:last-child {
  margin: 0;
}

.kl-rich-section .kl-rich-text--center .kl-icon-bullet-list {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  

}



.kl-rich-section .kl-rich-text--horiz .kl-icon-bullet-list {
  text-align: left;
  display: flex;
  flex-direction: row;
}

.kl-rich-section .kl-rich-text--right .kl-icon-bullet-list {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .kl-rich-section .kl-rich-text--mobile-center .kl-icon-bullet-list {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.kl-rich-text--horiz .kl-icon-bullet-list__image-wrapper {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  margin-top: 6px;
}
.kl-simple-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.kl-simple-boxes__entry {
  flex-basis: 278px;
  padding: 30px 24px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.kl-simple-boxes__entry-wrapper {
  padding: 8px 32px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .kl-simple-boxes__entry-wrapper {
    padding: 8px 16px;
  }
}

.kl-simple-boxes__entry p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.kl-card-center {
  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%;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.kl-card-center__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f77b8;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

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



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

.kl-card-center__content p:last-child {
  margin: 0;
}

.kl-card-center .button {
  display: inline-block;
  margin-top: 32px;
  margin: 0 auto;
}

.kl-card-center__image {
  margin: 0 0 1.75rem;
}

.kl-card-center__form {
  max-width: 600px;
}
.kl-singlecol-slider {
  position: relative;
}

.kl-singlecol-slider-wrapper {
  margin: 30px 0;
}

@media screen and (max-width: 420px) {
  .kl-singlecol-slider-wrapper {
    margin: 0 16px;
  }
}

.kl-singlecol-slider .glide__slide {
  padding: 48px 0;
  height: auto !important;
}

.kl-singlecol-slider .glide__arrow {
  background: #1f77b8;
  border: none;
  padding: 12px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
}

.kl-singlecol-slider .glide__arrow:focus {
  border: none;
  outline: none;
}

.kl-singlecol-slider .glide__arrow--left {
  left: -16px;
  transform: translate(-100%, -50%);
}

@media screen and (max-width: 420px) {
  .kl-singlecol-slider .glide__arrow--left {
    transform: translate(0, -50%);
  }
}

.kl-singlecol-slider .glide__arrow--right {
  right: -16px;
  transform: translate(100%, -50%);
}

@media screen and (max-width: 420px) {
  .kl-singlecol-slider .glide__arrow--right {
    transform: translate(0, -50%);
  }
}

.kl-slider-singlecol {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0 3px 15px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 1.0);
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  padding: 0 40px 0;
}

.kl-slider-singlecol__image {
  height: auto;
  width: 40%;
  padding-top: 20px;
  
}

.kl-slider-singlecol__content {
  height: auto;
  width: 60%;
  padding-top: 40px;
}


.kl-slider-singlecol__content h3 a {
  font-size: 18px;
  margin: 0;
  padding: 24px 36px 0;
  color: #1f77b8; 
  text-decoration: none;
  text-align: center;
}


.kl-slider-singlecol__content h3 a:hover {
  color: #2da6dd;
  text-decoration: inherit;
  text-align: center;
}




.kl-slider-singlecol__footer {
  margin: 0 auto;
  padding: 0 36px 32px;
}

.kl-slider-singlecol__author {
  font-weight: bold;
}

.kl-slider-singlecol__author span {
  font-size: 0.75rem;
  display: block;
}

.kl-slider-singlecol__button {
  margin: 16px auto;
  text-align: center;
  border-radius: 25px;
  width: 50%;
  background-color: rgba(56,203,137,1.0);
  padding: 12px 20px;
}

.kl-slider-singlecol__button-home {
  margin: 16px auto;
  text-align: center;
  border-radius: 25px;
  background-color: rgba(56,203,137,1.0);
  padding: 12px 20px;
}

.kl-slider-singlecol__button-sm {
  margin: 16px auto;
  text-align: center;
  border-radius: 25px;
  width: 50%;
  background-color: rgba(56,203,137,1.0);
  padding: 12px 20px;
}


@media screen and (max-width:768px){
.kl-slider-singlecol__button-sm {
  margin: 16px auto;
  text-align: center;
  border-radius: 25px;
  width: 100%;
  background-color: rgba(56,203,137,1.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: 40px;
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-card__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f77b8;
  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__content p:last-child {
  margin: 0;
}

.kl-card .button {
  display: inline-block;
  margin-top: 32px;
}

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

.kl-card__form {
  max-width: 600px;
}
.kl-small-checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.kl-small-checklist li {
  display: flex;
  align-items: center;
  background-color: #ebedf1;
  padding: 10px 10px 10px 18px;
  margin: 2px;
  flex-basis: 320px;
  flex-grow: 1;
}

.kl-small-checklist li:before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448.8 448.8' xml:space='preserve'%3E%3Cpolygon points='142.8,323.85 35.7,216.75 0,252.45 142.8,395.25 448.8,89.25 413.1,53.55' data-original='%23000000' class='active-path' data-old_color='%2340c377' fill='%2340c377'/%3E%3C/svg%3E");
  background-size: contain;
  width: 16px;
  height: 16px;
}

.kl-small-checklist li span {
  margin-left: 16px;
  display: inline-block;
}
.kl-small-v-icon-list {
  list-style-type: none;
  padding: 0;
}

.kl-small-v-icon-list > li {
  padding: 5px;
  display: flex;
}

.kl-small-v-icon-list__icon {
  padding-right: 10px;
  flex-shrink: 0;
}

.kl-small-v-icon-list__icon svg {
  width: 15px;
  height: auto;
  fill: #38cb89;
}
.kl-testimonials {
  display: flex;
  padding-bottom: 25px;
}

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

.kl-testimonial {
  padding: 18px 18px 18px;
  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;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.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: #1f77b8;
  height: 32px;
  max-height: 32px;
}

.kl-testimonial__content {
  font-weight: 500;
  margin: 0 auto 20px;
  text-align: center;
}

.kl-testimonial__content h1, .kl-testimonial__content h2, .kl-testimonial__content h3, .kl-testimonial__content h4, .kl-testimonial__content p {
  color: #3D3D3D;
}

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

.kl-testimonial__content p {
  font-size: 15px;
  line-height: 1.5;
}

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

.kl-testimonial__footer-ctr {
  display: block;
}

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

.kl-testimonial__author {
  font-size: 13px;
  font-weight: bold;
  color: black;
  line-height: 1.5;
}

.kl-testimonial__author-ctr {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: black;
  line-height: 1.5;
}

.kl-testimonial__author span {
  font-weight: normal;
  display: block;
  font-size: 13px;
  margin: 8px 0 0;
  color: black;
}

.kl-testimonial__author-ctr span {
  font-weight: normal;
  display: block;
  font-size: 13px;
  margin: 8px 0 0;
  color: black;
}
.kl-testimonial-slider {
  position: relative;
}

.kl-testimonial-slider-wrapper {
  margin: 0 58px;
}

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

.kl-testimonial-slider .glide__slide {
  padding: 48px 0;
  height: auto !important;
}

.kl-testimonial-slider .glide__arrow {
  background: #1f77b8;
  border: none;
  padding: 12px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
}

.kl-testimonial-slider .glide__arrow:focus {
  border: none;
  outline: none;
}

.kl-testimonial-slider .glide__arrow--left {
  left: -16px;
  transform: translate(-100%, -50%);
}

@media screen and (max-width: 420px) {
  .kl-testimonial-slider .glide__arrow--left {
    transform: translate(0, -50%);
  }
}

.kl-testimonial-slider .glide__arrow--right {
  right: -16px;
  transform: translate(100%, -50%);
}

@media screen and (max-width: 420px) {
  .kl-testimonial-slider .glide__arrow--right {
    transform: translate(0, -50%);
  }
}

.kl-slider-testimonial {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0 3px 15px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 1.0);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  padding: 40px 20px 0;
}



.kl-slider-testimonial__footer {
  padding: 0 36px 32px;
}



.kl-slider-testimonial__header {
  display: flex;
  width: 100%;
  height: auto;
  margin: 20px auto;
  flex-basis: auto;
}


.slider-image-card {
  width: 100%;
  object-fit: contain;
}

.kl-slider-testimonial__content h3 a {
  display: flex;
  width: 100%;
  font-size: 18px;
  margin: 0;
  padding: 24px 36px 0;
  flex-basis: auto;
  color: #1f77b8; 
  text-decoration: none;
  text-align: center;
}


.kl-slider-testimonial__content h3 a:hover {
  display: flex;
  width: 100%;
  flex-basis: auto;
  color: #2da6dd;
  text-decoration: inherit;
  text-align: center;
}


.kl-slider-testimonial__header img {
    max-width: 100%;
    float: none;
    margin: 0;
    width: 100%;
    display: block;
    object-fit: cover;
}


.kl-slider-testimonial__footer {
  margin: 0 auto;
}

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

.kl-slider-testimonial__author span {
  font-size: 0.75rem;
  display: block;
}

.kl-slider-testimonial__button {
  margin: 16px auto;
  text-align: center;
  border-radius: 30px;
  width: 50%;
  background-color: rgba(56,203,137,1.0);
  padding: 12px 20px;
}

.kl-slider-testimonial__button-home {
  margin: 16px auto;
  text-align: center;
  border-radius: 30px;
  background-color: rgba(56,203,137,1.0);
  padding: 12px 20px;
}

.kl-slider-testimonial__button-sm {
  margin: 16px auto;
  text-align: center;
  border-radius: 25px;
  width: 50%;
  background-color: rgba(56,203,137,1.0);
  padding: 12px 20px;
}


@media screen and (max-width:768px){
.kl-slider-testimonial__button-sm {
  margin: 16px auto;
  text-align: center;
  border-radius: 25px;
  width: 100%;
  background-color: rgba(56,203,137,1.0);
  }
}
.kl-pr-lists__card-grid ul.cat-filter{
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  gap: 10px;
  padding: 20px 0 30px 0;
}
.kl-pr-lists__card-grid ul.cat-filter li{
  background: #fff;
  padding: 5px 20px;
  border-radius: 100px;
  display: block;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
.kl-pr-lists__card-grid ul.cat-filter li.active{
  background: #1f77b8;
  color: #fff;
}

.kl-three-column-colored-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  gap: 5px;
  width: 100%;
}

.kl-three-column-colored-grid__item {
  flex: calc(100% / 3 - 5px);
  color: #0a1f44;
  background-color: white;
  padding: 30px 20px;
  text-align: center;
  transition: box-shadow .25s ease-in-out;
}

.kl-three-column-colored-grid__item > a {
  text-decoration: none;
  color: #0a1f44;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.kl-three-column-colored-grid__item:nth-of-type(3n) {
  margin-right: 0;
}

.kl-three-column-colored-grid__item__link > span {
  padding-right: 5px;
  font-size: 14px;
}

.kl-three-column-colored-grid__item__link > .kl-three-column-colored-grid__item__link__arrow {
  font-size: 12px;
  display: inline-block;
  transition: left .25s ease-in-out;
  position: relative;
  top: 0px;
  left: 0px;
}

.kl-three-column-colored-grid__item:hover .kl-three-column-colored-grid__item__link > .kl-three-column-colored-grid__item__link__arrow {
  left: 10px;
}

.kl-three-column-colored-grid__item:hover {
  box-shadow: 7px 7px 40px -10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

@media screen and (max-width: 620px) {
  .kl-three-column-colored-grid__item {
    flex: calc(50% - 5px);
  }
}

@media screen and (max-width: 480px) {
  .kl-three-column-colored-grid__item {
    flex: calc(100% - 5px);
  }
}

.kl-three-column-colored-grid__text h3 {
  font-size: 20px;
  line-height: 1.25;
}

.kl-three-column-colored-grid__text h1, .kl-three-column-colored-grid__text h2, .kl-three-column-colored-grid__text h3, .kl-three-column-colored-grid__text h4, .kl-three-column-colored-grid__text h5, .kl-three-column-colored-grid__text h6, .kl-three-column-colored-grid__text p {
  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: #1f77b8;
}

.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-child: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;
}
.cta-section-table{
  background: #2DA6DD;
}
.cta-section-table .content-container{
  display: flex;
  max-width: 1080px;
  margin: auto;
  padding: 40px;
  flex-direction: column;
  align-items: center;
}
.cta-section-table h3{
  color: #fff;
}
.cta-section-table .button{
  border-radius: 0;
  padding: 10px 25px;
}
.text-video-section-table .content-container{
  display: flex;
  max-width: 1080px;
  margin: auto;
  padding: 40px;
  align-items: center;
  gap: 50px;
}
.text-video-section-table .content-container .left{
  flex: 1.25;
}
.text-video-section-table .content-container .right{
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.text-section-table .content-container{
  display: block;
  max-width: 1080px;
  margin: auto;
  padding: 40px;
}
.text-section-table p{
  margin-bottom: 0;
}

@media(max-width: 767px){
  .text-video-section-table .content-container{
    flex-direction: column;
    gap: 20px;
  }
  .text-video-section-table .content-container .right{
    width: 100%;
  }
}
.kl-prefooter-section {
  background-color: midnightblue;
}
/* Blog header */
.blog-header {
padding: 32px 0;
  /* Blog header - author listing */
  margin: 0 auto;
}

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

@media screen and (max-width: 768px) {

.blog-header {
padding: 32px 0;
  /* Blog header - author listing */
  margin: 0 auto;
}

  .blog-header__inner {
    display: block;
    text-align: center;
  }
}

.blog-header__featured {
  display: flex;
  flex-basis: 500px;
}

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

.blog-header--author {
  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: 32px 0 32px;
  flex-shrink: 0;
  font-size: 45px;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .blog-header__title {
    margin: 10px 0 10px;
    font-size: 35px;
  }
}

.blog-header__title span {
  color: #1f77b8;
}

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

.blog-post__title {
  margin: 0 auto 32px;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  
}


@media screen and (max-width: 768px) {
  .blog-post__title {
  margin: 0 auto;
  flex-shrink: 0;
  font-size: 29px;
  line-height: 36px;
  text-align: center;
  max-width: 100%;
}
}

.blog-header__image {
  width: 471px;
  height: 247px;
}

.blog-header__image img {
  display: block;
}


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

.blog-header__image img {
  width: 100%;
  display: block;
  height: auto;
}

}


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

@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: #000000;
  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-header__tag {
  max-width: 471px;
  width: 100%;
  margin: 0 auto;
}

.blog-header__tag h1 {
  text-align: left;
}

.blog-header__content {
  display: flex;
}

.blog-post__title h1 {
    text-align: center;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
.blog-post__title h1 {
    text-align: center;
  max-width: 95%;
}
}

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

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

.blog-search > div {
  margin: 6px;
}

 hr {
  margin: 40px 0 40px 0;
}

.hs_cos_wrapper_type_related_blog_posts {
    display: flex !important;
    justify-content: center;
    padding: 20px 20px;
  }


@media screen and (max-width:768px){
.hs_cos_wrapper_type_related_blog_posts {
    display: block !important;
    justify-content: center;
    max-width: 471px;
    padding: 20px 20px;
  }
}

.hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 20px;
}

.hs_cos_wrapper_type_rich_text li {
  margin-bottom: 20px;
}

.blog-related-posts__post {
  flex-basis: 30%;
  margin: 10px;
  padding: 20px 20px;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
}



@media screen and (max-width:991px){
.blog-related-posts__post-wrapper {
width: 50%;
}
}



.blog-related-posts__title {
  color: #1f77b8;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  line-height: 23px;
  margin: auto 10%;
}


.blog-related-posts__post-content h2 {
  color: #1f77b8;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
line-height: 23px;
  margin: 10px auto 30px auto;
}

.blog-related-posts__post-content h2 a {
    color: #1f77b8; 
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  line-height: 23px;
}


.blog-related-posts__post-content p {
  text-align: center;
}

.blog-related-posts__post-content h3 {
  color: #1f77b8;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  line-height: 23px;
  margin: 10px;
}

.blog-related-posts__post-content h3 a {
  color: #1f77b8;  
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  line-height: 23px;
}

.blog-related-posts__post-content h3 a:hover {
  color: #2da6dd;
  text-decoration: none;
}

.blog-related-posts__post-content a {
  margin: 0 auto;
}

#blog-related-posts__post-image.lazy {
  background-image: none;
  background-color: #F1F1FA;
}

#bg-image {
  background-image: url();
  width: 90%;
  height: auto;
  background-size: contain;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  flex-shrink: 0;
}

@media screen and (max-width:768px){

#bg-image {
  background-image: url();
  background-size: contain;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  flex-shrink: 0;
}

#blog-related-posts__post-image, .related-img {
  display: block;
  width: 235px;
  height: 123px;
  background-size: contain;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  flex-shrink: 0;
}
}

#blog-related-posts__post-image, .related-img {
  display: block;
  width: 235px;
  height: 123px;
  background-size: contain;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  flex-shrink: 0;
}

#blog-related-posts__post-image > background {
  object-fit: contain;
  display: block;
}



#button .button--arrow {
  text-align: right;
}


.buttonwhite--arrow:hover,
.buttonwhite--arrow:active {
  background-color: #38cb89 !important;
}


.kl-blog-index__button-sm {
    margin: 16px auto;
    text-align: center;
    border-radius: 25px;
    width: 50%;
    background-color: rgba(56,203,137,1.0);
    padding: 12px 20px;
}

@media screen and (max-width: 768px)
{
.kl-blog-index__button-sm {
    margin: 30px auto;
    text-align: center;
    border-radius: 25px;
    width: 70%;
    background-color: rgba(56,203,137,1.0);
  }
}



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

.blog-index, .blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 32px 0;
  margin: -24px;
}

.hs-search-results__listing li{
  border: 0.5px solid rgba(100,146,253,0.2);
  box-shadow: 0px 11px 30px rgb(154 161 177 / 20%);
}

.hs-search-field input[type=text] {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .blog-index, .blog-more-posts {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  }

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

.blog-index__post-wrapper{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33% - 40px);
  flex-direction: row;
  padding: 20px 20px;
  border: 0.5px solid rgba(100,146,253,0.2);
  box-shadow: 0px 11px 30px rgb(154 161 177 / 20%);
  border-radius: 0px;
  margin: 10px;
}

.blog-more-posts__post-wrapper{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33% - 20px);
  flex-direction: row;
  padding: 20px 20px;
  border: 0.5px solid rgba(100,146,253,0.2);
  box-shadow: 0px 11px 30px rgb(154 161 177 / 20%);
  border-radius: 0px;
  margin: 10px;
}

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

@media screen and (max-width: 768px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    width: 90%;
  }
}
}

.blog-index__post, .blog-more-posts__post {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

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

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

.blog-index__post-content h3, .blog-more-posts__post-content h3 {
  color: #1f77b8;
  margin: 0 0 1rem;
  font-size: 20px;
  line-height: 30px;
}

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

.blog-index__post-content h3 a:hover, .blog-more-posts__post-content h3 a:hover {
  color: #1f77b8;
  text-decoration: none;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #1f77b8;
  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('//9494982.fs1.hubspotusercontent-na1.net/hubfs/9494982/raw_assets/public/propertyradar-theme/images/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
 background-size: contain;
  padding-bottom: 59%;
}

.blog-index__post-image-block, .blog-more-posts__post-image-block {
  display: block;
}

.blog-index__post-image-block img, .blog-more-posts__post-image-block img {
  display: block;
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.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: Roboto, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 1rem;
  line-height: 1;
  margin: 0 16px;
  text-decoration: none;
}

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

.blog-pagination__link--active {
  color: #1f77b8;
}

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

/* Blog post */
.blog-post {
  flex-basis: 80%;
  flex-shrink: 2;
  margin: auto;
}

.blog-post__body #hs_cos_wrapper_post_body .w-richtext-figure-type-image {
  margin: auto;
}

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

.blog-post__body img {
  display: block;
  margin: auto;
  max-width: 80%;
  height: auto;
}

.blog-design__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 80%;
}


@media screen and (max-width: 768px) {
  .blog-design__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 90%;
}
}


.blog-post__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 80px auto 0;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .blog-post__wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.blog-post__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  flex-basis: 100%;
  flex-shrink: 1;
}

@media screen and (max-width: 768px) {
  .blog-post__sticky {
    position: static;
  }
}
.blog-guides {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) { 
  .blog-guides {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
}
}

.blog-related-posts__guides {
  flex-basis: 50%;
  margin: 0 auto;
}

.blog-post__sticky .blog-search {
  margin: 10px 50px 20px;
}

.blog-search .blog-tags {
  flex-basis: auto;
}

.blog-post__sticky .blog-tags {
  margin: 0 0 20px;
}

.blog-post__metadata {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
.blog-post__metadata {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
}

.blog-post__metadata-entry {
  display: block;
  padding: 15px 10px;
}

.blog-post__metadata-entry a {
  font-size: 13px;
  color: #444444;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
.blog-post__metadata-entry {
  text-align: center;
}
}

@media screen and (max-width: 768px) {
.blog-post__metadata-entry a {
  text-align: center;
}
}

.blog-post__metadata-date {
  color: #444444;
  font-size: 13px;
}

.blog-post__metadata-title {
  display: block;
  font-size: 13px;
  color: #8f9aad;
  margin: 0 0 3px;
}

.blog-post__metadata-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}

@media screen and (max-width: 768px) {
.blog-post__metadata-entry a, .blog-post__metadata-date, .blog-post__metadata-title, .blog-post__metadata-tags, .blog-post__metadata-tag {
  align: center;
}
}

.blog-post__metadata-tag {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #444444;
  height: 23px;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #ecf0f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
}

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

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

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  padding: 64px 0;
  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: #000000;
}
/* Blog header */
.blogswipe-header {
padding: 32px 0;
  /* Blog header - author listing */
}

.blogswipe-header__inner {
  display: block;
}

@media screen and (max-width: 768px) {
  .blogswipe-header__inner {
    display: block;
    text-align: center;
    max-width: 700px !important;
  }
}

.blogswipe-header__featured {
  display: flex;
  flex-basis: 500px;
}

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

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

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

.blogswipe-header__title {
  margin: 32px 0 32px;
  flex-shrink: 0;
  font-size: 45px;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .blogswipe-header__title {
    max-width: none;
    margin: 10px 0 10px;
    font-size: 35px;
  }
}

.blogswipe-header__title span {
  color: #1f77b8;
}

.blogswipe-header__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f77b8;
  display: block;
  margin: 0 0 .75rem;
}

.blogswipe-post__title {
  margin: 0 auto 32px;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  
}


@media screen and (max-width: 768px) {
  .blogswipe-post__title {
  margin: 0 auto;
  flex-shrink: 0;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  max-width: 100%;
}
}

.blogswipe-header__image {
  flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  .blogswipe-header__image {
    margin: 0px auto 0;
    width: 80%; 
    height: auto;
  }
}

.blogswipe-header__image img {
  width: 100%;
  display: block;
}

.blogswipe-header__author {
  flex-basis: 520px;
}

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

.blogswipe-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) {
  .blogswipe-header__avatar {
    margin: 0 auto;
  }
}

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

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

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

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

.blogswipe-header__tag {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

.blogswipe-header__tag h1 {
  text-align: left;
}

.blogswipe-header__content {
  display: flex;
}

.blogswipe-post__title h1 {
    text-align: center;
  max-width: 1080px;
}

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

.blogswipe-search {
 display: flex;
  flex-wrap: wrap;
}

.blogswipe-search > div {
  margin: 6px;
}

 hr {
  margin: 40px 0 40px 0;
}

.hs_cos_wrapper_type_related_blog_posts {
    display: flex !important;
    justify-content: center;
    padding: 20px 20px;
  }


@media screen and (max-width:768px){
.hs_cos_wrapper_type_related_blog_posts {
    display: block !important;
    justify-content: center;
    max-width: 550px;
    padding: 20px 20px;
  }
}


.blogswipe-related-posts__post {
  flex-basis: 30%;
  margin: 10px;
  padding: 20px 20px;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
}



@media screen and (max-width:991px){
.blogswipe-related-posts__post-wrapper {
width: 50%;
}
}



.blogswipe-related-posts__title {
  color: #1f77b8;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  line-height: 23px;
  margin: auto 10% auto 10%;
}


.blogswipe-related-posts__post-content h2 {
  color: #1f77b8;
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  margin: 10px auto;
}


.blogswipe-related-posts__post-content p {
  text-align: center;
}

.blogswipe-related-posts__post-content h3 {
  color: #1f77b8;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  line-height: 23px;
  margin: 10px;
}

.blogswipe-related-posts__post-content h3 a {
  color: #1f77b8;  
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  line-height: 23px;
}

.blogswipe-related-posts__post-content h3 a:hover {
  color: #2da6dd;
  text-decoration: none;
}

.blogswipe-related-posts__post-content a {
  margin: 0 auto;
}

#blog-related-posts__post-image.lazy {
  background-image: none;
  background-color: #F1F1FA;
}

#bg-image {
  background-image: url();
  width: 90%;
  height: auto;
  background-size: contain;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  flex-shrink: 0;
}

#blog-related-posts__post-image, .related-img {
  display: block;
  width: 90%;
  height: auto;
  background-size: contain;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  flex-shrink: 0;
}

#blog-related-posts__post-image > background {
  object-fit: contain;
  display: block;
}



#button .button--arrow {
  text-align: right;
}


.buttonwhite--arrow:hover,
.buttonwhite--arrow:active {
  background-color: #38cb89 !important;
}



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

.blogswipe-index, .blogswipe-more-posts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 32px 0;
  margin: -24px;
}


@media screen and (max-width: 768px) {
  .blogswipe-index, .blogswipe-more-posts {
    flex-direction: column;
  }
  }

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

.blogswipe-index__post-wrapper, .blogswipe-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33%;
  flex-direction: row;
  padding: 24px;
}

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

.blogswipe-index__post, .blogswipe-more-posts__post {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

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

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

.blogswipe-index__post-content h3, .blogswipe-more-posts__post-content h3 {
  color: #1f77b8;
  margin: 0 0 1rem;
  font-size: 20px;
  line-height: 30px;
}

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

.blogswipe-index__post-content h3 a:hover, .blogswipe-more-posts__post-content h3 a:hover {
  color: #1f77b8;
  text-decoration: none;
}

.blogswipe-index__post-preheader, .blogswipe-more-posts__post-preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #1f77b8;
  display: block;
  margin: 0 0 .75rem;
}

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

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

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

.blogswipe-index__post-image, .blogswipe-more-posts__post-image {
  display: block;
  background-image: url('//9494982.fs1.hubspotusercontent-na1.net/hubfs/9494982/raw_assets/public/propertyradar-theme/images/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
 background-size: contain;
  padding-bottom: 59%;
}

.blogswipe-index__post-image-block, .blogswipe-more-posts__post-image-block {
  display: block;
}

.blogswipe-index__post-image-block img, .blogswipe-more-posts__post-image-block img {
  display: block;
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

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

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

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

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

.blogswipe-pagination__link:hover, .blogswipe-pagination__link:focus {
  color: #1f77b8;
  text-decoration: none;
}

.blogswipe-pagination__link--active {
  color: #1f77b8;
}

.blogswipe-pagination__ellipsis {
  color: #000000;
  font-size: 1rem;
  line-height: 1;
}

/* Blog post */
.blogswipe-post {
  flex-basis: 100%;
  flex-shrink: 2;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .blogswipe-post {
    margin: 0 0 8px;
  }
}

.blogswipe-post__body img {
  display: block;
  margin: auto;
  max-width: 80%;
  height: auto;
}

.blogswipe-design__wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .blogswipe-design__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 90%;
}
}


.blogswipe-post__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 80px auto 0;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .blogswipe-post__wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.blogswipe-post__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  flex-basis: 100%;
  flex-shrink: 1;
}

@media screen and (max-width: 768px) {
  .blogswipe-post__sticky {
    position: static;
  }
}
.blogswipe-guides {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) { 
  .blogswipe-guides {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
}
}

.blogswipe-related-posts__guides {
  flex-basis: 50%;
  margin: 0 auto;
}

.blogswipe-post__sticky .blogswipe-search {
  margin: 10px 50px 20px;
}

.blogswipe-search .blogswipe-tags {
  flex-basis: auto;
}

.blogswipe-post__sticky .blogswipe-tags {
  margin: 0 0 20px;
}

.blogswipe-post__metadata {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
.blogswipe-post__metadata {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}
}

.blogswipe-post__metadata-entry {
  display: block;
  padding: 15px 15px;
}

.blogswipe-post__metadata-entry a {
  font-size: 13px;
  color: #4e5d78;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
.blogswipe-post__metadata-entry {
  text-align: center;
}
}

@media screen and (max-width: 768px) {
.blogswipe-post__metadata-entry a {
  text-align: center;
}
}

.blogswipe-post__metadata-date {
  color: #8f9aad;
  font-size: 13px;
}

.blogswipe-post__metadata-title {
  display: block;
  font-size: 13px;
  color: #8f9aad;
  margin: 0 0 3px;
}

.blogswipe-post__metadata-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}

@media screen and (max-width: 768px) {
.blogswipe-post__metadata-entry a, .blogswipe-post__metadata-date, .blogswipe-post__metadata-title, .blogswipe-post__metadata-tags, .blogswipe-post__metadata-tag {
  align: center;
}
}

.blogswipe-post__metadata-tag {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #4e5d78;
  height: 23px;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #d6dae0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
}

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

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

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

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

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

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

.blogswipe-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #000000;
}
.kl-custom-bg-section {
  position: relative;
  background: no-repeat center right 5%/48% url("https://9494982.fs1.hubspotusercontent-na1.net/hubfs/9494982/PR2.png"),
              linear-gradient(to right, #f5f7fb, rgba(245, 247, 251, 0.8)), url("https://assets-global.website-files.com/5f248bf308016631b7fa198f/5f61d7904823275d15a8520b_BG%20Pattern.svg");
}

.kl-custom-bg-section-featured {
  position: relative;
  background: no-repeat center right  url("https://9494982.fs1.hubspotusercontent-na1.net/hubfs/9494982/blog-background-ltblue-bkgd.png"),
              linear-gradient(to right, #8fe7ff, rgba(244, 247, 251, 0.8)), url("https://9494982.fs1.hubspotusercontent-na1.net/hubfs/9494982/blog-background-ltblue-bkgd.png");
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .kl-custom-bg-section {
    background: none;
  }
}

.kl-custom-bg-section--blue > .row-fluid {
  background: linear-gradient(to right, #0a1f44 35%, rgba(10, 31, 68, 0.5)), url("https://assets-global.website-files.com/5f248bf308016631b7fa198f/5f61d7904823275d15a8520b_BG%20Pattern.svg"), #0a1f44;
}

.kl-custom-bg-section--blue > .row-fluid p, .kl-custom-bg-section--blue > .row-fluid h1, .kl-custom-bg-section--blue > .row-fluid h2, .kl-custom-bg-section--blue > .row-fluid h3, .kl-custom-bg-section--blue > .row-fluid h4, .kl-custom-bg-section--blue > .row-fluid h5, .kl-custom-bg-section--blue > .row-fluid h6 {
  color: white;
}

.kl-custom-bg-section--blue-image > .row-fluid {
  background: linear-gradient(to right, transparent, #0a1f44 20% 47%, transparent), right/60% 100% no-repeat url("https://assets-global.website-files.com/5f248bf308016631b7fa198f/5f74ed447fe0de66599ded5b_transaction-history-laptop-800x.jpg"), left/112% 100% no-repeat url("https://assets-global.website-files.com/5f248bf308016631b7fa198f/5f61d7904823275d15a8520b_BG%20Pattern.svg"), #0a1f44;
}
.kl-pr-lists__title {
  text-align: center;
  max-width: 1000px;
  margin: 20px auto;
}

.kl-pr-lists__nav {
  display: flex;
  justify-content: center;
}

.kl-pr-lists__list {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.kl-pr-lists__card-grid {
  background-color: #f3f4f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}

.kl-pr-lists__card-grid .kl-three-column-colored-grid {
  max-width: 1080px;
}

.kl-pr-lists__row-data-section {
  display: flex;
  max-width: 1080px;
  margin: auto;
  flex-wrap: wrap;
  padding: 40px;
}

.kl-pr-lists__trial-card {
  flex: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  padding: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.199);
}

@media screen and (max-width: 767px) {

.kl-pr-lists__title {
  text-align: center;
  max-width: 100%;
  margin: 20px auto;
}

  .kl-pr-lists__trial-card {
    margin-top: 32px;
  }
.kl-pr-lists__title {
  text-align: center;
  width: 90%;
  margin: 20px auto;
}

.kl-pr-lists__card-grid .kl-three-column-colored-grid {
  max-width: 100%;
}
}

.kl-lists__button {
  margin: 16px auto;
  text-align: center;
  border-radius: 25px;
 
  background-color: rgba(56,203,137,1.0);
  padding: 12px 20px;
}


.kl-lists__button_cta {
  margin: 16px auto;
  text-align: center;
  border-radius: 35px;
 color: #fff;
  background-color: rgba(56,203,137,1.0);
  padding: 12px 20px;
}

.kl-pr-lists__row-data-list-details {
  max-width: 760px;
  flex: 420px;
  padding-right: 40px;
}


.kl-pr-lists__h2 {
  text-align: center;
}

.kl-pr-lists__gray-section {
  background-color: #f0f3f8;
}

.kl-pr-lists__white-section {
  background-color: #fff;
}

.kl-pr-lists__gray-section .kl-custom-bg-section--blue .kl-pr-lists__white-section {
  padding: 40px;
  max-width: 100%;
  margin: auto;
  background: linear-gradient(to right, #0a1f44 35%, rgba(10, 31, 68, 0.5)), url("https://assets-global.website-files.com/5f248bf308016631b7fa198f/5f61d7904823275d15a8520b_BG%20Pattern.svg"), #0a1f44;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kl-pr-lists__gray-section .kl-custom-bg-section--blue p, .kl-pr-lists__gray-section .kl-custom-bg-section--blue h1, .kl-pr-lists__gray-section .kl-custom-bg-section--blue h2, .kl-pr-lists__gray-section .kl-custom-bg-section--blue h3, .kl-pr-lists__gray-section .kl-custom-bg-section--blue h4, .kl-pr-lists__gray-section .kl-custom-bg-section--blue h5, .kl-pr-lists__gray-section .kl-custom-bg-section--blue h6 {
  color: white;
}

.kl-pr-lists__gray-section .kl-custom-bg-section--blue .left-column {
  flex: 320px;
  padding: 40px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kl-pr-lists__gray-section .kl-custom-bg-section--blue .right-column {
  flex: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kl-pr-lists__gray-section .kl-custom-bg-section--blue .right-column img {
  max-width: 100%;
  max-height: 400px;
  height: auto;
  object-fit: contain;
}

.kl-pr-lists__2col-section {
  padding: 40px;
  display: flex;
  margin: auto;
  max-width: 1080px;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .kl-pr-lists__2col-section.kl-mobile-padding-top-0 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .kl-pr-lists__2col-section.kl-mobile-padding-bottom-0 {
    padding-bottom: 0;
  }
}

.kl-pr-lists__2col-section--reverse {
  flex-wrap: wrap-reverse;
}

.kl-pr-lists__2col-section .left-column {
  display: flex;
  flex: 360px;
  flex-direction: column;
  justify-content: center;
}

.kl-pr-lists__2col-section .left-column.text {
  padding-right: 30px;
}

.kl-pr-lists__2col-section .right-column {
  flex: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kl-pr-lists__2col-section .lottie-col {
  padding: 0px 40px;
}
.kl-national-coverage {
  position: relative;
  margin: 0 auto 80px;
  padding: 80px 0;
}

@media screen and (max-width: 860px) {
  .kl-national-coverage {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.kl-national-coverage__title {
  text-align: center;
  margin: 0px 0px 20px;
}

.kl-national-coverage__nav {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px 0;
  max-width: 480px;
}

@media screen and (max-width: 580px) {
  .kl-national-coverage__nav {
    padding: 20px 0px;
  }
}

.kl-national-coverage__nav a {
  font-weight: bold;
  font-size: 16px;
  padding: 8px 12px;
}

.kl-national-coverage__table {
  margin: 60px auto 0;
  overflow-x: auto;
}

.kl-national-coverage__table table {
  table-layout: fixed;
  min-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  border: 3px solid #19467f;
}

.kl-national-coverage__table tr:nth-of-type(2n) {
  background-color: #e0eaf0;
}

.kl-national-coverage__table tr:nth-of-type(2n) th {
  background-color: #e0eaf0;
}

.kl-national-coverage__table table thead {
  background-color: #19467f;
}

.kl-national-coverage__table table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  vertical-align: middle;
  background-color: #19467f;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}

.kl-national-coverage__table table thead th:first-child {
  left: 0;
  z-index: 2;
}

.kl-national-coverage__table table tbody th {
  position: sticky;
  z-index: 1;
  left: 0;
  top: 0;
  font-size: 12px;
  background-color: white;
  word-break: normal;
}

.kl-national-coverage__table table th, .kl-national-coverage__table table td {
  border: none;
  font-size: 14px;
  text-align: left;
}

.kl-national-coverage__list {
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  align-content: space-around;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .kl-national-coverage__list {
    max-height: 600px;
  }
}

@media screen and (max-width: 860px) {
  .kl-national-coverage__list {
    max-height: 800px;
  }
}

@media screen and (max-width: 580px) {
  .kl-national-coverage__list {
    max-height: 1200px;
  }
}

@media screen and (max-width: 390px) {
  .kl-national-coverage__list {
    max-height: 100%;
  }
}

.kl-national-coverage__list li {
  padding: 8px 10px;
  flex-basis: calc(100% / 4);
}

@media screen and (max-width: 860px) {
  .kl-national-coverage__list li {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 580px) {
  .kl-national-coverage__list li {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 390px) {
  .kl-national-coverage__list li {
    flex-basis: calc(100% / 1);
  }
}

.kl-national-coverage__list li a {
  color: #1f77b8;
}
.hs-image-widget {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1300px) {
  .kl-card-center-f .kl-card-center__form {
    max-width: 90%;
  }
  
  .kl-card-center-f {
    max-width: 66% !important;
  }
}

@media (max-width: 1150px) {
  .kl-card-center-f {
    max-width: 60% !important;
  } 
  
  .kl-card-center-f .kl-card-center__form {
    max-width: 100% !important;
  }
  
  .kl-card-center-f .kl-card-center__form form .hs_email .input input {
    width: 230px;
  }
}

@media (max-width: 1000px) {
  .kl-card-center-f .kl-card-center__form form {
    display: block;
  }
  
  .kl-card-center-f .kl-card-center__form form .hs_email .input input {
    width: 350px;
  }
  
  .kl-card-center-f {
    max-width: 71% !important;
  }
}

@media (max-width: 850px) {
  .kl-card-center-f {
    max-width: 65% !important;
  }
}

@media (max-width: 768px) {
  .kl-card-center-f {
    max-width: 70% !important;
  }
}

@media (max-width: 600px) {
  .kl-card-center-f {
    max-width: 76% !important;
  }
  
  .kl-card-center-f .kl-card-center__form form .hs_email .input input {
    width: 280px;
  }
  
  .kl-card-center-f .kl-card-center__content h2 {
    font-size: 33px !important;
  }
}

@media (max-width: 450px) {
  .kl-card-center-f .kl-card-center__form form .hs_email .input input {
    width: 260px;
  }
  
  form .hs-button, form input[type=submit] {
    padding: 15px 35px !important;
  }
  
  .kl-card-center-f {
    max-width: 83% !important;
  }
}


.kl-card-center-f {
  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: 20px;
  text-align: center;
}
/* Error pages */
.kl-error-page {
  padding: 100px 0;
  text-align: center;
}

.kl-error-page__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f77b8;
  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(//9494982.fs1.hubspotusercontent-na1.net/hubfs/9494982/raw_assets/public/propertyradar-theme/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: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f77b8;
  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: #1f77b8;
}

.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: #1f77b8;
  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: #1f77b8;
  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: 700px;
  margin: 0 auto;
}

.hs-search-field input[type=text] {
  padding-right: 48px;
  font-size: 17px;
  padding: 8px 12px 8px 30px;
  min-height: 64px;
  border: none;
  border-radius: 3px;
  transition: box-shadow .2s;
  box-shadow: 1px 0 20px -6px rgba(0, 0, 0, 0.16);
}

.hs-search-field input[type=text]:hover {
  box-shadow: 10px 0 30px -2px rgba(233, 153, 153, 0.2);
}

.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;
  width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(8px);
  border-radius: 9px;
  width: 100%;
  z-index: 1;
}

.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;
}

.body-container--search {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #fff), to(#f0f3f8));
  background: linear-gradient(180deg, #fff 17%, #f0f3f8);
}

.kl-search-results {
  max-width: 840px;
  margin: 0 auto;
}

.kl-search-results__title {
  display: block;
  color: #1F77B8;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.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 {
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  color: #000000;
  font-family: Roboto, sans-serif;
  margin: 0;
}

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

.hs-search-results__description {
  padding-top: 10px;
  margin: 0;
  color: #4e5d78;
}

.hs-search-results__pagination a {
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: bold;
}

.hs-search-results__pagination a:hover, .hs-search-results__pagination a:visited {
  text-decoration: none;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
}

.hs-search-results__listing li {
  padding: 30px 40px !important;
  margin: 0 0 10px !important;
  background-color: white;
  transition: box-shadow .2s;
  display: block;
}

.hs-search-results__listing li:hover {
  box-shadow: 14px 14px 40px -10px rgba(10, 31, 68, 0.1);
}

.hs-search-highlight {
  font-weight: bold;
}
.no-scroll {
  overflow: hidden;
}

    .hs-search-results__title {
        font-size: 19px;
        font-weight: bold;
        line-height: 25px;
        color: #1f77b8!important;
        font-family: arial,helvetica,sans-serif,sans-serif;
        margin: 0;
    }