.sl-component-button {
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.sl-component-button.primary {
  font-size: 12px;
  color: #979181;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
  border: 2px #979181 solid;
  padding: 15px 20px 14px 20px;
  min-width: 200px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: Conv_Whitney-Semibld-Pro, sans-serif, NotoSansSC-Black, "Microsoft jhenghei";
}
.sl-component-button.primary:hover {
  background: #979181;
  border-color: #979181;
  color: #fff;
}
.sl-component-button.primaryWhite {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
  border: 2px #fff solid;
  padding: 15px 20px 14px 20px;
  min-width: 200px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: Conv_Whitney-Semibld-Pro, sans-serif, NotoSansSC-Black, "Microsoft jhenghei";
}
.sl-component-button.primaryWhite:hover {
  background: #979181;
  border-color: #979181;
  color: #fff;
}
.sl-component-button.link {
  display: inline-block;
  font-size: 12px;
  color: #979181;
  border: 0;
  padding: 0;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  min-width: auto;
  font-family: Conv_Whitney-Semibld-Pro, sans-serif, NotoSansSC-Regular, "Microsoft jhenghei";
  background-color: transparent;
  border-bottom: 1px solid #979181;
  line-height: normal !important;
}
.sl-component-button.link:hover {
  border-bottom: 2px solid #979181;
  color: #979181;
}
.sl-component-floatingButton {
  background: rgba(151, 145, 129, 0.85);
  position: sticky;
  bottom: 0;
  text-align: center;
  padding: 10px;
  z-index: 99;
  width: 100%;
}
.sl-component-floatingButton .sl-component-button {
  padding: 10px 20px !important;
}
.sl-component-floatingButton .sl-component-button:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.sl-group-CareersFloatingButton {
  position: relative;
}