body .kc-teaser,
html .kc-teaser {
  --kc-teaser-padding: 36px 28px;
  --kc-teaser-media-container-height: var(
  	--kc-teaser-media-container-width
  );
  --kc-teaser-title-font-family: var(--secondary-font);
  --kc-teaser-title-font-size: 18px;
  --kc-teaser-title-font-weight: 700;
  --kc-teaser-title-color: var(--primary-color);
  --kc-teaser-description-font-size: 15px;
  --kc-teaser-description-line-height: 1.65;
  --kc-teaser-description-color: var(--text-color);
  --kc-teaser-description-margin: 0;
  --kc-teaser-description-hyphens: none;
  position: relative;
  border-radius: var(--border-radius);
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0);
  overflow: hidden;
  --kc-teaser-media-margin: 0;
  --kc-teaser-media-container-padding: 13px;
}
body .kc-teaser .kc-teaser-media-container,
html .kc-teaser .kc-teaser-media-container {
  border-radius: var(--border-radius);
  background: var(--gradient-1);
}
body .kc-teaser:hover, body .kc-teaser.mobile-viewport,
html .kc-teaser:hover,
html .kc-teaser.mobile-viewport {
  box-shadow: 0 8px 32px rgba(27, 54, 93, 0.08);
  border: 1px solid var(--secondary-color) !important;
}
body .kc-teaser.vertical,
html .kc-teaser.vertical {
  border: 1px solid #e2e8f0;
  --kc-teaser-title-margin: 0 0 10px;
  --kc-teaser-media-container-width: 52px;
  --kc-teaser-media-container-margin: 0 0 20px;
  --kc-teaser-media-container-padding: 5px;
}
body .kc-teaser.vertical:before,
html .kc-teaser.vertical:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--secondary-color);
  transform: scaleX(0);
  transition: transform 0.3s;
}
body .kc-teaser.vertical:hover:before, body .kc-teaser.vertical.mobile-viewport:before,
html .kc-teaser.vertical:hover:before,
html .kc-teaser.vertical.mobile-viewport:before {
  transform: scaleX(1);
}
body .kc-teaser.vertical-2,
html .kc-teaser.vertical-2 {
  border: 1px solid lch(100% 0.01 296.81/0.08);
  --kc-teaser-background-color: rgba(255, 255, 255, 0.06);
  --kc-teaser-title-font-size: 14px;
  --kc-teaser-title-line-height: 1.7;
  --kc-teaser-title-font-weight: 700;
  --kc-teaser-title-margin-bottom: 4px;
  --kc-teaser-title-color: var(--white);
  --kc-teaser-description-font-size: 12px;
  --kc-teaser-description-color: rgba(255, 255, 255, 0.5);
  --kc-teaser-description-line-height: 1.5;
  --kc-teaser-read_more_label-margin: 12px 0 0;
  --kc-teaser-read_more_label-transform: none;
  --kc-teaser-read_more_label-background-color: rgba(
  	237,
  	137,
  	54,
  	0.12
  );
  --kc-teaser-read_more_label-color: var(--secondary-color);
  --kc-teaser-read_more_label-font-size: 11px;
  --kc-teaser-read_more_label-font-weight: 600;
  --kc-teaser-read_more_label-text-transform: none;
  --kc-teaser-read_more_label-padding: 3px 8px;
}
body .kc-teaser.vertical-2 .kc-teaser-media-container,
html .kc-teaser.vertical-2 .kc-teaser-media-container {
  --kc-teaser-media-container-width: 48px;
  --kc-teaser-media-container-padding: 10px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
}
body .kc-teaser.vertical-2 .kc-teaser-read_more_label,
html .kc-teaser.vertical-2 .kc-teaser-read_more_label {
  border-radius: 4px;
  letter-spacing: 0.03em;
}
body .kc-teaser.vertical-2:hover, body .kc-teaser.vertical-2.mobile-viewport,
html .kc-teaser.vertical-2:hover,
html .kc-teaser.vertical-2.mobile-viewport {
  --kc-teaser-background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(237, 137, 54, 0.3);
}
body .kc-teaser.vertical-2.on-light,
html .kc-teaser.vertical-2.on-light {
  --kc-teaser-background-color: var(--white);
  --kc-teaser-title-color: var(--primary-color);
  --kc-teaser-description-color: var(--text-color);
  border-color: var(--grey-lightest);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
body .kc-teaser.vertical-2.on-light .kc-teaser-media-container:empty,
html .kc-teaser.vertical-2.on-light .kc-teaser-media-container:empty {
  display: none;
}
body .kc-teaser.vertical-2.on-light:hover, body .kc-teaser.vertical-2.on-light.mobile-viewport,
html .kc-teaser.vertical-2.on-light:hover,
html .kc-teaser.vertical-2.on-light.mobile-viewport {
  --kc-teaser-background-color: var(--white);
  border-color: var(--secondary-color);
  box-shadow: 0 4px 16px rgba(27, 54, 93, 0.06);
  transform: translateY(-2px);
}
body .kc-teaser.feature-mini,
html .kc-teaser.feature-mini {
  --kc-teaser-padding: 24px 20px;
  --kc-teaser-background-color: var(--white);
  --kc-teaser-title-font-family: var(--secondary-font);
  --kc-teaser-title-font-size: 13px;
  --kc-teaser-title-font-weight: 700;
  --kc-teaser-title-color: var(--primary-color);
  --kc-teaser-title-text-align: center;
  --kc-teaser-title-margin: 0;
  border: 1px solid var(--grey-lightest);
  text-align: center;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .kc-teaser.feature-mini .kc-teaser-media-container,
html .kc-teaser.feature-mini .kc-teaser-media-container {
  --kc-teaser-media-container-width: 44px;
  --kc-teaser-media-container-padding: 0;
  --kc-teaser-media-container-margin: 0 auto 10px;
  background: transparent;
  border-radius: 0;
}
body .kc-teaser.feature-mini .kc-teaser-description,
html .kc-teaser.feature-mini .kc-teaser-description {
  display: none;
}
body .kc-teaser.stat,
html .kc-teaser.stat {
  --kc-teaser-padding: 28px 24px;
  --kc-teaser-background-color: var(--white);
  --kc-teaser-title-font-family: var(--secondary-font);
  --kc-teaser-title-font-size: 29px;
  --kc-teaser-title-font-weight: 800;
  --kc-teaser-title-line-height: 1;
  --kc-teaser-title-color: var(--primary-color);
  --kc-teaser-title-margin: 0 0 8px;
  --kc-teaser-description-font-size: 13px;
  --kc-teaser-description-line-height: 1.45;
  --kc-teaser-description-color: var(--text-color);
  border: 1px solid var(--grey-lightest);
}
body .kc-teaser.stat.accent,
html .kc-teaser.stat.accent {
  --kc-teaser-title-color: var(--secondary-color);
}
body .kc-teaser.stat .kc-teaser-media-container,
html .kc-teaser.stat .kc-teaser-media-container {
  display: none;
}
body .kc-teaser.stat .kc-teaser-expand_more_content,
html .kc-teaser.stat .kc-teaser-expand_more_content {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 400;
  color: #a0aec0;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
body .kc-teaser.horizontal,
html .kc-teaser.horizontal {
  --kc-teaser-background-color: transparent;
  --kc-teaser-title-font-size: 16px;
  --kc-teaser-title-margin: 0 0 0;
  --kc-teaser-media-container-width: 56px;
  --kc-teaser-media-container-margin: 0;
  --kc-teaser-description-font-size: 14px;
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: auto auto;
  gap: 8px 20px;
  grid-auto-flow: row;
  grid-template-areas: "media title" "media description" "media read-more";
  border: 1px solid var(--grey-lightest);
}
body .kc-teaser.horizontal.highlight,
html .kc-teaser.horizontal.highlight {
  border-color: rgba(237, 137, 54, 0.3);
  background: linear-gradient(135deg, #fffaf5 0%, var(--white) 100%);
}
body .kc-teaser.horizontal .kc-teaser-media-container,
html .kc-teaser.horizontal .kc-teaser-media-container {
  grid-area: media;
}
body .kc-teaser.horizontal .kc-teaser-title,
html .kc-teaser.horizontal .kc-teaser-title {
  grid-area: title;
}
body .kc-teaser.horizontal .kc-teaser-description,
html .kc-teaser.horizontal .kc-teaser-description {
  grid-area: description;
}
body .kc-teaser.horizontal .kc-teaser-more_content,
html .kc-teaser.horizontal .kc-teaser-more_content {
  grid-area: read-more;
  justify-self: start;
  letter-spacing: 0.05em;
  border-radius: 8px;
  background-color: rgba(237, 137, 54, 0.1);
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  text-transform: uppercase;
}