.tx-container {
  padding-top: 1rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(0, 0%, 100%, 1)' /></svg>") no-repeat bottom, linear-gradient(to bottom, var(--md-primary-fg-color), #4c6bae 99%, var(--md-default-bg-color) 99%);
}

[data-md-color-scheme=slate] .tx-container {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(232, 15%, 21%, 1)' /></svg>") no-repeat bottom, linear-gradient(to bottom, var(--md-primary-fg-color), #7947ee 99%, var(--md-default-bg-color) 99%)
}

.tx-hero {
  margin: 0 .8rem;
  color: var(--md-primary-bg-color)
}

.tx-hero h1 {
  margin-bottom: 1rem;
  color: currentColor;
  font-weight: 700
}

@media screen and (max-width: 29.9375em) {
  .tx-hero h1 {
    font-size: 1.4rem
  }
}

.tx-hero__content {
  padding-bottom: 6rem
}

@media screen and (min-width: 60em) {
  .tx-hero {
    display: flex;
    align-items: stretch
  }

  .tx-hero__content {
    max-width: 19rem;
    margin-top: 3.5rem;
    padding-bottom: 15vw
  }

  .tx-hero__image {
    order: 1;
    width: 38rem;
    transform: translateX(4rem)
  }
}

@media screen and (min-width: 76.25em) {
  .tx-hero__image {
    transform: translateX(8rem)
  }
}

.tx-hero__subtext {
  font-style: italic;
}

.tx-hero .md-button {
  margin-top: .5rem;
  margin-right: .5rem;
  color: var(--md-primary-bg-color)
}

.tx-hero .md-button:hover,
.tx-hero .md-button:focus {
  color: var(--md-default-bg-color);
  background-color: var(--md-accent-fg-color);
  border-color: var(--md-accent-fg-color)
}

.tx-hero .md-button--primary {
  color: var(--md-primary-fg-color);
  background-color: var(--md-primary-bg-color);
  border-color: var(--md-primary-bg-color)
}

.md-fab {
  position: fixed;
  width: 56px;
  height: 56px;
  padding: 12px !important;
  bottom: 16px;
  right: 16px;
  border-radius: 50% !important;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.2rem rgba(0,0,0,.1), 0 0.2rem 0.4rem rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 0.2rem rgba(0,0,0,.1), 0 0.2rem 0.4rem rgba(0,0,0,.2);
  box-shadow: 0 0 0.2rem rgba(0,0,0,.1), 0 0.2rem 0.4rem rgba(0,0,0,.2);
}

/* For images */
a[data-fancybox] > img {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}