.tcl-anchor-buttons__wrapper {
  -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 25px 0;
}
.tcl-anchor-buttons--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 79px;
  z-index: 200;
}
@media (max-width: 1199px) {
  .tcl-anchor-buttons--sticky {
    top: 60px;
  }
}
.tcl-anchor-buttons__heading {
  font-family: "Caveat";
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  margin-top: 0;
  font-size: 40px;
  color: #0c4e7d;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .tcl-anchor-buttons__heading {
    margin-top: 35px;
  }
}
.tcl-anchor-buttons__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tcl-anchor-buttons__links a {
  cursor: pointer;
  background-image: url("/wp-content/themes/guthorn/images/blue-texture.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Caveat";
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  border: none;
  outline: none;
}
.tcl-anchor-buttons__links a:hover {
  opacity: 0.6;
}
.tcl-anchor-buttons__links a[disabled] {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5 !important;
  cursor: not-allowed;
}
@media (max-width: 1199px) {
  .tcl-anchor-buttons__links a {
    font-size: 18px;
  }
}