/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

/*!
* OverlayScrollbars
* https://github.com/KingSora/OverlayScrollbars
*
* Version: 1.13.0
*
* Copyright KingSora | Rene Haas.
* https://github.com/KingSora
*
* Released under the MIT license.
* Date: 02.08.2020
*/

html.os-html,
html.os-html>.os-host {
  box-sizing: border-box;
  display: block;
  height: 100% !important;
  margin: 0 !important;
  min-height: 100% !important;
  min-width: 100% !important;
  overflow: hidden;
  position: absolute !important;
  width: 100% !important
}

html.os-html>.os-host>.os-padding {
  position: absolute
}

body.os-dragging,
body.os-dragging * {
  cursor: default
}

.os-host,
.os-host-textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: visible !important;
  position: relative
}

.os-host-flexbox {
  display: flex;
  overflow: hidden !important
}

.os-host-flexbox>.os-size-auto-observer {
  height: inherit !important
}

.os-host-flexbox>.os-content-glue {
  flex-grow: 1;
  flex-shrink: 0
}

.os-host-flexbox>.os-content-glue,
.os-host-flexbox>.os-size-auto-observer {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  min-height: 0;
  min-width: 0
}

#os-dummy-scrollbar-size {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 500px;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  visibility: hidden;
  width: 500px
}

#os-dummy-scrollbar-size>div {
  height: 200%;
  margin: 10px 0;
  width: 200%
}

#os-dummy-scrollbar-size:after,
#os-dummy-scrollbar-size:before,
.os-content:after,
.os-content:before {
  content: "";
  display: table;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: .01px;
  line-height: 0;
  visibility: hidden;
  width: .01px
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  background: transparent !important;
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
  width: 0 !important
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: 100%
}

.os-padding {
  bottom: 0;
  box-sizing: inherit;
  direction: inherit;
  height: auto !important;
  left: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  z-index: 0
}

.os-host-overflow>.os-padding,
.os-viewport {
  overflow: hidden
}

.os-viewport {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  box-sizing: inherit !important;
  direction: inherit !important;
  left: 0;
  margin: 0;
  outline: none !important;
  padding: 0;
  position: absolute;
  resize: none !important;
  right: 0;
  top: 0
}

.os-content-arrange {
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
  position: absolute;
  z-index: -1
}

.os-content {
  box-sizing: border-box !important;
  direction: inherit;
  display: block;
  height: 100%;
  position: relative;
  visibility: visible;
  width: 100%
}

.os-content>.os-textarea {
  clip: auto !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  direction: inherit !important;
  display: block !important;
  filter: none !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  opacity: 1 !important;
  outline: 0 none transparent !important;
  overflow: hidden !important;
  padding: 0;
  perspective: none !important;
  position: absolute !important;
  resize: none !important;
  top: 0 !important;
  transform: none !important;
  vertical-align: baseline !important;
  z-index: 1 !important
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
  right: 0 !important
}

.os-content>.os-textarea-cover {
  pointer-events: none;
  z-index: -1
}

.os-content>.os-textarea[wrap=off] {
  margin: 0 !important;
  white-space: pre !important
}

.os-text-inherit {
  color: inherit;
  cursor: text;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-overflow: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  unicode-bidi: inherit;
  word-spacing: inherit
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1
}

.os-resize-observer-host {
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
  padding: inherit
}

