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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
:root{
  --color-global-primary:#005BAA;
  --color-global-secondary:#005AA9;
  --color-global-text:#0B132B;
  --color-typography-preheader:#005BAA;
  --color-global-text-opaque:#657099;
  --color-global-text-light:#ffffff;
}
.kl-navbar__logo,
.kl-logo-slider__item img{width:100% !important;}

.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.full-width.text-center > .button{width:100%;}
.text-highlight, .text-highlight span{
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.text-highlight:before {
    content: '';
    background-color: var(--color-global-secondary);
    position: absolute;
    top: 0;
    left: -5%;
    right: -5%;
    bottom: 0;
    z-index: 0;
}
.overflow-hidden {
    overflow: hidden;
}
/*****************************************/
/*            NAVBAR              */
/*****************************************/

.kl-navbar__end a { white-space: nowrap; }
.kl-navbar.content-wrapper { gap: 10px; }
.kl-navbar__button { font-size: 0.75rem; }
/*****************************************/
/*            MODULE FAQ                */
/*****************************************/
.kl-faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 0;
}
.kl-faq__entry {
    border: 0 !important;
    border-radius: 4px;
    outline: 2px solid #E1E3EA;
}
.kl-faq__header h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: bold;
}
.kl-faq__header {padding: 14px 24px;}
.kl-faq__description {padding: 0 24px;font-size: 16px;}
.kl-faq__description p {font-size: 16px;}
.kl-faq__entry.kl-faq__entry--active {outline: 1px solid var(--color-global-secondary);}
.kl-faq__entry.kl-faq__entry--active .kl-faq__header h3 {color:var(--color-global-secondary);}

.kl-faq__icon:before {
    display:none;
}

.kl-faq__icon:after {
    width: 12px;
    height: 12px;
    content: '';
    display: block;
    background: unset;
    border: 2px solid currentColor;
    position: absolute;
    right: 0;
    top: 0;
    left: unset;
    transform: translateY(20%) rotate(45deg);
    border-top-color: transparent;
    border-left-color: transparent;
    transition: all .3s ease-in-out;
}

.kl-faq__entry--active .kl-faq__icon:after {
    border-color: transparent;
    border-top-color: currentColor;
    border-left-color: currentColor;
    transform: translateY(78%) rotate(45deg);
    background: unset !important;
}

.kl-faq__entry--active .kl-faq__icon {transform: unset !important;color:var(--color-global-secondary);}


/*****************************************/
/*            MODULE Testimonials       */
/*****************************************/
.kl-testimonials {
  display:flex !important;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: var(--columns-gap-h);
    row-gap: var(--columns-gap-v);
}

.kl-testimonials .kl-testimonial {
    margin: 0;
    flex: 0 0 calc(var(--columns-mobile) - var(--columns-gap-h));
}
@media (min-width:768px){
    .kl-testimonials .kl-testimonial {
        flex: 0 0 calc(var(--columns) - var(--columns-gap-h));
    }
}

/*****************************************/
/*            FORM       */
/*****************************************/

.widget-type-form:before,.hs-button_popup-form:before {
    content: '';
    width: 100%;
    height: 38px;
    display: block;
    background-color: var(--color-global-secondary);
    position: absolute;
    left: 0;
    top: 0;
}
.widget-type-form {
    background-color: #ffffff;
    padding: 68px 30px 30px 30px;
    border-radius: 16px;
  position:relative;
  overflow:hidden;
      box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .07);
}

.form-title,
.hs-button_popup-form-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}
form label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], input[type=file], select, textarea {
    border: 1px solid #9D9D9D;
    border-radius: 8px;
    font-size: 12px;
}

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

form .actions {
    text-align: center;
      margin-top: 30px;
}
/*****************************************/
/*            PROFILE STRIPS       */
/*****************************************/
.hs-profile-strips {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.hs-profile-strip {
    background-color: #ffffff;
    border-radius: 100px 0 0 100px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 5px;
    position: relative;
}

.hhs-profile-strip_media {
    margin: -15px 0 -15px -30px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hs-profile-strip_content {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hs-profile-strip_content img {
    margin-top: 10px;
}
.hhs-profile-strip_media img {
    max-width: 100%;
    height: auto;
}

.hs-profile-strip:after {
    content: '';
    display: block;
    background-color: #ffffff;
    position: absolute;
    height: 100%;
    width: 1000px;
    left: 99%;
}
@media (max-width:767px){
  .hhs-profile-strip_media {
    max-width: var(--image-width-mobile);
  }
}
button.hs-button_popup-close {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  padding: 0 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  color: white !important;
  font-size: 16px !important;
}
.hs-button_popup-form input[type="submit"]:hover,
.hs-button_popup-form .hs-button:hover {
  background: transparent !important;
  color: #3D2B52 !important;
  border: 2px solid #3D2B52 !important;
  box-shadow: none !important;
}
input.hs-button.primary.large:hover {
  background: transparent !important;
  color: #3D2B52 !important;
  border: 2px solid #3D2B52 !important;
  box-shadow: none !important;
}
#hs_cos_wrapper_dnd_area-dnd_partial-2-module-7 input[type="submit"]:hover {
  background-color: transparent !important;
  background-image: none !important;
  color: #3D2B52 !important;
  border-color: #3D2B52 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
/* MOBILE ONLY */
@media (max-width: 767px) {

  /* Center landing page text */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    text-align: center !important;
  }

  /* Center text links / CTAs */
  .hs_cos_wrapper_type_rich_text {
    text-align: center !important;
  }

  /* Prevent text from overflowing the screen */
  .hs_cos_wrapper_type_rich_text,
  .hs_cos_wrapper_type_rich_text p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
  }

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

  .hs_cos_wrapper_type_rich_text p {
    white-space: normal !important;
  }

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

  #hs_cos_wrapper_widget_1787235916158 .hs-module_text div {
    width: 100% !important;
    max-width: 100% !important;
  }

  #hs_cos_wrapper_widget_1787235916158 .hs-module_text p {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
  }

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

  #hs_cos_wrapper_widget_1787235916158 {
    margin-bottom: 60px !important;
  }
#hs_cos_wrapper_dnd_area-dnd_partial-2-module-7 {
  padding-top: 0px !important;
}
  @media (max-width: 767px) {

  #hs_cos_wrapper_dnd_area-dnd_partial-2-module-7 {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

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

  #hs_cos_wrapper_dnd_area-dnd_partial-2-module-7 form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

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

  /* Stack all form fields vertically */
  #hs_cos_wrapper_dnd_area-dnd_partial-2-module-7 .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }

  /* Give every field the full available width */
  #hs_cos_wrapper_dnd_area-dnd_partial-2-module-7 .hs-input {
    width: 100% !important;
    max-width: 100% !important;
  }

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

  #hs_cos_wrapper_dnd_area-dnd_partial-2-module-7 {
    width: 90% !important;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }

}
  @media (max-width: 767px) {
  #hs_cos_wrapper_widget_1787168393105,
  #hs_cos_wrapper_widget_1787168393105 .hs-module_heading {
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}