.medlytix-simple-hero {
  position: relative;
  padding: 2rem 0 11rem; }
  @media (min-width: 55em) {
    .medlytix-simple-hero {
      padding: 4rem 0 12rem; } }
  @media (min-width: 55em) {
    .medlytix-simple-hero h1, .medlytix-simple-hero h2, .medlytix-simple-hero h3, .medlytix-simple-hero h4, .medlytix-simple-hero h5, .medlytix-simple-hero h6, .medlytix-simple-hero p, .medlytix-simple-hero .wp-block-button__link, .medlytix-simple-hero .btn.wp-block-button__link, .medlytix-simple-hero .btn {
      margin-bottom: 3rem;
      margin-left: auto;
      margin-right: auto;
      max-width: 60rem;
      width: 100%; } }
  .medlytix-simple-hero .wp-block-buttons {
    width: 100%; }
  @media (min-width: 55em) {
    .medlytix-simple-hero p {
      font-size: 1.5rem; } }
  .medlytix-simple-hero .anchor-bottom {
    bottom: 5rem;
    left: calc(50% - 35px);
    display: block;
    width: 70px;
    height: 70px;
    background-image: url("../img/scroll-anchor-gradient.png");
    background-repeat: no-repeat;
    background-size: 70px 70px;
    position: absolute;
    z-index: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    -webkit-transform: scale(1);
    transform: scale(1); }
    @media (min-width: 55em) {
      .medlytix-simple-hero .anchor-bottom {
        bottom: 7rem; } }
    .medlytix-simple-hero .anchor-bottom:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  .medlytix-simple-hero h1 {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: -webkit-filter 1600ms ease;
    transition: -webkit-filter 1600ms ease;
    transition: filter 1600ms ease;
    transition: filter 1600ms ease, -webkit-filter 1600ms ease; }
    .medlytix-simple-hero h1.unblur {
      -webkit-filter: blur(0);
      filter: blur(0); }

.editor-styles-wrapper .medlytix-hero h1 {
  -webkit-filter: blur(0);
  filter: blur(0); }

/*# sourceMappingURL=maps/medlytix-simple-hero.css.map */
