h2.turquoise {
  font-family: roboto, sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}

h3.turquoise {
  line-height: 40px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 28px;
  margin: 20px 0;
  color: #00ADA4;
}

h4.turquoise {
  line-height: 22px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin: 2px 0 15px 0;
  padding-bottom: 3px;
  color: #00ADA4;
}

h5.turquoise {
  font-family: roboto, monospace;
  margin: 2px 0 15px 0;
  padding-bottom: 3px;
  text-transform: none;
  font-weight: 500;
}

.darktheme .node--unpublished {
  background-color: #1c1c1c;
}

.darktheme .modal-content {
  background-color: #1c1c1c;
}
.darktheme .modal-header .close {
  color: #ffffff;
  opacity: 0.8;
}

.fade.in {
  opacity: 1;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
}

.modal-backdrop.fade.in {
  opacity: 0.85;
  z-index: 0;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.cta-primary a,
.cta-secondary a,
.cta-tertiary a {
  font-weight: 500;
  font-size: 16px;
  opacity: 1;
  border-radius: 10px;
  padding: 16px 32px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.cta-primary a {
  background-color: #30E4D0;
  border-color: #30E4D0;
  color: #1c1c1c;
}
.cta-primary a:hover {
  color: #1c1c1c;
}
@media screen and (min-width: 991px) {
  .cta-primary a:hover {
    box-shadow: 0 4px 24px 0 rgba(48, 228, 208, 0.4);
  }
}

.cta-secondary a {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
.cta-secondary a:hover {
  color: #1c1c1c;
  background-color: #fff;
}

.cta-tertiary a {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}
.cta-tertiary a:hover {
  color: #fff;
  background-color: #333333;
}
@media screen and (max-width: 580px) {
  .cta-tertiary a {
    border-color: #333333;
    border-width: 2px;
  }
}

.paragraph--type--single-highlight-card .single-highlight-card {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 25px 0;
  flex-direction: column;
  background-color: #242424;
}
@media screen and (min-width: 991px) {
  .paragraph--type--single-highlight-card .single-highlight-card.inverted {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 991px) {
  .paragraph--type--single-highlight-card .single-highlight-card {
    min-height: 420px;
    flex-direction: row;
    margin: 80px 0;
  }
  .paragraph--type--single-highlight-card .single-highlight-card:hover {
    outline: 1px solid #30E4D0;
    box-shadow: 0 4px 24px 0 rgba(48, 228, 208, 0.4);
  }
}
.paragraph--type--single-highlight-card .single-highlight-card__image-wrapper {
  flex: 0 0 100%;
  overflow: hidden;
  min-height: 225px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 991px) {
  .paragraph--type--single-highlight-card .single-highlight-card__image-wrapper {
    flex: 0 0 470px;
    min-height: auto;
    aspect-ratio: unset;
  }
}
.paragraph--type--single-highlight-card .single-highlight-card__content {
  flex: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 16px;
}
@media screen and (min-width: 991px) {
  .paragraph--type--single-highlight-card .single-highlight-card__content {
    margin: 60px 50px;
    padding: 0 20px;
  }
}
.paragraph--type--single-highlight-card .single-highlight-card__title {
  height: auto;
  margin: 15px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
}
@media screen and (min-width: 991px) {
  .paragraph--type--single-highlight-card .single-highlight-card__title {
    font-size: 40px;
    margin: unset;
    margin-bottom: 20px;
  }
}
.paragraph--type--single-highlight-card .single-highlight-card__subtitle {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #30E4D0;
}
.paragraph--type--single-highlight-card .single-highlight-card__body {
  margin-bottom: 10px;
  font-size: 16px;
}
.paragraph--type--single-highlight-card .single-highlight-card__body p {
  line-height: 26px;
}
.paragraph--type--single-highlight-card .single-highlight-card__body ul li::marker {
  color: #30E4D0;
}
.paragraph--type--single-highlight-card .single-highlight-card__body em {
  color: #30E4D0;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
@media screen and (min-width: 991px) {
  .paragraph--type--single-highlight-card .single-highlight-card__body {
    margin-bottom: 30px;
  }
}
.paragraph--type--single-highlight-card .single-highlight-card__cta {
  text-align: center;
}
@media screen and (min-width: 991px) {
  .paragraph--type--single-highlight-card .single-highlight-card__cta {
    max-width: max-content;
    margin-bottom: 0;
  }
  .paragraph--type--single-highlight-card .single-highlight-card__cta a {
    font-size: 14px;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=paragraph-single-highlight-card.css.map */
