.hglghtd-txt {
  color: #f6904a;
  font-style: normal;
  display: inline-block;
}
.lnk-txt-white,.zwb-cntnt-blck .lnk-txt-white{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: var(--zf-primary-semibold);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
/* Title and Content block */
.zwb-ttle {
  margin: 0 0 40px;
}
.zwc-common-block .zwb-ttle{ margin: 30px 0px 10px;}
.zwb-ttle h1 {
  font-size: 72px;
  font-family: var(--zf-primary-semibold);
  line-height: 1;
  margin: 0 0 16px;
}
.zwb-ttle h2 {
  font-size: 56px;
  line-height: 1.2;
  font-family: var(--zf-primary-bold);
  margin: 0 0 20px;
}
.zwb-ttle h1,
.zwb-ttle h2 {
  color: #000;
}
.zwb-ttle p,
.zwb-cntnt-blck p {
  font-size: 18px;
  line-height: 1.8;
}
.txt-whte.zwb-ttle h1,
.txt-whte.zwb-ttle h2,
.txt-whte.zwb-ttle p,
.txt-whte {
  color: #fff;
}
/* ///// */
.zwb-cntnt-blck {
  margin: 0 0 40px;
}
.zwb-cntnt-blck p:last-child {
  margin-bottom: 0;
}
.zwb-cntnt-blck figure {
  display: block;
  position: relative;
  margin: 30px 0;
}
.zwb-cntnt-blck h4 {
  color: #000;
  font-family: var(--zf-primary-bold);
  font-size: 20px;
  margin: 0 0 12px;
}
.zwb-cntnt-blck ul {
  margin: 20px 0 40px;
}
.zwb-cntnt-blck ul li {
  color: #000;
  font-family: var(--zf-primary-regular);
  font-size: 18px;
  margin: 0 0 12px;
  position: relative;
}
.zwb-cntnt-blck strong {
  font-weight: normal;
  font-family: var(--zf-primary-semibold);
  display: inline-block;
}
/* Button set */
/* Banner Styles */
.zwb-bnnr {
  background: url("/sites/zweb/images/backstage/blogtemplates/zwb-blog-bnnr-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 120px 0;
}
.zwb-bnnr .zwb-ttle p {
  font-size: 20px;
  font-family: var(--zf-primary-medium);
  max-width: 680px;
}
.zwb-sidebar-blck {
  padding: 0 0 80px;
}
.zwb-sidebar-blck .zwb-cntnt-blck {
  padding: 60px 100px 0 0;
}
.zwb-sidebar-blck .aside-sec {
  width: 100%;
  left: 0;
}
.zwb-sidebar-blck .aside-sec figure {
  top: calc(100% - 120px);
  left: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0px 54px 74px 0px rgba(0, 0, 0, 0.15);
}
.zwb-sidebar-blck .aside-sec figure img {
  width: 100%;
}
.zwb-shape-imgs {
  width: 100%;
  height: 100%;
  position: relative;
}
.zwb-shape-imgs .zwb-sphp1 {
  bottom: 24%;
  left: 0;
  max-width: 60px;
  width: 15%;
}
.zwb-shape-imgs .zwb-sphp2 {
  left: 100%;
  bottom: 35%;
  max-width: 83px;
  width: 20%;
}
.zwb-shape-imgs .zwb-sphp3 {
  left: 41%;
  top: 0;
  max-width: 51px;
  width: 13%;
}
/* Sticky section starts */
.zws-ft-stcky-lst {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.zws-ft-stcky-lst nav {
  flex: 0 0 32%;
  max-width: 400px;
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
}
.zws-lst-item {
  width: 100%;
}
.zws-lst-item li {
  padding-left: 4px;
}
.zws-lst-item li,
.zws-lst-item a {
  font-size: 16px;
  color: #000;
  position: relative;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--zf-primary-regular);
  line-height: 1.7;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.zws-lst-item a span {
  display: inline-block;
  margin-right: 6px;
}
.zws-lst-item a {
  padding: 16px 30px 16px 30px;
  cursor: pointer;
  display: flex;
}
.zws-lst-item > li > a:hover,
.zws-lst-item > li > a:focus {
  background: #eeefff;
  color: #1d2ed4;
}
.zws-lst-item > li > a {
  padding-right: 50px;
}
.zws-lst-item > li.active > a {
  background: #1d2ed4;
  color: #fff;
}
.zws-lst-item li ul {
  margin-left: 40px;
  padding: 20px 0 30px;
}
.has-submenu {
  position: relative;
}
.has-submenu > a:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  width: 9px;
  height: 9px;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
  border: 2px solid #000;
  border-left: none;
  border-bottom: none;
}
.has-submenu.opened > a::before {
  border-color: #0012bb;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.has-submenu.active > a:before {
  background: transparent;
  border-color: #fff;
}
.zws-submenu {
  display: none;
  max-height: 370px;
  overflow: auto;
}
.zws-lst-item li ul li a {
  font-size: 15px;
  padding: 8px 0 8px 20px;
  display: inline-block;
  position: relative;
  color: #000;
}
.zws-lst-item li ul li a:before {
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  content: "";
  position: absolute;
}
.zws-lst-item li ul li .active-submenu,
.zws-lst-item li ul li a:focus {
  color: #1d2ed4;
}
.zws-lst-item li ul li .active-submenu:before {
  border-color: #1d2ed4;
}
.zws-stcky-cntnt-blck {
  flex: 1;
  max-width: 780px;
}

.zws-stcky-cntnt-blck article {
  margin: 0 0 100px;
}
.zws-stcky-cntnt-blck:focus-visible,
.zws-stcky-cntnt-blck article:focus-visible {
  outline: none;
}
.submenu-section {
  padding: 0 0 50px 50px;
}
.zws-stcky-cntnt-blck .submenu-section h3 {
  font-size: 24px;
}
.zws-stcky-cntnt-blck a,
.zwb-cntnt-blck a {
  color: #0f20c7;
  font-family: var(--zf-primary-medium);
}
.zws-ft-tab-blck {
  margin: 40px 0 0;
}

.zws-stcky-cntnt-blck h3 {
  font-size: 32px;
  margin: 0 0 20px;
  font-family: var(--zf-primary-bold);
  line-height: 1.3;
  color: #000;
}
.zws-stcky-cntnt-blck article h5 {
  color: #000;
  font-size: 17px;
  font-style: italic;
  font-family: var(--zf-primary-semibold);
  line-height: 1.4;
}
.zws-stcky-cntnt-blck blockquote {
  border-left: 4px solid #1d2ed4;
  background-color: #3444db0a;
  padding: 1em;
  margin: 1em 0;
}
.zws-stcky-cntnt-blck blockquote strong {
  display: block;
  margin-bottom: 0.5em;
  color: #1d2ed4;
}
.zwb-hding-img1,
.zwb-chlnge-hding,
.zwb-sol-hding,
.zwb-reslt-hding {
  position: relative;
  padding-left: 40px;
}
.zwb-hding-img1::before,
.zwb-chlnge-hding::before,
.zwb-sol-hding::before,
.zwb-reslt-hding::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("/sites/zweb/images/backstage/blogtemplates/zwb-blog-sprite.svg")
    no-repeat;
  background-size: 249px auto;
}
.zwb-hding-img1::before {
  top: 0.3rem;
  width: 22px;
  height: 22px;
  background-position: -33px -22px;
}
.zwb-chlnge-hding::before {
  background-position: 0px 0px;
}
.zwb-chlnge-hding::before {
  width: 26px;
  height: 22px;
  background-size: 316px auto;
}
.zwb-sol-hding::before {
  width: 22px;
  height: 30px;
  background-position: -28px 1px;
  background-size: 340px auto;
}
.zwb-reslt-hding {
  padding-left: 46px;
}
.zwb-reslt-hding::before {
  width: 30px;
  height: 24px;
  background-position: -42px 5px;
  background-size: 282px auto;
}
.zwb-lst-type {
  list-style: disc;
  padding-left: 16px;
}
.zwb-lst-type li {
  margin-bottom: 16px;
}
.zwb-sol-lst li,
.zwb-chalnge-lst li,
.zwb-chck-list li {
  padding-left: 32px;
}
.zwb-chck-list {
  margin-top: 10px;
}
.zwb-chck-list li {
  padding-left: 40px;
}
.zwb-chck-list li:before,
.zwb-sol-lst li:before,
.zwb-chalnge-lst li:before {
  position: absolute;
  content: "";
  background-position: center center;
  background-size: 14px auto;
  left: 0;
}
.zwb-sol-lst li:before,
.zwb-chalnge-lst li:before {
  width: 16px;
  height: 16px;
  top: 0.4rem;
}

.zwb-chck-list li:before {
  width: 24px;
  height: 24px;
  background: url("/sites/zweb/images/backstage/blogtemplates/zwb-chck-lst.svg")
    center center / 24px auto no-repeat;
}
.zwb-sol-lst li:before {
  background: url("/sites/zweb/images/backstage/blogtemplates/zwb-arw-green.svg")
    center center / 14px auto no-repeat;
}
.zwb-chalnge-lst li:before {
  background: url("/sites/zweb/images/backstage/blogtemplates/zwb-arw-red.svg")
    center center / 14px auto no-repeat;
}
.zwc-boxtype-list {
  margin-bottom: 20px;
}
.zwc-boxtype-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
}
.zwc-boxtype-list li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #16991b;
  left: 0;
  top: 0.5em;
}
/* Sticky section ends */
.zwb-evnt-mgment,.zwc-common-block {
  padding: 120px 0 80px;
}
.zwb-bg-bckgrnd {
  border-radius: 20px;
  background: #1a1fcf;
  padding: 86px 0 50px 75px;
}
/* FAQ */
.zwc-faq {
  padding: 110px 0 120px;
}
.collapse-item {
  border-bottom: 1px solid #cbcbcb;
}

