<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common css */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

.zwc-secpad {
  padding-block: 85px;
}
.zwc-dflex {
  display: flex;
}
.zwc-dgrid {
  display: grid;
}
.zwc-spriteimg {
  background: url(/sites/zweb/images/communityspaces/landing-page/sprite.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  transition: 0.8s all ease-in-out;
}
.zwc-s-letter {
  width: 11.3%;
  height: 12.2%;
  background-position: 1px 0px;
  background-size: 2230%;
  left: 10%;
  top: -2%;
}
.zwc-s-profile1 {
  width: 27.6%;
  height: 9.2%;
  background-position: 5% -3px;
  background-size: 1180%;
  left: 9%;
  bottom: 7%;
  transition-delay: 0.8s;
}
.zwc-s-edit {
  width: 13.7%;
  height: 12%;
  background-position: 30.3% 0;
  background-size: 2380%;
  right: 4%;
  bottom: 18%;
}
.zwc-s-colors {
  width: 31.3%;
  height: 8.6%;
  background-position: 14.5% -1px;
  background-size: 1020%;
  left: 8%;
  top: 9%;
}
.zwc-s-upload {
  width: 11.4%;
  height: 10%;
  background-position: 34.7% -1px;
  background-size: 2820%;
  right: 8%;
  top: 9%;
  transition-delay: 0.8s;
}
.zwc-s-thumbsup1 {
  width: 8.2%;
  height: 7.2%;
  background-position: 42.8% 0;
  background-size: 3780%;
  right: 7%;
  top: 22.4%;
}
.zwc-s-file {
  width: 13.7%;
  height: 12%;
  background-position: 38.9% 0;
  background-size: 2380%;
  right: 10%;
  bottom: 10%;
  transition-delay: 0.8s;
}
.zwc-s-gallery {
  width: 9.9%;
  height: 14%;
  background-position: 49.2% 1px;
  background-size: 2780%;
  left: 0%;
  top: 22%;
}
.zwc-s-bulb {
  width: 9.9%;
  height: 15.5%;
  background-position: 79.7% 0;
  background-size: 3000%;
  right: 14%;
  bottom: 22%;
}
.zwc-s-thumbsup2 {
  width: 8.2%;
  height: 19.7%;
  background-position: 45.8% 0;
  background-size: 3260%;
  left: 16%;
  top: -8.6%;
}
.zwc-s-profile2 {
  width: 24.2%;
  height: 23.7%;
  background-position: 64.6% -3px;
  background-size: 1180%;
  right: 21%;
  top: -29%;
}
.zwc-s-switch {
  width: 12.2%;
  height: 6.2%;
  background-position: 57.6% -1px;
  background-size: 2840%;
  left: 4%;
  top: 10%;
}
.zwc-s-web {
  width: 15.2%;
  height: 16.5%;
  background-position: 53.4% -2px;
  background-size: 2440%;
  left: -8%;
  top: 44%;
}

.cta-btn {
  background: #070606;
}

/* Header */
.zw-product-header {
  z-index: 1;
  position: relative;
}

h1,
h2 {
  font-family: var(--zf-primary-extrabold);
}

/* Banner */
.zwc-banner {
  background-color: #f2e8d9;
  position: relative;
  padding: 100px 0;
}
.zwc-banner::before {
  content: "";
  background: url(/sites/zweb/images/communityspaces/landing-page/bannerbg.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100% + 68px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.zwc-banner-wrap {
  gap: 20px;
  align-items: center;
}
.zwc-banner-content {
  flex-basis: 50%;
}
.zwc-banner-img {
  flex-basis: 50%;
  text-align: center;
  position: relative;
  padding: 100px 0 50px 0;
}
.zwc-banner-img-1 {
  position: absolute;
  top: -4%;
  right: 0%;
  width: 15%;
}
.zwc-banner-img-2 {
  position: absolute;
  left: -10%;
  bottom: 0;
  width: 39.3%;
}
.zwc-banner-img-3 {
  position: absolute;
  bottom: 0px;
  right: -15%;
  width: 13%;
}
.zwc-banner-img .zwc-spriteimg {
  position: absolute;
}

/* Sticky tab section */
.zwc-tabsec {
  background: #fff5e5;
}
.zwc-tabsec h2 {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 570px;
}
.zwc-tabsec-tabcontent {
  max-width: 1230px;
  margin-inline: auto;
  margin: 100px 0;
  justify-content: space-between;
  gap: 170px;
  align-items: center;
}
.zwc-tabsec-textcontent {
  flex-basis: 35%;
}
.zwc-tabsec-textcontent h3 {
  font-family: var(--zf-primary-extrabold);
}
.zwc-tabsec-textcontent p {
  margin: 0;
}
.zwc-tabsec-tabimg {
  flex-basis: 45%;
  position: relative;
}
.zwc-tabsec-tabimg .zwc-spriteimg {
  position: absolute;
}
.zwc-tabsec .content-wrap:first-child .zwc-tabsec-tabcontent {
  margin-top: 0;
}
.zwc-tabsec .content-wrap:first-child h3 {
  max-width: 390px;
}
.zwc-tabsec .content-wrap:last-child .zwc-tabsec-tabcontent {
  margin-bottom: 0;
}

/* Card section */
.zwc-cardsec {
  background: #ffbe98;
}
.zwc-cardsec-head {
  max-width: 570px;
  margin-bottom: 70px;
}
.zwc-cardsec-wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.zwc-cardsec-card {
  background-color: #983434;
  color: #fff;
  padding: 55px 55px 0;
  flex-direction: column;
  justify-content: space-between;
}
.zwc-cardsec-card:nth-child(1) .zwc-cardsec-cardimg {
  text-align: right;
}
.zwc-cardsec-card:nth-child(2) {
  padding-inline: 0;
}
.zwc-cardsec-card:nth-child(2) .zwc-cardsec-cardcontent {
  padding: 0 55px;
}
.zwc-cardsec-card:nth-child(3) {
  flex-direction: row;
  grid-column: 1/3;
  padding-bottom: 55px;
  align-items: center;
}
.zwc-cardsec-card:nth-child(3) .zwc-cardsec-cardcontent {
  flex-basis: 35%;
  margin-top: 50px;
}
.zwc-cardsec-card h3 {
  letter-spacing: -0.4px;
}
.zwc-cardsec-card p {
  line-height: 1.5;
}
.zwc-cardsec-card a {
  font-family: var(--zf-primary-bold);
  color: #fff;
  text-decoration: underline;
}
.zwc-cardsec-cardimg {
  position: relative;
}
.zwc-cardsec-cardimg img {
  vertical-align: bottom;
}
.zwc-cardsec-cardimg .zwc-spriteimg {
  position: absolute;
}

/* Benefit section */
.zwc-benefitsec {
  background-color: #983434;
  color: #fff;
  position: relative;
}
.zwc-benefitsec::before, .zwc-benefitsec::after {
  content: "";
  background-image: url(/sites/zweb/images/communityspaces/landing-page/sprite.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 1840px;
  bottom: 0;
}
.zwc-benefitsec::before {
  left: 0;
  width: 167px;
  height: 133px;
  background-position: -1251px 0px;
}
.zwc-benefitsec::after {
  right: 0;
  width: 214px;
  height: 178px;
  background-position: -1626px 0px;
}
.zwc-benefitsec-head {
  text-align: center;
  margin-bottom: 85px;
}
.zwc-benefitsec-wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 150px;
}
.zwc-benefitsec-contentbx h3 {
  letter-spacing: -0.4px;
  position: relative;
  padding-top: 75px;
  max-width: 229px;
}
.zwc-benefitsec-contentbx h3::before {
  content: "";
  background-image: url(/sites/zweb/images/communityspaces/landing-page/sprite.png);
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  background-size: 1520px;
}
.zwc-benefitsec-contentbx h3.zwc-s-medal::before {
  background-size: 1730px;
}
.zwc-benefitsec-contentbx p {
  line-height: 1.5;
  margin: 0;
}

.zwc-s-thumb::before {
  background-position: -1221px 2px;
}
.zwc-s-heart::before {
  background-position: -1263px 2px;
}
.zwc-s-medal::before {
  background-position: -1489px 0px;
}

/* Bottom cta */
.zwc-bottomcta {
  text-align: center;
  background-color: #f2e8d9;
  background-image: url(/sites/zweb/images/communityspaces/landing-page/bottomctabg.svg);
  background-size: cover;
}
.zwc-bottomcta h2 {
  margin: 0 auto 35px;
}

/* Responsive */
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 64px;
    letter-spacing: -0.9px;
  }
  h2 {
    font-size: 48px;
    letter-spacing: -0.9px;
  }
  .cta-btn {
    padding: 12px 30px;
  }
  /* Banner */
  .zwc-banner p {
    font-size: 20px;
    max-width: 530px;
  }
  .zwc-banner .zwc-spriteimg {
    opacity: 0;
    transform: scale(0);
  }
  .zwc-banner-img-1, .zwc-banner-img-2 {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s all ease-in-out;
  }
  .zwc-banner-img-1 {
    transition-delay: 0.8s;
  }
  .zwc-banner-img-2 {
    transition-delay: 1.3s;
  }
  .zwc-banner-img-3 {
    opacity: 0;
    transform: translateX(-30px);
    transition: 1s all ease-in-out;
    transition-delay: 1.7s;
  }
  .zwc-banner .animated .zwc-spriteimg {
    opacity: 1;
    transform: scale(1);
  }
  .zwc-banner .animated .zwc-banner-img-1, .zwc-banner .animated .zwc-banner-img-2, .zwc-banner .animated .zwc-banner-img-3 {
    transform: translate(0, 0);
    opacity: 1;
  }
  /* Sticky tab section */
  .zwc-tabsec-textcontent h3 {
    font-size: 42px;
    letter-spacing: -0.9px;
  }
  .zwc-tabsec .zwc-spriteimg {
    opacity: 0;
    transform: scale(0);
  }
  .zwc-tabsec .middle-animated .zwc-spriteimg {
    opacity: 1;
    transform: scale(1);
  }
  /* Card section */
  .zwc-cardsec-head p {
    font-size: 20px;
  }
  .zwc-cardsec-card h3 {
    font-size: 28px;
  }
  .zwc-cardsec-card p {
    font-size: 18px;
  }
  .zwc-cardsec-card a {
    font-size: 18px;
  }
  .zwc-cardsec .zwc-spriteimg {
    opacity: 0;
    transform: scale(0);
  }
  .zwc-cardsec .middle-animated .zwc-spriteimg {
    opacity: 1;
    transform: scale(1);
  }
  /* Benefit section */
  .zwc-benefitsec-head p {
    font-size: 20px;
  }
  .zwc-benefitsec-contentbx h3 {
    font-size: 24px;
  }
  .zwc-benefitsec-contentbx p {
    font-size: 18px;
  }
  .zwc-benefitsec h3::before {
    transform: translateY(20px);
    transition: 0.8s all ease-in-out;
  }
  .zwc-benefitsec .middle-animated h3::before {
    transform: translateY(0px);
  }
  /* Bottom cta */
  .zwc-bottomcta h2 {
    font-size: 54px;
  }
}
@media (max-width: 1500px) {
  .zwc-banner-img {
    max-width: 43%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  h1 {
    font-size: 54px;
    max-width: 510px;
  }
}
@media (max-width: 1199px) {
  .zwc-tabsec h2 {
    max-width: 310px;
  }
  .zwc-tabsec-tabcontent {
    gap: 80px;
    margin: 70px 0;
  }
  .zwc-tabsec-textcontent {
    flex-basis: 50%;
  }
  .zwc-tabsec-tabimg {
    flex-basis: 50%;
  }
  .zwc-cardsec-head {
    margin-bottom: 40px;
    max-width: 360px;
  }
  .zwc-benefitsec::before, .zwc-benefitsec::after {
    display: none;
  }
  .zwc-benefitsec-head {
    margin-bottom: 40px;
  }
  .zwc-benefitsec-wrap {
    gap: 50px;
  }
  .zwc-bottomcta h2 {
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .zwc-dflex {
    flex-direction: column;
  }
  .zwc-dgrid {
    grid-template-columns: 1fr;
  }
  .zwc-banner {
    text-align: center;
    padding: 50px 0 80px 0;
  }
  .zwc-banner-wrap {
    gap: 40px;
  }
  .zwc-banner-content {
    max-width: 430px;
  }
  .zwc-banner-img {
    padding: 60px 0 0px 0;
  }
  .zwc-tabsec .content-wrap:first-child h3 {
    max-width: 100%;
  }
  .zwc-tabsec-tabcontent {
    gap: 30px;
    text-align: center;
  }
  .zwc-tabsec-textcontent {
    max-width: 490px;
  }
  .zwc-tabsec-tabimg {
    max-width: 370px;
  }
  .zwc-cardsec {
    text-align: center;
  }
  .zwc-cardsec-head {
    margin-inline: auto;
  }
  .zwc-cardsec-wrap {
    gap: 60px;
  }
  .zwc-cardsec-card {
    max-width: 500px;
    margin-inline: auto;
    padding: 40px 40px 0;
  }
  .zwc-cardsec-card:nth-child(2) {
    gap: 50px;
  }
  .zwc-cardsec-card:nth-child(3) {
    flex-direction: column;
    grid-column: 1;
  }
  .zwc-benefitsec {
    text-align: center;
  }
  .zwc-benefitsec-contentbx {
    max-width: 440px;
    margin-inline: auto;
  }
  .zwc-benefitsec-contentbx h3 {
    padding-top: 70px;
    max-width: 100%;
  }
  .zwc-benefitsec-contentbx h3::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .zwc-banner-img {
    max-width: 70%;
  }
}</pre></body></html>