/* fe-1 */
:root {
  /* fe-2 */
  /* fe-3 */
  --zk-green: #74b636;
  --zk-green-hover: #91dc5a;
  --zk-green-deep: #74b636;
  --zk-on-green: #0f2005;
  /* fe-4 */
  --zk-green-on-light: #376700;
  --zk-grad-a: #91dc5a;
  --zk-grad-b: #74b636;
  --zk-tint-1: #f2faec;
  --zk-tint-2: #e8f5db;
  --zk-tint-3: #c9e9a8;
}

/* fe-5 */
a {
  color: #74b636;
}

/* fe-6 */
@keyframes zk-btn-pulse {
  0% { background-color: #74b636; }
  100% { background-color: #6bb426; }
}
/* fe-7 */
@media (prefers-reduced-motion: reduce) {
  @keyframes zk-btn-pulse {
    0%, 100% { background-color: #74b636; }
  }
}

.zk-header {
  margin-bottom: -83px;
  position: relative;
  z-index: 99;
  padding: 0 40px;
}
.zk-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zk-header-menu ul li {
  display: inline-block;
  margin-right: 20px;
}
.zk-header-menu {
  display: inline-block;
  position: relative;
  left: 100px;
}
.zk-header-menu ul {
  display: inline-block;
}
.zk-header-menu ul li a {
  display: inline-block;
  font-size: 18px;
  color: #232323;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 20px 0 20px;
  transition: 0.5s;
  position: relative;
}
.zk-header-btn a {
  display: inline-block;
  /* fe-8 */
  font-size: 14px;
  text-transform: capitalize;
  color: var(--zk-on-green);
  padding: 6px 20px !important;
  border: 1px solid #fff;
  transition: 0.5s;
  border-radius: 3px;
  /* fe-9 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
}
.zk-header-btn a:hover {
  /* fe-10 */
  background: #74b636;
  animation: none;
  color: var(--zk-on-green);
}
.header-icon {
  display: inline-block;
  position: relative;
  right: -130px;
}
.header-icon i {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.zk-stuck {
  padding: 0 170px 0px;
}
.zk-stuck .zk-search-btn.zk-search i {
  left: 0 !important;
}
/* fe-11 */
.zk-header-menu ul .zk-submenu {
  top: 120px;
  height: auto;
  width: 215px;
  background: #fff;
  transition: 0.5s;
  visibility: hidden;
  display: block;
  border-radius: 5px;
  position: absolute;
  opacity: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-top: 5px solid var(--zk-green);
}
.zk-header-menu ul .zk-submenu ul li a {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
}
.zk-submenu ul li a {
  /* fe-12 */
  padding: 11px 5px 11px 19px;
  color: #616161;
  display: inline-block;
  transition: 0.5s;
  width: 215px;
}
.zk-submenu ul li a:hover {
  color: #fff;
  background: var(--zk-green-deep);
}
.zk-header-menu ul li:hover .zk-submenu {
  top: 75px;
  visibility: visible !important;
  opacity: 1;
}
.zk-header-btn a {
  /* fe-13 */
  /* fe-14 */
  padding: 6px 20px !important;
  border-radius: 7px;
}

/* fe-15 */
.zk-banner {
  padding: 120px 0px 90px;
  /* fe-16 */
  background: url(assets/images/banner-bg-deep.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.zk-banner-box {
  position: relative;
}
.shape-one {
  position: absolute;
  top: 0;
  left: -30%;
}
.shapes {
  position: absolute;
  top: 90%;
  left: -50%;
}
.zk-banner-art img {
  width: 100%;
  margin-left: 50px;
}
.zk-banner .zk-eyebrow h5 {
  color: #fff !important;
}
.zk-banner .zk-eyebrow h3 {
  color: #fff !important;
}
.zk-banner-title h3 {
  font-size: 61px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 1.2;
  font-weight: 300;
}
.zk-banner-title h3 span {
  font-weight: 600;
  color: #1d2124;
}
.zk-banner-title h2 {
  font-size: 65px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #1d2124;
}
.zk-banner-title p {
  font-size: 16px;
  color: #646464;
  font-weight: 500;
  width: 90%;
  line-height: 1.5;
  margin: 22px 0 38px;
}
.zk-banner-btn {
  margin-bottom: 180px;
}
.zk-banner-btn a {
  color: #1d2124;
  display: inline-block;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 5px;
  border: 2px solid #e8e8e9;
}
.zk-banner-btn a:hover {
  /* fe-17 */
  background: #74b636;
  animation: none;
  color: var(--zk-on-green);
}
.zk-banner-btn.zk-upper {
  float: left;
  margin-right: 20px;
}
.zk-banner-btn.zk-upper a {
  /* fe-18 */
  background: linear-gradient(to right, var(--zk-grad-a), var(--zk-grad-b));
  color: var(--zk-on-green);
}
.zk-banner-btn.zk-upper a:hover {
  /* fe-19 */
  background: linear-gradient(to left, var(--zk-grad-a), var(--zk-grad-b));
}
.downlod-img ul li {
  display: inline-block;
  list-style: none;
  margin: 0 -13px;
}
.downlod {
  display: inline-block;
}
.downlod span {
  color: #646464;
  margin: 0 25px 0 0;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
}
span.number {
  display: inline-block;
  color: var(--zk-green);
  font-weight: 600;
  font-size: 18px;
}
.downlod-img {
  display: inline-block;
  margin-right: 20px;
}
/* fe-20 */
.zk-feature-card {
  border-radius: 5px;
  padding: 40px 45px;
  transition: 0.3s;
  position: relative;
}
.zk-feature-card:hover {
  background: var(--zk-green-deep);
}
.zk-feature-card:hover .zk-feature-icon i {
  background: #fff;
  color: var(--zk-green);
}
.zk-feature-icon i {
  display: inline-block;
  background: var(--zk-green-deep);
  color: #fff;
  height: 62px;
  width: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  transition: 0.5s;
}
.zk-feature-title h2 {
  font-size: 22px;
  color: #fff;
  margin: 30px 0 12px;
  position: relative;
  display: inline-block;
}
.zk-feature-title h2::before {
  position: absolute;
  top: 27px;
  left: 0;
  height: 2px;
  width: 0;
  background: #fff;
  content: "";
  transition: 0.5s;
}
.zk-feature-card:hover .zk-feature-title h2::before {
  width: 100%;
}
.zk-feature-title p {
  color: #fff;
  font-size: 16px;
}
.zk-feature-btn {
  margin-top: 21px;
}
.zk-feature-btn a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}
.zk-feature-btn a::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 77%;
  background: var(--zk-green);
}
.zk-feature-btn a i {
  display: inline-block;
  margin: 0 0px 0 5px;
}
.service-icos i {
  display: inline-block;
  background: #ff930d;
  color: #fff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
}
.service-icons i {
  display: inline-block;
  background: #19dc5a;
  color: #fff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
}
/* fe-21 */
.zk-section-title {
  text-align: left;
  margin-bottom: 35px;
}
.zk-eyebrow p {
  font-size: 16px;
  color: #646464;
  margin: 21px 0 20px;
  font-family: "Rubik", sans-serif;
}
.zk-eyebrow h5 {
  font-size: 20px;
  color: var(--zk-green);
  position: relative;
  text-transform: capitalize;
  margin-bottom: 14px;
  font-weight: 500;
  margin-left: 40px;
}
/* fe-22 */
.zk-eyebrow h5::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -30px;
  margin: 0;
  width: 16px;
  height: 19px;
  /* fe-23 */
  background: url(assets/images/zk-z-mark.svg) no-repeat center / contain;
  border-radius: 0;
}
.zk-eyebrow h5::after { display: none; }
.zk-eyebrow h3 {
  font-size: 42px;
  color: #061738;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin: 0;
}
/* fe-24 */
.zk-eyebrow h3 span {
  font-weight: 400;
}
.zk-eyebrow h5 span::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -190px;
  left: 0px;
  margin: auto;
  height: 5px;
  width: 20px;
  background: var(--zk-tint-3);
  border-radius: 5px;
}
.zk-eyebrow h5 span::after {
  position: absolute;
  content: "";
  top: 10px;
  right: -225px;
  left: 0;
  margin: auto;
  height: 5px;
  width: 5px;
  background: var(--zk-tint-3);
  border-radius: 5px;
}
.zk-eyebrow h2 {
  font-size: 39px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
}
.zk-eyebrow h2 span {
  font-weight: 600;
}
/* fe-25 */
.about-area {
  padding: 50px 0px 65px 0px;
}
.about-area .about-thumb img {
  width: 100%;
}
.about-area .zk-section-title {
  text-align: left;
}
.about-area .zk-eyebrow h5 {
  margin-left: 50px;
}
.about-icon i {
  display: inline-block;
  font-size: 50px;
  color: var(--zk-green);
}
.about-area .main-title h1 {
  left: 14%;
  top: -65px;
}
.about-button {
  margin-top: 25px;
}
.about-button a {
  display: inline-block;
  /* fe-26 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
  color: var(--zk-on-green);
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 5px;
}
.about-button a:hover {
  /* fe-27 */
  background: #74b636;
  animation: none;
  color: var(--zk-on-green);
}
.about-title h2 {
  color: #1d2124;
  margin: 0px 0px 5px 0px;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.about-title p {
  font-size: 16px;
  color: #646464;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  width: 60%;
}
.about-area .zk-eyebrow h5::before {
  top: 13px;
  left: -35px;
  margin: 0;
}
.about-area .zk-eyebrow h5::after {
  top: 13px;
  left: -47px;
  margin: 0;
}
/* fe-28 */
.zk-features-area {
  padding: 130px 0px 65px 0px;
}
.zk-features-area .zk-eyebrow h3 {
  color: #333;
}
.zk-features-area .zk-eyebrow h5 {
  font-size: 20px;
  color: var(--zk-green);
  position: relative;
  text-transform: capitalize;
  margin-bottom: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.zk-features-area .zk-section-title {
  text-align: left;
}
.zk-features-area .zk-eyebrow h5::before {
  right: 0;
  left: -35px;
  margin: 0;
}
.zk-features-area .zk-eyebrow h5::after {
  right: 0;
  left: -47px;
  margin: 0;
}
.zk-features-area .main-title h1 {
  left: 18%;
}
.zk-features-area .zk-eyebrow h5 {
  margin-left: 45px;
}
.icon-box {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: var(--zk-tint-1);
  border-radius: 0px 0px 0px 0px;
  padding: 30px 50px 12px 25px;
  margin-bottom: 20px;
}
.icon-box:hover {
  border-radius: 5px 5px 5px 5px;
  background-color: var(--zk-tint-1);
}
.icon-box.zk-upper {
  border-radius: 5px 5px 5px 5px;
  background-color: var(--zk-tint-1);
}
.icon-box.zk-upper .choose-icon i {
  background: #18dc59;
}
.zk-upper.choose-icon i {
  background: #36bafe;
}
.choose-icon {
  float: left;
  margin-right: 20px;
}
.choose-icon i {
  color: #fff;
  display: inline-block;
  text-align: center;
  background: #ff930e;
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 50%;
  margin-bottom: 60px;
}
.choose-title h3 {
  font-size: 22px;
  color: #1d2124;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.choose-title p {
  margin: 14px 0 20px;
  width: 98%;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #646464;
}
.choos-thumb img {
  width: 100%;
}
.choose-button {
  margin-top: 43px;
}
/* fe-29 */
.call-do-action {
  padding: 25px 0px 110px 0px;
}
.call-do-action.zk-upper {
  padding: 90px 0px 110px 0px;
}
.call-do-action .zk-eyebrow h5 {
  color: var(--zk-green);
}
.single-call-box {
  background: #fff;
  border: 1px solid #ebeafe;
  border-radius: 5px;
  padding: 25px 20px 20px;
  transition: 0.3s;
  margin-bottom: 20px;
}
.single-call-box:hover {
  box-shadow: 0px 10px 60px 0px rgb(90 73 248 / 15%);
}
.call-icon {
  float: left;
}
.call-icon i {
  font-size: 23px;
  color: var(--zk-green);
  display: inline-block;
  text-align: center;
  padding-right: 16px;
  margin-top: -5px;
}
.call-title h2 {
  color: #232323;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.call-thumb img {
  width: 100%;
}
.call-button {
  margin: 18px 20px 0 30px;
}
.call-button a {
  display: inline-block;
  /* fe-30 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
  color: var(--zk-on-green);
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 5px;
}
.call-button a:hover {
  /* fe-31 */
  background: #74b636;
  animation: none;
}
.call-button a i {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
}
.calls-buttons {
  margin: 18px 0px 0 0px;
}
.calls-buttons a {
  display: inline-block;
  color: var(--zk-grad-a);
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 5px;
  position: relative;
}
.calls-buttons a:hover {
  /* fe-32 */
  background: #74b636;
  animation: none;
  color: var(--zk-on-green);
}
.calls-buttons a:hover::before {
  background: inherit;
}
.calls-buttons a::before {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 36px;
  height: 2px;
  width: 101px;
  background: var(--zk-grad-a);
}
/* fe-33 */
.zk-contact-area.zk-upper {
  padding: 100px 0px 115px 0px;
}
.zk-contact-area.zk-upper .zk-section-title {
  text-align: center;
}
.zk-contact-area.zk-upper .zk-eyebrow h5::before {
  right: 0;
  left: -178px;
  margin: auto;
}
.zk-contact-area.zk-upper .zk-eyebrow h5::after {
  right: 0;
  left: -212px;
  margin: auto;
}
.zk-contact-area.zk-upper .zk-form-btn {
  text-align: center;
  margin-top: 25px;
}
.zk-contact-area.zk-upper button {
  /* fe-34 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
  border: 0;
  display: inline-block;
  text-align: center;
  padding: 14px 39px;
  border-radius: 7px;
  color: var(--zk-on-green);
}
/* fe-35 */
.zk-contact-area.zk-upper button:disabled,
.zk-form-btn button:disabled,
.zk-btn:disabled {
  animation: none;
  opacity: .55;
  cursor: not-allowed;
}
.map-area .row {
  overflow: hidden;
}

/* fe-36 */
.screenshot-area {
  background-image: linear-gradient(45deg, var(--zk-grad-a) 0%, var(--zk-grad-b) 100%);
  padding: 120px 0px 185px 0px;
}
.screenshot-area .zk-section-title {
  text-align: center;
}
.screenshot-area .zk-eyebrow h5 {
  color: #fff;
}
.screenshot-area .zk-eyebrow h5::before {
  right: 0;
  left: -201px;
  margin: auto;
}
.screenshot-area .zk-eyebrow h5::after {
  right: 0;
  left: -238px;
  margin: auto;
}
.screenshot-area .zk-eyebrow h5 span::after {
  right: -235px;
  left: 0;
  margin: auto;
}
.screenshot-area .zk-eyebrow h3 {
  color: #fff;
}
.screenshot-area .zk-eyebrow h2 {
  color: #fff;
  margin-bottom: 50px;
}
.screenshot-thumb img {
  width: 100%;
}
.screenshot-area .hassan.col-lg-12 {
  padding: 0 5px;
}

.owl-dots {
  position: relative;
  top: 70px;
  text-align: center;
}
.owl-dot {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin: 6px;
  border: 2px solid #fff;
  padding: 3px;
}
.owl-dot.active {
  position: relative;
}
.owl-dot.active::before {
  position: absolute;
  top: -8px;
  left: -8px;
  content: "";
  border: 2px solid #fff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
/* fe-37 */
.brand-area {
  padding: 125px 0px 0px 0px;
}
.brand-title {
  text-align: center;
}
.brand-title h5 {
  color: var(--zk-green);
  font-size: 18px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.brand-title h5::before {
  position: absolute;
  top: 10px;
  left: 0;
  height: 1px;
  width: 35%;
  background: var(--zk-tint-3);
  content: "";
}
.brand-title h5::after {
  position: absolute;
  top: 10px;
  right: 0;
  height: 1px;
  width: 35%;
  background: var(--zk-tint-3);
  content: "";
}
.row.bottom {
  border-bottom: 1px solid #dee2e6 !important;
  padding: 60px 0px 30px 0px;
}
.brand-area.zk-upper {
  padding: 125px 0px 50px 0px;
}
/* fe-38 */
.breadcumb-area {
  background: url(assets/images/bg5.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 170px 0 143px;
}
.breacumb-content {
  text-align: center;
}
.breadcumb-title h1 {
  font-size: 55px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
}
.breadcumb-content-text a {
  display: inline-block;
  margin: 0 6px;
  color: var(--zk-green);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.breadcumb-content-text a i {
  display: inline-block;
  font-size: 18px;
  margin: 0 12px;
}
/* fe-39 */
.team-area {
  padding: 125px 0px 100px 0px;
}
.team-area .zk-eyebrow h5 {
  color: var(--zk-green);
}
.team-button {
  text-align: right;
}
.team-button a {
  display: inline-block;
  /* fe-40 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
  color: var(--zk-on-green);
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 5px;
}
.team-button a:hover {
  /* fe-41 */
  background: #74b636;
  animation: none;
  color: var(--zk-on-green);
}
.single-team-box {
  box-shadow: 0px 10px 60px 0px rgb(90 73 248 / 15%);
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
}
.single-team-box::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(45deg, var(--zk-grad-a), var(--zk-grad-b));
  z-index: -1;
  transition: 0.5s;
}
.single-team-box:hover::before {
  left: 0;
  width: 100%;
}
.single-team-box:hover .team-title h2,
.single-team-box:hover .team-title h5,
.single-team-box:hover .team-icon ul li a,
.single-team-box:hover .team-title p {
  color: #fff;
}
.team-content {
  margin-top: 30px;
}
.team-thumb {
  float: left;
  margin-right: 25px;
}
.team-thumb img {
  border-radius: 5px;
}
.team-title h2 {
  font-size: 24px;
  text-transform: capitalize;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #1d2124;
}
.team-title h5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--zk-green);
  font-family: "Rubik", sans-serif;
  margin: 10px 0 16px;
  transition: 0.5s;
}
.team-title p {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #646464;
  transition: 0.5s;
}
.team-icon ul li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}
.team-icon ul li a {
  color: var(--zk-green);
  transition: 0.5s;
  display: inline-block;
  font-size: 16px;
}
/* fe-42 */
.vedio-area {
  margin-bottom: -297px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.row.bag {
  background: url(assets/images/bg8.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
  z-index: 1;
}
.row.bag::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slider-video {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  right: 0;
  margin: auto;
  text-align: center;
}
.about-video-icon a,
.about-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  position: relative;
  color: var(--zk-green);
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  background: #fff;
  font-size: 28px;
  z-index: 1;
}
@keyframes ripple-blue {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* fe-43 */
.testimonial-area {
  padding: 380px 0px 80px 0px;
  background: var(--zk-tint-1);
  position: relative;
}
.testimonial-area .zk-eyebrow h3 {
  font-size: 40px;
  color: #1d2124;
}
.testimonial-area .zk-eyebrow h5 {
  color: var(--zk-green);
}
.testi-button a {
  background: var(--zk-tint-1);
  color: var(--zk-green);
  border: 2px solid var(--zk-green);
  padding: 10px 30px;
  transition: 0.5s;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 1;
}
.testi-button a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  /* fe-44 */
  background: #74b636;
  z-index: -1;
  transition: 0.5s;
}
.testi-button a:hover {
  color: #fff;
}
.testi-button a:hover::before {
  /* fe-45 */
  left: 0;
  width: 100%;
  animation: none;
}
.single-testi-box {
  background: #fff;
  border-radius: 5px;
  margin-top: 0;
  padding: 40px 35px 40px 40px;
}
.testi-content {
  border-bottom: 1px solid var(--zk-tint-2);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.testi-thumb {
  float: left;
  margin-right: 16px;
}
.testimonial-title h2 {
  font-size: 24px;
  margin-bottom: 0px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
}
.testimonial-title span {
  color: var(--zk-green);
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding-top: 8px;
  font-family: "Rubik", sans-serif;
}
.testi-title p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #646464;
}
.testi-title p i {
  color: var(--zk-green);
  font-size: 35px;
}
/* fe-46 */
.zk-pricing-area {
  padding: 125px 0px 70px 0px;
}
.zk-pricing-area .zk-section-title {
  text-align: center;
}
.zk-pricing-area .zk-eyebrow h3 {
  color: #1d2124;
}
.zk-pricing-area .zk-eyebrow h5::before {
  right: 0;
  left: -204px;
  margin: auto;
}
.zk-pricing-area .zk-eyebrow h5::after {
  right: 0;
  left: -237px;
  margin: auto;
}
.row.com {
  margin-top: 13px;
}
.zk-pricing-area .row.com .col-lg-3.col-md-6 {
  padding: 0;
}
.zk-plan-card {
  transition: all 0.3s ease 0s;
  padding: 35px 30px 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 10px 60px 0px rgb(90 73 248 / 15%);
  border: 0;
  border-radius: 0;
}
.zk-plan-card-wide {
  transition: all 0.3s ease 0s;
  /* fe-47 */
  padding: 35px 30px 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 10px 60px 0px rgb(90 73 248 / 15%);
  border: 0;
  border-radius: 0;
}
.zk-plan-card:hover .zk-plan-body {
  border-color: var(--zk-green);
}
.zk-plan-head {
  text-align: center;
}
/* fe-48 */
.zk-plan-head span.zk-plan-currency {
  color: var(--zk-green-on-light);
  /* fe-49 */
  font-size: 34px;
  position: relative;
  /* fe-50 */
  bottom: -25px;
  left: -72px;
}
.zk-plan-head h3 {
  font-size: 18px;
  color: #1d2124;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2px;
}
/* fe-51 */
.zk-plan-head p {
  font-size: 18px;
  position: relative;
  top: -1px;
  color: #1d2124;
  /* fe-52 */
  margin-bottom: 0px;
}
.zk-plan-head p span {
  font-size: 62px;
  font-weight: 500;
  text-align: center;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
.zk-plan-body {
  text-align: left;
}
.zk-plan-body ul li {
  display: block;
  list-style: none;
  font-size: 17px;
  padding: 5px 0 5px;
  color: #646464;
  font-family: "Rubik", sans-serif;
}
.zk-plan-body ul li i {
  display: inline-block;
  left: -18px;
  top: 9px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: var(--zk-green-on-light);
  transition: 0.5s;
  margin-right: 3px;
}
/* fe-53 */
.zk-plan-features-divider {
  margin: 10px 0 4px; padding-top: 10px; border-top: 1px solid #ececec;
  font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  color: #9aa0a6;
}
.zk-plan-btn {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  transition: 0.5s;
}
.zk-plan-btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 25px;
  position: relative;
  text-transform: capitalize;
  color: var(--zk-green-on-light);
  border: 1px solid var(--zk-green);
  border-radius: 5px;
}
.zk-plan-card:hover .zk-plan-btn a {
  /* fe-54 */
  /* fe-55 */
  background: #74b636;
  animation: none;
  color: #ffffff;
}
.zk-plan-card-wide .zk-plan-btn a {
  color: var(--zk-on-green);
  /* fe-56 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
  transition: 0.5s;
}
.zk-plan-card-wide .zk-plan-btn a:hover,
.zk-plan-card-wide .zk-plan-btn a:focus {
  /* fe-57 */
  /* fe-58 */
  background: #ffffff;
  color: var(--zk-green);
  border-color: var(--zk-green);
  animation: none;
}
/* fe-59 */
.blog-area {
  padding: 60px 0px 20px 0px;
}
.blog-area .zk-eyebrow h3 {
  color: #1d2124;
}
.blog-area.zk-upper {
  padding: 60px 0px 100px 0px;
}
.blog-thumb img {
  width: 100%;
}
.blogs_button {
  margin-bottom: 38px;
}
.blogs_button a {
  color: #1d2124;
  display: inline-block;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  border: 2px solid #e8e8e9;
}
.blogs_button a:hover {
  /* fe-60 */
  background: #74b636;
  animation: none;
  color: var(--zk-on-green);
}
.blogs_button a i {
  display: inline-block;
  margin-right: 5px;
}
.blogs_button.zk-upper {
  float: left;
  margin-right: 20px;
}
.blogs_button.zk-upper a {
  /* fe-61 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
  color: var(--zk-on-green);
}
.blogs_button.zk-upper a:hover {
  /* fe-62 */
  background: #74b636;
  animation: none;
}
.downlod-img ul li {
  display: inline-block;
  list-style: none;
  margin: 0 -13px;
}
.downlod {
  display: inline-block;
}
.downlod span {
  color: #646464;
  margin: 0 25px 0 0;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
}
span.number {
  display: inline-block;
  color: var(--zk-green);
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
}
.downlod-img {
  display: inline-block;
  margin-right: 20px;
}
.blog-single-box {
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 0;
  box-shadow: 0px 8px 60px rgb(243 242 255);
  border-radius: 7px;
  transition: 0.5s;
  margin-bottom: 30px;
}
.blog-content {
  padding: 0 25px;
}
.blog-single-box:hover {
  box-shadow: 0 2px 4px #0003;
}
.blog-thumb {
  position: relative;
}
.blog-thumb img {
  width: 100%;
}
.top-btn {
  position: absolute;
  top: 20px;
  left: 20px;
}
.top-btn a {
  display: inline-block;
  background: var(--zk-green);
  padding: 0 16px;
  line-height: 19px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--zk-on-green);
  border-radius: 5px;
}
.blog-title {
  padding: 22px 22px 28px;
}
.blog-title span {
  position: relative;
  margin-right: 40px;
  font-size: 16px;
}
.blog-title span:hover {
  color: var(--zk-green);
}
.blog-title span i {
  display: inline-block;
  color: var(--zk-green);
  margin-right: 5px;
}
.blog-title span::before {
  content: "";
  background: #e0e1fc;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -28px;
  top: 10px;
  border-radius: 50%;
}
.blog-title h2 a {
  font-size: 22px;
  margin: 20px 0 0;
  line-height: 1.2;
  position: relative;
  border-top: 1px solid #f0effe;
  padding-top: 26px;
  display: inline-block;
  color: #1d2124;
  font-weight: 600;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
}
.blog-title h2 a:hover {
  color: var(--zk-green);
}
.blog-title p {
  margin: 16px 0 15px;
  color: #646464;
  font-size: 16px;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
}
.blog-button a {
  color: var(--zk-green);
  display: inline-block;
  position: relative;
  font-weight: 500;
  transition: 0.5s;
  text-transform: capitalize;
}
.blog-button a i {
  display: inline-block;
  transition: 0.5s;
}
.blog-button a:hover i {
  margin-left: 12px;
}
.blog-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
  background: var(--zk-green);
  height: 2px;
  transition: 0.3s;
}
.blog-area.zk-upper .blog-thumb img {
  width: 100%;
}
.blog-area.zk-upper .blog-single-box {
  margin-bottom: 30px;
}
.sideber-box {
  margin-bottom: 40px;
  padding: 35px 30px 35px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.sideber-title h3 {
  color: #232323;
  display: block;
  font-size: 21px;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
}
.bg-bar {
  position: relative;
  z-index: 1;
}
.bg-bar::before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 88px;
  height: 3px;
  background: #aec6ef;
  content: "";
}
.bg-bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--zk-green);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
.resent-post-single-box {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.resent-thunb img {
  border-radius: 5px;
  width: 28%;
  float: left;
  margin-right: 12px;
}
.resent-title a h3 {
  color: #1d2124;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.resent-title a span {
  color: #616161;
}
.resent-post-single-box.two {
  border: none;
  margin: 0;
  padding: 0 0 20px;
}
.catagories-body ul li {
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  transition: 0.5s;
  padding-bottom: 10px;
}
.catagories-body ul li a {
  color: #616161;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.sidebar-search {
  margin-bottom: 30px;
}
.form-control {
  top: 31px;
  display: block;
  width: 70%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 25px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #949494;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}
button a {
  position: absolute;
  right: 30px;
  top: 91px;
  display: inline-block;
  /* fe-63 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
  color: var(--zk-on-green);
  padding: 12px 15px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 5px;
}
button a:hover {
  /* fe-64 */
  background: #74b636;
  animation: none;
  color: var(--zk-on-green);
}
.paginationss-title {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  margin-top: 0;
  width: 90%;
  position: relative;
  left: 31px;
  margin-bottom: 30px;
}
.paginationss-title ul {
  display: inline-block;
}
.paginationss-title ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.paginationss-title ul li a i {
  border: 1px solid #e6e6e6;
  color: #565872;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  margin: 0 9px 0 0;
  text-align: center;
  width: 40px;
  border-radius: 5px;
}
.paginationss-title ul li a i:hover {
  background: var(--zk-green);
  border-color: var(--zk-green);
  color: var(--zk-on-green);
}
.contact-title h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 35px;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.zk-form-box {
  margin-bottom: 15px;
}
.zk-form-box input {
  width: 100%;
  height: 54px;
  padding-left: 20px;
  background: var(--zk-tint-2);
  border-radius: 3px;
  transition: 0.5s;
  border: 1px solid var(--zk-tint-2);
}
.zk-form-box textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  border: 1px solid var(--zk-tint-2);
  height: 150px;
  outline: 0;
  transition: 0.5s;
  background: var(--zk-tint-2);
  margin-top: 7px;
}
.zk-form-box input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
  outline: 0;
}
.zk-form-box textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
}
input::placeholder {
  color: #94a9a8;
}
textarea#massage::placeholder {
  color: #94a9a8;
}
.zk-form-btn {
  text-align: left;
  margin-top: 25px;
}
.blog-area.zk-upper .zk-form-btn button {
  padding: 14px 33px;
  display: inline-block;
  /* fe-65 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
  color: var(--zk-on-green);
  text-transform: capitalize;
  transition: 0.5s;
  border: navajowhite;
  margin-bottom: 50px;
}
.zk-contact-area.zk-upper .zk-form-btn button:hover {
  /* fe-66 */
  background: #74b636;
  animation: none;
  color: var(--zk-on-green);
}
input[type="text"] {
  color: #333;
}
textarea#massage {
  color: #333;
}
/* fe-67 */
.zk-footer {
  padding: 255px 0px 20px 0px;
  background: url(assets/images/bg10.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
  margin-top: -120px;
}
.zk-footer .zk-section-title {
  text-align: center;
}
.row.fbg {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 70px 0px 0px 0px;
  background: #ffffff;
  position: relative;
  margin-top: -163px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  border-radius: 5px;
}
.subscrib-box {
  text-align: center;
  padding: 0 0 65px;
}
.zk-footer .zk-form-box input {
  font-size: 16px;
  height: 55px;
  padding: 5px 25px;
  position: relative;
  width: 50%;
  background: linear-gradient(to right, var(--zk-grad-a), var(--zk-grad-b));
  border: 0;
  border-radius: 5px;
  color: var(--zk-on-green);
}
.zk-footer .zk-form-box input::placeholder {
  color: #fff;
}

.zk-footer .zk-form-btn {
  padding-left: 16px;
  position: absolute;
  top: -36%;
  right: 7%;
  text-align: center;
  margin-top: 25px;
}

.zk-footer .zk-form-btn button {
  border: 1px solid var(--zk-green);
  color: var(--zk-on-green);
  width: 140px;
  transition: 0.3s;
  border-radius: 5px;
  padding: 14px 33px;
  /* fe-68 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
}
.zk-footer .zk-form-btn button:hover {
  /* fe-69 */
  background: #74b636;
  border-color: #74b636;
  color: var(--zk-on-green);
  animation: none;
}
.row.pad {
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: var(--zk-green);
  padding: 80px 0px 60px 0px;
}
.footer-text p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  color: #fff;
  margin: 25px 0;
}
.footer-icon ul {
  margin-top: 35px;
}
.footer-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.footer-icon ul li a {
  display: inline-block;
  color: #fff;
  transition: 0.5s;
}
.footer-icon ul li a:hover {
  color: #ff930e;
}
.zk-footer-title h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 35px;
}
.footers-icon ul li {
  list-style: none;
  margin-top: 13px;
}
.footers-icon ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  transition: 0.5s;
}
.footers-icon ul li a:hover {
  color: #18dc59;
}
.footers-icon ul li a i {
  display: inline-block;
  margin-right: 8px;
}
.social-icon ul li {
  list-style: none;
}
.social-icon ul li i {
  height: 45px;
  width: 45px;
  background: var(--zk-green-deep);
  color: #fff;
  line-height: 45px;
  border-radius: 50%;
  font-size: 18px;
  margin-top: 5px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.social-tex span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}
