a:link, a:visited {
  color: #d6983f;
  text-decoration: none;
}

a:active, a:hover {
  color: #c7ee1a;
  text-decoration: none;
}

.fb_reset {
  position: absolute;
  top: -400px;
  left: 100px;
}

.PlayBtns {
  width: 160px;
}

.OtherLinks {
  font-size: 20px;
  white-space: nowrap;
}

.RightLinks {
  border-right: 2px solid #d6983f;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

/* GDPR */
.Gdpr {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0073f7;
  -webkit-box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, .3);
  color: #fff;
  font-family: SharpGrotesk, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial;
  font-size: 15px;
}

#Gdpr-Container {
  min-width: 320px;
  max-width: 1080px;
  padding: 20px 20px;
  margin: 0 auto;
}

#Gdpr-Info {
  font-size: 11pt;
  line-height: 16pt;
  color: #fff !important;
  /* padding-bottom: 5px; */
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
}

#Gdpr-Close {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #0073f7;
  cursor: default;
}

#Gdpr-Close:after {
  padding: 20px 0 20px 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMTJDMiA2LjQ3NyA2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMiAxNy41MjMgMiAxMnptMTAgMS40MTRsMy4yOTMgMy4yOTNhMSAxIDAgMCAwIDEuNDE0LTEuNDE0TDEzLjQxNCAxMmwzLjI5My0zLjI5M2MuOTQzLS45NDMtLjQ3MS0yLjM1Ny0xLjQxNC0xLjQxNEwxMiAxMC41ODYgOC43MDcgNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDEuNDE0TDEwLjU4NiAxMmwtMy4yOTMgMy4yOTNjLS45NDMuOTQzLjQ3MSAyLjM1NyAxLjQxNCAxLjQxNEwxMiAxMy40MTR6IiBmaWxsPSIjZGFkYWRhIiAvPjwvc3ZnPg==) 50% no-repeat;
  content: "";
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity var(--transition--md);
  transition: opacity var(--transition--md);
}

/* AIHELP */
.elvaBox {
  width: 375px;
  height: 70%;
  position: absolute;
  right: 30px;
  top: 30px;
}

.close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -16px;
  background: #f9c633;
  border-radius: 25px;
  cursor: pointer;
}

.close:hover {
  background: #bbb;
  transition: all .3s ease;
}

.close:before {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 6px;
  background: #444;
  transform: rotate(45deg);
  content: '';
}

.close:after {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 6px;
  background: #444;
  transform: rotate(-45deg);
  content: '';
}