.os-resize-observer-host.observed {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.os-resize-observer-host.observed>.os-resize-observer,
.os-resize-observer-host>.os-resize-observer {
  border: inherit;
  box-sizing: content-box;
  display: block;
  height: 200%;
  margin: 0;
  padding: inherit;
  width: 200%
}

.os-resize-observer-host.observed>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer:before {
  box-sizing: border-box;
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative
}

.os-resize-observer-host.observed>.os-resize-observer:before {
  border: inherit;
  box-sizing: content-box;
  content: "";
  margin: 0;
  padding: inherit
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: inherit;
  z-index: -1
}

.os-size-auto-observer>.os-resize-observer {
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
  width: 1000%
}

.os-resize-observer-item {
  bottom: 0;
  direction: ltr !important;
  flex: none !important;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.os-resize-observer-item-final {
  flex: none !important;
  left: 0;
  position: absolute;
  top: 0;
  transition: none !important
}

.os-resize-observer {
  -webkit-animation-duration: 1ms;
  animation-duration: 1ms;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation
}

object.os-resize-observer {
  box-sizing: border-box !important
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  0% {
    z-index: 0
  }
  to {
    z-index: -1
  }
}

@keyframes os-resize-observer-dummy-animation {
  0% {
    z-index: 0
  }
  to {
    z-index: -1
  }
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
  transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s
}

html.os-html>.os-host>.os-scrollbar {
  position: absolute;
  z-index: 999999
}

.os-scrollbar,
.os-scrollbar-corner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  position: absolute;
  z-index: 1
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0
}

.os-scrollbar {
  pointer-events: none
}

.os-scrollbar-track {
  border: none !important;
  padding: 0 !important;
  position: relative
}

.os-scrollbar-handle,
.os-scrollbar-track {
  height: 100%;
  pointer-events: auto;
  width: 100%
}

.os-scrollbar-handle {
  position: absolute
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0
}

.os-scrollbar-vertical {
  right: 0;
  top: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
  right: 0
}

.os-host-rtl>.os-scrollbar-corner,
.os-host-rtl>.os-scrollbar-vertical {
  left: 0;
  right: auto
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-padding+.os-scrollbar-corner,
.os-scrollbar-auto-hidden,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
  opacity: 0;
  pointer-events: none;
  visibility: hidden
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
  cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
  bottom: 0;
  top: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
  left: 0;
  right: 0
}

.os-scrollbar-corner.os-scrollbar-corner-resize,
.os-scrollbar:hover {
  opacity: 1 !important;
  visibility: visible !important
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PGcgc3R5bGU9ImRpc3BsYXk6aW5saW5lIj48cGF0aCBzdHlsZT0iZmlsbDojMDAwO2ZpbGwtb3BhY2l0eTouNDk0MTE3NjU7ZmlsbC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlOm5vbmUiIGQ9Ik03LjQyNCAxMDQyLjM2MmExLjMxIDEuMzEgMCAwIDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMCAwIDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTgtLjczN2ExLjI5OCAxLjI5OCAwIDAgMC0uNzkyLS4yNzN6bTAgMy4wODRhMS4zMSAxLjMxIDAgMCAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzIuMjczLjc5Mi4yMS4xNDEuNDY2LjIxOS43MzcuMjE5YTEuMzEgMS4zMSAwIDAgMCAxLjMxLTEuMzFjMC0uMjcyLS4wNzctLjUyOC0uMjE4LS43MzhhMS4yOTggMS4yOTggMCAwIDAtLjc5Mi0uMjczem0tMy4wODQgMGExLjMxIDEuMzEgMCAwIDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3Mi4yNzMuNzkyLjIwOS4xNDEuNDY1LjIxOS43MzcuMjE5YTEuMzEgMS4zMSAwIDAgMCAxLjMxLTEuMzFjMC0uMjcyLS4wNzctLjUyOC0uMjE5LS43MzhhMS4yOTggMS4yOTggMCAwIDAtLjc5MS0uMjczem0tMy4wMyAzLjAzYTEuMzEgMS4zMSAwIDAgMC0xLjMxIDEuMzFjMCAuMy4xMDQuNTcxLjI3My43OTIuMjEuMTQxLjQ2Ni4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwIDAgMS4zMS0xLjMxYzAtLjI3MS0uMDc3LS41MjgtLjIxOC0uNzM3YTEuMjk4IDEuMjk4IDAgMCAwLS43OTItLjI3M3ptMy4wMyAwYTEuMzEgMS4zMSAwIDAgMC0xLjMxIDEuMzFjMCAuMy4xMDQuNTcxLjI3My43OTIuMjA5LjE0MS40NjUuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMCAwIDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTktLjczN2ExLjI5OCAxLjI5OCAwIDAgMC0uNzkxLS4yNzN6bTMuMDg0IDBhMS4zMSAxLjMxIDAgMCAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzEuMjczLjc5Mi4yMS4xNDEuNDY2LjIxOC43MzcuMjE4YTEuMzEgMS4zMSAwIDAgMCAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdhMS4yOTggMS4yOTggMCAwIDAtLjc5Mi0uMjczeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMTA0Mi4zNjIpIi8+PC9nPjxnIHN0eWxlPSJkaXNwbGF5OmlubGluZSI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6ZXZlbm9kZDtzdHJva2U6bm9uZSIgZD0iTTguMjE2LjI3M2MuMTQxLjIxLjIxOC40NjYuMjE4LjczN2ExLjMxIDEuMzEgMCAwIDEtMS4zMSAxLjMxYy0uMjcxIDAtLjUyOC0uMDc3LS43MzctLjIxOC4yNC4zMTMuNjEzLjUxOCAxLjAzNy41MThhMS4zMSAxLjMxIDAgMCAwIDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTgtMS4wMzd6bTAgMy4wODRjLjE0MS4yMS4yMTguNDY2LjIxOC43MzdhMS4zMSAxLjMxIDAgMCAxLTEuMzEgMS4zMWMtLjI3MSAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMy41MTkgMS4wMzcuNTE5YTEuMzEgMS4zMSAwIDAgMCAxLjMxLTEuMzFjMC0uNDI1LS4yMDUtLjc5OC0uNTE4LTEuMDM4em0tMy4wODUgMGMuMTQyLjIxLjIxOS40NjYuMjE5LjczN2ExLjMxIDEuMzEgMCAwIDEtMS4zMSAxLjMxYy0uMjcyIDAtLjUyOC0uMDc3LS43MzctLjIxOC4yNC4zMTMuNjEyLjUxOSAxLjAzNy41MTlhMS4zMSAxLjMxIDAgMCAwIDEuMzEtMS4zMWMwLS40MjUtLjIwNS0uNzk4LS41MTktMS4wMzh6bS0zLjAzIDMuMDNjLjE0Mi4yMS4yMi40NjYuMjIuNzM3YTEuMzEgMS4zMSAwIDAgMS0xLjMxMSAxLjMxYy0uMjcxIDAtLjUyOC0uMDc3LS43MzctLjIxOC4yNC4zMTMuNjEzLjUxOCAxLjAzNy41MThhMS4zMSAxLjMxIDAgMCAwIDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTgtMS4wMzd6bTMuMDMgMGMuMTQyLjIxLjIxOS40NjYuMjE5LjczN2ExLjMxIDEuMzEgMCAwIDEtMS4zMSAxLjMxYy0uMjcyIDAtLjUyOC0uMDc3LS43MzctLjIxOC4yNC4zMTMuNjEyLjUxOCAxLjAzNy41MThhMS4zMSAxLjMxIDAgMCAwIDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTktMS4wMzd6bTMuMDg1IDBjLjE0MS4yMS4yMTguNDY2LjIxOC43MzdhMS4zMSAxLjMxIDAgMCAxLTEuMzEgMS4zMWMtLjI3MSAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMy41MTggMS4wMzcuNTE4YTEuMzEgMS4zMSAwIDAgMCAxLjMxLTEuMzFjMC0uNDI0LS4yMDUtLjc5OC0uNTE4LTEuMDM3eiIvPjwvZz48L3N2Zz4=);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: auto !important
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
  transform: scaleX(-1)
}

