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

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

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

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

.home-sync__bg-icon {
  position: absolute;
  top: -349px;
  left: -392px;
  width: 1845px;
  height: 1381px;
  background: url("../img/home-sync/bg-icon.webp") center / cover no-repeat;
  opacity: 0.03;
}

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

.home-sync__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-sync__copy-title-accent {
  font-family: "Barlow Condensed", "Barlow", Helvetica, sans-serif;
  font-weight: 700;
  color: #43328a;
}

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

.home-sync__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-sync__copy-body strong {
  font-weight: 500;
  color: #43328a;
}

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

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

.home-sync__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-sync__cta:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

.home-sync__link {
  flex: none;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  background-image: linear-gradient(90deg, #5445c4, #666);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  cursor: pointer;
  pointer-events: auto;
}

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

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

.home-sync__shot,
.home-sync__deco {
  position: absolute;
}

.home-sync__shot picture,
.home-sync__deco picture {
  display: block;
  width: 100%;
  height: 100%;
}

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

.home-sync__shot--dest {
  top: 310.3px;
  left: 466.3px;
  width: 388.2px;
  height: 359.9px;
  z-index: 1;
}

.home-sync__shot--chat {
  top: 184.3px;
  left: 729.3px;
  width: 274.2px;
  height: 385.8px;
  z-index: 2;
}

.home-sync__shot--max {
  top: 139.9px;
  left: 483.5px;
  width: 204.1px;
  height: 78px;
  z-index: 3;
}

.home-sync__shot--tg {
  top: 217.2px;
  left: 387.2px;
  width: 216.7px;
  height: 81.2px;
  z-index: 4;
}

.home-sync__deco--repost {
  top: 212px;
  left: 597px;
  width: 73px;
  height: 73px;
  z-index: 5;
}

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

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

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

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

  .home-sync__bg-icon {
    top: -206px;
    left: -322px;
    width: 1448px;
    height: 1084px;
  }

  .home-sync__copy {
    top: 177px;
    left: 876px;
    gap: 10px;
    width: 500px;
  }

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

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

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

  .home-sync__copy-actions {
    gap: 10px;
  }

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

  .home-sync__link {
    width: 321px;
    font-size: 16px;
  }

  .home-sync__shot--dest {
    top: 251.84px;
    left: 267.4px;
    width: 371.77px;
    height: 344.72px;
  }

  .home-sync__shot--chat {
    top: 129.83px;
    left: 516.77px;
    width: 262.97px;
    height: 369.66px;
  }

  .home-sync__shot--max {
    top: 86.17px;
    left: 284.23px;
    width: 195.91px;
    height: 75.44px;
  }

  .home-sync__shot--tg {
    top: 160.62px;
    left: 193.17px;
    width: 207.87px;
    height: 78.43px;
  }

  .home-sync__deco--repost {
    top: 155.62px;
    left: 392.36px;
    width: 70.64px;
    height: 70.64px;
  }
}

@media (max-width: 1023px) and (min-width: 750px) {
  .home-sync {
    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-sync;
  }

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

  .home-sync__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-sync__bg-icon {
    top: calc(-69 / 900 * 100%);
    left: calc(-298 / 768 * 100%);
    width: calc(1294 / 768 * 100%);
    height: calc(969 / 900 * 100%);
  }

  .home-sync__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-sync__copy-title {
    height: auto;
    font-size: 3.125cqi;
    text-align: center;
  }

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

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

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

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

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

  .home-sync__link {
    width: calc(321 / 768 * 100cqi);
    font-size: 2.083cqi;
  }

  .home-sync__shot img,
  .home-sync__deco img {
    object-fit: contain;
    object-position: center;
  }

  .home-sync__shot--dest {
    top: calc(202.33 / 900 * 100%);
    left: calc(181.16 / 768 * 100%);
    width: calc(336.392 / 768 * 100%);
    height: calc((336.392 * 690 / 744) / 768 * 100cqi);
  }

  .home-sync__shot--chat {
    top: calc(104.61 / 900 * 100%);
    left: calc(442.61 / 768 * 100%);
    width: calc(232.388 / 768 * 100%);
    height: calc((232.388 * 740 / 526) / 768 * 100cqi);
  }

  .home-sync__shot--max {
    top: calc(78 / 900 * 100%);
    left: calc(192.13 / 768 * 100%);
    width: calc(168.222 / 768 * 100%);
    height: calc((168.222 * 151 / 392) / 768 * 100cqi);
  }

  .home-sync__shot--tg {
    top: calc(141.94 / 900 * 100%);
    left: calc(92 / 768 * 100%);
    width: calc(179.638 / 768 * 100%);
    height: calc((179.638 * 157 / 416) / 768 * 100cqi);
  }

  .home-sync__deco--repost {
    top: calc(142 / 900 * 100%);
    left: calc(287 / 768 * 100%);
    width: calc(48.328 / 768 * 100%);
    height: calc(48.328 / 768 * 100cqi);
    transform: rotate(-90deg);
    transform-origin: center center;
  }
}

@media (max-width: 749px) {
  .home-sync {
    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-sync;
  }

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

  .home-sync__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-sync__bg-icon {
    top: calc(220 / 700 * 100%);
    left: calc(-79 / 360 * 100%);
    width: calc(510 / 360 * 100%);
    height: calc(382 / 700 * 100%);
  }

  .home-sync__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-sync__copy-title {
    width: 100%;
    height: auto;
    font-size: 4.444cqi;
    text-align: center;
  }

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

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

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

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

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

  .home-sync__link {
    width: calc(321 / 360 * 100cqi);
    max-width: 100%;
    font-size: 3.056cqi;
  }

  .home-sync__collage-mobile {
    display: block;
    position: absolute;
    top: calc(73 / 700 * 100%);
    left: calc(37 / 360 * 100%);
    width: calc(289.785 / 360 * 100%);
    height: auto;
    aspect-ratio: 929 / 944;
    z-index: 2;
  }

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

  .home-sync__shot--dest,
  .home-sync__shot--chat,
  .home-sync__shot--max,
  .home-sync__shot--tg,
  .home-sync__deco--repost {
    display: none;
  }
}

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