/* overrides */
.md-content header {
    display: block;
    transition: opacity .75s
}

.js .md-content header[hidden] {
    opacity: 0
}
.md-header--shadow {
    transition: background-color .25s, transform .25s cubic-bezier(.1,.7,.1,1), box-shadow .25s;
}
.md-header:not(.md-header--shadow) {
    background-color: initial;
    transition: background-color 125ms, transform 125ms cubic-bezier(.1,.7,.1,1), box-shadow 0ms;
}

.md-content__inner {
  margin-bottom: 0;
  padding: 5.2rem 0;
}

.md-content__inner:before {
    display: none
}

.md-typeset {
    color: var(--md-typeset-color)
}

.md-typeset h2 {
  font-weight: 700;
  margin-top: 0.175em;
}

.md-typeset h2+h3 {
    font-size: 1em;
    margin-top: -.8em
}

.md-typeset :target {
    --md-scroll-margin: 5.2rem
}

.md-main__inner {
  margin: 0;
}
.md-main__inner > .md-content, .md-main__inner > .md-sidebar--secondary {
  display: none;
}

@media screen and (min-width: 76.25em) {
  .md-sidebar--primary {
    display: none;
  }
}
/* transitions */
.js .md-content header[hidden] {
  opacity: 0;
}
.js .mdx-expect__item[hidden] {
  opacity: 0;
  transform: translate(-0.8rem, 0.4rem);
}
.js .mdx-expect__item[hidden]:nth-child(2n) {
  transform: translate(0.8rem, 0.4rem);
}
.js .mdx-trust[hidden] {
  opacity: 0;
  transform: translateY(1.6rem);
}

/* parallax */
:root {
    --md-parallax-perspective: 2.5rem
}

.mdx-parallax {
  height: 100vh;
  margin-top: -3.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  scroll-behavior: smooth;
  width: 100vw;
}

.mdx-parallax__group {
  display: block;
  position: relative;
  background-color: var(--md-default-bg-color);
  color: var(--md-typeset-color);
}
.mdx-parallax__group:first-child {
  background-color: initial;
  height: 140vh;
}

.mdx-parallax__image {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: var(--md-image-position, 50%);
  z-index: -1;
}

.mdx-content__column:last-child {
    margin-top: 2.4rem
}

.mdx-content__column p:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 60em) {
    .mdx-content__inner {
        display:flex;
        flex-wrap: nowrap;
        gap: 6.4rem
    }

    .mdx-content__column {
        margin-top: 0
    }

    .mdx-content__column:first-child {
        flex: 2 0
    }

    .mdx-content__column:last-child {
        flex: 1 0;
        margin-top: 0
    }
}

/* hero */
.mdx-hero {
  display: block;
  height: inherit;
  background: linear-gradient(to bottom, var(--md-primary-fg-color), var(--md-default-bg-color) 99%)
}
.mdx-hero .mdx-hero__attribution {
  position: absolute;
  bottom: -2.4rem;
  right: 0.8rem;
  padding: 0.1rem 0.4rem;
  border-radius: 0.1rem;
  background-color: var(--md-default-bg-color--light);
  color: var(--md-default-fg-color);
  font-size: 0.75rem;
  transition: color 125ms, background-color 125ms;
}

.mdx-hero__more {
  display: block;
  position: absolute;
  bottom: -2.4rem;
  left: 50%;
  margin-left: -0.6rem;
  pointer-events: none;
  text-align: center;
}
.mdx-hero__more svg {
  height: 1.2rem;
  width: 1.2rem;
  fill: #ffffff;
}

.mdx-hero__teaser {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--md-primary-bg-color);
  margin: 0 0.8rem 6rem;
  max-width: 30rem;
}
.mdx-hero__teaser h1 {
  color: inherit;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0;
}

.mdx-hero__inner {
  bottom: 6rem;
  display: block;
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1), opacity 0.25s;
  width: 100%;
}

.mdx-hero__scrollwrap {
  height: 100vh;
  margin-bottom: -100vh;
  position: sticky;
  top: 0;
}
.mdx-hero__scrollwrap .md-tabs {
  background-color: initial;
  position: absolute;
  top: 3.2rem;
}

.mdx-hero__image {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: 150px;
  left: 50vw;
}
.mdx-hero__image img {
  object-fit: cover;
  max-height: 700px;
}

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

.mdx-hero .md-button--primary {
    background-color: #dd2e57;
}
.mdx-hero .md-button:focus,
.mdx-hero .md-button:hover {
    background-color: var(--md-accent-fg-color);
}

@media screen and (max-width: 1023px) {
  .mdx-hero__scrollwrap {
    display: inline;
    position: initial;
  }
  .mdx-hero__inner {
    top: 6rem;
  }
  .mdx-hero__image {
    display: none;
  }
}


/* expect */
.mdx-expect {
  margin: 2.4rem 0;
}

.mdx-expect__list {
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem;
  padding: 0;
}

.mdx-expect__icon {
  fill: currentcolor;
  background-color: var(--md-default-fg-color--lightest);
  border-radius: 100%;
  flex-shrink: 0;
  height: 2.2rem;
  padding: 0.4rem;
  width: 2.2rem;
}

.mdx-expect__eyebrow {
  color: var(--md-typeset-a-color);
}

.mdx-expect__item {
  display: flex;
  flex: 0 1 calc(25% - 1.2rem);
  margin: 0;
  transition: transform 0.75s cubic-bezier(0.075, 0.85, 0.175, 1), opacity 0.75s;
}
.mdx-expect__item:first-child {
  transition-delay: 0.2s;
}
.mdx-expect__item:nth-child(2) {
  transition-delay: 275ms;
}
.mdx-expect__item:nth-child(3) {
  transition-delay: 0.35s;
}
.mdx-expect__item:nth-child(4) {
  transition-delay: 425ms;
}
.mdx-expect__item:nth-child(5) {
  transition-delay: 0.5s;
}
.mdx-expect__item:nth-child(6) {
  transition-delay: 575ms;
}
@media (max-width: 1023px) {
  .mdx-expect__item {
    flex: 1 0 100%;
  }
}

/* connect */
.mdx-trust {
  display: block;
  max-width: 40rem;
  transition: transform 0.75s cubic-bezier(0.075, 0.85, 0.175, 1) 125ms, opacity 0.75s 125ms;
}

/* connect */
.mdx-connect {
    display: block;
    transition: transform .75s cubic-bezier(.075,.85,.175,1) 125ms,opacity .75s 125ms
}

.js .mdx-connect[hidden] {
    opacity: 0;
    transform: translateY(1.6rem)
}

.mdx-connect .mdx-connect__link {
    color: var(--md-default-fg-color);
    display: block
}

.mdx-connect .mdx-connect__link span {
    margin-right: .2rem
}

.mdx-connect .md-button {
    border-width: 0;
    color: var(--md-primary-bg-color);
    margin-right: .5rem;
    margin-top: .5rem;
}
.mdx-connect .md-button--primary {
    background-color: #dd2e57;
}
.mdx-connect .md-button:focus,
.mdx-connect .md-button:hover {
    background-color: var(--md-accent-fg-color);
}
