.sd-block-button .inner-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 46px;
  padding: 0 30px;
  text-decoration: none;
  z-index: 1;
  border: 2px solid #dce11f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-block-button .inner-button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-block-button.type-background .inner-button {
  color: #000;
  background-color: #dce11f;
}
.sd-block-button.type-background .inner-button:hover {
  color: #FFF;
  background-color: transparent;
  border: 2px solid #dce11f;
}
.sd-block-button.type-outline .inner-button {
  color: #FFF;
  background-color: transparent;
  border: 2px solid #dce11f;
}
.sd-block-button.type-outline .inner-button:hover {
  background-color: #dce11f;
  color: #000;
}
.sd-block-button.type-text_link .inner-button {
  color: #FFF;
  padding: 0 5px;
  border-bottom: 2px solid #dce11f;
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
  line-height: 1;
}
.sd-block-button.width-full-width .inner-button {
  display: flex;
}
.sd-block-button.display-inline {
  display: inline-block;
  margin-right: 25px;
}
.sd-block-button.display-inline:last-of-type {
  margin-right: 0;
}
.sd-block-button.align-left {
  text-align: left;
}
.sd-block-button.align-center {
  text-align: center;
}
.sd-block-button.align-right {
  text-align: right;
}

@media screen and (max-width: 1600px) {
  .sd-block-button .inner-button {
    font-size: 17px;
    line-height: 42px;
    padding: 0 25px;
  }
  .sd-block-button.display-inline {
    margin-right: 21px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-button .inner-button {
    font-size: 16px;
    line-height: 37px;
    padding: 0 22px;
  }
  .sd-block-button.display-inline {
    margin-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-button.mobile_hide-yes {
    display: none;
  }
  .sd-block-button.mobile_align-left {
    text-align: left;
  }
  .sd-block-button.mobile_align-center {
    text-align: center;
  }
  .sd-block-button.mobile_align-right {
    text-align: right;
  }
}

/*# sourceMappingURL=style.css.map */
