/* bootstrap custom */

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn {
  --bs-btn-border-radius: 4px;
}

/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

@font-face {
  font-family: "swiper-icons";

  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

.sprite {
  background-image: url("../images/clan-flags-sprite.bc86771f675f.png");
  background-repeat: no-repeat;
  display: inline-block;
}

.sprite-100ally {
  background-position: -378px -196px;
  width: 8px;
  height: 12px;
}

.sprite-100clan {
  background-position: 0px 0px;
  width: 16px;
  height: 12px;
}

.sprite-101ally {
  background-position: -378px -210px;
  width: 8px;
  height: 12px;
}

.sprite-101clan {
  background-position: -18px 0px;
  width: 16px;
  height: 12px;
}

.sprite-102ally {
  background-position: -378px -224px;
  width: 8px;
  height: 12px;
}

.sprite-102clan {
  background-position: 0px -14px;
  width: 16px;
  height: 12px;
}

.sprite-103ally {
  background-position: -378px -238px;
  width: 8px;
  height: 12px;
}

.sprite-103clan {
  background-position: -18px -14px;
  width: 16px;
  height: 12px;
}

.sprite-104ally {
  background-position: -378px -252px;
  width: 8px;
  height: 12px;
}

.sprite-104clan {
  background-position: -36px 0px;
  width: 16px;
  height: 12px;
}

.sprite-105ally {
  background-position: -378px -266px;
  width: 8px;
  height: 12px;
}

.sprite-105clan {
  background-position: -36px -14px;
  width: 16px;
  height: 12px;
}

.sprite-106ally {
  background-position: -378px -280px;
  width: 8px;
  height: 12px;
}

.sprite-106clan {
  background-position: 0px -28px;
  width: 16px;
  height: 12px;
}

.sprite-107ally {
  background-position: -378px -294px;
  width: 8px;
  height: 12px;
}

.sprite-107clan {
  background-position: -18px -28px;
  width: 16px;
  height: 12px;
}

.sprite-108ally {
  background-position: -378px -308px;
  width: 8px;
  height: 12px;
}

.sprite-108clan {
  background-position: -36px -28px;
  width: 16px;
  height: 12px;
}

.sprite-109ally {
  background-position: -378px -322px;
  width: 8px;
  height: 12px;
}

.sprite-109clan {
  background-position: -54px 0px;
  width: 16px;
  height: 12px;
}

.sprite-10ally {
  background-position: -378px -336px;
  width: 8px;
  height: 12px;
}

.sprite-10clan {
  background-position: -54px -14px;
  width: 16px;
  height: 12px;
}

.sprite-110ally {
  background-position: -378px -350px;
  width: 8px;
  height: 12px;
}

.sprite-110clan {
  background-position: -54px -28px;
  width: 16px;
  height: 12px;
}

.sprite-111ally {
  background-position: -378px -364px;
  width: 8px;
  height: 12px;
}

.sprite-111clan {
  background-position: 0px -42px;
  width: 16px;
  height: 12px;
}

.sprite-112ally {
  background-position: 0px -378px;
  width: 8px;
  height: 12px;
}

.sprite-112clan {
  background-position: -18px -42px;
  width: 16px;
  height: 12px;
}

.sprite-113ally {
  background-position: -10px -378px;
  width: 8px;
  height: 12px;
}

.sprite-113clan {
  background-position: -36px -42px;
  width: 16px;
  height: 12px;
}

.sprite-114ally {
  background-position: -20px -378px;
  width: 8px;
  height: 12px;
}

.sprite-114clan {
  background-position: -54px -42px;
  width: 16px;
  height: 12px;
}

.sprite-115ally {
  background-position: -30px -378px;
  width: 8px;
  height: 12px;
}

.sprite-115clan {
  background-position: 0px -56px;
  width: 16px;
  height: 12px;
}

.sprite-116ally {
  background-position: -40px -378px;
  width: 8px;
  height: 12px;
}

.sprite-116clan {
  background-position: -18px -56px;
  width: 16px;
  height: 12px;
}

.sprite-117ally {
  background-position: -50px -378px;
  width: 8px;
  height: 12px;
}

.sprite-117clan {
  background-position: -36px -56px;
  width: 16px;
  height: 12px;
}

.sprite-118ally {
  background-position: -60px -378px;
  width: 8px;
  height: 12px;
}

.sprite-118clan {
  background-position: -54px -56px;
  width: 16px;
  height: 12px;
}

.sprite-119ally {
  background-position: -70px -378px;
  width: 8px;
  height: 12px;
}

.sprite-119clan {
  background-position: -72px 0px;
  width: 16px;
  height: 12px;
}

.sprite-11ally {
  background-position: -80px -378px;
  width: 8px;
  height: 12px;
}

.sprite-11clan {
  background-position: -72px -14px;
  width: 16px;
  height: 12px;
}

.sprite-120ally {
  background-position: -90px -378px;
  width: 8px;
  height: 12px;
}

.sprite-120clan {
  background-position: -72px -28px;
  width: 16px;
  height: 12px;
}

.sprite-121ally {
  background-position: -100px -378px;
  width: 8px;
  height: 12px;
}

.sprite-121clan {
  background-position: -72px -42px;
  width: 16px;
  height: 12px;
}

.sprite-122ally {
  background-position: -110px -378px;
  width: 8px;
  height: 12px;
}

.sprite-122clan {
  background-position: -72px -56px;
  width: 16px;
  height: 12px;
}

.sprite-123ally {
  background-position: -120px -378px;
  width: 8px;
  height: 12px;
}

.sprite-123clan {
  background-position: 0px -70px;
  width: 16px;
  height: 12px;
}

.sprite-124ally {
  background-position: -130px -378px;
  width: 8px;
  height: 12px;
}

.sprite-124clan {
  background-position: -18px -70px;
  width: 16px;
  height: 12px;
}

.sprite-125ally {
  background-position: -140px -378px;
  width: 8px;
  height: 12px;
}

.sprite-125clan {
  background-position: -36px -70px;
  width: 16px;
  height: 12px;
}

.sprite-126ally {
  background-position: -150px -378px;
  width: 8px;
  height: 12px;
}

.sprite-126clan {
  background-position: -54px -70px;
  width: 16px;
  height: 12px;
}

.sprite-127ally {
  background-position: -160px -378px;
  width: 8px;
  height: 12px;
}

.sprite-127clan {
  background-position: -72px -70px;
  width: 16px;
  height: 12px;
}

.sprite-128ally {
  background-position: -170px -378px;
  width: 8px;
  height: 12px;
}

.sprite-128clan {
  background-position: -90px 0px;
  width: 16px;
  height: 12px;
}

.sprite-129ally {
  background-position: -180px -378px;
  width: 8px;
  height: 12px;
}

.sprite-129clan {
  background-position: -90px -14px;
  width: 16px;
  height: 12px;
}

.sprite-12ally {
  background-position: -190px -378px;
  width: 8px;
  height: 12px;
}

.sprite-12clan {
  background-position: -90px -28px;
  width: 16px;
  height: 12px;
}

.sprite-130ally {
  background-position: -200px -378px;
  width: 8px;
  height: 12px;
}

.sprite-130clan {
  background-position: -90px -42px;
  width: 16px;
  height: 12px;
}

.sprite-131ally {
  background-position: -210px -378px;
  width: 8px;
  height: 12px;
}

.sprite-131clan {
  background-position: -90px -56px;
  width: 16px;
  height: 12px;
}

.sprite-132ally {
  background-position: -220px -378px;
  width: 8px;
  height: 12px;
}

.sprite-132clan {
  background-position: -90px -70px;
  width: 16px;
  height: 12px;
}

.sprite-133ally {
  background-position: -230px -378px;
  width: 8px;
  height: 12px;
}

.sprite-133clan {
  background-position: 0px -84px;
  width: 16px;
  height: 12px;
}

.sprite-134ally {
  background-position: -240px -378px;
  width: 8px;
  height: 12px;
}

.sprite-134clan {
  background-position: -18px -84px;
  width: 16px;
  height: 12px;
}

.sprite-135ally {
  background-position: -250px -378px;
  width: 8px;
  height: 12px;
}

.sprite-135clan {
  background-position: -36px -84px;
  width: 16px;
  height: 12px;
}

.sprite-136ally {
  background-position: -260px -378px;
  width: 8px;
  height: 12px;
}

.sprite-136clan {
  background-position: -54px -84px;
  width: 16px;
  height: 12px;
}

.sprite-137ally {
  background-position: -270px -378px;
  width: 8px;
  height: 12px;
}

.sprite-137clan {
  background-position: -72px -84px;
  width: 16px;
  height: 12px;
}

.sprite-138ally {
  background-position: -280px -378px;
  width: 8px;
  height: 12px;
}

.sprite-138clan {
  background-position: -90px -84px;
  width: 16px;
  height: 12px;
}

.sprite-139ally {
  background-position: -290px -378px;
  width: 8px;
  height: 12px;
}

.sprite-139clan {
  background-position: -108px 0px;
  width: 16px;
  height: 12px;
}

.sprite-13ally {
  background-position: -300px -378px;
  width: 8px;
  height: 12px;
}

.sprite-13clan {
  background-position: -108px -14px;
  width: 16px;
  height: 12px;
}

.sprite-140ally {
  background-position: -310px -378px;
  width: 8px;
  height: 12px;
}

.sprite-140clan {
  background-position: -108px -28px;
  width: 16px;
  height: 12px;
}

.sprite-141ally {
  background-position: -320px -378px;
  width: 8px;
  height: 12px;
}

.sprite-141clan {
  background-position: -108px -42px;
  width: 16px;
  height: 12px;
}

.sprite-142ally {
  background-position: -330px -378px;
  width: 8px;
  height: 12px;
}

.sprite-142clan {
  background-position: -108px -56px;
  width: 16px;
  height: 12px;
}

.sprite-143ally {
  background-position: -340px -378px;
  width: 8px;
  height: 12px;
}

.sprite-143clan {
  background-position: -108px -70px;
  width: 16px;
  height: 12px;
}

.sprite-144ally {
  background-position: -350px -378px;
  width: 8px;
  height: 12px;
}

.sprite-144clan {
  background-position: -108px -84px;
  width: 16px;
  height: 12px;
}

.sprite-145ally {
  background-position: -360px -378px;
  width: 8px;
  height: 12px;
}

.sprite-145clan {
  background-position: 0px -98px;
  width: 16px;
  height: 12px;
}

.sprite-146ally {
  background-position: -370px -378px;
  width: 8px;
  height: 12px;
}

.sprite-146clan {
  background-position: -18px -98px;
  width: 16px;
  height: 12px;
}

.sprite-147ally {
  background-position: -380px -378px;
  width: 8px;
  height: 12px;
}

.sprite-147clan {
  background-position: -36px -98px;
  width: 16px;
  height: 12px;
}

.sprite-148ally {
  background-position: -396px 0px;
  width: 8px;
  height: 12px;
}

.sprite-148clan {
  background-position: -54px -98px;
  width: 16px;
  height: 12px;
}

.sprite-149ally {
  background-position: -396px -14px;
  width: 8px;
  height: 12px;
}

.sprite-149clan {
  background-position: -72px -98px;
  width: 16px;
  height: 12px;
}

.sprite-14ally {
  background-position: -396px -28px;
  width: 8px;
  height: 12px;
}

.sprite-14clan {
  background-position: -90px -98px;
  width: 16px;
  height: 12px;
}

.sprite-150ally {
  background-position: -396px -42px;
  width: 8px;
  height: 12px;
}

.sprite-150clan {
  background-position: -108px -98px;
  width: 16px;
  height: 12px;
}

.sprite-151ally {
  background-position: -396px -56px;
  width: 8px;
  height: 12px;
}

.sprite-151clan {
  background-position: 0px -112px;
  width: 16px;
  height: 12px;
}

.sprite-152ally {
  background-position: -396px -70px;
  width: 8px;
  height: 12px;
}

.sprite-152clan {
  background-position: -18px -112px;
  width: 16px;
  height: 12px;
}

.sprite-153ally {
  background-position: -396px -84px;
  width: 8px;
  height: 12px;
}

.sprite-153clan {
  background-position: -36px -112px;
  width: 16px;
  height: 12px;
}

.sprite-154ally {
  background-position: -396px -98px;
  width: 8px;
  height: 12px;
}

.sprite-154clan {
  background-position: -54px -112px;
  width: 16px;
  height: 12px;
}

.sprite-155ally {
  background-position: -396px -112px;
  width: 8px;
  height: 12px;
}

.sprite-155clan {
  background-position: -72px -112px;
  width: 16px;
  height: 12px;
}

.sprite-156ally {
  background-position: -396px -126px;
  width: 8px;
  height: 12px;
}

.sprite-156clan {
  background-position: -90px -112px;
  width: 16px;
  height: 12px;
}

.sprite-157ally {
  background-position: -396px -140px;
  width: 8px;
  height: 12px;
}

.sprite-157clan {
  background-position: -108px -112px;
  width: 16px;
  height: 12px;
}

.sprite-158ally {
  background-position: -396px -154px;
  width: 8px;
  height: 12px;
}

.sprite-158clan {
  background-position: -126px 0px;
  width: 16px;
  height: 12px;
}

.sprite-159ally {
  background-position: -396px -168px;
  width: 8px;
  height: 12px;
}

.sprite-159clan {
  background-position: -126px -14px;
  width: 16px;
  height: 12px;
}

.sprite-15ally {
  background-position: -396px -182px;
  width: 8px;
  height: 12px;
}

.sprite-15clan {
  background-position: -126px -28px;
  width: 16px;
  height: 12px;
}

.sprite-160ally {
  background-position: -396px -196px;
  width: 8px;
  height: 12px;
}

.sprite-160clan {
  background-position: -126px -42px;
  width: 16px;
  height: 12px;
}

.sprite-161ally {
  background-position: -396px -210px;
  width: 8px;
  height: 12px;
}

.sprite-161clan {
  background-position: -126px -56px;
  width: 16px;
  height: 12px;
}

.sprite-162ally {
  background-position: -396px -224px;
  width: 8px;
  height: 12px;
}

.sprite-162clan {
  background-position: -126px -70px;
  width: 16px;
  height: 12px;
}

.sprite-163ally {
  background-position: -396px -238px;
  width: 8px;
  height: 12px;
}

.sprite-163clan {
  background-position: -126px -84px;
  width: 16px;
  height: 12px;
}

.sprite-164ally {
  background-position: -396px -252px;
  width: 8px;
  height: 12px;
}

.sprite-164clan {
  background-position: -126px -98px;
  width: 16px;
  height: 12px;
}

.sprite-165ally {
  background-position: -396px -266px;
  width: 8px;
  height: 12px;
}

.sprite-165clan {
  background-position: -126px -112px;
  width: 16px;
  height: 12px;
}

.sprite-166ally {
  background-position: -396px -280px;
  width: 8px;
  height: 12px;
}

.sprite-166clan {
  background-position: 0px -126px;
  width: 16px;
  height: 12px;
}

.sprite-167ally {
  background-position: -396px -294px;
  width: 8px;
  height: 12px;
}

.sprite-167clan {
  background-position: -18px -126px;
  width: 16px;
  height: 12px;
}

.sprite-168ally {
  background-position: -396px -308px;
  width: 8px;
  height: 12px;
}

.sprite-168clan {
  background-position: -36px -126px;
  width: 16px;
  height: 12px;
}

.sprite-169ally {
  background-position: -396px -322px;
  width: 8px;
  height: 12px;
}

.sprite-169clan {
  background-position: -54px -126px;
  width: 16px;
  height: 12px;
}

.sprite-16ally {
  background-position: -396px -336px;
  width: 8px;
  height: 12px;
}

.sprite-16clan {
  background-position: -72px -126px;
  width: 16px;
  height: 12px;
}

.sprite-170ally {
  background-position: -396px -350px;
  width: 8px;
  height: 12px;
}

.sprite-170clan {
  background-position: -90px -126px;
  width: 16px;
  height: 12px;
}

.sprite-171ally {
  background-position: -396px -364px;
  width: 8px;
  height: 12px;
}

.sprite-171clan {
  background-position: -108px -126px;
  width: 16px;
  height: 12px;
}

.sprite-172ally {
  background-position: -396px -378px;
  width: 8px;
  height: 12px;
}

.sprite-172clan {
  background-position: -126px -126px;
  width: 16px;
  height: 12px;
}

.sprite-173ally {
  background-position: 0px -392px;
  width: 8px;
  height: 12px;
}

.sprite-173clan {
  background-position: -144px 0px;
  width: 16px;
  height: 12px;
}

.sprite-174ally {
  background-position: -10px -392px;
  width: 8px;
  height: 12px;
}

.sprite-174clan {
  background-position: -144px -14px;
  width: 16px;
  height: 12px;
}

.sprite-175ally {
  background-position: -20px -392px;
  width: 8px;
  height: 12px;
}

.sprite-175clan {
  background-position: -144px -28px;
  width: 16px;
  height: 12px;
}

.sprite-176ally {
  background-position: -30px -392px;
  width: 8px;
  height: 12px;
}

.sprite-176clan {
  background-position: -144px -42px;
  width: 16px;
  height: 12px;
}

.sprite-177ally {
  background-position: -40px -392px;
  width: 8px;
  height: 12px;
}

.sprite-177clan {
  background-position: -144px -56px;
  width: 16px;
  height: 12px;
}

.sprite-178ally {
  background-position: -50px -392px;
  width: 8px;
  height: 12px;
}

.sprite-178clan {
  background-position: -144px -70px;
  width: 16px;
  height: 12px;
}

.sprite-179ally {
  background-position: -60px -392px;
  width: 8px;
  height: 12px;
}

.sprite-179clan {
  background-position: -144px -84px;
  width: 16px;
  height: 12px;
}

.sprite-17ally {
  background-position: -70px -392px;
  width: 8px;
  height: 12px;
}

.sprite-17clan {
  background-position: -144px -98px;
  width: 16px;
  height: 12px;
}

.sprite-180ally {
  background-position: -80px -392px;
  width: 8px;
  height: 12px;
}

.sprite-180clan {
  background-position: -144px -112px;
  width: 16px;
  height: 12px;
}

.sprite-181ally {
  background-position: -90px -392px;
  width: 8px;
  height: 12px;
}

.sprite-181clan {
  background-position: -144px -126px;
  width: 16px;
  height: 12px;
}

.sprite-182ally {
  background-position: -100px -392px;
  width: 8px;
  height: 12px;
}

.sprite-182clan {
  background-position: 0px -140px;
  width: 16px;
  height: 12px;
}

.sprite-183ally {
  background-position: -110px -392px;
  width: 8px;
  height: 12px;
}

.sprite-183clan {
  background-position: -18px -140px;
  width: 16px;
  height: 12px;
}

.sprite-184ally {
  background-position: -120px -392px;
  width: 8px;
  height: 12px;
}

.sprite-184clan {
  background-position: -36px -140px;
  width: 16px;
  height: 12px;
}

.sprite-185ally {
  background-position: -130px -392px;
  width: 8px;
  height: 12px;
}

.sprite-185clan {
  background-position: -54px -140px;
  width: 16px;
  height: 12px;
}

.sprite-186ally {
  background-position: -140px -392px;
  width: 8px;
  height: 12px;
}

.sprite-186clan {
  background-position: -72px -140px;
  width: 16px;
  height: 12px;
}

.sprite-187ally {
  background-position: -150px -392px;
  width: 8px;
  height: 12px;
}

.sprite-187clan {
  background-position: -90px -140px;
  width: 16px;
  height: 12px;
}

.sprite-188ally {
  background-position: -160px -392px;
  width: 8px;
  height: 12px;
}

.sprite-188clan {
  background-position: -108px -140px;
  width: 16px;
  height: 12px;
}

.sprite-189ally {
  background-position: -170px -392px;
  width: 8px;
  height: 12px;
}

.sprite-189clan {
  background-position: -126px -140px;
  width: 16px;
  height: 12px;
}

.sprite-18ally {
  background-position: -180px -392px;
  width: 8px;
  height: 12px;
}

.sprite-18clan {
  background-position: -144px -140px;
  width: 16px;
  height: 12px;
}

.sprite-190ally {
  background-position: -190px -392px;
  width: 8px;
  height: 12px;
}

.sprite-190clan {
  background-position: -162px 0px;
  width: 16px;
  height: 12px;
}

.sprite-191ally {
  background-position: -200px -392px;
  width: 8px;
  height: 12px;
}

.sprite-191clan {
  background-position: -162px -14px;
  width: 16px;
  height: 12px;
}

.sprite-192ally {
  background-position: -210px -392px;
  width: 8px;
  height: 12px;
}

.sprite-192clan {
  background-position: -162px -28px;
  width: 16px;
  height: 12px;
}

.sprite-193ally {
  background-position: -220px -392px;
  width: 8px;
  height: 12px;
}

.sprite-193clan {
  background-position: -162px -42px;
  width: 16px;
  height: 12px;
}

.sprite-194ally {
  background-position: -230px -392px;
  width: 8px;
  height: 12px;
}

.sprite-194clan {
  background-position: -162px -56px;
  width: 16px;
  height: 12px;
}

.sprite-195ally {
  background-position: -240px -392px;
  width: 8px;
  height: 12px;
}

.sprite-195clan {
  background-position: -162px -70px;
  width: 16px;
  height: 12px;
}

.sprite-196ally {
  background-position: -250px -392px;
  width: 8px;
  height: 12px;
}

.sprite-196clan {
  background-position: -162px -84px;
  width: 16px;
  height: 12px;
}

.sprite-197ally {
  background-position: -260px -392px;
  width: 8px;
  height: 12px;
}

.sprite-197clan {
  background-position: -162px -98px;
  width: 16px;
  height: 12px;
}

.sprite-198ally {
  background-position: -270px -392px;
  width: 8px;
  height: 12px;
}

.sprite-198clan {
  background-position: -162px -112px;
  width: 16px;
  height: 12px;
}

.sprite-199ally {
  background-position: -280px -392px;
  width: 8px;
  height: 12px;
}

.sprite-199clan {
  background-position: -162px -126px;
  width: 16px;
  height: 12px;
}

.sprite-19ally {
  background-position: -290px -392px;
  width: 8px;
  height: 12px;
}

.sprite-19clan {
  background-position: -162px -140px;
  width: 16px;
  height: 12px;
}

.sprite-1ally {
  background-position: -300px -392px;
  width: 8px;
  height: 12px;
}

.sprite-1clan {
  background-position: 0px -154px;
  width: 16px;
  height: 12px;
}

.sprite-200ally {
  background-position: -310px -392px;
  width: 8px;
  height: 12px;
}

.sprite-200clan {
  background-position: -18px -154px;
  width: 16px;
  height: 12px;
}

.sprite-201ally {
  background-position: -320px -392px;
  width: 8px;
  height: 12px;
}

.sprite-201clan {
  background-position: -36px -154px;
  width: 16px;
  height: 12px;
}

.sprite-202ally {
  background-position: -330px -392px;
  width: 8px;
  height: 12px;
}

.sprite-202clan {
  background-position: -54px -154px;
  width: 16px;
  height: 12px;
}

.sprite-203ally {
  background-position: -340px -392px;
  width: 8px;
  height: 12px;
}

.sprite-203clan {
  background-position: -72px -154px;
  width: 16px;
  height: 12px;
}

.sprite-204ally {
  background-position: -350px -392px;
  width: 8px;
  height: 12px;
}

.sprite-204clan {
  background-position: -90px -154px;
  width: 16px;
  height: 12px;
}

.sprite-205ally {
  background-position: -360px -392px;
  width: 8px;
  height: 12px;
}

.sprite-205clan {
  background-position: -108px -154px;
  width: 16px;
  height: 12px;
}

.sprite-206ally {
  background-position: -370px -392px;
  width: 8px;
  height: 12px;
}

.sprite-206clan {
  background-position: -126px -154px;
  width: 16px;
  height: 12px;
}

.sprite-207ally {
  background-position: -380px -392px;
  width: 8px;
  height: 12px;
}

.sprite-207clan {
  background-position: -144px -154px;
  width: 16px;
  height: 12px;
}

.sprite-208ally {
  background-position: -390px -392px;
  width: 8px;
  height: 12px;
}

.sprite-208clan {
  background-position: -162px -154px;
  width: 16px;
  height: 12px;
}

.sprite-209ally {
  background-position: -406px 0px;
  width: 8px;
  height: 12px;
}

.sprite-209clan {
  background-position: -180px 0px;
  width: 16px;
  height: 12px;
}

.sprite-20ally {
  background-position: -406px -14px;
  width: 8px;
  height: 12px;
}

.sprite-20clan {
  background-position: -180px -14px;
  width: 16px;
  height: 12px;
}

.sprite-210ally {
  background-position: -406px -28px;
  width: 8px;
  height: 12px;
}

.sprite-210clan {
  background-position: -180px -28px;
  width: 16px;
  height: 12px;
}

.sprite-211ally {
  background-position: -406px -42px;
  width: 8px;
  height: 12px;
}

.sprite-211clan {
  background-position: -180px -42px;
  width: 16px;
  height: 12px;
}

.sprite-212ally {
  background-position: -406px -56px;
  width: 8px;
  height: 12px;
}

.sprite-212clan {
  background-position: -180px -56px;
  width: 16px;
  height: 12px;
}

.sprite-213ally {
  background-position: -406px -70px;
  width: 8px;
  height: 12px;
}

.sprite-213clan {
  background-position: -180px -70px;
  width: 16px;
  height: 12px;
}

.sprite-214ally {
  background-position: -406px -84px;
  width: 8px;
  height: 12px;
}

.sprite-214clan {
  background-position: -180px -84px;
  width: 16px;
  height: 12px;
}

.sprite-215ally {
  background-position: -406px -98px;
  width: 8px;
  height: 12px;
}

.sprite-215clan {
  background-position: -180px -98px;
  width: 16px;
  height: 12px;
}

.sprite-216ally {
  background-position: -406px -112px;
  width: 8px;
  height: 12px;
}

.sprite-216clan {
  background-position: -180px -112px;
  width: 16px;
  height: 12px;
}

.sprite-217ally {
  background-position: -406px -126px;
  width: 8px;
  height: 12px;
}

.sprite-217clan {
  background-position: -180px -126px;
  width: 16px;
  height: 12px;
}

.sprite-218ally {
  background-position: -406px -140px;
  width: 8px;
  height: 12px;
}

.sprite-218clan {
  background-position: -180px -140px;
  width: 16px;
  height: 12px;
}

.sprite-219ally {
  background-position: -406px -154px;
  width: 8px;
  height: 12px;
}

.sprite-219clan {
  background-position: -180px -154px;
  width: 16px;
  height: 12px;
}

.sprite-21ally {
  background-position: -406px -168px;
  width: 8px;
  height: 12px;
}

.sprite-21clan {
  background-position: 0px -168px;
  width: 16px;
  height: 12px;
}

.sprite-220ally {
  background-position: -406px -182px;
  width: 8px;
  height: 12px;
}

.sprite-220clan {
  background-position: -18px -168px;
  width: 16px;
  height: 12px;
}

.sprite-221ally {
  background-position: -406px -196px;
  width: 8px;
  height: 12px;
}

.sprite-221clan {
  background-position: -36px -168px;
  width: 16px;
  height: 12px;
}

.sprite-222ally {
  background-position: -406px -210px;
  width: 8px;
  height: 12px;
}

.sprite-222clan {
  background-position: -54px -168px;
  width: 16px;
  height: 12px;
}

.sprite-223ally {
  background-position: -406px -224px;
  width: 8px;
  height: 12px;
}

.sprite-223clan {
  background-position: -72px -168px;
  width: 16px;
  height: 12px;
}

.sprite-224ally {
  background-position: -406px -238px;
  width: 8px;
  height: 12px;
}

.sprite-224clan {
  background-position: -90px -168px;
  width: 16px;
  height: 12px;
}

.sprite-225ally {
  background-position: -406px -252px;
  width: 8px;
  height: 12px;
}

.sprite-225clan {
  background-position: -108px -168px;
  width: 16px;
  height: 12px;
}

.sprite-226ally {
  background-position: -406px -266px;
  width: 8px;
  height: 12px;
}

.sprite-226clan {
  background-position: -126px -168px;
  width: 16px;
  height: 12px;
}

.sprite-227ally {
  background-position: -406px -280px;
  width: 8px;
  height: 12px;
}

.sprite-227clan {
  background-position: -144px -168px;
  width: 16px;
  height: 12px;
}

.sprite-228ally {
  background-position: -406px -294px;
  width: 8px;
  height: 12px;
}

.sprite-228clan {
  background-position: -162px -168px;
  width: 16px;
  height: 12px;
}

.sprite-229ally {
  background-position: -406px -308px;
  width: 8px;
  height: 12px;
}

.sprite-229clan {
  background-position: -180px -168px;
  width: 16px;
  height: 12px;
}

.sprite-22ally {
  background-position: -406px -322px;
  width: 8px;
  height: 12px;
}

.sprite-22clan {
  background-position: 0px -182px;
  width: 16px;
  height: 12px;
}

.sprite-230ally {
  background-position: -406px -336px;
  width: 8px;
  height: 12px;
}

.sprite-230clan {
  background-position: -18px -182px;
  width: 16px;
  height: 12px;
}

.sprite-231ally {
  background-position: -406px -350px;
  width: 8px;
  height: 12px;
}

.sprite-231clan {
  background-position: -36px -182px;
  width: 16px;
  height: 12px;
}

.sprite-232ally {
  background-position: -406px -364px;
  width: 8px;
  height: 12px;
}

.sprite-232clan {
  background-position: -54px -182px;
  width: 16px;
  height: 12px;
}

.sprite-233ally {
  background-position: -406px -378px;
  width: 8px;
  height: 12px;
}

.sprite-233clan {
  background-position: -72px -182px;
  width: 16px;
  height: 12px;
}

.sprite-234ally {
  background-position: -406px -392px;
  width: 8px;
  height: 12px;
}

.sprite-234clan {
  background-position: -90px -182px;
  width: 16px;
  height: 12px;
}

.sprite-235ally {
  background-position: -416px 0px;
  width: 8px;
  height: 12px;
}

.sprite-235clan {
  background-position: -108px -182px;
  width: 16px;
  height: 12px;
}

.sprite-236ally {
  background-position: -416px -14px;
  width: 8px;
  height: 12px;
}

.sprite-236clan {
  background-position: -126px -182px;
  width: 16px;
  height: 12px;
}

.sprite-237ally {
  background-position: -416px -28px;
  width: 8px;
  height: 12px;
}

.sprite-237clan {
  background-position: -144px -182px;
  width: 16px;
  height: 12px;
}

.sprite-238ally {
  background-position: -416px -42px;
  width: 8px;
  height: 12px;
}

.sprite-238clan {
  background-position: -162px -182px;
  width: 16px;
  height: 12px;
}

.sprite-239ally {
  background-position: -416px -56px;
  width: 8px;
  height: 12px;
}

.sprite-239clan {
  background-position: -180px -182px;
  width: 16px;
  height: 12px;
}

.sprite-23ally {
  background-position: -416px -70px;
  width: 8px;
  height: 12px;
}

.sprite-23clan {
  background-position: -198px 0px;
  width: 16px;
  height: 12px;
}

.sprite-240ally {
  background-position: -416px -84px;
  width: 8px;
  height: 12px;
}

.sprite-240clan {
  background-position: -198px -14px;
  width: 16px;
  height: 12px;
}

.sprite-241ally {
  background-position: -416px -98px;
  width: 8px;
  height: 12px;
}

.sprite-241clan {
  background-position: -198px -28px;
  width: 16px;
  height: 12px;
}

.sprite-242ally {
  background-position: -416px -112px;
  width: 8px;
  height: 12px;
}

.sprite-242clan {
  background-position: -198px -42px;
  width: 16px;
  height: 12px;
}

.sprite-243ally {
  background-position: -416px -126px;
  width: 8px;
  height: 12px;
}

.sprite-243clan {
  background-position: -198px -56px;
  width: 16px;
  height: 12px;
}

.sprite-244ally {
  background-position: -416px -140px;
  width: 8px;
  height: 12px;
}

.sprite-244clan {
  background-position: -198px -70px;
  width: 16px;
  height: 12px;
}

.sprite-245ally {
  background-position: -416px -154px;
  width: 8px;
  height: 12px;
}

.sprite-245clan {
  background-position: -198px -84px;
  width: 16px;
  height: 12px;
}

.sprite-246ally {
  background-position: -416px -168px;
  width: 8px;
  height: 12px;
}

.sprite-246clan {
  background-position: -198px -98px;
  width: 16px;
  height: 12px;
}

.sprite-247ally {
  background-position: -416px -182px;
  width: 8px;
  height: 12px;
}

.sprite-247clan {
  background-position: -198px -112px;
  width: 16px;
  height: 12px;
}

.sprite-248ally {
  background-position: -416px -196px;
  width: 8px;
  height: 12px;
}

.sprite-248clan {
  background-position: -198px -126px;
  width: 16px;
  height: 12px;
}

.sprite-249ally {
  background-position: -416px -210px;
  width: 8px;
  height: 12px;
}

.sprite-249clan {
  background-position: -198px -140px;
  width: 16px;
  height: 12px;
}

.sprite-24ally {
  background-position: -416px -224px;
  width: 8px;
  height: 12px;
}

.sprite-24clan {
  background-position: -198px -154px;
  width: 16px;
  height: 12px;
}

.sprite-250ally {
  background-position: -416px -238px;
  width: 8px;
  height: 12px;
}

.sprite-250clan {
  background-position: -198px -168px;
  width: 16px;
  height: 12px;
}

.sprite-251ally {
  background-position: -416px -252px;
  width: 8px;
  height: 12px;
}

.sprite-251clan {
  background-position: -198px -182px;
  width: 16px;
  height: 12px;
}

.sprite-252ally {
  background-position: -416px -266px;
  width: 8px;
  height: 12px;
}

.sprite-252clan {
  background-position: 0px -196px;
  width: 16px;
  height: 12px;
}

.sprite-253ally {
  background-position: -416px -280px;
  width: 8px;
  height: 12px;
}

.sprite-253clan {
  background-position: -18px -196px;
  width: 16px;
  height: 12px;
}

.sprite-254ally {
  background-position: -416px -294px;
  width: 8px;
  height: 12px;
}

.sprite-254clan {
  background-position: -36px -196px;
  width: 16px;
  height: 12px;
}

.sprite-255ally {
  background-position: -416px -308px;
  width: 8px;
  height: 12px;
}

.sprite-255clan {
  background-position: -54px -196px;
  width: 16px;
  height: 12px;
}

.sprite-256ally {
  background-position: -416px -322px;
  width: 8px;
  height: 12px;
}

.sprite-256clan {
  background-position: -72px -196px;
  width: 16px;
  height: 12px;
}

.sprite-257ally {
  background-position: -416px -336px;
  width: 8px;
  height: 12px;
}

.sprite-257clan {
  background-position: -90px -196px;
  width: 16px;
  height: 12px;
}

.sprite-258ally {
  background-position: -416px -350px;
  width: 8px;
  height: 12px;
}

.sprite-258clan {
  background-position: -108px -196px;
  width: 16px;
  height: 12px;
}

.sprite-259ally {
  background-position: -416px -364px;
  width: 8px;
  height: 12px;
}

.sprite-259clan {
  background-position: -126px -196px;
  width: 16px;
  height: 12px;
}

.sprite-25ally {
  background-position: -416px -378px;
  width: 8px;
  height: 12px;
}

.sprite-25clan {
  background-position: -144px -196px;
  width: 16px;
  height: 12px;
}

.sprite-260ally {
  background-position: -416px -392px;
  width: 8px;
  height: 12px;
}

.sprite-260clan {
  background-position: -162px -196px;
  width: 16px;
  height: 12px;
}

.sprite-261ally {
  background-position: 0px -406px;
  width: 8px;
  height: 12px;
}

.sprite-261clan {
  background-position: -180px -196px;
  width: 16px;
  height: 12px;
}

.sprite-262ally {
  background-position: -10px -406px;
  width: 8px;
  height: 12px;
}

.sprite-262clan {
  background-position: -198px -196px;
  width: 16px;
  height: 12px;
}

.sprite-263ally {
  background-position: -20px -406px;
  width: 8px;
  height: 12px;
}

.sprite-263clan {
  background-position: -216px 0px;
  width: 16px;
  height: 12px;
}

.sprite-264ally {
  background-position: -30px -406px;
  width: 8px;
  height: 12px;
}

.sprite-264clan {
  background-position: -216px -14px;
  width: 16px;
  height: 12px;
}

.sprite-265ally {
  background-position: -40px -406px;
  width: 8px;
  height: 12px;
}

.sprite-265clan {
  background-position: -216px -28px;
  width: 16px;
  height: 12px;
}

.sprite-266ally {
  background-position: -50px -406px;
  width: 8px;
  height: 12px;
}

.sprite-266clan {
  background-position: -216px -42px;
  width: 16px;
  height: 12px;
}

.sprite-267ally {
  background-position: -60px -406px;
  width: 8px;
  height: 12px;
}

.sprite-267clan {
  background-position: -216px -56px;
  width: 16px;
  height: 12px;
}

.sprite-268ally {
  background-position: -70px -406px;
  width: 8px;
  height: 12px;
}

.sprite-268clan {
  background-position: -216px -70px;
  width: 16px;
  height: 12px;
}

.sprite-269ally {
  background-position: -80px -406px;
  width: 8px;
  height: 12px;
}

.sprite-269clan {
  background-position: -216px -84px;
  width: 16px;
  height: 12px;
}

.sprite-26ally {
  background-position: -90px -406px;
  width: 8px;
  height: 12px;
}

.sprite-26clan {
  background-position: -216px -98px;
  width: 16px;
  height: 12px;
}

.sprite-270ally {
  background-position: -100px -406px;
  width: 8px;
  height: 12px;
}

.sprite-270clan {
  background-position: -216px -112px;
  width: 16px;
  height: 12px;
}

.sprite-271ally {
  background-position: -110px -406px;
  width: 8px;
  height: 12px;
}

.sprite-271clan {
  background-position: -216px -126px;
  width: 16px;
  height: 12px;
}

.sprite-272ally {
  background-position: -120px -406px;
  width: 8px;
  height: 12px;
}

.sprite-272clan {
  background-position: -216px -140px;
  width: 16px;
  height: 12px;
}

.sprite-273ally {
  background-position: -130px -406px;
  width: 8px;
  height: 12px;
}

.sprite-273clan {
  background-position: -216px -154px;
  width: 16px;
  height: 12px;
}

.sprite-274ally {
  background-position: -140px -406px;
  width: 8px;
  height: 12px;
}

.sprite-274clan {
  background-position: -216px -168px;
  width: 16px;
  height: 12px;
}

.sprite-275ally {
  background-position: -150px -406px;
  width: 8px;
  height: 12px;
}

.sprite-275clan {
  background-position: -216px -182px;
  width: 16px;
  height: 12px;
}

.sprite-276ally {
  background-position: -160px -406px;
  width: 8px;
  height: 12px;
}

.sprite-276clan {
  background-position: -216px -196px;
  width: 16px;
  height: 12px;
}

.sprite-277ally {
  background-position: -170px -406px;
  width: 8px;
  height: 12px;
}

.sprite-277clan {
  background-position: 0px -210px;
  width: 16px;
  height: 12px;
}

.sprite-278ally {
  background-position: -180px -406px;
  width: 8px;
  height: 12px;
}

.sprite-278clan {
  background-position: -18px -210px;
  width: 16px;
  height: 12px;
}

.sprite-279ally {
  background-position: -190px -406px;
  width: 8px;
  height: 12px;
}

.sprite-279clan {
  background-position: -36px -210px;
  width: 16px;
  height: 12px;
}

.sprite-27ally {
  background-position: -200px -406px;
  width: 8px;
  height: 12px;
}

.sprite-27clan {
  background-position: -54px -210px;
  width: 16px;
  height: 12px;
}

.sprite-280ally {
  background-position: -210px -406px;
  width: 8px;
  height: 12px;
}

.sprite-280clan {
  background-position: -72px -210px;
  width: 16px;
  height: 12px;
}

.sprite-281ally {
  background-position: -220px -406px;
  width: 8px;
  height: 12px;
}

.sprite-281clan {
  background-position: -90px -210px;
  width: 16px;
  height: 12px;
}

.sprite-282ally {
  background-position: -230px -406px;
  width: 8px;
  height: 12px;
}

.sprite-282clan {
  background-position: -108px -210px;
  width: 16px;
  height: 12px;
}

.sprite-283ally {
  background-position: -240px -406px;
  width: 8px;
  height: 12px;
}

.sprite-283clan {
  background-position: -126px -210px;
  width: 16px;
  height: 12px;
}

.sprite-284ally {
  background-position: -250px -406px;
  width: 8px;
  height: 12px;
}

.sprite-284clan {
  background-position: -144px -210px;
  width: 16px;
  height: 12px;
}

.sprite-285ally {
  background-position: -260px -406px;
  width: 8px;
  height: 12px;
}

.sprite-285clan {
  background-position: -162px -210px;
  width: 16px;
  height: 12px;
}

.sprite-286ally {
  background-position: -270px -406px;
  width: 8px;
  height: 12px;
}

.sprite-286clan {
  background-position: -180px -210px;
  width: 16px;
  height: 12px;
}

.sprite-287ally {
  background-position: -280px -406px;
  width: 8px;
  height: 12px;
}

.sprite-287clan {
  background-position: -198px -210px;
  width: 16px;
  height: 12px;
}

.sprite-288ally {
  background-position: -290px -406px;
  width: 8px;
  height: 12px;
}

.sprite-288clan {
  background-position: -216px -210px;
  width: 16px;
  height: 12px;
}

.sprite-289ally {
  background-position: -300px -406px;
  width: 8px;
  height: 12px;
}

.sprite-289clan {
  background-position: -234px 0px;
  width: 16px;
  height: 12px;
}

.sprite-28ally {
  background-position: -310px -406px;
  width: 8px;
  height: 12px;
}

.sprite-28clan {
  background-position: -234px -14px;
  width: 16px;
  height: 12px;
}

.sprite-290ally {
  background-position: -320px -406px;
  width: 8px;
  height: 12px;
}

.sprite-290clan {
  background-position: -234px -28px;
  width: 16px;
  height: 12px;
}

.sprite-291ally {
  background-position: -330px -406px;
  width: 8px;
  height: 12px;
}

.sprite-291clan {
  background-position: -234px -42px;
  width: 16px;
  height: 12px;
}

.sprite-292ally {
  background-position: -340px -406px;
  width: 8px;
  height: 12px;
}

.sprite-292clan {
  background-position: -234px -56px;
  width: 16px;
  height: 12px;
}

.sprite-293ally {
  background-position: -350px -406px;
  width: 8px;
  height: 12px;
}

.sprite-293clan {
  background-position: -234px -70px;
  width: 16px;
  height: 12px;
}

.sprite-294ally {
  background-position: -360px -406px;
  width: 8px;
  height: 12px;
}

.sprite-294clan {
  background-position: -234px -84px;
  width: 16px;
  height: 12px;
}

.sprite-295ally {
  background-position: -370px -406px;
  width: 8px;
  height: 12px;
}

.sprite-295clan {
  background-position: -234px -98px;
  width: 16px;
  height: 12px;
}

.sprite-296ally {
  background-position: -380px -406px;
  width: 8px;
  height: 12px;
}

.sprite-296clan {
  background-position: -234px -112px;
  width: 16px;
  height: 12px;
}

.sprite-297ally {
  background-position: -390px -406px;
  width: 8px;
  height: 12px;
}

.sprite-297clan {
  background-position: -234px -126px;
  width: 16px;
  height: 12px;
}

.sprite-298ally {
  background-position: -400px -406px;
  width: 8px;
  height: 12px;
}

.sprite-298clan {
  background-position: -234px -140px;
  width: 16px;
  height: 12px;
}

.sprite-299ally {
  background-position: -410px -406px;
  width: 8px;
  height: 12px;
}

.sprite-299clan {
  background-position: -234px -154px;
  width: 16px;
  height: 12px;
}

.sprite-29ally {
  background-position: -426px 0px;
  width: 8px;
  height: 12px;
}

.sprite-29clan {
  background-position: -234px -168px;
  width: 16px;
  height: 12px;
}

.sprite-2ally {
  background-position: -426px -14px;
  width: 8px;
  height: 12px;
}

.sprite-2clan {
  background-position: -234px -182px;
  width: 16px;
  height: 12px;
}

.sprite-300ally {
  background-position: -426px -28px;
  width: 8px;
  height: 12px;
}

.sprite-300clan {
  background-position: -234px -196px;
  width: 16px;
  height: 12px;
}

.sprite-301ally {
  background-position: -426px -42px;
  width: 8px;
  height: 12px;
}

.sprite-301clan {
  background-position: -234px -210px;
  width: 16px;
  height: 12px;
}

.sprite-302ally {
  background-position: -426px -56px;
  width: 8px;
  height: 12px;
}

.sprite-302clan {
  background-position: 0px -224px;
  width: 16px;
  height: 12px;
}

.sprite-303ally {
  background-position: -426px -70px;
  width: 8px;
  height: 12px;
}

.sprite-303clan {
  background-position: -18px -224px;
  width: 16px;
  height: 12px;
}

.sprite-304ally {
  background-position: -426px -84px;
  width: 8px;
  height: 12px;
}

.sprite-304clan {
  background-position: -36px -224px;
  width: 16px;
  height: 12px;
}

.sprite-305ally {
  background-position: -426px -98px;
  width: 8px;
  height: 12px;
}

.sprite-305clan {
  background-position: -54px -224px;
  width: 16px;
  height: 12px;
}

.sprite-306ally {
  background-position: -426px -112px;
  width: 8px;
  height: 12px;
}

.sprite-306clan {
  background-position: -72px -224px;
  width: 16px;
  height: 12px;
}

.sprite-307ally {
  background-position: -426px -126px;
  width: 8px;
  height: 12px;
}

.sprite-307clan {
  background-position: -90px -224px;
  width: 16px;
  height: 12px;
}

.sprite-308ally {
  background-position: -426px -140px;
  width: 8px;
  height: 12px;
}

.sprite-308clan {
  background-position: -108px -224px;
  width: 16px;
  height: 12px;
}

.sprite-309ally {
  background-position: -426px -154px;
  width: 8px;
  height: 12px;
}

.sprite-30ally {
  background-position: -426px -168px;
  width: 8px;
  height: 12px;
}

.sprite-30clan {
  background-position: -126px -224px;
  width: 16px;
  height: 12px;
}

.sprite-310clan {
  background-position: -144px -224px;
  width: 16px;
  height: 12px;
}

.sprite-311ally {
  background-position: -426px -182px;
  width: 8px;
  height: 12px;
}

.sprite-311clan {
  background-position: -162px -224px;
  width: 16px;
  height: 12px;
}

.sprite-312ally {
  background-position: -426px -196px;
  width: 8px;
  height: 12px;
}

.sprite-312clan {
  background-position: -180px -224px;
  width: 16px;
  height: 12px;
}

.sprite-313ally {
  background-position: -426px -210px;
  width: 8px;
  height: 12px;
}

.sprite-313clan {
  background-position: -198px -224px;
  width: 16px;
  height: 12px;
}

.sprite-314ally {
  background-position: -426px -224px;
  width: 8px;
  height: 12px;
}

.sprite-314clan {
  background-position: -216px -224px;
  width: 16px;
  height: 12px;
}

.sprite-315ally {
  background-position: -426px -238px;
  width: 8px;
  height: 12px;
}

.sprite-315clan {
  background-position: -234px -224px;
  width: 16px;
  height: 12px;
}

.sprite-316ally {
  background-position: -426px -252px;
  width: 8px;
  height: 12px;
}

.sprite-316clan {
  background-position: 0px -238px;
  width: 16px;
  height: 12px;
}

.sprite-317ally {
  background-position: -426px -266px;
  width: 8px;
  height: 12px;
}

.sprite-317clan {
  background-position: -18px -238px;
  width: 16px;
  height: 12px;
}

.sprite-318ally {
  background-position: -426px -280px;
  width: 8px;
  height: 12px;
}

.sprite-318clan {
  background-position: -36px -238px;
  width: 16px;
  height: 12px;
}

.sprite-319ally {
  background-position: -426px -294px;
  width: 8px;
  height: 12px;
}

.sprite-319clan {
  background-position: -54px -238px;
  width: 16px;
  height: 12px;
}

.sprite-31ally {
  background-position: -426px -308px;
  width: 8px;
  height: 12px;
}

.sprite-31clan {
  background-position: -72px -238px;
  width: 16px;
  height: 12px;
}

.sprite-320ally {
  background-position: -426px -322px;
  width: 8px;
  height: 12px;
}

.sprite-320clan {
  background-position: -90px -238px;
  width: 16px;
  height: 12px;
}

.sprite-321ally {
  background-position: -426px -336px;
  width: 8px;
  height: 12px;
}

.sprite-321clan {
  background-position: -108px -238px;
  width: 16px;
  height: 12px;
}

.sprite-322ally {
  background-position: -426px -350px;
  width: 8px;
  height: 12px;
}

.sprite-322clan {
  background-position: -126px -238px;
  width: 16px;
  height: 12px;
}

.sprite-323ally {
  background-position: -426px -364px;
  width: 8px;
  height: 12px;
}

.sprite-323clan {
  background-position: -144px -238px;
  width: 16px;
  height: 12px;
}

.sprite-324ally {
  background-position: -426px -378px;
  width: 8px;
  height: 12px;
}

.sprite-324clan {
  background-position: -162px -238px;
  width: 16px;
  height: 12px;
}

.sprite-325ally {
  background-position: -426px -392px;
  width: 8px;
  height: 12px;
}

.sprite-325clan {
  background-position: -180px -238px;
  width: 16px;
  height: 12px;
}

.sprite-326ally {
  background-position: -426px -406px;
  width: 8px;
  height: 12px;
}

.sprite-326clan {
  background-position: -198px -238px;
  width: 16px;
  height: 12px;
}

.sprite-327ally {
  background-position: 0px -420px;
  width: 8px;
  height: 12px;
}

.sprite-327clan {
  background-position: -216px -238px;
  width: 16px;
  height: 12px;
}

.sprite-328ally {
  background-position: -10px -420px;
  width: 8px;
  height: 12px;
}

.sprite-328clan {
  background-position: -234px -238px;
  width: 16px;
  height: 12px;
}

.sprite-329ally {
  background-position: -20px -420px;
  width: 8px;
  height: 12px;
}

.sprite-329clan {
  background-position: -252px 0px;
  width: 16px;
  height: 12px;
}

.sprite-32ally {
  background-position: -30px -420px;
  width: 8px;
  height: 12px;
}

.sprite-32clan {
  background-position: -252px -14px;
  width: 16px;
  height: 12px;
}

.sprite-330ally {
  background-position: -40px -420px;
  width: 8px;
  height: 12px;
}

.sprite-330clan {
  background-position: -252px -28px;
  width: 16px;
  height: 12px;
}

.sprite-331ally {
  background-position: -50px -420px;
  width: 8px;
  height: 12px;
}

.sprite-331clan {
  background-position: -252px -42px;
  width: 16px;
  height: 12px;
}

.sprite-332ally {
  background-position: -60px -420px;
  width: 8px;
  height: 12px;
}

.sprite-332clan {
  background-position: -252px -56px;
  width: 16px;
  height: 12px;
}

.sprite-333ally {
  background-position: -70px -420px;
  width: 8px;
  height: 12px;
}

.sprite-333clan {
  background-position: -252px -70px;
  width: 16px;
  height: 12px;
}

.sprite-334ally {
  background-position: -80px -420px;
  width: 8px;
  height: 12px;
}

.sprite-334clan {
  background-position: -252px -84px;
  width: 16px;
  height: 12px;
}

.sprite-335ally {
  background-position: -90px -420px;
  width: 8px;
  height: 12px;
}

.sprite-335clan {
  background-position: -252px -98px;
  width: 16px;
  height: 12px;
}

.sprite-336ally {
  background-position: -100px -420px;
  width: 8px;
  height: 12px;
}

.sprite-336clan {
  background-position: -252px -112px;
  width: 16px;
  height: 12px;
}

.sprite-337ally {
  background-position: -110px -420px;
  width: 8px;
  height: 12px;
}

.sprite-337clan {
  background-position: -252px -126px;
  width: 16px;
  height: 12px;
}

.sprite-338ally {
  background-position: -120px -420px;
  width: 8px;
  height: 12px;
}

.sprite-338clan {
  background-position: -252px -140px;
  width: 16px;
  height: 12px;
}

.sprite-339ally {
  background-position: -130px -420px;
  width: 8px;
  height: 12px;
}

.sprite-339clan {
  background-position: -252px -154px;
  width: 16px;
  height: 12px;
}

.sprite-33ally {
  background-position: -140px -420px;
  width: 8px;
  height: 12px;
}

.sprite-33clan {
  background-position: -252px -168px;
  width: 16px;
  height: 12px;
}

.sprite-340ally {
  background-position: -150px -420px;
  width: 8px;
  height: 12px;
}

.sprite-340clan {
  background-position: -252px -182px;
  width: 16px;
  height: 12px;
}

.sprite-341ally {
  background-position: -160px -420px;
  width: 8px;
  height: 12px;
}

.sprite-341clan {
  background-position: -252px -196px;
  width: 16px;
  height: 12px;
}

.sprite-342ally {
  background-position: -170px -420px;
  width: 8px;
  height: 12px;
}

.sprite-342clan {
  background-position: -252px -210px;
  width: 16px;
  height: 12px;
}

.sprite-343ally {
  background-position: -180px -420px;
  width: 8px;
  height: 12px;
}

.sprite-343clan {
  background-position: -252px -224px;
  width: 16px;
  height: 12px;
}

.sprite-344ally {
  background-position: -190px -420px;
  width: 8px;
  height: 12px;
}

.sprite-344clan {
  background-position: -252px -238px;
  width: 16px;
  height: 12px;
}

.sprite-345ally {
  background-position: -200px -420px;
  width: 8px;
  height: 12px;
}

.sprite-345clan {
  background-position: 0px -252px;
  width: 16px;
  height: 12px;
}

.sprite-347ally {
  background-position: -210px -420px;
  width: 8px;
  height: 12px;
}

.sprite-347clan {
  background-position: -18px -252px;
  width: 16px;
  height: 12px;
}

.sprite-348ally {
  background-position: -220px -420px;
  width: 8px;
  height: 12px;
}

.sprite-348clan {
  background-position: -36px -252px;
  width: 16px;
  height: 12px;
}

.sprite-349ally {
  background-position: -230px -420px;
  width: 8px;
  height: 12px;
}

.sprite-349clan {
  background-position: -54px -252px;
  width: 16px;
  height: 12px;
}

.sprite-34ally {
  background-position: -240px -420px;
  width: 8px;
  height: 12px;
}

.sprite-34clan {
  background-position: -72px -252px;
  width: 16px;
  height: 12px;
}

.sprite-350ally {
  background-position: -250px -420px;
  width: 8px;
  height: 12px;
}

.sprite-350clan {
  background-position: -90px -252px;
  width: 16px;
  height: 12px;
}

.sprite-351ally {
  background-position: -260px -420px;
  width: 8px;
  height: 12px;
}

.sprite-352clan {
  background-position: -108px -252px;
  width: 16px;
  height: 12px;
}

.sprite-353ally {
  background-position: -270px -420px;
  width: 8px;
  height: 12px;
}

.sprite-353clan {
  background-position: -126px -252px;
  width: 16px;
  height: 12px;
}

.sprite-354ally {
  background-position: -280px -420px;
  width: 8px;
  height: 12px;
}

.sprite-354clan {
  background-position: -144px -252px;
  width: 16px;
  height: 12px;
}

.sprite-355ally {
  background-position: -290px -420px;
  width: 8px;
  height: 12px;
}

.sprite-355clan {
  background-position: -162px -252px;
  width: 16px;
  height: 12px;
}

.sprite-356ally {
  background-position: -300px -420px;
  width: 8px;
  height: 12px;
}

.sprite-356clan {
  background-position: -180px -252px;
  width: 16px;
  height: 12px;
}

.sprite-357ally {
  background-position: -310px -420px;
  width: 8px;
  height: 12px;
}

.sprite-357clan {
  background-position: -198px -252px;
  width: 16px;
  height: 12px;
}

.sprite-358ally {
  background-position: -320px -420px;
  width: 8px;
  height: 12px;
}

.sprite-358clan {
  background-position: -216px -252px;
  width: 16px;
  height: 12px;
}

.sprite-359ally {
  background-position: -330px -420px;
  width: 8px;
  height: 12px;
}

.sprite-359clan {
  background-position: -234px -252px;
  width: 16px;
  height: 12px;
}

.sprite-35ally {
  background-position: -340px -420px;
  width: 8px;
  height: 12px;
}

.sprite-35clan {
  background-position: -252px -252px;
  width: 16px;
  height: 12px;
}

.sprite-360ally {
  background-position: -350px -420px;
  width: 8px;
  height: 12px;
}

.sprite-360clan {
  background-position: -270px 0px;
  width: 16px;
  height: 12px;
}

.sprite-361ally {
  background-position: -360px -420px;
  width: 8px;
  height: 12px;
}

.sprite-361clan {
  background-position: -270px -14px;
  width: 16px;
  height: 12px;
}

.sprite-362ally {
  background-position: -370px -420px;
  width: 8px;
  height: 12px;
}

.sprite-362clan {
  background-position: -270px -28px;
  width: 16px;
  height: 12px;
}

.sprite-363ally {
  background-position: -380px -420px;
  width: 8px;
  height: 12px;
}

.sprite-363clan {
  background-position: -270px -42px;
  width: 16px;
  height: 12px;
}

.sprite-364ally {
  background-position: -390px -420px;
  width: 8px;
  height: 12px;
}

.sprite-364clan {
  background-position: -270px -56px;
  width: 16px;
  height: 12px;
}

.sprite-365ally {
  background-position: -400px -420px;
  width: 8px;
  height: 12px;
}

.sprite-365clan {
  background-position: -270px -70px;
  width: 16px;
  height: 12px;
}

.sprite-366ally {
  background-position: -410px -420px;
  width: 8px;
  height: 12px;
}

.sprite-366clan {
  background-position: -270px -84px;
  width: 16px;
  height: 12px;
}

.sprite-367ally {
  background-position: -420px -420px;
  width: 8px;
  height: 12px;
}

.sprite-367clan {
  background-position: -270px -98px;
  width: 16px;
  height: 12px;
}

.sprite-368ally {
  background-position: -436px 0px;
  width: 8px;
  height: 12px;
}

.sprite-368clan {
  background-position: -270px -112px;
  width: 16px;
  height: 12px;
}

.sprite-369ally {
  background-position: -436px -14px;
  width: 8px;
  height: 12px;
}

.sprite-369clan {
  background-position: -270px -126px;
  width: 16px;
  height: 12px;
}

.sprite-36ally {
  background-position: -436px -28px;
  width: 8px;
  height: 12px;
}

.sprite-36clan {
  background-position: -270px -140px;
  width: 16px;
  height: 12px;
}

.sprite-370ally {
  background-position: -436px -42px;
  width: 8px;
  height: 12px;
}

.sprite-370clan {
  background-position: -270px -154px;
  width: 16px;
  height: 12px;
}

.sprite-371ally {
  background-position: -436px -56px;
  width: 8px;
  height: 12px;
}

.sprite-371clan {
  background-position: -270px -168px;
  width: 16px;
  height: 12px;
}

.sprite-372ally {
  background-position: -436px -70px;
  width: 8px;
  height: 12px;
}

.sprite-372clan {
  background-position: -270px -182px;
  width: 16px;
  height: 12px;
}

.sprite-373ally {
  background-position: -436px -84px;
  width: 8px;
  height: 12px;
}

.sprite-373clan {
  background-position: -270px -196px;
  width: 16px;
  height: 12px;
}

.sprite-374ally {
  background-position: -436px -98px;
  width: 8px;
  height: 12px;
}

.sprite-374clan {
  background-position: -270px -210px;
  width: 16px;
  height: 12px;
}

.sprite-375ally {
  background-position: -436px -112px;
  width: 8px;
  height: 12px;
}

.sprite-375clan {
  background-position: -270px -224px;
  width: 16px;
  height: 12px;
}

.sprite-376ally {
  background-position: -436px -126px;
  width: 8px;
  height: 12px;
}

.sprite-376clan {
  background-position: -270px -238px;
  width: 16px;
  height: 12px;
}

.sprite-377ally {
  background-position: -436px -140px;
  width: 8px;
  height: 12px;
}

.sprite-377clan {
  background-position: -270px -252px;
  width: 16px;
  height: 12px;
}

.sprite-378ally {
  background-position: -436px -154px;
  width: 8px;
  height: 12px;
}

.sprite-378clan {
  background-position: 0px -266px;
  width: 16px;
  height: 12px;
}

.sprite-379ally {
  background-position: -436px -168px;
  width: 8px;
  height: 12px;
}

.sprite-379clan {
  background-position: -18px -266px;
  width: 16px;
  height: 12px;
}

.sprite-37ally {
  background-position: -436px -182px;
  width: 8px;
  height: 12px;
}

.sprite-37clan {
  background-position: -36px -266px;
  width: 16px;
  height: 12px;
}

.sprite-380ally {
  background-position: -436px -196px;
  width: 8px;
  height: 12px;
}

.sprite-380clan {
  background-position: -54px -266px;
  width: 16px;
  height: 12px;
}

.sprite-381ally {
  background-position: -436px -210px;
  width: 8px;
  height: 12px;
}

.sprite-381clan {
  background-position: -72px -266px;
  width: 16px;
  height: 12px;
}

.sprite-382ally {
  background-position: -436px -224px;
  width: 8px;
  height: 12px;
}

.sprite-382clan {
  background-position: -90px -266px;
  width: 16px;
  height: 12px;
}

.sprite-383ally {
  background-position: -436px -238px;
  width: 8px;
  height: 12px;
}

.sprite-383clan {
  background-position: -108px -266px;
  width: 16px;
  height: 12px;
}

.sprite-384ally {
  background-position: -436px -252px;
  width: 8px;
  height: 12px;
}

.sprite-384clan {
  background-position: -126px -266px;
  width: 16px;
  height: 12px;
}

.sprite-385ally {
  background-position: -436px -266px;
  width: 8px;
  height: 12px;
}

.sprite-385clan {
  background-position: -144px -266px;
  width: 16px;
  height: 12px;
}

.sprite-386ally {
  background-position: -436px -280px;
  width: 8px;
  height: 12px;
}

.sprite-386clan {
  background-position: -162px -266px;
  width: 16px;
  height: 12px;
}

.sprite-387ally {
  background-position: -436px -294px;
  width: 8px;
  height: 12px;
}

.sprite-387clan {
  background-position: -180px -266px;
  width: 16px;
  height: 12px;
}

.sprite-388ally {
  background-position: -436px -308px;
  width: 8px;
  height: 12px;
}

.sprite-388clan {
  background-position: -198px -266px;
  width: 16px;
  height: 12px;
}

.sprite-389ally {
  background-position: -436px -322px;
  width: 8px;
  height: 12px;
}

.sprite-389clan {
  background-position: -216px -266px;
  width: 16px;
  height: 12px;
}

.sprite-38ally {
  background-position: -436px -336px;
  width: 8px;
  height: 12px;
}

.sprite-38clan {
  background-position: -234px -266px;
  width: 16px;
  height: 12px;
}

.sprite-390ally {
  background-position: -436px -350px;
  width: 8px;
  height: 12px;
}

.sprite-390clan {
  background-position: -252px -266px;
  width: 16px;
  height: 12px;
}

.sprite-391ally {
  background-position: -436px -364px;
  width: 8px;
  height: 12px;
}

.sprite-391clan {
  background-position: -270px -266px;
  width: 16px;
  height: 12px;
}

.sprite-392ally {
  background-position: -436px -378px;
  width: 8px;
  height: 12px;
}

.sprite-392clan {
  background-position: -288px 0px;
  width: 16px;
  height: 12px;
}

.sprite-393ally {
  background-position: -436px -392px;
  width: 8px;
  height: 12px;
}

.sprite-393clan {
  background-position: -288px -14px;
  width: 16px;
  height: 12px;
}

.sprite-394ally {
  background-position: -436px -406px;
  width: 8px;
  height: 12px;
}

.sprite-394clan {
  background-position: -288px -28px;
  width: 16px;
  height: 12px;
}

.sprite-395ally {
  background-position: -436px -420px;
  width: 8px;
  height: 12px;
}

.sprite-395clan {
  background-position: -288px -42px;
  width: 16px;
  height: 12px;
}

.sprite-396ally {
  background-position: -446px 0px;
  width: 8px;
  height: 12px;
}

.sprite-396clan {
  background-position: -288px -56px;
  width: 16px;
  height: 12px;
}

.sprite-397ally {
  background-position: -446px -14px;
  width: 8px;
  height: 12px;
}

.sprite-397clan {
  background-position: -288px -70px;
  width: 16px;
  height: 12px;
}

.sprite-398ally {
  background-position: -446px -28px;
  width: 8px;
  height: 12px;
}

.sprite-398clan {
  background-position: -288px -84px;
  width: 16px;
  height: 12px;
}

.sprite-399ally {
  background-position: -446px -42px;
  width: 8px;
  height: 12px;
}

.sprite-399clan {
  background-position: -288px -98px;
  width: 16px;
  height: 12px;
}

.sprite-39ally {
  background-position: -446px -56px;
  width: 8px;
  height: 12px;
}

.sprite-39clan {
  background-position: -288px -112px;
  width: 16px;
  height: 12px;
}

.sprite-3ally {
  background-position: -446px -70px;
  width: 8px;
  height: 12px;
}

.sprite-3clan {
  background-position: -288px -126px;
  width: 16px;
  height: 12px;
}

.sprite-400ally {
  background-position: -446px -84px;
  width: 8px;
  height: 12px;
}

.sprite-400clan {
  background-position: -288px -140px;
  width: 16px;
  height: 12px;
}

.sprite-401ally {
  background-position: -446px -98px;
  width: 8px;
  height: 12px;
}

.sprite-401clan {
  background-position: -288px -154px;
  width: 16px;
  height: 12px;
}

.sprite-402ally {
  background-position: -446px -112px;
  width: 8px;
  height: 12px;
}

.sprite-402clan {
  background-position: -288px -168px;
  width: 16px;
  height: 12px;
}

.sprite-403ally {
  background-position: -446px -126px;
  width: 8px;
  height: 12px;
}

.sprite-403clan {
  background-position: -288px -182px;
  width: 16px;
  height: 12px;
}

.sprite-404ally {
  background-position: -446px -140px;
  width: 8px;
  height: 12px;
}

.sprite-404clan {
  background-position: -288px -196px;
  width: 16px;
  height: 12px;
}

.sprite-405ally {
  background-position: -446px -154px;
  width: 8px;
  height: 12px;
}

.sprite-405clan {
  background-position: -288px -210px;
  width: 16px;
  height: 12px;
}

.sprite-406ally {
  background-position: -446px -168px;
  width: 8px;
  height: 12px;
}

.sprite-406clan {
  background-position: -288px -224px;
  width: 16px;
  height: 12px;
}

.sprite-407ally {
  background-position: -446px -182px;
  width: 8px;
  height: 12px;
}

.sprite-407clan {
  background-position: -288px -238px;
  width: 16px;
  height: 12px;
}

.sprite-408ally {
  background-position: -446px -196px;
  width: 8px;
  height: 12px;
}

.sprite-408clan {
  background-position: -288px -252px;
  width: 16px;
  height: 12px;
}

.sprite-409ally {
  background-position: -446px -210px;
  width: 8px;
  height: 12px;
}

.sprite-409clan {
  background-position: -288px -266px;
  width: 16px;
  height: 12px;
}

.sprite-40ally {
  background-position: -446px -224px;
  width: 8px;
  height: 12px;
}

.sprite-40clan {
  background-position: 0px -280px;
  width: 16px;
  height: 12px;
}

.sprite-410ally {
  background-position: -446px -238px;
  width: 8px;
  height: 12px;
}

.sprite-410clan {
  background-position: -18px -280px;
  width: 16px;
  height: 12px;
}

.sprite-411ally {
  background-position: -446px -252px;
  width: 8px;
  height: 12px;
}

.sprite-411clan {
  background-position: -36px -280px;
  width: 16px;
  height: 12px;
}

.sprite-412ally {
  background-position: -446px -266px;
  width: 8px;
  height: 12px;
}

.sprite-412clan {
  background-position: -54px -280px;
  width: 16px;
  height: 12px;
}

.sprite-413ally {
  background-position: -446px -280px;
  width: 8px;
  height: 12px;
}

.sprite-413clan {
  background-position: -72px -280px;
  width: 16px;
  height: 12px;
}

.sprite-414ally {
  background-position: -446px -294px;
  width: 8px;
  height: 12px;
}

.sprite-414clan {
  background-position: -90px -280px;
  width: 16px;
  height: 12px;
}

.sprite-415ally {
  background-position: -446px -308px;
  width: 8px;
  height: 12px;
}

.sprite-415clan {
  background-position: -108px -280px;
  width: 16px;
  height: 12px;
}

.sprite-416ally {
  background-position: -446px -322px;
  width: 8px;
  height: 12px;
}

.sprite-416clan {
  background-position: -126px -280px;
  width: 16px;
  height: 12px;
}

.sprite-417ally {
  background-position: -446px -336px;
  width: 8px;
  height: 12px;
}

.sprite-417clan {
  background-position: -144px -280px;
  width: 16px;
  height: 12px;
}

.sprite-418ally {
  background-position: -446px -350px;
  width: 8px;
  height: 12px;
}

.sprite-418clan {
  background-position: -162px -280px;
  width: 16px;
  height: 12px;
}

.sprite-419ally {
  background-position: -446px -364px;
  width: 8px;
  height: 12px;
}

.sprite-419clan {
  background-position: -180px -280px;
  width: 16px;
  height: 12px;
}

.sprite-41ally {
  background-position: -446px -378px;
  width: 8px;
  height: 12px;
}

.sprite-41clan {
  background-position: -198px -280px;
  width: 16px;
  height: 12px;
}

.sprite-420ally {
  background-position: -446px -392px;
  width: 8px;
  height: 12px;
}

.sprite-420clan {
  background-position: -216px -280px;
  width: 16px;
  height: 12px;
}

.sprite-421ally {
  background-position: -446px -406px;
  width: 8px;
  height: 12px;
}

.sprite-422clan {
  background-position: -234px -280px;
  width: 16px;
  height: 12px;
}

.sprite-423ally {
  background-position: -446px -420px;
  width: 8px;
  height: 12px;
}

.sprite-423clan {
  background-position: -252px -280px;
  width: 16px;
  height: 12px;
}

.sprite-424ally {
  background-position: 0px -434px;
  width: 8px;
  height: 12px;
}

.sprite-424clan {
  background-position: -270px -280px;
  width: 16px;
  height: 12px;
}

.sprite-425ally {
  background-position: -10px -434px;
  width: 8px;
  height: 12px;
}

.sprite-425clan {
  background-position: -288px -280px;
  width: 16px;
  height: 12px;
}

.sprite-426ally {
  background-position: -20px -434px;
  width: 8px;
  height: 12px;
}

.sprite-426clan {
  background-position: -306px 0px;
  width: 16px;
  height: 12px;
}

.sprite-427ally {
  background-position: -30px -434px;
  width: 8px;
  height: 12px;
}

.sprite-427clan {
  background-position: -306px -14px;
  width: 16px;
  height: 12px;
}

.sprite-428ally {
  background-position: -40px -434px;
  width: 8px;
  height: 12px;
}

.sprite-428clan {
  background-position: -306px -28px;
  width: 16px;
  height: 12px;
}

.sprite-429ally {
  background-position: -50px -434px;
  width: 8px;
  height: 12px;
}

.sprite-429clan {
  background-position: -306px -42px;
  width: 16px;
  height: 12px;
}

.sprite-42ally {
  background-position: -60px -434px;
  width: 8px;
  height: 12px;
}

.sprite-42clan {
  background-position: -306px -56px;
  width: 16px;
  height: 12px;
}

.sprite-430ally {
  background-position: -70px -434px;
  width: 8px;
  height: 12px;
}

.sprite-430clan {
  background-position: -306px -70px;
  width: 16px;
  height: 12px;
}

.sprite-431ally {
  background-position: -80px -434px;
  width: 8px;
  height: 12px;
}

.sprite-431clan {
  background-position: -306px -84px;
  width: 16px;
  height: 12px;
}

.sprite-432ally {
  background-position: -90px -434px;
  width: 8px;
  height: 12px;
}

.sprite-432clan {
  background-position: -306px -98px;
  width: 16px;
  height: 12px;
}

.sprite-433ally {
  background-position: -100px -434px;
  width: 8px;
  height: 12px;
}

.sprite-433clan {
  background-position: -306px -112px;
  width: 16px;
  height: 12px;
}

.sprite-434ally {
  background-position: -110px -434px;
  width: 8px;
  height: 12px;
}

.sprite-434clan {
  background-position: -306px -126px;
  width: 16px;
  height: 12px;
}

.sprite-435ally {
  background-position: -120px -434px;
  width: 8px;
  height: 12px;
}

.sprite-435clan {
  background-position: -306px -140px;
  width: 16px;
  height: 12px;
}

.sprite-436ally {
  background-position: -130px -434px;
  width: 8px;
  height: 12px;
}

.sprite-436clan {
  background-position: -306px -154px;
  width: 16px;
  height: 12px;
}

.sprite-437ally {
  background-position: -140px -434px;
  width: 8px;
  height: 12px;
}

.sprite-437clan {
  background-position: -306px -168px;
  width: 16px;
  height: 12px;
}

.sprite-438ally {
  background-position: -150px -434px;
  width: 8px;
  height: 12px;
}

.sprite-438clan {
  background-position: -306px -182px;
  width: 16px;
  height: 12px;
}

.sprite-439ally {
  background-position: -160px -434px;
  width: 8px;
  height: 12px;
}

.sprite-439clan {
  background-position: -306px -196px;
  width: 16px;
  height: 12px;
}

.sprite-43ally {
  background-position: -170px -434px;
  width: 8px;
  height: 12px;
}

.sprite-43clan {
  background-position: -306px -210px;
  width: 16px;
  height: 12px;
}

.sprite-440ally {
  background-position: -180px -434px;
  width: 8px;
  height: 12px;
}

.sprite-440clan {
  background-position: -306px -224px;
  width: 16px;
  height: 12px;
}

.sprite-441ally {
  background-position: -190px -434px;
  width: 8px;
  height: 12px;
}

.sprite-441clan {
  background-position: -306px -238px;
  width: 16px;
  height: 12px;
}

.sprite-442ally {
  background-position: -200px -434px;
  width: 8px;
  height: 12px;
}

.sprite-442clan {
  background-position: -306px -252px;
  width: 16px;
  height: 12px;
}

.sprite-443ally {
  background-position: -210px -434px;
  width: 8px;
  height: 12px;
}

.sprite-443clan {
  background-position: -306px -266px;
  width: 16px;
  height: 12px;
}

.sprite-444ally {
  background-position: -220px -434px;
  width: 8px;
  height: 12px;
}

.sprite-444clan {
  background-position: -306px -280px;
  width: 16px;
  height: 12px;
}

.sprite-445ally {
  background-position: -230px -434px;
  width: 8px;
  height: 12px;
}

.sprite-445clan {
  background-position: 0px -294px;
  width: 16px;
  height: 12px;
}

.sprite-446ally {
  background-position: -240px -434px;
  width: 8px;
  height: 12px;
}

.sprite-446clan {
  background-position: -18px -294px;
  width: 16px;
  height: 12px;
}

.sprite-447ally {
  background-position: -250px -434px;
  width: 8px;
  height: 12px;
}

.sprite-447clan {
  background-position: -36px -294px;
  width: 16px;
  height: 12px;
}

.sprite-448ally {
  background-position: -260px -434px;
  width: 8px;
  height: 12px;
}

.sprite-448clan {
  background-position: -54px -294px;
  width: 16px;
  height: 12px;
}

.sprite-449ally {
  background-position: -270px -434px;
  width: 8px;
  height: 12px;
}

.sprite-449clan {
  background-position: -72px -294px;
  width: 16px;
  height: 12px;
}

.sprite-44ally {
  background-position: -280px -434px;
  width: 8px;
  height: 12px;
}

.sprite-44clan {
  background-position: -90px -294px;
  width: 16px;
  height: 12px;
}

.sprite-450ally {
  background-position: -290px -434px;
  width: 8px;
  height: 12px;
}

.sprite-450clan {
  background-position: -108px -294px;
  width: 16px;
  height: 12px;
}

.sprite-451ally {
  background-position: -300px -434px;
  width: 8px;
  height: 12px;
}

.sprite-451clan {
  background-position: -126px -294px;
  width: 16px;
  height: 12px;
}

.sprite-452ally {
  background-position: -310px -434px;
  width: 8px;
  height: 12px;
}

.sprite-452clan {
  background-position: -144px -294px;
  width: 16px;
  height: 12px;
}

.sprite-453ally {
  background-position: -320px -434px;
  width: 8px;
  height: 12px;
}

.sprite-453clan {
  background-position: -162px -294px;
  width: 16px;
  height: 12px;
}

.sprite-454ally {
  background-position: -330px -434px;
  width: 8px;
  height: 12px;
}

.sprite-454clan {
  background-position: -180px -294px;
  width: 16px;
  height: 12px;
}

.sprite-455ally {
  background-position: -340px -434px;
  width: 8px;
  height: 12px;
}

.sprite-455clan {
  background-position: -198px -294px;
  width: 16px;
  height: 12px;
}

.sprite-456ally {
  background-position: -350px -434px;
  width: 8px;
  height: 12px;
}

.sprite-456clan {
  background-position: -216px -294px;
  width: 16px;
  height: 12px;
}

.sprite-457ally {
  background-position: -360px -434px;
  width: 8px;
  height: 12px;
}

.sprite-457clan {
  background-position: -234px -294px;
  width: 16px;
  height: 12px;
}

.sprite-458ally {
  background-position: -370px -434px;
  width: 8px;
  height: 12px;
}

.sprite-458clan {
  background-position: -252px -294px;
  width: 16px;
  height: 12px;
}

.sprite-459ally {
  background-position: -380px -434px;
  width: 8px;
  height: 12px;
}

.sprite-459clan {
  background-position: -270px -294px;
  width: 16px;
  height: 12px;
}

.sprite-45ally {
  background-position: -390px -434px;
  width: 8px;
  height: 12px;
}

.sprite-45clan {
  background-position: -288px -294px;
  width: 16px;
  height: 12px;
}

.sprite-460ally {
  background-position: -400px -434px;
  width: 8px;
  height: 12px;
}

.sprite-460clan {
  background-position: -306px -294px;
  width: 16px;
  height: 12px;
}

.sprite-461ally {
  background-position: -410px -434px;
  width: 8px;
  height: 12px;
}

.sprite-461clan {
  background-position: 0px -308px;
  width: 16px;
  height: 12px;
}

.sprite-462ally {
  background-position: -420px -434px;
  width: 8px;
  height: 12px;
}

.sprite-462clan {
  background-position: -18px -308px;
  width: 16px;
  height: 12px;
}

.sprite-463ally {
  background-position: -430px -434px;
  width: 8px;
  height: 12px;
}

.sprite-463clan {
  background-position: -36px -308px;
  width: 16px;
  height: 12px;
}

.sprite-464ally {
  background-position: -440px -434px;
  width: 8px;
  height: 12px;
}

.sprite-464clan {
  background-position: -54px -308px;
  width: 16px;
  height: 12px;
}

.sprite-465ally {
  background-position: -456px 0px;
  width: 8px;
  height: 12px;
}

.sprite-465clan {
  background-position: -72px -308px;
  width: 16px;
  height: 12px;
}

.sprite-466ally {
  background-position: -456px -14px;
  width: 8px;
  height: 12px;
}

.sprite-466clan {
  background-position: -90px -308px;
  width: 16px;
  height: 12px;
}

.sprite-467ally {
  background-position: -456px -28px;
  width: 8px;
  height: 12px;
}

.sprite-467clan {
  background-position: -108px -308px;
  width: 16px;
  height: 12px;
}

.sprite-468ally {
  background-position: -456px -42px;
  width: 8px;
  height: 12px;
}

.sprite-468clan {
  background-position: -126px -308px;
  width: 16px;
  height: 12px;
}

.sprite-469ally {
  background-position: -456px -56px;
  width: 8px;
  height: 12px;
}

.sprite-469clan {
  background-position: -144px -308px;
  width: 16px;
  height: 12px;
}

.sprite-46ally {
  background-position: -456px -70px;
  width: 8px;
  height: 12px;
}

.sprite-46clan {
  background-position: -162px -308px;
  width: 16px;
  height: 12px;
}

.sprite-470ally {
  background-position: -456px -84px;
  width: 8px;
  height: 12px;
}

.sprite-470clan {
  background-position: -180px -308px;
  width: 16px;
  height: 12px;
}

.sprite-471ally {
  background-position: -456px -98px;
  width: 8px;
  height: 12px;
}

.sprite-471clan {
  background-position: -198px -308px;
  width: 16px;
  height: 12px;
}

.sprite-472ally {
  background-position: -456px -112px;
  width: 8px;
  height: 12px;
}

.sprite-472clan {
  background-position: -216px -308px;
  width: 16px;
  height: 12px;
}

.sprite-473ally {
  background-position: -456px -126px;
  width: 8px;
  height: 12px;
}

.sprite-473clan {
  background-position: -234px -308px;
  width: 16px;
  height: 12px;
}

.sprite-475ally {
  background-position: -456px -140px;
  width: 8px;
  height: 12px;
}

.sprite-475clan {
  background-position: -252px -308px;
  width: 16px;
  height: 12px;
}

.sprite-476ally {
  background-position: -456px -154px;
  width: 8px;
  height: 12px;
}

.sprite-476clan {
  background-position: -270px -308px;
  width: 16px;
  height: 12px;
}

.sprite-478ally {
  background-position: -456px -168px;
  width: 8px;
  height: 12px;
}

.sprite-478clan {
  background-position: -288px -308px;
  width: 16px;
  height: 12px;
}

.sprite-479ally {
  background-position: -456px -182px;
  width: 8px;
  height: 12px;
}

.sprite-479clan {
  background-position: -306px -308px;
  width: 16px;
  height: 12px;
}

.sprite-47ally {
  background-position: -456px -196px;
  width: 8px;
  height: 12px;
}

.sprite-47clan {
  background-position: -324px 0px;
  width: 16px;
  height: 12px;
}

.sprite-480ally {
  background-position: -456px -210px;
  width: 8px;
  height: 12px;
}

.sprite-480clan {
  background-position: -324px -14px;
  width: 16px;
  height: 12px;
}

.sprite-481ally {
  background-position: -456px -224px;
  width: 8px;
  height: 12px;
}

.sprite-481clan {
  background-position: -324px -28px;
  width: 16px;
  height: 12px;
}

.sprite-482ally {
  background-position: -456px -238px;
  width: 8px;
  height: 12px;
}

.sprite-482clan {
  background-position: -324px -42px;
  width: 16px;
  height: 12px;
}

.sprite-483ally {
  background-position: -456px -252px;
  width: 8px;
  height: 12px;
}

.sprite-483clan {
  background-position: -324px -56px;
  width: 16px;
  height: 12px;
}

.sprite-485ally {
  background-position: -456px -266px;
  width: 8px;
  height: 12px;
}

.sprite-485clan {
  background-position: -324px -70px;
  width: 16px;
  height: 12px;
}

.sprite-486ally {
  background-position: -456px -280px;
  width: 8px;
  height: 12px;
}

.sprite-486clan {
  background-position: -324px -84px;
  width: 16px;
  height: 12px;
}

.sprite-487ally {
  background-position: -456px -294px;
  width: 8px;
  height: 12px;
}

.sprite-487clan {
  background-position: -324px -98px;
  width: 16px;
  height: 12px;
}

.sprite-489ally {
  background-position: -456px -308px;
  width: 8px;
  height: 12px;
}

.sprite-489clan {
  background-position: -324px -112px;
  width: 16px;
  height: 12px;
}

.sprite-48ally {
  background-position: -456px -322px;
  width: 8px;
  height: 12px;
}

.sprite-48clan {
  background-position: -324px -126px;
  width: 16px;
  height: 12px;
}

.sprite-490ally {
  background-position: -456px -336px;
  width: 8px;
  height: 12px;
}

.sprite-490clan {
  background-position: -324px -140px;
  width: 16px;
  height: 12px;
}

.sprite-491ally {
  background-position: -456px -350px;
  width: 8px;
  height: 12px;
}

.sprite-491clan {
  background-position: -324px -154px;
  width: 16px;
  height: 12px;
}

.sprite-492ally {
  background-position: -456px -364px;
  width: 8px;
  height: 12px;
}

.sprite-492clan {
  background-position: -324px -168px;
  width: 16px;
  height: 12px;
}

.sprite-493ally {
  background-position: -456px -378px;
  width: 8px;
  height: 12px;
}

.sprite-493clan {
  background-position: -324px -182px;
  width: 16px;
  height: 12px;
}

.sprite-494ally {
  background-position: -456px -392px;
  width: 8px;
  height: 12px;
}

.sprite-494clan {
  background-position: -324px -196px;
  width: 16px;
  height: 12px;
}

.sprite-495ally {
  background-position: -456px -406px;
  width: 8px;
  height: 12px;
}

.sprite-495clan {
  background-position: -324px -210px;
  width: 16px;
  height: 12px;
}

.sprite-496ally {
  background-position: -456px -420px;
  width: 8px;
  height: 12px;
}

.sprite-496clan {
  background-position: -324px -224px;
  width: 16px;
  height: 12px;
}

.sprite-497ally {
  background-position: -456px -434px;
  width: 8px;
  height: 12px;
}

.sprite-497clan {
  background-position: -324px -238px;
  width: 16px;
  height: 12px;
}

.sprite-498ally {
  background-position: 0px -448px;
  width: 8px;
  height: 12px;
}

.sprite-498clan {
  background-position: -324px -252px;
  width: 16px;
  height: 12px;
}

.sprite-499ally {
  background-position: -10px -448px;
  width: 8px;
  height: 12px;
}

.sprite-499clan {
  background-position: -324px -266px;
  width: 16px;
  height: 12px;
}

.sprite-49ally {
  background-position: -20px -448px;
  width: 8px;
  height: 12px;
}

.sprite-49clan {
  background-position: -324px -280px;
  width: 16px;
  height: 12px;
}

.sprite-4ally {
  background-position: -30px -448px;
  width: 8px;
  height: 12px;
}

.sprite-4clan {
  background-position: -324px -294px;
  width: 16px;
  height: 12px;
}

.sprite-500ally {
  background-position: -40px -448px;
  width: 8px;
  height: 12px;
}

.sprite-500clan {
  background-position: -324px -308px;
  width: 16px;
  height: 12px;
}

.sprite-501ally {
  background-position: -50px -448px;
  width: 8px;
  height: 12px;
}

.sprite-501clan {
  background-position: 0px -322px;
  width: 16px;
  height: 12px;
}

.sprite-502ally {
  background-position: -60px -448px;
  width: 8px;
  height: 12px;
}

.sprite-502clan {
  background-position: -18px -322px;
  width: 16px;
  height: 12px;
}

.sprite-503ally {
  background-position: -70px -448px;
  width: 8px;
  height: 12px;
}

.sprite-503clan {
  background-position: -36px -322px;
  width: 16px;
  height: 12px;
}

.sprite-504ally {
  background-position: -80px -448px;
  width: 8px;
  height: 12px;
}

.sprite-504clan {
  background-position: -54px -322px;
  width: 16px;
  height: 12px;
}

.sprite-505ally {
  background-position: -90px -448px;
  width: 8px;
  height: 12px;
}

.sprite-505clan {
  background-position: -72px -322px;
  width: 16px;
  height: 12px;
}

.sprite-506ally {
  background-position: -100px -448px;
  width: 8px;
  height: 12px;
}

.sprite-506clan {
  background-position: -90px -322px;
  width: 16px;
  height: 12px;
}

.sprite-507ally {
  background-position: -110px -448px;
  width: 8px;
  height: 12px;
}

.sprite-507clan {
  background-position: -108px -322px;
  width: 16px;
  height: 12px;
}

.sprite-508ally {
  background-position: -120px -448px;
  width: 8px;
  height: 12px;
}

.sprite-508clan {
  background-position: -126px -322px;
  width: 16px;
  height: 12px;
}

.sprite-509ally {
  background-position: -130px -448px;
  width: 8px;
  height: 12px;
}

.sprite-509clan {
  background-position: -144px -322px;
  width: 16px;
  height: 12px;
}

.sprite-50ally {
  background-position: -140px -448px;
  width: 8px;
  height: 12px;
}

.sprite-50clan {
  background-position: -162px -322px;
  width: 16px;
  height: 12px;
}

.sprite-510ally {
  background-position: -150px -448px;
  width: 8px;
  height: 12px;
}

.sprite-510clan {
  background-position: -180px -322px;
  width: 16px;
  height: 12px;
}

.sprite-511ally {
  background-position: -160px -448px;
  width: 8px;
  height: 12px;
}

.sprite-511clan {
  background-position: -198px -322px;
  width: 16px;
  height: 12px;
}

.sprite-512ally {
  background-position: -170px -448px;
  width: 8px;
  height: 12px;
}

.sprite-512clan {
  background-position: -216px -322px;
  width: 16px;
  height: 12px;
}

.sprite-513ally {
  background-position: -180px -448px;
  width: 8px;
  height: 12px;
}

.sprite-513clan {
  background-position: -234px -322px;
  width: 16px;
  height: 12px;
}

.sprite-514ally {
  background-position: -190px -448px;
  width: 8px;
  height: 12px;
}

.sprite-514clan {
  background-position: -252px -322px;
  width: 16px;
  height: 12px;
}

.sprite-515ally {
  background-position: -200px -448px;
  width: 8px;
  height: 12px;
}

.sprite-515clan {
  background-position: -270px -322px;
  width: 16px;
  height: 12px;
}

.sprite-516ally {
  background-position: -210px -448px;
  width: 8px;
  height: 12px;
}

.sprite-516clan {
  background-position: -288px -322px;
  width: 16px;
  height: 12px;
}

.sprite-517ally {
  background-position: -220px -448px;
  width: 8px;
  height: 12px;
}

.sprite-517clan {
  background-position: -306px -322px;
  width: 16px;
  height: 12px;
}

.sprite-518ally {
  background-position: -230px -448px;
  width: 8px;
  height: 12px;
}

.sprite-518clan {
  background-position: -324px -322px;
  width: 16px;
  height: 12px;
}

.sprite-519ally {
  background-position: -240px -448px;
  width: 8px;
  height: 12px;
}

.sprite-519clan {
  background-position: -342px 0px;
  width: 16px;
  height: 12px;
}

.sprite-51ally {
  background-position: -250px -448px;
  width: 8px;
  height: 12px;
}

.sprite-51clan {
  background-position: -342px -14px;
  width: 16px;
  height: 12px;
}

.sprite-520ally {
  background-position: -260px -448px;
  width: 8px;
  height: 12px;
}

.sprite-520clan {
  background-position: -342px -28px;
  width: 16px;
  height: 12px;
}

.sprite-521ally {
  background-position: -270px -448px;
  width: 8px;
  height: 12px;
}

.sprite-521clan {
  background-position: -342px -42px;
  width: 16px;
  height: 12px;
}

.sprite-522ally {
  background-position: -280px -448px;
  width: 8px;
  height: 12px;
}

.sprite-522clan {
  background-position: -342px -56px;
  width: 16px;
  height: 12px;
}

.sprite-523ally {
  background-position: -290px -448px;
  width: 8px;
  height: 12px;
}

.sprite-523clan {
  background-position: -342px -70px;
  width: 16px;
  height: 12px;
}

.sprite-524ally {
  background-position: -300px -448px;
  width: 8px;
  height: 12px;
}

.sprite-524clan {
  background-position: -342px -84px;
  width: 16px;
  height: 12px;
}

.sprite-525ally {
  background-position: -310px -448px;
  width: 8px;
  height: 12px;
}

.sprite-525clan {
  background-position: -342px -98px;
  width: 16px;
  height: 12px;
}

.sprite-526ally {
  background-position: -320px -448px;
  width: 8px;
  height: 12px;
}

.sprite-526clan {
  background-position: -342px -112px;
  width: 16px;
  height: 12px;
}

.sprite-527ally {
  background-position: -330px -448px;
  width: 8px;
  height: 12px;
}

.sprite-527clan {
  background-position: -342px -126px;
  width: 16px;
  height: 12px;
}

.sprite-528ally {
  background-position: -340px -448px;
  width: 8px;
  height: 12px;
}

.sprite-528clan {
  background-position: -342px -140px;
  width: 16px;
  height: 12px;
}

.sprite-529ally {
  background-position: -350px -448px;
  width: 8px;
  height: 12px;
}

.sprite-529clan {
  background-position: -342px -154px;
  width: 16px;
  height: 12px;
}

.sprite-52ally {
  background-position: -360px -448px;
  width: 8px;
  height: 12px;
}

.sprite-52clan {
  background-position: -342px -168px;
  width: 16px;
  height: 12px;
}

.sprite-530ally {
  background-position: -370px -448px;
  width: 8px;
  height: 12px;
}

.sprite-530clan {
  background-position: -342px -182px;
  width: 16px;
  height: 12px;
}

.sprite-531ally {
  background-position: -380px -448px;
  width: 8px;
  height: 12px;
}

.sprite-531clan {
  background-position: -342px -196px;
  width: 16px;
  height: 12px;
}

.sprite-532ally {
  background-position: -390px -448px;
  width: 8px;
  height: 12px;
}

.sprite-532clan {
  background-position: -342px -210px;
  width: 16px;
  height: 12px;
}

.sprite-533ally {
  background-position: -400px -448px;
  width: 8px;
  height: 12px;
}

.sprite-533clan {
  background-position: -342px -224px;
  width: 16px;
  height: 12px;
}

.sprite-534ally {
  background-position: -410px -448px;
  width: 8px;
  height: 12px;
}

.sprite-534clan {
  background-position: -342px -238px;
  width: 16px;
  height: 12px;
}

.sprite-535ally {
  background-position: -420px -448px;
  width: 8px;
  height: 12px;
}

.sprite-535clan {
  background-position: -342px -252px;
  width: 16px;
  height: 12px;
}

.sprite-536ally {
  background-position: -430px -448px;
  width: 8px;
  height: 12px;
}

.sprite-536clan {
  background-position: -342px -266px;
  width: 16px;
  height: 12px;
}

.sprite-537ally {
  background-position: -440px -448px;
  width: 8px;
  height: 12px;
}

.sprite-537clan {
  background-position: -342px -280px;
  width: 16px;
  height: 12px;
}

.sprite-538ally {
  background-position: -450px -448px;
  width: 8px;
  height: 12px;
}

.sprite-538clan {
  background-position: -342px -294px;
  width: 16px;
  height: 12px;
}

.sprite-539ally {
  background-position: -466px 0px;
  width: 8px;
  height: 12px;
}

.sprite-539clan {
  background-position: -342px -308px;
  width: 16px;
  height: 12px;
}

.sprite-53ally {
  background-position: -466px -14px;
  width: 8px;
  height: 12px;
}

.sprite-53clan {
  background-position: -342px -322px;
  width: 16px;
  height: 12px;
}

.sprite-540ally {
  background-position: -466px -28px;
  width: 8px;
  height: 12px;
}

.sprite-540clan {
  background-position: 0px -336px;
  width: 16px;
  height: 12px;
}

.sprite-541ally {
  background-position: -466px -42px;
  width: 8px;
  height: 12px;
}

.sprite-541clan {
  background-position: -18px -336px;
  width: 16px;
  height: 12px;
}

.sprite-542ally {
  background-position: -466px -56px;
  width: 8px;
  height: 12px;
}

.sprite-542clan {
  background-position: -36px -336px;
  width: 16px;
  height: 12px;
}

.sprite-543ally {
  background-position: -466px -70px;
  width: 8px;
  height: 12px;
}

.sprite-543clan {
  background-position: -54px -336px;
  width: 16px;
  height: 12px;
}

.sprite-544ally {
  background-position: -466px -84px;
  width: 8px;
  height: 12px;
}

.sprite-544clan {
  background-position: -72px -336px;
  width: 16px;
  height: 12px;
}

.sprite-545ally {
  background-position: -466px -98px;
  width: 8px;
  height: 12px;
}

.sprite-545clan {
  background-position: -90px -336px;
  width: 16px;
  height: 12px;
}

.sprite-546ally {
  background-position: -466px -112px;
  width: 8px;
  height: 12px;
}

.sprite-546clan {
  background-position: -108px -336px;
  width: 16px;
  height: 12px;
}

.sprite-547ally {
  background-position: -466px -126px;
  width: 8px;
  height: 12px;
}

.sprite-547clan {
  background-position: -126px -336px;
  width: 16px;
  height: 12px;
}

.sprite-548ally {
  background-position: -466px -140px;
  width: 8px;
  height: 12px;
}

.sprite-548clan {
  background-position: -144px -336px;
  width: 16px;
  height: 12px;
}

.sprite-549ally {
  background-position: -466px -154px;
  width: 8px;
  height: 12px;
}

.sprite-549clan {
  background-position: -162px -336px;
  width: 16px;
  height: 12px;
}

.sprite-54ally {
  background-position: -466px -168px;
  width: 8px;
  height: 12px;
}

.sprite-54clan {
  background-position: -180px -336px;
  width: 16px;
  height: 12px;
}

.sprite-550ally {
  background-position: -466px -182px;
  width: 8px;
  height: 12px;
}

.sprite-550clan {
  background-position: -198px -336px;
  width: 16px;
  height: 12px;
}

.sprite-551ally {
  background-position: -466px -196px;
  width: 8px;
  height: 12px;
}

.sprite-551clan {
  background-position: -216px -336px;
  width: 16px;
  height: 12px;
}

.sprite-552ally {
  background-position: -466px -210px;
  width: 8px;
  height: 12px;
}

.sprite-552clan {
  background-position: -234px -336px;
  width: 16px;
  height: 12px;
}

.sprite-553ally {
  background-position: -466px -224px;
  width: 8px;
  height: 12px;
}

.sprite-553clan {
  background-position: -252px -336px;
  width: 16px;
  height: 12px;
}

.sprite-554ally {
  background-position: -466px -238px;
  width: 8px;
  height: 12px;
}

.sprite-554clan {
  background-position: -270px -336px;
  width: 16px;
  height: 12px;
}

.sprite-555ally {
  background-position: -466px -252px;
  width: 8px;
  height: 12px;
}

.sprite-555clan {
  background-position: -288px -336px;
  width: 16px;
  height: 12px;
}

.sprite-556ally {
  background-position: -466px -266px;
  width: 8px;
  height: 12px;
}

.sprite-556clan {
  background-position: -306px -336px;
  width: 16px;
  height: 12px;
}

.sprite-557ally {
  background-position: -466px -280px;
  width: 8px;
  height: 12px;
}

.sprite-557clan {
  background-position: -324px -336px;
  width: 16px;
  height: 12px;
}

.sprite-558ally {
  background-position: -466px -294px;
  width: 8px;
  height: 12px;
}

.sprite-558clan {
  background-position: -342px -336px;
  width: 16px;
  height: 12px;
}

.sprite-559ally {
  background-position: -466px -308px;
  width: 8px;
  height: 12px;
}

.sprite-559clan {
  background-position: -360px 0px;
  width: 16px;
  height: 12px;
}

.sprite-55ally {
  background-position: -466px -322px;
  width: 8px;
  height: 12px;
}

.sprite-55clan {
  background-position: -360px -14px;
  width: 16px;
  height: 12px;
}

.sprite-560ally {
  background-position: -466px -336px;
  width: 8px;
  height: 12px;
}

.sprite-560clan {
  background-position: -360px -28px;
  width: 16px;
  height: 12px;
}

.sprite-561ally {
  background-position: -466px -350px;
  width: 8px;
  height: 12px;
}

.sprite-561clan {
  background-position: -360px -42px;
  width: 16px;
  height: 12px;
}

.sprite-562ally {
  background-position: -466px -364px;
  width: 8px;
  height: 12px;
}

.sprite-562clan {
  background-position: -360px -56px;
  width: 16px;
  height: 12px;
}

.sprite-563ally {
  background-position: -466px -378px;
  width: 8px;
  height: 12px;
}

.sprite-563clan {
  background-position: -360px -70px;
  width: 16px;
  height: 12px;
}

.sprite-564ally {
  background-position: -466px -392px;
  width: 8px;
  height: 12px;
}

.sprite-564clan {
  background-position: -360px -84px;
  width: 16px;
  height: 12px;
}

.sprite-565ally {
  background-position: -466px -406px;
  width: 8px;
  height: 12px;
}

.sprite-565clan {
  background-position: -360px -98px;
  width: 16px;
  height: 12px;
}

.sprite-566ally {
  background-position: -466px -420px;
  width: 8px;
  height: 12px;
}

.sprite-566clan {
  background-position: -360px -112px;
  width: 16px;
  height: 12px;
}

.sprite-567ally {
  background-position: -466px -434px;
  width: 8px;
  height: 12px;
}

.sprite-567clan {
  background-position: -360px -126px;
  width: 16px;
  height: 12px;
}

.sprite-568ally {
  background-position: -466px -448px;
  width: 8px;
  height: 12px;
}

.sprite-568clan {
  background-position: -360px -140px;
  width: 16px;
  height: 12px;
}

.sprite-569ally {
  background-position: 0px -462px;
  width: 8px;
  height: 12px;
}

.sprite-569clan {
  background-position: -360px -154px;
  width: 16px;
  height: 12px;
}

.sprite-56ally {
  background-position: -10px -462px;
  width: 8px;
  height: 12px;
}

.sprite-56clan {
  background-position: -360px -168px;
  width: 16px;
  height: 12px;
}

.sprite-570ally {
  background-position: -20px -462px;
  width: 8px;
  height: 12px;
}

.sprite-570clan {
  background-position: -360px -182px;
  width: 16px;
  height: 12px;
}

.sprite-571ally {
  background-position: -30px -462px;
  width: 8px;
  height: 12px;
}

.sprite-571clan {
  background-position: -360px -196px;
  width: 16px;
  height: 12px;
}

.sprite-572ally {
  background-position: -40px -462px;
  width: 8px;
  height: 12px;
}

.sprite-572clan {
  background-position: -360px -210px;
  width: 16px;
  height: 12px;
}

.sprite-573ally {
  background-position: -50px -462px;
  width: 8px;
  height: 12px;
}

.sprite-573clan {
  background-position: -360px -224px;
  width: 16px;
  height: 12px;
}

.sprite-574ally {
  background-position: -60px -462px;
  width: 8px;
  height: 12px;
}

.sprite-574clan {
  background-position: -360px -238px;
  width: 16px;
  height: 12px;
}

.sprite-575ally {
  background-position: -70px -462px;
  width: 8px;
  height: 12px;
}

.sprite-575clan {
  background-position: -360px -252px;
  width: 16px;
  height: 12px;
}

.sprite-576ally {
  background-position: -80px -462px;
  width: 8px;
  height: 12px;
}

.sprite-576clan {
  background-position: -360px -266px;
  width: 16px;
  height: 12px;
}

.sprite-577ally {
  background-position: -90px -462px;
  width: 8px;
  height: 12px;
}

.sprite-577clan {
  background-position: -360px -280px;
  width: 16px;
  height: 12px;
}

.sprite-578ally {
  background-position: -100px -462px;
  width: 8px;
  height: 12px;
}

.sprite-578clan {
  background-position: -360px -294px;
  width: 16px;
  height: 12px;
}

.sprite-579ally {
  background-position: -110px -462px;
  width: 8px;
  height: 12px;
}

.sprite-579clan {
  background-position: -360px -308px;
  width: 16px;
  height: 12px;
}

.sprite-57ally {
  background-position: -120px -462px;
  width: 8px;
  height: 12px;
}

.sprite-57clan {
  background-position: -360px -322px;
  width: 16px;
  height: 12px;
}

.sprite-580ally {
  background-position: -130px -462px;
  width: 8px;
  height: 12px;
}

.sprite-580clan {
  background-position: -360px -336px;
  width: 16px;
  height: 12px;
}

.sprite-581ally {
  background-position: -140px -462px;
  width: 8px;
  height: 12px;
}

.sprite-581clan {
  background-position: 0px -350px;
  width: 16px;
  height: 12px;
}

.sprite-582ally {
  background-position: -150px -462px;
  width: 8px;
  height: 12px;
}

.sprite-582clan {
  background-position: -18px -350px;
  width: 16px;
  height: 12px;
}

.sprite-584ally {
  background-position: -160px -462px;
  width: 8px;
  height: 12px;
}

.sprite-584clan {
  background-position: -36px -350px;
  width: 16px;
  height: 12px;
}

.sprite-585ally {
  background-position: -170px -462px;
  width: 8px;
  height: 12px;
}

.sprite-585clan {
  background-position: -54px -350px;
  width: 16px;
  height: 12px;
}

.sprite-586ally {
  background-position: -180px -462px;
  width: 8px;
  height: 12px;
}

.sprite-586clan {
  background-position: -72px -350px;
  width: 16px;
  height: 12px;
}

.sprite-587ally {
  background-position: -190px -462px;
  width: 8px;
  height: 12px;
}

.sprite-587clan {
  background-position: -90px -350px;
  width: 16px;
  height: 12px;
}

.sprite-58ally {
  background-position: -200px -462px;
  width: 8px;
  height: 12px;
}

.sprite-58clan {
  background-position: -108px -350px;
  width: 16px;
  height: 12px;
}

.sprite-593ally {
  background-position: -210px -462px;
  width: 8px;
  height: 12px;
}

.sprite-593clan {
  background-position: -126px -350px;
  width: 16px;
  height: 12px;
}

.sprite-594ally {
  background-position: -220px -462px;
  width: 8px;
  height: 12px;
}

.sprite-594clan {
  background-position: -144px -350px;
  width: 16px;
  height: 12px;
}

.sprite-595ally {
  background-position: -230px -462px;
  width: 8px;
  height: 12px;
}

.sprite-595clan {
  background-position: -162px -350px;
  width: 16px;
  height: 12px;
}

.sprite-59ally {
  background-position: -240px -462px;
  width: 8px;
  height: 12px;
}

.sprite-59clan {
  background-position: -180px -350px;
  width: 16px;
  height: 12px;
}

.sprite-5ally {
  background-position: -250px -462px;
  width: 8px;
  height: 12px;
}

.sprite-5clan {
  background-position: -198px -350px;
  width: 16px;
  height: 12px;
}

.sprite-60ally {
  background-position: -260px -462px;
  width: 8px;
  height: 12px;
}

.sprite-60clan {
  background-position: -216px -350px;
  width: 16px;
  height: 12px;
}

.sprite-61ally {
  background-position: -270px -462px;
  width: 8px;
  height: 12px;
}

.sprite-61clan {
  background-position: -234px -350px;
  width: 16px;
  height: 12px;
}

.sprite-62ally {
  background-position: -280px -462px;
  width: 8px;
  height: 12px;
}

.sprite-62clan {
  background-position: -252px -350px;
  width: 16px;
  height: 12px;
}

.sprite-63ally {
  background-position: -290px -462px;
  width: 8px;
  height: 12px;
}

.sprite-63clan {
  background-position: -270px -350px;
  width: 16px;
  height: 12px;
}

.sprite-64ally {
  background-position: -300px -462px;
  width: 8px;
  height: 12px;
}

.sprite-64clan {
  background-position: -288px -350px;
  width: 16px;
  height: 12px;
}

.sprite-65ally {
  background-position: -310px -462px;
  width: 8px;
  height: 12px;
}

.sprite-65clan {
  background-position: -306px -350px;
  width: 16px;
  height: 12px;
}

.sprite-66ally {
  background-position: -320px -462px;
  width: 8px;
  height: 12px;
}

.sprite-66clan {
  background-position: -324px -350px;
  width: 16px;
  height: 12px;
}

.sprite-67ally {
  background-position: -330px -462px;
  width: 8px;
  height: 12px;
}

.sprite-67clan {
  background-position: -342px -350px;
  width: 16px;
  height: 12px;
}

.sprite-68ally {
  background-position: -340px -462px;
  width: 8px;
  height: 12px;
}

.sprite-68clan {
  background-position: -360px -350px;
  width: 16px;
  height: 12px;
}

.sprite-69ally {
  background-position: -350px -462px;
  width: 8px;
  height: 12px;
}

.sprite-69clan {
  background-position: 0px -364px;
  width: 16px;
  height: 12px;
}

.sprite-6ally {
  background-position: -360px -462px;
  width: 8px;
  height: 12px;
}

.sprite-6clan {
  background-position: -18px -364px;
  width: 16px;
  height: 12px;
}

.sprite-70ally {
  background-position: -370px -462px;
  width: 8px;
  height: 12px;
}

.sprite-70clan {
  background-position: -36px -364px;
  width: 16px;
  height: 12px;
}

.sprite-71ally {
  background-position: -380px -462px;
  width: 8px;
  height: 12px;
}

.sprite-71clan {
  background-position: -54px -364px;
  width: 16px;
  height: 12px;
}

.sprite-72ally {
  background-position: -390px -462px;
  width: 8px;
  height: 12px;
}

.sprite-72clan {
  background-position: -72px -364px;
  width: 16px;
  height: 12px;
}

.sprite-73ally {
  background-position: -400px -462px;
  width: 8px;
  height: 12px;
}

.sprite-73clan {
  background-position: -90px -364px;
  width: 16px;
  height: 12px;
}

.sprite-74ally {
  background-position: -410px -462px;
  width: 8px;
  height: 12px;
}

.sprite-74clan {
  background-position: -108px -364px;
  width: 16px;
  height: 12px;
}

.sprite-75ally {
  background-position: -420px -462px;
  width: 8px;
  height: 12px;
}

.sprite-75clan {
  background-position: -126px -364px;
  width: 16px;
  height: 12px;
}

.sprite-76ally {
  background-position: -430px -462px;
  width: 8px;
  height: 12px;
}

.sprite-76clan {
  background-position: -144px -364px;
  width: 16px;
  height: 12px;
}

.sprite-77ally {
  background-position: -440px -462px;
  width: 8px;
  height: 12px;
}

.sprite-77clan {
  background-position: -162px -364px;
  width: 16px;
  height: 12px;
}

.sprite-78ally {
  background-position: -450px -462px;
  width: 8px;
  height: 12px;
}

.sprite-78clan {
  background-position: -180px -364px;
  width: 16px;
  height: 12px;
}

.sprite-79ally {
  background-position: -460px -462px;
  width: 8px;
  height: 12px;
}

.sprite-79clan {
  background-position: -198px -364px;
  width: 16px;
  height: 12px;
}

.sprite-7ally {
  background-position: -476px 0px;
  width: 8px;
  height: 12px;
}

.sprite-7clan {
  background-position: -216px -364px;
  width: 16px;
  height: 12px;
}

.sprite-80ally {
  background-position: -476px -14px;
  width: 8px;
  height: 12px;
}

.sprite-80clan {
  background-position: -234px -364px;
  width: 16px;
  height: 12px;
}

.sprite-81ally {
  background-position: -476px -28px;
  width: 8px;
  height: 12px;
}

.sprite-81clan {
  background-position: -252px -364px;
  width: 16px;
  height: 12px;
}

.sprite-82ally {
  background-position: -476px -42px;
  width: 8px;
  height: 12px;
}

.sprite-82clan {
  background-position: -270px -364px;
  width: 16px;
  height: 12px;
}

.sprite-83ally {
  background-position: -476px -56px;
  width: 8px;
  height: 12px;
}

.sprite-83clan {
  background-position: -288px -364px;
  width: 16px;
  height: 12px;
}

.sprite-84ally {
  background-position: -476px -70px;
  width: 8px;
  height: 12px;
}

.sprite-84clan {
  background-position: -306px -364px;
  width: 16px;
  height: 12px;
}

.sprite-85ally {
  background-position: -476px -84px;
  width: 8px;
  height: 12px;
}

.sprite-85clan {
  background-position: -324px -364px;
  width: 16px;
  height: 12px;
}

.sprite-86ally {
  background-position: -476px -98px;
  width: 8px;
  height: 12px;
}

.sprite-86clan {
  background-position: -342px -364px;
  width: 16px;
  height: 12px;
}

.sprite-87ally {
  background-position: -476px -112px;
  width: 8px;
  height: 12px;
}

.sprite-87clan {
  background-position: -360px -364px;
  width: 16px;
  height: 12px;
}

.sprite-88ally {
  background-position: -476px -126px;
  width: 8px;
  height: 12px;
}

.sprite-88clan {
  background-position: -378px 0px;
  width: 16px;
  height: 12px;
}

.sprite-89ally {
  background-position: -476px -140px;
  width: 8px;
  height: 12px;
}

.sprite-89clan {
  background-position: -378px -14px;
  width: 16px;
  height: 12px;
}

.sprite-8ally {
  background-position: -476px -154px;
  width: 8px;
  height: 12px;
}

.sprite-8clan {
  background-position: -378px -28px;
  width: 16px;
  height: 12px;
}

.sprite-90ally {
  background-position: -476px -168px;
  width: 8px;
  height: 12px;
}

.sprite-90clan {
  background-position: -378px -42px;
  width: 16px;
  height: 12px;
}

.sprite-91ally {
  background-position: -476px -182px;
  width: 8px;
  height: 12px;
}

.sprite-91clan {
  background-position: -378px -56px;
  width: 16px;
  height: 12px;
}

.sprite-92ally {
  background-position: -476px -196px;
  width: 8px;
  height: 12px;
}

.sprite-92clan {
  background-position: -378px -70px;
  width: 16px;
  height: 12px;
}

.sprite-93ally {
  background-position: -476px -210px;
  width: 8px;
  height: 12px;
}

.sprite-93clan {
  background-position: -378px -84px;
  width: 16px;
  height: 12px;
}

.sprite-94ally {
  background-position: -476px -224px;
  width: 8px;
  height: 12px;
}

.sprite-94clan {
  background-position: -378px -98px;
  width: 16px;
  height: 12px;
}

.sprite-95ally {
  background-position: -476px -238px;
  width: 8px;
  height: 12px;
}

.sprite-95clan {
  background-position: -378px -112px;
  width: 16px;
  height: 12px;
}

.sprite-96ally {
  background-position: -476px -252px;
  width: 8px;
  height: 12px;
}

.sprite-96clan {
  background-position: -378px -126px;
  width: 16px;
  height: 12px;
}

.sprite-97ally {
  background-position: -476px -266px;
  width: 8px;
  height: 12px;
}

.sprite-97clan {
  background-position: -378px -140px;
  width: 16px;
  height: 12px;
}

.sprite-98ally {
  background-position: -476px -280px;
  width: 8px;
  height: 12px;
}

.sprite-98clan {
  background-position: -378px -154px;
  width: 16px;
  height: 12px;
}

.sprite-99ally {
  background-position: -476px -294px;
  width: 8px;
  height: 12px;
}

.sprite-99clan {
  background-position: -378px -168px;
  width: 16px;
  height: 12px;
}

.sprite-9ally {
  background-position: -476px -308px;
  width: 8px;
  height: 12px;
}

.sprite-9clan {
  background-position: -378px -182px;
  width: 16px;
  height: 12px;
}

/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1158px) {
  .container {
    max-width: 1158px;
  }
}

