.button-link {
  text-decoration: none !important;
}
.button-link button {
  border: none !important;
}
.button-link .btn {
  display: flex;
  align-items: center;
  background: #017474;
  padding: 15px 22px;
  min-width: 100px;
  transition: 0.3s;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
}
.button-link .btn:hover {
  background: #025353;
  cursor: pointer;
}
.button-link .fs-21 {
  padding: 12px 32px !important;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .button-link .fs-21 {
    font-size: 15px;
    font-weight: 500;
  }
}
.button-link .white {
  color: white !important;
}
.button-link .fs-15 {
  font-size: 15px;
  font-weight: 500;
}
.button-link .btn-bold {
  font-weight: bold !important;
}
.button-link .btn-rounded {
  border-radius: 25px !important;
}
.button-link .btn-orange {
  background: #ff4c00 !important;
}
.button-link .btn-orange:hover {
  background-color: #c84209 !important;
}
.button-link .full {
  width: 100% !important;
}

.full {
  width: 100%;
}

.btn-left {
  margin-right: auto !important;
}

.btn-right {
  margin-left: auto !important;
}

.btn-bottom {
  margin-top: auto !important;
}

.not-bold {
  font-weight: 300 !important;
}/*# sourceMappingURL=ui.css.map */