
  @import url(fontawesome-all.min.css);
  body{
      background: #040318;
      background-image: url(images/main_image.webp);
      background-size: cover;
      box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 85%);
      overflow-x: hidden;
      min-width: 100vw;
      min-height: 100vh;
  }

  #container{
    height: 75vh;
    width: 75vw;
    margin: auto;
  }
  @media only screen and (max-width: 768px) { 
      #container{
        height: 75vh;
        width: 100vw;
        margin: auto;
      }
      body{
        background: #040318;
      }
  }


.highcharts-figure{
  padding-bottom: 200px;
}
.fullscreen-loader{
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgb(0 0 0);
    color: chartreuse;
    z-index:9999;
    display:flex;
}

.body {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  left: 50%;
  animation: speeder 0.4s linear infinite;
}
.body > span {
  height: 5px;
  width: 35px;
  background: #fff;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
}

.base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #000;
  border-bottom: 6px solid transparent;
}
.base span:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -110px;
  top: -16px;
}
.base span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #fff;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}

.face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}
.face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #fff;
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
}

.body > span > span:nth-child(1),
.body > span > span:nth-child(2),
.body > span > span:nth-child(3),
.body > span > span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  animation: fazer1 0.2s linear infinite;
}

.body > span > span:nth-child(2) {
  top: 3px;
  animation: fazer2 0.4s linear infinite;
}

.body > span > span:nth-child(3) {
  top: 1px;
  animation: fazer3 0.4s linear infinite;
  animation-delay: -1s;
}

.body > span > span:nth-child(4) {
  top: 4px;
  animation: fazer4 1s linear infinite;
  animation-delay: -1s;
}

@keyframes fazer1 {
  0% {
    left: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@keyframes fazer2 {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
    opacity: 0;
  }
}
@keyframes fazer3 {
  0% {
    left: 0;
  }
  100% {
    left: -50px;
    opacity: 0;
  }
}
@keyframes fazer4 {
  0% {
    left: 0;
  }
  100% {
    left: -150px;
    opacity: 0;
  }
}
@keyframes speeder {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.longfazers {
  position: absolute;
  width: 100%;
  height: 100%;
}
.longfazers span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #fff;
}
.longfazers span:nth-child(1) {
  top: 20%;
  animation: lf 0.6s linear infinite;
  animation-delay: -5s;
}
.longfazers span:nth-child(2) {
  top: 40%;
  animation: lf2 0.8s linear infinite;
  animation-delay: -1s;
}
.longfazers span:nth-child(3) {
  top: 60%;
  animation: lf3 0.6s linear infinite;
}
.longfazers span:nth-child(4) {
  top: 80%;
  animation: lf4 0.5s linear infinite;
  animation-delay: -3s;
}

@keyframes lf {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf2 {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf3 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes lf4 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}


.menu-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: black;
    margin-bottom: 10px;
}
.menu-item{
    padding: 10px;
    color: white;
}
.menu-item> a{
    color: unset;
    text-decoration: none;
}

.menu-item>a:hover{
    text-decoration: underline;
}
.active-menu-item{
    text-decoration: underline;
}

#last_updated{
  color: #ecdb9d;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  width: fit-content;
  background: #00000080;
  padding: 10px 15px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}


/* Footer */

    #footer {
        padding: 2.5em 0 1.5em 0;
        color: #b0b0b0;
        text-align: center;
        position: relative;
        color: #f4e6a9;
        background: #21201e;
    }

        #footer input, #footer select, #footer textarea {
            color: #999999;
        }

        #footer a {
            color: inherit;
            border-bottom-color: #c6c6c6;
        }

            #footer a:hover {
                color: #4696e5;
            }

        #footer strong, #footer b {
            color: #828282;
        }

        #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
            color: #828282;
        }

        #footer blockquote {
            border-left-color: #d6d6d6;
        }

        #footer code {
            background: rgba(144, 144, 144, 0.075);
            border-color: #d6d6d6;
        }

        #footer hr {
            border-bottom-color: #d6d6d6;
        }

        #footer a {
            color: inherit;
        }

        #footer .copyright {
            font-size: 0.8em;
        }

        @media screen and (max-width: 980px) {

            #footer {
                padding: 4em 4em 2em 4em ;
            }

        }

    @media screen and (max-width: 736px) and (orientation: landscape) {

        #footer {
            padding: 3em 3em 1em 3em ;
        }

    }

    @media screen and (max-width: 736px) and (orientation: portrait) {

        #footer {
            padding: 3em 1.5em 1em 1.5em ;
        }

    }

/* Icons */

    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.icons li {
            display: inline-block;
            padding: 0 1.5em 0 0;
        }

            ul.icons li:last-child {
                padding-right: 0 !important;
            }

            ul.icons li .icon:before {
                font-size: 1.75rem;
            }

        ul.icons.major li {
            padding: 0 2.5em 0 0;
        }

            ul.icons.major li .icon:before {
                font-size: 2.75rem;
            }

        @media screen and (max-width: 736px) {

            ul.icons.major li {
                padding: 0 1.25em 0 0;
            }

                ul.icons.major li .icon:before {
                    font-size: 1.75rem;
                }

        }

        ul.icons.labeled li {
            margin: 1em 0;
            padding: 0 2em 0 0;
        }

            ul.icons.labeled li .icon:before {
                vertical-align: middle;
                font-size: 2.25rem;
                margin-right: 0.5em;
            }

            ul.icons.labeled li .icon .label {
                display: inline-block;
                vertical-align: middle;
                color: #999999;
            }

    @media screen and (max-width: 736px) and (orientation: portrait) {

        ul.icons.labeled {
            text-align: left;
            margin-right: auto;
            margin-left: auto;
            display: inline-block;
            white-space: nowrap;
        }

            ul.icons.labeled li {
                display: block;
                padding: 0;
                margin: 1.5em 0 0 0;
            }

                ul.icons.labeled li .icon:before {
                    width: 1.5em;
                    display: block;
                    float: left;
                    margin-right: 0;
                }

                ul.icons.labeled li .icon:after {
                    content: '';
                    display: block;
                    clear: both;
                }

                ul.icons.labeled li:first-child {
                    margin-top: 0;
                }

    }

    /* Icon */

    .icon {
        text-decoration: none;
        border-bottom: none;
        position: relative;
    }

        .icon:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            text-transform: none !important;
            font-family: 'Font Awesome 5 Free';
            font-weight: 400;
        }

        .icon > .label {
            display: none;
        }

        .icon:before {
            line-height: inherit;
        }

        .icon.solid:before {
            font-weight: 900;
        }

        .icon.brands:before {
            font-family: 'Font Awesome 5 Brands';
        }

    .icon {
        color: #e0e0e0;
    }


.text-container{
    max-width: 1100px;
    color: white;
    margin: auto;
    padding: 40px;
    border-radius: 5px;
    border-style: solid;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
    background-color: #1f2434;
    border-width: 1px;
    border-color: #434651 !important;
    margin-bottom: 10px;
    position: relative;
}
h1{
    color: #ecdb9d;
    text-align: center;
}
.tos-title{
    color: #ecdb9d;
    font-size: 44px;
    font-weight: bold;
}

@media screen and (max-width: 736px){
    .tos-title{
        font-size: 16px;
    }
    .text-container{
        width: 95%;
        padding: 5px;
        font-size: 12px;
    }
}