.tw-bg-custom {
  background: linear-gradient(66deg, #ff6a6a, #D00000) !important;
}
.tw-bg-custom h2,
.tw-bg-custom p {
  color: #fff !important;
}
.tw-bg-custom-inverse {
  border: solid 2px #D00000 !important;
  color: #D00000 !important;
  background: transparent !important;
}
.tw-custom-wrapper {
  border: solid 2px #D00000 !important;
}
.tw-custom-wrapper h2,
.tw-custom-wrapper p {
  color: #D00000 !important;
}
.tw-bg-btn {
  background: #D00000 !important;
  color: #fff !important;
}
.tw-bg-btn:hover {
  border: solid 2px #D00000 !important;
  background: transparent !important;
  color: #D00000 !important;
}
.tw-bg-btn:focus {
  background: #9d0000 !important;
  color: #fff !important;
}
.tw-text-link {
  color: #D00000 !important;
}
.tw-text-link:hover {
  color: #6a0000;
}
.tw-text-link-dark {
  color: #6A040F !important;
}
.tw-text-link-dark:hover {
  color: #6a0000;
}
/*# sourceMappingURL=red.css.map */