:root:root body.ltr .redactor-styles {
  --copy-color: #181818;
  --fade-color: #565656;
  font-size: 0.875rem;
  line-height: 1.625;
  position: relative;
}
:root:root body.ltr .redactor-styles h1 {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
:root:root body.ltr .redactor-styles h1:not(:last-child) {
  margin: 0 0 3rem;
}
:root:root body.ltr .redactor-styles h1 strong {
  display: block;
  font-weight: 700;
  text-transform: none;
}
:root:root body.ltr .redactor-styles h2 {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
}
:root:root body.ltr .redactor-styles h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
:root:root body.ltr .redactor-styles h4 {
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
:root:root body.ltr .redactor-styles a {
  color: var(--copy-color);
  text-decoration: underline;
}
:root:root body.ltr .redactor-styles a:hover {
  text-decoration: none;
}
:root:root body.ltr .redactor-styles a strong,
:root:root body.ltr .redactor-styles a.strong,
:root:root body.ltr .redactor-styles a span.button {
  line-height: 1;
  color: white;
  background-color: var(--copy-color);
  border: 1px solid var(--copy-color);
  padding: 0.75rem 1.25rem;
  display: inline-block;
  transition: background-color;
  transition-duration: 300ms;
  text-decoration: none;
}
:root:root body.ltr .redactor-styles a span.button.outline {
  color: var(--copy-color);
  background-color: rgba(24, 24, 24, 0);
}
:root:root body.ltr .redactor-styles a strong:hover,
:root:root body.ltr .redactor-styles a.strong:hover,
:root:root body.ltr .redactor-styles a:hover span.button {
  background-color: var(--fade-color);
}
:root:root body.ltr .redactor-styles a:hover span.button.outline {
  background-color: rgba(24, 24, 24, 0.2);
}
:root:root body.ltr .redactor-styles p:not(:last-child) {
  margin-bottom: 1rem;
}
:root:root body.ltr .redactor-styles p + p {
  margin-top: 0.5rem;
}
:root:root body.ltr .redactor-styles ul,
:root:root body.ltr .redactor-styles ol {
  list-style-type: none;
  padding-left: 2.4rem;
  margin-bottom: 1.5rem;
}
:root:root body.ltr .redactor-styles ul li {
  list-style-type: none;
}
:root:root body.ltr .redactor-styles ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}
:root:root body.ltr .redactor-styles ul li:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 0.125rem;
  background-color: #181818;
  opacity: 0.4;
  margin-left: -2.25rem;
  margin-top: 0.7rem;
}
:root:root body.ltr .redactor-styles ol li {
  list-style-type: decimal;
  margin-bottom: 0.5rem;
}
:root:root body.ltr .redactor-styles li ul li:first-child,
:root:root body.ltr .redactor-styles li ol li:first-child {
  margin-top: 0.5rem;
}
:root:root body.ltr .redactor-styles ol ol li {
  list-style-type: lower-alpha;
}
:root:root body.ltr .redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}
:root:root body.ltr .redactor-styles ol ol ol ol li {
  list-style-type: lower-greek;
}
:root:root body.ltr .redactor-styles hr {
  display: block;
  width: 100%;
  height: 0.375rem;
  background-color: #f0f0f0;
  margin: 2.5rem 0;
  border-style: none;
}
:root:root body.ltr .redactor-styles .no-wrap {
  white-space: nowrap;
}
:root:root body.ltr .redactor-styles .fineprint {
  font-size: smaller;
  opacity: 0.75;
}
:root:root body.ltr .redactor-styles .align-left {
  text-align: left;
}
:root:root body.ltr .redactor-styles .align-center {
  text-align: center;
}
:root:root body.ltr .redactor-styles .align-right {
  text-align: right;
}
:root:root body.ltr .redactor-styles .align-justify {
  text-align: justify;
}
