@import url(https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
@font-face {
  font-family: ProximaNovaBlack;
  src: url(/static/media/proximanova_black.120f91ca1cfeced5a5ac.otf);
}
@font-face {
  font-family: ProximaNovaLight;
  src: url(/static/media/proximanova_light.9d69a5449e101ad71e3d.otf);
}
@font-face {
  font-family: ProximaNovaRegular;
  src: url(/static/media/proximanova_regular.8181ca4b7c2d1189d78a.ttf);
}
@font-face {
  font-family: ProximaNovaBold;
  src: url(/static/media/proximanova_bold.fcaab2524c5baabd71f6.otf);
}
@font-face {
  font-family: ProximaNovaExtraBold;
  src: url(/static/media/proximanova_extrabold.4b4dcc64004a8654a484.otf);
}
* {
  font-family: Roboto, Inter, sans-serif;
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 0;
}
.flex-row {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.worker-stats-box {
  border: 1px solid #ffffff0d;
  border-radius: 16px;
  padding: 20px;
  width: 32%;
}
.worker-title {
  background-color: #ffffff0f;
  border-radius: 32px;
  color: #d1d1d1;
  font-family: ProximaNovaLight;
  font-weight: 300;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 6px 20px;
}
.worker-stats-value {
  -webkit-text-fill-color: #0000;
  -moz-text-fill-color: #0000;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-color: #f3ec78;
  background-image: linear-gradient(180deg, #fff, #363a3f 140.97%);
  background-size: 100%;
  font-family: ProximaNovaBold;
  font-size: 40px;
  text-align: left;
}
.MuiPopover-paper {
  background: none !important;
}
.gm-style-cc {
  display: none;
}
a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}
.MuiDrawer-root {
  will-change: transform, opacity;
}
@media (min-width: 1043px) and (max-width: 1700px) {
  .worker-stats-value {
    font-size: 25px;
  }
  .worker-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .worker-stats-value {
    font-size: 32px;
  }
  .worker-title {
    font-size: 16px;
  }
}
.home-price-box {
  margin-right: 20px;
  padding: 20px;
}
.home-price-box,
.home-stats-box {
  border: 1px solid #ffffff0d;
  border-radius: 16px;
}
.home-stats-box {
  display: flex;
  flex-direction: row;
  padding: 15px 20px;
  width: 100%;
}
.home-stats-sub-box {
  width: 30%;
}
.home-title {
  background-color: #00dc721a;
  border-radius: 32px;
  color: #00dc72;
  font-family: ProximaNovaLight;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 6px 20px;
  width: -webkit-max-content;
  width: max-content;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-stats-box {
    display: flex;
    justify-content: space-between;
  }
  .flex-col,
  .home-stats-box {
    flex-direction: column;
  }
  .home-price-box {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home-stats-box {
    display: flex;
    justify-content: space-between;
  }
  .flex-col,
  .home-stats-box {
    flex-direction: column;
  }
  .home-price-box {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}
.test,
.test2 {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.divider {
  border-left: 1px solid #ffffff1a;
  height: 60px;
  margin-top: 30px;
  width: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .divider {
    border-left: 0 solid #ffffff1a;
    height: 60px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .divider {
    border-left: 0 solid #ffffff1a;
    height: 60px;
    margin-top: 30px;
  }
}
@media (min-width: 1043px) and (max-width: 1700px) {
  .divider {
    border-left: 0 solid #ffffff1a;
    height: 60px;
    margin-top: 30px;
  }
}
.cpu-stats-box {
  border: 1px solid #ffffff0d;
  border-radius: 16px;
  padding: 20px;
  width: 39%;
}
.cpu-stats-header {
  align-items: center;
  border-bottom: 1px solid #ffffff1a;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.mr {
  margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cpu-stats-box {
    width: 100%;
  }
  .cpu-stats-header {
    border-bottom: 1px solid #ffffff1a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .tablet-row {
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;
  }
  .mr {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cpu-stats-box {
    width: 100%;
  }
  .cpu-stats-header {
    border-bottom: 1px solid #ffffff1a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .tablet-row {
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;
  }
  .mr {
    margin-right: 0;
  }
}
@media (min-width: 1043px) and (max-width: 1700px) {
  .tablet-row {
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;
  }
}
.home-box {
  flex-direction: column;
  margin: 40px auto;
  padding: 20px;
  width: 90%;
}
.home-body,
.home-box {
  display: flex;
  justify-content: space-between;
}
.home-body {
  flex-direction: row;
  margin: 20px 0;
}
.home-box-1 {
  border: 1px solid #ffffff0d;
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0;
  }
  .home-box-1 {
    height: 500px;
    margin-bottom: 50px;
    width: 100%;
  }
  .home-box {
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0;
  }
  .home-box-1 {
    height: 500px;
    margin-bottom: 50px;
    width: 100%;
  }
  .home-box {
    padding: 0;
    width: 100%;
  }
}
.marker {
  background-color: #000;
  border: 5px solid #333;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.home-marker,
.marker {
  align-items: center;
  display: flex;
  font-size: 24px;
  justify-content: center;
  margin: 0 auto;
  padding: 10px;
}
.home-marker {
  background-color: gray;
  border: 5px solid gray;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.marker h1 {
  font-size: 24px;
  margin: 0;
}
.network-map-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px auto;
  padding: 20px;
  width: 100%;
}
.network-map-box-1 {
  height: 80vh;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .network-map-box {
    margin: 0 auto;
  }
}
.triangle {
  background: #fff;
  border: 1px solid #fafafa;
  box-shadow: 0 0 5px 0 #85858580;
  box-sizing: border-box;
  padding: 0 6px 3px;
  position: absolute;
}
.triangle:after {
  box-shadow: 0 0 5px 0 #85858580;
  left: 10%;
  z-index: -1;
}
.triangle:after,
.triangle:before {
  border-color: #0000 #0000 #fff #fff;
  border-style: solid;
  border-width: 5px;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 85%;
  transform: rotate(225deg);
  transform-origin: 0 0;
}
.triangle:before {
  left: 100%;
  z-index: 1;
}
.location_text {
  color: #474747;
  font-size: 12px;
}
.world_map_container {
  align-items: center;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.world-map {
  height: 80vh;
  width: 100%;
}
.info-box {
  background-color: #090909;
  border-radius: 32px;
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  width: -webkit-max-content;
  width: max-content;
}
.info-box-row {
  align-items: center;
  border-bottom: 1px solid #fff3;
  display: flex;
  flex-direction: row;
  padding: 12px 12px 10px;
}
.info-box-row:last-child {
  border: none;
}
.green-box {
  background-color: #34eb43;
  height: 24px;
  width: 24px;
}
.light-green-box {
  background-color: #34eb8f;
  height: 24px;
  width: 24px;
}
.dark-green-box {
  background-color: #556b2f;
  height: 24px;
  width: 24px;
}
.red-box {
  background-color: #99312d;
  height: 24px;
  width: 24px;
}
.dark-blue-box {
  background-color: #2c456b;
  height: 24px;
  width: 24px;
}
.blue-box {
  background-color: #4779c4;
  height: 24px;
  width: 24px;
}
.light-blue-box {
  background-color: #83aff0;
  height: 24px;
  width: 24px;
}
.purple-box {
  background-color: #431a63;
}
.pink-box,
.purple-box {
  height: 24px;
  width: 24px;
}
.pink-box {
  background-color: pink;
}
.orange-box {
  background-color: orange;
  height: 24px;
  width: 24px;
}
.yellow-box {
  background-color: #ff0;
  height: 24px;
  width: 24px;
}
.info-box-row h2 {
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .world_map_container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .world-map {
    height: 40vh;
  }
  .info-box {
    left: 0;
    position: relative;
  }
  .info-box-row h2 {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
  }
}
#horizontalEmblaCarousel .embla__viewport {
  overflow: hidden;
}
#horizontalEmblaCarousel .embla__container {
  display: flex;
  margin-left: calc(var(--slide-spacing) * -1);
  touch-action: pan-y pinch-zoom;
}
#horizontalEmblaCarousel .embla__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
  transform: translateZ(0);
}
#horizontalEmblaCarousel .embla__slide__number {
  height: var(--slide-height);
  width: var(--slide-width);
}
#verticalEmblaCarousel .embla__viewport {
  height: 592px;
  overflow: hidden;
  @media screen and (max-width: 750px) {
    height: 100px;
  }
}
#verticalEmblaCarousel .embla__container {
  display: flex;
  flex-direction: column;
  gap: var(--slide-spacing);
  height: 100%;
  @media screen and (max-width: 750px) {
    flex-direction: row;
  }
}
#verticalEmblaCarousel .embla__slide {
  flex: 0 0 var(--slide-height);
  transform: translateZ(0);
}
#verticalEmblaCarousel .embla__slide__number {
  align-items: center;
  display: flex;
  height: 90px;
}
/*# sourceMappingURL=main.f24dd3f3.css.map*/