.social-tex p {
  font-size: 16px;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.zk-copyright {
  text-align: center;
  padding: 025px 0px 0px 0px;
}
.zk-copyright span {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}

/* fe-70 */

.zk-search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* fe-71 */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* fe-72 */
}

.zk-search-popup {
  width: 100%;
}
.search-active .zk-search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.zk-search-btn.zk-search {
  display: inline-block;
  position: relative;
  right: -210px;
}
.zk-search-btn.zk-search i {
  display: inline-block;
  cursor: pointer;
  color: #1d2124;
  padding: 0 15px 0 0;
}
.zk-stuck .zk-search-btn.zk-search i {
  color: #1d2124;
  position: relative;
  left: 40px;
}
.zk-search-popup .zk-search-close {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--zk-green);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.zk-search-popup .zk-search-close i {
  position: relative;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #333;
  display: inline;
  text-align: center;
}

.search-active .zk-search-popup .zk-search-close {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.zk-search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .zk-search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.zk-search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.zk-search-popup .zk-search-close.zk-style-alt {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.zk-search-popup .zk-search-close.zk-style-alt i {
  font-size: 20px;
  color: var(--zk-green);
}
.zk-search-popup .form-group input[type="text"],
.zk-search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.zk-search-popup .form-group input[type="submit"],
.zk-search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.zk-search-popup .form-group input[type="submit"]:hover,
.zk-search-popup .form-group button:hover {
  color: #000000;
}

.zk-search-popup input::placeholder,
.zk-search-popup textarea::placeholder {
  color: #000000;
}

/* fe-73 */
.zk-scroll-area {
  position: relative;
  z-index: 999;
}
.zk-scroll-area .zk-to-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}
.zk-scroll-area .zk-to-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.zk-scroll-area .zk-to-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.zk-scroll-area .zk-to-top::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.zk-scroll-area .zk-to-top:focus,
.zk-scroll-area .zk-to-top:hover {
  color: #fff;
}
.zk-scroll-area .zk-to-top:focus::before,
.zk-scroll-area .zk-to-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.zk-scroll-area .zk-to-top:focus i:first-child,
.zk-scroll-area .zk-to-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.zk-scroll-area .zk-to-top:focus i:last-child,
.zk-scroll-area .zk-to-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.zk-scroll-area .zk-to-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 85px;
  border-radius: 100%;
}
.zk-top-wrap {
  position: relative;
}
.zk-top-wrap .zk-to-top-btn {
  display: inline-block;
  width: 60px;
  height: 59px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #009e66;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
.zk-top-wrap .zk-to-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.zk-top-wrap .zk-to-top-btn::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* fe-74 */
.zk-stuck {
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background: #ffffff !important;
  z-index: 9999 !important;
  animation-name: slideInDown;
  padding: 0 50px 0px;
}
.zk-stuck.zk-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.zk-sticky-logo {
  display: none;
}
.zk-stuck .header-menu ul li a {
  color: #fff !important;
}
.zk-stuck a.zk-sticky-logo {
  display: inline-block !important;
}
.zk-stuck .zk-header-logo a {
  display: none;
}
.zk-stuck ul.zk-submenu li a {
  display: inline-block;
  margin: 5px 0px 5px 16px;
  color: #6e7673 !important;
  transition: 0.5s;
}
.zk-stuck .header-con i {
  color: #fff;
}
.header-menu ul .zk-submenu li {
  display: block;
  margin-right: 0;
  transition: 0.5s;
}
ul.zk-submenu li:hover {
  background: #87c03d;
}
ul.zk-submenu li a:hover {
  color: #fff !important;
}
.zk-stuck ul.zk-submenu li:hover {
  background: #87c03d;
}
.zk-stuck ul.zk-submenu li a:hover {
  color: #fff !important;
}

.chart {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -225px;
}
.pieTip {
  position: absolute;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 18px 6px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  color: #444;
  font-size: 19px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transform: all 0.3s;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -o-transform: all 0.3s;
  transform: all 0.3s;
  pointer-events: none;
}
.pieTip::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.95);
  line-height: 0;
}
.chart path {
  cursor: pointer;
}

/* fe-75 */
#contact {
  background: var(--zk-tint-1);
}


/* fe-76 */

