aside.get-help-fast {
  --gradient-angle: 225deg;
  display: grid;
  grid-gap: var(--gutter1);
  background: linear-gradient(var(--gradient-angle, 270deg), #ff2871 var(--gradient-offset, 33%), #ff715c);
}
aside.get-help-fast .heading {
  font-size: 1.5625em;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
aside.get-help-fast .subheading {
  margin-top: var(--gutter1-);
}
aside.get-help-fast .graphic {
  display: none;
}
@media (min-width: 961px) {
  aside.get-help-fast .graphic {
    display: block;
    max-width: 240px;
    margin: 0 auto;
  }
}
aside.get-help-fast #sidebar-search input-symbol {
  cursor: pointer;
}
/*# sourceMappingURL=../sourcemaps/components/get-help-fast.css.map */