:root {
  --color-3: #024851;
  --color: white;
  --color-4: #58a7af;
  --color-2: #333;
  --color-7: #d1d1d1;
  --color-5: #9bd3dd;
  --color-6: #999;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

.hero {
  background-image: url('../images/couple.jpg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 65vh;
  min-height: 400px;
  padding-top: 10%;
  margin-top: 100px;
  padding-bottom: 10%;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.hero-content-div-jm {
  max-width: 625px;
}

.hero-title-lg {
  color: var(--color-4);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #02485100;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 7em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-p {
  color: var(--color-2);
  margin-bottom: 20px;
  line-height: 1.75em;
}

.button {
  background-color: var(--color);
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 15px 0;
  padding: 20px 40px;
  font-family: Mulish, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
}

.button:hover {
  color: var(--color);
  background-color: #000;
}

.button.rev {
  background-color: var(--color);
  color: var(--color-2);
}

.button.rev:hover {
  background-color: var(--color-7);
}

.hero-button-holders {
  justify-content: space-between;
  height: 70px;
  margin-bottom: -35px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-cta {
  background-color: var(--color-3);
  color: var(--color);
  align-items: center;
  padding: 15px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.hero-cta:hover, .hero-cta._2 {
  background-color: var(--color-4);
}

.hero-cta._2:hover {
  background-color: var(--color-7);
  color: var(--color-2);
}

.hero-cta._3 {
  background-color: var(--color-5);
  color: var(--color-3);
}

.hero-cta._3:hover {
  background-color: var(--color-7);
}

.hero-cta._1 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.hero-cta._1:hover {
  background-color: var(--color-7);
  color: var(--color-2);
}

.hero-icon {
  width: 25px;
  margin-right: 10px;
}

.section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.what-is {
  padding-top: 8%;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  z-index: 5;
  justify-content: space-between;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap.flex._2 {
  margin-top: 5%;
}

.wrap.flex-v {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.wrap.center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrap.center.sp {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  color: var(--color);
  background-color: #00000070;
  background-image: linear-gradient(#123c5080, #123c5080);
  justify-content: center;
  padding: 40px;
}

.wrap.top-marg {
  text-align: center;
  margin-top: 5%;
}

.img-div {
  object-fit: cover;
  overflow: hidden;
}

.img-div._48 {
  border-radius: 15px;
  width: 48%;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.txt-div._48 {
  width: 48%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.txt-div._48.less {
  padding-top: 30px;
  padding-bottom: 10px;
}

.txt-div._100.white {
  color: var(--color);
  padding-top: 0;
}

.list-div {
  background-color: #d1d1d159;
  flex-flow: row;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

.candidate {
  background-image: url('../images/young-man-outdoors.jpg');
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: center;
  min-height: 50vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 0%;
  display: flex;
}

.candidate-content {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 50%;
  color: var(--color);
  background-color: #024851c4;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 40px 50px 40px 40px;
}

.h2-white {
  color: var(--color);
}

.h2-white.max {
  max-width: 80%;
}

.surgeons {
  background-color: var(--color-3);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--color-4), #fff0 34%), radial-gradient(circle farthest-corner at 100% 100%, var(--color-4), #fdfefe03 45%, #fff0);
  padding-top: 5%;
  padding-bottom: 5%;
}

.call-out {
  background-image: url('../images/harrisburg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 55vh;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5%;
  display: flex;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_faq2 {
  width: 100%;
  margin-top: 30px;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.faq2_component {
  border-bottom: 1px solid #0000;
  margin-bottom: 30px;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_question {
  border-top: 1px #0000;
  border-bottom: 2px solid var(--color-5);
  background-color: var(--color-5);
  color: var(--color-3);
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.faq2_icon {
  filter: none;
  color: #00222e;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2_answer {
  overflow: hidden;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

.benefit-div {
  background-color: var(--color-5);
  text-align: center;
  border: 1px solid #02485140;
  border-radius: 15px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5em;
  display: flex;
}

.icon {
  background-color: var(--color-5);
  border: 1px solid #02485140;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

.list-49 {
  width: 49%;
}

.title {
  padding-top: 8%;
}

.wrap-2 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-2.btm-line {
  border-bottom: 1px solid var(--color-5);
  padding-bottom: 30px;
}

/* ── Technology Accordion ── */
.tech-accordion {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  grid-column-gap: 40px;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tech-accordion__items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.tech-accordion__item {
  cursor: pointer;
  padding: 16px 0;
}

.tech-accordion__header {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-column-gap: 36px;
  align-items: center;
}

.tech-accordion__circle {
  text-align: center;
  background-color: var(--color-7);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  transition: background-color 0.4s ease, color 0.4s ease;
  color: var(--color-6);
}

.tech-accordion__item.active .tech-accordion__circle {
  background-color: var(--color-5);
  color: var(--color-3);
}

.tech-accordion__title-wrap .h3 {
  transition: color 0.4s ease, font-weight 0.4s ease;
  color: var(--color-6);
}

.tech-accordion__item.active .tech-accordion__title-wrap .h3 {
  color: var(--color-3);
  font-weight: 700;
}

.tech-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 96px; /* 60px circle + 36px gap */
}

.tech-accordion__body-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tech-accordion__image-panel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.tech-accordion__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.tech-accordion__img.active {
  opacity: 1;
}

/* ── Old phone-mock kept for potential other uses ── */
.phone-mock {
  background-color: #cacaca00;
  border-radius: 2em;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.circle-number {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -16px;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
}

.circle-number.steps3, .circle-number.steps1, .circle-number.steps2 {
  background-color: var(--color-7);
  margin-top: 0;
}

.sticky-triggers {
  position: absolute;
  inset: 0%;
}

.phone-screen_wrapper {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.h3 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.position-relative {
  position: relative;
}

.sticky-text_wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-wrapper {
  width: 100%;
  height: 400vh;
  position: relative;
}

.phone-screen {
  width: 100%;
  position: relative;
}

.lenses {
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
}

.phone-mock_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.sticky-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sticky-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.phone-screen_img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.phone-screen_img.second {
  background-color: #fff;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.phone-screen_img.first {
  background-color: #fff;
  background-image: none;
}

.phone-screen_img.third {
  background-color: #fff;
  background-image: none;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.sticky-img_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  height: 65vh;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.paragraph-l {
  font-size: 1.125rem;
}

.paragraph-l.cc-sm-small.mb-0 {
  margin-bottom: 20px;
}

.paragraph-l.cc-sm-small.mb-0.text-dark {
  margin-bottom: 20px;
  display: block;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.sticky-container {
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-trigger._40 {
  top: 40%;
}

.sticky-trigger._80 {
  top: 80%;
}

.sticky-trigger._20 {
  top: 20%;
}

.sticky-trigger._60 {
  top: 60%;
}

.grid-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-top: 10px solid var(--color-5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3%;
  padding-left: 25px;
  padding-right: 25px;
}

.number {
  background-color: var(--color-5);
  width: 50px;
  height: 50px;
  color: var(--color-2);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  margin-bottom: 30px;
  padding: 5px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.cost {
  background-image: url('../images/guy-in-office.jpg');
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: center;
  min-height: 50vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 0%;
  display: flex;
}

.spacer {
  height: 50px;
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: linear-gradient(207deg, #0000, #000000e6), url('../images/couple.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 85%;
    justify-content: flex-end;
    height: 800px;
    padding: 0%;
  }

  .hero-content-div-jm {
    max-width: 50%;
    color: var(--color);
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-title-lg {
    margin-bottom: 10px;
    font-size: 2.5em;
  }

  .hero-p {
    color: var(--color);
  }

  .hero-button-holders {
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: static;
    inset: auto 0% 0%;
  }

  .hero-cta._2, .hero-cta._3 {
    padding-left: 30px;
  }

  .hero-cta._1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 30px;
  }

  .wrap.flex {
    flex-flow: column;
  }

  .wrap.center.sp {
    background-image: linear-gradient(#123c5094, #123c5094);
    padding: 25px;
  }

  .img-div._48, .txt-div._48 {
    width: 100%;
  }

  .txt-div._48.less {
    padding-top: 0;
  }

  .txt-div._48.less._2 {
    padding-top: 20px;
  }

  .candidate {
    background-position: 100% 0;
    background-size: contain;
    flex-flow: column;
    padding-top: 400px;
  }

  .candidate-content {
    background-color: var(--color-3);
    border-radius: 0;
    width: 100%;
    padding: 25px;
  }

  .call-out {
    background-attachment: scroll;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .tech-accordion {
    grid-template-columns: 1fr;
  }

  .tech-accordion__image-panel {
    display: none;
  }

  .tech-accordion__header {
    grid-column-gap: 24px;
  }

  .phone-mock {
    border-radius: 1.5em;
    width: 90%;
    padding: 8px;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .phone-screen_wrapper {
    border-radius: 1.2em;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .sticky-grid {
    grid-template-columns: 1fr;
  }

  .sticky-img_wrapper {
    display: none;
  }

  .cost {
    background-position: 100% 0;
    background-size: contain;
    flex-flow: column;
    padding-top: 400px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    padding-top: 50px;
  }

  .hero-content-div-jm {
    padding-left: 30px;
    padding-right: 15px;
  }

  .hero-title-lg {
    color: var(--color);
    font-size: 2em;
  }

  .hero-p {
    font-size: .9em;
  }

  .hero-cta._2, .hero-cta._3, .hero-cta._1 {
    padding: 8px 15px;
  }

  .candidate {
    padding-top: 350px;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq2_question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq2_icon {
    width: 1.75rem;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .title {
    padding-top: 0%;
  }

  .tech-accordion__header {
    grid-template-columns: 40px 1fr;
    grid-column-gap: 20px;
  }

  .tech-accordion__circle {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .tech-accordion__body {
    padding-left: 60px; /* 40px circle + 20px gap */
  }

  .phone-mock {
    width: 150%;
    box-shadow: none;
  }

  .circle-number {
    font-size: 1.1rem;
  }

  .circle-number.steps3 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .circle-number.steps1 {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .circle-number.steps2 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .container {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .h3 {
    font-size: 1.7rem;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .lenses {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: -28px;
    overflow: hidden;
  }

  .sticky-img_wrapper {
    width: 100%;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .sticky-container {
    height: auto;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px #000;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .number {
    margin-top: 0;
  }

  .cost {
    padding-top: 350px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  ul {
    padding-left: 20px;
  }

  .hero {
    background-color: var(--color-3);
    background-position: 0 0, 80% 0;
    background-size: auto, contain;
    padding-top: 275px;
  }

  .hero-content-div-jm {
    max-width: none;
  }

  .button {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  .hero-cta._2, .hero-cta._3, .hero-cta._1 {
    font-size: .9em;
  }

  .txt-div._48 {
    padding-top: 20px;
  }

  .list-div {
    flex-flow: column;
  }

  .candidate {
    padding-top: 200px;
  }

  .candidate-content {
    padding: 15px;
  }

  .h2-white.max {
    font-size: 1.6em;
  }

  .call-out {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-large, .faq2_question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    margin-top: 10%;
  }

  .div-block {
    flex-flow: column;
  }

  .list-49 {
    width: 100%;
    margin-bottom: 0;
  }

  .phone-mock {
    width: 170%;
    padding: 6px;
  }

  .tech-accordion__header {
    grid-template-columns: 1fr;
  }

  .tech-accordion__circle {
    display: none;
  }

  .tech-accordion__body {
    padding-left: 0;
  }

  .circle-number.steps3, .circle-number.steps1, .circle-number.steps2 {
    display: none;
  }

  .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .lenses {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .cost {
    padding-top: 200px;
  }

  .spacer {
    display: none;
  }
}


