/* Oticon Jet PX dedicated page */

.page-id-2483 .banner-area,
.page-id-2483 .page-banner {
  display: none !important;
}

.at-jet-page {
  --atj-mint: #E3F4F3;
  --atj-mint-soft: #F4FAF8;
  --atj-sand: #F1E8DA;
  --atj-cream: #FBF7F0;
  --atj-ink: #082B31;
  --atj-copy: #3F5E61;
  --atj-teal: #2F9E94;
  --atj-deep: #16786F;
  --atj-blue: #0A4F8A;
  --atj-rust: #AD684B;
  --atj-navy: #071D2B;
  --atj-line: rgba(8, 43, 49, .13);
  --atj-shadow: 0 24px 70px rgba(8, 43, 49, .12);
  width: 100%;
  color: var(--atj-ink);
  font-family: "Source Sans 3", sans-serif;
}

.at-jet-page *,
.at-jet-page *::before,
.at-jet-page *::after {
  box-sizing: border-box;
}

.at-jet-page img {
  display: block;
  max-width: 100%;
}

.at-jet-page a {
  text-decoration: none !important;
}

.at-jet-page h1,
.at-jet-page h2,
.at-jet-page h3,
.at-jet-page p {
  margin-top: 0;
}

.at-jet-page h1,
.at-jet-page h2 {
  font-family: "Fraunces", serif;
  color: var(--atj-ink);
  text-transform: none !important;
}

.at-jet-page h1 {
  max-width: 10.5ch;
  margin-bottom: 24px;
  font-size: clamp(3.8rem, 6vw, 6.45rem);
  line-height: .92;
  letter-spacing: -.065em;
}

.at-jet-page h2 {
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 4.2vw, 4.35rem);
  line-height: 1;
  letter-spacing: -.052em;
}

.at-jet-page h3 {
  margin-bottom: 10px;
  color: var(--atj-ink);
  font-size: 1.42rem;
  line-height: 1.16;
  letter-spacing: -.025em;
  text-transform: none !important;
}

.at-jet-page p,
.at-jet-page li,
.at-jet-page details {
  color: var(--atj-copy);
  font-size: 1.03rem;
  line-height: 1.72;
}

.at-jet-shell {
  width: min(100% - 48px, 1360px);
  margin-inline: auto;
}

.at-jet-section {
  padding: 104px 0;
  scroll-margin-top: 140px;
}

.at-jet-eyebrow,
.at-jet-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--atj-deep);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.at-jet-eyebrow::before,
.at-jet-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.at-jet-back {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--atj-rust) !important;
  font-size: .9rem;
  font-weight: 800;
}

.at-jet-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 84px 0 104px;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 16%, rgba(47, 158, 148, .18), transparent 29%),
    radial-gradient(circle at 92% 76%, rgba(173, 104, 75, .17), transparent 34%),
    linear-gradient(135deg, var(--atj-cream), #FAFCFA 54%, var(--atj-mint) 100%);
}

.at-jet-hero::after {
  content: "";
  position: absolute;
  right: -240px;
  bottom: -470px;
  width: 810px;
  height: 810px;
  border: 1px solid rgba(8, 43, 49, .07);
  border-radius: 50%;
  box-shadow: 0 0 0 84px rgba(173, 104, 75, .035), 0 0 0 168px rgba(47, 158, 148, .022);
}

.at-jet-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(560px, 1.04fr);
  gap: 74px;
  align-items: center;
}

.at-jet-lead {
  max-width: 720px;
  margin-bottom: 32px;
  font-size: 1.2rem !important;
  line-height: 1.72 !important;
}

.at-jet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.at-jet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.at-jet-btn:hover,
.at-jet-btn:focus-visible {
  transform: translateY(-2px);
}

.at-jet-btn-primary {
  background: var(--atj-rust);
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(173, 104, 75, .22);
}

.at-jet-btn-primary:hover,
.at-jet-btn-primary:focus-visible {
  background: var(--atj-ink);
}

.at-jet-btn-secondary {
  border-color: rgba(8, 43, 49, .2);
  background: rgba(255, 255, 255, .8);
  color: var(--atj-ink) !important;
}

.at-jet-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 22px;
  margin-top: 32px;
}

.at-jet-proof span {
  position: relative;
  padding-left: 20px;
  color: var(--atj-copy);
  font-size: .9rem;
  font-weight: 700;
}

.at-jet-proof span::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--atj-rust);
  box-shadow: 0 0 0 4px rgba(173, 104, 75, .12);
}

.at-jet-hero-visual {
  position: relative;
  min-height: 650px;
}

.at-jet-hero-photo-wrap {
  position: absolute;
  inset: 18px 0 64px 40px;
  overflow: hidden;
  border: 1px solid rgba(8, 43, 49, .12);
  border-radius: 38px;
  background: #fff;
  box-shadow: var(--atj-shadow);
}

