@charset "UTF-8";
/*breakpoints*/
.btn {
  padding: 23px 44px;
  transition: all ease 0.3s;
  border: 0;
  border-radius: 8px !important;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .btn {
    padding: 15px 25px;
  }
}
.btn.btn-primary {
  background-color: #FFF;
  color: #1F2023;
}
.btn.btn-primary:hover {
  background-color: #00A4EA !important;
  color: #FFF;
  transition: all ease 0.3s;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #FFF;
  border: 3px solid #FFF;
}
.btn.btn-secondary:hover {
  background-color: #FFF;
  color: #1F2023 !important;
  transition: all ease 0.3s;
}
.btn.btn-external, .btn.btn-download {
  padding: 0;
  color: #00A4EA;
  font-weight: 400;
}
.btn.btn-external:after, .btn.btn-download:after {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: lighter;
  margin-left: 0.5rem;
}
.btn.btn-external:hover, .btn.btn-download:hover {
  color: #FFF;
}
.btn.btn-external:after {
  content: "";
}
.after__arrow:after {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.after__arrow:not(.text-decoration-underline):after {
  padding-left: 0.5rem;
}
.btn-expand {
  background-color: #00A4EA;
  padding: 0.5rem;
  border-radius: 14px;
  height: 50px;
  width: 50px;
  position: relative;
  display: block;
}
.btn-expand svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fttcfessenbach%2Fscss%2Fobjects%2F_buttons.scss%22%2C%22%2Fthemes%2Fttcfessenbach%2Fscss%2Fobjects%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADSF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */