/*
 * Get the App page styles
 */
.page-template-page--get-the-app .get-app-hero {
  padding: 3.2rem 0 7rem;
  overflow: hidden;
}
.page-template-page--get-the-app .get-app-hero__inner {
  display: grid;
  align-items: center;
  max-width: 1150px;
  margin-inline: auto;
  gap: 2.4rem;
}
.page-template-page--get-the-app .get-app-hero__media {
  display: none;
}
.page-template-page--get-the-app .get-app-hero__content {
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}
.page-template-page--get-the-app .get-app-hero__title {
  margin: 0 0 2.4rem;
  font-family: var(--font-headers);
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: 0.08rem;
  text-transform: none;
  color: var(--pink-300);
}
.page-template-page--get-the-app .get-app-hero__desc {
  max-width: 45rem;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.032rem;
  color: var(--gray-300);
}
.page-template-page--get-the-app .get-app-hero__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.4rem;
  gap: 2.4rem;
}
.page-template-page--get-the-app .get-app-hero__buttons a,
.page-template-page--get-the-app .get-app-hero__buttons img {
  display: block;
}
.page-template-page--get-the-app .get-app-hero__qr {
  display: none;
}
@media (min-width: 768px) {
  .page-template-page--get-the-app .get-app-hero {
    --get-app-hero-media-gap: clamp(4.2rem, calc(11.72vw - 5.57rem), 11.3rem);
    --get-app-hero-qr-gap: 2.4rem;
    --get-app-hero-title-size: clamp(4.2rem, calc(5.42vw - 0.32rem), 6.4rem);
    padding: 2.4rem 0 4.8rem;
  }
  .page-template-page--get-the-app .get-app-hero__inner {
    grid-template-columns: minmax(20rem, clamp(22.6rem, 27.1vw, 26rem)) minmax(var(--get-app-hero-media-gap), 1fr) minmax(0, clamp(26rem, 31.2vw, 42rem)) minmax(var(--get-app-hero-qr-gap), 1fr) 12.7rem;
    justify-content: stretch;
    gap: 0;
  }
  .page-template-page--get-the-app .get-app-hero__media {
    display: block;
    align-self: end;
    justify-self: start;
  }
  .page-template-page--get-the-app .get-app-hero__sparkle-wrap {
    position: relative;
    width: min(100%, clamp(22.6rem, 27.1vw, 26rem));
    margin-inline: 0;
    margin-bottom: -4.8rem;
  }
  .page-template-page--get-the-app .get-app-hero__sparkle-wrap picture,
  .page-template-page--get-the-app .get-app-hero__sparkle-wrap img {
    display: block;
  }
  .page-template-page--get-the-app .get-app-hero__sparkle-wrap picture img {
    width: 100%;
    height: auto;
  }
  .page-template-page--get-the-app .get-app-hero__sparkle {
    position: absolute;
    display: block;
    pointer-events: none;
  }
  .page-template-page--get-the-app .get-app-hero__sparkle--left {
    top: 35%;
    left: -2.6rem;
    width: 5.2rem;
    height: 5.2rem;
  }
  .page-template-page--get-the-app .get-app-hero__sparkle--right {
    top: 0;
    right: -1.6rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .page-template-page--get-the-app .get-app-hero__content {
    grid-column: 3;
    max-width: clamp(26rem, 31.2vw, 42rem);
    margin-inline: 0;
    text-align: left;
  }
  .page-template-page--get-the-app .get-app-hero__title {
    font-size: var(--get-app-hero-title-size);
  }
  .page-template-page--get-the-app .get-app-hero__desc {
    margin-inline: 0;
  }
  .page-template-page--get-the-app .get-app-hero__buttons {
    display: none;
  }
  .page-template-page--get-the-app .get-app-hero__qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column: 5;
    justify-self: end;
    align-self: start;
    min-width: 13.6rem;
    gap: 1.2rem;
    margin-top: 1.6rem;
  }
  .page-template-page--get-the-app .get-app-hero__qr img {
    display: block;
    width: 12.7rem;
    height: 12.7rem;
  }
  .page-template-page--get-the-app .get-app-hero__qr p {
    margin: 0;
    font-family: var(--font-headers);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.032rem;
    text-align: center;
    color: var(--dark-gray);
  }
}
@media (min-width: 1240px) {
  .page-template-page--get-the-app .get-app-hero {
    padding: 3.2rem 0 5.6rem;
  }
  .page-template-page--get-the-app .get-app-hero__inner {
    grid-template-columns: minmax(26rem, 33rem) minmax(var(--get-app-hero-media-gap), 1fr) minmax(0, 53rem) minmax(var(--get-app-hero-qr-gap), 1fr) 16rem;
    justify-content: stretch;
    gap: 0;
  }
  .page-template-page--get-the-app .get-app-hero__media {
    justify-self: start;
  }
  .page-template-page--get-the-app .get-app-hero__sparkle-wrap {
    width: min(100%, 33rem);
    margin-inline: 0;
    margin-bottom: -5.6rem;
  }
  .page-template-page--get-the-app .get-app-hero__sparkle--left {
    top: 48%;
    left: -3.7rem;
    width: 7.4rem;
    height: 7.4rem;
  }
  .page-template-page--get-the-app .get-app-hero__sparkle--right {
    top: 0;
    right: -2.4rem;
    width: 5.2rem;
    height: 5.2rem;
  }
  .page-template-page--get-the-app .get-app-hero__content {
    grid-column: 3;
    max-width: 53rem;
  }
  .page-template-page--get-the-app .get-app-hero__title {
    max-width: 53rem;
    line-height: 1.29;
    letter-spacing: 0.192rem;
  }
  .page-template-page--get-the-app .get-app-hero__desc {
    max-width: 53rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.45;
    color: var(--gray-300);
  }
  .page-template-page--get-the-app .get-app-hero__qr {
    grid-column: 5;
    justify-self: end;
  }
}
.page-template-page--get-the-app .app-detail-list-wrap {
  max-width: none;
  margin: 0;
  padding: 6.4rem 0 7.7rem;
  background-color: var(--blue-100);
}
.page-template-page--get-the-app .app-detail-list-wrap__heading {
  margin: 0 0 4.9rem;
  font-family: var(--font-main);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  color: var(--pink-300);
}
.page-template-page--get-the-app .app-detail-list-wrap__heading em {
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-template-page--get-the-app .app-detail-list-wrap {
    padding: clamp(5.7rem, 0.808rem + 6.37vw, 11rem) clamp(5.9rem, -0.654rem + 8.533vw, 13rem);
  }
  .page-template-page--get-the-app .app-detail-list-wrap__heading {
    max-width: 48.8rem;
    margin-inline: auto;
  }
}
@media (min-width: 1240px) {
  .page-template-page--get-the-app .app-detail-list-wrap__heading {
    max-width: none;
  }
}
.page-template-page--get-the-app .app-detail-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 0;
  list-style: none;
}
.page-template-page--get-the-app .app-detail-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0 0 4.8rem;
  font-family: var(--font-main);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.032rem;
  text-align: center;
  color: var(--gray-300);
}
.page-template-page--get-the-app .app-detail-list li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 98px;
  margin: 0 0 2.8rem;
  font-family: var(--font-headers);
  font-size: 7rem;
  font-weight: 900;
  line-height: 1.29;
  letter-spacing: 0.35rem;
  color: var(--blue-200);
  background-color: var(--white);
  border-radius: 1.2rem;
  aspect-ratio: 1/1;
}
.page-template-page--get-the-app .app-detail-list li:last-child {
  margin-bottom: 0;
}
.page-template-page--get-the-app .app-detail-list__heading {
  margin: 0 0 1.6rem;
  font-family: var(--font-headers);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.11rem;
  color: var(--blue-300);
}
.page-template-page--get-the-app .app-detail-list__copy {
  margin: 0;
  font-family: var(--font-main);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.032rem;
  color: var(--gray-300);
}
.page-template-page--get-the-app .app-detail-list .download-app::before {
  content: "01";
}
.page-template-page--get-the-app .app-detail-list .find-jobs::before {
  content: "02";
}
.page-template-page--get-the-app .app-detail-list .get-paid::before {
  content: "03";
}
@media (min-width: 768px) {
  .page-template-page--get-the-app .app-detail-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.2rem;
  }
  .page-template-page--get-the-app .app-detail-list li {
    width: 100%;
    max-width: clamp(17.8rem, 7.9rem + 13.2vw, 33.1rem);
    margin-bottom: 0;
    justify-self: center;
  }
}
.page-template-page--get-the-app .no-browsing-section {
  padding: 7.2rem 0 6.4rem;
  background-color: var(--white);
}
.page-template-page--get-the-app .no-browsing-section__inner {
  display: grid;
  gap: 4rem;
}
.page-template-page--get-the-app .no-browsing-section__content {
  display: grid;
  gap: 2.4rem;
}
.page-template-page--get-the-app .no-browsing-section__heading {
  margin: 0;
  font-family: var(--font-headers);
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.19rem;
  text-transform: none;
  color: var(--pink-300);
}
.page-template-page--get-the-app .no-browsing-section__copy {
  display: grid;
  gap: 2.4rem;
}
.page-template-page--get-the-app .no-browsing-section__copy p {
  margin: 0;
  font-family: var(--font-main);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.032rem;
  color: var(--gray-300);
}
.page-template-page--get-the-app .no-browsing-section__features {
  display: grid;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-page--get-the-app .no-browsing-section__feature {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr);
  gap: 2.4rem;
  align-items: center;
}
.page-template-page--get-the-app .no-browsing-section__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 5.2rem;
  background-color: var(--blue-100);
  border-radius: 1rem;
}
.page-template-page--get-the-app .no-browsing-section__icon img {
  display: block;
  width: 4rem;
  height: 4rem;
}
.page-template-page--get-the-app .no-browsing-section__label {
  font-family: var(--font-headers);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.036rem;
  color: var(--blue-300);
}
.page-template-page--get-the-app .no-browsing-section__media {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 32rem;
  margin-top: 3rem;
}
.page-template-page--get-the-app .no-browsing-section__media picture,
.page-template-page--get-the-app .no-browsing-section__media img {
  display: block;
}
.page-template-page--get-the-app .no-browsing-section__media picture img {
  width: 100%;
  height: auto;
}
.page-template-page--get-the-app .no-browsing-section__sparkle {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.page-template-page--get-the-app .no-browsing-section__sparkle--outline {
  top: 60%;
  left: -2rem;
  width: 5rem;
  height: 5rem;
  transform: translateY(-50%);
}
.page-template-page--get-the-app .no-browsing-section__sparkle--fill {
  top: -1.4rem;
  right: -1.1rem;
  width: 3.2rem;
  height: 3.2rem;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .page-template-page--get-the-app .no-browsing-section__inner {
    grid-template-columns: minmax(0, clamp(38.2rem, -8.345rem + 60.606vw, 42.2rem)) minmax(0, clamp(22rem, -1.273rem + 30.303vw, 24rem));
    grid-template-areas: "content media" "features features";
    justify-content: center;
    gap: 5.6rem clamp(4.2rem, -42.345rem + 60.606vw, 8.2rem);
    align-items: start;
  }
  .page-template-page--get-the-app .no-browsing-section__content {
    grid-area: content;
    max-width: clamp(38.2rem, -8.345rem + 60.606vw, 42.2rem);
  }
  .page-template-page--get-the-app .no-browsing-section__features {
    grid-area: features;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.2rem;
  }
  .page-template-page--get-the-app .no-browsing-section__feature {
    grid-template-columns: 6.4rem minmax(0, 1fr);
    align-items: start;
  }
  .page-template-page--get-the-app .no-browsing-section__icon {
    width: 6.4rem;
    height: 6.4rem;
    margin-top: 0.4rem;
  }
  .page-template-page--get-the-app .no-browsing-section__arrow {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
  .page-template-page--get-the-app .no-browsing-section__media {
    grid-area: media;
    justify-self: end;
    max-width: clamp(22rem, -1.273rem + 30.303vw, 24rem);
    margin-top: 0;
  }
  .page-template-page--get-the-app .no-browsing-section__sparkle--outline {
    left: -1.6rem;
    width: 3.8rem;
    height: 3.8rem;
  }
  .page-template-page--get-the-app .no-browsing-section__sparkle--fill {
    top: -1rem;
    right: -0.8rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (min-width: 1030px) {
  .page-template-page--get-the-app .no-browsing-section {
    padding: clamp(10rem, -0.842rem + 10.526vw, 16rem) 0 8rem;
  }
  .page-template-page--get-the-app .no-browsing-section__inner {
    grid-template-columns: minmax(0, 1.173fr) minmax(0, 1fr);
    grid-template-areas: "content media" "features media";
    max-width: 140rem;
    margin-inline: auto;
    gap: 4.8rem clamp(8rem, -4.108rem + 11.755vw, 14.7rem);
    align-items: center;
  }
  .page-template-page--get-the-app .no-browsing-section__content {
    grid-area: content;
    align-self: end;
  }
  .page-template-page--get-the-app .no-browsing-section__heading {
    max-width: 58rem;
    font-size: 4.6rem;
    letter-spacing: 0.092rem;
  }
  .page-template-page--get-the-app .no-browsing-section__copy {
    max-width: 76rem;
  }
  .page-template-page--get-the-app .no-browsing-section__copy p:first-child {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.45;
  }
  .page-template-page--get-the-app .no-browsing-section__copy p + p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.032rem;
  }
  .page-template-page--get-the-app .no-browsing-section__features {
    grid-area: features;
    gap: 3.2rem;
    align-self: start;
  }
  .page-template-page--get-the-app .no-browsing-section__feature {
    grid-template-columns: 6.4rem minmax(0, 1fr);
  }
  .page-template-page--get-the-app .no-browsing-section__icon {
    width: 6.4rem;
    height: 6.4rem;
  }
  .page-template-page--get-the-app .no-browsing-section__media {
    grid-area: media;
    justify-self: end;
    align-self: start;
    width: 100%;
    max-width: 58.2rem;
    margin-top: 0;
  }
  .page-template-page--get-the-app .no-browsing-section__sparkle--outline {
    top: 58%;
    left: -4rem;
    width: 9.4rem;
    height: 9.4rem;
  }
  .page-template-page--get-the-app .no-browsing-section__sparkle--fill {
    top: -2.5rem;
    right: -2.1rem;
    width: 5.8rem;
    height: 5.8rem;
  }
}
.page-template-page--get-the-app .pre-register .footer-cta-banner {
  margin-block: 5.6rem 8.2rem;
}
.page-template-page--get-the-app .footer-cta-banner {
  margin-block: 6.2rem 8.2rem;
}
.page-template-page--get-the-app .footer-cta-banner__heading {
  font-size: 4.6rem;
}
@media (min-width: 768px) {
  .page-template-page--get-the-app .footer-cta-banner__inner {
    gap: clamp(5rem, 2.15rem + 3.65vw, 8rem);
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .page-template-page--get-the-app .footer-cta-banner__heading {
    font-size: 3.8rem;
  }
  .page-template-page--get-the-app .footer-cta-banner__image img {
    width: clamp(20rem, 24vw, 30rem);
    height: clamp(20rem, 24vw, 30rem);
    object-fit: cover;
  }
}
.page-template-page--get-the-app .page-intro--cta-right-tablet.get-the-app .tablet-label {
  display: none;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .page-template-page--get-the-app .page-intro--cta-right-tablet.get-the-app .tablet-label {
    display: block;
    margin: 0 1.6rem 1.6rem 0;
    font-family: var(--font-main);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.032rem;
    text-align: left;
  }
  .page-template-page--get-the-app .page-intro--cta-right-tablet.get-the-app .page-intro__inner {
    text-align: left;
  }
  .page-template-page--get-the-app .page-intro--cta-right-tablet.get-the-app .page-intro__content {
    display: grid;
    grid-gap: 0 8.5rem;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
  }
  .page-template-page--get-the-app .page-intro--cta-right-tablet.get-the-app .page-intro__title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .page-template-page--get-the-app .page-intro--cta-right-tablet.get-the-app .page-intro__text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .page-template-page--get-the-app .page-intro--cta-right-tablet.get-the-app .page-intro__cta {
    max-width: 127px;
    align-self: start;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (min-width: 1030px) {
  .page-template-page--get-the-app .page-intro--cta-right-tablet.get-the-app.bg-white {
    padding-bottom: 2.4rem;
  }
}
.page-template-page--get-the-app .everything-place-section {
  padding: 6.4rem 0 7.2rem;
  background-color: var(--white);
}
.page-template-page--get-the-app .everything-place-section__inner {
  display: grid;
  gap: 4rem;
}
.page-template-page--get-the-app .everything-place-section__content {
  display: grid;
  gap: 2.4rem;
}
.page-template-page--get-the-app .everything-place-section__heading {
  margin: 0;
  font-family: var(--font-headers);
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.092rem;
  text-transform: none;
  color: var(--pink-300);
}
.page-template-page--get-the-app .everything-place-section__intro {
  margin: 0;
  font-family: var(--font-main);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.032rem;
  color: var(--gray-300);
}
.page-template-page--get-the-app .everything-place-section__features {
  display: grid;
  gap: 2.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-page--get-the-app .everything-place-section__feature {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr);
  gap: 2.4rem;
  align-items: center;
}
.page-template-page--get-the-app .everything-place-section__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 5.2rem;
  background-color: var(--blue-100);
  border-radius: 1rem;
}
.page-template-page--get-the-app .everything-place-section__icon img {
  display: block;
  width: 4rem;
  height: 4rem;
}
.page-template-page--get-the-app .everything-place-section__label {
  font-family: var(--font-headers);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.09rem;
  color: var(--blue-300);
}
.page-template-page--get-the-app .everything-place-section__footer {
  margin: 0;
  font-family: var(--font-headers);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.11rem;
  color: var(--pink-300);
}
.page-template-page--get-the-app .everything-place-section__media {
  display: none;
}
.page-template-page--get-the-app .everything-place-section__sparkle {
  position: absolute;
  z-index: 1;
  display: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .page-template-page--get-the-app .everything-place-section {
    padding: 8rem 0;
  }
  .page-template-page--get-the-app .everything-place-section__inner {
    grid-template-columns: minmax(0, 23rem) minmax(0, 1fr);
    grid-template-areas: "media content" "media features" "footer footer";
    gap: 4.8rem 5.6rem;
    align-items: start;
  }
  .page-template-page--get-the-app .everything-place-section__content {
    grid-area: content;
    max-width: 42rem;
  }
  .page-template-page--get-the-app .everything-place-section__features {
    grid-area: features;
    max-width: 42rem;
  }
  .page-template-page--get-the-app .everything-place-section__feature {
    grid-template-columns: 5.2rem minmax(0, 1fr);
  }
  .page-template-page--get-the-app .everything-place-section__footer {
    grid-area: footer;
    max-width: 68rem;
    margin-top: 0.8rem;
    margin-inline: auto;
  }
  .page-template-page--get-the-app .everything-place-section__media {
    display: block;
    position: relative;
    grid-area: media;
    width: 100%;
    max-width: 23rem;
    justify-self: start;
  }
  .page-template-page--get-the-app .everything-place-section__media picture,
  .page-template-page--get-the-app .everything-place-section__media img {
    display: block;
  }
  .page-template-page--get-the-app .everything-place-section__media picture img {
    width: 100%;
    height: auto;
  }
  .page-template-page--get-the-app .everything-place-section__sparkle--fill {
    top: 60%;
    left: -1.2rem;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    transform: translateY(-50%);
  }
}
@media (min-width: 1030px) {
  .page-template-page--get-the-app .everything-place-section {
    padding: 10rem 0;
  }
  .page-template-page--get-the-app .everything-place-section__inner {
    grid-template-columns: minmax(0, 57.5rem) minmax(0, 68.3rem);
    grid-template-areas: "media content" "media features" "media footer";
    gap: 4.8rem 8rem;
    align-items: center;
  }
  .page-template-page--get-the-app .everything-place-section__content {
    grid-area: content;
    align-self: end;
  }
  .page-template-page--get-the-app .everything-place-section__heading {
    max-width: 68.3rem;
    font-size: 4.6rem;
  }
  .page-template-page--get-the-app .everything-place-section__intro {
    max-width: 68.3rem;
    font-size: 2rem;
    line-height: 1.45;
  }
  .page-template-page--get-the-app .everything-place-section__features {
    grid-area: features;
    max-width: 68.3rem;
    gap: 3.2rem;
    align-self: center;
  }
  .page-template-page--get-the-app .everything-place-section__feature {
    grid-template-columns: 6.4rem minmax(0, 1fr);
  }
  .page-template-page--get-the-app .everything-place-section__icon {
    width: 6.4rem;
    height: 6.4rem;
  }
  .page-template-page--get-the-app .everything-place-section__footer {
    grid-area: footer;
    max-width: 68.3rem;
    align-self: start;
  }
  .page-template-page--get-the-app .everything-place-section__media {
    display: block;
    position: relative;
    grid-area: media;
    width: 100%;
    max-width: 57.5rem;
    justify-self: start;
  }
  .page-template-page--get-the-app .everything-place-section__media picture,
  .page-template-page--get-the-app .everything-place-section__media img {
    display: block;
  }
  .page-template-page--get-the-app .everything-place-section__media picture img {
    width: 100%;
    height: auto;
  }
  .page-template-page--get-the-app .everything-place-section__sparkle--fill {
    top: 50%;
    left: -2.4rem;
    display: block;
    width: 5.8rem;
    height: 5.8rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .page-template-page--get-the-app .no-browsing-section + .everything-place-section {
    padding-top: 1.8rem;
  }
  .page-template-page--get-the-app .everything-place-section + .built-to-work-section {
    padding-top: 2.1rem;
  }
}
.page-template-page--get-the-app .built-to-work-section {
  padding-block: 7.2rem 0;
}
.page-template-page--get-the-app .built-to-work-section__inner {
  display: grid;
  gap: 4.8rem;
  padding: 5.6rem 2.7rem;
  background-color: var(--blue-100);
}
.page-template-page--get-the-app .built-to-work-section__content {
  display: grid;
  gap: 2.4rem;
}
.page-template-page--get-the-app .built-to-work-section__heading {
  margin: 0;
  font-family: var(--font-headers);
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.19rem;
  text-transform: none;
  color: var(--pink-300);
}
.page-template-page--get-the-app .built-to-work-section__copy {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.032rem;
  color: var(--gray-300);
}
.page-template-page--get-the-app .built-to-work-section__media {
  position: relative;
  width: 100%;
}
.page-template-page--get-the-app .built-to-work-section__media picture,
.page-template-page--get-the-app .built-to-work-section__media img {
  display: block;
}
.page-template-page--get-the-app .built-to-work-section__media picture img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  aspect-ratio: 161/88;
  object-fit: cover;
}
.page-template-page--get-the-app .built-to-work-section__media .sparkle-outline {
  display: none;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 768px) {
  .page-template-page--get-the-app .built-to-work-section {
    padding-block: 0;
  }
  .page-template-page--get-the-app .built-to-work-section__inner {
    grid-template-columns: minmax(0, clamp(29.7rem, 15.205rem + 18.873vw, 45.4rem)) minmax(0, clamp(23.4rem, -8.083rem + 40.994vw, 57.5rem));
    align-items: center;
    justify-content: center;
    gap: clamp(8.3rem, 3.223rem + 6.611vw, 13.8rem);
    min-height: 0;
    padding: clamp(9rem, 3.831rem + 6.731vw, 14.6rem) clamp(6rem, 0.923rem + 6.611vw, 11.5rem) clamp(8.6rem, 3.338rem + 6.851vw, 14.3rem);
  }
  .page-template-page--get-the-app .built-to-work-section__content {
    max-width: clamp(29.7rem, 15.205rem + 18.873vw, 45.4rem);
  }
  .page-template-page--get-the-app .built-to-work-section__media {
    max-width: clamp(23.4rem, -8.083rem + 40.994vw, 57.5rem);
    justify-self: end;
  }
  .page-template-page--get-the-app .built-to-work-section__media .sparkle-outline {
    display: block;
    top: calc(50% - 43px);
    right: -43px;
    width: 86px;
    height: 86px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .page-template-page--get-the-app .built-to-work-section__media picture img {
    aspect-ratio: 106/135;
  }
}
@media (min-width: 1240px) {
  .page-template-page--get-the-app .built-to-work-section {
    padding-block: 0;
  }
  .page-template-page--get-the-app .built-to-work-section__inner {
    grid-template-columns: minmax(0, clamp(29.7rem, 15.205rem + 18.873vw, 45.4rem)) minmax(0, clamp(23.4rem, -8.083rem + 40.994vw, 57.5rem));
    gap: clamp(8.3rem, 3.223rem + 6.611vw, 13.8rem);
    min-height: 0;
    padding: clamp(9rem, 3.831rem + 6.731vw, 14.6rem) clamp(6rem, 0.923rem + 6.611vw, 11.5rem) clamp(8.6rem, 3.338rem + 6.851vw, 14.3rem);
  }
  .page-template-page--get-the-app .built-to-work-section__content {
    max-width: clamp(29.7rem, 15.205rem + 18.873vw, 45.4rem);
    gap: 3.6rem;
  }
  .page-template-page--get-the-app .built-to-work-section__heading {
    font-size: 4.6rem;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 0.092rem;
  }
  .page-template-page--get-the-app .built-to-work-section__copy {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.032rem;
  }
  .page-template-page--get-the-app .built-to-work-section__media {
    max-width: clamp(23.4rem, -8.083rem + 40.994vw, 57.5rem);
  }
}
.page-template-page--get-the-app .get-app-connect {
  margin-block: 7.2rem;
  padding-block: 0;
}
.page-template-page--get-the-app .get-app-connect .cascade-cards__wrap {
  max-width: 34.4rem;
  margin-inline: auto;
}
.page-template-page--get-the-app .get-app-connect .cascade-cards__image-card {
  display: none;
}
.page-template-page--get-the-app .get-app-connect .cascade-cards__copy-card {
  width: 100%;
  padding: 4rem 4rem 4.8rem;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.22);
}
.page-template-page--get-the-app .get-app-connect .cascade-cards__title {
  margin-bottom: 1.6rem;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.26rem;
}
.page-template-page--get-the-app .get-app-connect .cascade-cards__title::after {
  margin-top: 2.7rem;
}
.page-template-page--get-the-app .get-app-connect .cascade-cards__desc {
  margin-bottom: 0;
  font-family: var(--font-main);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.032rem;
}
.page-template-page--get-the-app .get-app-connect__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  margin-top: 2.8rem;
}
.page-template-page--get-the-app .get-app-connect__buttons img {
  display: block;
  width: 167px;
  height: auto;
}
.page-template-page--get-the-app .get-app-connect__qr {
  display: none;
}
@media (min-width: 768px) {
  .page-template-page--get-the-app .get-app-connect {
    margin-block: 9rem;
  }
  .page-template-page--get-the-app .get-app-connect .cascade-cards__wrap {
    display: flex;
    align-items: center;
    max-width: 78rem;
  }
  .page-template-page--get-the-app .get-app-connect .cascade-cards__image-card {
    display: block;
    flex: 0 0 clamp(27.5rem, 29vw, 34rem);
    max-width: clamp(27.5rem, 29vw, 34rem);
    margin: 0;
    overflow: visible;
  }
  .page-template-page--get-the-app .get-app-connect .cascade-cards__image-card picture {
    display: block;
  }
  .page-template-page--get-the-app .get-app-connect .cascade-cards__image-card img {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 0;
  }
  .page-template-page--get-the-app .get-app-connect .cascade-cards__copy-card {
    flex: 1 1 auto;
    max-width: 52.8rem;
    margin-left: -9.6rem;
    padding: 5.6rem;
  }
  .page-template-page--get-the-app .get-app-connect .cascade-cards__title {
    margin-bottom: 3.8rem;
    font-size: 2.8rem;
    line-height: 1.24;
    letter-spacing: 0.26rem;
  }
  .page-template-page--get-the-app .get-app-connect .cascade-cards__title::after {
    margin-top: 3.1rem;
  }
  .page-template-page--get-the-app .get-app-connect__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 11.4rem;
    align-items: center;
    gap: 0.8rem;
  }
  .page-template-page--get-the-app .get-app-connect__buttons {
    display: none;
  }
  .page-template-page--get-the-app .get-app-connect__qr {
    display: block;
  }
  .page-template-page--get-the-app .get-app-connect__qr img {
    display: block;
    width: 11.4rem;
    height: auto;
  }
}
@media (min-width: 1240px) {
  .page-template-page--get-the-app .get-app-connect {
    margin-block: 12rem 10rem;
  }
  .page-template-page--get-the-app .get-app-connect .cascade-cards__wrap {
    max-width: 103rem;
  }
  .page-template-page--get-the-app .get-app-connect .cascade-cards__image-card {
    flex-basis: 34rem;
    max-width: 34rem;
  }
  .page-template-page--get-the-app .get-app-connect .cascade-cards__copy-card {
    max-width: 71rem;
    margin-left: -15rem;
    padding: 6.6rem 7.3rem 7.1rem;
  }
  .page-template-page--get-the-app .get-app-connect .cascade-cards__title {
    max-width: 47rem;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.26rem;
    text-transform: uppercase;
  }
  .page-template-page--get-the-app .get-app-connect__body {
    grid-template-columns: minmax(0, 1fr) 14.8rem;
    gap: 5.6rem;
  }
  .page-template-page--get-the-app .get-app-connect__qr img {
    width: 14.8rem;
  }
}
@media (min-width: 768px) {
  .page-template-page--get-the-app .pre-register .footer-cta-banner {
    margin-block: 10rem;
  }
}
@media (min-width: 1240px) {
  .page-template-page--get-the-app .pre-register .footer-cta-banner {
    margin-block: 15rem;
  }
}
