:root {
  --radar-body-dark: #01030f;
  --radar-light-black: #01040e;
  --radar-text: #fff;
}

#home .home-section-1-radar {
  top: 0;
  max-width: 100vw;
}

@media (max-width: 1023.98px) {
  #home .home-section-1-radar {
    margin-top: 5em;
  }
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  #home .home-section-1-radar {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  #home .home-section-1-radar {
    top: 55%;
    transform: translateY(-50%);
  }

  #home .home-section-1-radar .section_hp-hero {
    transform: scale(0.8);
    transform-origin: center right;
  }
}

@media (min-width: 1280px) {
  #home .home-section-1-radar {
    top: 55%;
    transform: translateY(-50%);
  }
}

.section_hp-hero {
  font-size: 10px;
  min-height: 30em;
  position: relative;
  max-width: 100%;
}

.hero-radar_component,
.hero-radar_component * {
  box-sizing: border-box;
}

.hero-radar_component {
  aspect-ratio: 1;
  color: var(--radar-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  justify-content: center;
  align-items: center;
  width: min(100%, 61.5em);
  min-height: 61.5em;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-radar_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hp_circle-1,
.hp_circle-2,
.hp_circle-3,
.hp_circle-4 {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hp_circle-1 svg,
.hp_circle-2 svg,
.hp_circle-3 svg,
.hp_circle-4 svg {
  display: block;
  opacity: 1;
}

.hp_circle-1 {
  width: 18em;
  height: 18em;
}

.hp_circle-2 {
  width: 31.3em;
  height: 31.3em;
}

.hp_circle-3 {
  width: 46.1em;
  height: 46.1em;
}

.hp_circle-4 {
  width: 61.5em;
  height: 61.5em;
}

.hp_circle-1_wrap {
  width: 18em;
  height: 18em;
}

.hp_circle-2_wrap {
  width: 31.3em;
  height: 31.3em;
}

.hp_circle-3_wrap {
  width: 46.1em;
  height: 46.1em;
}

.hp_circle-4_wrap,
.hp-circle_radar {
  width: 61.5em;
  height: 61.5em;
}

.hp_circle-1_wrap,
.hp_circle-2_wrap,
.hp_circle-3_wrap,
.hp_circle-4_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hp-circle_logo-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 6.97em;
  height: 6.97em;
  display: flex;
  position: absolute;
}

.hero-radar_component .hp-circle_logo-img,
.hero-radar_component .img {
  width: 100%;
  height: auto;
  display: block;
}

.hp-circle_logo-img.is-bordered {
  border: 1px solid #000;
  border-radius: 50%;
}

.hp-circle_radar {
  z-index: 0;
  border-radius: 50%;
  background: conic-gradient(from 90deg, rgb(0 77 153 / 0) 75%, rgb(0 129 255) 75%, transparent 100%);
  opacity: 0.4;
  position: absolute;
  will-change: transform;
}

.hp-radar_gradient-fade {
  z-index: 1;
  background-image: radial-gradient(circle farthest-side at 50% 50%, rgb(1 3 15 / 0) 14%, var(--radar-body-dark) 93%);
  border-radius: 50vw;
  position: absolute;
  inset: 0;
}

.hp-circle-item {
  z-index: 2;
  aspect-ratio: 1;
  will-change: transform;
  justify-content: center;
  align-items: center;
  width: 5.2em;
  height: 5.2em;
  display: flex;
  position: absolute;
}

.hp-circle-item.is-fanduel {
  inset: 0 auto auto 20%;
}

.hp-circle-item.is-underdog {
  inset: 8% auto auto 6%;
}

.hp-circle-item.is-baseball {
  top: 30%;
  right: -6%;
}

.hp-circle-item.is-draftkings {
  top: 10%;
  right: 7%;
}

.hp-circle-item.is-basketball {
  right: -3%;
  bottom: 30%;
}

.hp-circle-item.is-football {
  top: -4%;
  right: 25%;
}

.hp-circle-item.is-prizepicks {
  top: 26%;
  left: -2%;
}

.hp-circle-item.is-x {
  bottom: 40%;
  left: -6%;
}

.circle-item_inner {
  z-index: 2;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.circle-item_pseudo {
  background-color: #020507;
  border-radius: 999px;
  position: absolute;
  inset: 0;
}

.circle-item_inner.is-football {
  background-image: linear-gradient(#ff20a61a, #ff20a633);
  border-color: #fff3;
  box-shadow: inset 0 -0.8em 3em #471734, inset 0 -2.4em 3.8em #370d26, 0 0 4.8em 2.4em #ff20a626;
}

.circle-item_inner.is-fanduel {
  background-color: #15264099;
  border-color: #45a5ff66;
  box-shadow: inset 0 -2.4em 3.6em #1990ff14, inset 0 -0.8em 3em #297ffa33, 0 0 4.8em 2.4em #168bf826;
}

.circle-item_inner.is-draftkings {
  background-color: #56823f66;
  border-color: #98d67899;
  box-shadow: inset 0 -0.8em 3em #b6ff3f24, inset 0 -2.4em 3.8em #aaff200a, 0 0 4.8em 2.4em #4bff4e1a;
}

.circle-item_inner.is-underdog {
  background-color: #fffb4b14;
  border-color: #fffb4b33;
  box-shadow: inset 0 -0.8em 3em #fffb4b14, inset 0 -2.4em 3.8em #fffb4b14, 0 0 4.8em 2.4em #fffb4b1c;
}

.circle-item_inner.is-basketball {
  background-color: #ff542033;
  border-color: #993f3f;
  box-shadow: inset 0 -0.8em 3em #f84b160a, inset 0 -2.4em 3.8em #f84b161a, 0 0 4.8em 2.4em #f84b1626;
}

.circle-item_inner.is-baseball {
  background-image: linear-gradient(#2079ff14, #45ff2014);
  border-color: #ffffff2e;
  box-shadow: inset 0 -0.8em 3em #ffffff24, inset 0 -2.4em 3.8em #aaff200a, 0 0 4.8em 2.4em #ffffff1a;
}

.circle-item_inner.is-prizepicks {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #5007aa5c;
  border-color: #fff9f533;
  box-shadow: inset 0 -0.8em 3em #ffffff14, inset 0 -2.4em 3.8em #ffffff14, 0 0 4.8em 2.4em #b0591a33;
}

.circle-item_inner.is-x {
  background-color: #fff3;
  border-color: #fffc;
  box-shadow: inset 0 -0.8em 3em #ffffff0a, inset 0 -2.4em 3.8em #ffffff1a, 0 0 4.8em 2.4em #ffffff26;
}

.circle-icon {
  object-fit: contain;
  max-width: 72%;
  max-height: 72%;
}

.hero-radar_cards-component {
  perspective: 2000px;
  perspective-origin: 50% 0;
  transform-origin: 50% 100%;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 22.3em;
  height: 10em;
  display: flex;
  position: absolute;
  inset: auto auto 12.5em;
  transform: perspective(2000px) scale(1.23);
  z-index: 4;
}

.hero-radar_cards-list,
.hero-radar_cards-wrap {
  width: 100%;
  height: 100%;
}

.hero-radar_cards-wrap {
  will-change: transform, opacity, filter;
  position: absolute;
}

.hero-radar_cards-wrap-inner > :not(.hp-radar_card-background) {
  opacity: var(--content-opacity, 1);
  position: relative;
  z-index: 1;
}

.hero-radar_cards-wrap-outline {
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-radius: 1.2em;
  width: 100%;
  height: 100%;
  padding: 1px;
  display: flex;
}

.hero-radar_cards-wrap-inner {
  gap: 1.6em;
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  background-color: #171a22cc;
  border-radius: 1.1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1em 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hp-radar_cards-wrap-top {
  gap: 1.2em;
  align-items: center;
  width: 100%;
  display: flex;
}

.hp-radar-card_avatar {
  background-color: #6e6e6e;
  border-radius: 50vw;
  width: 3.2em;
  height: 3.2em;
  overflow: hidden;
  flex: none;
}

.hp-radar_cards-content {
  gap: 0.4em;
  flex-flow: column;
  min-width: 0;
  display: flex;
}

.hp-radar-card_title {
  font-size: 1.3em;
  font-weight: 600;
}

.hp-radar-card_date {
  color: #c5cad2;
  font-size: 1.2em;
}

.hp_radar_card-logo {
  width: 2em;
  height: 2em;
  margin-left: auto;
  flex: none;
  display: block;
}

.hp_radar_card-logo.is-rounded-news {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}

.hp-radar_card-button {
  gap: 0.6em;
  background-color: #09913f;
  border-radius: 0.5em;
  align-items: center;
  width: 12.2em;
  min-height: 2em;
  padding: 0.4em 0.6em;
  display: flex;
  position: relative;
  z-index: 1;
}

.hp-radar_card-button.is-blue {
  background-color: #168bf8;
}

.hp-radar_card-button.is-violet {
  background-color: #6b33e4;
}

.hp-radar_card-button.is-purple {
  background-color: #fb075f;
}

.hp-radar_card-button.is-orange {
  background-color: #fe8726;
}

.hp-radar_card-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  flex: none;
}

.hp-radar_card-icon svg {
  display: block;
}

.hp-radar-card_btn-text {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
}

.hp-radar_card-background {
  background-color: var(--radar-light-black);
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: var(--background-opacity, 0.5);
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-radar_wrapper {
    min-width: 45em;
    min-height: 45em;
    position: absolute;
  }

  .hero-radar_cards-component {
    bottom: 12.5em;
  }
}

@media (max-width: 479px) {
  #home .home-section-1-radar {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    transform: none;
  }

  .hero-radar_component {
    width: 100%;
    min-height: 52em;
  }

  .hero-radar_wrapper {
    width: 100%;
    height: 100%;
    min-width: 45em;
    min-height: 45em;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .hp-circle-item {
    width: 4em;
    height: 4em;
  }

  .hp-circle_logo-wrapper {
    width: 5em;
    height: 5em;
  }

  .hp-circle-item.is-x {
    left: -8%;
  }

  .hero-radar_cards-component {
    bottom: 4em;
    width: min(24em, 82vw);
  }

  .hp_circle-1 {
    width: 35%;
    min-width: 10em;
    height: 35%;
    min-height: 10em;
  }

  .hp_circle-1_wrap {
    width: 35%;
    min-width: 10em;
    height: 35%;
    min-height: 10em;
  }

  .hp_circle-2 {
    width: 60%;
    min-width: 18em;
    height: 60%;
    min-height: 18em;
  }

  .hp_circle-2_wrap {
    width: 52%;
    min-width: 18em;
    height: 52%;
    min-height: 18em;
  }

  .hp_circle-3 {
    width: 75%;
    min-width: 28em;
    height: 75%;
    min-height: 28em;
  }

  .hp_circle-3_wrap {
    width: 75%;
    min-width: 26em;
    height: 65%;
    min-height: 26em;
  }

  .hp_circle-4 {
    width: 95%;
    min-width: 35em;
    height: 95%;
    min-height: 35em;
  }

  .hp_circle-4_wrap {
    width: 95%;
    min-width: 35em;
    height: 95%;
    min-height: 35em;
  }

  .hp-circle_radar {
    width: 100%;
    min-width: 35em;
    height: 100%;
    min-height: 35em;
  }

  .hp-circle-item.is-underdog {
    top: 10%;
  }

  .hp-circle-item.is-football {
    top: 0;
  }
}


