/* @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    */
/*****************************************/
p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}

.hs-form-field label {
    font-family: 'Overpass', sans-serif;
}

@media screen and (max-width:360px) {
  .systems-page h1 {
    font-size: 30px;
  }
  .systems-page br {
    font-size: 2vw;
  }
}

.submitted-message,
form {
  font-family:"overpass",arial;
  font-size: 14px;
  margin: 0px;
}

.systems-page .success {
  color:#000;
  font-size:1rem;
  font-weight:700;
  text-align:center
}

.systems-page--subscription-preferences h1 {
  font-size: 35px;
  margin:0 0 0.5rem;
}
.systems-page--subscription-preferences .email-prefs {
  background:#f3f3f3;
  border-radius: 0px;
}

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

.systems-page__content {
  margin:0 auto;
  max-width:620px;
  padding:50px 20px;
}

h4 {
  font-size: 24px;
}

.button.button--arrow.dnd_area-dnd_partial-1-module-1__primary_cta {
  font-size: 20px;
}

#hs-button_widget_1710838917430 {
 background-color: rgba(251, 225, 34, 1.0);
  border: 0px solid rgba(251, 225, 34, 1.0);
  border-radius: 0px;
  color: rgba(0, 0, 0, 1.0);
  padding: 16px 20px;
  font-family: Overpass, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
}

#hs-button_widget_1710838917430:hover {
  background-color: rgba(255, 242, 143, 1.0);
  border-color: rgba(255, 242, 143, 1.0);
  color: rgba(0, 0, 0, 1.0);
  text-decoration: none;
  transform: scale();
}

/* Read more button on form legal text */
a.read-more-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: -1rem 0 0.5rem 0;
}

a.read-more-btn::hover {
  text-decoration: none;
}

a.read-more-btn .active {
  display: flex;
  align-items: center;
  text-decoration: none;
}

a.read-more-btn::before {
  content: "+";
  font-size: 1.2rem;
  margin-right: 0.5rem;
  line-height: inherit;
}

a.read-more-btn.active::before {
  content: "-";
  padding-bottom: 4px;
  font-size: 1.5rem;
}
 ul {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.2em;
  line-height: 20px;
}
ul li:before {
	content: "—";
	position: absolute;
	left: 0;
}

.hs-form__alerts__list-item--error {
  color: #ef6b51;
  font-weight: 400;
  font-size: 17px;
}

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