.at-jet-hero-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.at-jet-hero-lineup-card {
  position: absolute;
  z-index: 3;
  left: -16px;
  bottom: 0;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 18px;
  align-items: center;
  width: min(520px, 82%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background: rgba(7, 29, 43, .96);
  box-shadow: 0 20px 46px rgba(7, 29, 43, .24);
}

.at-jet-all-styles {
  width: 210px !important;
  height: 142px !important;
  object-fit: contain;
}

.at-jet-hero-lineup-card strong,
.at-jet-hero-lineup-card span {
  display: block;
}

.at-jet-hero-lineup-card strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.08rem;
}

.at-jet-hero-lineup-card span {
  color: rgba(255, 255, 255, .67);
  font-size: .82rem;
  line-height: 1.42;
}

.at-jet-subnav {
  position: sticky;
  z-index: 20;
  top: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-bottom: 1px solid var(--atj-line);
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(18px);
}

.admin-bar .at-jet-subnav {
  top: 32px;
}

.at-jet-subnav .at-jet-shell {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.at-jet-subnav .at-jet-shell::-webkit-scrollbar {
  display: none;
}

.at-jet-subnav a {
  flex: 0 0 auto;
  padding: 17px 14px;
  color: var(--atj-copy) !important;
  font-size: .84rem;
  font-weight: 800;
  white-space: nowrap;
}

.at-jet-subnav a:hover,
.at-jet-subnav a:focus-visible {
  color: var(--atj-rust) !important;
}

.at-jet-heading {
  max-width: 920px;
  margin-bottom: 48px;
}

.at-jet-heading > p {
  max-width: 760px;
  font-size: 1.12rem;
}

.at-jet-heading-light h2,
.at-jet-heading-light p {
  color: #fff;
}

.at-jet-heading-light > p {
  color: rgba(255, 255, 255, .7);
}

.at-jet-heading-light .at-jet-kicker {
  color: #F2C4AC;
}

.at-jet-family-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  gap: 72px;
  align-items: center;
}

.at-jet-family-copy > p {
  font-size: 1.1rem;
}

.at-jet-family-counts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.at-jet-family-counts div {
  padding: 20px;
  border: 1px solid var(--atj-line);
  border-radius: 18px;
  background: var(--atj-cream);
}

.at-jet-family-counts strong,
.at-jet-family-counts span {
  display: block;
}

.at-jet-family-counts strong {
  color: var(--atj-rust);
  font-family: "Fraunces", serif;
  font-size: 2.3rem;
  line-height: 1;
}

.at-jet-family-counts span {
  margin-top: 8px;
  color: var(--atj-copy);
  font-size: .79rem;
  line-height: 1.38;
}

.at-jet-family-visual {
  display: grid;
  align-content: center;
  min-height: 570px;
  padding: 38px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, .95), transparent 42%),
    linear-gradient(145deg, var(--atj-sand), var(--atj-mint));
  box-shadow: var(--atj-shadow);
}

.at-jet-family-visual .at-jet-all-styles {
  width: 100% !important;
  height: auto !important;
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(8, 43, 49, .16));
}

.at-jet-family-visual > span {
  display: block;
  margin-top: 22px;
  color: var(--atj-copy);
  font-size: .78rem;
}

.at-jet-priority-section,
.at-jet-custom-section,
.at-jet-process-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background:
    radial-gradient(circle at 86% 10%, rgba(173, 104, 75, .17), transparent 28%),
    linear-gradient(135deg, #12383F, var(--atj-navy));
}

.at-jet-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.at-jet-priority-grid article {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 23px;
  background: rgba(255, 255, 255, .06);
}

.at-jet-priority-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 44px;
  border-radius: 50%;
  background: var(--atj-rust);
  color: #fff;
  font-weight: 800;
}

.at-jet-priority-grid h3,
.at-jet-priority-grid p,
.at-jet-priority-grid strong {
  color: #fff;
}

.at-jet-priority-grid p {
  color: rgba(255, 255, 255, .66);
  font-size: .91rem;
  line-height: 1.56;
}

.at-jet-priority-grid strong {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .78rem;
}

.at-jet-bte-section {
  background: var(--atj-cream);
}

.at-jet-bte-showcase {
  display: grid;
  grid-template-columns: minmax(460px, 1.05fr) minmax(0, .95fr);
  gap: 18px;
}