.os-host-overflow {
  overflow: hidden !important
}

.os-theme-none>.os-scrollbar-corner,
.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical {
  display: none !important
}

.os-theme-none>.os-scrollbar-corner-resize {
  display: block !important;
  min-height: 10px;
  min-width: 10px
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
  height: 10px;
  right: 10px
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
  bottom: 10px;
  width: 10px
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
  left: 10px;
  right: 0
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
  background-color: transparent;
  height: 10px;
  width: 10px
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
  background: transparent;
  box-sizing: border-box;
  padding: 2px
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
  background: transparent
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
  min-width: 30px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
  min-height: 30px
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  transition: background-color .3s
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(0, 0, 0, .4)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: hsla(0, 0%, 100%, .4)
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(0, 0, 0, .55)
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  background: hsla(0, 0%, 100%, .55)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  background: rgba(0, 0, 0, .7)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  background: hsla(0, 0%, 100%, .7)
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
  bottom: -2px;
  top: -6px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -2px;
  right: -6px
}

@font-face {
  font-display: swap;
  font-family: Abuget;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Abuget8b87.ttf?dba51afcda5447c6e90fc6a187fc5f8a) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: DFXingShuMedium1B;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DFXingShuMedium1B7ea1.ttf?dd144d69788e1c3da4a2495c19398885) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: FrizQuadrataTT;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/FrizQuadrataTT9166.ttf?dd73f16d645281511b3f094833c78c58) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/OpenSans-Regular701f.ttf?d7d7b8359eeb9cddfba6cd4cef3c1702) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Trajan Pro Bold;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Trajan%20Pro%20Bolda909.ttf?3f14e0ffe7b54e4072898ee5bbdfec19") format("truetype")
}

/*! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com*/

*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box
}

:after,
:before {
  --tw-content: ""
}

html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

body {
  line-height: inherit;
  margin: 0
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}

fieldset {
  margin: 0
}

fieldset,
legend {
  padding: 0
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1
}

[role=button],
button {
  cursor: pointer
}

:disabled {
  cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}

img,
video {
  height: auto;
  max-width: 100%
}

[hidden] {
  display: none
}

