html {
  scroll-behavior: smooth;
}

img {
  display: block;
  vertical-align: bottom;
  line-height: 1em;
}

.wrapper {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 160px;
}
.wrapper img {
  width: 100%;
}

@media (max-width: 450px) {
  .wrapper {
    margin-bottom: 130px;
  }
}
.section_1, .cta {
  position: relative;
}

.btn_1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.btn_1 {
  bottom: 11%;
  width: 293px;
}
.btn_1:hover {
  cursor: pointer;
}

.map {
  width: 100%;
  height: 280px;
}

#scrollBtn {
  position: fixed;
  width: 100%;
  max-width: 450px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition-property: opacity;
  transition-duration: 0.5s;
  opacity: 0;
}
#scrollBtn img {
  margin: 0 auto;
}

#scrollBtn.visible {
  opacity: 1;
}

.fv, .cta {
  position: relative;
}
.fv-text, .cta-text {
  position: absolute;
  top: 0;
  left: 0;
}

.section {
  position: relative;
}
.section-text {
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=style.css.map */