.collapse-container {
  margin: 0 auto;
}

.collapse-content {
  display: none;
}

.collapse-content p {
  max-width: 720px;
}

.collapse-button {
  background: 0;
  border: 0;
  font-size: 24px;
  margin: 0;
  outline: 0;
  font-family: var(--zf-primary-medium);
  cursor: pointer;
  padding: 28px 80px 28px 0;
  position: relative;
  width: 100%;
  text-align: left;
}

.collapse-button:after {
  content: "";
  display: inline-block;
  padding: 4px;
  position: absolute;
  transition: all 0.3s ease;
  border: solid #000;
  clear: both;
  border-width: 0 2px 2px 0;
  right: 10px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.collapse-button.active:after {
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(-135deg);
}

.collapse-content,
.collapse-content p {
  font-size: 18px;
}
/* FAQ styles ends */
/* Table styles */
.zwc-table-wrap {
  overflow-x: auto;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.zwc-table-wrap table {
  border-collapse: separate;
  width: 100%;
  font-family: var(--zf-primary-regular);
  margin: 0 0 20px;
  border: none;
}

.zwc-table-wrap table th {
  background: #edf1ff;
  border-top: 1px solid #d4daf0;
  color: #000;
  font-size: 15px;
  font-family: var(--zf-primary-semibold);
}
.zwc-table-wrap table th,
.zwc-table-wrap table td {
  border-bottom: 1px solid #d4daf0;
  border-left: 1px solid #d4daf0;
  padding: 14px;
  text-align: left;
}

.zwc-table-wrap table th:last-child,
.zwc-table-wrap table td:last-child {
  border-right: 1px solid #d4daf0;
}
.zwc-table-wrap table td {
  font-size: 15px;
}

.zwc-table-wrap table tr:nth-child(even) {
  background: #f2f2f2;
}
.zwc-table-wrap table th:first-child {
  border-top-left-radius: 8px;
}
.zwc-table-wrap table th:last-child {
  border-top-right-radius: 8px;
}
.zwc-table-wrap table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.zwc-table-wrap table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.zwc-table-wrap table ul,
.zwc-table-wrap table ol {
  list-style: disc;
  padding-left: 14px;
}
/* Animation */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.zwb-sphp1,
.zwb-sphp2,
.zwb-sphp3 {
  animation: bounce 2s infinite ease-in-out;
}

.zwb-sphp2 {
  animation-delay: 0.2s;
}

.zwb-sphp3 {
  animation-delay: 0.4s;
}

/* Media query */
@media (max-width: 1440px) {
  /* Title */
  .zwb-ttle h1 {
    font-size: 64px;
  }
  .zwb-ttle h2 {
    font-size: 40px;
  }
  .zwb-shape-imgs .zwb-sphp2 {
    left: unset;
    right: 0;
  }

  .zwb-bnnr {
    padding: 100px 0;
  }
  .zwb-sidebar-blck {
    padding: 0 0 60px;
  }
  .zws-ft-stcky-lst nav {
    flex: 0 0 29%;
    max-width: 320px;
  }
  .zws-stcky-cntnt-blck {
    max-width: 740px;
  }
  .zws-stcky-cntnt-blck h3 {
    font-size: 28px;
  }
  .zwb-cntnt-blck h4 {
    font-size: 18px;
  }
  .collapse-button {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .zwb-bnnr {
    padding: 70px 0;
  }
  .zwb-ttle h1 {
    font-size: 48px;
  }

  .zwb-bnnr .zwb-ttle p {
    font-size: 18px;
    max-width: 520px;
  }
  .act-btn.cta-btn,
  .reqst-demo-btn {
    padding: 12px 30px;
    font-size: 14px;
  }
  .zwb-ttle p,
  .zwb-cntnt-blck p,
  .zwb-cntnt-blck ul li,
  .collapse-content,
  .collapse-content p {
    font-size: 16px;
  }
  .zwb-ttle h2 {
    font-size: 32px;
  }
  .zws-stcky-cntnt-blck {
    max-width: 620px;
  }
  .collapse-button {
    font-size: 18px;
  }
  .zwb-bg-bckgrnd {
    padding: 60px 0 0 30px;
  }
  .zws-stcky-cntnt-blck article {
    margin: 0 0 90px;
  }
  .zwb-evnt-mgment,.zwc-common-block {
    padding: 90px 0 50px;
  }
  .zwc-faq {
    padding: 90px 0 90px;
  }
}
@media (max-width: 991px) {
  .d-blck {
    display: inline;
  }
  .zcol-md-8 {
    max-width: calc(66.67% - 10px);
    flex-basis: calc(66.67% - 10px);
  }
  .zcol-md-12 {
    flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  /* Title */
  .zwb-ttle h1 {
    font-size: 40px;
  }
  .zwb-bnnr .zwb-ttle p {
    font-size: 16px;
    max-width: 370px;
  }
  .act-btn.cta-btn,
  .reqst-demo-btn {
    padding: 10px 30px;
  }
  .zwb-sidebar-blck .zwb-cntnt-blck {
    padding: 60px 50px 0 0;
  }
  .zwb-sidebar-blck {
    padding: 0 0 40px;
  }
  .zws-stcky-cntnt-blck {
    max-width: 460px;
  }
  .zwc-faq {
    padding: 70px 0 70px;
  }
  .zws-lst-item a {
    padding: 12px;
    font-size: 14px;
  }
  .zws-lst-item a::before {
    display: none;
  }
  .zws-stcky-cntnt-blck h3 {
    font-size: 22px;
  }
  .zwb-hding-img1,
  .zwb-chlnge-hding,
  .zwb-sol-hding,
  .zwb-reslt-hding {
    padding-left: 0;
  }
  .zwb-hding-img1::before,
  .zwb-chlnge-hding::before,
  .zwb-sol-hding::before,
  .zwb-reslt-hding::before {
    display: none;
  }
  .zws-stcky-cntnt-blck h3 {
    font-size: 18px;
  }
  .zwb-evnt-mgment,.zwc-common-block {
    padding: 70px 0 60px;
  }
  .zwb-cntnt-blck h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .zwb-ttle h1 {
    font-size: 32px;
  }
  .zwb-ttle h2 {
    font-size: 28px;
  }
  .zwb-shape-imgs {
    display: none;
  }
  .zwb-bnnr .zwb-ttle,
  .zwb-bnnr .zwb-ttle p {
    text-align: center;
  }
  .zwb-btn-set,.zwc-btn-set {
    justify-content: center;
  }
  .zwb-bnnr .zwb-ttle p {
    max-width: 100%;
  }
  .zwb-sidebar-blck .zwb-cntnt-blck {
    padding: 60px 0 0 0;
  }
  .zwb-sidebar-blck .aside-sec {
    margin: 0 0 30px;
  }
  .zwb-sidebar-blck .aside-sec figure {
    position: static;
  }
  .zws-ft-stcky-lst nav {
    display: none;
  }
  .zws-stcky-cntnt-blck {
    max-width: 100%;
  }
  .zws-stcky-cntnt-blck article {
    margin: 0 0 50px;
  }
  .zwb-sol-lst li:before,
  .zwb-chalnge-lst li:before {
    transform: scale(0.8);
  }
  .zwb-bg-bckgrnd {
    padding: 40px 0 0 20px;
  }
  .zwb-bg-bckgrnd .zwb-cntnt-blck {
    padding-right: 20px;
  }
  .zwb-appdb-img {
    margin-top: 30px;
  }
  .collapse-button {
    padding: 18px 60px 18px 0;
  }
}
