/* 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;
}
.card-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  position: relative;
  min-width: 10.9375rem;
}
.card-page img {
  transition: transform var(--timing-std) var(--ease-std);
}
.card-page:hover img, .card-page:focus-within img {
  transform: scale(1.05);
}
.card-page__image {
  overflow: hidden;
  border-radius: var(--radius-large);
}
.card-page__title {
  margin: 0;
  font-size: var(--type-30);
  font-weight: var(--font-weight-regular);
  margin-bottom: -0.1em;
}
.card-page__title a {
  color: inherit;
  text-decoration: none;
}
.card-page__title a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.card-page__description {
  font-size: var(--type-16);
  color: var(--color-grey--darker);
  line-height: 1.6;
}
.card-page__description p {
  margin: 0;
}
.card-page__description p + p {
  margin-top: 1.25rem;
}
.card-page__description a {
  position: relative;
  z-index: 1;
}
.card-page .btn-link {
  margin-top: auto;
}

.internal-pages__intro {
  margin-block: var(--layout-spacing-largest) var(--content-lockup-margin);
}
.internal-pages__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 0.625rem;
}
.internal-pages__grid .card-page {
  flex-grow: 1;
}
@media (min-width: 420px) {
  .internal-pages__grid .card-page {
    max-width: calc(50% - 1.5625rem);
  }
}
@media (min-width: 480px) {
  .internal-pages__grid {
    gap: 3.75rem 1.5625rem;
  }
}
@media (min-width: 768px) {
  .parallax {
    --amount: calc(var(--height, 100vh) * 0.1px);
  }
  .internal-pages__intro {
    align-items: center;
    text-align: center;
    margin-inline: auto;
    max-width: 43.75rem;
  }
  .internal-pages__intro .title {
    font-size: var(--type-56);
  }
  .internal-pages__intro .title,
  .internal-pages__intro .wysiwyg-basic {
    max-width: none;
  }
  .internal-pages__grid .card-page {
    max-width: calc(33.3333% - 1.5625rem);
  }
}