@media (min-width: 1232px) {
  .container {
    max-width: 1232px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.left-3\.5 {
  left: 0.875rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.-z-10 {
  z-index: -10;
}

.z-50 {
  z-index: 50;
}

.order-first {
  order: -9999;
}

.clear-both {
  clear: both;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mt-2\.5 {
  margin-top: -0.625rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-\[17px\] {
  margin-right: 17px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-px {
  margin-top: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[210px\] {
  height: 210px;
}

.h-\[3px\] {
  height: 3px;
}

.h-\[59px\] {
  height: 59px;
}

.h-\[61px\] {
  height: 61px;
}

.h-\[760px\] {
  height: 760px;
}

.min-h-\[138px\] {
  min-height: 138px;
}

.min-h-\[32px\] {
  min-height: 32px;
}

.min-h-\[760px\] {
  min-height: 760px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-\[90\%\] {
  width: 90%;
}

.w-full {
  width: 100%;
}

.min-w-36 {
  min-width: 9rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-60 {
  min-width: 15rem;
}

.min-w-\[117px\] {
  min-width: 117px;
}

.min-w-\[24px\] {
  min-width: 24px;
}

.min-w-\[28px\] {
  min-width: 28px;
}

.min-w-\[375px\] {
  min-width: 375px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-\[493px\] {
  max-width: 493px;
}

.max-w-\[496px\] {
  max-width: 496px;
}

.max-w-\[887px\] {
  max-width: 887px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-1200 {
  max-width: 1232px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow-0 {
  flex-grow: 0;
}

.grow-0 {
  flex-grow: 0;
}

.basis-\[331px\] {
  flex-basis: 331px;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-px {
  row-gap: 1px;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#2A343E\] {
  --tw-border-opacity: 1;
  border-color: rgb(42 52 62 / var(--tw-border-opacity));
}

.border-blue1 {
  --tw-border-opacity: 1;
  border-color: rgb(58 118 178 / var(--tw-border-opacity));
}

.border-blue4 {
  --tw-border-opacity: 1;
  border-color: rgb(82 110 138 / var(--tw-border-opacity));
}

.border-dark-blue2 {
  --tw-border-opacity: 1;
  border-color: rgb(61 68 77 / var(--tw-border-opacity));
}

.border-dark-blue3 {
  --tw-border-opacity: 1;
  border-color: rgb(32 36 40 / var(--tw-border-opacity));
}

.border-dark-blue4 {
  --tw-border-opacity: 1;
  border-color: rgb(40 44 49 / var(--tw-border-opacity));
}

.border-gray2 {
  --tw-border-opacity: 1;
  border-color: rgb(96 102 107 / var(--tw-border-opacity));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 191 96 / var(--tw-border-opacity));
}

.border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.bg-\[\#0F1213\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 18 19 / var(--tw-bg-opacity));
}

.bg-\[\#131313\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 19 / var(--tw-bg-opacity));
}

.bg-\[\#222628\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 38 40 / var(--tw-bg-opacity));
}

.bg-\[\#D3D9DD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 217 221 / var(--tw-bg-opacity));
}

.bg-blue2 {
  --tw-bg-opacity: 1;
  background-color: rgb(44 97 151 / var(--tw-bg-opacity));
}

.bg-blue3 {
  --tw-bg-opacity: 1;
  background-color: rgb(119 174 229 / var(--tw-bg-opacity));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 19 / var(--tw-bg-opacity));
}

.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(24 28 31 / var(--tw-bg-opacity));
}

.bg-dark-blue2 {
  --tw-bg-opacity: 1;
  background-color: rgb(61 68 77 / var(--tw-bg-opacity));
}

.bg-dark-blue3 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 36 40 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(156 162 167 / var(--tw-bg-opacity));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 96 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/images\/pngwing_1\.png\'\)\] {
  background-image: url("../images/pngwing_1.1db665f5d897.png");
}

.bg-\[url\(\'\.\.\/images\/streamer_banner\.jpeg\'\)\] {
  background-image: url("../images/streamer_banner.a5df8f88c4bc.jpeg");
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[17px\] {
  padding: 17px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-96 {
  padding-top: 24rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-boomer {
  font-size: 24px;
}

.text-chad {
  font-size: 32px;
}

.text-cuck {
  font-size: 14px;
}

.text-doomer {
  font-size: 16px;
}

.text-genalpha {
  font-size: 13px;
}

.text-millenial {
  font-size: 20px;
}

.text-zoomer {
  font-size: 15px;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.3125rem\] {
  line-height: 1.3125rem;
}

.leading-\[17px\] {
  line-height: 17px;
}

.leading-snug {
  line-height: 1.375;
}

.text-\[\#10111B\] {
  --tw-text-opacity: 1;
  color: rgb(16 17 27 / var(--tw-text-opacity));
}

.text-\[\#656B71\] {
  --tw-text-opacity: 1;
  color: rgb(101 107 113 / var(--tw-text-opacity));
}

.text-\[\#7BE569\] {
  --tw-text-opacity: 1;
  color: rgb(123 229 105 / var(--tw-text-opacity));
}

.text-\[\#8594A8\] {
  --tw-text-opacity: 1;
  color: rgb(133 148 168 / var(--tw-text-opacity));
}

.text-\[\#D3D9DD\] {
  --tw-text-opacity: 1;
  color: rgb(211 217 221 / var(--tw-text-opacity));
}

.text-\[\#EB5757\] {
  --tw-text-opacity: 1;
  color: rgb(235 87 87 / var(--tw-text-opacity));
}

.text-blue3 {
  --tw-text-opacity: 1;
  color: rgb(119 174 229 / var(--tw-text-opacity));
}

.text-blue6 {
  --tw-text-opacity: 1;
  color: rgb(98 175 253 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(156 162 167 / var(--tw-text-opacity));
}

.text-gray2 {
  --tw-text-opacity: 1;
  color: rgb(96 102 107 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(73 157 60 / var(--tw-text-opacity));
}

.text-light-gray {
  --tw-text-opacity: 1;
  color: rgb(211 217 221 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 191 96 / var(--tw-text-opacity));
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

.placeholder-\[\#667583\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 117 131 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#667583\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 117 131 / var(--tw-placeholder-opacity));
}

.placeholder-gray2::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 102 107 / var(--tw-placeholder-opacity));
}

.placeholder-gray2::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 102 107 / var(--tw-placeholder-opacity));
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* main styles */

.menu {
  height: 38px;
  width: 28px;
  position: relative;
  margin: auto;
  padding-top: 4px;
  border-radius: 100%;
  transition: 0.3s;
  cursor: pointer;
}

.menu .bar {
  height: 2px;
  width: 26px;
  display: block;
  margin: 6px auto;
  position: relative;
  background-color: #ffffff;
  transition: 0.15s;
}

.model-2 {
  font-size: 38px;
}

.model-2 .menu.active .bar:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
}

.model-2 .menu.active .bar:nth-of-type(2) {
  opacity: 0;
}

.model-2 .menu.active .bar:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@font-face {
  font-family: "Segoe UI";

  src: url("../fonts/SegoeUI-Semilight.7981c0b2a283.woff2") format("woff2"), url("../fonts/SegoeUI-Semilight.88ab8819a65a.woff") format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";

  src: url("../fonts/SegoeUI-Bold.ede4410da33b.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.ab9915dd33cb.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";

  src: url("../fonts/SegoeUI.17252d0d16d0.woff2") format("woff2"), url("../fonts/SegoeUI.4081af3cef99.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";

  src: url("../fonts/SegoeUI-Semibold.551dcc92f785.woff2") format("woff2"), url("../fonts/SegoeUI-Semibold.e280f5aa7c4a.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Gotham";

  src: url("../fonts/Gotham-Bold.b3ad38ec9ff3.woff2") format("woff2"), url("../fonts/Gotham-Bold.25f163246b8b.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "server_icons";

  src: url("../fonts/server_icons.b17d84287d0d.eot?jinxjt");

  src: url("../fonts/server_icons.b17d84287d0d.eot?jinxjt#iefix") format("embedded-opentype"), url("../fonts/server_icons.be8fa1477e3c.ttf?jinxjt") format("truetype"), url("../fonts/server_icons.0a5829aa4dc7.woff?jinxjt") format("woff"), url("../fonts/server_icons.5276e4a3bfa0.svg?jinxjt#server_icons") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "server_icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-server-pro .path1:before {
  content: "\e900";
  color: rgb(255, 191, 96);
}

.icon-server-pro .path2:before {
  content: "\e901";
  margin-left: -1.77734375em;
  color: rgb(24, 28, 31);
}

.icon-server-vip .path1:before {
  content: "\e902";
  color: rgb(19, 19, 19);
}

.icon-server-vip .path2:before {
  content: "\e903";
  margin-left: -1.77734375em;
  color: rgb(119, 174, 229);
}

.icon-server-common:before {
  content: "\e904";
  color: inherit;
}

.icon-server_icon_star:before {
  content: "\e905";
  color: inherit;
}

.icon-server_icon_user:before {
  content: "\e906";
  color: inherit;
}

.icon-server_icon_gear:before {
  content: "\e907";
  color: inherit;
}

.icon-server_icon_swords:before {
  content: "\e908";
  color: inherit;
}

.wrap {
  width: 100%;
}

.h-line::before, .h-line::after {
  background-color: #3d444d;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  bottom: 2px;
}

.h-line:before {
  right: 14px;
  margin-left: -50%;
}

.h-line:after {
  left: 14px;
  margin-right: -50%;
}

.lang__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 38px;
  text-transform: uppercase;
  padding: 0;
  color: #60666b;
  font-size: 14px;
  font-weight: bold;
  border-color: #3d444d;
}

.btn-check + .lang__item:hover {
  color: #60666b;
  background-color: transparent;
  border-color: #3d444d;
  z-index: 0;
}

.btn-check:checked + .lang__item {
  color: #ffffff;
  background-color: #2c6197;
  border-color: #2c6197;
}

.server-col a.relative:nth-of-type(even) .server--pro::before {
  animation-delay: 0.11s;
}

.server {
  display: flex;
  align-items: center;
  padding: 4px 5px 4px 10px;
  border: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.server--pro {
  position: relative;
  z-index: 1;
  background-color: transparent;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.server--pro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 250%;
  height: 100%;
  background: rgb(32, 36, 40);
  background: linear-gradient(90deg, rgb(32, 36, 40) 40%, rgb(255, 197, 111) 50%, rgb(32, 36, 40) 60%);
  background-position: 0% 0%;
  border: none;
  animation: glow 2.5s infinite ease-out;
  z-index: -1;
  transition: background 0.15s ease-in-out;
}

@keyframes glow {
  0% {
    transform: translateX(0%);
  }

  55%, 100% {
    transform: translateX(60%);
  }
}

.server--pro::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #131313;
  border-radius: 4px;
  z-index: -1;
  transition: background-color 0.15s ease-in-out;
}

.server--pro .server__icon svg path {
  fill: #ffbf60;
}

.server--pro:hover::before {
  background: #ffbf60;
}

.server--pro:hover::after {
  background: #181c1f;
}

.server:hover {
  background-color: #282c31 !important;
}

.server svg circle, .server__icon svg path {
  fill: #9ca2a7;
}

.server__status {
  display: flex;
  font-size: 18px;
}

.server__icon {
  display: flex;
  font-size: 20px;
}

.alternate-bg {
  background-color: #202428;
}

.form-check-input {
  width: 19px;
  height: 19px;
  background-color: transparent;
  border-color: #3d444d;
  margin-top: 2px;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #3d444d;
}

.aside.active {
  display: block;
}

#tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 25px;
  right: 0;
  background-color: #222628;
  border: 1px solid rgb(63, 63, 70);
  color: white;
  padding: 2px 5px 4px;
  border-radius: 4px;
  font-size: 11px;
  transition: visibility 1s;
}

.list-circle {
  width: 6px;
  height: 6px;
}

.f-item {
  transition: border-color 0.15s ease-in-out;
}

.floating-tooltip {
  position: absolute;
  top: 50%;
  right: 0%;
  margin-right: 50px;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 3px;
  background: #181c1f;
  border: 1px solid #3d444d;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: none;
  z-index: 2;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.6);
}

a.relative:has(.server__icon.tooltip:hover) .floating-tooltip {
  display: block;
}

.editor-h__dark h1,
.editor-h__dark h2,
.editor-h__dark h3,
.editor-h__dark h4 {
  color: white;
}

.editor-h h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.editor-h h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.editor-p p:not(:last-child) {
  margin-bottom: 20px;
}

.editor-a a {
  color: #77aee5;
  text-decoration: none;
}

.open-sans-600 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.flag {
  display: flex;
  flex-shrink: 0;
  -moz-column-gap: 2px;
  column-gap: 2px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #151515;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.flag:hover {
  background-color: #202428;
}

.flag--selected, .flag--selected-clan {
  background-color: #202428;
  box-shadow: inset 0 0 0 2px #ffbf60;
}

.flag__item {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
}

.fitting {
  position: relative;
  background: url("../images/img_alklwe1.82c522130f07.jpg") no-repeat top center;
}

.fitting__alliance {
  position: absolute;
  top: 49px;
  left: 50%;
  margin-left: -48px;
  width: 8px;
  height: 12px;
}

.fitting__clan {
  position: absolute;
  top: 49px;
  left: 50%;
  margin-left: -40px;
  width: 16px;
  height: 12px;
}

.left,
.right {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .left {
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .right {
    float: right;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.full-width {
  width: 100%;
  margin-bottom: 20px;
}

.page-hidden {
  pointer-events: none;
  opacity: 0;
}

.page-visible {
  pointer-events: auto;
  opacity: 1;
}

.checked\:border-blue2:checked {
  --tw-border-opacity: 1;
  border-color: rgb(44 97 151 / var(--tw-border-opacity));
}

.checked\:bg-blue2:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(44 97 151 / var(--tw-bg-opacity));
}

.hover\:border-blue2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(44 97 151 / var(--tw-border-opacity));
}

.hover\:border-blue3:hover {
  --tw-border-opacity: 1;
  border-color: rgb(119 174 229 / var(--tw-border-opacity));
}

.hover\:border-blue4:hover {
  --tw-border-opacity: 1;
  border-color: rgb(82 110 138 / var(--tw-border-opacity));
}

.hover\:border-dark-blue2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(61 68 77 / var(--tw-border-opacity));
}

.hover\:border-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 191 96 / var(--tw-border-opacity));
}

.hover\:border-zinc-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.hover\:bg-blue1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(58 118 178 / var(--tw-bg-opacity));
}

.hover\:bg-blue2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 97 151 / var(--tw-bg-opacity));
}

.hover\:bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 19 / var(--tw-bg-opacity));
}

.hover\:bg-dark-blue2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 68 77 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:text-blue1:hover {
  --tw-text-opacity: 1;
  color: rgb(58 118 178 / var(--tw-text-opacity));
}

.hover\:text-blue3:hover {
  --tw-text-opacity: 1;
  color: rgb(119 174 229 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(255 191 96 / var(--tw-text-opacity));
}

.focus\:border-blue3:focus {
  --tw-border-opacity: 1;
  border-color: rgb(119 174 229 / var(--tw-border-opacity));
}

.focus\:border-yellow:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 191 96 / var(--tw-border-opacity));
}

.focus\:text-blue3:focus {
  --tw-text-opacity: 1;
  color: rgb(119 174 229 / var(--tw-text-opacity));
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:\!border-blue2:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(44 97 151 / var(--tw-border-opacity)) !important;
}

.active\:border-yellow:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 191 96 / var(--tw-border-opacity));
}

.active\:\!bg-blue1:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(58 118 178 / var(--tw-bg-opacity)) !important;
}

.active\:bg-blue5:active {
  --tw-bg-opacity: 1;
  background-color: rgb(57 143 230 / var(--tw-bg-opacity));
}

.active\:bg-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 19 / var(--tw-bg-opacity));
}

