.button[data-v-fee8ccf9] {
  align-items: center;
  border: none;
  border-radius: 8px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.button--green[data-v-fee8ccf9] {
  background-color: #009942;
  border: 2px solid #fff;
  color: #fff;
}
.button--outlined-green[data-v-fee8ccf9] {
  background-color: #fff;
  border: 1px solid #009942;
  color: #009942;
}
.button--orange[data-v-fee8ccf9] {
  background-color: #ef8200;
  color: #fff;
}
.button__text[data-v-fee8ccf9] {
  display: inline;
  position: relative;
  text-align: center;
}
.button__arrow[data-v-fee8ccf9] {
  margin-left: 10px;
}
.button__arrow--position[data-v-fee8ccf9] {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: -32px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .button[data-v-fee8ccf9] {
    width: 100%;
  }
}
.headerNav[data-v-c9c24b94] {
  height: 85px;
}
.headerNav__container[data-v-c9c24b94] {
  align-items: center;
  display: flex;
  height: 85px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
}
.headerNav__log[data-v-c9c24b94] {
  height: 53px;
  width: 163px;
}
.button[data-v-c9c24b94] {
  width: 208px;
}
@media screen and (max-width: 768px) {
  .headerNav[data-v-c9c24b94] {
    height: 80px;
    padding: 0 8px;
  }
  .headerNav__log[data-v-c9c24b94] {
    height: 37px;
    width: 111px;
  }
}
.footer[data-v-ab9de294] {
  text-align: center;
}
.footer__top[data-v-ab9de294] {
  background-color: #f5f5f7;
  padding: 40px 0;
}
.footer__log[data-v-ab9de294] {
  height: 80px;
  width: 248px;
}
.footer__copyright[data-v-ab9de294] {
  font-size: 11px;
}
.footer__button[data-v-ab9de294] {
  margin: 0 auto;
  width: 640px;
}
.footer__bottom[data-v-ab9de294] {
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .footer__button[data-v-ab9de294] {
    width: 100%;
  }
  .footer__top[data-v-ab9de294] {
    padding: 16px 0;
  }
  .footer__bottom[data-v-ab9de294] {
    padding: 24px 16px;
  }
}
