/* latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/dist/fonts/manrope-latin-400-normal.woff2?5b06bf94f857e4244b645d75be6636a6), url(/dist/fonts/manrope-latin-400-normal.woff2?5b06bf94f857e4244b645d75be6636a6);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/dist/fonts/manrope-latin-500-normal.woff2?b6bf3db6256270076d37343efc7e9e02), url(/dist/fonts/manrope-latin-500-normal.woff2?b6bf3db6256270076d37343efc7e9e02);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/dist/fonts/manrope-latin-600-normal.woff2?ec61c26ae9843c74c66e80860e9304f5), url(/dist/fonts/manrope-latin-600-normal.woff2?ec61c26ae9843c74c66e80860e9304f5);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/dist/fonts/manrope-latin-700-normal.woff2?395302d2c51659f98a07546afa941ca3), url(/dist/fonts/manrope-latin-700-normal.woff2?395302d2c51659f98a07546afa941ca3);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/dist/fonts/manrope-latin-800-normal.woff2?9058577ea41f50bdd721f66b17631196), url(/dist/fonts/manrope-latin-800-normal.woff2?9058577ea41f50bdd721f66b17631196);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.feature {
  font-size: var(--type-70);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -0.01em;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: var(--type-56);
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: var(--font-weight-regular);
}

h2,
.h2 {
  font-size: var(--type-48);
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: var(--font-weight-regular);
}

h3,
.h3 {
  font-size: var(--type-40);
  letter-spacing: -0.01em;
  line-height: 1.3;
  font-weight: var(--font-weight-regular);
}

h4,
.h4 {
  font-size: var(--type-30);
  line-height: 1.4;
  font-weight: var(--font-weight-regular);
}

h5,
.h5 {
  line-height: 1.5;
  font-size: var(--type-22);
}

h6,
.h6 {
  line-height: 1.6;
  font-size: var(--type-20);
}
html:not(.mobile) .btn-lockup[data-solo=false] > *::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  z-index: 2;
  width: 100%;
  max-width: calc(100% - 0.5rem);
  height: calc(100% - 1rem);
  background: var(--color-grey--darkest);
  display: block;
  pointer-events: none;
  transform: scaleX(0.005);
  transition: all var(--timing-fast) var(--ease-std);
}
html:not(.mobile) .btn-lockup[data-solo=false]:hover > .btn-lockup__book:not(:hover) .inner {
  transform: translateX(5%) scale(0.8);
}
html:not(.mobile) .btn-lockup[data-solo=false]:hover > .btn-lockup__call:not(:hover) .inner {
  transform: translateX(-5%) scale(0.8);
}
html:not(.mobile) .btn-lockup[data-solo=false]:hover > *:hover {
  width: 60%;
}
html:not(.mobile) .btn-lockup[data-solo=false]:hover > *:hover::before {
  border-radius: 5rem;
  transform: scaleX(1);
  background: #283243;
}
html:not(.mobile) .btn-lockup[data-solo=false]:hover > *:not(:hover) .inner {
  opacity: 0.5;
}
html:not(.mobile) .btn-lockup[data-solo=false]:hover > *:not(:hover)::before {
  opacity: 0;
}
html:not(.mobile) .btn-lockup[data-solo=false]:not(:hover):focus-within > .btn-lockup__book:not(:focus) .inner {
  transform: translateX(5%) scale(0.8);
}
html:not(.mobile) .btn-lockup[data-solo=false]:not(:hover):focus-within > .btn-lockup__call:not(:focus) .inner {
  transform: translateX(-5%) scale(0.8);
}
html:not(.mobile) .btn-lockup[data-solo=false]:not(:hover):focus-within > *:focus {
  width: 60%;
}
html:not(.mobile) .btn-lockup[data-solo=false]:not(:hover):focus-within > *:focus::before {
  border-radius: 5rem;
  transform: scaleX(1);
  background: #283243;
}
html:not(.mobile) .btn-lockup[data-solo=false]:not(:hover):focus-within > *:not(:focus) {
  width: 40%;
}
html:not(.mobile) .btn-lockup[data-solo=false]:not(:hover):focus-within > *:not(:focus) .inner {
  opacity: 0.5;
  transform: translateX(-5%) scale(0.8);
}
html:not(.mobile) .btn-lockup[data-solo=false]:not(:hover):focus-within > *:not(:focus)::before {
  opacity: 0;
}
.btn-lockup[data-solo=true] > * .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  display: block;
  background: var(--color-grey--darkest);
  transition: all var(--timing-fast) var(--ease-std);
  border-radius: 5rem;
  margin: -8px;
}
.btn-lockup[data-solo=true] > *:not(:hover):not(:focus) .inner::before {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}
.parallax {
  --amount: 1.875rem;
  overflow: hidden;
}
html:not(.reduced-motion) .parallax img, html:not(.reduced-motion) .parallax video {
  margin-top: calc(var(--amount) * -1);
  transform: translateY(calc(var(--amount) * var(--progress)));
  height: calc(100% + var(--amount)) !important;
}
@media (min-width: 768px) {
  .parallax {
    --amount: calc(var(--height, 100vh) * 0.1px);
  }
}