.active\:text-yellow:active {
  --tw-text-opacity: 1;
  color: rgb(255 191 96 / var(--tw-text-opacity));
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.has-\[\:checked\]\:text-blue3:has(:checked) {
  --tw-text-opacity: 1;
  color: rgb(119 174 229 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px) {
  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .max-md\:bg-none {
    background-image: none;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 640px) {
  .sm\:order-last {
    order: 9999;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:w-\[455px\] {
    width: 455px;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:text-cuck {
    font-size: 14px;
  }

  .sm\:text-doomer {
    font-size: 16px;
  }

  .sm\:text-millenial {
    font-size: 20px;
  }

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px) {
  .md\:order-last {
    order: 9999;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[280px\] {
    height: 280px;
  }

  .md\:w-\[283px\] {
    width: 283px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-boomer {
    font-size: 24px;
  }

  .md\:text-chad {
    font-size: 32px;
  }

  .md\:text-cuck {
    font-size: 14px;
  }

  .md\:text-doomer {
    font-size: 16px;
  }

  .md\:text-millenial {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .md1\:float-right {
    float: right;
  }

  .md1\:mb-0 {
    margin-bottom: 0px;
  }

  .md1\:ml-5 {
    margin-left: 1.25rem;
  }

  .md1\:block {
    display: block;
  }

  .md1\:hidden {
    display: none;
  }

  .md1\:basis-\[367px\] {
    flex-basis: 367px;
  }

  .md1\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md1\:flex-row {
    flex-direction: row;
  }

  .md1\:pt-96 {
    padding-top: 24rem;
  }
}

@media (min-width: 1158px) {
  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }
}
/*# sourceMappingURL=style.css.d5f17e6c77cf.map */