*,
:after,
:before {
  --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-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: rgba(59, 130, 246, .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:1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width:1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width:1536px) {
  .container {
    max-width: 1536px
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.top-0 {
  top: 0
}

.left-0 {
  left: 0
}

.-left-20 {
  left: -5rem
}

.left-8 {
  left: 2rem
}

.left-1\/2 {
  left: 50%
}

.top-2 {
  top: .5rem
}

.-bottom-4 {
  bottom: -1rem
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.-top-4 {
  top: -1rem
}

.top-full {
  top: 100%
}

.right-16 {
  right: 4rem
}

.top-12 {
  top: 3rem
}

.left-6 {
  left: 1.5rem
}

.left-5 {
  left: 1.25rem
}

.top-3 {
  top: .75rem
}

.bottom-8 {
  bottom: 2rem
}

.right-8 {
  right: 2rem
}

.-z-10 {
  z-index: -10
}

.z-10 {
  z-index: 10
}

.m-0 {
  margin: 0
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.my-auto {
  margin-bottom: auto;
  margin-top: auto
}

.-mt-5 {
  margin-top: -1.25rem
}

.ml-auto {
  margin-left: auto
}

.-mt-24 {
  margin-top: -6rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

.-ml-20 {
  margin-left: -5rem
}

.mt-3 {
  margin-top: .75rem
}

.mb-3 {
  margin-bottom: .75rem
}

.mb-5 {
  margin-bottom: 1.25rem
}

.mt-10 {
  margin-top: 2.5rem
}

.mr-3 {
  margin-right: .75rem
}

.mr-2 {
  margin-right: .5rem
}

.mt-1 {
  margin-top: .25rem
}

.mb-0 {
  margin-bottom: 0
}

.mt-16 {
  margin-top: 4rem
}

.ml-1 {
  margin-left: .25rem
}

.mt-2 {
  margin-top: .5rem
}

.ml-2 {
  margin-left: .5rem
}

.mt-4 {
  margin-top: 1rem
}

.ml-4 {
  margin-left: 1rem
}

.mt-8 {
  margin-top: 2rem
}

.ml-12 {
  margin-left: 3rem
}

.-mt-px {
  margin-top: -1px
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.h-full {
  height: 100%
}

.h-px {
  height: 1px
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-8 {
  height: 2rem
}

.h-16 {
  height: 4rem
}

.min-h-screen {
  min-height: 100vh
}

.w-full {
  width: 100%
}

.w-1\/2 {
  width: 50%
}

.w-4\/12 {
  width: 33.333333%
}

.w-3\/12 {
  width: 25%
}

.w-screen {
  width: 100vw
}

.w-1\/3 {
  width: 33.333333%
}

.w-4 {
  width: 1rem
}

.w-2\/3 {
  width: 66.666667%
}

.w-1\/12 {
  width: 8.333333%
}

.w-3\/5 {
  width: 60%
}

.w-5\/12 {
  width: 41.666667%
}

.w-\[600px\] {
  width: 600px
}

.w-\[900px\] {
  width: 900px
}

.w-5 {
  width: 1.25rem
}

.w-8 {
  width: 2rem
}

.w-auto {
  width: auto
}

.max-w-6xl {
  max-width: 72rem
}

.grow {
  flex-grow: 1
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%
}

.-translate-x-1\/2,
.transform {
  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
}

.list-disc {
  list-style-type: disc
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x-auto {
  overflow-x: auto
}

.whitespace-nowrap {
  white-space: nowrap
}

.rounded-xl {
  border-radius: .75rem
}

.rounded {
  border-radius: .25rem
}

.rounded-r {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem
}

.border {
  border-width: 1px
}

.border-l {
  border-left-width: 1px
}

.border-t {
  border-top-width: 1px
}

.border-r {
  border-right-width: 1px
}

.border-b {
  border-bottom-width: 1px
}

.border-\[\#5eca64\] {
  --tw-border-opacity: 1;
  border-color: rgb(94 202 100/var(--tw-border-opacity))
}

.border-\[\#b92d2d\] {
  --tw-border-opacity: 1;
  border-color: rgb(185 45 45/var(--tw-border-opacity))
}

.border-\[\#414141\] {
  --tw-border-opacity: 1;
  border-color: rgb(65 65 65/var(--tw-border-opacity))
}

.border-\[\#282828\] {
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40/var(--tw-border-opacity))
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99/var(--tw-border-opacity))
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81/var(--tw-border-opacity))
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.bg-\[\#e7ccb0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 204 176/var(--tw-bg-opacity))
}

.bg-\[\#232323\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35/var(--tw-bg-opacity))
}

.bg-\[\#0d0d0d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13/var(--tw-bg-opacity))
}

.bg-\[\#131313\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 19/var(--tw-bg-opacity))
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39/var(--tw-bg-opacity))
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55/var(--tw-bg-opacity))
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99/var(--tw-bg-opacity))
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235/var(--tw-bg-opacity))
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.bg-contain {
  background-size: contain
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.fill-current {
  fill: currentColor
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-0 {
  padding: 0
}

.py-16 {
  padding-bottom: 4rem;
  padding-top: 4rem
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem
}

.py-7 {
  padding-bottom: 1.75rem;
  padding-top: 1.75rem
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.py-2\.5 {
  padding-bottom: .625rem;
  padding-top: .625rem
}

.py-2 {
  padding-bottom: .5rem;
  padding-top: .5rem
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem
}

.py-3 {
  padding-bottom: .75rem;
  padding-top: .75rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.py-0 {
  padding-bottom: 0;
  padding-top: 0
}

.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem
}

.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem
}

.py-1\.5 {
  padding-bottom: .375rem;
  padding-top: .375rem
}

.py-1 {
  padding-bottom: .25rem;
  padding-top: .25rem
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem
}

.py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem
}

.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.pl-8 {
  padding-left: 2rem
}

.pl-14 {
  padding-left: 3.5rem
}

.pb-7 {
  padding-bottom: 1.75rem
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pt-32 {
  padding-top: 8rem
}

.pt-8 {
  padding-top: 2rem
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.align-baseline {
  vertical-align: baseline
}

.font-friz {
  font-family: FrizQuadrataTT, sans-serif
}

.font-xing {
  font-family: DFXingShuMedium1B, sans-serif
}

.font-trajan {
  font-family: Trajan Pro Bold, sans-serif
}

.font-abuget {
  font-family: Abuget, sans-serif
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.font-bold {
  font-weight: 700
}

.font-semibold {
  font-weight: 600
}

.font-medium {
  font-weight: 500
}

.uppercase {
  text-transform: uppercase
}

.leading-relaxed {
  line-height: 1.625
}

.leading-7 {
  line-height: 1.75rem
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-\[\#5eca64\] {
  --tw-text-opacity: 1;
  color: rgb(94 202 100/var(--tw-text-opacity))
}

.text-\[\#b92d2d\] {
  --tw-text-opacity: 1;
  color: rgb(185 45 45/var(--tw-text-opacity))
}

.text-\[\#e7ccb0\] {
  --tw-text-opacity: 1;
  color: rgb(231 204 176/var(--tw-text-opacity))
}

.text-\[\#c5c5c5\] {
  --tw-text-opacity: 1;
  color: rgb(197 197 197/var(--tw-text-opacity))
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-\[\#d09f5f\] {
  --tw-text-opacity: 1;
  color: rgb(208 159 95/var(--tw-text-opacity))
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity))
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity))
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity))
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246/var(--tw-text-opacity))
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235/var(--tw-text-opacity))
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity))
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity))
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175/var(--tw-placeholder-opacity))
}

