@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.black {
  color: #000000;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  font-family: "Poppins";
  color: #9EA9B5;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  position: relative;
  cursor: default;
  width: 100vw;
  height: 100vh;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  user-drag: none;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#fade {
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  text-align: center;
}
#fade span {
  font-size: 12px;
}

#debug div {
  position: absolute;
  top: 60px;
  right: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #D33993;
  cursor: pointer;
}
#debug div:nth-child(2) {
  background-color: #FC8F1C;
  top: 92px;
}
#debug div:nth-child(3) {
  background-color: #5271FF;
  top: 124px;
}

.progress-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.progress-overlay.visible {
  opacity: 1;
  visibility: visible;
}

#scale {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 1920px;
  height: 1080px;
  margin: 0 auto;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #5271FF;
  text-decoration: underline;
  transition: linear all 200ms;
}

#content {
  position: absolute;
  top: 49px;
  bottom: 80px;
  left: 108px;
  right: 108px;
  display: none;
}
#content #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#content #header p {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3em;
  text-align: left;
  color: #000000;
  margin: 0;
}
#content #header img.logo {
  height: 32px;
  width: auto;
}
#content #left {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 827px;
  height: 100%;
}
#content #left #select-site-wrapper {
  position: relative;
  width: 244px;
  height: 35px;
  margin: 0 0 16px;
}
#content #left #select-site-wrapper p {
  margin-left: 260px;
  color: #000000;
  line-height: 35px;
}
#content #left #select-site-wrapper #select-site {
  width: 244px;
  height: 35px;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #5271FF;
  color: #fff;
  border: none;
  outline: none !important;
  padding: 0 0 0 12px;
  line-height: 35px;
  margin: 0 16px 0 0;
  transition: linear all 200ms;
}
#content #left #select-site-wrapper #select-site:after {
  content: url("../images/arrow_up_down.svg");
  position: absolute;
  top: 4px;
  right: 8px;
  width: 24px;
  height: 24px;
}
#content #left #select-site-wrapper #select-site:hover {
  background-color: #869cff;
}
#content #left #select-site-wrapper #select-site:active, #content #left #select-site-wrapper #select-site.selected {
  background-color: #9EA9B5 !important;
}
#content #left #select-site-wrapper #sites {
  display: none;
  position: absolute;
  top: 36px;
  left: 0px;
  width: 244px;
  border: 1px solid #9EA9B5;
  padding: 4px;
  list-style-type: none;
  margin: 8px 0 0 0;
  box-shadow: 0px 28.11px 84.33px 0px rgba(51, 48, 81, 0.2);
  background-color: #fff;
  z-index: 1000;
}
#content #left #select-site-wrapper #sites li {
  transition: linear all 200ms;
  padding: 0 0 0 8px;
  margin-bottom: 8px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #545D69;
  border-radius: 4px;
}
#content #left #select-site-wrapper #sites li:last-child {
  margin: 0;
}
#content #left #select-site-wrapper #sites li:hover {
  background-color: rgba(158, 169, 181, 0.2);
  color: #000000;
  font-weight: 400;
}
#content #left #select-site-wrapper #sites li.selected {
  color: #000000;
  font-weight: 600;
}
#content #left h1 {
  color: #000000;
  font-size: 64px;
  font-weight: 700;
  line-height: 76.8px;
  text-align: left;
  margin-bottom: 16px;
}
#content #left select#site {
  width: 136px;
  margin-right: 16px;
}
#content #left #totals {
  display: flex;
  margin: 16px 0 32px;
}
#content #left #totals div {
  flex: 0 0 33%;
  position: relative;
  padding-left: 32px;
  transition: linear all 250ms;
}
#content #left #totals div:before {
  transition: linear all 250ms;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #5271FF 0%, #869CFF 100%);
  border-radius: 4px;
}
#content #left #totals div h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
  color: #000000;
  margin: 0;
}
#content #left #totals div span.direction {
  position: absolute;
  left: 10px;
  top: 32px;
  width: 24px;
  height: 24px;
  text-align: center;
}
#content #left #totals div span.direction.up {
  color: rgba(0, 128, 0, 0.5);
}
#content #left #totals div span.direction.down {
  color: rgba(255, 0, 0, 0.5);
}
#content #left #totals div span.direction.same {
  color: #9EA9B5;
}
#content #left #cars {
  display: flex;
  gap: 0px 29px;
  margin: 16px 0 16px 0;
  flex-wrap: wrap;
}
#content #left #cars div {
  flex: 0 0 243px;
  position: relative;
}
#content #left #cars p {
  width: 243px;
  background-color: rgba(158, 169, 181, 0.1);
  padding: 2px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
