.media__wrapper {
  position: relative;
  width: 100%;
  height: 535px;
  display: flex;
  align-items: center;
}
@media (min-width: 36em) {
  .media__wrapper {
    margin: 0 auto;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 48em) {
  .media__wrapper {
    width: 70%;
  }
}
@media (min-width: 75em) {
  .media__wrapper {
    width: 60%;
  }
}
@media (min-width: 102.5em) {
  .media__wrapper {
    width: 56%;
  }
}
.media__globe {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 85%;
  width: auto;
}
@media (min-width: 36em) {
  .media__globe {
    height: 100%;
  }
}
@media (min-width: 48em) {
  .media__globe {
    height: auto;
    width: 100%;
    top: unset;
    bottom: 0;
    transform: translate(-50%, 0);
  }
}
.media__globe svg {
  display: block;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: unset;
}
.media__header {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin: 0 auto;
}
.media__header:before {
  content: "";
  display: block;
  width: 120%;
  height: 150%;
  border-radius: 100%;
  background-color: var(--clr-05);
  filter: blur(40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 48em) {
  .media__header:before {
    height: 200%;
  }
}
@media (min-width: 62em) {
  .media__header:before {
    filter: blur(50px);
  }
}
@media (min-width: 87.5em) {
  .media__header:before {
    width: 150%;
    height: 250%;
    filter: blur(100px);
  }
}
@media (min-width: 102.5em) {
  .media__header:before {
    filter: blur(120px);
  }
}
.media__title {
  margin-bottom: 10px;
}
@media (min-width: 48em) {
  .media__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 62em) {
  .media__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 87.5em) {
  .media__title {
    margin-bottom: 60px;
  }
}
.media__subtitle {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 62em) {
  .media__subtitle {
    min-width: 450px;
  }
}
@media (min-width: 87.5em) {
  .media__subtitle {
    min-width: 530px;
  }
}
@media (min-width: 102.5em) {
  .media__subtitle {
    min-width: 580px;
  }
}
.media__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  row-gap: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  align-content: space-between;
}
@media (min-width: 48em) {
  .media__inner {
    width: 110%;
  }
}
@media (min-width: 62em) {
  .media__inner {
    row-gap: 200px;
  }
}
@media (min-width: 87.5em) {
  .media__inner {
    column-gap: 100px;
  }
}
.media__card {
  display: block;
  position: relative;
  width: 152px;
  height: 90px;
  border: none;
  position: relative;
}
@media (min-width: 36em) {
  .media__card {
    width: 175px;
    height: 100px;
  }
}
@media (min-width: 62em) {
  .media__card {
    width: 250px;
    height: 140px;
  }
}
@media (min-width: 87.5em) {
  .media__card {
    width: 300px;
    height: 180px;
  }
}
@media (min-width: 36em) {
  .media__card:nth-child(1) {
    top: 50px;
  }
}
@media (min-width: 48em) {
  .media__card:nth-child(1) {
    top: 40px;
  }
}
@media (min-width: 62em) {
  .media__card:nth-child(1) {
    top: 40px;
  }
}
@media (min-width: 75em) {
  .media__card:nth-child(1) {
    top: 70px;
  }
}
.media__card:nth-child(2) {
  top: 85px;
  margin-left: auto;
}
.media__card:nth-child(2):before, .media__card:nth-child(2):after {
  left: 0;
}
@media (min-width: 36em) {
  .media__card:nth-child(2) {
    top: 0;
  }
}
@media (min-width: 48em) {
  .media__card:nth-child(2) {
    top: 5px;
  }
}
@media (min-width: 62em) {
  .media__card:nth-child(2):before, .media__card:nth-child(2):after {
    left: 8px;
  }
}
.media__card:nth-child(3) {
  top: -85px;
}
.media__card:nth-child(3):before, .media__card:nth-child(3):after {
  top: 0;
}
@media (min-width: 36em) {
  .media__card:nth-child(3) {
    top: -10px;
  }
}
@media (min-width: 62em) {
  .media__card:nth-child(3):before, .media__card:nth-child(3):after {
    top: 8px;
  }
}
.media__card:nth-child(4) {
  margin-left: auto;
}
.media__card:nth-child(4):before, .media__card:nth-child(4):after {
  top: 0;
  left: 0;
}
@media (min-width: 36em) {
  .media__card:nth-child(4) {
    top: -35px;
  }
}
@media (min-width: 48em) {
  .media__card:nth-child(4) {
    top: -40px;
  }
}
@media (min-width: 62em) {
  .media__card:nth-child(4) {
    top: -45px;
  }
  .media__card:nth-child(4):before, .media__card:nth-child(4):after {
    left: 8px;
    top: 8px;
  }
}
.media__card:before, .media__card:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 62em) {
  .media__card:before, .media__card:after {
    top: calc(100% - 8px);
    left: calc(100% - 8px);
  }
}
.media__card:before {
  width: 30px;
  background: radial-gradient(50% 50% at 50% 50%, rgb(250, 210, 101) 0%, rgb(245, 201, 81) 100%);
  box-shadow: inset 0 0 7px 0 #f5e18b;
}
@media (min-width: 62em) {
  .media__card:before {
    width: 34px;
  }
}
.media__card:after {
  width: 6px;
  background-color: var(--clr-01);
}
@media (min-width: 62em) {
  .media__card:after {
    width: 8px;
  }
}
.media__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}