.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175/var(--tw-placeholder-opacity))
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175/var(--tw-placeholder-opacity))
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-md,
.shadow-sm {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.blur {
  --tw-blur: blur(8px)
}

.blur,
.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)
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition-opacity {
  transition-duration: .15s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition {
  transition-duration: .15s;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

body {
  background: #281042;
  color: #c5c5c5;
  font-family: Open Sans, sans-serif;
  font-size: 14px
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1320px
}

header {
  background: transparent;
  min-height: 52vw;
  position: relative
}

.header--background {
  background: url(../images/header.png) no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

header video {
  pointer-events: none;
  position: absolute;
  width: 100%
}

nav {
  padding-bottom: 4rem;
  padding-top: 4rem;
  width: 100%
}

.nav--items,
nav {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.nav--items {
  width: 40%
}

nav a {
  color: #dcc58b;
  font-family: FrizQuadrataTT, sans-serif;
  padding: 1rem 1rem 1rem 2rem;
  position: relative;
  text-transform: uppercase
}

nav a:before {
  background: url(../images/images.png) -1777px -1516px;
  content: "";
  display: block;
  height: 133px;
  left: -5rem;
  position: absolute;
  top: -3rem;
  width: 170px
}

nav a:hover:before {
  background-position: -1607px -1516px
}

nav a:after {
  color: #e6985d;
  content: attr(data-xing);
  font-family: DFXingShuMedium1B, sans-serif;
  left: 2rem;
  position: absolute;
  top: 0
}

nav .nav-logo {
  background: url(../images/nav_logo00af.png?ddec64370703813d83260d49799ebddc);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 80px;
  margin-top: -1.25rem;
  transition-duration: .15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  width: 62.222222px
}

nav .nav-logo:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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))
}

nav .nav-logo:before {
  display: none
}

.header--content {
  margin-left: auto;
  text-align: center;
  width: 50%
}

.header--logo {
  display: block;
  height: 429px;
  margin-left: auto;
  margin-right: auto;
  transition-duration: .15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  width: 485px
}

.header--logo:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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))
}

.header--register {
  --tw-text-opacity: 1;
  background: url(../images/images.png) -1540px -1663px;
  color: rgb(255 255 255/var(--tw-text-opacity));
  display: block;
  font-family: Trajan Pro Bold, sans-serif;
  height: 156px;
  line-height: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -6rem;
  padding-bottom: 2rem;
  position: relative;
  text-transform: uppercase;
  transition-duration: .15s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  width: 292px
}

.header--register:hover {
  background-position: -1248px -1663px
}

