.zwc-wrapper *{
  text-wrap: pretty;
}
.bold-txt{
  font-family: var(--primaryfont-bold);
}
/* .zwc-banner-wrap h1 span{
  display: block;
} */
.watch-btn {
  display: inline-block;
  color: #000;
  padding: 10px 0 10px 35px;
  text-transform: none;
  position: relative;
  cursor: pointer;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  border: 0;
  background: 0;
  font-size: 15px;
}
.watch-btn:after, .watch-btn:before {
  position: absolute;
  content: "";
}
.watch-btn:before {
  left: 0;
  top: 5px;
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 100%;
}
.watch-btn:after {
  left: 11px;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000;
}
/* common */
.hub-btn {
  display: none !important
}
.body-umain .hub-btn.go-to-hub {
  display: inline-block !important;
}
.umain .signin-btn {
  display: none !important
}
.signin-btn {
  display: inline-block;
  font-family: var(--zf-primary-semibold),Arial,Helvetica,sans-serif;
  padding: 8px 30px;
  margin: 0;
  border: 1px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 1;
  font-size: 15px;
  background: #f0483e;
  color: #fff;
  text-transform: uppercase
}
.hub-btn.hidden-btn {
  display: none
}
.hub-btn {
  border: 1px solid #6c496e;
  color: #6c496e;
  padding: 6px 25px;
  display: inline-block;
  transition: all .3s ease-in-out
}
.hub-btn:hover {
  color: #fff;
  background: #6c496e
}
.closepop {
  position: absolute;
  top: -40px;
  right: -40px;
  font-size: 54px;
  font-family: var(--zf-secondary-light);
  color: #b7b7b7;
  cursor: pointer;
}
.section-wrap {
  max-width: 640px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  margin: 0px auto;
  padding: 80px 120px;
  background: rgb(219, 242, 254);
}
.section-popup {
  position: fixed;
  top: 0;
  background: rgba(53,53,53,0.9);
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: none;
  overflow: scroll
}
.section-popup.show {
  display: block
}
.section-popup .section-wrap {
  padding: 40px
}
.section-popup p {
  font-size: 18px;
}

