:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#ff8312;
}

input[type=submit],
.btn, .btn-primary, .button, .button-primary,
button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 52px;
  gap: 8px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 800;
  background-color: #ff8312;
  border-color: #ff8312;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover, .btn-primary:hover, .button:hover, .button-primary:hover,
button:hover {
  background-color: #e67619;
  border-color: #ff8312;
  color: #ffffff;
}

.btn-secondary, .button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 52px;
  gap: 8px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 800;
  background-color: #ffffff;
  border-color: #ff8312;
  color: #ff8312;
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: #fff6e6;
  border-color: #ff8312;
  color: #ff8312;
}

.btn-small, .button-small {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  background-color: #ff8312;
  border-color: #ff8312;
  color: #ffffff;
}
.btn-small:hover, .button-small:hover {
  background-color: #e67619;
  border-color: #ff8312;
  color: #ffffff;
}

.btn-small.btn-secondary,
.button-small.button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  background-color: #ffffff;
  border-color: #ff8312;
  color: #ff8312;
}
.btn-small.btn-secondary:hover,
.button-small.button-secondary:hover {
  background-color: #fff6e6;
  border-color: #ff8312;
  color: #ff8312;
}

.btn-link, .button-link {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 52px;
  gap: 8px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 800;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff8312;
  text-decoration: #ff8312;
}
.btn-link:hover, .button-link:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #e67619;
  text-decoration: #e67619;
}
.btn-link.btn-small, .btn-link .button-small, .button-link.btn-small, .button-link .button-small {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff8312;
  text-decoration: #ff8312;
}
.btn-link.btn-small:hover, .btn-link .button-small:hover, .button-link.btn-small:hover, .button-link .button-small:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #e67619;
  text-decoration: #e67619;
}

.buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block: 24px;
}

.button-switch {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  height: 24px;
  width: 24px;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #ff8312;
  color: #8c8c8c;
}
.button-switch:hover {
  background-color: #ffffff;
  border: 1px solid #ff8312;
  color: #ff8312;
}
.button-switch:hover .link__icon::before {
  color: #ff8312;
}
.button-switch.is-active {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.button-switch.is-active .link__icon::before {
  color: #ff8312;
}
.button-switch.is-active:hover {
  background-color: #ffffff;
  border: 1px solid #ff8312;
  color: #ff8312;
}
.button-switch.is-active:hover .link__icon::before {
  color: #ff8312;
}
.button-switch span {
  display: none;
}

input[type=submit],
.btn, .btn-primary, .button, .button-primary,
button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  background-color: #ff8312;
  border-color: #ff8312;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover, .btn-primary:hover, .button:hover, .button-primary:hover,
button:hover {
  background-color: #e67619;
  border-color: #ff8312;
  color: #ffffff;
}

.btn-secondary, .button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  background-color: #ffffff;
  border-color: #ff8312;
  color: #ff8312;
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: #fff6e6;
  border-color: #ff8312;
  color: #ff8312;
}

.button-switch {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  height: 24px;
  width: 24px;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #ff8312;
  color: #8c8c8c;
}
.button-switch:hover {
  background-color: #ffffff;
  border: 1px solid #ff8312;
  color: #ff8312;
}
.button-switch:hover .link__icon::before {
  color: #ff8312;
}
.button-switch.is-active {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.button-switch.is-active .link__icon::before {
  color: #ff8312;
}
.button-switch.is-active:hover {
  background-color: #ffa03b;
  border: 1px solid #ffa03b;
  color: #ff8312;
}
.button-switch.is-active:hover .link__icon::before {
  color: #ff8312;
}
.button-switch span {
  display: none;
}