.at-jet-bte-image {
  display: grid;
  place-items: center;
  min-height: 600px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid var(--atj-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(8, 43, 49, .07);
}

.at-jet-bte-lineup {
  width: 100% !important;
  max-height: 470px;
  object-fit: contain;
}

.at-jet-bte-models {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.at-jet-bte-models article {
  min-height: 292px;
  padding: 26px;
  border: 1px solid var(--atj-line);
  border-radius: 22px;
  background: #fff;
}

.at-jet-bte-models article > span {
  display: block;
  margin-bottom: 36px;
  color: var(--atj-rust);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.at-jet-custom-lineup-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 400px;
  margin-bottom: 18px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .07);
}

.at-jet-custom-lineup {
  width: min(100%, 1050px) !important;
  max-height: 310px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .24));
}

.at-jet-custom-lineup-wrap > span {
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
}

.at-jet-custom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.at-jet-custom-grid article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .06);
}

.at-jet-custom-grid article > div {
  display: grid;
  place-items: center;
  min-height: 230px;
  padding: 22px;
  background: rgba(255, 255, 255, .92);
}

.at-jet-custom-device {
  width: 100% !important;
  height: 190px !important;
  object-fit: contain;
}

.at-jet-custom-grid article > span,
.at-jet-custom-grid article h3,
.at-jet-custom-grid article p {
  margin-left: 22px;
  margin-right: 22px;
}

.at-jet-custom-grid article > span {
  display: block;
  margin-top: 22px;
  margin-bottom: 8px;
  color: #F2C4AC;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.at-jet-custom-grid h3,
.at-jet-custom-grid p {
  color: #fff;
}

.at-jet-custom-grid p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .65);
  font-size: .88rem;
  line-height: 1.52;
}

.at-jet-custom-note {
  display: grid;
  grid-template-columns: minmax(220px, .28fr) minmax(0, .72fr);
  gap: 28px;
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .05);
}

.at-jet-custom-note strong {
  color: #fff;
}

.at-jet-custom-note span {
  color: rgba(255, 255, 255, .65);
  font-size: .9rem;
  line-height: 1.55;
}

.at-jet-life-section {
  background: #fff;
}

.at-jet-life-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.at-jet-life-grid article {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 26px;
  overflow: hidden;
  min-height: 390px;
  border: 1px solid var(--atj-line);
  border-radius: 26px;
  background: var(--atj-mint-soft);
}

.at-jet-life-grid article > div {
  grid-row: 1 / 5;
  min-height: 390px;
}

.at-jet-life-photo {
  width: 100% !important;
  height: 100% !important;
  min-height: 390px;
  object-fit: cover;
}

.at-jet-life-grid article > span {
  align-self: end;
  margin: 32px 26px 8px 0;
  color: var(--atj-rust);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.at-jet-life-grid h3,
.at-jet-life-grid p {
  margin-right: 26px;
}

.at-jet-life-grid p {
  font-size: .91rem;
  line-height: 1.55;
}

.at-jet-compare-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(135deg, var(--atj-rust), #7E4635);
}

.at-jet-range-compare {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.at-jet-range-compare article {
  min-height: 350px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
}

.at-jet-range-current {
  background: #fff !important;
}

.at-jet-range-compare article > span {
  display: block;
  min-height: 40px;
  margin-bottom: 38px;
  color: #FFE1CF;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.at-jet-range-current > span {
  color: var(--atj-rust) !important;
}

.at-jet-range-compare h3,
.at-jet-range-compare p,
.at-jet-range-compare strong,
.at-jet-range-compare a {
  color: #fff;
}

.at-jet-range-current h3,
.at-jet-range-current p,
.at-jet-range-current strong {
  color: var(--atj-ink);
}

.at-jet-range-compare p {
  color: rgba(255, 255, 255, .7);
  font-size: .91rem;
  line-height: 1.56;
}

.at-jet-range-current p {
  color: var(--atj-copy);
}

.at-jet-range-compare strong,
.at-jet-range-compare a {
  display: block;
  margin-top: 22px;
  font-size: .82rem;
  font-weight: 800;
}

.at-jet-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.at-jet-process-grid article {
  min-height: 245px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .06);
}

.at-jet-process-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 36px;
  border-radius: 50%;
  background: var(--atj-rust);
  color: #fff;
  font-weight: 800;
}

.at-jet-process-grid h3,
.at-jet-process-grid p {
  color: #fff;
}

.at-jet-process-grid p {
  color: rgba(255, 255, 255, .65);
  font-size: .92rem;
  line-height: 1.55;
}

.at-jet-faq-section {
  background: var(--atj-cream);
}

.at-jet-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.at-jet-faq-grid details {
  padding: 0 24px;
  border: 1px solid var(--atj-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 43, 49, .045);
}

.at-jet-faq-grid summary {
  position: relative;
  padding: 24px 42px 24px 0;
  color: var(--atj-ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.at-jet-faq-grid summary::-webkit-details-marker {
  display: none;
}

.at-jet-faq-grid summary::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--atj-sand);
  color: var(--atj-rust);
  font-size: 1.25rem;
}

.at-jet-faq-grid details[open] summary::after {
  content: "−";
}

