.tw-bg-custom {
  background: linear-gradient(66deg, #46eff3, #0A9396) !important;
}
.tw-bg-custom h2,
.tw-bg-custom p {
  color: #000 !important;
}
.tw-bg-custom-inverse {
  border: solid 2px #0A9396 !important;
  color: #0A9396 !important;
  background: transparent !important;
}
.tw-custom-wrapper {
  border: solid 2px #0A9396 !important;
}
.tw-custom-wrapper h2,
.tw-custom-wrapper p {
  color: #0A9396 !important;
}
.tw-bg-btn {
  background: #0A9396 !important;
  color: #000 !important;
}
.tw-bg-btn:hover {
  border: solid 2px #0A9396 !important;
  background: transparent !important;
  color: #0A9396 !important;
}
.tw-bg-btn:focus {
  background: #076466 !important;
  color: #000 !important;
}
.tw-text-link {
  color: #0A9396 !important;
}
.tw-text-link:hover {
  color: #043536;
}
.tw-text-link-dark {
  color: #005F73 !important;
}
.tw-text-link-dark:hover {
  color: #043536;
}
/*# sourceMappingURL=cyan.css.map */