.header--register:before {
  --tw-translate-x: -50%;
  background: url(../images/images.png) -1248px -1392px;
  content: "";
  display: block;
  height: 124px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  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));
  width: 442px;
  z-index: -10
}

.header--statistics {
  display: flex;
  justify-content: space-between;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 1.5rem;
  width: 100%
}

.header--statistics div {
  display: flex;
  flex-direction: column;
  padding-left: 3.5rem;
  position: relative;
  text-align: left
}

.header--statistics div:before {
  background: url(../images/images.png) -3701px -1056px;
  content: "";
  display: block;
  height: 44px;
  left: 0;
  position: absolute;
  top: .5rem;
  width: 47px
}

.header--statistics div>span:first-child {
  color: #f6b645;
  font-family: FrizQuadrataTT, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem
}

.header--statistics div>span:last-child {
  color: #ebebeb;
  padding-left: .25rem
}

.header--statistics div span.header--gray {
  color: #898989
}

.header--scroll-down {
  color: #454446;
  display: block;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-top: 4rem;
  position: relative
}

.header--scroll-down:after {
  background: url(../images/images.png) -2955px -1048px;
  bottom: -1rem;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 11px
}

main {
  padding-top: 8rem
}

.news {
  align-items: center;
  display: flex;
  margin-bottom: 2.5rem;
  margin-top: -5rem;
  width: 100%
}

.news--image {
  display: block;
  margin-left: -5rem;
  margin-right: -2.5rem;
  min-width: 65%
}

.news--text {
  width: auto
}

.news--header {
  display: flex;
  flex-direction: column
}

.news--date {
  color: #bba17e
}

.news--title {
  color: #f7f7f7;
  font-family: Trajan Pro Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: .75rem;
  text-transform: uppercase
}

.news--body {
  letter-spacing: .025em;
  line-height: 1.625;
  padding-bottom: 1.75rem;
  padding-top: 1.75rem
}

.news--footer {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.news--read-more {
  color: #bba17e;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

.news--signing {
  color: #777;
  font-family: Abuget, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  position: relative
}

.news--signing:before {
  background: url(../images/images.png) -3457px -1045px;
  bottom: 0;
  content: "";
  height: 1px;
  left: -380px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 360px
}

.titled-section {
  padding-bottom: 85px;
  padding-top: 85px;
  position: relative
}

.titled-section--background {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%
}

.titled-section--title {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -1rem
}

.titled-section--title:before {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  background: url(../images/images.png) -2405px -1056px;
  height: 214px;
  top: 100%;
  width: 324px
}

.titled-section--title:after,
.titled-section--title:before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  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))
}

.titled-section--title:after {
  --tw-translate-x: -50%;
  background: url(../images/images.png) -300px -747px;
  height: 5px;
  overflow: hidden;
  pointer-events: none;
  top: 13px;
  width: 1320px
}

.titled-section--title>span {
  color: #e7ccb0;
  font-family: Trajan Pro Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  text-transform: uppercase;
  z-index: 10
}

.rankings--background {
  background: url(../images/images.png) 0 0;
  height: 747px;
  max-width: 1920px
}

.ranking {
  display: block;
  height: 470px;
  position: relative;
  width: 420px
}

.ranking:before {
  background: url(../images/images.png) -648px -1392px;
  content: "";
  display: block;
  height: 650px;
  left: -90px;
  position: absolute;
  top: -71px;
  width: 600px;
  z-index: -10
}

.ranking .ranking--title {
  align-items: center;
  background: rgba(0, 0, 0, .267);
  display: flex;
  height: 69px;
  justify-content: center;
  position: relative;
  width: 100%
}

.ranking .ranking--title:after {
  background: url(../images/images.png) -3457px -1046px;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 340px
}

.ranking .ranking--title .ranking--title-icon {
  background: url(../images/images.png);
  display: block;
  margin-right: .5rem
}

.ranking .ranking--title .ranking--title-icon-top-players {
  background-position: -3816px -897px;
  height: 24px;
  margin-top: -.5rem;
  width: 23px
}

.ranking .ranking--title .ranking--title-icon-top-guilds {
  background-position: -3816px -941px;
  height: 19px;
  width: 16px
}

.ranking .ranking--title .ranking--title-icon-top-metins {
  background-position: -3816px -960px;
  height: 16px;
  width: 17px
}

.ranking .ranking--title>span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  display: block;
  font-family: Trajan Pro Bold, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase
}

.ranking .ranking--table {
  display: flex;
  flex-direction: column;
  font-size: .8rem;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%
}

.ranking .ranking--table .ranking--table-row {
  align-items: center;
  color: #eaeaea;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: .5rem 2.5rem
}

.ranking .ranking--table .ranking--table-row:hover {
  background: rgba(0, 0, 0, .4);
  color: #cfb796;
  cursor: default
}