/* fe-77 */
body { background-color: #fff; }

/* fe-78 */
.zk-header-menu ul li a { color: #232323; }
.zk-header-menu ul li a:hover,
.zk-header-menu ul li.zk-active > a { color: var(--zk-green-on-light); }
.zk-header-menu ul li.zk-active > a::after {
  content: ""; position: absolute; left: 0; bottom: 12px;
  width: 100%; height: 2px; background: var(--zk-green);
}
.header-icon i, .zk-search-btn i { color: #232323; }
.zk-header-logo a { display: inline-block; }
.zk-header-logo a.zk-sticky-logo { display: none; }
.zk-header-logo img { max-height: 40px; width: auto; }

#zk-sticky-header.zk-stuck {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(255, 255, 255, 0.97);
  padding: 6px 60px !important;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
  animation: zkSlideDown 0.4s ease;
}
@keyframes zkSlideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

/* fe-79 */
.zk-banner {
  /* fe-80 */
  /* fe-81 */
  padding: 130px 0 80px; position: relative;
}
.zk-banner .zk-eyebrow h5 {
  color: var(--zk-green-on-light) !important;
  font-weight: 600; letter-spacing: 0.09em;
  text-transform: uppercase; font-size: 13px; margin-bottom: 8px;
}
.zk-banner .zk-eyebrow h3 { color: #1d2124 !important; }
/* fe-82 */
.zk-banner-title p { color: #34383b !important; font-size: 17px; }
/* fe-83 */
[id] { scroll-margin-top: 130px; }
.zk-anchor { display: block; height: 0; }

/* fe-84 */
.zk-banner-title p a {
  color: var(--zk-green-on-light); font-weight: 600;
  text-decoration: underline; text-underline-offset: 3px;
}
.zk-banner-title p a:hover { color: var(--zk-green-deep); }
.zk-trust-line { clear: both; padding-top: 26px; }
.zk-trust-line p { color: #34383b; font-size: 15px; margin: 0; }
/* fe-85 */
.zk-trust-line p strong { font-weight: 600; color: #1d2124; }
.zk-trust-line a { color: var(--zk-green-on-light); font-weight: 600; }

/* fe-86 */
/* fe-87 */
.zk-trust-line-seal { display: flex; align-items: center; gap: 14px; }
.zk-trust-line-seal .zk-hipaa-seal { flex: 0 0 auto; line-height: 0; }
.zk-trust-line-seal .zk-hipaa-seal img { display: block; width: 78px; height: auto; }
.zk-trust-line-seal p { flex: 1 1 auto; }
/* fe-88 */
@media (max-width: 575.98px) {
  .zk-trust-line-seal { flex-direction: column; align-items: flex-start; gap: 10px; }
}

.zk-banner-btn a { color: #1d2124; border: 2px solid rgba(0, 0, 0, 0.14); }
.zk-banner-btn.zk-upper a, .zk-banner-btn a:hover { color: var(--zk-on-green); }
.zk-banner-btn { margin-bottom: 0; }

.zk-banner-art { text-align: center; }
.zk-banner-art img {
  width: auto; max-width: 270px; max-height: 620px; margin-left: 0;
  filter: drop-shadow(0 26px 60px rgba(0, 0, 0, 0.28));
}

/* fe-89 */
.zk-h1 { margin: 20px 0 0; line-height: 1.15; }
.zk-h1 .zk-h1-light, .zk-h1 .zk-h1-bold {
  display: block; font-family: "Rubik", sans-serif; text-transform: none;
}
.zk-h1 .zk-h1-light { font-size: 50px; font-weight: 300; color: #1d2124; }
.zk-h1 .zk-h1-bold { font-size: 52px; font-weight: 600; color: #1d2124; }
.zk-h1 .zk-h1-bold:empty { display: none; }

/* fe-90 */
.zk-prose p { color: #646464; font-size: 17px; line-height: 1.75; margin-bottom: 18px; }
.zk-prose strong { color: #1d2124; }
.zk-center { text-align: center; max-width: 860px; margin: 0 auto; }
.zk-lead { color: #646464; font-size: 18px; margin-bottom: 34px; }
.zk-note { color: #6b7075; font-size: 15px; line-height: 1.7; margin-top: 26px; }
.zk-note strong { color: var(--zk-green-on-light); }
.zk-note a { color: var(--zk-green-on-light); font-weight: 600; }

/* fe-91 */
.zk-list { list-style: none; margin: 0; padding: 0; }
.zk-list li {
  position: relative; padding: 14px 0 14px 34px; color: #646464;
  font-size: 17px; line-height: 1.7; border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.zk-list li:last-child { border-bottom: 0; }
.zk-list li i {
  position: absolute; left: 0; top: 20px;
  color: var(--zk-green-on-light); font-size: 14px;
}
.zk-list li strong { color: #1d2124; }
.zk-list-tight li { padding: 9px 0 9px 30px; border-bottom: 0; font-size: 16px; }
.zk-list-tight li i { top: 15px; }
.zk-problem .zk-list li i { color: #d93b2b; }

/* fe-92 */
.zk-metrics { padding: 54px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

/* fe-93 */
/* fe-94 */
.zk-integrations {
  padding: 34px 0;
  background: var(--zk-tint-1);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.zk-int-row {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 10px 30px;
}
.zk-int-lead {
  margin: 0; flex: 0 0 auto;
  font-size: 13px; letter-spacing: .04em; text-transform: uppercase;
  font-weight: 600; color: #6b7075;
}
.zk-int-list {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 8px 26px; margin: 0; padding: 0; list-style: none;
}
.zk-int-item { display: flex; align-items: center; }

/* fe-95 */
.zk-int-item img {
  display: block; width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}
.zk-int-item:hover img {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/* fe-96 */
.zk-int-badge {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%;
  border: 2px dashed var(--zk-green);
  background: #fff;
  text-decoration: none; line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.zk-int-badge-num {
  font-family: "Rubik", sans-serif; font-weight: 700;
  font-size: 15px; letter-spacing: -.02em;
  color: var(--zk-green-on-light);
}
.zk-int-badge-sub {
  font-size: 8px; letter-spacing: .06em; text-transform: uppercase;
  font-weight: 600; color: #ad6823; margin-top: 2px;
}
.zk-int-more:hover .zk-int-badge {
  background: var(--zk-green); border-color: var(--zk-green);
  transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.zk-int-more:hover .zk-int-badge-num,
.zk-int-more:hover .zk-int-badge-sub { color: var(--zk-on-green); }

@media (max-width: 767.98px) {
  .zk-integrations { padding: 26px 0; }
  .zk-int-row { gap: 10px 18px; }
  .zk-int-list { gap: 10px 14px; }
  .zk-int-item img, .zk-int-badge { width: 48px; height: 48px; }
  .zk-int-badge-num { font-size: 13px; }
  .zk-int-badge-sub { font-size: 7px; }
}
.zk-metric { text-align: center; padding: 14px 10px; }
.zk-metric strong {
  display: block; font-family: "Rubik", sans-serif; font-weight: 700;
  font-size: 38px; line-height: 1.15; color: var(--zk-green-on-light);
  margin-bottom: 8px; min-height: 44px;
}
.zk-metric span { display: block; color: #6b7075; font-size: 15px; line-height: 1.5; }

/* fe-97 */
.zk-feature-row { padding: 80px 0; }
.zk-feature-row:nth-of-type(even) { background: var(--zk-tint-1); }
.zk-fr-text .zk-eyebrow h5 {
  color: var(--zk-green-on-light); text-transform: uppercase;
  letter-spacing: 0.09em; font-size: 13px; font-weight: 600; margin-bottom: 12px;
}
.zk-fr-text h2 { color: #1d2124; font-size: 36px; margin-bottom: 16px; line-height: 1.25; }
.zk-fr-text > p { color: #646464; font-size: 17px; line-height: 1.75; margin-bottom: 22px; }
.zk-fr-img { text-align: center; }
.zk-fr-img img {
  max-width: 290px; width: 100%; height: auto;
  filter: drop-shadow(0 22px 50px rgba(0, 0, 0, 0.22));
}

/* fe-98 */
.zk-trust { background: var(--zk-tint-1); }
.zk-trust .zk-prose { max-width: 900px; }

/* fe-99 */
.zk-quote-box {
  max-width: 900px; margin: 0 auto 40px; padding: 38px 44px;
  border-left: 4px solid var(--zk-green);
  background: #f7f8f9; border-radius: 6px;
}
.zk-quote-box blockquote {
  margin: 0 0 16px; color: #3c4043; font-size: 20px;
  line-height: 1.65; font-style: italic;
}
.zk-quote-box cite { color: var(--zk-green-on-light); font-style: normal; font-weight: 600; }
.zk-quote-real cite span {
  display: block; color: #6b7075; font-weight: 400; font-size: 15px; margin-top: 4px;
}
.zk-quote-real code {
  color: var(--zk-green-on-light); background: var(--zk-tint-2);
  padding: 1px 6px; border-radius: 3px; font-size: 13px;
}
.zk-logo-row { text-align: center; }
.zk-logo-row span {
  display: inline-block; color: #8a9099; font-size: 15px;
  letter-spacing: 0.04em; padding: 18px 0;
}

/* fe-100 */
.zk-badge {
  display: inline-block; margin-bottom: 10px; padding: 5px 12px;
  background: var(--zk-green); color: var(--zk-on-green);
  font-size: 12px; font-weight: 700; border-radius: 20px;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.zk-plan-head em { color: #6b7075; font-style: normal; font-size: 15px; }
.zk-plan-head .zk-quote { font-size: 32px; color: #1d2124; display: inline-block; margin-top: 14px; }

/* fe-101 */
.zk-table-wrap { overflow-x: auto; }
.zk-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.zk-table th, .zk-table td {
  padding: 16px 18px; text-align: left; font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.zk-table th {
  color: #1d2124; font-family: "Rubik", sans-serif; font-weight: 600;
  border-bottom: 2px solid var(--zk-green);
}
.zk-table td { color: #646464; }
.zk-table td strong { color: #1d2124; }
.zk-table tbody tr:hover { background: rgba(0, 0, 0, 0.02); }
/* fe-102 */
.zk-compare .zk-table th:nth-child(2) { color: rgb(147 42 132); }
.zk-compare .zk-table th:nth-child(3) { color: var(--zk-green-on-light); }

/* fe-103 */
.zk-compare-grid { max-width: 940px; margin: 0 auto; }
.zk-cmp-head, .zk-cmp-row { display: flex; gap: 16px; }
.zk-cmp-head > div { padding: 14px 22px; }
.zk-cmp-head h4 { margin: 0; font-size: 17px; }
.zk-cmp-head .zk-cmp-old h4 { color: #8a9099; }
.zk-cmp-head .zk-cmp-new h4 { color: #fff; }
.zk-cmp-row > div {
  flex: 1; padding: 18px 22px; font-size: 16px; line-height: 1.6;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  /* fe-104 */
  margin: 4px;
}
.zk-cmp-row .zk-cmp-old { color: #8a9099; }
.zk-cmp-row .zk-cmp-new { color: #3c4043; background: var(--zk-tint-1); border-radius: 4px; }
.zk-cmp-row i { margin-right: 10px; font-size: 13px; }
.zk-cmp-row .zk-cmp-old i { color: #c9ced4; }
.zk-cmp-row .zk-cmp-new i { color: var(--zk-green-on-light); }

/* fe-105 */
.zk-tiles { justify-content: center; }
.zk-tile {
  display: block; text-align: center; padding: 24px 8px; border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.09); margin-bottom: 22px;
  transition: 0.3s; background: #fff;
}
.zk-tile:hover {
  border-color: var(--zk-green); transform: translateY(-4px);
  background: var(--zk-tint-1); box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
}
.zk-tile img { width: 52px; height: 52px; margin-bottom: 12px; }
.zk-tile span { display: block; color: #3c4043; font-size: 14px; font-weight: 500; }
.zk-tile:hover span { color: var(--zk-green-on-light); }

/* fe-106 */
.zk-faq { max-width: 900px; margin: 0 auto; }
.zk-faq-item {
  border: 1px solid rgba(0, 0, 0, 0.09); border-radius: 6px;
  margin-bottom: 12px; overflow: hidden;
}
.zk-faq-q { margin: 0; font-size: 18px; }
.zk-faq-q a {
  display: block; position: relative; padding: 22px 56px 22px 24px;
  color: #1d2124; font-family: "Rubik", sans-serif; font-weight: 500;
  background: #fbfcfa;
}
.zk-faq-q a:hover, .zk-faq-q a[aria-expanded="true"] { color: var(--zk-green-on-light); }
.zk-faq-q a i {
  position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
  font-size: 13px; color: var(--zk-green-on-light); transition: 0.3s;
}
.zk-faq-q a[aria-expanded="true"] i { transform: translateY(-50%) rotate(45deg); }
.zk-faq-a { padding: 4px 24px 24px; background: #fff; }
.zk-faq-a p { color: #646464; font-size: 16px; line-height: 1.75; margin: 0; }
.zk-faq-a a { color: var(--zk-green-on-light); font-weight: 600; }

/* fe-107 */
.zk-cta-band {
  padding: 70px 0; margin: 90px 0 0;
  background: var(--zk-tint-1);
  border-top: 1px solid var(--zk-tint-3);
  border-bottom: 1px solid var(--zk-tint-3);
}
.zk-cta-band h2 { color: #1d2124; font-size: 34px; margin-bottom: 10px; }
.zk-cta-band p { color: #646464; font-size: 17px; margin: 0; }
.zk-cta-buttons { text-align: right; }
.zk-cta-buttons .zk-banner-btn { margin-bottom: 0; display: inline-block; }

/* fe-108 */
.zk-form .zk-form-box { margin-bottom: 18px; }
.zk-form input, .zk-form textarea, .zk-form select {
  width: 100%; padding: 15px 18px; color: #1d2124; font-size: 16px;
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.14); border-radius: 5px;
}
.zk-form input:focus, .zk-form textarea:focus, .zk-form select:focus {
  border-color: var(--zk-green); outline: none;
}
.zk-form ::placeholder { color: #9aa0a6; }
.zk-contact-side { padding: 34px; background: var(--zk-tint-1); border-radius: 6px; }
.zk-contact-side h3 { color: #1d2124; margin-bottom: 14px; }
.zk-contact-side p { color: #646464; line-height: 1.7; }
.zk-contact-side .zk-list li { font-size: 16px; }

@media (max-width: 991px) {
  .zk-banner { padding: 110px 0 70px; }
  .zk-banner-art img { max-width: 210px; max-height: 460px; margin-top: 40px; }
  .zk-feature-row { padding: 50px 0; }
  .zk-fr-text h2 { font-size: 28px; }
  .zk-fr-img { margin-top: 34px; }
  .zk-metric strong { font-size: 29px; min-height: 0; }
  .zk-cmp-head { display: none; }
  .zk-cmp-row { flex-direction: column; gap: 0; }
  .zk-cta-buttons { text-align: left; margin-top: 26px; }
  .zk-cta-band h2 { font-size: 27px; }
  .zk-quote-box { padding: 26px; }
  .zk-quote-box blockquote { font-size: 17px; }
  .zk-h1 .zk-h1-light { font-size: 34px; }
  .zk-h1 .zk-h1-bold { font-size: 36px; }
  #zk-sticky-header.zk-stuck { padding: 6px 20px !important; }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .zk-h1 .zk-h1-light { font-size: 42px; }
  .zk-h1 .zk-h1-bold { font-size: 44px; }
}

/* fe-109 */
.zk-feature-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
}
.zk-feature-card:hover {
  background: var(--zk-green-deep);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.10);
}
.zk-feature-title h2 { color: #1d2124; font-size: 20px; }
.zk-feature-title p { color: #646464; font-size: 15px; line-height: 1.7; }
.zk-feature-btn a { color: var(--zk-green-on-light); }
.zk-feature-icon i { background: var(--zk-green); color: var(--zk-on-green); }

/* fe-110 */
[data-group="cards"] { margin-bottom: -28px; }
[data-group="cards"] > [class^="col-"] { margin-bottom: 28px; }

/* fe-111 */
.zk-feature-card:hover .zk-feature-title h2,
.zk-feature-card:hover .zk-feature-title p,
.zk-feature-card:hover .zk-feature-btn a { color: #fff; }
.zk-feature-card:hover .zk-feature-icon i { background: #fff; color: var(--zk-green-deep); }
/* fe-112 */
/* fe-113 */
.zk-feature-icon i {
  box-sizing: border-box;
  background: #fff;
  color: var(--zk-green-on-light);
  border: 2px solid var(--zk-green);
}
.zk-feature-card:hover .zk-feature-icon i {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

/* fe-114 */
/* fe-115 */
.zk-icons-filled .zk-feature-icon i,
body.zk-page-features .zk-feature-icon i {
  background: var(--zk-green);
  color: var(--zk-on-green);
  border: 0;
}
.zk-icons-filled .zk-feature-card:hover .zk-feature-icon i,
body.zk-page-features .zk-feature-card:hover .zk-feature-icon i {
  background: #fff;
  color: var(--zk-green-deep);
  border: 0;
}
.zk-feature-card:hover .zk-feature-title h2::before { background: #fff; }

/* fe-116 */
/* fe-117 */
body.zk-page-integrations .zk-feature-card,
body.zk-industry-page .zk-feature-card {
  border-bottom: 20px solid #b9a55f !important;
}
body.zk-page-integrations .zk-feature-card:hover,
body.zk-industry-page .zk-feature-card:hover {
  border-bottom-color: var(--zk-green-on-light) !important;
}

/* fe-118 */
.zk-plan-card, .zk-plan-card-wide {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  background: #fff;
}
.zk-plan-card-wide { border-color: var(--zk-green); box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08); }
.zk-plan-head h3 { color: #1d2124; }
.zk-plan-body ul li { color: #646464; }
.zk-plan-body ul li i { color: var(--zk-green-on-light); }

/* fe-119 */
.zk-footer .zk-footer-title h5 { color: #fff; }
.zk-footer .zk-footer-title p { color: rgba(255, 255, 255, 0.72); }
.zk-footer .zk-footer-menu ul li a { color: rgba(255, 255, 255, 0.72); }
.zk-footer .zk-footer-menu ul li a:hover { color: var(--zk-green); }
.zk-copyright span { color: rgba(255, 255, 255, 0.6); }
.zk-copyright a { color: var(--zk-green); }

/* fe-120 */

/* fe-121 */
:root {
  --zk-dark-1: #1a3010;   /* fe-122 */
  --zk-dark-2: #10210a;   /* fe-123 */
  --zk-soft:   #f5f7f8;   /* fe-124 */
}

/* fe-125 */
.zk-features-area { padding: 96px 0; }
.zk-surface-tint { background: var(--zk-tint-1); }
.zk-surface-soft { background: var(--zk-soft); }
/* fe-126 */
.zk-features-area + .zk-features-area:not(.zk-surface-tint):not(.zk-surface-soft) {
  border-top: 1px solid rgba(0, 0, 0, 0.055);
}

/* fe-127 */
.zk-metrics {
  background: var(--zk-tint-1);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 60px 0;
}
.zk-metric strong {
  min-height: 0; margin-bottom: 6px;
  display: flex; align-items: center; justify-content: center;
  height: 82px;
}
.zk-metrics .col-lg-3:not(:last-child) .zk-metric {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

/* fe-128 */
.zk-device {
  display: inline-block; padding: 8px; background: #121820;
  border-radius: 38px; max-width: 300px; width: 100%;
  box-shadow: 0 34px 60px rgba(16, 22, 29, 0.26),
              0 12px 24px rgba(16, 22, 29, 0.12);
}
.zk-device img { display: block; width: 100%; height: auto; border-radius: 30px; }
.zk-banner-art .zk-device { max-width: 288px; }
.zk-fr-img .zk-device { max-width: 292px; }
/* fe-129 */
.zk-banner-art > img, .zk-fr-img > img { filter: none; }

/* fe-130 */
.zk-sg-row { margin-top: 8px; }
.zk-sg-item { text-align: center; margin-bottom: 34px; }
.zk-device.zk-sg-device {
  max-width: 208px; padding: 6px; border-radius: 28px;
  box-shadow: 0 18px 34px rgba(16, 22, 29, 0.18),
              0 6px 14px rgba(16, 22, 29, 0.10);
}
.zk-device.zk-sg-device img { border-radius: 22px; }
.zk-sg-title {
  margin: 20px 0 4px; font-family: "Rubik", sans-serif;
  font-size: 17px; font-weight: 500; color: #1d2124;
}
.zk-sg-cap {
  margin: 0 auto; max-width: 260px;
  font-size: 14px; line-height: 1.55; color: #5c6166;
}
.zk-sg-note {
  margin: 6px 0 0; text-align: center; font-size: 13px; color: #9aa0a6;
}

/* fe-131 */
.zk-device-screen { position: relative; display: block; }
.zk-sign-anim,
.zk-anim-full,
.zk-anim-sms {
  position: absolute; border-radius: 0; pointer-events: none;
}
/* fe-132 */
.zk-sign-anim { left: 5.15%; top: 14.92%; width: 89.7%; height: 29%; }
/* fe-133 */
.zk-anim-full { left: 0; top: 0; width: 100%; height: 100%; border-radius: 30px; }
/* fe-134 */
.zk-anim-sms  { left: 0; top: 18.55%; width: 100%; height: 72.1%; }

/* fe-135 */
.zk-cd-lid .zk-device-screen { display: block; line-height: 0; }
.zk-cd-lid .zk-anim-full { border-radius: 4px; }

/* fe-136 */
.zk-device-stack { position: relative; display: inline-block; padding: 20px 30px 30px; }
.zk-device-stack .zk-device { position: relative; margin: 0; }
.zk-device-stack .zk-device-back {
  position: absolute; top: 0; left: 8%; max-width: 232px;
  transform: rotate(6deg); opacity: 0.96; z-index: 1;
  box-shadow: 0 30px 55px rgba(16, 22, 29, 0.22);
}
.zk-device-stack .zk-device-front {
  max-width: 262px; z-index: 2; margin-left: 18%;
  transform: rotate(-3deg);
}

/* fe-137 */
.zk-tile-col { position: relative; width: 100%; padding: 0 12px; }
@media (min-width: 992px) { .zk-tile-col { flex: 0 0 20%; max-width: 20%; } }
@media (min-width: 768px) and (max-width: 991px) { .zk-tile-col { flex: 0 0 33.333%; max-width: 33.333%; } }
@media (max-width: 767px) { .zk-tile-col { flex: 0 0 50%; max-width: 50%; } }
.zk-tile { padding: 22px 8px; }
.zk-tile span { font-size: 13.5px; }

/* fe-138 */
.zk-feature-card {
  box-shadow: 0 3px 16px rgba(16, 22, 29, 0.05);
  transition: box-shadow 0.3s, transform 0.3s, background 0.3s;
}
.zk-feature-card:hover { transform: translateY(-4px); }
.zk-plan-card, .zk-plan-card-wide {
  box-shadow: 0 3px 16px rgba(16, 22, 29, 0.05);
}

/* fe-139 */
.zk-quote-box { box-shadow: 0 3px 16px rgba(16, 22, 29, 0.05); background: #fff; }
.zk-surface-tint .zk-cmp-row .zk-cmp-new,
.zk-surface-soft .zk-cmp-row .zk-cmp-new { background: #fff; }

/* fe-140 */
.zk-cta-band {
  background: linear-gradient(135deg, var(--zk-dark-1) 0%, var(--zk-dark-2) 100%);
  border: 0; margin: 0; padding: 84px 0;
}
.zk-cta-band h2 { color: #fff; }
.zk-cta-band p { color: rgba(255, 255, 255, 0.82); }
.zk-cta-band .zk-banner-btn a {
  color: #fff; border: 2px solid rgba(255, 255, 255, 0.28);
}
.zk-cta-band .zk-banner-btn.zk-upper a {
  color: var(--zk-on-green);
  /* fe-141 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
  border-color: transparent;
}
.zk-cta-band .zk-banner-btn a:hover {
  color: var(--zk-on-green);
  /* fe-142 */
  background: #74b636;
  animation: none;
  border-color: transparent;
}

/* fe-143 */
.zk-footer {
  background: var(--zk-dark-2); background-image: none;
  padding: 76px 0 30px; margin-top: 0;
}
.zk-footer .zk-footer-title h5 {
  color: #fff; font-size: 18px; margin-bottom: 20px;
  letter-spacing: 0.01em;
}
.zk-footer .zk-footer-title p { color: rgba(255, 255, 255, 0.6); line-height: 1.75; }
.zk-footer .zk-footer-menu ul li a { color: rgba(255, 255, 255, 0.6); }
.zk-footer .zk-footer-menu ul li a:hover { color: var(--zk-green); }
.zk-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 46px; padding-top: 26px; text-align: center;
}
.zk-copyright span { color: rgba(255, 255, 255, 0.5); }
.zk-copyright a { color: var(--zk-green); }

/* fe-144 */
.zk-section-title .zk-eyebrow h3,
.zk-features-area .zk-eyebrow h3 {
  font-family: "Rubik", sans-serif; font-weight: 300;
  font-size: 40px; line-height: 1.22; color: #1d2124;
  letter-spacing: -0.01em;
}
/* fe-145 */
.zk-section-title .zk-eyebrow h3 span { font-weight: 400; color: #1d2124; }
.zk-section-title .zk-eyebrow h5,
.zk-features-area .zk-eyebrow h5 {
  font-size: 13px; letter-spacing: 0.11em; text-transform: uppercase;
  color: var(--zk-green-on-light); font-weight: 600;
}

/* fe-146 */
@media (max-width: 991px) {
  .zk-features-area { padding: 60px 0; }
  .zk-metrics .col-lg-3:not(:last-child) .zk-metric { border-right: 0; }
  .zk-metric { border-bottom: 1px solid rgba(0, 0, 0, 0.07); padding-bottom: 22px; }
  .zk-metric strong { height: auto; min-height: 0; }
  .zk-cta-band { padding: 56px 0; }
  .zk-section-title .zk-eyebrow h3, .zk-features-area .zk-eyebrow h3 { font-size: 30px; }
  .zk-device-stack { padding: 10px 0 20px; }
  .zk-device-stack .zk-device-front { margin-left: 12%; max-width: 220px; }
  .zk-device-stack .zk-device-back { max-width: 190px; }
  .zk-banner-art .zk-device { max-width: 230px; margin-top: 30px; }
}

/* fe-147 */
.zk-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  margin: 0; white-space: nowrap; z-index: 3;
}
.zk-plan-head { min-height: 152px; padding-top: 6px; }
.zk-plan-card-wide { overflow: visible; }
.zk-plan-card  { overflow: visible; }

/* fe-148 */
@media (max-width: 575px) {
  .zk-h1 .zk-h1-light { font-size: 27px; }
  .zk-h1 .zk-h1-bold  { font-size: 28px; }
  .zk-banner { padding: 100px 0 60px; }
  .zk-banner-title p { font-size: 15.5px; }
  .zk-tile span { font-size: 13px; }
}

/* fe-149 */
.mean-container .mean-bar {
  background: #fff; min-height: 58px; padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
/* fe-150 */
.mean-container .mean-bar::before { content: none; }
.mean-container .mean-bar::after { content: none; }
.mobile-menu-area { position: relative; }
.zk-mobile-logo {
  position: absolute; top: 12px; left: 16px; z-index: 1000001;
  display: block; height: 34px; line-height: 0;
}
.zk-mobile-logo img { height: 34px; width: auto; display: block; }
.mean-container a.meanmenu-reveal span { background: #1d2124 !important; }
.mean-nav { background: #fff; margin-top: 58px; box-shadow: 0 12px 24px rgba(0,0,0,.08); }
.mean-nav ul li a {
  color: #232323; border-top: 1px solid rgba(0, 0, 0, 0.06);
  opacity: 1; background: #fff;
}
.mean-nav ul li a:hover,
.mean-nav ul li a.zk-active { color: var(--zk-green-on-light); }
.mean-nav ul li li a { opacity: 1; color: #4a4f54; }

/* fe-151 */
/* fe-152 */
.mean-container a.meanmenu-reveal {
  display: block !important;
  position: fixed !important; top: 18px !important; right: 12px !important;
  width: 38px !important; height: 38px !important; padding: 0 !important;
  text-indent: 0 !important; font-size: 0 !important;
  line-height: 38px !important; text-align: center;
  color: #1d2124 !important; z-index: 1000000 !important;
  /* fe-153 */
  background: transparent; border-radius: 8px;
  box-shadow: none;
}
.mean-container a.meanmenu-reveal > span { display: none !important; }
.mean-container a.meanmenu-reveal::before {
  content: "\2630"; font-family: Arial, sans-serif; font-weight: 400;
  font-size: 27px; color: #1d2124; text-indent: 0; display: inline-block;
  line-height: 1;
}
.mean-container a.meanmenu-reveal.meanclose::before { content: "\00d7"; }




/* fe-154 */
html, body { overflow-x: hidden; max-width: 100%; }


/* fe-155 */

/* fe-156 */
.zk-header-logo img { max-height: 46px; width: auto; }
.zk-footer-logo { height: 44px; width: auto; margin-bottom: 16px; display: block; }
.mean-container .mean-bar::before { background-size: auto 34px; }

/* fe-157 */
.zk-workstation { position: relative; display: inline-block; padding: 0 0 26px 0; }
.zk-laptop { position: relative; width: 620px; max-width: 100%; }
.zk-laptop-screen {
  background: #101210;
  border-radius: 18px 18px 0 0;
  padding: 14px 14px 18px;
  box-shadow: 0 30px 70px rgba(20, 40, 8, 0.28);
}
.zk-laptop-screen img {
  display: block; width: 100%; height: auto; border-radius: 6px;
}
.zk-laptop-base {
  height: 16px; margin: 0 -26px; position: relative;
  background: linear-gradient(#e8eaec, #c9ccd0);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 16px 30px rgba(20, 40, 8, 0.18);
}
.zk-laptop-base::after {
  content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%);
  width: 110px; height: 7px; border-radius: 0 0 8px 8px; background: #b7bbc0;
}
.zk-workstation-phone {
  position: absolute; bottom: -6px; left: -34px; width: 168px;
  filter: drop-shadow(0 24px 40px rgba(20, 40, 8, 0.35));
}
@media (max-width: 1199px) { .zk-laptop { width: 520px; } .zk-workstation-phone { width: 148px; } }
@media (max-width: 991px) {
  .zk-workstation { margin-top: 40px; }
  .zk-laptop { width: 100%; }
  .zk-workstation-phone { width: 128px; left: -8px; }
}

/* fe-158 */
/* fe-159 */
/* fe-160 */
/* fe-161 */
.zk-surface-dark {
  background-color: #1d2124;
  /* fe-162 */
  background-image: url(assets/zk/compare-road-map-faded.svg),
                    url(assets/zk/compare-road-map-mirrored-faded.svg);
  background-size: 1440px auto, 1440px auto;
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center top;
}
.zk-surface-dark .zk-eyebrow h5 { color: var(--zk-green) !important; }
.zk-surface-dark .zk-eyebrow h3 { color: #fff !important; }
.zk-surface-dark .zk-cmp-head .zk-cmp-old h4 { color: #93a188; }
.zk-surface-dark .zk-cmp-row > div { border-top-color: rgba(255, 255, 255, 0.10); }
/* fe-163 */
.zk-surface-dark .zk-cmp-row .zk-cmp-old { color: #ffffff; }
.zk-surface-dark .zk-cmp-row .zk-cmp-old i {
  display: inline-flex; align-items: center; justify-content: center;
  box-sizing: border-box;
  width: 1.55em; height: 1.55em;
  padding: 0.18em;
  border-radius: 50%;
  background: #fff;
  color: #d64545;
  border: 2px solid #d64545;
  font-size: 0.78em;
  line-height: 1;
  flex: 0 0 auto;
  vertical-align: middle;
}
/* fe-164 */
.zk-surface-dark .zk-cmp-row .zk-cmp-new {
  color: #000000;
  background: rgb(251 255 248 / 76%);
}
/* fe-165 */
/* fe-166 */
/* fe-167 */

/* fe-168 */
.zk-video { max-width: 860px; margin: 26px auto 0; }
.zk-video-frame {
  position: relative; aspect-ratio: 16 / 9; border-radius: 14px; cursor: pointer;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(137, 213, 65, 0.18), transparent 55%),
    linear-gradient(135deg, #1c2b11, #101a08);
  box-shadow: 0 24px 60px rgba(20, 40, 8, 0.25);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; transition: 0.3s;
}
.zk-video-frame:hover { transform: translateY(-3px); }
.zk-video-play {
  width: 86px; height: 86px; border-radius: 50%;
  background: var(--zk-green); color: var(--zk-on-green);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; padding-left: 6px;
  box-shadow: 0 0 0 14px rgba(137, 213, 65, 0.18);
  transition: 0.3s;
}
.zk-video-frame:hover .zk-video-play { box-shadow: 0 0 0 22px rgba(137, 213, 65, 0.12); }
.zk-video-caption {
  position: absolute; left: 24px; bottom: 18px;
  color: rgba(255, 255, 255, 0.85); font-size: 15px; font-weight: 500;
}
.zk-video .zk-note { margin-top: 14px; }

/* fe-169 */
.zk-flow { max-width: 1020px; margin: 10px auto 0; }
.zk-flow-lane { display: flex; gap: 22px; justify-content: center; }
.zk-flow-node {
  flex: 1; max-width: 320px; background: #fff; border: 1px solid #e2e7e0;
  border-radius: 12px; padding: 22px 22px 20px; position: relative;
  box-shadow: 0 8px 22px rgba(29, 33, 36, 0.06);
}
/* fe-170 */
/* fe-171 */
.zk-flow-node h4 { font-size: 17px; color: #1d2124; margin: 12px 0 6px; }
.zk-flow-node p { font-size: 14.5px; color: #646464; line-height: 1.6; margin: 0; }
.zk-flow-ico {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--zk-tint-2); color: var(--zk-green-on-light);
  display: flex; align-items: center; justify-content: center; font-size: 17px;
}
.zk-flow-hub { max-width: 460px; border: 2px solid var(--zk-green); }
.zk-flow-hub .zk-flow-ico { background: var(--zk-green); color: var(--zk-on-green); }
/* fe-172 */
.zk-flow-join, .zk-flow-split { position: relative; height: 44px; }
.zk-flow-join::before, .zk-flow-split::before {
  content: ""; position: absolute; left: 50%; top: 4px; bottom: 4px;
  border-left: 2px dashed #b8cba8;
}
.zk-flow-split::after {
  content: ""; position: absolute; top: 50%; left: 28%; right: 28%;
  border-top: 2px dashed #b8cba8;
}
.zk-flow-intake .zk-flow-node::after {
  content: ""; position: absolute; left: 50%; bottom: -24px; height: 22px;
  border-left: 2px dashed #b8cba8;
}
.zk-flow-parallel { margin-bottom: 26px; }
/* fe-173 */
.zk-flow-statusbar {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  flex-wrap: wrap; padding: 16px 20px; margin: 0 auto; max-width: 720px;
  background: #fff; border: 1px solid #e2e7e0; border-radius: 40px;
  box-shadow: 0 8px 22px rgba(29, 33, 36, 0.06);
}
.zk-flow-status {
  padding: 7px 16px; border-radius: 20px; font-size: 13.5px; font-weight: 600;
  background: var(--zk-tint-1); color: var(--zk-green-on-light);
}
.zk-flow-status-done { background: var(--zk-green); color: var(--zk-on-green); }
.zk-flow-statusbar i { color: #b8cba8; font-size: 13px; }
@media (max-width: 991px) {
  .zk-flow-lane { flex-direction: column; align-items: center; }
  .zk-flow-node { max-width: 420px; width: 100%; }
  .zk-flow-intake .zk-flow-node::after { content: none; }
  .zk-flow-split::after { content: none; }
}

/* fe-174 */
.zk-reviews { background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
.zk-reviews-inner {
  display: grid; grid-template-columns: repeat(3, 1fr);
  padding: 26px 0;
}
.zk-review {
  display: block; text-align: center; padding: 4px 22px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none; transition: transform .18s ease;
}
.zk-review:first-child { border-left: 0; }
.zk-review:hover { transform: translateY(-2px); }
.zk-review-stars {
  display: block; color: #f5a623; font-size: 17px; letter-spacing: 3px;
}
.zk-review-score {
  display: block; margin-top: 7px;
  font-family: "Rubik", sans-serif; color: #1d2124; font-size: 17px; font-weight: 500;
}
.zk-review:hover .zk-review-score { color: var(--zk-green-on-light); }
.zk-review-blurb {
  display: block; margin-top: 3px; color: #6b7075; font-size: 13.5px; line-height: 1.5;
}
@media (max-width: 767px) {
  .zk-reviews-inner { grid-template-columns: 1fr; gap: 22px; }
  .zk-review { border-left: 0; padding: 0 16px; }
}

/* fe-175 */
.zk-banner-art .zk-workstation img { max-width: none; width: 100%; }
.zk-banner-art .zk-workstation { max-width: 100%; }
.zk-banner-art .zk-workstation .zk-workstation-phone img { width: 100%; }
.zk-workstation .zk-laptop { margin-left: auto; }

/* fe-176 */
.zk-surface-dark .zk-eyebrow h3 span { color: var(--zk-green); }
.zk-cmp-head > div { flex: 1; }

/* fe-177 */
.zk-has-mega { position: relative; }
.zk-has-mega > a .zk-caret { font-size: 11px; margin-left: 5px; transition: 0.3s; }
.zk-has-mega:hover > a .zk-caret { transform: rotate(180deg); }

/* fe-178 */
.zk-header-menu ul li .zk-submenu.zk-mega {
  position: fixed;
  left: 0;
  right: 0;
  width: auto;
  transform: none;
  padding: 30px 0 34px;
  border-top: 3px solid var(--zk-green);
  border-radius: 0;
  box-shadow: 0 22px 50px rgba(20, 40, 8, 0.13);
}
/* fe-179 */
.zk-header-menu ul li:hover .zk-submenu.zk-mega { top: 78px; }
/* fe-180 */
#zk-sticky-header.zk-stuck .zk-submenu.zk-mega,
#zk-sticky-header.zk-stuck ul li:hover .zk-submenu.zk-mega { top: 80px; }

.zk-mega ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
/* fe-181 */
.zk-header-menu .zk-mega ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 48px;
  max-width: none;
  margin: 0;
  padding: 0 60px;
}

/* fe-182 */
/* fe-183 */

/* fe-184 */
.zk-header-menu ul .zk-submenu.zk-mega ul li a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: auto;
  /* fe-185 */
  padding: 16px 12px;
  border-radius: 10px;
  transition: background 0.2s;
}
.zk-mega ul li { display: block; width: auto; }
.zk-mega ul li a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: auto;
  padding: 12px 12px;
  border-radius: 9px;
  transition: background 0.2s;
}
.zk-mega ul li a:hover { background: var(--zk-tint-1); }
.zk-mega-ico {
  flex: 0 0 40px;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--zk-tint-2);
  color: var(--zk-green-on-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  transition: 0.2s;
}
.zk-mega ul li a:hover .zk-mega-ico { background: var(--zk-green); color: var(--zk-on-green); }
.zk-mega-ico i { line-height: 1; }
.zk-mega-text { display: block; line-height: 1.3; }
.zk-mega-text strong {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 17px; font-weight: 600; color: #1d2124;
  margin-bottom: 2px;
}
.zk-mega-text em {
  display: block;
  font-style: normal;
  font-size: 12.5px; line-height: 1.45; color: #6b7075;
}
.zk-mega ul li a:hover .zk-mega-text strong { color: var(--zk-green-on-light); }

/* fe-186 */
.mean-nav .zk-mega ul { display: block; }
.mean-nav .zk-mega-ico,
.mean-nav .zk-mega-text em { display: none; }
.mean-nav .zk-mega-text strong { font-weight: 400; font-size: inherit; margin: 0; }
.mean-nav .zk-caret { display: none; }

/* fe-187 */
.zk-mega-text strong, .zk-mega-text em { text-transform: none; }

/* fe-188 */
.zk-banner.zk-has-scene { position: relative; overflow: hidden; }
.zk-device-carousel {
  position: absolute; right: 0; top: 0; bottom: 0;
  width: 56%; overflow: hidden; z-index: 1;
  /* fe-189 */
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 13%, #000 87%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 13%, #000 87%, transparent 100%);
}
.zk-ct {
  position: absolute; inset: 0;
  perspective: 1250px;
  transform-style: preserve-3d;
}

/* fe-190 */
.zk-cz { position: absolute; top: 0; bottom: 0; width: 15%; z-index: 200; cursor: pointer; }
.zk-cz-l { left: 0; }
.zk-cz-r { right: 0; }

/* fe-191 */
/* fe-192 */
.zk-cd {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  cursor: pointer;
  will-change: transform;
  height: 430px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.zk-cd-phone-w  { width: 158px; }
.zk-cd-laptop-w { width: 336px; }

.zk-cd-body { position: relative; }

.zk-cd-phone {
  background: #16181a; border-radius: 24px; padding: 7px;
  box-shadow: 0 22px 38px rgba(15, 32, 5, 0.30);
}
.zk-cd-phone img { display: block; width: 100%; border-radius: 18px; }
.zk-cd-notch {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 40%; height: 8px; background: #16181a; border-radius: 5px; z-index: 2;
}

.zk-cd-lid {
  background: #16181a; border-radius: 11px 11px 3px 3px; padding: 9px 9px 15px;
  box-shadow: 0 22px 40px rgba(15, 32, 5, 0.30);
}
.zk-cd-lid img { display: block; width: 100%; border-radius: 4px; }
.zk-cd-foot {
  height: 11px; margin: 0 -6%;
  background: linear-gradient(#e9edf0, #b9c1c8);
  border-radius: 2px 2px 9px 9px;
  clip-path: polygon(2% 0, 98% 0, 100% 100%, 0 100%);
  box-shadow: 0 10px 16px rgba(15, 32, 5, 0.16);
}

/* fe-193 */
.zk-cd-cap {
  margin: 16px 0 0; height: 74px; text-align: center;
  color: #ffffff;
  opacity: 0; transition: opacity 0.45s ease;  /* fe-194 */
}
/* fe-195 */
.zk-cd-title {
  margin: 0; font-family: "Rubik", sans-serif;
  font-size: 17px; font-weight: 500; line-height: 1.25;
  letter-spacing: -0.01em;
  /* fe-196 */
  color: var(--zk-dark-2);
}
/* fe-197 */
.zk-cd-desc {
  margin: 6px auto 0; max-width: 250px;
  font-family: "Poppins", sans-serif;
  font-size: 13px; font-weight: 400; line-height: 1.5;
  opacity: 0.95;
}

@media (max-width: 1199px) { .zk-device-carousel { width: 50%; } }

/* fe-198 */
@media (max-width: 991px) {
  /* fe-199 */
  .zk-banner.zk-has-scene { display: block !important; padding-bottom: 56px; }
  .zk-device-carousel {
    position: static; width: auto; height: auto;
    margin: 42px -15px 0; overflow: visible;
    -webkit-mask-image: none; mask-image: none;
  }
  .zk-cz { display: none; }              /* fe-200 */
  .zk-ct {
    position: static; inset: auto;
    perspective: none; transform-style: flat;
    display: flex; gap: 26px;
    padding: 4px 15px 14px;
    overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .zk-ct::-webkit-scrollbar { display: none; }
  .zk-cd {
    position: static; left: auto; top: auto;
    transform: none; opacity: 1;
    height: auto; scroll-snap-align: center;
    transition: none;
  }
  .zk-cd-cap { opacity: 1; height: auto; max-width: 100%; }
  /* fe-201 */
  .zk-cd {
    width: 246px;
    /* fe-202 */
    flex: 0 0 auto;
    display: flex; flex-direction: column;
    align-items: center; justify-content: flex-end;
  }
  .zk-cd-phone-w, .zk-cd-laptop-w { width: 246px; }
  .zk-cd-body.zk-cd-phone  { width: 152px; }
  .zk-cd-body.zk-cd-laptop { width: 100%; }
  .zk-cd-desc { max-width: 100%; }
  .zk-cd-title { color: var(--zk-dark-2); }
}
@media (max-width: 575px) {
  .zk-cd, .zk-cd-phone-w, .zk-cd-laptop-w { width: 222px; }
  .zk-cd-body.zk-cd-phone { width: 138px; }
  .zk-ct { gap: 18px; }
  .zk-cd-title { font-size: 16px; }
  .zk-cd-desc { font-size: 12.5px; }
}

/* fe-203 */
/* fe-204 */
.zk-header-btn a {
    color: #74b636;
    border: none;
    background: white !important;
    border: 1px solid #74b636 !important;
}
.zk-header-btn a:hover {
  background: #5f9e2e;
  color: #fff;
  border: none;
}
/* fe-205 */
/* fe-206 */
.zk-header-btn a.zk-header-login {
    color: #fff;
    /* fe-207 */
    padding: 6px 20px !important;
    font-weight: 500;
    background: #83c248 !important;
    border: 2px solid #bbbbbb;
    margin-right: 10px;
}
/* fe-208 */
.zk-header-btn a.zk-header-login:hover {
  background: #74b636 !important;
  color: #fff;
}
/* fe-209 */
.zk-nav .zk-header-menu { left: 0; }

/* fe-210 */
.zk-header-menu ul li.zk-search { right: 0; margin-right: 8px; margin-left: 20px; vertical-align: middle; }
.zk-header-menu ul li.zk-search i {
  color: #232323; font-size: 16px; cursor: pointer; padding: 0;
  position: static; left: 0; transition: color .16s ease;
}
.zk-header-menu ul li.zk-search i:hover { color: var(--zk-green-on-light); }
.zk-stuck .zk-header-menu ul li.zk-search i { left: 0; }

/* fe-211 */
.zk-modal { position: fixed; inset: 0; z-index: 12000; display: none; }
.zk-modal.is-open { display: block; }
.zk-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(15, 32, 5, 0.55);
  backdrop-filter: blur(2px);
  animation: zkFade 0.25s ease;
}
.zk-modal-card {
  position: relative; z-index: 1;
  width: min(560px, calc(100vw - 32px));
  max-height: calc(100vh - 48px); overflow-y: auto;
  margin: 24px auto; top: 50%; transform: translateY(-50%);
  background: #fff; border-radius: 16px;
  padding: 34px 36px 30px;
  box-shadow: 0 30px 80px rgba(15, 32, 5, 0.4);
  animation: zkPop 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes zkFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes zkPop {
  from { opacity: 0; transform: translateY(-50%) scale(0.96); }
  to   { opacity: 1; transform: translateY(-50%) scale(1); }
}
.zk-modal-x {
  position: absolute; top: 14px; right: 16px;
  width: 34px; height: 34px; border: 0; border-radius: 8px;
  background: transparent; color: #6b7075; font-size: 26px; line-height: 1;
  cursor: pointer; transition: 0.2s;
}
.zk-modal-x:hover { background: var(--zk-tint-1); color: #1d2124; }
.zk-modal-title {
  margin: 0 0 6px; font-family: "Rubik", sans-serif;
  font-size: 26px; font-weight: 600; color: #1d2124; letter-spacing: -0.01em;
}
.zk-modal-sub { margin: 0 0 20px; color: #5c6166; font-size: 15px; line-height: 1.55; }

/* fe-212 */
.zk-field { margin-bottom: 14px; }
.zk-field-row { display: flex; gap: 14px; }
.zk-field-row .zk-field { flex: 1; }
.zk-field label {
  display: block; margin-bottom: 5px;
  font-family: "Rubik", sans-serif; font-size: 13.5px; font-weight: 500; color: #2b3036;
}
.zk-opt { color: #9aa0a6; font-weight: 400; }
.zk-field input, .zk-field select, .zk-field textarea {
  width: 100%; box-sizing: border-box;
  padding: 11px 13px; font-size: 15px; font-family: "Poppins", sans-serif;
  color: #1d2124; background: #fff;
  border: 1px solid #d5dade; border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.zk-field input:focus, .zk-field select:focus, .zk-field textarea:focus {
  outline: 0; border-color: var(--zk-green-deep);
  box-shadow: 0 0 0 3px rgba(116, 182, 54, 0.18);
}
.zk-field textarea { resize: vertical; min-height: 46px; }
.zk-field-note {
  margin: 7px 0 0; font-size: 12.5px; line-height: 1.5; color: #6b7075;
}
.zk-field-note strong { color: var(--zk-green-on-light); }

.zk-form-error {
  margin: 4px 0 12px; padding: 9px 12px;
  background: #fdecec; border: 1px solid #f5c2c2; border-radius: 7px;
  color: #b3261e; font-size: 13.5px;
}

/* fe-213 */
.zk-modal-submit {
  display: block; width: 100%; margin-top: 6px;
  padding: 14px 20px; border: 3px solid #74b636; border-radius: 9px;
  font-family: "Rubik", sans-serif; font-size: 16px; font-weight: 500;
  text-align: center; text-decoration: none;
  color: #fff; cursor: pointer;
  /* fe-214 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
  transition: filter 0.2s, transform 0.1s, background 0.2s, color 0.2s;
}
/* fe-215 */
.zk-modal-submit:hover, .zk-modal-submit:focus {
  background: #f8fef3; color: #74b636; border: 3px solid #74b636; animation: none; filter: none;
}
.zk-modal-submit:active { transform: translateY(1px); }
.zk-modal-submit[disabled] { opacity: 0.65; cursor: default; }
.zk-modal-fine { margin: 12px 0 0; text-align: center; font-size: 12px; color: #9aa0a6; }
.zk-modal-link {
  display: block; margin: 14px auto 0; padding: 6px;
  background: 0; border: 0; color: #6b7075; font-size: 14px; cursor: pointer;
  text-decoration: underline;
}

/* fe-216 */
.zk-modal-view[data-zk-view="under"], .zk-modal-view[data-zk-view="done"] {
  text-align: center; padding: 8px 4px 4px;
}
.zk-modal-ico { font-size: 46px; line-height: 1; margin-bottom: 12px; }
.zk-modal-view[data-zk-view="under"] .zk-modal-submit,
.zk-modal-view[data-zk-view="done"] .zk-modal-submit { max-width: 260px; margin: 8px auto 0; }

@media (max-width: 575px) {
  .zk-modal-card { padding: 30px 22px 26px; }
  .zk-field-row { flex-direction: column; gap: 0; }
  .zk-modal-title { font-size: 22px; }
}


/* fe-217 */

.zk-calc {
  background: #fff;
  border: 1px solid var(--zk-tint-2);
  border-radius: 18px;
  padding: 34px 38px 30px;
  box-shadow: 0 18px 44px rgba(26, 48, 16, .07);
  margin-bottom: 46px;
}

.zk-calc-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; margin-bottom: 6px;
}
.zk-calc-label {
  margin: 0; font-size: 15px; font-weight: 500; color: #5a6169;
  letter-spacing: .01em;
}
.zk-calc-value {
  font-family: Rubik, Poppins, sans-serif;
  font-size: 34px; font-weight: 700; line-height: 1;
  color: var(--zk-green-on-light);   /* fe-218 */
  font-variant-numeric: tabular-nums;
}

/* fe-219 */
.zk-calc-range {
  --zk-calc-pct: 25%;
  -webkit-appearance: none; appearance: none;
  display: block; width: 100%; height: 8px; margin: 10px 0 0;
  border-radius: 99px; cursor: pointer; outline: 0;
  background: linear-gradient(
    to right,
    var(--zk-grad-b) 0, var(--zk-grad-a) var(--zk-calc-pct),
    var(--zk-tint-2) var(--zk-calc-pct), var(--zk-tint-2) 100%);
}
.zk-calc-range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 26px; height: 26px; border-radius: 50%;
  background: #fff; border: 3px solid var(--zk-green-deep);
  box-shadow: 0 3px 10px rgba(26, 48, 16, .22);
  cursor: grab; transition: transform .12s ease;
}
.zk-calc-range::-webkit-slider-thumb:active { transform: scale(1.12); cursor: grabbing; }
.zk-calc-range::-moz-range-thumb {
  width: 26px; height: 26px; border-radius: 50%; border: 3px solid var(--zk-green-deep);
  background: #fff; box-shadow: 0 3px 10px rgba(26, 48, 16, .22); cursor: grab;
}
.zk-calc-range::-moz-range-track { background: transparent; }
.zk-calc-range:focus-visible { box-shadow: 0 0 0 4px rgba(116, 182, 54, .28); }

.zk-calc-scale {
  display: flex; justify-content: space-between;
  margin: 8px 2px 0; font-size: 12px; color: #9aa0a6;
}

/* fe-220 */
.zk-calc-plans {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 26px 0 0;
}
.zk-calc-plan {
  position: relative; text-align: center;
  /* fe-221 */
  padding: 22px 18px 44px;
  border: 2px solid #eef1f3; border-radius: 14px;
  background: #fcfdfc;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.zk-calc-plan.is-best {
  border-color: var(--zk-green);
  background: var(--zk-tint-1);
  transform: translateY(-2px);
}
.zk-calc-plan-name {
  display: block; font-size: 13px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: #7b8288; margin-bottom: 8px;
}
.zk-calc-plan.is-best .zk-calc-plan-name { color: var(--zk-green-on-light); }
.zk-calc-plan-cost {
  display: block; font-family: Rubik, Poppins, sans-serif;
  font-size: 40px; font-weight: 700; line-height: 1.05; color: #1a3010;
  font-variant-numeric: tabular-nums;
}
.zk-calc-plan-unit { display: block; margin-top: 4px; font-size: 13px; color: #7b8288; }

/* fe-222 */
.zk-calc-flag {
  display: block; margin: 12px auto 0; width: fit-content;
  padding: 4px 12px; border-radius: 99px;
  font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  background: var(--zk-green); color: var(--zk-on-green);
  visibility: hidden;
}
.zk-calc-plan.is-best .zk-calc-flag { visibility: visible; }

/* fe-223 */
.zk-calc-plan-learnmore {
  position: absolute; left: 0; right: 0; bottom: 10px;
  display: block; text-align: center;
  /* fe-224 */
  font-size: 10px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  color: #b9a55f !important; text-decoration: underline;
}
.zk-calc-plan-learnmore:hover,
.zk-calc-plan-learnmore:focus {
  color: var(--zk-green);
}

.zk-calc-verdict {
  margin: 22px 0 0; text-align: center; font-size: 17px; color: #3b4249;
}
.zk-calc-verdict strong { color: var(--zk-green-on-light); font-weight: 600; }
.zk-calc-fine {
  margin: 12px 0 0; text-align: center; font-size: 12.5px; color: #9aa0a6;
}
.zk-calc-fine a { color: #7b8288; text-decoration: underline; }

@media (max-width: 575px) {
  .zk-calc { padding: 26px 20px 22px; border-radius: 14px; }
  .zk-calc-head { flex-direction: column; align-items: flex-start; gap: 2px; }
  .zk-calc-value { font-size: 30px; }
  .zk-calc-plans { grid-template-columns: 1fr; gap: 12px; }
  .zk-calc-plan-cost { font-size: 34px; }
  .zk-calc-verdict { font-size: 15.5px; }
}


/* fe-225 */

.zk-calc-roi { margin: 18px 0 4px; text-align: center; }
.zk-calc-roi-btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 26px; border-radius: 99px;
  background: var(--zk-green); color: #fff;
  border: 2px solid var(--zk-green);
  font-size: 15px; font-weight: 600; text-decoration: none; line-height: 1;
  transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}
.zk-calc-roi-btn:hover {
  background: #fff; color: var(--zk-green);
  transform: translateY(-2px); box-shadow: 0 8px 20px rgba(116, 182, 54, .28);
}
.zk-calc-roi-btn em { font-style: normal; text-decoration: underline; text-underline-offset: 2px; }
.zk-calc-roi-btn .fa-arrow-right { font-size: 12px; }

.zk-roi-area .container { max-width: 1100px; }
.zk-roi .row { align-items: stretch; }
.zk-roi [class^="col-"] { display: flex; }

/* fe-226 */
.zk-roi-form {
  width: 100%;
  background: #fff;
  border: 1px solid var(--zk-tint-2);
  border-radius: 18px 0 0 18px;
  padding: 36px 38px 30px;
}
.zk-roi-h {
  font-family: Rubik, Poppins, sans-serif;
  font-size: 22px; font-weight: 600; color: #1a3010; margin: 0 0 22px;
}
.zk-roi-field { margin-bottom: 20px; }
.zk-roi-field > label {
  display: block; margin-bottom: 8px;
  font-size: 14.5px; font-weight: 500; color: #5a6169;
}
.zk-roi-input {
  display: flex; align-items: stretch;
  border: 2px solid #eef1f3; border-radius: 12px; overflow: hidden;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.zk-roi-input:focus-within {
  border-color: var(--zk-green);
  box-shadow: 0 0 0 4px rgba(116, 182, 54, .16);
}
.zk-roi-prefix {
  display: flex; align-items: center; justify-content: center;
  width: 48px; flex: 0 0 48px;
  background: var(--zk-tint-1); color: var(--zk-green-on-light);
  font-weight: 600; font-size: 16px;
}
.zk-roi-input input {
  flex: 1; min-width: 0; border: 0; outline: 0;
  padding: 14px 16px; font-size: 18px; font-weight: 600; color: #1a3010;
  font-variant-numeric: tabular-nums; background: #fff;
}
/* fe-227 */
.zk-roi-input input::-webkit-outer-spin-button,
.zk-roi-input input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.zk-roi-input input[type=number] { -moz-appearance: textfield; }

/* fe-228 */
.zk-roi-method-link { margin: 10px 0 0; }
.zk-roi-method-link a {
  font-size: 13.5px; font-weight: 500; color: var(--zk-green-on-light);
  text-decoration: none; border-bottom: 1px solid rgba(55, 103, 0, 0.3);
}
.zk-roi-method-link a:hover { border-bottom-color: var(--zk-green-on-light); }
.zk-roi-method-link i { margin-right: 6px; font-size: 12.5px; }

.zk-modal--method .zk-modal-card { width: min(680px, calc(100vw - 32px)); }
.zk-method-h {
  margin: 24px 0 10px; font-family: "Rubik", sans-serif;
  font-size: 15px; font-weight: 600; color: #1d2124; letter-spacing: -0.005em;
}
.zk-method-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.zk-method-table td {
  padding: 8px 0; border-bottom: 1px solid #eef1f3;
  color: #5c6166; vertical-align: top;
}
.zk-method-table td:last-child { text-align: right; color: #1d2124; white-space: nowrap; }
.zk-method-worked td:last-child { font-variant-numeric: tabular-nums; }
.zk-method-total td { border-bottom: 0; font-weight: 600; color: #1d2124; }
.zk-method-total td:last-child { color: var(--zk-green-on-light); }

.zk-method-steps { margin: 0; padding-left: 20px; font-size: 14px; }
.zk-method-steps li { margin-bottom: 10px; color: #5c6166; }
.zk-method-steps li span { display: block; font-weight: 500; color: #1d2124; }
.zk-method-steps code {
  display: block; margin-top: 3px; padding: 6px 9px;
  background: var(--zk-tint-1); border-radius: 6px;
  font-size: 12.5px; color: #40474d; word-break: break-word;
}
/* fe-229 */
.zk-modal--method .zk-modal-fine {
  text-align: left; font-size: 13px; line-height: 1.65; color: #6b7075;
}
.zk-method-cta { margin-top: 22px; }
.zk-method-cta > a {
  display: block; padding: 13px 20px; border-radius: 9px;
  font-family: "Rubik", sans-serif; font-size: 15.5px; font-weight: 500;
  text-align: center; text-decoration: none; color: var(--zk-on-green);
  /* fe-230 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
}
/* fe-231 */
.zk-method-cta > a:hover { background: #74b636; animation: none; filter: none; }
.zk-method-cta > a i { margin-left: 6px; font-size: 13px; }

@media (max-width: 575px) {
  .zk-modal--method .zk-modal-card { padding: 28px 20px 24px; }
  .zk-method-table td:last-child { white-space: normal; }
}

/* fe-232 */
.zk-roi-hint {
  margin: 7px 0 0; font-size: 12.5px; line-height: 1.5; color: #9aa0a6;
}
.zk-roi-hint:empty { display: none; }

.zk-roi-assump {
  margin: 22px 0 0; padding-top: 18px; border-top: 1px solid #eef1f3;
  font-size: 12.5px; line-height: 1.6; color: #9aa0a6;
}
.zk-roi-assump strong { color: #5a6169; }

/* fe-233 */
.zk-roi-results {
  width: 100%;
  background: linear-gradient(160deg, var(--zk-dark-1) 0%, var(--zk-dark-2) 100%);
  border-radius: 0 18px 18px 0;
  padding: 36px 38px 32px; color: #fff;
  display: flex; flex-direction: column;
}
.zk-roi-eyebrow {
  display: block; font-size: 12px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--zk-green); margin-bottom: 12px;
}
.zk-roi-headline { margin-bottom: 26px; }
.zk-roi-big { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.zk-roi-amt {
  font-family: Rubik, Poppins, sans-serif;
  font-size: 52px; font-weight: 700; line-height: 1; color: #fff;
  font-variant-numeric: tabular-nums;
}
.zk-roi-per { font-size: 16px; color: rgba(255,255,255,.72); }
.zk-roi-sub { margin-top: 8px; font-size: 15px; color: rgba(255,255,255,.72); }
.zk-roi-amt-sm { color: var(--zk-green-hover); font-weight: 600; font-variant-numeric: tabular-nums; }

/* fe-234 */
.zk-roi-split {
  margin: 4px 0 22px; padding: 20px 0; display: grid; gap: 16px;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.zk-roi-line { display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 12px; }
.zk-roi-line-label { font-size: 13.5px; color: rgba(255,255,255,.82); }
.zk-roi-line-label i { width: 16px; margin-right: 6px; color: var(--zk-green); }
.zk-roi-bar { height: 8px; border-radius: 99px; background: rgba(255,255,255,.12); overflow: hidden; }
.zk-roi-bar-fill {
  display: block; height: 100%; width: 0; border-radius: 99px;
  background: var(--zk-green); transition: width .35s cubic-bezier(.22,1,.36,1);
}
.zk-roi-bar-fill.alt { background: var(--zk-green-hover); }
.zk-roi-line-val { font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; }

.zk-roi-capacity {
  margin: 0 0 22px; font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,.82);
}
.zk-roi-capacity strong { color: #fff; }
.zk-roi-capacity:empty { display: none; }

.zk-roi-cta { margin-top: auto; }
.zk-roi-cta a {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px; border-radius: 99px;
  background: var(--zk-green); color: var(--zk-on-green);
  font-weight: 600; font-size: 16px; text-decoration: none;
  transition: background .16s ease, transform .16s ease;
}
.zk-roi-cta a:hover { background: var(--zk-green-hover); transform: translateY(-2px); }
.zk-roi-fine { margin: 14px 0 0; font-size: 12px; color: rgba(255,255,255,.55); }

@media (max-width: 991px) {
  .zk-roi [class^="col-"] { display: block; }
  .zk-roi-form { border-radius: 18px 18px 0 0; }
  .zk-roi-results { border-radius: 0 0 18px 18px; }
}
@media (max-width: 575px) {
  .zk-roi-form, .zk-roi-results { padding: 26px 22px; }
  .zk-roi-amt { font-size: 42px; }
  .zk-roi-line { grid-template-columns: 80px 1fr auto; gap: 8px; }
}


/* fe-235 */
.zk-pagehead {
  position: relative; overflow: hidden;
  min-height: 400px;                       /* fe-236 */
  display: flex; align-items: center;
  /* fe-237 */
  padding: 116px 0 72px;                   /* fe-238 */
  background:
    radial-gradient(ellipse at 72% 18%, rgba(137, 213, 65, .22), transparent 60%),
    radial-gradient(ellipse at 12% 92%, rgba(116, 182, 54, .16), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, var(--zk-tint-1) 62%, var(--zk-tint-2) 100%);
}
/* fe-239 */
.zk-pagehead-grid {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: url(assets/zk/header-grid.svg);
  background-repeat: no-repeat;
  background-position: top -60px right -80px;
  background-size: 1050px auto;
  -webkit-mask-image: radial-gradient(ellipse 80% 90% at 100% 0%, #000 30%, transparent 72%);
          mask-image: radial-gradient(ellipse 80% 90% at 100% 0%, #000 30%, transparent 72%);
}
/* fe-240 */
.zk-pagehead-particles {
  position: absolute; inset: 0; z-index: 1; pointer-events: auto;
}
/* fe-241 */
.zk-pagehead-particles canvas {
  position: absolute; top: 70px; left: 0; width: 100% !important;
  height: calc(100% - 70px) !important;
}

/* fe-242 */
.zk-pagehead--roads .zk-pagehead-grid {
  background-image: url(assets/zk/header-roads.svg);
  background-position: top -70px right -70px;
  background-size: 1150px auto;
  -webkit-mask-image: radial-gradient(ellipse 88% 100% at 100% 0%, #000 34%, transparent 78%);
          mask-image: radial-gradient(ellipse 88% 100% at 100% 0%, #000 34%, transparent 78%);
}
/* fe-243 */
.zk-ph-driver {
  position: absolute; z-index: 1; width: 13px; height: 13px; border-radius: 50%;
  background: #4a8c1f;                       /* fe-244 */
  box-shadow: 0 1px 4px rgba(26, 48, 16, .3);
  pointer-events: none;
}
.zk-ph-driver::before {                      /* fe-245 */
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 42px; height: 42px; transform: translate(-50%, -50%);
  border-radius: 50%; background: rgba(137, 213, 65, .28);
  animation: zkPhPulse 2.8s ease-out infinite;
}
@keyframes zkPhPulse {
  0%   { transform: translate(-50%, -50%) scale(.5); opacity: .75; }
  70%  { opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; }
}
/* fe-246 */
.zk-ph-driver-1 { top: 118px; right: 210px; animation: zkPhDrift1 15s ease-in-out infinite; }
.zk-ph-driver-2 { top: 74px;  right: 400px; animation: zkPhDrift2 19s ease-in-out infinite; }
.zk-ph-driver-2::before { animation-delay: 1.3s; }
@keyframes zkPhDrift1 {
  0%,100% { transform: translate(0, 0); }
  50%     { transform: translate(38px, 38px); }
}
@keyframes zkPhDrift2 {
  0%,100% { transform: translate(0, 0); }
  50%     { transform: translate(-30px, 30px); }
}
@media (prefers-reduced-motion: reduce) {
  .zk-ph-driver, .zk-ph-driver::before { animation: none; }
}

.zk-pagehead-inner { position: relative; z-index: 2; max-width: 720px; }
.zk-pagehead .zk-eyebrow h5 {
  color: var(--zk-green-on-light); font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; font-size: 13px; margin-bottom: 14px;
}
.zk-pagehead .zk-h1 { margin: 0; }
.zk-pagehead-sub {
  margin: 20px 0 0; max-width: 620px;
  font-size: 19px; line-height: 1.6; color: #3c4043;
}
/* fe-247 */
.zk-pagehead-cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; }
.zk-ph-btn {
  display: inline-block; padding: 13px 30px; border-radius: 9px;
  font-family: "Rubik", sans-serif; font-size: 16px; font-weight: 500;
  text-decoration: none; color: var(--zk-on-green);
  /* fe-248 */
  background: #74b636;
  animation: zk-btn-pulse 3s ease-in-out infinite alternate;
  transition: .2s;
}
/* fe-249 */
.zk-ph-btn:hover { background: #74b636; animation: none; filter: none; color: var(--zk-on-green); }
.zk-ph-btn-alt {
  background: transparent; color: #1d2124;
  border: 1px solid rgba(29, 33, 36, .22);
}
.zk-ph-btn-alt:hover { background: rgba(29, 33, 36, .05); color: #1d2124; }

@media (max-width: 991px) {
  /* fe-250 */
  .zk-pagehead { min-height: 380px; padding: 76px 0 70px; }
  .zk-pagehead-grid { background-size: 760px auto; }
  .zk-ph-driver-1 { top: 96px; right: 110px; }
  .zk-ph-driver-2 { top: 60px; right: 250px; }
}
@media (max-width: 575px) {
  .zk-pagehead { min-height: 320px; padding: 52px 0 60px; text-align: center; }
  .zk-pagehead-inner { margin: 0 auto; }
  .zk-pagehead-sub { font-size: 16px; margin-left: auto; margin-right: auto; }
  .zk-pagehead-cta { justify-content: center; }
  /* fe-251 */
  .zk-ph-driver { display: none; }
  /* fe-252 */
  .zk-pagehead-grid {
    background-size: 520px auto;
    -webkit-mask-image: radial-gradient(ellipse 90% 70% at 100% 0%, #000 20%, transparent 62%);
            mask-image: radial-gradient(ellipse 90% 70% at 100% 0%, #000 20%, transparent 62%);
  }
}


/* fe-253 */


/* fe-254 */
.zk-header-menu ul li { margin-right: 16px; }
@media (max-width: 1300px) { .zk-header-menu ul li { margin-right: 11px; } }

/* fe-255 */
.zk-footer-brand p { margin-bottom: 0; }
.zk-app-badges { display: flex; gap: 12px; margin: 20px 0 18px; flex-wrap: wrap; }
.zk-app-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 16px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 10px;
  color: #fff; text-decoration: none; transition: background .16s ease, border-color .16s ease;
}
.zk-app-badge:hover { background: rgba(255, 255, 255, .09); border-color: rgba(255, 255, 255, .55); color: #fff; }
.zk-app-badge i { font-size: 25px; line-height: 1; }
.zk-app-badge span { display: flex; flex-direction: column; line-height: 1.18; font-weight: 600; font-size: 15px; }
.zk-app-badge small { font-size: 10px; font-weight: 400; opacity: .72; text-transform: uppercase; letter-spacing: .04em; }

.zk-socials { display: flex; gap: 10px; }
.zk-social {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255, 255, 255, .10); color: #fff;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}
.zk-social i { font-size: 16px; }
.zk-social:hover { background: var(--zk-green); color: var(--zk-on-green); transform: translateY(-2px); }

@media (max-width: 991px) {
  .zk-app-badges, .zk-socials { justify-content: flex-start; }
  .zk-footer-brand { margin-bottom: 30px; }
}


/* fe-256 */
.zk-nav .zk-header-menu ul li a { font-size: 18px; }
/* fe-257 */
.zk-nav .zk-header-menu ul li { margin-right: 50px; }
.zk-nav .zk-header-btn { display: flex; align-items: center; white-space: nowrap; flex: 0 0 auto; }
/* fe-258 */
.zk-nav .zk-header-logo { flex: 0 0 auto; margin-right: 90px; }
.zk-nav .zk-header-menu { flex: 0 1 auto; margin-right: auto; }
/* fe-259 */
/* fe-260 */
/* fe-261 */
@media (min-width: 1500px) and (max-width: 1599px) {
  .zk-nav .zk-header-logo { margin-right: 40px; }
}
@media (min-width: 1300px) and (max-width: 1499px) {
  .zk-nav .zk-header-menu > ul > li { margin-right: 18px; }
  .zk-nav .zk-header-menu > ul > li > a { font-size: 16px; padding: 25px 0; }
  .zk-nav .zk-header-logo { margin-right: 50px; }
}
@media (min-width: 1201px) and (max-width: 1299px) {
  .zk-nav .zk-header-menu ul li a { font-size: 15px; }
  .zk-nav .zk-header-menu ul li { margin-right: 14px; }
  .zk-nav .zk-header-logo { margin-right: 32px; }
}
/* fe-262 */
@media (max-width: 1200px) {
  .zk-nav .zk-header-menu ul li { margin-right: 11px; }
  .zk-nav .zk-header-menu ul li a { font-size: 14px; }
}


/* fe-263 */
.zk-header-menu ul .zk-submenu.zk-mega-split { display: flex; align-items: stretch; padding: 0; }
/* fe-264 */
.zk-header-menu ul .zk-submenu.zk-mega-split > ul {
  flex: 1 1 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 40px;
  align-content: start;        /* fe-265 */
  padding: 30px 40px 30px 60px;
  margin: 0;
}
/* fe-266 */
.zk-mega-aside {
  flex: 0 0 340px;
  padding: 26px 60px 26px 40px;
  border-left: 1px solid #eef1f3;
  background: linear-gradient(180deg, var(--zk-tint-1), #ffffff);
  display: flex; flex-direction: column; align-items: flex-start;
}
.zk-mega-aside-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--zk-green-on-light); margin-bottom: 8px;
}
.zk-mega-aside-title {
  font-family: Rubik, Poppins, sans-serif; font-size: 19px; font-weight: 600;
  color: #1a3010; line-height: 1.3; margin: 0 0 16px;
}
/* fe-267 */
.zk-mega-aside .zk-mega-phone {
  display: inline-flex; align-items: center; gap: 9px; padding: 0;
  font-size: 20px; font-weight: 700; color: #1a3010; text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.zk-mega-aside .zk-mega-phone i { color: var(--zk-green-on-light); font-size: 18px; }
.zk-mega-aside .zk-mega-phone:hover { color: var(--zk-green-on-light); }
.zk-mega-hours { font-size: 13px; color: #7b8288; margin: 6px 0 16px; }
.zk-mega-aside .zk-mega-demo {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%; text-align: center; text-transform: none;
  padding: 12px 26px; border-radius: 10px;
  background: var(--zk-green); color: var(--zk-on-green);
  font-size: 15px; font-weight: 600; text-decoration: none;
  transition: background .16s ease, transform .16s ease;
}
.zk-mega-aside .zk-mega-demo:hover { background: var(--zk-green-hover); color: var(--zk-on-green); transform: translateY(-2px); }
.zk-mega-aside .zk-mega-aside-link {
  display: inline-flex; align-items: center; gap: 6px; padding: 0;
  margin-top: 10px; font-size: 14px; font-weight: 500; color: #5a6169; text-decoration: none;
}
.zk-mega-aside .zk-mega-aside-link i { font-size: 11px; transition: transform .16s ease; }
.zk-mega-aside .zk-mega-aside-link:hover { color: var(--zk-green-on-light); }
.zk-mega-aside .zk-mega-aside-link:hover i { transform: translateX(3px); }

/* fe-268 */
.mean-nav .zk-mega.zk-mega-split { display: block; }
.mean-nav .zk-mega-aside { display: none; }


/* fe-269 */
.zk-whats-new .row.zk-row-top > [class^="col-"] { display: flex; }
.zk-whats-new .zk-feature-card { width: 100%; }

/* fe-270 */
.zk-included .row.zk-row-top > [class^="col-"] { display: flex; }
.zk-included .zk-feature-card { width: 100%; }

/* fe-271 */
/* fe-272 */
.zk-essentials .row.zk-row-top > [class^="col-"] { display: flex; }
.zk-essentials .zk-feature-card { width: 100%; }

/* fe-273 */
.zk-plan-card-wide .zk-plan-btn a { color: #fff; }

/* fe-274 */
/* fe-275 */
.zk-plan-list li.zk-plan-inherits {
  font-weight: 600;
  color: #1d2124;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.zk-plan-list li.zk-plan-inherits strong {
  font-weight: 700;
  text-decoration: underline;
}
.zk-plan-list li.zk-plan-inherits i { color: var(--zk-green-on-light); }

/* fe-276 */
/* fe-277 */
.zk-plan-card.zk-plan-flex       { border-color: rgb(147 42 132); }
.zk-plan-card.zk-plan-enterprise { border-color: rgb(0 97 255); }
/* fe-278 */
.zk-plan-card-wide.zk-plan-growth { border-color: #4e8a10; }

/* fe-279 */
/* fe-280 */
.zk-plan-flex .zk-plan-head,
.zk-plan-growth .zk-plan-head,
.zk-plan-enterprise .zk-plan-head {
  margin: -35px -30px 0;
  padding: 41px 40px 0;
  /* fe-281 */
  /* fe-282 */
  min-height: 226px;
  border-radius: 7px 7px 0 0;
}
.zk-plan-flex .zk-plan-btn,
.zk-plan-growth .zk-plan-btn,
.zk-plan-enterprise .zk-plan-btn {
  margin-left: -30px;
  margin-right: -30px;
  /* fe-283 */
  padding: 0 40px 26px;
}
.zk-plan-growth strong{
  color: rgb(147 42 132);
}
.zk-plan-enterprise strong{
  color: #4e8a10;
}
.zk-plan-flex .zk-plan-head,
.zk-plan-flex .zk-plan-btn       { background: rgb(147 42 132); }
.zk-plan-enterprise .zk-plan-head,
.zk-plan-enterprise .zk-plan-btn { background: rgb(0 97 255); }
.zk-plan-growth .zk-plan-head,
.zk-plan-growth .zk-plan-btn       { background: #4e8a10; }

/* fe-284 */
.zk-plan-flex .zk-plan-head p,
.zk-plan-flex .zk-plan-head p span,
.zk-plan-flex .zk-plan-head em,
.zk-plan-flex .zk-plan-head .zk-quote,
.zk-plan-enterprise .zk-plan-head p,
.zk-plan-enterprise .zk-plan-head p span,
.zk-plan-enterprise .zk-plan-head em,
.zk-plan-enterprise .zk-plan-head .zk-quote,
.zk-plan-growth .zk-plan-head p,
.zk-plan-growth .zk-plan-head p span,
.zk-plan-growth .zk-plan-head em { color: #ffffff; }
.zk-plan-flex .zk-plan-head span.zk-plan-currency       { color: #dfbfda; }
.zk-plan-enterprise .zk-plan-head span.zk-plan-currency { color: #b3d0ff; }
.zk-plan-growth .zk-plan-head span.zk-plan-currency     { color: #c4e3a3; }

/* fe-285 */
.zk-plan-flex .zk-plan-btn a,
.zk-plan-growth .zk-plan-btn a,
.zk-plan-enterprise .zk-plan-btn a {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
.zk-plan-flex:hover .zk-plan-btn a,
.zk-plan-flex .zk-plan-btn a:hover,
.zk-plan-flex .zk-plan-btn a:focus {
  background: #ffffff;
  color: rgb(147 42 132);
  border-color: #ffffff;
}
.zk-plan-enterprise:hover .zk-plan-btn a,
.zk-plan-enterprise .zk-plan-btn a:hover,
.zk-plan-enterprise .zk-plan-btn a:focus {
  background: #ffffff;
  color: rgb(0 97 255);
  border-color: #ffffff;
}

/* fe-286 */
.zk-plan-flex .zk-plan-body ul li i       { color: rgb(147 42 132); }
.zk-plan-enterprise .zk-plan-body ul li i { color: rgb(0 97 255); }
.zk-plan-growth .zk-plan-body ul li i     { color: #4e8a10; }

/* fe-287 */
.zk-plan-flex:hover .zk-plan-body       { border-color: rgb(147 42 132); }
.zk-plan-enterprise:hover .zk-plan-body { border-color: rgb(0 97 255); }


/* fe-288 */
.zk-roi-promo {
  padding: 84px 0;
  background: var(--zk-tint-1);
  border-top: 1px solid var(--zk-tint-2);
  border-bottom: 1px solid var(--zk-tint-2);
}
/* fe-289 */
.zk-roi-promo-text .zk-eyebrow h5 {
  color: var(--zk-green-on-light); text-transform: uppercase;
  letter-spacing: 0.09em; font-size: 13px; font-weight: 600; margin-bottom: 12px;
}
.zk-roi-promo-text h2 {
  font-family: "Rubik", sans-serif;
  font-size: 34px; font-weight: 300; line-height: 1.25;
  color: #061738; letter-spacing: -0.01em; margin-bottom: 16px;
}
.zk-roi-promo-text h2 span { font-weight: 600; color: #1d2124; }
.zk-roi-promo-text p { color: #646464; font-size: 17px; line-height: 1.7; margin-bottom: 26px; }
.zk-roi-promo-text .zk-note { margin-top: 14px; font-size: 14px; }
.zk-roi-promo-btn a {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 32px; border-radius: 40px;
  background: var(--zk-green); color: var(--zk-on-green);
  font-size: 16px; font-weight: 600; text-decoration: none;
  box-shadow: 0 10px 24px rgba(116, 182, 54, .28);
  transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}
.zk-roi-promo-btn a:hover {
  background: var(--zk-green-hover); color: var(--zk-on-green);
  transform: translateY(-2px); box-shadow: 0 14px 30px rgba(116, 182, 54, .34);
}
.zk-roi-promo-btn a i { font-size: 13px; }

/* fe-290 */
.zk-roi-mini {
  background: linear-gradient(160deg, #1a3010 0%, #10210a 100%);
  border-radius: 18px; padding: 30px 32px 26px;
  box-shadow: 0 22px 44px rgba(16, 33, 10, .28);
  color: #fff; display: block;
}
.zk-roi-mini-eyebrow {
  display: block; font-size: 12px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--zk-green);
}
.zk-roi-mini-amt {
  display: block; font-family: "Rubik", sans-serif;
  font-size: 46px; font-weight: 600; line-height: 1.1; margin: 8px 0 2px;
  font-variant-numeric: tabular-nums;
}
.zk-roi-mini-note { display: block; font-size: 14px; color: rgba(255, 255, 255, .66); }
.zk-roi-mini-line { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.zk-roi-mini-label {
  flex: 0 0 78px; font-size: 13px; color: rgba(255, 255, 255, .8);
  display: inline-flex; align-items: center; gap: 7px;
}
.zk-roi-mini-label i { color: var(--zk-green); font-size: 12px; }
.zk-roi-mini-bar {
  flex: 1 1 auto; height: 8px; border-radius: 6px;
  background: rgba(255, 255, 255, .12); overflow: hidden;
}
.zk-roi-mini-bar > span {
  display: block; height: 100%; border-radius: 6px;
  background: linear-gradient(90deg, var(--zk-grad-a), var(--zk-grad-b));
}
.zk-roi-mini-bar.alt > span { background: linear-gradient(90deg, #b6e88a, var(--zk-green)); }
.zk-roi-mini-fine {
  display: block; margin-top: 22px; font-size: 12px; line-height: 1.55;
  color: rgba(255, 255, 255, .5);
}
@media (max-width: 991px) {
  .zk-roi-promo { padding: 64px 0; }
  .zk-roi-promo-art { margin-top: 34px; }
  .zk-roi-promo-text h2 { font-size: 28px; }
}


/* fe-291 */
.zk-chat { position: fixed; right: 24px; bottom: 24px; z-index: 9998; }
.zk-chat-launcher {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border: none; border-radius: 40px;
  background: var(--zk-green); color: var(--zk-on-green);
  font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 600;
  box-shadow: 0 12px 28px rgba(16, 33, 10, .26);
  cursor: pointer; transition: background .16s ease, transform .16s ease;
}
.zk-chat-launcher:hover { background: var(--zk-green-hover); transform: translateY(-2px); }
.zk-chat-launcher i { font-size: 18px; }
.zk-chat.is-open .zk-chat-launcher-label { display: none; }
.zk-chat.is-open .zk-chat-launcher { padding: 14px 16px; }

.zk-chat-panel {
  position: absolute; right: 0; bottom: 68px;
  width: 380px; max-width: calc(100vw - 32px);
  background: #fff; border-radius: 18px;
  border: 1px solid #e6eaed;
  box-shadow: 0 26px 60px rgba(20, 40, 8, .22);
  display: flex; flex-direction: column; overflow: hidden;
}
.zk-chat-panel[hidden] { display: none; }

.zk-chat-head {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 18px; border-bottom: 1px solid #eef1f3;
  background: var(--zk-tint-1);
}
.zk-chat-avatar {
  flex: 0 0 38px; width: 38px; height: 38px; border-radius: 11px;
  background: var(--zk-green); color: var(--zk-on-green);
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
/* fe-292 */
/* fe-293 */
.zk-chat-avatar-z {
  display: block;
  width: 17px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='223.785' height='267.984' viewBox='0 0 223.785 267.984'><polygon fill='%23ffffff' points='0,84.986 44.399,189.045 82.683,118.412 65.182,224.36 79.401,267.984 193.158,176.578 116.157,199.764 223.785,0'/></svg>") no-repeat center / contain;
}
.zk-chat-who { display: flex; flex-direction: column; line-height: 1.3; }
.zk-chat-who strong { font-size: 15px; color: #1d2124; font-weight: 600; }
.zk-chat-who em { font-style: normal; font-size: 12px; color: #6b7075; }
/* fe-294 */
.zk-chat-faces {
  margin-left: auto; display: inline-flex; align-items: center; flex: none;
}
/* fe-295 */
.zk-chat-faces img {
  width: 32px; height: 32px; box-sizing: border-box; border-radius: 50%;
  border: 2px solid #fff; background: #fff;
  object-fit: cover; display: block;
}
/* fe-296 */
.zk-chat-faces img + img { margin-left: -8px; }
.zk-chat-close {
  margin-left: auto; border: none; background: transparent;
  color: #6b7075; font-size: 15px; cursor: pointer; padding: 6px;
}
/* fe-297 */
.zk-chat-faces + .zk-chat-close { margin-left: 4px; }
.zk-chat-close:hover { color: #1d2124; }

.zk-chat-thread {
  padding: 18px; height: 340px; max-height: 50vh; overflow-y: auto;
  display: flex; flex-direction: column; gap: 12px;
}
.zk-chat-msg { display: flex; }
.zk-chat-msg--user { justify-content: flex-end; }
.zk-chat-bubble {
  max-width: 84%; padding: 11px 15px; border-radius: 14px;
  font-size: 14.5px; line-height: 1.55; color: #1d2124;
  background: #f4f6f8; white-space: pre-wrap; word-wrap: break-word;
}
.zk-chat-msg--user .zk-chat-bubble {
  background: var(--zk-tint-2); border-bottom-right-radius: 5px;
}
.zk-chat-msg--bot .zk-chat-bubble { border-bottom-left-radius: 5px; }
.zk-chat-bubble a { color: var(--zk-green-on-light); font-weight: 600; text-decoration: underline; }

/* fe-298 */
/* fe-299 */
.zk-chat-nothelpful { margin: 4px 0 0 2px; }
.zk-chat-nothelpful-btn {
  border: none; background: transparent; padding: 0; cursor: pointer;
  font-size: 12px; color: #9aa1a7; text-decoration: underline;
}
.zk-chat-nothelpful-btn:hover:not(:disabled) { color: #6b7075; }
.zk-chat-nothelpful-btn:disabled { cursor: default; text-decoration: none; color: #b7bcc1; }

.zk-chat-typing { display: flex; gap: 5px; padding: 0 26px 10px; }
.zk-chat-typing[hidden] { display: none; }
.zk-chat-typing span {
  width: 7px; height: 7px; border-radius: 50%; background: var(--zk-green-deep);
  animation: zkChatDot 1.1s infinite ease-in-out;
}
.zk-chat-typing span:nth-child(2) { animation-delay: .16s; }
.zk-chat-typing span:nth-child(3) { animation-delay: .32s; }
@keyframes zkChatDot {
  0%, 60%, 100% { opacity: .3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}
@media (prefers-reduced-motion: reduce) {
  .zk-chat-typing span { animation: none; opacity: .6; }
}

/* fe-300 */
.zk-chat-turnstile:not([hidden]) { padding: 0; }
.zk-chat-turnstile.is-visible { padding: 0 18px 10px; }

.zk-chat-form {
  display: flex; align-items: flex-end; gap: 10px;
  padding: 12px 14px; border-top: 1px solid #eef1f3; position: relative;
}
.zk-chat-form textarea {
  flex: 1 1 auto; resize: none; border: 1px solid #e0e5e9; border-radius: 12px;
  padding: 11px 13px; font-family: "Poppins", sans-serif;
  font-size: 14.5px; line-height: 1.5; color: #1d2124;
  height: 44px; min-height: 44px; max-height: 96px;
}
.zk-chat-form textarea:focus {
  outline: none; border-color: var(--zk-green-deep);
  box-shadow: 0 0 0 3px var(--zk-tint-1);
}
.zk-chat-form textarea:disabled { background: #f6f7f8; color: #9aa1a7; }
.zk-chat-form button {
  flex: 0 0 42px; width: 42px; height: 42px; border: none; border-radius: 12px;
  background: var(--zk-green); color: var(--zk-on-green);
  font-size: 15px; cursor: pointer; transition: background .16s ease;
}
.zk-chat-form button:hover { background: var(--zk-green-hover); }
.zk-chat-form button:disabled { background: #dfe4e8; color: #9aa1a7; cursor: not-allowed; }
/* fe-301 */
.zk-chat-count { float: right; font-variant-numeric: tabular-nums; }
.zk-chat-fine {
  margin: 0; padding: 0 18px 14px; font-size: 11.5px; color: #9aa1a7; line-height: 1.5;
  overflow: hidden;
}
.zk-chat-fine a { color: var(--zk-green-on-light); font-weight: 600; }

/* fe-302 */
@media (max-width: 575px) {
  .zk-chat { right: 16px; bottom: 16px; left: 16px; }
  .zk-chat-panel {
    position: fixed; left: 0; right: 0; bottom: 0; top: auto;
    width: 100%; max-width: 100%; border-radius: 18px 18px 0 0;
  }
  .zk-chat-thread { height: 52vh; max-height: 52vh; }
  .zk-chat-launcher { float: right; }
}

/* fe-303 */
/* fe-304 */
[data-cue="slideInUp"],
[data-cues="slideInUp"] > * {
  animation-duration: 600ms !important;
}

/* fe-305 */
.zk-form-context {
  margin: 0 0 18px; padding: 12px 16px;
  background: var(--zk-tint-1); border-left: 3px solid var(--zk-green);
  border-radius: 0 8px 8px 0;
  font-size: 14.5px; line-height: 1.55; color: #3c4043;
}
.zk-form-context[hidden] { display: none; }

/* fe-306 */
/* fe-307 */
/* fe-308 */
.zk-review-logo {
  display: flex; align-items: center; justify-content: center;
  height: 22px; margin-bottom: 10px;
  color: #6b7075; line-height: 22px;
}
.zk-review-logo i { font-size: 21px; vertical-align: middle; }
/* fe-309 */
.zk-review-ico { font-size: 21px; display: block; }

/* fe-310 */
/* fe-311 */
.zk-review-logo .fa-apple { font-size: 31.5px; }
/* fe-312 */
.zk-review-logo .zk-review-word { display: none; }
.zk-review-logo img { height: 22px; width: auto; vertical-align: middle; }
.zk-review-word {
  font-family: "Rubik", sans-serif; font-size: 14px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase; color: #6b7075;
}
.zk-review:hover .zk-review-logo,
.zk-review:hover .zk-review-word { color: #1d2124; }

/* fe-313 */
.zk-chat-optout { margin: 0; padding: 0 16px 12px; text-align: center; }
.zk-chat-optout button {
  background: none; border: 0; padding: 4px;
  font-size: 12.5px; color: #9aa0a6; text-decoration: underline; cursor: pointer;
}
.zk-chat-optout button:hover { color: #5c6166; }
.zk-chat-optout[hidden] { display: none; }

/* fe-314 */
.zk-signup { display: flex; margin-top: 22px; max-width: 330px; }
.zk-signup input {
  flex: 1; min-width: 0; height: 44px; padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.22); border-right: 0;
  border-radius: 8px 0 0 8px;
  background: rgba(255, 255, 255, 0.08); color: #fff; font-size: 14.5px;
}
.zk-signup input::placeholder { color: rgba(255, 255, 255, 0.55); }
.zk-signup input:focus { outline: 0; border-color: var(--zk-green); background: rgba(255,255,255,.13); }
.zk-signup button {
  width: 48px; height: 44px; border: 0; border-radius: 0 8px 8px 0;
  background: var(--zk-green); color: var(--zk-on-green); cursor: pointer;
}
.zk-signup button:hover { filter: brightness(1.06); }
.zk-signup-note {
  margin: 8px 0 0; max-width: 330px;
  font-size: 12.5px; line-height: 1.5; color: rgba(255, 255, 255, 0.55);
}

/* fe-315 */
.zk-banner { padding: 150px 0 90px; }
.zk-banner-title p { padding-top: 30px; }
.zk-banner-title p a { color: #000; }
/* fe-316 */
.zk-banner-title p a:hover { color: #000; text-decoration-thickness: 2px; }
.zk-banner-btn.zk-upper a, .zk-banner-btn a:hover {
  color: #74b636; background: #ffffff;
}

/* fe-317 */
[data-zk-open-demo] { background: #c9b25e !important; color: white !important; }

/* fe-318 */
.zk-banner-btn.zk-upper a:hover {
  background: #ffffff;
  border-color: #74b636;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 32, 5, 0.22);
}
[data-zk-open-demo]:hover {
  background: #b39a48 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(201, 178, 94, 0.42);
}
.zk-banner-btn a, [data-zk-open-demo] { transition: 0.3s; }

/* fe-319 */
.zk-cta-band .zk-banner-btn.zk-upper a:hover {
  /* fe-320 */
  background: #74b636; animation: none;
  color: var(--zk-on-green); border-color: transparent;
  transform: translateY(-2px); box-shadow: 0 10px 22px rgba(116, 182, 54, 0.32);
}
.zk-cta-band .zk-banner-btn a:hover {
  background: rgba(255, 255, 255, 0.10); color: #fff;
  border-color: rgba(255, 255, 255, 0.55); transform: translateY(-2px);
}

/* fe-321 */
/* fe-322 */
/* fe-323 */
.zk-header-btn a { font-size: 14px; }

.zk-header-btn a:not(.zk-header-login)::after,
.zk-banner-btn.zk-upper a::after,
.zk-ph-btn:not(.zk-ph-btn-alt)::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.72em;
  margin-left: 9px;
  vertical-align: 1px;
  transition: transform 0.3s;
  display: inline-block;
}
/* fe-324 */
.zk-header-btn a:not(.zk-header-login):hover::after,
.zk-banner-btn.zk-upper a:hover::after,
.zk-ph-btn:not(.zk-ph-btn-alt):hover::after { transform: translateX(3px); }

/* fe-325 */

/* fe-326 */
.zk-chat-launcher {
  transition: background .16s ease, transform .22s ease, opacity .18s ease,
              visibility 0s;
}
.zk-chat.is-open .zk-chat-launcher {
  transform: translateY(18px) scale(.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .22s ease, opacity .18s ease, visibility 0s linear .22s;
}

/* fe-327 */
.zk-chat.is-open .zk-chat-panel { bottom: 0; }
.zk-chat-panel {
  max-height: calc(100vh - 150px);
  transition: bottom .22s ease;
}
/* fe-328 */
.zk-chat-thread {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 40vh;
}

@media (prefers-reduced-motion: reduce) {
  .zk-chat.is-open .zk-chat-launcher { transform: none; transition: none; }
  .zk-chat-panel { transition: none; }
}

/* fe-329 */
.zk-chat.is-surveying .zk-chat-thread,
.zk-chat.is-surveying .zk-chat-typing,
.zk-chat.is-surveying .zk-chat-form,
.zk-chat.is-surveying .zk-chat-fine,
.zk-chat.is-surveying .zk-chat-optout { display: none; }

.zk-chat-survey { padding: 20px 18px 22px; }
.zk-chat-survey[hidden] { display: none; }
.zk-chat-survey-q {
  margin: 0 0 12px; font-size: 15.5px; font-weight: 600; color: #1d2124;
}

/* fe-330 */
.zk-chat-rate {
  border: 0; padding: 0; margin: 0 0 14px;
  display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px;
}
.zk-chat-rate input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.zk-chat-rate label {
  cursor: pointer; font-size: 22px; line-height: 1;
  color: #d8dee3; transition: color .14s ease, transform .14s ease;
}
.zk-chat-rate input:checked ~ label { color: var(--zk-green); }
.zk-chat-rate label:hover,
.zk-chat-rate label:hover ~ label { color: var(--zk-green-hover); }
.zk-chat-rate label:hover { transform: scale(1.12); }
.zk-chat-rate input:focus-visible + label {
  outline: 2px solid var(--zk-green-on-light); outline-offset: 2px; border-radius: 3px;
}

.zk-chat-survey textarea {
  width: 100%; resize: none; padding: 10px 12px;
  border: 1px solid #dfe4e8; border-radius: 10px;
  font-family: "Poppins", sans-serif; font-size: 14px; color: #1d2124;
}
.zk-chat-survey textarea:focus { outline: 0; border-color: var(--zk-green-deep); }
.zk-chat-survey-btns { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.zk-chat-survey-send {
  border: 0; border-radius: 8px; padding: 10px 16px; cursor: pointer;
  background: var(--zk-green); color: var(--zk-on-green);
  font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 600;
  transition: background .16s ease;
}
.zk-chat-survey-send:hover:not(:disabled) { background: var(--zk-green-hover); }
.zk-chat-survey-send:disabled { background: #dfe4e8; color: #9aa1a7; cursor: not-allowed; }
.zk-chat-survey-skip {
  border: 0; background: none; cursor: pointer; padding: 6px 2px;
  font-family: "Poppins", sans-serif; font-size: 13.5px; color: #6b7075;
  text-decoration: underline; text-underline-offset: 2px;
}
.zk-chat-survey-skip:hover { color: #1d2124; }

.zk-chat-survey-done { text-align: center; padding: 18px 6px 10px; }
.zk-chat-survey-done[hidden] { display: none; }
.zk-chat-survey-done i { font-size: 26px; color: var(--zk-green-deep); }
.zk-chat-survey-done p { margin: 10px 0 0; font-size: 14.5px; color: #1d2124; }

/* fe-331 */
.zk-chat-fine a { color: var(--zk-green-on-light); font-weight: 600; }
.zk-chat-fine-sep { margin: 0 6px; color: #c2c9ce; }

/* fe-332 */
.zk-chat-fine a[data-zk-open-demo] {
  background: none !important;
  color: var(--zk-green-on-light) !important;
  padding: 0; box-shadow: none; transform: none;
}
.zk-chat-fine a[data-zk-open-demo]:hover {
  background: none !important; color: var(--zk-green-deep) !important;
  transform: none; box-shadow: none;
}

/* fe-333 */
.zk-header-menu ul li .zk-submenu.zk-mega-split { padding: 0; }

/* fe-334 */
.zk-mega-aside {
  background: linear-gradient(180deg, var(--zk-tint-1), var(--zk-tint-2));
}

/* fe-335 */
.zk-mega-aside .zk-mega-hours { color: #65696e; }

/* fe-336 */
@media (max-width: 991px) {
  .zk-device-carousel { margin-left: 0; margin-right: 0; }
  .zk-device-carousel .zk-ct { padding-left: 15px; padding-right: 15px; }
}

/* fe-337 */
@media (max-width: 991px) {
  .zk-banner .col-md-6 { flex: 0 0 100%; max-width: 100%; }
  .zk-banner-title p { width: 100%; max-width: 620px; }
  .zk-trust-line { padding-top: 20px; }
}

/* fe-338 */
.zk-nav { flex-wrap: nowrap; }
/* fe-339 */
.zk-nav .zk-header-menu > ul {
  display: flex; flex-wrap: nowrap; align-items: center; margin: 0;
}
/* fe-340 */
.zk-search-btn.zk-search,
.zk-stuck .zk-search-btn.zk-search { right: 0; }
.zk-stuck .zk-search-btn.zk-search i { left: 0; }
@media (min-width: 1700px) {
  /* fe-341 */
  .zk-header, .zk-stuck { padding-left: 40px; padding-right: 40px; }
  .zk-header .container, .zk-stuck .container { max-width: 1600px; }
}

/* fe-342 */
/* fe-343 */
.zk-nav .zk-header-menu > ul > li,
.zk-nav .zk-header-menu > ul > li > a { white-space: nowrap; }

/* fe-344 */
@media (min-width: 992px) and (max-width: 1200px) {
  .zk-nav .zk-header-menu ul li.zk-search-btn { display: none; }
  /* fe-345 */
  .zk-nav .zk-header-logo { margin-right: 18px; }
  .zk-nav .zk-header-logo img { max-height: 38px; }
}

/* fe-346 */
@media (min-width: 992px) and (max-width: 1060px) {
  .zk-nav .zk-header-menu ul li { margin-right: 8px; }
  .zk-nav .zk-header-menu ul li a { font-size: 13.5px; }
  .zk-nav .zk-header-logo { margin-right: 12px; }
  /* fe-347 */
}

/* fe-348 */
.mean-container .mean-nav ul { overflow: hidden; }
.mean-container .mean-nav ul li,
.mean-container .mean-nav ul li a { float: none; }
.mean-container .mean-nav ul li a { display: block; width: auto; }

/* fe-349 */

/* fe-350 */
@media (min-width: 600px) and (max-width: 767px) {
  .zk-banner { padding-top: 56px; }
}
@media (max-width: 991px) and (min-width: 768px) {
  .zk-banner { padding-top: 72px; }
}

/* fe-351 */
.zk-mobile-menu > nav { display: none; }
.mean-container .zk-mobile-menu > nav,
.mean-container nav.zk-menu { display: none; }

/* fe-352 */
.mean-nav { box-shadow: none; }

.mean-container a.meanmenu-reveal::before {
  position: relative; top: 3px;
}

.mean-nav .zk-mega ul li a,
.mean-nav ul li a { border-radius: 0; }

/* fe-353 */
@media (max-width: 767px) {
  /* fe-354 */
  .zk-footer .zk-footer-menu ul li a,
  .zk-footer .zk-copyright a {
    display: inline-block; padding: 10px 0; line-height: 1.4;
  }
  .zk-footer .zk-footer-menu ul li { margin-bottom: 0; }

  /* fe-355 */
  /* fe-356 */
  .zk-contact-area.zk-upper { padding-top: 52px; padding-bottom: 56px; }
  .zk-feature-row { padding: 38px 0; }

  /* fe-357 */
  .zk-footer .zk-footer-menu ul li a,
  .zk-footer .zk-copyright a { padding: 12px 0; }
  /* fe-358 */
  .zk-socials .zk-social { width: 44px; height: 44px; line-height: 44px; }
}

/* fe-359 */
.zk-mega ul { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.zk-header-menu .zk-mega ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.zk-header-menu .zk-mega-split > ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* fe-360 */
.zk-mega ul > li { min-width: 0; }
.zk-mega ul li a { min-width: 0; }
.zk-mega-text { min-width: 0; flex: 1 1 auto; }
.zk-mega-text strong, .zk-mega-text em { overflow-wrap: anywhere; }

/* fe-361 */
.zk-submenu, .zk-submenu *, .zk-mega, .zk-mega * { white-space: normal; }


/* fe-362 */
:root {
  --zk-charcoal:   #23282c;
  --zk-charcoal-2: #191d20;
}

/* fe-363 */
.zk-banner { border-bottom: 0 solid var(--zk-charcoal); }
@media (max-width: 991px) { .zk-banner { border-bottom-width: 0; } }
@media (max-width: 575px) { .zk-banner { border-bottom-width: 0; } }

/* fe-364 */
.zk-charcoal-metrics .zk-metrics {
  background: var(--zk-charcoal);
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
/* fe-365 */
.zk-charcoal-metrics .zk-metric strong { color: #ffffff; }                /* fe-366 */
.zk-charcoal-metrics .zk-metric span   { color: #b9bfc4; }                /* fe-367 */
/* fe-368 */
.zk-charcoal-metrics .zk-metric span a {
  color: #ffffff; text-decoration-color: rgba(255, 255, 255, .55);
}
.zk-charcoal-metrics .zk-metric span a:hover { color: #ffffff; text-decoration-thickness: 2px; }
.zk-charcoal-metrics .zk-metrics .col-lg-3:not(:last-child) .zk-metric {
  border-right-color: rgba(255, 255, 255, 0.14);
}
@media (max-width: 991px) {
  .zk-charcoal-metrics .zk-metric { border-bottom-color: rgba(255, 255, 255, 0.14); }
}

/* fe-369 */
/* fe-370 */
.zk-vig-area { padding: 96px 0 0; background: #ffffff; overflow: hidden; }
.zk-vig-lead {
  max-width: 680px; margin: -14px auto 34px; text-align: center;
  color: #6b7075; font-size: 16.5px; line-height: 1.6;
}

/* fe-371 */
.zk-vig {
  --vig-cell: calc(100vw / 6);
  /* fe-372 */
  --vig-row: 105px;                 /* fe-373 */
  --vig-indrow: 150px;              /* fe-374 */
  /* fe-375 */
  --vig-qroom: 170px;
  --vig-h-rest: calc(var(--vig-indrow) + var(--vig-qroom));
  --vig-h-open: calc(var(--vig-indrow) + var(--vig-row) * 5);
  position: relative;
  width: 100vw; margin-left: calc(50% - 50vw);   /* fe-376 */
  height: var(--vig-h-open); overflow: hidden;
  /* fe-377 */
  background: #ffffff;
}

/* fe-378 */
.zk-vig-features { position: absolute; inset: var(--vig-indrow) 0 0 0; overflow: hidden; }
.zk-vig-track {
  display: flex; height: 100%;
  width: max-content;
  animation: zkVigScroll 78s linear infinite;
  transition: opacity .17s ease;
}
.zk-vig-track.is-swapping { opacity: 0; }
.zk-vig-col {
  display: grid; grid-template-rows: repeat(5, var(--vig-row));
  width: var(--vig-cell); flex: 0 0 var(--vig-cell);
}

/* fe-379 */
.zk-vig-industries {
  /* fe-380 */
  position: absolute; left: 0; right: 0; top: 0; bottom: auto; height: var(--vig-indrow);
  /* fe-381 */
  /* fe-382 */
  overflow: visible; background: var(--zk-charcoal);
  /* fe-383 */
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}
.zk-vig-itrack {
  display: flex; height: 100%; width: max-content;
  animation: zkVigScroll 34s linear infinite;   /* fe-384 */
}

/* fe-385 */
@keyframes zkVigScroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
.zk-vig.is-paused .zk-vig-track,
.zk-vig.is-paused .zk-vig-itrack { animation-play-state: paused; }

/* fe-386 */
.zk-vig.is-paused.is-rolling .zk-vig-track { animation-play-state: running; }

/* fe-387 */
.zk-vig-cell {
  position: relative;
  /* fe-388 */
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; padding: 7px 8px; text-align: center;
  transition: background .18s ease, box-shadow .18s ease;
  border-right: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  background: rgba(255, 255, 255, .55);
  /* fe-389 */
  animation: zkVigIn .34s ease;
}
/* fe-390 */
.zk-vig-cell i {
  font-size: 15px; color: var(--zk-green-on-light); line-height: 1;
  transition: color .18s ease;
}
/* fe-391 */
.zk-vig-cell-title {
  font-family: "Rubik", sans-serif; font-size: 12px; line-height: 1.35;
  color: #3c4043; font-weight: 400;
  transition: color .18s ease;
}

/* fe-392 */
.zk-vig-cell:hover {
  background: var(--zk-green-on-light);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}
.zk-vig-cell:hover i,
.zk-vig-cell:hover .zk-vig-cell-title { color: #ffffff; }
/* fe-393 */
.zk-vig-cell--big {
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(116, 182, 54, .28);
}
/* fe-394 */
/* fe-395 */
.zk-vig-cell--big { padding: 4px 6px; }
.zk-vig-cell--big i { font-size: 25px; color: var(--zk-green); }
.zk-vig-cell--big .zk-vig-cell-title { font-size: 12px; font-weight: 500; color: #1d2124; }
.zk-vig-cell--big:hover i,
.zk-vig-cell--big:hover .zk-vig-cell-title { color: #ffffff; }

@keyframes zkVigIn { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }
/* fe-396 */
.zk-vig-col .zk-vig-cell:nth-child(1) { animation-delay: .02s; }
.zk-vig-col .zk-vig-cell:nth-child(2) { animation-delay: .07s; }
.zk-vig-col .zk-vig-cell:nth-child(3) { animation-delay: .12s; }
.zk-vig-col .zk-vig-cell:nth-child(4) { animation-delay: .17s; }
.zk-vig-col .zk-vig-cell:nth-child(5) { animation-delay: .22s; }

/* fe-397 */
.zk-vig-ind {
  flex: 0 0 var(--vig-cell); width: var(--vig-cell);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  /* fe-398 */
  gap: 9px; padding: 11px; cursor: pointer;
  background: transparent; border: 0;
  border-right: 1px solid rgba(255, 255, 255, .10);
  color: #d6dbdf; transition: background .2s ease, color .2s ease;
}
.zk-vig-ind i { font-size: 30.5px; line-height: 1; transition: transform .2s ease; }
.zk-vig-ind-label {
  font-family: "Rubik", sans-serif; font-size: 12.5px; font-weight: 500;
  letter-spacing: .01em;
}
.zk-vig-ind:hover,
.zk-vig-ind:focus-visible,
.zk-vig-ind.is-active { background: var(--zk-green); color: var(--zk-on-green); outline: 0; }
.zk-vig-ind:hover i,
.zk-vig-ind.is-active i { transform: translateY(-3px); }
.zk-vig-ind:focus-visible { box-shadow: inset 0 0 0 3px #ffffff; }

/* fe-399 */
.zk-vig-hint {
  margin: 0 0 18px; text-align: center; min-height: 22px;
  font-family: "Rubik", sans-serif; font-size: 14.5px; font-weight: 500;
  letter-spacing: .01em; color: var(--zk-green-on-light);
  transition: opacity .2s ease;
}

/* fe-400 */
/* fe-401 */
@media (max-width: 991px) {
  .zk-vig {
    --vig-cell: calc(100vw / 3); --vig-row: 92px;   /* fe-402 */
    --vig-indrow: 132px;                            /* fe-403 */
    --vig-qroom: 164px;
    --vig-h-open: calc(var(--vig-indrow) + var(--vig-row) * 4);
  }
  .zk-vig-col { grid-template-rows: repeat(4, var(--vig-row)); }
  .zk-vig-col .zk-vig-cell:nth-child(5) { display: none; }
  .zk-vig-cell--big i { font-size: 21.5px; }   /* fe-404 */
  .zk-vig-area { padding-top: 64px; }
}
@media (max-width: 575px) {
  .zk-vig {
    --vig-cell: calc(100vw / 2); --vig-row: 87px;   /* fe-405 */
    --vig-indrow: 124px;                            /* fe-406 */
    --vig-qroom: 164px;
    --vig-h-open: calc(var(--vig-indrow) + var(--vig-row) * 3);
  }
  .zk-vig-col { grid-template-rows: repeat(3, var(--vig-row)); }
  .zk-vig-col .zk-vig-cell:nth-child(4) { display: none; }
  .zk-vig-track { animation: none; }
  .zk-vig-itrack { animation-duration: 26s; }
  .zk-vig-ind i { font-size: 25px; }           /* fe-407 */
  /* fe-408 */
  .zk-vig-ind-label { font-size: 11.5px; }
  .zk-vig-hint { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .zk-vig-track, .zk-vig-itrack { animation: none; }
  .zk-vig-cell { animation: none; }
}

/* fe-409 */
.zk-vig-ind { position: relative; }

.zk-vig-q {
  position: absolute; left: 50%; bottom: calc(100% + 16px);
  width: 320px; margin-left: -160px;
  opacity: 0; visibility: hidden;
  transform: translateY(8px) scale(.97);
  transition: opacity .32s ease, transform .32s ease, visibility 0s linear .32s;
  pointer-events: none; z-index: 6;
}
.zk-vig-ind.has-quote .zk-vig-q {
  opacity: 1; visibility: visible; transform: none;
  transition: opacity .32s ease, transform .32s ease, visibility 0s;
}
/* fe-410 */
.zk-vig-q-card {
  display: flex; flex-direction: column; gap: 10px;
  background: #ffffff; border-radius: 12px; padding: 14px 16px;
  box-shadow: 0 14px 34px rgba(16, 33, 10, .20), 0 2px 6px rgba(0, 0, 0, .08);
  text-align: left;
}
/* fe-411 */
.zk-vig-q-card::after {
  content: ""; position: absolute; left: 50%; margin-left: -9px; top: 100%;
  border: 9px solid transparent; border-top-color: #ffffff;
  filter: drop-shadow(0 4px 3px rgba(16, 33, 10, .10));
}
/* fe-412 */
.zk-vig-q-foot { display: flex; align-items: center; gap: 11px; min-width: 0; }
/* fe-413 */
.zk-vig-q-logo {
  flex: 0 0 auto; width: 108px; height: 46px; border-radius: 8px;
  background: #ffffff; padding: 5px; object-fit: contain;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06);
}
.zk-vig-q-text {
  display: block; font-size: 13.5px; line-height: 1.5; color: #2f3438;
}
/* fe-414 */
.zk-vig-q-text::before { content: "\201C"; }
.zk-vig-q-text::after  { content: "\201D"; }
.zk-vig-q-attr {
  display: block; min-width: 0;
  font-family: "Rubik", sans-serif; font-size: 11.5px; font-weight: 500;
  color: #6b7075; letter-spacing: .01em; line-height: 1.35;
}
.zk-vig-q-sample {
  display: inline-block; margin-left: 7px; padding: 1px 6px; border-radius: 3px;
  background: #f0e2b8; color: #6b551a; font-size: 9.5px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .08em; vertical-align: 1px;
}

/* fe-415 */
@media (max-width: 991px) {
  /* fe-416 */
  .zk-vig-q { width: 300px; margin-left: -150px; bottom: calc(100% + 13px); }
  .zk-vig-q-text { font-size: 12.5px; }
}
@media (max-width: 575px) {
  /* fe-417 */
  .zk-vig-q { width: 288px; margin-left: -144px; }
  /* fe-418 */
  .zk-vig-q-card { padding: 12px 14px; gap: 8px; }
  .zk-vig-q-logo { width: 88px; height: 40px; }
  .zk-vig-q-attr { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .zk-vig-q { transition: none; }
}

/* fe-419 */
@media (min-width: 992px) and (max-height: 940px) {
  /* fe-420 */
  .zk-vig { --vig-row: 83px; --vig-indrow: 118px; }
  .zk-vig-area { padding-top: 72px; }
}
@media (min-width: 992px) and (max-height: 820px) {
  .zk-vig { --vig-row: 73px; --vig-indrow: 104px; }
  .zk-vig-area { padding-top: 56px; }
  .zk-vig-lead { margin-bottom: 22px; font-size: 15.5px; }
  /* fe-421 */
  .zk-vig-cell--big i { font-size: 21.5px; }
  .zk-vig-cell--big .zk-vig-cell-title { font-size: 12px; }
  .zk-vig-ind i { font-size: 25px; }           /* fe-422 */
}

/* fe-423 */

/* fe-424 */
/* fe-425 */
.zk-vig-q-card {
  background: var(--zk-charcoal);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .14), 0 1px 3px rgba(0, 0, 0, .10);
}
.zk-vig-q-card::after {
  border-top-color: var(--zk-charcoal);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .10));
}
.zk-vig-q-text { color: #eef1f3; }       /* fe-426 */
.zk-vig-q-attr { color: #a7aeb4; }       /* fe-427 */
/* fe-428 */
.zk-vig-q-logo { background: #ffffff; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08); }
/* fe-429 */
.zk-vig-q-sample { display: none; }

/* fe-430 */
.zk-vig-cell {
  transition: background .18s ease, box-shadow .18s ease,
              transform .42s cubic-bezier(.22, .61, .36, 1), opacity .34s ease;
}
.zk-vig-cell.is-entering {
  transform: translateX(115%);
  opacity: 0;
}
.zk-vig-cell.is-leaving {
  transform: translateX(-115%);
  opacity: 0;
  transition: transform .26s cubic-bezier(.55, .06, .68, .19), opacity .22s ease;
}
/* fe-431 */
.zk-vig-col { overflow: hidden; }

/* fe-432 */
.zk-vig-hint {
  margin: 22px 0 0; text-align: center; min-height: 22px;
  font-family: "Rubik", sans-serif; font-size: 14.5px; font-weight: 500;
  letter-spacing: .01em; color: var(--zk-green-on-light);
}
.zk-vig-area { padding-bottom: 30px; }

@media (prefers-reduced-motion: reduce) {
  .zk-vig-cell { transition: background .18s ease, box-shadow .18s ease; }
  .zk-vig-cell.is-entering, .zk-vig-cell.is-leaving { transform: none; opacity: 1; }
}

/* fe-433 */
.zk-vig-foot {
  background: #ffffff;
  width: 100vw; margin-left: calc(50% - 50vw);
  padding: 24px 0 34px;
}
.zk-vig-area { padding-bottom: 0; }
.zk-vig-hint { margin: 0; }

/* fe-434 */
.zk-vig[data-swap="rise"] .zk-vig-cell,
.zk-vig[data-swap="pop"] .zk-vig-cell {
  animation: none;
}

/* fe-435 */
.zk-vig[data-swap="rise"] .zk-vig-cell {
  transition: background .18s ease, box-shadow .18s ease,
              transform .3s cubic-bezier(.22, .61, .36, 1), opacity .22s ease;
}
.zk-vig[data-swap="rise"] .zk-vig-cell.is-seq-in,
.zk-vig[data-swap="rise"] .zk-vig-cell.is-seq-out {
  opacity: 0; transform: translateY(72%);
}
.zk-vig[data-swap="rise"] .zk-vig-cell.is-seq-out {
  transition: transform .18s ease-in, opacity .16s ease-in;
}

/* fe-436 */
.zk-vig[data-swap="pop"] .zk-vig-cell {
  transition: background .18s ease, box-shadow .18s ease,
              transform .19s cubic-bezier(.34, 1.56, .64, 1), opacity .16s ease;
}
.zk-vig[data-swap="pop"] .zk-vig-cell.is-seq-in {
  opacity: 0; transform: scale(.72);
}
.zk-vig[data-swap="pop"] .zk-vig-cell.is-seq-out {
  opacity: 0; transform: scale(.88);
  transition: transform .16s ease-in, opacity .14s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .zk-vig[data-swap="rise"] .zk-vig-cell,
  .zk-vig[data-swap="pop"] .zk-vig-cell { transition: background .18s ease, box-shadow .18s ease; }
  .zk-vig[data-swap="rise"] .zk-vig-cell.is-seq-in,
  .zk-vig[data-swap="rise"] .zk-vig-cell.is-seq-out,
  .zk-vig[data-swap="pop"] .zk-vig-cell.is-seq-in,
  .zk-vig[data-swap="pop"] .zk-vig-cell.is-seq-out { opacity: 1; transform: none; }
}

/* fe-437 */
.zk-vig-prompt {
  position: absolute; inset: 0; margin: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;                    /* fe-438 */
  font-family: "Rubik", sans-serif; font-size: 15px; font-weight: 500;
  letter-spacing: .02em; color: #8b9298;
  opacity: 0; transition: opacity .3s ease;
}
.zk-vig.is-idle .zk-vig-prompt { opacity: 1; }
@media (max-width: 575px) {
  .zk-vig-prompt { font-size: 13.5px; }
}

/* fe-439 */
.zk-vig {
  transition: height .34s cubic-bezier(.22, 1, .36, 1);
  /* fe-440 */
}
.zk-vig.is-idle { height: var(--vig-h-rest); }

/* fe-441 */
.zk-vig-prompt { display: none; }

/* fe-442 */
/* fe-443 */
.zk-features-area.zk-industries { padding-top: 32px; }

.zk-vig-foot--top { padding: 26px 0 14px; }
/* fe-444 */
.zk-vig-foot--top .zk-vig-hint { min-height: 22px; }

/* fe-445 */
.zk-vig-q {
  top: calc(100% + 16px); bottom: auto;
  transform: translateY(-8px) scale(.97);
}
.zk-vig-ind.has-quote .zk-vig-q { transform: none; }
/* fe-446 */
.zk-vig-q-card::after {
  top: auto; bottom: 100%;
  border-top-color: transparent; border-bottom-color: var(--zk-charcoal);
  filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .10));   /* fe-447 */
}
@media (max-width: 991px) {
  .zk-vig-q { top: calc(100% + 13px); bottom: auto; }
}

/* fe-448 */
.zk-vig.is-capturing .zk-vig-ind.has-quote .zk-vig-q {
  opacity: 0; visibility: hidden;
  transition: opacity .16s ease, visibility 0s linear .16s;
}
@media (prefers-reduced-motion: reduce) {
  /* fe-449 */
  .zk-vig { transition: none; }
  .zk-vig-q { transform: none; }
}
/* fe-450 */

/* fe-451 */
.zkq-sr {
  position: absolute !important; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* fe-452 */
/* fe-453 */
.zkq-cap {
  position: fixed; left: 0; top: 0; z-index: 30;
  /* fe-454 */
  padding: 30px;                     /* fe-455 */
  box-sizing: content-box;
  /* fe-456 */
  pointer-events: none;
  /* fe-457 */
  opacity: 0; transform: translateX(-320px); visibility: hidden;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1),
              opacity .22s ease, visibility 0s linear .32s;
}
.zkq-cap[hidden] { display: none !important; }
.zkq-cap.is-in {
  opacity: 1; transform: translateX(0); visibility: visible;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1),
              opacity .22s ease, visibility 0s;
}
/* fe-458 */
.zkq-cap.is-out {
  opacity: .35; transform: translateX(100vw); visibility: visible;
  transition: transform .19s ease-in, opacity .19s ease-in;
}
/* fe-459 */
.zkq-cap.is-following .zkq-cap-inner { pointer-events: none; }
.zkq-cap-inner {
  pointer-events: auto;              /* fe-460 */
  width: 372px; max-width: calc(100vw - 84px);
  background: #fff; border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .07);
  box-shadow: 0 18px 44px rgba(15, 32, 5, .22);
  padding: 14px 14px 11px;
}
.zkq-cap-form { display: flex; gap: 8px; }
.zkq-cap-input {
  flex: 1 1 auto; min-width: 0; box-sizing: border-box;
  padding: 11px 13px; font-family: "Poppins", sans-serif; font-size: 15px;
  color: #1d2124; background: #fff;
  border: 1px solid #d5dade; border-radius: 8px;
  transition: border-color .2s, box-shadow .2s;
}
.zkq-cap-input:focus {
  outline: 0; border-color: var(--zk-green-deep);
  box-shadow: 0 0 0 3px rgba(116, 182, 54, .18);
}
/* fe-461 */
.zkq-cap-go {
  flex: 0 0 auto; cursor: pointer;
  border: none; border-radius: 7px;
  /* fe-462 */
  padding: 10px 25px; white-space: nowrap;
  /* fe-463 */
  font-family: "Poppins", sans-serif; font-size: 14.5px; font-weight: 400;
  text-transform: capitalize;
  background: #74b636; color: #fff;
  transition: .3s;
}
/* fe-464 */
.zkq-cap-go::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free"; font-weight: 900;
  font-size: .72em; margin-left: 9px; vertical-align: 1px;
  display: inline-block; transition: transform .3s;
}
.zkq-cap-go:hover { background: #5f9e2e; color: #fff; }
.zkq-cap-go:hover::after { transform: translateX(3px); }
.zkq-cap-go:focus-visible { outline: 3px solid var(--zk-green-on-light); outline-offset: 2px; }
.zkq-cap-go--link { display: block; text-align: center; text-decoration: none; margin-top: 2px; }
.zkq-cap-go--link:hover { color: #fff; }
/* fe-465 */
.zkq-cap-foot {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 12px;
}
.zkq-cap-foot .zkq-cap-fine { flex: 1 1 auto; min-width: 0; }
.zkq-cap-close {
  flex: 0 0 auto; align-self: flex-end;
  background: none; border: 0; padding: 2px 0 0; margin: 0;
  font-family: "Rubik", sans-serif; font-size: 10.5px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
  /* fe-466 */
  color: #6b7075; cursor: pointer; line-height: 1.3;
  transition: color .15s ease;
}
.zkq-cap-close span { font-size: 13px; vertical-align: -1px; margin-left: 3px; }
/* fe-467 */
.zkq-cap-close { position: relative; }
.zkq-cap-close::before { content: ""; position: absolute; inset: -8px -8px -4px; }
.zkq-cap-close:hover { color: var(--zk-green-on-light); }
.zkq-cap-close:focus-visible {
  outline: 3px solid var(--zk-green-on-light); outline-offset: 2px; border-radius: 3px;
}

/* fe-468 */
.zkq-cap-fine {
  margin: 8px 2px 0; font-family: "Rubik", sans-serif;
  font-size: 13px; line-height: 1.5; color: #6b7075;
}
.zkq-cap-fine strong { color: var(--zk-green-on-light); font-weight: 600; }
/* fe-469 */
/* fe-470 */
.zkq-cap-resend { color: var(--zk-green-on-light); text-decoration: underline; }
.zkq-cap-resend.is-done { color: #6b7075; text-decoration: none; cursor: default; }
/* fe-471 */
.zkq-cap-foot--resend { flex-direction: column; align-items: flex-start; }
.zkq-cap-resend-action { margin-top: 2px; }
.zkq-cap-resend-action .zkq-cap-resend { font-weight: 600; }
.zkq-cap-err {
  margin: 8px 0 0; padding: 7px 10px; border-radius: 6px;
  background: #fdecec; border: 1px solid #f5c2c2; color: #b3261e; font-size: 12.5px;
}
.zkq-cap-sent {
  margin: 0 2px 10px; font-family: "Rubik", sans-serif;
  font-size: 14.5px; line-height: 1.5; color: #1d2124;
}
.zkq-cap-sent strong { color: var(--zk-green-on-light); }

@media (max-width: 575px) {
  /* fe-472 */
  .zkq-cap { padding: 18px; }
  .zkq-cap-inner { width: calc(100vw - 36px); }
  .zkq-cap-form { flex-wrap: wrap; }
  .zkq-cap-go { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .zkq-cap, .zkq-cap.is-in, .zkq-cap.is-out { transition: opacity .15s ease; transform: none; }
}

/* fe-473 */
.zkq-page { position: relative; padding: 130px 0 70px; background: var(--zk-soft); }
.zkq-standin {
  max-width: 760px; margin: 0 auto 26px; text-align: center;
}
.zkq-standin h1 {
  margin: 0 0 8px; font-family: "Rubik", sans-serif;
  font-size: 34px; font-weight: 600; color: #1d2124; letter-spacing: -.01em;
}
.zkq-standin p { margin: 0; color: #5c6166; font-size: 14.5px; line-height: 1.6; }
.zkq-standin code {
  background: var(--zk-tint-1); color: var(--zk-green-on-light);
  padding: 1px 5px; border-radius: 4px; font-size: 13px;
}

.zkq-app {
  position: relative; display: flex; gap: 0;
  width: min(1180px, calc(100vw - 32px)); margin: 0 auto;
  background: #fff; border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 24px 60px rgba(15, 32, 5, .16);
}
.zkq-app-map { position: relative; flex: 1 1 auto; min-width: 0; background: #eef1f3; }
.zkq-app-map img { display: block; width: 100%; height: auto; }
/* fe-474 */
.zkq-demo-badge {
  position: absolute; right: 16px; bottom: 16px;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 13px; border-radius: 999px;
  background: var(--zk-charcoal); color: #eef1f3;
  font-family: "Rubik", sans-serif; font-size: 12.5px; font-weight: 500;
}
.zkq-app-map.is-running .zkq-demo-badge { background: var(--zk-green); color: var(--zk-on-green); }

.zkq-app-panel {
  flex: 0 0 268px; width: 268px;
  border-left: 1px solid rgba(0, 0, 0, .08); background: #fbfcfc;
  padding: 0 0 18px;
}
.zkq-panel-tabs { display: flex; border-bottom: 1px solid rgba(0, 0, 0, .08); }
.zkq-panel-tabs button {
  flex: 1; border: 0; background: transparent; cursor: pointer;
  padding: 13px 4px; font-family: "Rubik", sans-serif; font-size: 13px;
  font-weight: 500; color: #6b7075; border-bottom: 2px solid transparent;
}
.zkq-panel-tabs button.is-active {
  color: var(--zk-green-on-light); border-bottom-color: var(--zk-green);
}
.zkq-panel-pane { padding: 16px 16px 0; }
.zkq-panel-list { list-style: none; margin: 0 0 14px; padding: 0; }
.zkq-panel-list li {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 2px; border-bottom: 1px solid rgba(0, 0, 0, .06);
  font-family: "Rubik", sans-serif; font-size: 13.5px; color: #2b3036;
}
.zkq-panel-list li i { color: #9aa0a6; width: 16px; text-align: center; }
.zkq-panel-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 11px 14px; border: 0; border-radius: 8px; cursor: pointer;
  font-family: "Rubik", sans-serif; font-size: 14px; font-weight: 600;
  background: linear-gradient(90deg, var(--zk-grad-a), var(--zk-grad-b));
  color: var(--zk-on-green);
}
.zkq-panel-switch { margin-top: 14px; }
.zkq-panel-switch label {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px; margin: 0; cursor: pointer;
}
.zkq-panel-switch-label {
  font-family: "Rubik", sans-serif; font-size: 13.5px; font-weight: 500; color: #2b3036;
}
.zkq-panel-switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.zkq-switch {
  position: relative; flex: 0 0 auto; width: 42px; height: 23px;
  border-radius: 999px; background: #ccd3d8; transition: background .2s;
}
.zkq-switch::after {
  content: ""; position: absolute; top: 3px; left: 3px;
  width: 17px; height: 17px; border-radius: 50%; background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3); transition: transform .2s;
}
.zkq-panel-switch input:checked + .zkq-switch { background: var(--zk-green); }
.zkq-panel-switch input:checked + .zkq-switch::after { transform: translateX(19px); }
.zkq-panel-switch input:focus-visible + .zkq-switch {
  box-shadow: 0 0 0 3px rgba(116, 182, 54, .35);
}
.zkq-panel-empty { margin: 0; font-size: 13px; color: #9aa0a6; }

/* fe-475 */
.is-zkq-target {
  position: relative; z-index: 4;
  box-shadow: 0 0 0 3px var(--zk-green), 0 0 0 9px rgba(116, 182, 54, .28);
  border-radius: 9px;
}

/* fe-476 */
.zkq-tour {
  position: absolute; z-index: 6; width: 290px;
  background: var(--zk-charcoal); color: #eef1f3;
  border-radius: 11px; padding: 14px 15px 12px;
  box-shadow: 0 18px 40px rgba(15, 32, 5, .34);
}
.zkq-tour[hidden] { display: none !important; }
/* fe-477 */
.zkq-tour::after { content: ""; position: absolute; width: 0; height: 0; }
.zkq-tour::after,
.zkq-tour.is-left::after {                 /* fe-478 */
  right: -9px; left: auto; top: 50%; bottom: auto; margin-top: -9px; margin-left: 0;
  border-top: 9px solid transparent; border-bottom: 9px solid transparent;
  border-left: 9px solid var(--zk-charcoal); border-right: 0;
}
.zkq-tour.is-right::after {                /* fe-479 */
  left: -9px; right: auto; top: 50%; bottom: auto; margin-top: -9px; margin-left: 0;
  border-top: 9px solid transparent; border-bottom: 9px solid transparent;
  border-right: 9px solid var(--zk-charcoal); border-left: 0;
}
.zkq-tour.is-below::after {                /* fe-480 */
  top: -9px; bottom: auto; right: auto; margin-top: 0;
  left: var(--zkq-arrow-x, 50%); margin-left: -9px;
  border-left: 9px solid transparent; border-right: 9px solid transparent;
  border-bottom: 9px solid var(--zk-charcoal); border-top: 0;
}
.zkq-tour-step {
  margin: 0 0 5px; font-family: "Rubik", sans-serif; font-size: 11.5px;
  font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--zk-grad-a);            /* fe-481 */
}
.zkq-tour-text { margin: 0 0 12px; font-size: 13.5px; line-height: 1.55; color: #d6dbdf; }
.zkq-tour-btns { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.zkq-tour-skip {
  border: 0; background: transparent; cursor: pointer; padding: 6px 2px;
  font-family: "Rubik", sans-serif; font-size: 13px; color: #a7aeb4;
}
.zkq-tour-next {
  border: 0; border-radius: 7px; cursor: pointer; padding: 8px 16px;
  font-family: "Rubik", sans-serif; font-size: 13.5px; font-weight: 600;
  background: linear-gradient(90deg, var(--zk-grad-a), var(--zk-grad-b));
  color: var(--zk-on-green);
}

.zkq-replay { margin: 22px 0 0; text-align: center; }
.zkq-linkbtn {
  border: 0; background: transparent; cursor: pointer;
  font-family: "Rubik", sans-serif; font-size: 14px;
  color: var(--zk-green-on-light); text-decoration: underline;
}

/* fe-482 */
.zkq-choices { display: grid; gap: 12px; margin-bottom: 16px; }
.zkq-choice {
  display: flex; align-items: flex-start; gap: 13px; text-align: left;
  width: 100%; padding: 15px 16px; cursor: pointer;
  background: #fff; border: 1px solid #dfe4e7; border-radius: 12px;
  transition: border-color .2s, box-shadow .2s, transform .15s;
}
.zkq-choice:hover {
  border-color: var(--zk-green); transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 32, 5, .12);
}
.zkq-choice:focus-visible { outline: 3px solid var(--zk-green-on-light); outline-offset: 2px; }
.zkq-choice-ico {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: var(--zk-tint-1); color: var(--zk-green-on-light); font-size: 18px;
}
.zkq-choice-body { display: block; }
.zkq-choice-body strong {
  display: block; margin-bottom: 3px;
  font-family: "Rubik", sans-serif; font-size: 15.5px; font-weight: 600; color: #1d2124;
}
.zkq-choice-body em { font-style: normal; font-size: 13.5px; line-height: 1.5; color: #6b7075; }

@media (max-width: 991px) {
  .zkq-app { flex-direction: column; }
  .zkq-app-panel { flex: 1 1 auto; width: 100%; border-left: 0; border-top: 1px solid rgba(0, 0, 0, .08); }
  .zkq-tour { width: min(290px, calc(100vw - 48px)); }
}
@media (max-width: 575px) {
  .zkq-page { padding: 110px 0 50px; }
  .zkq-standin h1 { font-size: 26px; }
}

/* fe-483 */
/* fe-484 */
.zkq-funnel .zkq-app { margin-bottom: 6px; }
.zkq-app-map { min-height: 460px; overflow: hidden; }
.zkq-map-grid {
  position: absolute; inset: 0;
  background-color: #e9eef1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .95) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255, 255, 255, .95) 2px, transparent 2px),
    linear-gradient(rgba(0, 0, 0, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, .035) 1px, transparent 1px);
  background-size: 118px 118px, 118px 118px, 29px 29px, 29px 29px;
}
.zkq-map-routes { position: absolute; inset: 0; width: 100%; height: 100%; }
.zkq-route {
  fill: none; stroke: var(--zk-green); stroke-width: 3;
  stroke-linecap: round; stroke-linejoin: round; opacity: .55;
}
.zkq-map-pins { position: absolute; inset: 0; }

/* fe-485 */
.zkq-pin {
  position: absolute; display: block; transform: translate(-50%, -50%);
  transition: left .24s linear, top .24s linear, background-color .2s;
}
.zkq-pin--loc {
  width: 15px; height: 15px; border-radius: 3px;
  background: var(--zk-charcoal); border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
}
.zkq-pin--stop {
  width: 11px; height: 11px; border-radius: 50%;
  border: 2px solid #fff; background: #9aa0a6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
}
.zkq-pin--stop.is-assigned  { background: #e6a532; }
.zkq-pin--stop.is-route     { background: #2f7fd1; }
.zkq-pin--stop.is-delivered { background: var(--zk-green); }
.zkq-pin--driver {
  width: 27px; height: 27px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--zk-green); color: var(--zk-on-green);
  border: 2px solid #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, .32);
  font-family: "Rubik", sans-serif; font-size: 12.5px; font-weight: 600;
}

/* fe-486 */
.zkq-panel-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; border-bottom: 1px solid rgba(0, 0, 0, .08);
  font-family: "Rubik", sans-serif; font-size: 13.5px; font-weight: 600; color: #1d2124;
}
.zkq-panel-head em { font-style: normal; font-weight: 400; color: #6b7075; font-size: 13px; }
.zkq-board { list-style: none; margin: 0; padding: 0; }
.zkq-board-row {
  display: flex; align-items: center; gap: 9px;
  padding: 11px 14px; border-bottom: 1px solid rgba(0, 0, 0, .06);
  /* fe-487 */
  animation: zkq-row-in .28s ease both;
}
@keyframes zkq-row-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}
.zkq-board-id {
  flex: 0 0 auto; font-family: "Rubik", sans-serif;
  font-size: 11.5px; font-weight: 600; color: #9aa0a6;
}
.zkq-board-main { flex: 1 1 auto; min-width: 0; }
.zkq-board-main strong {
  display: block; font-family: "Rubik", sans-serif; font-size: 13px;
  font-weight: 500; color: #2b3036;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.zkq-board-main em {
  display: block; font-style: normal; font-size: 11.5px; color: #8b9197;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.zkq-board-status {
  flex: 0 0 auto; padding: 3px 8px; border-radius: 999px;
  font-family: "Rubik", sans-serif; font-size: 11px; font-weight: 600;
  background: #eceff1; color: #6b7075;
}
.zkq-board-row.is-assigned  .zkq-board-status { background: #fbf0d8; color: #8a6113; }
.zkq-board-row.is-route     .zkq-board-status { background: #e2eefa; color: #1d5b9c; }
/* fe-488 */
.zkq-board-row.is-delivered .zkq-board-status {
  background: var(--zk-tint-1); color: var(--zk-green-on-light);
}

.zkq-hint {
  margin: 14px 0 0; text-align: center;
  font-size: 13.5px; color: #6b7075;
}
.zkq-hint[hidden] { display: none !important; }

/* fe-489 */
.zkq-multi {
  display: flex; gap: 15px; align-items: flex-start;
  width: min(1180px, calc(100vw - 32px)); margin: 0 auto 18px;
  padding: 17px 20px; border-radius: 12px;
  background: var(--zk-tint-1); border: 1px solid rgba(116, 182, 54, .35);
}
.zkq-multi[hidden] { display: none !important; }
.zkq-multi-ico {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: #fff; color: var(--zk-green-on-light); font-size: 17px;
}
.zkq-multi-body strong {
  display: block; margin-bottom: 4px;
  font-family: "Rubik", sans-serif; font-size: 15px; font-weight: 600; color: #1d2124;
}
.zkq-multi-body p { margin: 0; font-size: 14px; line-height: 1.6; color: #45505a; }

/* fe-490 */
/* fe-491 */
.zkq-modal { z-index: 12010; }
.zkq-modal .zk-modal-card { max-height: calc(100vh - 60px); overflow-y: auto; }
.zkq-modal--signup .zk-modal-card { width: min(880px, calc(100vw - 32px)); }
/* fe-492 */
.zkq-choice.is-busy { opacity: .6; pointer-events: none; }
.zkq-modal .zk-form-error[hidden] { display: none !important; }
.zkq-modal .zkq-linkbtn { display: block; margin: 12px auto 0; }

@media (max-width: 991px) {
  .zkq-app-map { min-height: 340px; }
  .zkq-multi { flex-direction: column; }
}

/* fe-493 */
.zk-office { row-gap: 34px; }
.zk-office-photo {
  margin: 0; border-radius: 14px; overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .13);
}
/* fe-494 */
.zk-office-photo img {
  display: block; width: 100%; height: auto;
  aspect-ratio: 5 / 6; object-fit: cover; object-position: center;
}
.zk-office .zk-prose p:last-child { margin-bottom: 22px; }
/* fe-495 */
.zk-office-address {
  display: inline-block;
  margin: 0; padding: 18px 22px; border-radius: 12px;
  border-left: 4px solid var(--zk-green-on-light);
  background: #fff; font-style: normal;
  font-size: 16px; line-height: 1.65; color: #4a4f54;
}
.zk-office-address strong {
  display: block; margin-bottom: 4px;
  font-family: "Rubik", sans-serif; font-size: 17px; font-weight: 600; color: #1d2124;
}
@media (max-width: 991px) {
  /* fe-496 */
  .zk-office-photo { max-width: 420px; margin: 0 auto; }
}

/* fe-497 */
/* fe-498 */
/* fe-499 */
.zk-founder-fig {
  margin: 6px 0 18px; width: 380px; max-width: 100%;
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .12);
  background: #fff;
}
.zk-founder-fig img { display: block; width: 100%; height: auto; }
.zk-fig-right { float: right; margin-left: 32px; }
.zk-fig-left { float: left; margin-right: 32px; }
.zk-founder-fig figcaption {
  padding: 10px 14px; font-size: 13.5px; line-height: 1.45; color: #6b7075;
  border-top: 1px solid rgba(0, 0, 0, .07);
}
/* fe-500 */
.zk-inline-video { display: block; cursor: pointer; transition: transform .25s ease; }
.zk-inline-video:hover { transform: scale(1.015); }
.zk-inline-video:focus-visible { outline: 3px solid var(--zk-green-on-light); outline-offset: 3px; }
.zk-inline-video video { display: block; width: 100%; height: auto; background: #000; }
/* fe-501 */
.zk-founder::after { content: ""; display: block; clear: both; }

@media (max-width: 767px) {
  /* fe-502 */
  .zk-fig-right, .zk-fig-left {
    float: none; width: 100%; margin-left: auto; margin-right: auto;
  }
}

/* fe-503 */
/* fe-504 */
.zk-fig-550 { width: 550px; max-width: 100%; }

/* fe-505 */
.zk-bridge {
  clear: both;
  margin: 26px 0 18px;
  padding: 4px 0 4px 20px;
  border-left: 4px solid var(--zk-green-on-light);
  font-size: 18px; line-height: 1.7; color: #3b4045;
}
/* fe-506 */
.zk-jump {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Rubik", sans-serif; font-size: 16.5px; font-weight: 600;
  color: var(--zk-green-on-light); text-decoration: none;
}
.zk-jump i { transition: transform .25s ease; }
.zk-jump:hover { color: var(--zk-green-deep); }
.zk-jump:hover i { transform: translateY(4px); }
.zk-jump:focus-visible { outline: 3px solid var(--zk-green-on-light); outline-offset: 4px; }

/* fe-507 */
.zk-callback {
  font-style: normal; font-weight: 600; color: var(--zk-green-on-light);
}

@media (max-width: 991px) {
  /* fe-508 */
  .zk-fig-550 { float: none; width: 100%; margin-left: auto; margin-right: auto; }
}

/* fe-509 */
/* fe-510 */
html.zk-lb-open { overflow: hidden; }
.zk-lb {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 14, 6, .88);
  animation: zkLbIn .18s ease both;
}
@keyframes zkLbIn { from { opacity: 0; } to { opacity: 1; } }
.zk-lb-stage {
  position: relative;
  width: 100%;
  max-width: 1000px;
  animation: zkLbUp .22s cubic-bezier(.2, .7, .3, 1) both;
}
@keyframes zkLbUp {
  from { opacity: 0; transform: translateY(14px) scale(.98); }
  to   { opacity: 1; transform: none; }
}
.zk-lb-stage video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 82vh;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.zk-lb-close {
  position: absolute;
  top: -46px;
  right: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  cursor: pointer;
  transition: background .2s ease;
}
.zk-lb-close:hover { background: rgba(255, 255, 255, .28); }
.zk-lb-close:focus-visible { outline: 3px solid var(--zk-green); outline-offset: 3px; }
@media (max-width: 767px) {
  .zk-lb { padding: 14px; }
  /* fe-511 */
  .zk-lb-close { top: 8px; right: 8px; background: rgba(0, 0, 0, .55); }
}
@media (prefers-reduced-motion: reduce) {
  .zk-lb, .zk-lb-stage { animation: none; }
}

/* fe-512 */
/* fe-513 */
.zk-video-real { max-width: 860px; margin: 26px auto 0; }
.zk-video-real .zk-inline-video { border-radius: 10px; overflow: hidden; }
.zk-video-real img { display: block; width: 100%; height: auto; }
.zk-video-real figcaption {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  color: var(--zk-muted, #6b7280);
}

/* fe-514 */
.zk-chat-quals[hidden] { display: none; }

/* fe-515 */
.zk-chat-chips-row { display: flex; flex-wrap: wrap; gap: 6px; }
.zk-chip {
  border: 1px solid #dfe4e8; border-radius: 999px; padding: 6px 12px;
  background: #fff; cursor: pointer;
  font-family: "Poppins", sans-serif; font-size: 13px; line-height: 1.35;
  color: #3c4043; transition: border-color .14s ease, background .14s ease, color .14s ease;
}
.zk-chip:hover { border-color: var(--zk-green); color: var(--zk-green-on-light); }
.zk-chip:focus-visible {
  outline: 2px solid var(--zk-green-on-light); outline-offset: 2px;
}
/* fe-516 */
.zk-chip.is-chosen {
  background: var(--zk-green); border-color: var(--zk-green);
  color: var(--zk-on-green); font-weight: 600;
}

.zk-chat-chips { padding: 2px 4px 4px; }
.zk-chat-chips-q { margin: 0 0 8px; font-size: 13.5px; color: #6b7075; }

/* fe-517 */
.zk-chat-profile {
  margin: 4px 0 2px; padding: 14px;
  background: var(--zk-tint-1); border: 1px solid #e3eedb; border-radius: 12px;
}
.zk-chat-profile[hidden] { display: none; }
.zk-chat-profile-q {
  margin: 0 0 12px; font-size: 13.5px; line-height: 1.5; color: #3c4043;
}
.zk-chat-qgroup { border: 0; padding: 0; margin: 0 0 12px; }
.zk-chat-qgroup legend {
  float: none; width: auto; margin: 0 0 6px; padding: 0;
  font-size: 12.5px; font-weight: 600; color: #1d2124; border: 0;
}
.zk-chat-qcontact { margin-top: 14px; padding-top: 12px; border-top: 1px solid #e3eedb; }
.zk-chat-qcontact-h { margin: 0 0 8px; font-size: 12.5px; font-weight: 600; color: #1d2124; }
.zk-chat-qcontact input {
  display: block; width: 100%; height: 38px; margin-bottom: 8px; padding: 0 12px;
  border: 1px solid #dfe4e8; border-radius: 8px; background: #fff;
  font-family: "Poppins", sans-serif; font-size: 13.5px; color: #1d2124;
}
.zk-chat-qcontact input:focus { outline: 0; border-color: var(--zk-green-deep); }
.zk-chat-qcontact input.is-bad { border-color: #c0392b; }
.zk-chat-qnote { margin: 0; font-size: 12px; color: #c0392b; }
.zk-chat-qnote[hidden] { display: none; }

.zk-chat-profile-btns { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.zk-chat-profile-send {
  border: 0; border-radius: 8px; padding: 8px 16px; cursor: pointer;
  background: var(--zk-green); color: var(--zk-on-green);
  font-family: "Poppins", sans-serif; font-size: 13.5px; font-weight: 600;
  transition: background .16s ease;
}
.zk-chat-profile-send:hover { background: var(--zk-green-hover); }
.zk-chat-profile-skip {
  border: 0; background: none; cursor: pointer; padding: 6px 2px;
  font-family: "Poppins", sans-serif; font-size: 13px; color: #6b7075;
  text-decoration: underline; text-underline-offset: 2px;
}
.zk-chat-profile-skip:hover { color: #1d2124; }
.zk-chat-profile-done { margin: 0; font-size: 13.5px; color: #1d2124; }
.zk-chat-profile-done[hidden] { display: none; }
.zk-chat-profile-done i { color: var(--zk-green-deep); margin-right: 4px; }


/* fe-518 */
/* fe-519 */
.zk-hp,
.zkq-hp { display: none !important; }

/* fe-520 */
/* fe-521 */
.zk-search-inline { margin-top: 24px; max-width: 560px; }
.zk-search-inline .form-group { display: flex; gap: 8px; }
.zk-search-inline input[type="search"] {
  flex: 1 1 auto; min-width: 0; padding: 12px 16px;
  border: 1px solid rgba(0,0,0,.15); border-radius: 6px; font-size: 16px;
}
.zk-search-inline button {
  flex: 0 0 auto; padding: 12px 20px; border: 0; border-radius: 6px;
  background: #74b636; color: #fff; font-weight: 600; cursor: pointer;
}
.zk-search-inline button:hover { filter: brightness(.94); }

.zk-search-results { list-style: none; margin: 40px 0 0; padding: 0; }
.zk-search-result { padding: 22px 0; border-bottom: 1px solid rgba(0,0,0,.08); }
.zk-search-result:last-child { border-bottom: 0; }
.zk-search-result h2 { font-size: 22px; margin: 0 0 4px; }
.zk-search-url { font-size: 13px; color: #6d7b86; margin: 0 0 8px; word-break: break-word; }
.zk-search-excerpt { margin: 0; line-height: 1.6; }

.zk-search-empty { margin: 40px 0; }
.zk-search-empty ul { margin: 12px 0 0 18px; line-height: 1.9; }
.zk-search-docs-hint { margin: 28px 0 60px; padding-top: 18px; border-top: 1px solid rgba(0,0,0,.08); }

/* fe-522 */
/* fe-523 */
.zk-search-result h2 a:hover,
.zk-search-result h2 a:focus,
.zk-search-empty a:hover,
.zk-search-empty a:focus,
.zk-search-docs-hint a:hover,
.zk-search-docs-hint a:focus {
  color: #74b636;
}

/* fe-524 */
/* fe-525 */
.zk-search-popup .form-group input[type="search"],
.zk-search-inline input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.zk-search-popup .form-group input[type="search"]::-webkit-search-cancel-button,
.zk-search-popup .form-group input[type="search"]::-webkit-search-decoration,
.zk-search-inline input[type="search"]::-webkit-search-cancel-button,
.zk-search-inline input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
  display: none;
}

/* fe-526 */
/* fe-527 */
.zk-flowstep { margin: 0 auto; max-width: 900px; }
.zk-flowstep-bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 6px; margin-bottom: 26px;
}
.zk-flowstep-bar .zk-flow-status {
  appearance: none; -webkit-appearance: none; border: 1px solid rgba(0,0,0,.12);
  background: #fff; font: inherit; cursor: pointer; padding: 8px 16px;
  border-radius: 999px; transition: background .15s, color .15s, border-color .15s;
}
.zk-flowstep-bar .zk-flow-status:hover { border-color: #74b636; color: #74b636; }
.zk-flowstep-bar .zk-flow-status.is-active {
  background: #74b636; border-color: #74b636; color: #fff; font-weight: 600;
}
/* fe-528 */
.zk-flowstep-bar .zk-flow-status-failed.is-active { background: #c0392b; border-color: #c0392b; }
.zk-flow-fork { display: inline-flex; align-items: center; gap: 6px; }
.zk-flow-or { font-style: normal; font-size: 12px; text-transform: uppercase; opacity: .55; }

.zk-flowstep-panels { position: relative; }
.zk-flowstep-panel { display: none; }
.zk-flowstep-panel.is-active {
  display: flex; gap: 28px; align-items: center; flex-wrap: wrap;
  padding: 28px; border: 1px solid rgba(0,0,0,.08); border-radius: 10px; background: #fff;
}
.zk-flowstep-art {
  flex: 0 0 auto; display: flex; align-items: center; gap: 12px;
  min-width: 150px; justify-content: center;
}
.zk-fs-ico {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 62px; height: 62px; border-radius: 14px; background: rgba(116,182,54,.10); color: #74b636;
}
.zk-fs-ico > i:first-child { font-size: 26px; }
.zk-fs-ico-warn { background: rgba(192,57,43,.10); color: #c0392b; }
.zk-fs-badge {
  position: absolute; right: -6px; bottom: -6px; width: 24px; height: 24px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; border-radius: 50%; background: #74b636; color: #fff;
}
.zk-fs-ico-warn .zk-fs-badge { background: #c0392b; }
.zk-fs-arrow, .zk-fs-dots { color: #74b636; opacity: .5; font-size: 20px; }
.zk-flowstep-copy { flex: 1 1 320px; min-width: 0; }
.zk-flowstep-copy h4 { margin: 0 0 8px; }
.zk-flowstep-copy p { margin: 0; line-height: 1.65; }
.zk-flowstep-foot {
  margin: 22px 0 0; padding-top: 18px; border-top: 1px solid rgba(0,0,0,.08);
  font-size: 15px; line-height: 1.7; text-align: center;
}
@media (max-width: 575px) {
  .zk-flowstep-bar { gap: 4px; }
  .zk-flowstep-bar .zk-flow-status { padding: 6px 12px; font-size: 14px; }
  .zk-flowstep-panel.is-active { padding: 20px; gap: 18px; }
}

/* fe-529 */
/* fe-530 */

/* fe-531 */
.zk-btn {
  display: inline-block;
  padding: 13px 35px;
  border: 2px solid #74b636;
  border-radius: 7px;
  background: #74b636;
  color: #fff;
  /* fe-532 */
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.zk-btn:hover, .zk-btn:focus {
  background: #ffffff;
  color: #74b636;
  border-color: #74b636;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 32, 5, 0.22);
}
.zk-aff-grid { margin: 48px 0 40px; } /* fe-533 */
.zk-aff-stat {
  height: 100%; padding: 22px; margin-bottom: 24px; border-radius: 10px;
  background: rgba(116,182,54,.07); border: 1px solid rgba(116,182,54,.18);
}
.zk-aff-stat strong { display: block; font-size: 30px; line-height: 1.1; color: #74b636; }
.zk-aff-stat span { display: block; margin-top: 8px; font-size: 14px; line-height: 1.5; }
.zk-aff-steps { margin: 8px 0 40px 20px; line-height: 1.9; }
.zk-aff-honest { margin: 8px 0 48px 20px; line-height: 1.9; }
.zk-aff-formcard {
  padding: 28px; border-radius: 12px; background: #fff;
  border: 1px solid rgba(0,0,0,.10); box-shadow: 0 10px 34px rgba(0,0,0,.06);
  position: sticky; top: 110px;
}
.zk-aff-formcard h2 { margin: 0 0 18px; font-size: 24px; }
.zk-aff-formcard .zk-form-box { margin-bottom: 14px; }
.zk-aff-formcard label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 600; }
.zk-aff-formcard input[type="text"],
.zk-aff-formcard input[type="email"],
.zk-aff-formcard textarea {
  width: 100%; padding: 11px 14px; border: 1px solid rgba(0,0,0,.15);
  border-radius: 6px; font-size: 15px; font-family: inherit;
}
.zk-aff-formcard textarea { resize: vertical; }
.zk-aff-formcard .zk-btn { width: 100%; margin-top: 6px; }
.zk-aff-smallprint { margin: 12px 0 0; font-size: 13px; opacity: .7; text-align: center; }
/* fe-534 */
/* fe-535 */
.zk-aff-smallprint a { color: #74b636; font-weight: 600; }
.zk-aff-smallprint a:hover, .zk-aff-smallprint a:focus { color: #5c9129; }
/* fe-536 */
/* fe-537 */
.zk-aff-terms { margin-top: 8px; }
.zk-aff-terms summary { cursor: pointer; font-size: 13px; font-weight: 600; color: #74b636; }
.zk-aff-terms summary:hover { color: #5c9129; }
.zk-aff-terms-body {
  max-height: 240px; overflow-y: auto; margin-top: 8px; padding: 12px 14px;
  border: 1px solid rgba(0,0,0,.12); border-radius: 6px; background: #fafafa;
  font-size: 13px; line-height: 1.6;
}
.zk-aff-terms-body h6 { font-size: 13px; font-weight: 700; margin: 12px 0 2px; }
.zk-aff-terms-body h6:first-child { margin-top: 0; }
.zk-aff-terms-body p { margin: 0 0 8px; }
@media (max-width: 991px) { .zk-aff-formcard { position: static; margin-top: 32px; } }

/* fe-538 */
/* fe-539 */

/* fe-540 */
.zk-verify-wrap {
  padding: 0 0 90px;
}
.zk-verify-card {
  max-width: 480px;
  margin: -54px auto 0;
  position: relative;
  z-index: 3;
  padding: 44px 40px 38px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(16, 33, 10, 0.14);
}
.zk-verify-illo {
  display: block;
  width: 168px;
  height: 128px;
  margin: 0 auto 22px;
}
/* fe-541 */
.zk-verify-badge-err { display: none; }
.zk-verify-card.has-error .zk-verify-badge-ok  { display: none; }
.zk-verify-card.has-error .zk-verify-badge-err { display: inline; }

.zk-verify-card h2 {
  margin: 0 0 8px;
  font-family: "Rubik", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #1d2124;
}
.zk-verify-copy {
  margin: 0 0 20px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #646464;
}

/* fe-542 */
.zk-verify-error {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 22px;
  padding: 13px 15px;
  text-align: left;
  font-size: 13.5px;
  line-height: 1.55;
  /* fe-543 */
  color: #8a2c2c;
  background: #fbeeee;
  border: 1px solid rgba(194, 59, 59, 0.25);
  border-radius: 9px;
}
.zk-verify-error[hidden] { display: none; }
.zk-verify-error svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.zk-code-field {
  margin-bottom: 20px;
  text-align: left;
}
.zk-code-label {
  display: block;
  margin-bottom: 8px;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1d2124;
}
.zk-code-input {
  width: 100%;
  padding: 16px 18px;
  /* fe-544 */
  font-family: "Rubik", monospace, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-align: center;
  color: #1d2124;
  background: var(--zk-tint-2);
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 9px;
  outline: none;
  transition: 0.2s;
}
.zk-code-input::placeholder {
  color: rgba(29, 33, 36, 0.28);
  letter-spacing: 0.42em;
}
.zk-code-input:focus {
  background: #fff;
  border-color: var(--zk-green);
  box-shadow: 0 0 0 4px rgba(116, 182, 54, 0.14);
}
/* fe-545 */
.zk-code-input.is-error {
  background: #fdf4f4;
  border-color: #c23b3b;
}
.zk-code-input.is-error:focus {
  box-shadow: 0 0 0 4px rgba(194, 59, 59, 0.14);
}

/* fe-546 */
.zk-verify-card .zk-btn {
  display: block;
  width: 100%;
}
.zk-verify-card .zk-btn[disabled] {
  opacity: 0.65;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.zk-resend-row {
  margin: 22px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 13.5px;
  color: #646464;
}
.zk-resend-row .zk-resend-link { font-weight: 600; }
/* fe-547 */
/* fe-548 */
.zk-resend-row .zk-resend-link.is-cooling-down {
  color: #9a9a9a;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
/* fe-549 */
.zk-resend-note {
  margin-top: 6px;
  font-size: 12.5px;
  color: var(--zk-green-on-light);
}
.zk-resend-note[hidden] { display: none; }

.zk-verify-help {
  margin-top: 20px;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(100, 100, 100, 0.85);
}

/* fe-550 */
.zk-pw-wrap { position: relative; }
.zk-pw-wrap input { padding-right: 44px; }
.zk-pw-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 54px;
  border: 0;
  background: transparent;
  color: #7c8a89;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.zk-pw-toggle:hover,
.zk-pw-toggle:focus { color: var(--zk-green); }
.zk-pw-toggle:focus-visible { outline: 2px solid var(--zk-green); outline-offset: 2px; }

@media (max-width: 560px) {
  .zk-verify-card {
    margin-top: -40px;
    padding: 34px 24px 30px;
  }
  .zk-code-input {
    padding: 14px;
    font-size: 20px;
    letter-spacing: 0.32em;
  }
  .zk-code-input::placeholder { letter-spacing: 0.32em; }
}

/* fe-551 */
/* fe-552 */
.zkq-modal .zk-form-error {
  position: sticky;
  top: 0;
  z-index: 5;
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fdecea;
  border: 1px solid #f5c6c2;
}


/* fe-553 */
/* fe-554 */
.zk-header-btn a.zk-header-login {
    color: #fff;
    /* fe-555 */
    padding: 6px 20px !important;
    font-weight: 500;
    background: #83c248 !important;
    border: 2px solid #83c248;
    margin-right: 10px;
}
/* fe-556 */
.zk-header-btn a.zk-header-login:hover {
    background: #fff !important;
    color: #74b636;
    text-decoration: underline;
    border: 2px solid #bbbbbb;
}
.zk-header-btn a:hover {
    background: #5f9e2e !important;
    color: #fff;
    border: 2px solid #bebebe;
}
.zk-chat-launcher {
    background: #fff;
}
.zk-chat-launcher:hover {
    background: #74b636;
    transform: translateY(-2px);
    color: #fff;
}
/* fe-557 */
.zk-header-login-ico { font-size: 0.85em; margin-left: 6px; }

/* fe-558 */
/* fe-559 */
[data-zk-instant-demo] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  text-align: center;
}
.zk-idemo-main { display: block; }
.zk-idemo-sub {
  display: block;
  font-size: 0.62em;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .85;
  margin-top: 2px;
  font-weight: 500;
  white-space: nowrap;
}

/* fe-560 */
/* fe-561 */
.zkq-cap--instant {
  position: fixed;
  z-index: 12040;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .16s ease, transform .16s ease, visibility 0s linear .16s;
  /* fe-562 */
  pointer-events: auto;
}
.zkq-cap--instant.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .16s ease, transform .16s ease, visibility 0s;
}
.zkq-cap--instant[hidden] { display: none !important; }

/* fe-563 */
/* fe-564 */
.zk-idemo-sub--btn { font-size: 0.50em; }

/* fe-565 */
.zk-pagehead-cta { display: flex; align-items: stretch; flex-wrap: wrap; gap: 12px; }
.zk-pagehead-cta > .zk-ph-btn { display: inline-flex; align-items: center; justify-content: center; }
.zk-cta-buttons { display: flex; align-items: stretch; flex-wrap: wrap; gap: 12px; }
.zk-cta-buttons > .zk-banner-btn { display: flex; }
.zk-cta-buttons > .zk-banner-btn > a {
  display: inline-flex; align-items: center; justify-content: center; height: 100%;
}

/* fe-566 */
/* fe-567 */
.zk-banner-btn.zk-upper a,
.zk-banner-btn a:hover { height: 65px; }

/* fe-568 */
/* fe-569 */
@keyframes zk-lock-shrink {
  0%   { transform: scale(1); }
  45%  { transform: scale(0.5); }
  100% { transform: scale(1); }
}
.zk-header-btn a.zk-header-login .zk-header-login-ico {
  display: inline-block;
  transform-origin: center;
}
.zk-header-btn a.zk-header-login:hover .zk-header-login-ico {
  animation: zk-lock-shrink .45s ease;
}
/* fe-570 */
.zk-header-btn a:hover {
  border: 2px solid #bebebe;
}

/* fe-571 */
/* fe-572 */
/* fe-573 */
.zk-header-btn a.zk-header-login {
  border: 2px solid #bbbbbb;
}
.zk-header-btn a {
  border: 2px solid #bebebe;
}
.zk-header-btn a:hover {
  border: 2px solid #f3f3f3;
}


/* fe-574 */
/* fe-575 */
.zk-chat-form textarea::placeholder { color: #9aa1a7; opacity: 1; }
.zk-chat-form textarea::-webkit-input-placeholder { color: #9aa1a7; }
.zk-chat-form textarea::-moz-placeholder { color: #9aa1a7; opacity: 1; }
.zk-chat-form textarea:-ms-input-placeholder { color: #9aa1a7; }

/* fe-576 */
@media (max-width: 1599px) {
  .zk-header-menu ul .zk-submenu ul li a { font-size: 13.5px; }
  .zk-submenu ul li a { padding: 9px 4px 9px 15px; }
  .zk-header-menu ul li .zk-submenu.zk-mega { padding: 24px 0 27px; }
  /* fe-577 */
  .zk-header-menu ul li .zk-submenu.zk-mega.zk-mega-split { padding: 0; }
  .zk-header-menu .zk-mega ul { gap: 8px 38.5px; padding: 0 48px; }
  .zk-header-menu ul .zk-submenu.zk-mega ul li a { gap: 11px; padding: 13px 9.5px; border-radius: 8px; }
  .zk-mega-ico { flex: 0 0 32px; width: 32px; height: 32px; border-radius: 8px; font-size: 14.5px; }
  .zk-mega-text strong { font-size: 13.5px; }
  .zk-mega-text em { font-size: 10px; }
  .zk-header-menu ul .zk-submenu.zk-mega-split > ul { gap: 8px 32px; padding: 24px 32px 24px 48px; }
  .zk-mega-aside { flex: 0 0 272px; padding: 21px 48px 21px 32px; }
  .zk-mega-aside-eyebrow { font-size: 9.5px; }
  .zk-mega-aside-title { font-size: 15px; }
  .zk-mega-aside .zk-mega-phone { font-size: 16px; }
  .zk-mega-aside .zk-mega-phone i { font-size: 14.5px; }
  .zk-mega-hours { font-size: 10.5px; }
  .zk-mega-aside .zk-mega-demo { padding: 10px 21px; font-size: 12px; }
  .zk-mega-aside .zk-mega-aside-link { font-size: 11px; }
  .zk-mega-aside .zk-mega-aside-link i { font-size: 9px; }
}

/* fe-578 */
.zk-calc-scrolldown { display: flex; justify-content: center; margin: 0 0 42px; }
.zk-calc-scrolldown-btn {
  display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--zk-tint-1); border: 2px solid var(--zk-green);
  color: var(--zk-green-on-light); font-size: 17px;
  transition: background .18s ease, transform .18s ease, color .18s ease;
  animation: zkCalcScrolldownBob 1.8s ease-in-out infinite;
}
.zk-calc-scrolldown-btn:hover, .zk-calc-scrolldown-btn:focus-visible {
  background: var(--zk-green); color: var(--zk-on-green); transform: translateY(2px);
  animation-play-state: paused;
}
@keyframes zkCalcScrolldownBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}
@media (prefers-reduced-motion: reduce) {
  .zk-calc-scrolldown-btn { animation: none; }
}
@media (max-width: 575px) {
  .zk-calc-scrolldown { margin-bottom: 30px; }
}

/* fe-579 */
/* fe-580 */
.zk-cmp-old h4 {
  font-size: 30px;
  font-weight: 200;
}
.zk-cmp-new h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
}

/* fe-581 */
/* fe-582 */
.zk-plan-card-wide.zk-plan-growth .zk-plan-btn a {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
  animation: none;
}
.zk-plan-growth:hover .zk-plan-btn a,
.zk-plan-card-wide.zk-plan-growth .zk-plan-btn a:hover,
.zk-plan-card-wide.zk-plan-growth .zk-plan-btn a:focus {
  background: #ffffff;
  color: #4e8a10;
  border-color: #ffffff;
  animation: none;
}
/* fe-583 */
.zk-plan-growth .zk-badge {
  background: #ffffff;
  color: #4e8a10;
  border: 2px solid #4e8a10;
}

/* fe-584 */
.zk-plan-flex .zk-plan-head h3 {
  border: 2px solid white;
  border-radius: 10px;
  background: white;
  color: rgb(147 42 132);
  padding: 8px;
  text-decoration: underline;
}
.zk-plan-enterprise .zk-plan-head h3 {
  border: 2px solid white;
  border-radius: 10px;
  background: white;
  color: rgb(0 97 255);
  padding: 8px;
  text-decoration: underline;
}
/* fe-585 */
.zk-plan-growth .zk-plan-head h3 {
  border: 2px solid white;
  border-radius: 10px;
  background: white;
  color: #3f7a12;
  padding: 8px;
  text-decoration: underline;
}
/* fe-586 */

/* fe-587 */
/* fe-588 */
.zk-plan-chat {
  display: block;
  padding: 20px;
  font-size: 35px;
  color: #d1f5ff;
  line-height: 1;
}

/* fe-589 */
/* fe-590 */
.zk-plans-row > [class^="col-"] { display: flex; }
.zk-plans-row .zk-plan-card,
.zk-plans-row .zk-plan-card-wide { width: 100%; }

/* fe-591 */
/* fe-592 */
.zk-plans-row .zk-plan-card,
.zk-plans-row .zk-plan-card-wide { display: flex; flex-direction: column; }
.zk-plans-row .zk-plan-body { display: flex; flex-direction: column; flex: 1; }
/* fe-593 */
.zk-plan-body ul.zk-plan-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 22px 0 0;
  margin-top: auto;
  padding: 14px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  list-style: none;
}
/* fe-594 */
.zk-plan-body ul.zk-plan-icons li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 10px;
  font-size: 14px;
  line-height: 1.35;
  color: #a7adb4;
  font-family: "Rubik", sans-serif;
}
.zk-plan-body ul.zk-plan-icons li i {
  font-size: 26px;
  color: #c9ced4;
  flex: 0 0 auto;
  width: 30px;
  text-align: center;
}
@media (max-width: 575px) {
  .zk-plan-body ul.zk-plan-icons { grid-template-columns: 1fr; }
}

/* fe-595 */
/* fe-596 */
.zk-chat-form textarea::placeholder { font-size: 11.5px; }
.zk-chat-form textarea::-webkit-input-placeholder { font-size: 11.5px; }
.zk-chat-form textarea::-moz-placeholder { font-size: 11.5px; }
.zk-chat-form textarea:-ms-input-placeholder { font-size: 11.5px; }

/* fe-597 */
/* fe-598 */
body.zk-page-integrations .zk-features-area .row.zk-row-top { row-gap: 24px; }

/* fe-599 */
/* fe-600 */
.zk-feature-card,
.zk-plan-card,
.zk-plan-card-wide { height: 100%; }

/* fe-601 */
@media (max-width: 991px) {
  .mobile-menu-area { min-height: 59px; }
  .mean-container .mean-bar {
    position: fixed; top: 0; left: 0; right: 0; width: 100%;
  }
  .zk-mobile-logo { position: fixed; }
  .mean-container .mean-nav {
    max-height: calc(100vh - 58px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* fe-602 */
@media (max-width: 767px) {
  .zk-plans-row > [class^="col-"] { margin-bottom: 50px; }
  .zk-plans-row > [class^="col-"]:last-child { margin-bottom: 0; }
}

/* fe-603 */
/* fe-604 */
.zk-banner-title p {
  color: #e5e5e5 !important;
  margin-top: 30px;
}
.zk-banner-title p a { color: #f9dada !important; }
.zk-banner { padding-bottom: 50px; }

/* fe-605 */
.zkq-cap-resend > a { margin-left: 6px; }

/* fe-606 */
/* fe-607 */
.zk-demo-video { max-width: 900px; margin: 26px auto 0; }
.zk-dv-stage { margin: 0; }
.zk-dv-stage .zk-inline-video { border-radius: 10px; overflow: hidden; position: relative; }
.zk-dv-stage img { display: block; width: 100%; height: auto; }
.zk-dv-video { display: block; width: 100%; height: auto; border-radius: 10px; background: #000; }
.zk-dv-stage figcaption {
  margin-top: 10px; font-size: 13.5px; color: #6b7075; text-align: center;
}
.zk-dv-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 68px; height: 68px; border-radius: 50%;
  background: var(--zk-green-deep); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; box-shadow: 0 6px 22px rgba(0, 0, 0, .32);
  transition: transform .2s ease;
}
.zk-dv-play i { margin-left: 4px; }
.zk-inline-video:hover .zk-dv-play { transform: translate(-50%, -50%) scale(1.08); }

.zk-dv-error {
  margin: 12px 0 0; padding: 10px 14px; border-radius: 8px;
  background: #fdf3f3; border: 1px solid #f0d6d6; color: #8a3a3a;
  font-size: 13.5px; text-align: center;
}

/* fe-608 */
.zk-dv-tr-bar { text-align: center; margin-top: 14px; }
.zk-dv-toggle {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid #d9dde0; background: #fff; cursor: pointer;
  padding: 9px 18px; border-radius: 999px;
  font-family: "Poppins", sans-serif; font-size: 13.5px; font-weight: 500;
  color: #1d2124; transition: background .16s ease, border-color .16s ease;
}
.zk-dv-toggle:hover { background: #f2f7ec; border-color: var(--zk-green); }
.zk-dv-toggle:focus-visible { outline: 3px solid var(--zk-green-on-light); outline-offset: 2px; }
.zk-dv-toggle i { font-size: 11px; color: var(--zk-green-on-light); transition: transform .2s ease; }
.zk-demo-video.tr-open .zk-dv-toggle i { transform: rotate(180deg); }

/* fe-609 */
.zk-dv-transcript {
  margin-top: 14px; border: 1px solid #e3e6e8; border-radius: 10px;
  background: #fff; padding: 16px 8px 12px 18px;
}
.zk-dv-transcript[hidden] { display: none; }
.zk-tr-head { margin: 0 0 2px; font-size: 17px; font-weight: 600; color: #1d2124; }
.zk-tr-hint { margin: 0 0 10px; font-size: 12.5px; color: #6b7075; }
.zk-tr-lines { max-height: 340px; overflow-y: auto; padding-right: 10px; }
.zk-tr-cue {
  display: flex; gap: 12px; width: 100%; text-align: left;
  border: 0; background: none; cursor: pointer;
  padding: 7px 8px; border-radius: 6px;
  font-family: "Poppins", sans-serif; font-size: 13.5px; line-height: 1.55;
  color: #3a4045; transition: background .14s ease, color .14s ease;
}
.zk-tr-cue:hover { background: #f2f7ec; color: #1d2124; }
.zk-tr-cue:focus-visible { outline: 3px solid var(--zk-green-on-light); outline-offset: 2px; }
.zk-tr-time {
  flex: 0 0 36px; font-variant-numeric: tabular-nums;
  font-size: 12px; color: var(--zk-green-on-light); padding-top: 1px;
}
.zk-tr-text { flex: 1 1 auto; min-width: 0; }
.zk-tr-cue.is-active { background: #eaf4de; color: #1d2124; font-weight: 500; }
.zk-tr-cue.is-active .zk-tr-time { font-weight: 600; }

@media (max-width: 575px) {
  .zk-dv-transcript { padding-left: 12px; }
  .zk-tr-lines { max-height: 260px; }
  .zk-tr-cue { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .zk-dv-play, .zk-tr-cue, .zk-dv-toggle, .zk-dv-toggle i { transition: none; }
}

/* fe-610 */
.zk-chat.is-peeked .zk-chat-launcher {
  animation: zkChatPulse 1.8s ease-out 5;
}
@keyframes zkChatPulse {
  0%   { box-shadow: 0 12px 28px rgba(16, 33, 10, .26), 0 0 0 0    rgba(116, 182, 54, .55); }
  65%  { box-shadow: 0 12px 28px rgba(16, 33, 10, .26), 0 0 0 15px rgba(116, 182, 54, 0); }
  100% { box-shadow: 0 12px 28px rgba(16, 33, 10, .26), 0 0 0 0    rgba(116, 182, 54, 0); }
}

/* fe-611 */
@media (prefers-reduced-motion: reduce) {
  .zk-chat.is-peeked .zk-chat-launcher { animation: none; }
}