#content #left #cars p span.direction {
  position: absolute;
  right: 52px;
  width: 24px;
  height: 24px;
  top: 3px;
  text-align: center;
}
#content #left #cars p span.direction.up {
  color: rgba(0, 128, 0, 0.5);
}
#content #left #cars p span.direction.down {
  color: rgba(255, 0, 0, 0.5);
}
#content #left #cars p span.direction.same {
  color: #9EA9B5;
}
#content #left #cars p span[id*=-count] {
  color: #000000;
  font-weight: 700;
}
#content #left #results {
  height: auto;
  padding: 0px 0px 0px 28px;
  position: relative;
}
#content #left #results h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 72px;
}
#content #left #results #chart {
  position: absolute;
  z-index: 100;
  top: 72px;
  left: 0px;
  width: 1210px;
  padding: 16px;
  display: flex;
  gap: 8px;
  box-shadow: 0px 28.11px 84.33px 0px rgba(51, 48, 81, 0.2);
  background-color: #fff;
  border-radius: 100px;
}
#content #left #results #chart div {
  height: 40px;
  transition: linear all 200ms;
}
#content #left #results #chart div#handle {
  transform: scale(0.7);
  position: absolute;
  transition: all 600ms ease-in-out;
  width: 80px;
  height: 133.41px;
  top: 12px;
  left: -100px;
}
#content #left #results #chart div#handle:before {
  content: url("../images/chart_handle.svg");
  position: absolute;
  width: 80px;
  height: 133.41px;
  top: 0;
  left: 0;
}
#content #left #results #chart div#handle:after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: #FC8F1C !important;
  transition: background-color 600ms ease-in-out;
}
#content #left #results #chart div:nth-child(1) {
  background: linear-gradient(90deg, #E074B3 0%, #D33993 100%);
  border-radius: 100px 4px 4px 100px;
}
#content #left #results #chart div:nth-child(2) {
  background: linear-gradient(90deg, #FDB160 0%, #FC8F1C 100%);
  border-radius: 4px;
}
#content #left #results #chart div:nth-child(3) {
  background: linear-gradient(90deg, #869CFF 0%, #5271FF 100%);
  border-radius: 4px 100px 100px 4px;
}
#content #left #competition {
  position: absolute;
  bottom: 80px;
  left: 0px;
  padding: 24px 32px;
  background-color: #fff;
  box-shadow: 0px 28.11px 84.33px 0px rgba(51, 48, 81, 0.2);
  border-radius: 28px;
}
#content #left #competition h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  color: #000000;
  margin: 0 0 8px;
}
#content #left #competition p {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  color: #545D69;
}
#content #right {
  position: absolute;
  right: 0px;
  top: 80px;
  width: 730px;
  height: 100%;
  overflow: hidden;
}
#content #right .site-image {
  position: absolute;
  border: 12px solid #fff;
  border-radius: 48px;
  top: 0px;
  left: 0px;
  width: 730px;
  height: 880px;
}
#content #right .site-overlay {
  position: absolute;
  border-radius: 38px;
  background: rgba(82, 113, 255, 0.6);
  top: 12px;
  left: 12px;
  width: 706px;
  height: 856px;
  transition: linear all 200ms;
}
#content #right .ad-image {
  position: absolute;
  height: 263px;
  top: 84px;
  right: 12px;
  width: 506px;
  transform: rotate(0.7deg);
  box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.2509803922);
  opacity: 1;
  transition: linear all 200ms;
}
#content #right .ad-side-overlay {
  background-color: #fff;
  width: 12px;
  height: 300px;
  top: 60px;
  right: 0px;
  position: absolute;
}
#content .rectangle {
  transition: linear all 200ms;
  background-color: rgba(82, 113, 255, 0.1);
  border-radius: 48px;
  position: absolute;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#content .rectangle.rectangle-1 {
  animation-duration: 80s;
  animation-name: moveLeftRight;
  top: -97px;
  left: 922px;
  width: 438px;
  height: 740px;
}
#content .rectangle.rectangle-2 {
  animation-duration: 70s;
  animation-name: moveUpDown;
  top: 181px;
  left: 878px;
  width: 1000px;
  height: 343px;
}
#content .rectangle.rectangle-3 {
  animation-name: moveDownUp;
  animation-duration: 90s;
  top: 327px;
  left: 1309px;
  width: 438px;
  height: 561px;
}
#content .rectangle.rectangle-4 {
  animation-name: moveRightLeft;
  animation-duration: 110s;
  top: 715px;
  left: 1128px;
  left: 1328px;
  width: 340px;
  height: 484px;
}

