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--brand-line .wrapper {
  margin: 40px auto;
  padding-top: 40px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.paragraph--type--brand-line .wrapper .row .col-auto {
  margin-bottom: 40px;
}
.paragraph--type--brand-line .default-logo img {
  max-width: 270px;
}
.paragraph--type--brand-line .brand-logos {
  justify-content: left;
  align-items: center;
  gap: 2rem;
}
.paragraph--type--brand-line .brand-logos img {
  max-width: 100%;
  height: auto;
}
.paragraph--type--brand-line h1 {
  color: #30E4D0;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  padding-top: 30px;
}
.paragraph--type--brand-line .brand-line-description, .paragraph--type--brand-line .brand-line-description p {
  font-weight: 600;
  font-size: 32px;
  color: #30E4D0;
  margin-bottom: 30px;
}
/*# sourceMappingURL=paragraph-brand-line.css.map */
