.buttons {
  cursor: default;
  display: flex;
  justify-content: var(--flex-alignment);
  letter-spacing: 0;
  padding: 0;
}
.buttons li { max-width: 100%; }
.buttons li a {
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

#buttons04 {
  justify-content: flex-end;
  gap: 0.75rem;
  flex-direction: row;
  flex-wrap: wrap;
}
#buttons04 li a {
  display: inline-block;
  width: auto;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  border-radius: 5px;
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#buttons04 .button { background-color: #3BA55C; color: #FFFFFF; }

.buttons.style1 {
  justify-content: flex-start;
  gap: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.buttons.style1 li a {
  display: inline-block;
  width: 5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  border-radius: 0rem;
  box-shadow: 0rem 0.125rem 0rem 0rem #FFFFFF;
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.buttons.style1 .button { background-color: transparent; color: #8558ec; }

.buttons.style2 {
  justify-content: flex-start;
  gap: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.buttons.style2 li a {
  display: inline-block;
  width: 5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  border-radius: 0rem;
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.buttons.style2 .button { background-color: transparent; color: #0e0e0e; }

#buttons01 {
  justify-content: center;
  gap: 0.625rem;
  flex-direction: row;
  flex-wrap: wrap;
}
#buttons01:not(:first-child) { margin-top: 1.25rem !important; }
#buttons01:not(:last-child) { margin-bottom: 1.25rem !important; }
#buttons01 li a {
  display: inline-flex;
  width: 17.5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.125rem;
  vertical-align: middle;
  font-family: 'Rubik', sans-serif;
  font-size: 0.75em;
  font-weight: 300;
  border-radius: 0.25rem;
  justify-content: flex-start;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#buttons01 li a svg {
  display: block;
  fill: #DEDEDE;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  min-width: 16px;
  width: 1.75em;
  margin-left: -0.125em;
  margin-right: calc(0.5em + 0rem);
  transition: fill 0.25s ease;
}
#buttons01 li a .label {
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
  width: 100%;
}
#buttons01 .button { background-color: #202225; color: #DEDEDE; }
#buttons01 .n01 svg { fill: #00ACEE; }
#buttons01 .n02 svg { fill: #FF2424; }
#buttons01 .n03 svg { fill: #FFFFFF; }
#buttons01 .n04 svg { fill: #5865F2; }

#buttons06,#buttons07,#buttons08 {
  justify-content: flex-start;
  gap: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
}
#buttons06 li a,#buttons07 li a,#buttons08 li a {
  display: inline-flex;
  width: auto;
  height: 2.125rem;
  line-height: 2.125rem;
  padding: 0 1.0625rem;
  vertical-align: middle;
  font-family: 'Rubik', sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  border-radius: 0.375rem;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#buttons06 li a svg,#buttons07 li a svg,#buttons08 li a svg {
  display: block;
  fill: #000000;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  min-width: 16px;
  width: 1em;
  margin-left: -0.125em;
  margin-right: calc(0.5em + 0rem);
  transition: fill 0.25s ease;
}
#buttons06 li a .label,#buttons07 li a .label,#buttons08 li a .label {
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
}
#buttons06 .button,#buttons07 .button,#buttons08 .button { background-color: #FFFFFF; color: #000000; }

#badges { width: 20px; }