body.pink #content #left #select-site-wrapper #select-site {
  background-color: #D33993 !important;
}
body.pink #content #left #select-site-wrapper #select-site:hover {
  background-color: #e074b3 !important;
}
body.pink #content #competition a {
  color: #D33993 !important;
}
body.pink #content .rectangle {
  background-color: rgba(211, 57, 147, 0.1);
}
body.pink #content #left #results h1 {
  color: #D33993 !important;
}
body.pink #content #left #totals div:before {
  background: #D33993 !important;
}
body.pink #content #left #results #chart div#handle {
  left: 470px;
}
body.pink #content #left #results #chart div#handle:after {
  background-color: #D33993 !important;
}
body.pink #content #right .site-overlay {
  background: rgba(211, 57, 147, 0.6);
}
body.pink #content #right .ad-image.orange, body.pink #content #right .ad-image.blue {
  opacity: 0;
}
body.pink #content #right .ad-image.pink {
  opacity: 1;
}

body.blue #content #left #select-site-wrapper #select-site {
  background-color: #5271FF !important;
}
body.blue #content #left #select-site-wrapper #select-site:hover {
  background-color: #869cff !important;
}
body.blue #content #competition a {
  color: #5271FF !important;
}
body.blue #content .rectangle {
  background-color: rgba(82, 113, 255, 0.1);
}
body.blue #content #left #results h1 {
  color: #5271FF !important;
}
body.blue #content #left #totals div:before {
  background: #5271FF !important;
}
body.blue #content #left #results #chart div#handle {
  left: 1030px;
}
body.blue #content #left #results #chart div#handle:after {
  background-color: #5271FF !important;
}
body.blue #content #right .site-overlay {
  background: rgba(82, 113, 255, 0.6);
}
body.blue #content #right .ad-image.orange, body.blue #content #right .ad-image.pink {
  opacity: 0;
}
body.blue #content #right .ad-image.blue {
  opacity: 1;
}

body.orange #content #left #select-site-wrapper #select-site {
  background-color: #FC8F1C !important;
}
body.orange #content #left #select-site-wrapper #select-site:hover {
  background-color: #fdb160 !important;
}
body.orange #content #competition a {
  color: #FC8F1C !important;
}
body.orange #content .rectangle {
  background-color: rgba(252, 143, 28, 0.1);
}
body.orange #content #left #results h1 {
  color: #FC8F1C !important;
}
body.orange #content #left #totals div:before {
  background: #FC8F1C !important;
}
body.orange #content #left #results #chart div#handle {
  left: 750px;
}
body.orange #content #left #results #chart div#handle:after {
  background-color: #FC8F1C !important;
}
body.orange #content #right .site-overlay {
  background: rgba(252, 143, 28, 0.6);
}
body.orange #content #right .ad-image.blue, body.orange #content #right .ad-image.pink {
  opacity: 0;
}
body.orange #content #right .ad-image.orange {
  opacity: 1;
}

.animated-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 16px;
  background: linear-gradient(to left, #5271FF 0%, #5271FF 4%, #526FFE 5%, #5C2FE4 17%, #6116DA 22%, #D33993 57%, #FC8F1C 87%, #FB9E16 90%, #FAC808 97%, #FAE100 100%);
  background-position-x: 0%;
  background-size: 100% 100%;
}

@keyframes moveLeftRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(300px);
  }
}
@keyframes moveRightLeft {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-440px);
  }
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(500px);
  }
}
@keyframes moveDownUp {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-500px);
  }
}
@keyframes gradient-slide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
body#without-competition-box #content #left #competition {
  display: none;
}
body#without-competition-box #content #left {
  width: 850px;
  height: 790px;
  align-content: start;
}
body#without-competition-box #content #left h1:first-child {
  font-size: 68px;
  margin-bottom: 48px;
}
body#without-competition-box #content #left #totals {
  margin: 16px 0 48px;
}
body#without-competition-box #content #left #cars p {
  width: 260px;
  margin-bottom: 16px;
}
body#without-competition-box #content #left #select-site-wrapper {
  margin: 32px 0;
}
body#without-competition-box #content #left #select-site-wrapper #select-site {
  width: 260px;
}
body#without-competition-box #content #left #totals div h1 {
  font-size: 60px !important;
}
body#without-competition-box #content #left #results h1 {
  font-size: 46px !important;
}
body#without-competition-box #content #left #cars p span.direction {
  right: 75px;
}