.ranking .ranking--table .ranking--table-cell:first-child {
  display: block;
  width: 8.333333%
}

.ranking .ranking--table .ranking--table-cell:nth-child(2) {
  display: block;
  width: 33.333333%
}

.ranking .ranking--table .ranking--table-cell:nth-child(3) {
  color: #c5c5c5;
  display: block;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  width: 33.333333%
}

.ranking .ranking--table .ranking--table-cell:nth-child(4) {
  color: #cfb796;
  display: block;
  text-align: right;
  width: 25%
}

.statistics {
  padding-bottom: 58px
}

.statistics--background {
  background: url(../images/images.png) -1920px -61px;
  height: 410px;
  max-width: 1920px
}

.statistic {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 182px;
  justify-content: center;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  position: relative;
  width: 190px
}

.statistic.statistic--bubble-1:before {
  background-position: -1248px -1819px
}

.statistic.statistic--bubble-2:before {
  background-position: -1438px -1819px
}

.statistic.statistic--bubble-3:before {
  background-position: -1628px -1819px
}

.statistic.statistic--bubble-4:before {
  background-position: -1818px -1819px
}

.statistic.statistic--bubble-5:before {
  background-position: -2008px -1819px
}

.statistic:before {
  background-image: url(../images/images.png);
  content: "";
  display: block;
  height: 182px;
  left: 0;
  position: absolute;
  top: 0;
  width: 190px;
  z-index: -10
}

.statistic>span:first-child {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-family: FrizQuadrataTT, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem
}

.statistic>span:last-child {
  color: #ceb695;
  font-size: .75rem;
  line-height: 1rem
}

.statistic--notice {
  align-items: center;
  display: flex;
  font-size: .75rem;
  justify-content: center;
  line-height: 1rem;
  margin-top: 1.25rem;
  position: relative;
  width: 100%
}

.statistic--notice:before {
  background: url(../images/images.png) -2729px -1190px;
  content: "";
  display: block;
  height: 19px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 266px;
  z-index: -10
}

.statistic--notice .statistic--notice-icon {
  background: url(../images/images.png) -3748px -1056px;
  display: block;
  height: 12px;
  margin-right: .5rem;
  width: 12px
}

footer {
  align-items: center;
  background: url(../images/images.png) -1920px -538px;
  display: flex;
  flex-direction: column;
  height: 359px;
  justify-content: center;
  max-width: 1920px;
  width: 100%
}

footer nav {
  height: 309px
}

footer .copyright {
  color: #797979;
  display: flex;
  font-size: .75rem;
  justify-content: space-between;
  line-height: 1rem
}

.login .login--blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, .6);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw
}

.login .login--window {
  background: url(../images/images.png) 0 -1392px;
  bottom: 0;
  display: block;
  height: 658px;
  left: 0;
  margin: auto;
  padding: 74px 94px 114px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 648px
}

.login .login--window .login--window-close {
  background: url(../images/images.png) -3816px -976px;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 4rem;
  top: 3rem;
  width: 16px
}

.login .login--window .login--window-title {
  align-items: center;
  background: #070707;
  display: flex;
  font-family: Trajan Pro Bold, sans-serif;
  font-size: 1.125rem;
  justify-content: center;
  line-height: 1.75rem;
  padding: 1.25rem;
  position: relative;
  text-transform: uppercase;
  width: 100%
}

.login .login--window .login--window-title:after {
  background: #282828;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 380px
}

.login .login--window .login--window-title-icon {
  background: url(../images/images.png) -3816px -921px;
  display: inline-block;
  height: 20px;
  margin-right: .5rem;
  width: 20px
}

