@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
.button-default {
  transition: 0.5s;
  position: relative;
  padding: 15px 53px 15px 24px;
  border-radius: 10px;
  cursor: pointer;
}
.button-default__icon {
  width: max-content;
  margin-left: auto;
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.button-default__icon img {
  cursor: pointer;
  transition: 0.5s;
  object-fit: contain;
  width: 25px;
  height: auto;
  max-width: unset;
}
.button-default__link, .button-default__link a {
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  font-size: 16px;
  color: white;
  top: 0;
  width: 100%;
  border-radius: 10px;
  text-decoration: unset;
  transition: 0.5s;
  height: max-content;
}
@media (max-width: 768px) {
  .button-default__link, .button-default__link a {
    font-size: 16px;
  }
}
.button-default:hover img {
  filter: invert(100%);
}
.button-default--black {
  background: #000000;
  border: 1px solid #000000;
}
.button-default--black .button-default__link, .button-default--black a {
  color: #ffffff;
}
.button-default--black:hover {
  background: #ffffff;
}
.button-default--black:hover .button-default__link, .button-default--black:hover a {
  color: #000000;
}
.button-default--white {
  background: #ffffff;
}
.button-default--white .button-default__link, .button-default--white a {
  color: #000000;
}
.button-default--white:hover {
  background: #000000;
}
.button-default--white:hover .button-default__link, .button-default--white:hover a {
  color: #ffffff;
}

.field--name-field-button-background {
  font-size: 0;
}
.field--name-field-button-secondary-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
/*# sourceMappingURL=button-default.css.map */
