#perks {
  margin-top: 37px;
}

#perks .title {
  font-size: 56.5px;
  margin: 0 0 10px 0;
}

#perks .left {
  width: 59%;
  overflow: hidden;
  clip-path: ellipse(67% 145% at 33% 50%);
  padding: 34px 0 31px 0;
  background-image: url('../../images/home/perks-bg.png');
  background-image: image-set(url('../../images/home/perks-bg.png') 1x,
      url('../../images/home/perks-bg@2x.png') 2x);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  padding-left: 20px;
}

#perks .left {
  position: relative;
}

#perks .left img {
  position: relative;
  left: -6px;
}

#perks .left-inner {
  max-width: 488px;
}

#perks .left img.person {
  position: absolute;
  bottom: 0;
  right: 502px;
  left: unset;
}

#perks .right {
  width: 50%;
  padding-right: 20px;
}

#perks .right-inner {
  max-width: 490px;
  height: 100%;
}

#perks p {
  font-size: 35.5px;
  max-width: 400px;
  line-height: 1.3191489362em;
}

#perks p span {
  font-size: 45.5px;
}

#perks .button {
  height: 67px;
  line-height: 67px;
  font-size: 25px;
  background-color: var(--green);
  margin-top: 13px;
  width: 100%;
  max-width: 306px;
}

.scrolltext {
  font-size: 22.5px;
  max-width: 100%;
  overflow: hidden;
}

.scrolltext sup {
  font-size:50%;
  vertical-align:5px;
}

.scrolltext .inner {
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  animation: marquee 20s linear infinite;
  line-height: 0;
  padding: 16px 0;
}

.scrolltext span {
  display: inline-flex;
  align-items: center;
  margin-right: 48px;
}

.scrolltext img {
  margin: 0 10px;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media screen and (max-width: 991px) {
  #perks .title {
    margin-bottom: 11px;
  }

  #perks .inner {
    flex-direction: column;
  }

  #perks .left,
  #perks .right {
    width: 100%;
  }

  #perks .left img.person {
    display: none;
  }

  #perks .left-inner,
  #perks .right-inner {
    max-width: unset;
    text-align: center;
  }

  #perks .left img {
    margin: 0 auto;
    max-width: 303px;
    width: 100%;
    height: auto;
    left: 0;
  }

  #perks .left {
    padding: 29px 0 81px 0;
    clip-path: ellipse(110% 143% at 50% -54%);
  }

  #perks .right {
    padding: 0 0 35px 0;
    background-image: unset;
    background: none;
  }
}

@media screen and (max-width: 567px) {
  #perks {
    margin-top: 59px;
  }

  #perks .title {
    font-size: 42px;
  }

  #perks p {
    font-size: 27px;
    max-width: 300px;
    margin: 0 auto;
  }

  #perks p span {
    font-size: 37px;
  }

  #perks .button {
    margin-top: 20px;
    height: 54px;
    line-height: 60px;
    font-size: 20px;
    max-width: 244px;
  }

  .scrolltext {
    font-size: 16px;
    line-height: 17px;
  }

  .scrolltext .inner {
    padding: 13px 0;
  }

  .scrolltext img {
    width: 16.5px;
    height: auto;
  }
}