.tcl-button__button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-button__button:disabled {
  opacity: 0.5 !important;
}
.tcl-button__button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-button__button--arrow {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-button__button--arrow:disabled {
  opacity: 0.5 !important;
}
.tcl-button__button--arrow:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-button__button--arrow:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-button__button--arrow:hover {
  color: #ffffff;
  background-color: #111111;
}

.tcl-section--light .tcl-button__button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
  border: 1px solid #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-button__button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-button__button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-section--light .tcl-button__button:hover {
  color: #111111;
  background-color: rgba(17, 17, 17, 0.1);
}
.tcl-section--light .tcl-button__button--arrow {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-section--light .tcl-button__button--arrow:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-button__button--arrow:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-section--light .tcl-button__button--arrow:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-button__button--arrow:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-button__button--arrow:hover {
  color: #111111;
  background-color: #ffffff;
}