.at-jet-faq-grid details p {
  padding: 0 0 24px;
  margin-bottom: 0;
  font-size: .94rem;
}

.at-jet-book-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: var(--atj-mint-soft);
}

.at-jet-book-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(540px, 1.28fr);
  gap: 70px;
  align-items: start;
}

.at-jet-book-copy {
  position: sticky;
  top: 132px;
}

.at-jet-form {
  padding: 34px;
  border: 1px solid var(--atj-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--atj-shadow);
}

.at-jet-form label {
  color: var(--atj-ink) !important;
}

.at-jet-form input,
.at-jet-form select,
.at-jet-form textarea {
  border-color: rgba(8, 43, 49, .16) !important;
  background: #F8FBFA !important;
}

.at-jet-form button[type="submit"] {
  border-color: var(--atj-rust) !important;
  background: var(--atj-rust) !important;
}

.at-jet-form button[type="submit"]:hover {
  border-color: var(--atj-ink) !important;
  background: var(--atj-ink) !important;
}

@media (max-width: 1180px) {
  .at-jet-hero-grid,
  .at-jet-family-grid,
  .at-jet-book-grid {
    grid-template-columns: 1fr;
  }

  .at-jet-hero-copy,
  .at-jet-family-copy,
  .at-jet-book-copy {
    max-width: 820px;
  }

  .at-jet-hero-visual {
    width: min(100%, 780px);
    margin-inline: auto;
  }

  .at-jet-priority-grid,
  .at-jet-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .at-jet-bte-showcase {
    grid-template-columns: 1fr;
  }

  .at-jet-bte-image {
    min-height: 460px;
  }

  .at-jet-custom-grid,
  .at-jet-range-compare {
    grid-template-columns: repeat(2, 1fr);
  }

  .at-jet-life-grid article {
    grid-template-columns: minmax(210px, .8fr) minmax(0, 1.2fr);
  }

  .at-jet-book-copy {
    position: static;
  }
}

@media (max-width: 782px) {
  .admin-bar .at-jet-subnav {
    top: 46px;
  }

  .at-jet-shell {
    width: min(100% - 28px, 1360px);
  }

  .at-jet-section {
    padding: 74px 0;
  }

  .at-jet-hero {
    padding: 58px 0 78px;
  }

  .at-jet-page h1 {
    max-width: 9.5ch;
    font-size: clamp(3.15rem, 14vw, 5rem);
  }

  .at-jet-page h2 {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
  }

  .at-jet-actions {
    display: grid;
  }

  .at-jet-btn {
    width: 100%;
  }

  .at-jet-proof,
  .at-jet-family-counts,
  .at-jet-priority-grid,
  .at-jet-bte-models,
  .at-jet-custom-grid,
  .at-jet-life-grid,
  .at-jet-range-compare,
  .at-jet-process-grid,
  .at-jet-faq-grid {
    grid-template-columns: 1fr;
  }

  .at-jet-hero-visual {
    min-height: 560px;
  }

  .at-jet-hero-photo-wrap {
    inset: 22px 0 78px;
  }

  .at-jet-hero-lineup-card {
    left: 10px;
    width: calc(100% - 20px);
    grid-template-columns: 130px 1fr;
  }

  .at-jet-all-styles {
    width: 130px !important;
    height: 100px !important;
  }

  .at-jet-family-visual {
    min-height: 410px;
    padding: 24px 16px;
  }

  .at-jet-priority-grid article,
  .at-jet-bte-models article,
  .at-jet-process-grid article {
    min-height: 0;
  }

  .at-jet-priority-grid article > span,
  .at-jet-bte-models article > span,
  .at-jet-process-grid article > span {
    margin-bottom: 24px;
  }

  .at-jet-bte-image {
    min-height: 340px;
    padding: 22px;
  }

  .at-jet-custom-lineup-wrap {
    min-height: 300px;
    padding: 22px 14px;
  }

  .at-jet-custom-lineup-wrap > span {
    position: static;
    margin-top: 16px;
  }

  .at-jet-custom-note {
    grid-template-columns: 1fr;
  }

  .at-jet-life-grid article {
    display: block;
    min-height: 0;
  }

  .at-jet-life-grid article > div,
  .at-jet-life-photo {
    min-height: 280px;
    height: 280px !important;
  }

  .at-jet-life-grid article > span,
  .at-jet-life-grid h3,
  .at-jet-life-grid p {
    margin-left: 22px;
    margin-right: 22px;
  }

  .at-jet-life-grid article > span {
    margin-top: 22px;
  }

  .at-jet-life-grid article p {
    margin-bottom: 24px;
  }

  .at-jet-range-compare article {
    min-height: 0;
  }

  .at-jet-form {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .at-jet-page *,
  .at-jet-page *::before,
  .at-jet-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
