.description__content {
  height: max-content;
}

.description__town {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 74px;
  width: 384px;
  border-radius: 8px;
  filter: var(--light-shadow);
  background: white;
  margin-left: 10px;
  margin-bottom: 10px;

  & > h1 {
    font-size: 36px;
    line-height: 50px;
  }

  & > svg {
    color: var(--feature-color);
    margin-right: 10px;
  }
}

.description__opening {
  font-size: 128px;
  line-height: 105px;
  font-weight: bold;
  font-family: "Mont", Helvetica, sans-serif;

  & > p:first-child {
    background: linear-gradient(to left, var(--yellow-color), var(--feature-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

.description__town--illustration-container {
  position: relative;
  width: 100%;
}

.description__town--illustration {
  position: relative;
  width: 1338px;
  height: 640px;
  margin: 70px auto 0;
  z-index: 2;
  border-radius: 16px;
  background-image: url("../../img/promo/header.webp");
  background-size: cover;
  background-position: center;
  transition: background-image 300ms linear;

  &.blur {
    background-image: url("../../img/promo/header-blur.webp");
  }
}

.description__town--counter-wrapper {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  flex-flow: column nowrap;
  row-gap: 6px;
  width: max-content;
  height: max-content;
  transition: opacity 300ms linear;
}

.description__town--counter-title {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: white;
}

.description__town--counter-text {
  background-color: white;
  overflow-y: hidden;
  border-radius: 8px;
  width: 189px;
  height: 94px;
  filter: var(--dark-shadow);
}

.description__town--counter-scroll {
  font-family: Mont, Verdana, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  animation: promo-counter 2s linear forwards;
}

.illustration__description--container {
  position: absolute;
  bottom: 64px;
  left: 134px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: end;
  width: var(--container-width);
  opacity: 0;
  transition: opacity 300ms linear;
}

.illustration__description--book {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 612px;
  height: 305px;
  border-radius: 16px;
  padding: 32px 44px;
  color: #141414;

  &::before {
    content: '';
    width: 612px;
    height: 305px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 40% 80%, rgba(120, 200, 255, 0.3) 0%, transparent 50%),
    #dadada;
    backdrop-filter: blur(15px);
    opacity: 0.95;
    z-index: -1;
    border-radius: 16px;
  }

  &::after {
    width: 612px;
    height: 305px;
    border-radius: 16px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.3'/%3E%3C/svg%3E");
    z-index: -1;
    pointer-events: none;
    mix-blend-mode: multiply;
    backdrop-filter: blur(15px);
    opacity: 0.5;
  }
}

.description__book--text {
  font-family: Mont, Verdana, sans-serif;
}

.description__book--button > button {
  width: 100%;
}

.illustration__description--features {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 10px;
  width: max-content;
  height: max-content;

  & > .feature {
    display: flex;
    flex-flow: row nowrap;
    width: 234px;
    height: 130px;
    background-color: white;
    border-radius: 16px;
    padding: 14px;
    column-gap: 20px;
    font-family: "Mont", Helvetica, sans-serif;
  }

  & > .feature > svg {
    width: 34px;
    height: 34px;
  }

  & > .feature > .feature__text {
    width: 144px;
  }

  & > .feature .feature__text--title {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
  }

  & > .feature h4 {
    margin: 0;
  }
}

.description__town--curve {
  position: absolute;
  top: calc(-1 * 35%);
  background-position-y: center;
  transition: opacity linear 0.3s;
  background-image: url("../../img/promo/curve.svg");
  background-size: cover;
  width: 100vw;
  height: 100%;
  margin-top: calc(-1 * 100vw / 7.3 / 2);
  z-index: 3;
}

.description__town--scissor {
  position: absolute;
  top: calc(-1 * 35%);
  right: 35%;

  & > .scissor-left {
    position: absolute;
    background-image: url("../../img/promo/scissor-left.webp");
    width: 285px;
    height: 309px;
    z-index: 2;
  }

  & > .scissor-right {
    position: absolute;
    top: -49px;
    left: -25px;
    background-image: url("../../img/promo/scissor-right.webp");
    background-position: center;
    width: 370px;
    height: 337px;
    z-index: 4;
    animation: scissor 0.8s linear infinite;
  }
}

main.page-main {
  font-family: Mont, Verdana, sans-serif;
  margin-top: 110px;
}

section.header {
  font-size: 48px;
  line-height: 61px;
  font-weight: bold;
  text-align: center;

  & p:first-child {
    background: linear-gradient(to left, var(--yellow-color), var(--feature-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

section.slider {
  width: 100vw;
  margin-top: 105px;
}

.slider-content {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 20px;
  align-items: anchor-center;
  animation: promo-slider 13s linear infinite;

  & > img:nth-child(1),
  & > img:nth-child(10) {
    width: 360px;
    height: 347px;
  }

  & > img:nth-child(2),
  & > img:nth-child(11) {
    width: 277px;
    height: 407px;
  }

  & > img:nth-child(3),
  & > img:nth-child(12) {
    width: 414px;
    height: 333px;
  }

  & > img:nth-child(4),
  & > img:nth-child(13) {
    width: 334px;
    height: 352px;
  }

  & > img:nth-child(5),
  & > img:nth-child(14) {
    width: 333px;
    height: 514px;
  }

  & > img:nth-child(6),
  & > img:nth-child(15) {
    width: 512px;
    height: 377px;
  }

  & > img:nth-child(7),
  & > img:nth-child(16) {
    width: 426px;
    height: 385px;
  }

  & > img:nth-child(8),
  & > img:nth-child(17) {
    width: 460px;
    height: 347px;
  }

  & > img:nth-child(9),
  & > img:nth-child(18) {
    width: 434px;
    height: 523px;
  }
}

section.stories {
  margin-top: 91px;
}

.stories__description {
  position: relative;
}

.stories__description--image {
  position: relative;
  width: 445px;
  height: 303px;
  background-color: #FEC608;
  border-radius: 16px;
  flex-shrink: 0;

  & > img {
    width: 275px;
    height: 351px;
    object-fit: cover;
    object-position: left;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.stories__description--text {
  position: absolute;
  top: 35px;
  left: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 811px;
  height: 232px;
  border-radius: 16px;
  background-color: white;
  text-align: center;
  filter: var(--dark-shadow);
}

.stories__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.leading-arrow {
  position: relative;
  width: 265px;
  height: 85px;

  & > .arrow {
    position: absolute;
    right: -25%;
    top: -110px;
    width: 143px;
    height: 189px;
    background: url("../../img/promo/arrow.svg") no-repeat;
    background-size: contain;
  }

  & > .speech-bubble {
    position: relative;
    width: 265px;
    height: 85px;
    background: url("../../img/promo/speech-bubble.svg") no-repeat;
    background-size: contain;
  }

  & > .speech-bubble > p {
    position: absolute;
    font-size: 18px;
    top: 27px;
    left: 30px;
  }

  & > .speech-bubble > svg {
    position: absolute;
    top: 23px;
    right: 44px;
    width: 34px;
    height: 34px;
  }
}

.story {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  background: none;
  border: none;
  outline: none;

  & > img {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    outline: 4px rgba(30, 30, 30, 0.2) solid;
    outline-offset: 2px;
    margin-bottom: 8px;
  }
}

.story:hover,
.story:active {
  cursor: pointer;

  & > img {
    outline-color: var(--feature-color);
  }
}

section.features {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  row-gap: 32px;
  margin-top: 91px;
}

section.features .feature {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 331px;
  height: 331px;
  border-radius: 16px;
  padding: 24px 40px;
  cursor: pointer;

  & > p {
    font-size: 18px;
    color: white;
    font-weight: bold;
    transition: opacity 300ms linear;
  }

  & > .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 16px;
    overflow: hidden;
  }

  & > .image > img {
    border-radius: 16px;
    filter: blur(4px);
    transition: filter 300ms linear;
  }

  & > .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    overflow: hidden;
    transition: opacity 300ms linear;
  }

  &:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, var(--yellow-color) 105%);
    transition: opacity linear 200ms;
    border-radius: 16px;
    z-index: -1;
  }
}

section.features .feature:hover,
section.features .feature:active {
  & > p {
    opacity: 0;
  }

  & > .image > img {
    filter: none;
  }

  & > .image:after {
    opacity: 0;
  }

  &:after {
    opacity: 0;
  }
}

section.features .feature:nth-child(2) {
  transform: rotateZ(7deg);
}

section.features .feature:nth-child(6) {
  transform: rotateZ(-5deg);
}

section.location {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 130px;
}

.location__left {
  width: 45%;

  & > .speech-bubble {
    position: relative;
  }

  & > .speech-bubble > p {
    position: absolute;
    font-size: 18px;
    line-height: 25px;
    width: calc(100% - 103px);
    top: 39px;
    left: 50px;
  }
}

.location__right {
  display: flex;
  flex-flow: column nowrap;
  width: 55%;

  & > .heading {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
  }

  & > .heading:nth-child(3) {
    margin-top: 59px;
    width: 500px;
  }

  & .decorative {
    font-size: 42px;
    font-weight: 400;
  }

  & > .address {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 429px;
    height: 49px;
    padding: 0 24px;
    border-radius: 8px;
    filter: var(--dark-shadow);
    background-color: white;
  }

  & > .address svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  & > .nearby {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 20px;
  }

  & > .nearby.first {
    margin-top: 30px;
  }

  & > .nearby svg {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    margin-right: 12px;
  }

  & > .action {
    margin-top: 24px;
  }

  & > .action button {
    width: calc(100% - 72px);
  }

  & > .action button img {
    position: absolute;
    right: -72px;
    top: -38px;
  }
}

.location__overlay {
  position: absolute;
  bottom: 0;
  left: calc(-1 * (100vw - var(--container-width)) / 2);
  animation: circles 5s infinite;
  background-position-x: -67px;
  background-position-y: -179px;
  background-size: 700px;
  background-repeat: no-repeat;

  & > .circle {
    background: linear-gradient(to left, var(--yellow-color), var(--feature-color));
    width: 700px;
    height: 700px;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: -68px;
    border-radius: 50%;
  }
}

section.map {
  margin-top: 100px;
  height: 445px;

  & > iframe {
    border-radius: 16px;
  }
}

section.resident-pass {
  margin-top: 100px;
  text-align: center;

  & > .heading {
    font-size: 36px;
    line-height: 50px;
    width: 50%;
    margin: 0 auto;
  }
}

div.resident-pass {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 450px;
  margin-top: 60px;

  & > .resident-pass__left,
  & > .resident-pass__right {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 110%;
  }

  & > .resident-pass__left {
    margin-right: -15px;
  }

  & > .resident-pass__right {
    margin-left: -15px;
  }

  & > .resident-pass__left .location {
    align-items: end;
  }

  & > .resident-pass__right .location {
    align-items: start;
  }

  & .location {
    display: flex;
    flex-flow: column;
  }

  & .location__wire-lb {
    transform: rotateX(180deg);
  }

  & .location__wire-rt {
    transform: rotateY(180deg);
  }

  & .location__wire-rb {
    transform: rotate(180deg);
  }

  & .location__title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 211px;
    height: 49px;
    background-color: white;
    border-radius: 8px;
    filter: var(--dark-shadow);
  }

  & .location__title svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  & .location__title.greyscale {
    color: #989E9C;
  }

  & > .resident-pass__mid {
    z-index: 1;
  }
}

section.join-us {
  width: 1338px;
  height: 520px;
  margin: 100px auto 0;
  padding: 64px 140px;
  background-color: var(--yellow-color);
  border-radius: 16px;
  position: relative;
}

.join-us__heading {
  font-weight: 700;
  width: 630px;
  margin-bottom: 60px;

  & > .title {
    font-size: 48px;
    color: white;
    margin-bottom: 25px;
  }

  & > .text {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: white;
  }
}

.join-us__form {
  width: 350px;
  position: relative;
  z-index: 10;

  & button {
    width: 100%;
  }

  & .form__footer {
    display: block;
  }
}

.join-us__overlay {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 877px;
  height: 400px;

  & > * {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  & > img:nth-child(1) {
    right: 80px;
    z-index: 1;
  }

  & > svg:nth-child(3) {
    width: 60px;
    height: 60px;
    left: 50px;
    bottom: -30px;
  }

  & > svg:nth-child(4) {
    widtH: 101px;
    height: 101px;
    bottom: -50px;
    left: calc(100% / 5.16);
  }

  & > svg:nth-child(5) {
    width: 65px;
    height: 65px;
    left: calc(100% / 3.4);
    bottom: 45px;
  }

  & > svg:nth-child(6) {
    width: 74px;
    height: 74px;
    bottom: -30px;
    left: calc(100% / 1.99);
    z-index: 2;
  }

  & > svg:nth-child(7) {
    width: 101px;
    height: 101px;
    left: calc(100% / 1.25);
    bottom: 45px;
  }
}

section.follow {
  margin-top: 110px;

  & h2 {
    margin-bottom: 40px;
  }

  & > .follow__wrapper {
    width: 100%;
    column-gap: 40px;
  }

  & .follow__card {
    flex-grow: 1;
  }
}

.town__buttons {
  & > a:nth-child(1) {
    padding: 13px 10px;
  }
}

img#promo-image {

}

@media screen and (max-width: 1024px) {
  .description__opening {
    font-size: 96px;
    line-height: 80px;
  }

  .description__town--illustration {
    width: 879px;
    height: 640px;
  }

  .description__town--curve {
    height: 109%;
    top: calc(-1 * 61%);
  }

  .description__town--scissor {
    top: calc(-1 * 41%);
  }

  .illustration__description--container {
    left: 26px;
    width: unset;
    column-gap: 18px;
  }

  .illustration__description--book {
    width: 570px;

    &::before {
      width: 570px;
    }

    &::after {
      width: 570px;
    }
  }

  section.header {
    width: 700px;
  }

  .stories__description--text {
    width: 648px;
    left: 232px;
  }

  section.features {
    justify-content: center;
    column-gap: 30px;
  }

  section.location {
    justify-content: flex-end;
    margin-top: 230px;
  }

  .location__left {
    position: absolute;
    left: 0;
    top: -142px;
    width: 57%;
  }

  .location__right {
    width: 67%;
  }

  .location__overlay {
    left: -350px;
  }

  section.resident-pass {
    & > .heading {
      width: 65%;
    }
  }

  section.join-us {
    width: 879px;
    padding: 64px 32px;
  }

  .join-us__overlay {
    width: 666px;

    & > img:nth-child(1) {
      right: -90px;
    }

    & > svg:nth-child(7) {
      display: none;
    }
  }
}

@media screen and (max-width: 768px) {
  .description__container {
    width: 656px;
  }

  .description__opening {
    font-size: 64px;
    line-height: 50px;
  }

  .description__town--illustration {
    width: 660px;
    height: 640px;
  }

  .description__town--curve {
    background-position-x: center;
    top: calc(-1 * 51%);
  }

  .description__town--scissor {
    top: calc(-1 * 26%);
    right: 30%;

    & > .scissor-left {
      width: 200px;
      background-size: contain;
      background-repeat: no-repeat;
      top: 55px;
    }

    & > .scissor-right {
      width: 278px;
      background-size: contain;
      background-repeat: no-repeat;
      top: -28px;
    }
  }

  .description__town--counter-title {
    display: none;
  }

  .description__town--counter-text {
    width: 128px;
    height: 64px;
  }

  .description__town--counter-scroll {
    font-size: 48px;
    line-height: 64px;
    padding: 5px;
    animation: promo-counter-768 2s linear forwards;
  }

  .illustration__description--container {
    flex-flow: column-reverse nowrap;
    align-items: flex-start;
    row-gap: 16px;
    margin-bottom: 24px;
  }

  .illustration__description--book {
    width: 602px;
    height: 244px;

    &::before {
      width: 602px;
      height: 244px;
    }

    &::after {
      width: 602px;
      height: 244px;
    }
  }

  .illustration__description--features {
    flex-flow: row nowrap;
    column-gap: 16px;

    & > .feature {
      width: 190px;
      height: 120px;
      column-gap: 8px;
    }

    & > .feature .feature__text {
      width: 118px;
    }

    & > .feature .feature__text--title {
      font-size: 20px;
      line-height: 28px;
    }
  }

  section.header {
    font-size: 36px;
    line-height: 46px;
    width: 520px;
  }

  .stories__description--image {
    width: 292px;
    height: 199px;

    & > img {
      width: 180px;
      height: 230px;
    }
  }

  .stories__description--text {
    width: 424px;
    height: 162px;
    top: 19px;
    left: 156px;
  }

  .stories__list {
    align-items: flex-start;
    margin-top: 58px;
  }

  .leading-arrow {
    width: 109px;
    height: 61px;

    & > .arrow {
      top: -89px;
      right: unset;
      left: -50%;
      z-index: -1;
    }

    & > .speech-bubble {
      width: 230px;
      height: 61px;
      margin-top: -50px;
    }

    & > .speech-bubble > p {
      font-size: 14px;
      line-height: 20px;
      top: 22px;
      left: 25px;
    }

    & > .speech-bubble > svg {
      width: 16px;
      height: 16px;
      right: 60px;
    }
  }

  .story {
    font-size: 16px;
    line-height: 22px;

    & > img {
      width: 100px;
      height: 100px;
    }
  }

  section.features .feature {
    width: 260px;
    height: 260px;
    padding: 20px;

    & > p {
      font-size: 14px;
      line-height: 20px;
    }
  }

  .location__left {
    position: absolute;
    left: 0;
    top: -142px;
    width: 57%;

    & > .speech-bubble > P {
      font-size: 14px;
      line-height: 20px;
      width: 250px;
      top: 12px;
    }
  }

  .location__right {
    & > .heading {
      font-size: 24px;
      line-height: 32px;
    }

    & .decorative {
      font-size: 27px;
      line-height: 20px;
    }

    & > .nearby {
      font-size: 16px;
    }
  }

  .location__overlay {
    top: 58px;
    left: -175px;
    background-size: 400px;

    & > img {
      height: 291px;
    }

    & > .circle {
      width: 400px;
      height: 400px;
      top: -170px;
    }
  }

  section.resident-pass {
    width: calc(100vw - 80px);

    & > .heading {
      font-size: 24px;
      line-height: 33px;
    }
  }

  div.resident-pass {
    height: 400px;
  }

  section.join-us {
    width: 660px;
    padding: 64px 32px;
  }

  .join-us__heading {
    width: 365px;

    & > .title {
      font-size: 24px;
    }

    & > .text {
      font-size: 14px;
      line-height: 20px;
    }
  }

  .join-us__overlay {
    width: 590px;

    & > img:nth-child(1) {
      right: -205px;
    }

    & > svg:nth-child(4) {
      left: calc(100% / 4.16);
    }

    & > svg:nth-child(5) {
      left: calc(100% / 2.4);
      bottom: 33px;
    }

    & > svg:nth-child(6) {
      left: calc(100% / 1.69);
    }
  }

  section.follow {
    & > .follow__wrapper {
      column-gap: unset;
    }

    & .follow__card {
      flex-grow: unset;
      width: unset !important;
    }
  }
}

@media screen and (max-width: 576px) {
  .description__container {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .description__town {
    width: 165px;
    height: 34px;
    margin-left: 0;

    & > h1 {
      font-size: 16px;
      line-height: 22px;
    }

    & > svg {
      width: 16px;
      height: 16px;
      margin-right: 4px;
    }
  }

  .description__opening {
    font-size: 40px;
    line-height: 30px;
  }

  .description__town--illustration {
    width: calc(100% - 22px);
    height: 780px;
  }

  .description__town--curve {
    height: 58%;
    top: calc(-1 * 24%);
  }

  .description__town--scissor {
    right: 120px;
    top: calc(-1 * 20%);

    & > .scissor-left {
      width: 100px;
      top: 125px;
    }

    & > .scissor-right {
      width: 135px;
      top: -3px;
      left: -10px;
    }
  }

  .illustration__description--container {
    left: 10px;
    bottom: 12px;
  }

  .illustration__description--book {
    width: calc(100vw - 42px);
    height: 209px;
    padding: 20px;

    &::before {
      width: calc(100vw - 42px);
      height: 209px;
    }

    &::after {
      width: calc(100vw - 42px);
      height: 209px;
    }
  }

  .description__book--logo > svg {
    width: 75px;
  }

  .description__book--text > h4 {
    font-size: 12px;
    line-height: 17px;
  }

  .illustration__description--features {
    flex-flow: column nowrap;

    & > .feature {
      width: calc(100vw - 42px);
      height: 60px;
    }

    & > .feature .feature__text {
      width: max-content;
    }

    & > .feature .feature__text--title {
      font-size: 15px;
      line-height: 21px;
    }

    & > .feature .feature__text--description h4 {
      font-size: 12px;
      line-height: 17px;
    }
  }

  section.header {
    font-size: 24px;
    line-height: 31px;
    width: 315px;
  }

  section.container {
    width: calc(100vw - 40px);
  }

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

  .stories__description--image {
    width: 100%;
    height: calc((100vw - 40px) / 1.4);

    & > img {
      width: 200px;
      height: calc((100vw - 40px) / 1.23);
    }
  }

  .stories__description--text {
    position: unset;
    width: calc(100vw - 60px);
    height: max-content;
    margin-top: calc(-100vw / 7);
    padding: 20px;
  }

  .leading-arrow {
    display: none;
  }

  .story {
    font-size: 14px;
    line-height: 20px;

    & > img {
      width: calc(100vw / 4.25);
      height: calc(100vw / 4.25);
    }

    & h4 {
      font-size: 11px;
    }
  }

  section.features {
    margin-top: 40px;
  }

  section.features .feature {
    position: sticky;
    top: 70px;
  }

  section.features .feature:nth-child(2),
  section.features .feature:nth-child(6) {
    transform: none;
  }

  section.location {
    margin-top: 550px;
  }

  .location__left {
    top: -424px;
    width: 265px;
    height: 86px;

    & > .speech-bubble > p {
      font-size: 12px;
      line-height: 17px;
      width: 215px;
      left: 32px;
      top: 10px;
    }
  }

  .location__right {
    width: calc(100vw - 40px);

    & > .address {
      width: calc(100vw - 40px);
    }

    & > .heading:nth-child(3) {
      margin-top: 32px;
      width: 250px;
    }

    & > .action button {
      width: calc(100vw - 83px);
    }

    & > .action button img {
      width: 87px;
      height: 87px;
      top: -23px;
      right: -60px;
    }
  }

  .location__overlay {
    top: -320px;
    left: -24px;
  }

  section.map {
    margin-top: 40px;
    height: 445px;
  }

  section.resident-pass {
    & > .heading {
      font-size: 20px;
      line-height: 28px;
    }
  }

  div.resident-pass {
    flex-flow: column nowrap;

    & > .resident-pass__left,
    & > .resident-pass__right {
      flex-flow: row nowrap;
      width: 100%;
      justify-content: space-between;
      height: max-content;
    }

    & > .resident-pass__left .location,
    & > .resident-pass__right .location {
      align-items: center;
    }

    & .location__title {
      width: max-content;
      height: 30px;
      padding: 0 20px;
    }

    & .location__title svg {
      width: 16px;
      height: 16px;
    }

    & .location.reverse {
      flex-flow: column-reverse nowrap;
    }

    & .location__wire-lt svg {
      height: 90px;
      width: 10px;
      margin-bottom: -20px;
    }

    & .location__wire-lb {
      transform: none;
    }

    & .location__wire-rt {
      transform: rotateX(180deg);
    }

    & .location__wire-lb svg {
      height: 70px;
      width: 10px;
    }

    & .location__wire-rt svg {
      height: 70px;
      width: 10px;
    }

    & .location__wire-rb {
      margin-top: -20px;
    }

    & .location__wire-rb svg {
      height: 90px;
      width: 10px;
    }
  }

  section.join-us {
    width: calc(100vw - 20px);
    padding: 40px 10px;
    height: 627px;
  }

  .join-us__heading {
    margin-bottom: 20px;
    width: 100%;

    & > .title {
      letter-spacing: 0;
      margin-bottom: 10px;
    }
  }

  .join-us__form {
    width: 100%;
  }

  .join-us__overlay {
    width: 100%;
    height: 250px;

    & > img:nth-child(1) {
      height: 100%;
      left: -15px;
    }

    & > img:nth-child(2) {
      transform: scale(1.5);
      bottom: 30px;
    }

    & > svg:nth-child(3) {
      left: -10px;
    }

    & > svg:nth-child(4) {
      left: calc(100% / 2);
    }

    & > svg:nth-child(6) {
      left: calc(100% / 1.3);
      bottom: 50px;
    }
  }

  section.follow {
    & > .follow__wrapper {
      justify-content: center;
    }
  }
}

@media screen and (max-width: 340px) {
  .stories__description--image {
    & > img {
      width: 180px;
    }
  }
}