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: 56px;
  gap: 8px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 12px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #205B7E;
  border-color: #205B7E;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover, .btn-primary:hover, .button:hover, .button-primary:hover,
button:hover {
  background-color: #386F8A;
  border-color: #386F8A;
  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: 56px;
  gap: 8px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 12px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  background-color: #E7EDF1;
  border-color: #E7EDF1;
  color: #053C5E;
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: #B0CCDE;
  border-color: #B0CCDE;
  color: #053C5E;
}

.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: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 12px;
  height: 48px;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #205B7E;
  border-color: #205B7E;
  color: #ffffff;
}
.btn-small:hover, .button-small:hover {
  background-color: #386F8A;
  border-color: #386F8A;
  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: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 12px;
  height: 48px;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  background-color: #E7EDF1;
  border-color: #E7EDF1;
  color: #053C5E;
}
.btn-small.btn-secondary:hover,
.button-small.button-secondary:hover {
  background-color: #B0CCDE;
  border-color: #B0CCDE;
  color: #053C5E;
}

.btn-link, .button-link {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  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: 56px;
  gap: 8px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 12px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
  color: #205B7E;
}
.btn-link,.button-link,.btn-link:hover,.button-link:hover {
  text-decoration: none;
  border: none;
  background: none;
  padding-inline: 0;
  text-decoration: none;
}
.btn-link:hover, .button-link:hover {
  color: #386F8A;
}
.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: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 12px;
  height: 48px;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  border: none;
  background: none;
  padding-inline: 0;
  color: #205B7E;
  text-decoration: none;
}
.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: #386F8A;
  text-decoration: none;
}

.buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  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: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #386F8A;
}
.button-switch,.button-switch:hover {
  background-color: #ffffff;
  border: 1px solid transparent;
}
.button-switch:hover {
  color: #053C5E;
}
.button-switch:hover .link__icon::before {
  color: #205B7E;
}
.button-switch.is-active {
  background-color: #ffffff;
  border: 1px solid transparent;
}
.button-switch.is-active .link__icon::before {
  color: #F5222D;
}
.button-switch.is-active:hover {
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #053C5E;
}
.button-switch.is-active:hover .link__icon::before {
  color: #CF1322;
}
.button-switch span {
  display: none;
}

.btn.btn-primary.btn-yellow {
  font-weight: 400;
}
.btn.btn-primary.btn-yellow,.btn.btn-primary.btn-yellow:hover {
  background-color: #FFD828;
  border-color: #FFD828;
  color: #053C5E;
}
.btn.btn-primary.btn-yellow:hover {
  opacity: 0.9;
}

.btn-outlined {
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
  color: #ffffff !important;
}
.btn-outlined:hover {
  opacity: 0.9 !important;
}

.btn-xs {
  height: 30px;
}

.button-switch.is-active .link__icon::before {
  color: #F5222D;
}