.home-stats {
  position: relative;
  width: 1920px;
  height: 800px;
  margin-inline: auto;
  background: #fbfafe;
  border-radius: 100px;
  overflow: hidden;
}

.home-stats__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-stats__bg-dots {
  position: absolute;
  top: -2px;
  left: 0;
  width: 2681px;
  height: 1503px;
  background: url("../img/home-stats/bg-dots.webp") center / cover no-repeat;
  opacity: 0.3;
}

.home-stats__bg-dots-2 {
  position: absolute;
  top: -288px;
  left: -229px;
  width: 2149px;
  height: 1608px;
  background: url("../img/home-stats/bg-dots-2.webp") center / cover no-repeat;
  opacity: 0.05;
}

.home-stats__bg-icon {
  position: absolute;
  top: -178px;
  left: -204px;
  width: 1577px;
  height: 1180px;
  background: url("../img/home-stats/bg-icon.webp") center / cover no-repeat;
  opacity: 0.03;
}

.home-stats__heading {
  position: absolute;
  top: 68px;
  left: 50%;
  z-index: 2;
  width: 613px;
  height: 53px;
  margin: 0;
  transform: translateX(-50%);
  font-family: "Barlow Condensed", "Barlow", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.96px;
  text-align: center;
  color: #43328a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-stats__heading-rest {
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  color: #000;
}

.home-stats__copy {
  position: absolute;
  top: 251px;
  left: 1164px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 500px;
  pointer-events: none;
}

