@font-face {
  font-family: "WixMadefor";
  src: url("https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZioR5y4coj8y0A.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --page: #f8f4e9;
  --ink: #1f1f23;
  --muted-button: #414441;
  --wix-green: #25d366;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--page);
}

body {
  min-height: 2609px;
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: WixMadefor, Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.wix-bar {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.site-header {
  position: absolute;
  z-index: 25;
  top: 34px;
  left: 0;
  width: 100%;
  height: 87px;
  display: flex;
  align-items: center;
  padding: 0 23px;
  background: transparent;
}

.brand {
  width: 151px;
  height: 41px;
}

.brand img {
  width: 151px;
  height: 41px;
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--ink);
  font-size: 15.75px;
  font-weight: 400;
}

.reach-button {
  width: 180px;
  height: 38px;
  margin-left: 18px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: var(--ink);
  color: #ded4c2;
  font-size: 15.75px;
  font-weight: 700;
}

.mobile-reach,
.menu-button {
  display: none;
}

.page-shell {
  position: relative;
  min-height: 2447px;
}

.hero {
  width: 100%;
  height: 843px;
  overflow: hidden;
  background: var(--page);
}

.hero img {
  width: 100%;
  height: 843px;
  object-fit: cover;
  object-position: 47.5% 74.5%;
}

.floating-connect {
  position: absolute;
  z-index: 10;
  top: 928px;
  right: 22px;
  width: 136px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 25px;
  background: var(--muted-button);
  color: var(--wix-green);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
}

.floating-connect svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.bead-section {
  position: absolute;
  top: 1048px;
  left: 373px;
  width: 345px;
  height: 462px;
  overflow: hidden;
  background: #ddd6c7;
}

.bead-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 43% 40%;
}

.site-footer {
  position: absolute;
  top: 2463px;
  left: 0;
  width: 100%;
  min-height: 112px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 40px;
  padding: 0 22px 44px;
  background: var(--page);
  color: #000;
}

.company {
  margin: 10px 0 0;
  max-width: 760px;
  font-size: 15.75px;
  line-height: 1.32;
  font-weight: 400;
}

.platform {
  width: 352px;
  text-align: center;
}

.platform p {
  margin: 0 0 16px;
  font-size: 15.75px;
  line-height: 1.2;
  font-weight: 400;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #000;
  color: var(--page);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}

.socials a:nth-child(3) {
  font-size: 15px;
}

.socials a:nth-child(5) {
  font-size: 16px;
}

@media (max-width: 700px) {
  body {
    min-height: 2530px;
  }

  .wix-bar {
    height: 23px;
    font-size: 12px;
  }

  .site-header {
    top: 23px;
    height: 56px;
    padding: 0 15px;
    background: #ded4c2;
  }

  .brand,
  .brand img {
    width: 100px;
    height: 27px;
  }

  .brand {
    align-self: flex-start;
    margin-top: 8px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-reach {
    margin-left: auto;
    width: 100px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 2px;
    background: var(--ink);
    color: #ded4c2;
    font-size: 14px;
    font-weight: 700;
  }

  .menu-button {
    width: 38px;
    height: 38px;
    margin-left: 13px;
    display: grid;
    place-items: center;
    gap: 0;
    padding: 10px 7px;
    border: 0;
    background: transparent;
  }

  .menu-button span {
    width: 22px;
    height: 2px;
    background: #5d5a51;
  }

  .page-shell {
    min-height: 2358px;
  }

  .hero {
    height: 494px;
    padding-top: 79px;
  }

  .hero img {
    width: 100%;
    height: 415px;
    object-fit: cover;
    object-position: 47.5% 45%;
  }

  .floating-connect {
    top: 559px;
    right: 47px;
    width: 84px;
    height: 34px;
    gap: 7px;
    border-radius: 18px;
    font-size: 12px;
  }

  .floating-connect svg {
    width: 18px;
    height: 18px;
  }

  .bead-section {
    top: 796px;
    left: 16px;
    width: calc(100% - 32px);
    height: 139px;
  }

  .bead-section img {
    object-position: 43% 40%;
  }

  .site-footer {
    top: 2388px;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 14px 28px;
  }

  .company {
    margin: 0;
    max-width: 330px;
    font-size: 12px;
    line-height: 1.17;
  }

  .platform {
    width: auto;
    text-align: left;
  }

  .platform p {
    margin: 0 0 11px;
    font-size: 12px;
  }

  .socials {
    justify-content: flex-start;
    gap: 12px;
  }

  .socials a {
    width: 22px;
    height: 22px;
    font-size: 13px;
  }

  .socials a:nth-child(3) {
    font-size: 10px;
  }

  .socials a:nth-child(5) {
    font-size: 10px;
  }
}