button {
  border: none;
  margin: 0;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

.cta-btn {
  max-width: 240px;
  width: 100%;
  display: inline-block;
  font: 15px/1 var(--zf-primary-semibold);
  color: #fff;
  padding: 15px 30px;
  border-radius: 3px;
  text-transform: uppercase;
}

.zwc-wrapper h1,
.zwc-wrapper h2,
.zwc-wrapper h3 {
  font-family: var(--primaryfont-bold);
}

.popup-btn {
  background: #481449;
  color: #fff;
  padding: 15px 35px 15px 80px;
  display: inline-block;
  font-family: var(--secondaryfont-semibold);
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  cursor: pointer !important;
}
.zwc-banner .popup-btn{
  margin-right: 20px;
}
.popup-btn::before {
  content: "";
  background-image: url(/sites/zweb/images/otherbrandlogos/hubspot-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 40px;
  height: 37px;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
}

.zwc-banner {
  padding: 100px 0;
  background: #f3def7;
}
.zwc-banner .zwc-banner-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.zwc-banner-animations {
  position: absolute;
  width: 100%;
  height: calc(100% + 50px);
  max-width: 80%;
  top: 0;
  z-index: 0;
  transform: translateX(-50%);
  left: 50%;
}
.zwc-banner-animations > span {
  position: absolute;
  background-color: #fff;
  display: block;
  border-radius: 100%;
}
.zwc-banner-animations > span:before {
  position: absolute;
  content: "";
  background: url(/sites/zweb/images/webinar/hubspot-integ/sprite-svg.svg) no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
}
.zwc-banner-animations > span.float-icon1 {
  width: 90px;
  height: 90px;
  left: -16%;
  top: 0;
}
.zwc-banner-animations > span.float-icon1::before {
  background-position: 0 0;
  width: 39px;
  height: 29px;
}
.zwc-banner-animations > span.float-icon2 {
  width: 65px;
  height: 65px;
  left: 0;
  bottom: 6%;
}
.zwc-banner-animations > span.float-icon2::before {
  background-position: -39px 0;
  width: 29px;
  height: 29px;
}
.zwc-banner-animations > span.float-icon3 {
  width: 90px;
  height: 90px;
  right: 0;
  top: 80%;
  left: auto;
}
.zwc-banner-animations > span.float-icon3::before {
  background-position: -68px 0;
  width: 36px;
  height: 30px;
}
.zwc-banner-animations > span.float-icon4 {
  width: 50px;
  height: 50px;
  right: -10%;
  top: 20%;
  left: auto;
}
.zwc-banner-animations > span.float-icon4::before {
  background-position: -104px 0;
  width: 24px;
  height: 24px;
}
.zwc-banner-animations > span.float-icon5 {
  background: #f3def7 0 0 no-repeat padding-box;
  box-shadow: 0 23px 26px #e2c4e8;
  position: absolute;
  top: -10%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 8%;
}
.zwc-banner-animations > span.float-icon6 {
  background: #f3def7 0 0 no-repeat padding-box;
  box-shadow: 0 23px 26px #e2c4e8;
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: 6%;
  left: auto;
}

.zwc-banner-content {
  text-align: center;
}
.zwc-banner-content .zwc-ban-img {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
.zwc-banner-content .zwc-ban-img span {
  position: relative;
}
.zwc-banner-content .zwc-ban-img .webinar-logo {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 20px;
}
.zwc-banner-content .zwc-ban-img .webinar-logo::before {
  position: absolute;
  width: 112px;
  height: 110px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  background-image: url(/sites/zweb/images/producticon/webinar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zwc-banner-content .zwc-ban-img .plus {
  font-size: 60px;
}
.zwc-banner-content .zwc-ban-img .hubspot-logo {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 20px;
}
.zwc-banner-content .zwc-ban-img .hubspot-logo::before {
  position: absolute;
  width: 109px;
  height: 110px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  background-image: url(/sites/zweb/images/otherbrandlogos/hubspot-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zwc-banner-content h1 {
  font-family: var(--zf-secondary-light);
  line-height: 1.5;
}
.zwc-banner-content h1 b {
  display: block;
  font-family: var(--primaryfont-bold);
  line-height: 1.2;
}

.zwc-next-meeting {
  background: linear-gradient(to bottom, #f3def7 50%, #fff 50%);
  margin-bottom: 130px;
}
.zwc-next-meeting .zwc-nm-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 63px 56px rgba(0, 0, 0, 0.0901960784);
  border-radius: 12px;
  padding: 60px 70px;
}
.zwc-nm-meet ul li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.zwc-nm-meet ul li::after {
  width: 15px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background: #f2aa38
}
.zwc-nm-meet ul li::before {
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  left: 9px;
  top: 10.3px;
  border: 2px solid #f2aa38;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg)
}

.zwc-nm-meet ul,.zwc-meet-cont {
  position: relative;
  width: 48%;
}

.zwc-nm-meet {
  margin: 0 auto;
  text-align: left;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}
.zwc-nm-meet .play-video {
  width: 104px;
  height: 94px;
  background: url(../images/sprite-svg.svg) no-repeat;
  display: inline-block;
  background-position: -129px 0;
  margin-bottom: 10px;
}
.zwc-nm-meet p {
  line-height: 1.7;
  margin-bottom: 30px;
}

.zwc-schedule-meet {
  margin-bottom: 130px;
}
.zwc-schedule-meet .zwc-schedule-wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.zwc-schedule-sec:not(:last-child) {
  margin-bottom: 130px;
}
.zwc-schedule-sec.yellow-bg .zwc-sch-img {
  background: #fff9e3;
}
.zwc-schedule-sec.pink-bg .zwc-sch-img {
  background: #ffe3e3;
}
.zwc-schedule-sec.blue-bg .zwc-sch-img {
  background: #e5f9ff;
}
.zwc-schedule-sec.green-bg .zwc-sch-img {
  background: #e5ffe6;
}
.zwc-schedule-sec .zwc-sch-cont {
  width: 100%;
  max-width: 50%;
  padding-right: 85px;
}
.zwc-schedule-sec .zwc-sch-cont p {
  line-height: 1.8;
}
.zwc-schedule-sec .zwc-sch-img {
  width: 100%;
  max-width: 50%;
  padding: 30px;
  border-radius: 6px;
}
.zwc-schedule-sec .zwc-sch-img img {
  width: 100%;
}
.zwc-schedule-sec.flex-reverse .zwc-sch-cont {
  padding-right: 0;
  padding-left: 85px;
}


.zwc-bottom {
  margin-bottom: 100px;
}
.zwc-bottom .zwc-bottom-wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 10px;
  background: #f3def7;
  text-align: center;
  padding: 70px 20px;
}

.zwc-bottom-wrap h2 {
  width: 100%;
  margin: 0 auto 30px;
  max-width: 550px;
}

@media screen and (min-width: 1200px) {
  .zwc-wrapper h1 {
    font-size: 38px;
  }
  .zwc-banner-content h1 b {
    font-size: 42px;
  }
  .zwc-wrapper h2 {
    font-size: 34px;
  }
  .zwc-wrapper h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1350px) {
  .zwc-banner-animations {
    max-width: 1000px;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .zwc-banner-animations {
    max-width: 75%;
  }
  .zwc-wc-blks {
    gap: 25px;
  }
  .zwc-next-meeting, .zwc-schedule-meet, .zwc-schedule-sec:not(:last-child) {
    margin-bottom: 100px;
  }
  .zwc-wc-wrap h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .zwc-banner-animations > span {
    transform: scale(0.8);
  }
  .zwc-schedule-sec .zwc-sch-cont {
    padding-right: 45px;
  }
  .zwc-schedule-sec.flex-reverse .zwc-sch-cont {
    padding-left: 45px;
  }
  .zwc-next-meeting, .zwc-schedule-meet, .zwc-schedule-sec:not(:last-child) {
    margin-bottom: 80px;
  }
  .zwc-banner {
    padding: 80px 0;
  }
  .zwc-banner-animations > span.float-icon3{
    top: 83%;
  }
}
@media screen and (max-width: 767px) {
  .zwc-bottom{
    margin-bottom: 0;
    background: #f3def7;
  }

  .zwc-banner-animations {
    display: none;
  }
  .zwc-next-meeting .zwc-nm-wrap {
    padding: 40px 50px;
  }
  .zwc-schedule-sec,.zwc-nm-meet {
    flex-direction: column;
  }
  .zwc-nm-meet{gap: 10px;}
  .zwc-nm-meet ul, .zwc-meet-cont{width: 100%;text-align: center;}
  .zwc-nm-meet ul{
    text-align: left;
  }
  .zwc-nm-meet ul li{
    font-size: 15px;
    margin-bottom: 20px;
  }
  .zwc-schedule-sec .zwc-sch-cont {
    padding-right: 0;
    max-width: 600px;
    text-align: center;
  }
  .zwc-schedule-sec.flex-reverse .zwc-sch-cont {
    padding-left: 0px;
    max-width: 600px;
    text-align: center;
  }
  .zwc-schedule-sec .zwc-sch-img {
    max-width: 550px;padding: 10px;
  }
  .zwc-banner-content .zwc-ban-img .webinar-logo, .zwc-banner-content .zwc-ban-img .hubspot-logo {
    width: 100px;
    height: 100px;
  }
  .zwc-next-meeting, .zwc-schedule-meet, .zwc-schedule-sec:not(:last-child) {
    margin-bottom: 60px;
  }
  .zwc-wc-blks {
    flex-direction: column;
  }
  .zwc-wc-blks .zwc-wc-blk {
    width: 100%;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .zwc-wc-wrap h2 {
    text-align: center;
    margin: 0 auto 40px;
  }
  .zwc-bottom .zwc-bottom-wrap {
    padding: 50px 20px;
  }
  .popup-btn {
    font-size: 16px;
  }
  .popup-btn::before {
    height: 35px;
    width: 35px;
  }
  .zwc-bottom-wrap h2 {
    margin-bottom: 20px;
  }
  .zwc-wc-blks .sprite {
    margin-top: 20px;
  }
  .closepop {
    right:10px;
    top: -20px
}
}
@media screen and (max-width: 480px) {
  .watch-btn-wrap{
    display: block;
  }
  .zwc-banner {
    padding: 60px 0;
  }
  .btn-container .popup-btn{
    margin-right: 0;
  }
  .zwc-banner-content .zwc-ban-img .webinar-logo, .zwc-banner-content .zwc-ban-img .hubspot-logo {
    width: 80px;
    height: 80px;
  }
  .zwc-banner-content .zwc-ban-img .webinar-logo::before, .zwc-banner-content .zwc-ban-img .hubspot-logo::before {
    transform: translate(-50%, -50%) scale(0.4);
  }
  .zwc-banner-content .zwc-ban-img .plus {
    font-size: 40px;
  }
  .zwc-next-meeting .zwc-nm-wrap {
    padding: 30px;
  }
  .zwc-next-meeting, .zwc-schedule-meet, .zwc-schedule-sec:not(:last-child) {
    margin-bottom: 45px;
  }
  .zwc-banner-content .zwc-ban-img{gap: 10px;}
}