.home-stats__copy-title {
  margin: 0;
  flex: none;
  width: 500px;
  height: 46px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.3;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-stats__copy-title-accent {
  font-family: "Barlow Condensed", "Barlow", Helvetica, sans-serif;
  font-weight: 700;
  color: #43328a;
}

.home-stats__copy-body {
  margin: 0;
  flex: none;
  display: flex;
  align-items: center;
  width: 500px;
  height: 168px;
}

.home-stats__copy-body p {
  margin: 0;
  width: 100%;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-stats__copy-body strong {
  font-weight: 500;
  color: #43328a;
}

.home-stats__copy-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: none;
  width: 424px;
}

.home-stats__cta-wrap {
  display: flex;
  align-items: flex-start;
  flex: none;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.home-stats__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 404px;
  height: 71px;
  padding: 24px 26px;
  box-sizing: border-box;
  border: 0;
  border-radius: 10px;
  background: #43328a;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}

.home-stats__cta:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

.home-stats__collage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.home-stats__shot,
.home-stats__deco {
  position: absolute;
}

.home-stats__shot picture,
.home-stats__deco picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-stats__shot img,
.home-stats__deco img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
}

.home-stats__shot--chart {
  top: 396.7px;
  left: 346.8px;
  width: 564.7px;
  height: 326.9px;
  z-index: 1;
}

.home-stats__shot--channels {
  top: 186.3px;
  left: 667.3px;
  width: 388px;
  height: 416.1px;
  z-index: 2;
}

.home-stats__shot--dates {
  top: 225.7px;
  left: 291px;
  width: 307.3px;
  height: 88.2px;
  z-index: 3;
}

.home-stats__deco--chart {
  top: 264px;
  left: 372px;
  width: 335.3px;
  height: 251px;
  z-index: 4;
}

.home-stats__collage-mobile {
  display: none;
}

@media (max-width: 1679px) {
  .home-stats {
    width: 1440px;
    height: 700px;
    zoom: calc(100cqw / 1440px);
    margin-inline: 0;
    margin-bottom: 0;
  }

  .home-stats__bg-dots {
    top: -238px;
    left: -159px;
    width: 1709px;
    height: 958px;
  }

  .home-stats__bg-dots-2 {
    top: -499px;
    left: -185px;
    width: 1659px;
    height: 1242px;
  }

  .home-stats__bg-icon {
    top: -124px;
    left: -262px;
    width: 1336px;
    height: 1000px;
  }

  .home-stats__heading {
    top: 68px;
    width: 613px;
    height: 53px;
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .home-stats__copy {
    top: 229px;
    left: 876px;
    gap: 10px;
    width: 500px;
  }

  .home-stats__copy-title {
    font-size: 32px;
  }

  .home-stats__copy-body {
    width: 450px;
  }

  .home-stats__copy-body p {
    font-size: 18px;
  }

  .home-stats__cta {
    width: 321px;
    height: 61px;
    font-size: 18px;
  }

  .home-stats__shot--chart {
    top: 351.69px;
    left: 192.38px;
    width: 498.81px;
    height: 289.79px;
  }

  .home-stats__shot--channels {
    top: 170.34px;
    left: 475.34px;
    width: 343.48px;
    height: 368.17px;
  }

  .home-stats__shot--dates {
    top: 211.38px;
    left: 143px;
    width: 272.61px;
    height: 79.93px;
  }

  .home-stats__deco--chart {
    top: 254px;
    left: 236px;
    width: 252.63px;
    height: 189.07px;
  }
}

@media (max-width: 1023px) and (min-width: 750px) {
  .home-stats {
    width: 100%;
    height: auto;
    aspect-ratio: 768 / 900;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: calc(100 / 768 * 100cqi);
    container-type: inline-size;
    container-name: home-stats;
  }

  .home-stats__bg-dots {
    top: calc(-238 / 900 * 100%);
    left: calc(-150 / 768 * 100%);
    width: calc(2030 / 768 * 100%);
    height: calc(1138 / 900 * 100%);
  }

  .home-stats__bg-dots-2 {
    display: block;
    top: calc(-15 / 900 * 100%);
    left: calc(-184 / 768 * 100%);
    width: calc(1223 / 768 * 100%);
    height: calc(915 / 900 * 100%);
  }

  .home-stats__bg-icon {
    top: calc(-138 / 900 * 100%);
    left: calc(-306 / 768 * 100%);
    width: calc(1234 / 768 * 100%);
    height: calc(924 / 900 * 100%);
  }

  .home-stats__heading {
    top: calc(55 / 900 * 100%);
    left: 50%;
    transform: translateX(-50%);
    width: calc(417 / 768 * 100%);
    height: auto;
    font-size: 3.906cqi;
    letter-spacing: -0.078cqi;
  }

  .home-stats__copy {
    top: calc(562 / 900 * 100%);
    left: calc(134 / 768 * 100%);
    gap: calc(10 / 768 * 100cqi);
    width: calc(500 / 768 * 100%);
    align-items: center;
  }

  .home-stats__copy-title {
    height: auto;
    font-size: 3.125cqi;
    text-align: center;
  }

  .home-stats__copy-body {
    width: calc(450 / 500 * 100%);
    height: auto;
    justify-content: center;
  }

  .home-stats__copy-body p {
    font-size: 2.083cqi;
    text-align: center;
  }

  .home-stats__copy-actions {
    gap: calc(10 / 768 * 100cqi);
    width: 100%;
    align-items: center;
  }

  .home-stats__cta-wrap {
    justify-content: center;
    padding: calc(10 / 768 * 100cqi) 0 0;
  }

  .home-stats__cta {
    width: calc(321 / 768 * 100cqi);
    height: calc(58 / 768 * 100cqi);
    padding: 0;
    font-size: 2.344cqi;
  }

  .home-stats__shot img,
  .home-stats__deco img {
    object-fit: contain;
  }

  .home-stats__shot--chart {
    top: calc(297.78 / 900 * 100%);
    left: calc(128.42 / 768 * 100%);
    width: calc(431.696 / 768 * 100%);
    height: calc(243.512 / 768 * 100cqi);
  }

  .home-stats__shot--channels {
    top: calc(128 / 900 * 100%);
    left: calc(402.62 / 768 * 100%);
    width: calc(291.849 / 768 * 100%);
    height: calc(314.072 / 768 * 100cqi);
  }

  .home-stats__shot--dates {
    top: calc(158.86 / 900 * 100%);
    left: calc(84 / 768 * 100%);
    width: calc(227.429 / 768 * 100%);
    height: calc(53.952 / 768 * 100cqi);
  }

  .home-stats__deco--chart {
    top: calc(209 / 900 * 100%);
    left: calc(168 / 768 * 100%);
    width: calc(216.075 / 768 * 100%);
    height: calc(161.717 / 768 * 100cqi);
  }
}

@media (max-width: 749px) {
  .home-stats {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 700;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: calc(100 / 360 * 100cqi);
    container-type: inline-size;
    container-name: home-stats;
  }

  .home-stats__bg-dots {
    top: 0;
    left: calc(-150 / 360 * 100%);
    width: calc(1275 / 360 * 100%);
    height: calc(715 / 700 * 100%);
  }

  .home-stats__bg-dots-2 {
    display: block;
    top: calc(20 / 700 * 100%);
    left: calc(-112 / 360 * 100%);
    width: calc(993 / 360 * 100%);
    height: calc(743 / 700 * 100%);
  }

  .home-stats__bg-icon {
    top: calc(-46 / 700 * 100%);
    left: calc(-230 / 360 * 100%);
    width: calc(766 / 360 * 100%);
    height: calc(573 / 700 * 100%);
  }

  .home-stats__heading {
    top: calc(44 / 700 * 100%);
    left: 50%;
    transform: translateX(-50%);
    width: calc(284 / 360 * 100%);
    height: auto;
    font-size: 6.111cqi;
    letter-spacing: -0.122cqi;
  }

  .home-stats__copy {
    top: calc(442 / 700 * 100%);
    left: 50%;
    transform: translateX(-50%);
    gap: calc(10 / 360 * 100cqi);
    width: calc(315 / 360 * 100%);
    align-items: center;
  }

  .home-stats__copy-title {
    width: 100%;
    height: auto;
    font-size: 4.444cqi;
    text-align: center;
  }

  .home-stats__copy-body {
    width: 100%;
    height: auto;
    min-height: calc(104 / 700 * 100%);
    justify-content: center;
  }

  .home-stats__copy-body p {
    font-size: 3.333cqi;
    text-align: center;
  }

  .home-stats__copy-actions {
    gap: calc(10 / 360 * 100cqi);
    width: 100%;
    align-items: center;
  }

  .home-stats__cta-wrap {
    justify-content: center;
    padding: calc(10 / 360 * 100cqi) 0 0;
  }

  .home-stats__cta {
    width: calc(247 / 360 * 100cqi);
    height: calc(46 / 360 * 100cqi);
    padding: 0;
    font-size: 3.889cqi;
  }

  .home-stats__collage-mobile {
    display: block;
    position: absolute;
    top: calc(110 / 700 * 100%);
    left: calc(16 / 360 * 100%);
    width: calc(327 / 360 * 100%);
    height: auto;
    aspect-ratio: 1041 / 938;
    z-index: 2;
  }

  .home-stats__collage-mobile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .home-stats__shot--chart,
  .home-stats__shot--channels,
  .home-stats__shot--dates,
  .home-stats__deco--chart {
    display: none;
  }
}

@media (min-width: 1920px) {
  .screen.home-chrome {
    min-height: 5680px;
  }
}