.login .login--window a {
  color: #7e7d7d;
  font-size: .75rem;
  line-height: 1rem;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

form {
  max-width: 470px;
  padding: 1.25rem 2.5rem
}

form input[type=email],
form input[type=mail],
form input[type=password],
form select,
form textarea,
form input[type=text] {
  background: #1e033c;
  border-bottom-width: 1px;
  border-color: #282828;
  color: #fff;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: .75rem;
  padding: .625rem 1.25rem;
  width: 100%
}

form .form--input-group {
  position: relative
}

form .form--input-group input[type=email],
form .form--input-group input[type=password],
form .form--input-group input[type=text] {
  padding-left: 3rem
}

form .form--input-group .form--input-icon-user {
  background: url(../images/images.png) -3816px -1028px;
  height: 13px;
  left: 1.5rem;
  position: absolute;
  top: .75rem;
  width: 12px
}

form .form--input-group .form--input-icon-password {
  background: url(../images/images.png) -3816px -1014px;
  height: 14px;
  left: 1.5rem;
  position: absolute;
  top: .75rem;
  width: 12px
}

form .form--input-group .form--input-icon-email {
  background: url(../images/images.png) -3816px -992px;
  height: 11px;
  left: 1.25rem;
  position: absolute;
  top: .875rem;
  width: 16px
}

form .form--button-login {
  background: url(../images/images.png) -1248px -1516px;
  color: #fff;
  font-family: Trajan Pro Bold, sans-serif;
  height: 147px;
  padding-bottom: 1.75rem;
  text-transform: uppercase;
  width: 359px
}

form .form--button-login:hover {
  background-position: -3457px -897px
}

form .form--button {
  background: #232323;
  background: linear-gradient(90deg, #232323, #434343 50%, #232323);
  color: #fff;
  display: block;
  font-family: Trajan Pro Bold, sans-serif;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 3.5rem;
  text-transform: uppercase
}

form .form--button:hover {
  background: #434343
}

form .form--input-requirements {
  color: #676767
}

form .form--input-error,
form .form--input-requirements {
  font-size: .75rem;
  line-height: 1rem;
  list-style-type: disc;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem
}

form .form--input-error {
  color: #e56b6b
}

.form--generic {
  margin-left: auto;
  margin-right: auto
}

.discord-widget {
  bottom: 2rem;
  position: fixed;
  right: 2rem;
  transition-duration: .15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.discord-widget:hover {
  right: 3rem
}

.odd\:bg-gray-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55/var(--tw-bg-opacity))
}

.even\:bg-gray-700:nth-child(2n) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

.hover\:bg-\[\#ebd6bf\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 214 191/var(--tw-bg-opacity))
}

.hover\:bg-\[\#434343\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 67 67/var(--tw-bg-opacity))
}

.hover\:bg-\[\#0d0d0d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13/var(--tw-bg-opacity))
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216/var(--tw-bg-opacity))
}

.hover\:text-\[\#e7ccb0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(231 204 176/var(--tw-text-opacity))
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246/var(--tw-border-opacity))
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246/var(--tw-ring-opacity))
}

@media (prefers-color-scheme:dark) {
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81/var(--tw-border-opacity))
  }
  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity))
  }
  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity))
  }
  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
  }
  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
  }
  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity))
  }
}

@media (min-width:640px) {
  .sm\:ml-0 {
    margin-left: 0
  }
  .sm\:block {
    display: block
  }
  .sm\:h-20 {
    height: 5rem
  }
  .sm\:items-center {
    align-items: center
  }
  .sm\:justify-start {
    justify-content: flex-start
  }
  .sm\:justify-between {
    justify-content: space-between
  }
  .sm\:rounded-lg {
    border-radius: .5rem
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
  .sm\:pt-0 {
    padding-top: 0
  }
  .sm\:text-left {
    text-align: left
  }
  .sm\:text-right {
    text-align: right
  }
}

@media (min-width:768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .md\:border-t-0 {
    border-top-width: 0
  }
  .md\:border-l {
    border-left-width: 1px
  }
}

@media (min-width:1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

/*# sourceMappingURL=app.css.map*/

.languagepicker {
  background-color: #FFF;
  display: inline-block;
  padding: 0;
  height: 37px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 30px 0 0 0;
  vertical-align: top;
  float: left;
  position: fixed;
  top:80px;
  right: 0px;
  z-index: 999;
}

.languagepicker:hover {
  height: 81px;
}

.languagepicker a{
  color: #000;
  text-decoration: none;
}

.languagepicker li {
  display: block;
  padding: 0px 10px;
  line-height: 45px;
  border-top: 1px solid #EEE;
}

.languagepicker li:hover{
  background-color: #EEE;
}

.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}

.languagepicker li img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.roundborders {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.discord-widget {
  z-index: 9999999999999999999999999;
  position: fixed;
  left: 30px;
  bottom: 20px;
  width: fit-content;
}

@media (max-width:500px) {
  .discord-widget {
    display: none;
  }
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999999999999999; /* Sit on top */
  padding-top: 75px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  color: #000;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.password-group {
  display: flex;
  flex-direction: row;
}
.password-group > .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #282828;
  padding: .275rem .6rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0;
  height: 41px;
  width: 41px;
  line-height: 29px;
  -webkit-box-shadow: 0 0 1px 0 rgba(34, 36, 38, .1);
  box-shadow: 0 0 1px 0 rgba(34, 36, 38, .1);
  color:#fff!important;
  margin-left: 3px;
}
.password-group > .btn > i{
  color: #fff;
}
.d-flex{
  display: flex;
}
.justify-content-center{
  justify-content: center;
}

.pagination {
  display: inline-block;
}

.pagination a,.pagination strong{
  padding: 10px;
  float: left;
  border: 1px dashed;
  font-size:14px;
  font-family: 'Arial';
  color:#e0d4d4;
  margin: 10px;
}

footer nav a{
  color: #fff4ea;
}

footer nav a:after {
  color: #ffdcbb;
}
