* {
  outline: 0;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  font-family: "Inter", sans-serif;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.no-header-datos-whitepaper {
  padding-top: 0 !important;
  overflow: scroll !important;
}
.no-header-datos-whitepaper .datos-banner-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.z-container__custom {
  max-width: 1320px;
}
.datos__wrapper {
}
/******banner section******/
.datos-banner-section {
  background-color: #140442;
  padding: 57px 0 59px;
  background-image: url(/wp-content/uploads/sites/2/2024/06/datos-banner-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.datos-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.datos-banner-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.datos-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(55%, #e1d3ff),
    to(#fff)
  );
  background: -o-linear-gradient(left, #fff 0%, #e1d3ff 55%, #fff 100%);
  background: linear-gradient(90deg, #fff 0%, #e1d3ff 55%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 25px;
  padding-bottom: 29px;
  max-width: 642px;
}
.dataos-sub-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 29.92px */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-0.53%, #ffe299),
    color-stop(86.23%, #ffa63d)
  );
  background: -o-linear-gradient(left, #ffe299 -0.53%, #ffa63d 86.23%);
  background: linear-gradient(90deg, #ffe299 -0.53%, #ffa63d 86.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
}
.datos-deparator {
  width: auto;
}
.datos-list {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
  list-style: none;
  padding-top: 23px;
}
.datos-list li:not(:first-of-type) {
  position: relative;
  padding-left: 18px;
  padding-top: 9px;
}
.datos-list li:not(:first-of-type):before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #6f4cb9;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: 0;
}
.datos-list li:first-of-type {
  padding-bottom: 14px;
}
.datos-banner-right {
  width: 486px;
}
/********form design***********/
.custom-form-box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 486px;
  padding: 30px 43px 42px 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 1.871px 31.624px 23.699px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 1.871px 31.624px 23.699px 0px rgba(0, 0, 0, 0.11);
}
.custom-form-box h2 {
  color: #121212;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}
.custom-form-content input[type="submit"] {
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding: 30px 69px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background: -o-linear-gradient(357deg, #ec7cfe -36.99%, #6224e4 84.11%);
  background: linear-gradient(93deg, #ec7cfe -36.99%, #6224e4 84.11%);
  -webkit-box-shadow: 0px 10.849px 32.548px 0px rgba(165, 133, 233, 0.5);
  box-shadow: 0px 10.849px 32.548px 0px rgba(165, 133, 233, 0.5);
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.44px;
  transition: 0.25s ease-in-out;
}
.custom-form-content input[type="submit"]:hover {
  transform: scale(0.95);
}
.custom-form-content .input input[type="text"],
.custom-form-content .input input[type="email"],
.custom-form-content .input input[type="tel"],
.custom-form-content .input textarea {
  background-color: transparent;
  padding: 9px 25px !important;
  min-height: 55px !important;
  border-radius: 5px;
  border: 1.133px solid #643ade;
  color: #757575;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.259px;
  width: 100%;
}
.custom-form-heading {
  padding-bottom: 32px;
  max-width: 584px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #2c2c2c;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.custom-form-content fieldset:not(:last-of-type) {
  padding-bottom: 15px !important;
}
.custom-form-content fieldset {
  max-width: 100% !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 10px !important;
  max-width: 516px;
  color: #000;
  line-height: 155%;
  font-family: "Manrope", sans-serif;
}
.legal-consent-container .hs-form-booleancheckbox-display > span a {
  color: #8023d1;
}
.hs-form-booleancheckbox-display input[type="checkbox"] {
  border-radius: 3.286px;
  border: 1.5px solid #6d2ce7;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  outline: none;
  cursor: pointer;
  position: relative;
}
.hs-form-booleancheckbox-display input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
}
.custom-form-content .hs-form-booleancheckbox-display {
  cursor: pointer;
  color: #121212;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.custom-form-content .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-form-content ul {
  list-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}
.custom-form-box .custom-form-content ul .hs-form-booleancheckbox {
  padding-top: 0;
}

.hs-form-booleancheckbox-display input[type="checkbox"]:checked::before {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}

.hs-form-booleancheckbox-display input[type="checkbox"]:checked {
  background-color: #6d2ce7;
}
.custom-form-content .hs-error-msgs {
  color: #f44336;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
  position: relative;
  top: 3px;
}
.custom-form-content .no-list.hs-error-msgs.inputs-list:not([role="alert"]) {
  display: none !important;
}
.custom-form-content .hs-form-booleancheckbox-display a {
  color: #8023d1;
}
.custom-form-content .hs-form-field {
  padding-bottom: 30px;
}
.custom-form-content fieldset .input {
  margin-right: 0 !important;
}
.custom-form-content .submitted-message {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
/* form mobile screen */
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 55px !important;
  }
  .form-schedulemeeting-section .downlaod-row .content {
    display: none;
  }
  .form-schedulemeeting-section .downlaod-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .form-schedulemeeting-section.download-bg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-image: none !important;
    background-color: transparent !important;
    padding-bottom: 0px !important;
    padding-top: 00px !important;
  }
  .form-schedulemeeting-section .downlaod-row a {
    font-size: 18px !important;
    padding: 10px 25px !important;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    border-radius: 0 !important;
  }
  .form-schedulemeeting-section .downlaod-row a:hover {
    transform: scale(1);
  }
  .custom-form-content .submitted-message {
    font-size: 22px;
  }
  .datos-banner-right .custom-form-box {
    width: 540px;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 1.871px 31.624px 23.699px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 1.871px 31.624px 23.699px 0px rgba(0, 0, 0, 0.11);
    padding: 28px 30px 33px 30px;
  }
  .custom-form-content input[type="submit"] {
    font-size: 18px;
    width: 230px;
    height: 48px;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .custom-form-content .input input[name="firstname"] {
    margin-right: 0;
    width: 100% !important;
  }
  .custom-form-content fieldset.form-columns-2 .hs-form-field,
  .custom-form-content fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
    padding-bottom: 15px;
  }
  .custom-form-content .hs_lastname {
    padding-left: 0 !important;
  }
  .custom-form-content fieldset:not(:last-of-type) {
    padding-bottom: 0 !important;
  }
  .custom-form-content .input input[name="firstname"] {
    margin-right: 0;
    width: 100% !important;
  }
  .custom-form-content .hs_lastname {
    padding-left: 0;
  }
  .custom-form-content .hs_phone legend {
    font-size: 14px;
  }
}
/*********stage box section********/
.stage-section {
  padding-top: 88px;
  background: url(/wp-content/uploads/sites/2/2024/06/datos-illustration.svg),
    -webkit-gradient(linear, left top, left bottom, from(#6252e2), color-stop(217.91%, #241691));
  background: url(/wp-content/uploads/sites/2/2024/06/datos-illustration.svg),
    -o-linear-gradient(top, #6252e2 0%, #241691 217.91%);
  background: url(/wp-content/uploads/sites/2/2024/06/datos-illustration.svg),
    linear-gradient(180deg, #6252e2 0%, #241691 217.91%);
  padding-bottom: 197px;
  background-repeat: no-repeat;
  background-size: cover;
}
.stage-section-title {
  text-align: center;
  padding-bottom: 7px;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 50.4px */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(55%, #d5d7ff),
    to(#fff)
  );
  background: -o-linear-gradient(left, #fff 0%, #d5d7ff 55%, #fff 100%);
  background: linear-gradient(90deg, #fff 0%, #d5d7ff 55%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stage-section-sub-title {
  color: #e0ddff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  max-width: 821px;
  margin: auto;
}
.process-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  position: relative;
  top: -115px;
  margin-bottom: -115px;
}
.process-box .item {
  width: calc(100% / 4);
  background-color: #fff;
  -webkit-box-shadow: 0px 34px 42px rgba(30, 15, 121, 0.06);
  box-shadow: 0px 34px 42px rgba(30, 15, 121, 0.06);
  border-radius: 12px;
  padding: 53px 0 55px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: auto;
}
.process-box .item .label {
  color: #281c8f;
  font-size: 23.326px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 27.991px */
  padding-left: 30px;
  padding-right: 15px;
  position: relative;
}
.process-box .item .label img {
  display: block;
  margin-bottom: 28px;
}
.process-box .item .colored {
  color: #6351fc;
  padding-bottom: 15px;
}
.process-box .item:not(:last-of-type) .label::after {
  content: "";
  height: 42px;
  width: 37.5px;
  position: absolute;
  background: url(/wp-content/uploads/sites/2/2024/06/item-arrow.svg) no-repeat
    center;
  right: 0;
  top: 70%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  z-index: 1;
}
.process-box .item .content {
  padding-left: 30px;
  padding-right: 15px;
  max-width: 260px;
}
/*****download whitepaper****/
.downlaod-whitepaper-section {
  padding-bottom: 80px;
  background-color: #eaf0fb;
  background-image: url(https://zv3d.wpengine.com/us/wp-content/uploads/sites/2/2024/06/datos-bar-chart-left-side-illustration.svg),
    url(/wp-content/uploads/sites/2/2024/06/datos-illustration-right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left calc(100% - 30vh), right calc(100% - 30vh);
}
.downlaod-row {
  padding-top: 57px;
  padding-bottom: 57px;
  border-bottom: dashed #d3cbff 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.downlaod-row a {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 53px;
  padding: 30px 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 30px;
  background: -o-linear-gradient(357deg, #ec7cfe -36.99%, #6224e4 84.11%);
  background: linear-gradient(93deg, #ec7cfe -36.99%, #6224e4 84.11%);
  -webkit-box-shadow: 0px 10.849px 32.548px 0px rgba(165, 133, 233, 0.5);
  box-shadow: 0px 10.849px 32.548px 0px rgba(165, 133, 233, 0.5);
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  letter-spacing: 0.4px;
  transition: 0.25s ease-in-out;
}
.downlaod-row a:hover {
  transform: scale(0.95);
}
.downlaod-row .content {
  color: #262341;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
}
.download-bg {
  background-color: #eaf0fb;
  background-image: url(/wp-content/uploads/sites/2/2024/06/datos-bar-chart-left-side-illustration.svg),
    url(/wp-content/uploads/sites/2/2024/06/datos-illustration-right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.form-schedulemeeting-section .downlaod-row {
  border-bottom: 0;
  flex-direction: column;
  gap: 30px;
}
.form-schedulemeeting-section .downlaod-row .content {
  font-weight: 700;
  font-size: 41px;
  line-height: 64px;
  text-align: center;
}
.form-schedulemeeting-section .downlaod-row a {
  border-radius: 68px;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  padding: 15px 35px;
  height: auto;
}
.downlaod-whitepaper-heading {
  color: #281c8f;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 50.4px */
  padding-top: 58px;
  padding-bottom: 49px;
  max-width: 997px;
  margin: auto;
}
.bar-chart {
  width: 100%;
  height: auto;
  max-width: 1094px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/******watch now section******/
.watch-now-section {
  background: #0e0625;
  background-image: url(/wp-content/uploads/sites/2/2024/06/watch-now-left-illustration.svg),
    url(/wp-content/uploads/sites/2/2024/06/watch-now-illustration.svg),
    -webkit-gradient(linear, right top, left top, color-stop(29.49%, #3d15b0), color-stop(70.34%, #1e0a58));
  background-image: url(/wp-content/uploads/sites/2/2024/06/watch-now-left-illustration.svg),
    url(/wp-content/uploads/sites/2/2024/06/watch-now-illustration.svg),
    -o-linear-gradient(right, #3d15b0 29.49%, #1e0a58 70.34%);
  background-image: url(/wp-content/uploads/sites/2/2024/06/watch-now-left-illustration.svg),
    url(/wp-content/uploads/sites/2/2024/06/watch-now-illustration.svg),
    linear-gradient(270deg, #3d15b0 29.49%, #1e0a58 70.34%);
  background-repeat: no-repeat;
  background-position: left center, right center;
}
.watch-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 97px;
  max-width: 1110px;
  margin: auto;
}
.watch-now-left {
  min-width: 580px;
  max-width: 580px;
}
.watch-now-left img {
  width: 100%;
  height: auto;
  max-width: 580px;
}
.watch-now-left img.web-view {
  margin-bottom: -4px;
}
.watch-now-right h2 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 50.4px */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(55%, #d5d7ff),
    to(#fff)
  );
  background: -o-linear-gradient(left, #fff 0%, #d5d7ff 55%, #fff 100%);
  background: linear-gradient(90deg, #fff 0%, #d5d7ff 55%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 461px;
  padding-bottom: 22px;
}
.watch-now-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 45px;
  padding-bottom: 45px;
}
.watch-now-right a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 72px;
  padding: 30px 69px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 40px;
  background: -o-linear-gradient(357deg, #ec7cfe -36.99%, #6224e4 84.11%);
  background: linear-gradient(93deg, #ec7cfe -36.99%, #6224e4 84.11%);
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
  letter-spacing: 0.44px;
  white-space: nowrap;
  transition: 0.25s ease-in-out;
}
/** Video Popup style **/
.video {
  width: 100%;
  min-height: 480px;
  margin: auto;
  display: block;
  border: none;
}
.popup-btn-datos {
  cursor: pointer;
}
.close-btn-datos {
  position: absolute;
  background-color: transparent;
  right: -35px;
  top: -10px;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
}
.close-btn-datos:hover {
  opacity: 1;
}
.close-btn-datos:before,
.close-btn-datos:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #ffffff;
}
.close-btn-datos:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn-datos:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-btn-datos:hover {
  color: #ffffff;
  transform: scale(0.95);
}
.video-popup-datos {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 10px 10px 10px 10px #000;
  box-shadow: 10px 10px 10px 10px #000;
  z-index: 99999;
}
.popup-bg-datos {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content-datos {
  background: #000;
  transform: translate(-50%, -50%);
  min-width: 800px;
  height: auto;
}
.datos-youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.datos-youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0;
}
.popup-title-datos {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}
.youtube-player-datos {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.youtube-player-datos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0;
}

.youtube-player-datos img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.youtube-player-datos img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player-datos .play {
  height: 72px;
  width: 72px;
  margin-left: -36px;
  margin-top: -36px;
  cursor: pointer;
  background: url(/wp-content/uploads/sites/3/2022/12/video-play-button.webp)
    center center / contain no-repeat;
  background-position: center center;
}
.popup-content-datos,
.youtube-player-datos .play {
  left: 50%;
  top: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .video {
    width: 100%;
    min-height: 300px;
  }
  .popup-content-datos {
    width: 100%;
    min-width: auto;
  }
  .close-btn-datos {
    right: 5px;
    top: -48px;
  }
}
/** End Video Popup style **/
/** About Zeta **/
.about-zeta-block {
  padding: 100px 0 240px 0;
  background-color: #f3f5fe;
}
.about-zeta-content h2 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 144%;
  text-align: center;
  color: #0f172e;
  width: 100%;
  padding-bottom: 30px;
}
.about-zeta-content p {
  padding-bottom: 64px;
  max-width: 1090px;
  margin: auto;
  color: #464c57;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
}
.aboutzeta-award__block {
  position: relative;
  z-index: 2;
  padding: 60px 20px 53px 20px;
  width: 100%;
  max-width: 1001px;
  margin: 0 auto;
  text-align: center;
  background: #5a3fdf;
  border-radius: 24px;
}
.aboutzeta-award__block img {
  display: inline-block;
  margin: 0 20px;
  max-width: 183px;
}
.pdt__10 {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .about-zeta-block {
    padding: 30px 0 170px 0;
  }
  .aboutzeta-award__block img {
    margin-bottom: 30px;
  }
}
/** END About Zeta **/

/** Form **/

.form-schedulemeeting-section {
  padding-bottom: 90px;
  padding-top: 90px;
}

.form-schedulemeeting-block {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 53px 50px rgba(52, 34, 106, 0.09);
  box-shadow: 0px 53px 50px rgba(52, 34, 106, 0.09);
  border-radius: 16px;
  padding: 70px 141px 60px 141px;
  max-width: 1001px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -210px;
}

.form-schedulemeeting-heading {
  padding-bottom: 43px;
  color: #231d1d;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
}
.form-content fieldset {
  max-width: 100% !important;
}

.form-content .hs-form-field {
  padding-bottom: 15px;
}

.form-content .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-content .title {
  padding-top: 36px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #3c2084;
  font-family: "Manrope", sans-serif;
  text-align: center;
  padding-bottom: 41px;
}

.form-content .content {
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 1px;
}

.form-content .input input[type="text"],
.form-content .input input[type="email"],
.form-content .input textarea,
.form-content select {
  border-radius: 5px;
  border: 1px solid #ac96cc;
  background-color: transparent;
  padding: 13px 20px !important;
  min-height: 49px !important;
  width: 100% !important;
  color: #878787;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.form-content select {
  background-image: url(/wp-content/uploads/sites/2/2023/09/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  margin-top: 10px;
}

.form-content .input input[name="firstname"] {
  /* margin-right: 15px;
    width: calc(100% - 15px) !important; */
}

.form-content .hs_lastname {
  padding-left: 15px;
}

.form-content ul {
  list-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

.form-content ul .hs-form-booleancheckbox {
  padding-top: 10px;
}

.form-schedulemeeting-block .form-content ul .hs-form-booleancheckbox {
  padding-top: 0;
}

.form-schedulemeeting-block .form-content input[type="submit"] {
  background-position: 77% center;
  background-size: auto 16px;
}
.form-schedulemeeting-block .form-content input[type="submit"]:hover {
  background-position: 79% center;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  background-size: auto 16px;
}

.form-schedulemeeting-block .form-content .actions {
  text-align: center;
}

.form-content .hs_error_rollup {
}

.form-content .hs-error-msgs {
  color: #f44336;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
  position: relative;
  top: 3px;
}

.form-content .actions {
  text-align: left;
  padding-bottom: 37px;
  padding-top: 20px;
}

.form-content .hs-form-booleancheckbox-display {
  cursor: pointer;
}

.form-content input[type="submit"] {
  position: relative;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  background: url(/wp-content/uploads/sites/2/2024/06/cta-arrow-datos.svg) 87%
      center no-repeat,
    -o-linear-gradient(357deg, #ec7cfe -36.99%, #6224e4 84.11%);
  background: url(/wp-content/uploads/sites/2/2024/06/cta-arrow-datos.svg) 87%
      center no-repeat,
    linear-gradient(93deg, #ec7cfe -36.99%, #6224e4 84.11%);
  text-align: center;
  letter-spacing: normal;
  padding: 20px 55px 20px 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 36.5px;
  -webkit-box-shadow: 10.541px 4.216px 35.84px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 10.541px 4.216px 35.84px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  min-width: 198px;
}
.watch-now-left img.mobile-view {
  display: none;
}

/***Responsive styles***/
@media (max-width: 991px) {
  .datos-title {
    font-size: 42px;
    padding-right: 20px;
  }
  .dataos-sub-title {
    font-size: 18px;
    padding-right: 10px;
    padding-bottom: 15px;
  }
  .datos-list {
    padding-right: 10px;
    font-size: 18px;
    padding-top: 15px;
  }
  .datos-list li:first-of-type {
    padding-bottom: 6px;
  }
  .watch-now-section {
    background: linear-gradient(270deg, #3d15b0 29.49%, #1e0a58 70.34%);
  }
  .watch-now {
    gap: 35px;
    max-width: 810px;
  }
  .stage-section-title {
    font-size: 38px;
  }
  .stage-section-sub-title {
    font-size: 18px;
    max-width: 734px;
  }
  .stage-section {
    padding-top: 63px;
    padding-bottom: 165px;
  }
  .watch-now-left {
    min-width: 420px;
    max-width: 420px;
  }
  .datos-list li:not(:first-of-type):before {
    width: 6px;
    height: 6px;
    top: 16px;
  }
  .datos-list li:not(:first-of-type) {
    position: relative;
    padding-left: 16px;
    padding-top: 6px;
  }
  .custom-form-content input[type="submit"] {
    height: auto;
    padding: 23px 54px;
    font-size: 18px;
  }
  .custom-form-box h2 {
    font-size: 22px;
  }
  .custom-form-content .hs-form-field {
    padding-bottom: 23px;
  }
  .custom-form-content .input input[type="text"],
  .custom-form-content .input input[type="email"],
  .custom-form-content .input input[type="tel"],
  .custom-form-content .input textarea {
    min-height: 42px !important;
    padding: 5px 20px !important;
  }
  .datos-banner-right {
    max-width: 410px;
  }
  .custom-form-box {
    width: 410px;
    padding: 30px 28px 42px 28px;
  }
  .process-box .item .label {
    font-size: 18px;
  }
  .process-box .item {
    padding: 33px 0 35px 0;
  }
  .process-box .item .label img {
    margin-bottom: 18px;
    max-width: 38px;
    height: auto;
  }
  .process-box .item .content {
    font-size: 14px;
    max-width: 196px;
  }
  .downlaod-row .content {
    font-size: 18px;
  }
  .downlaod-row a {
    padding: 26px 42px;
    font-size: 18px;
  }
  .watch-now-right a {
    height: auto;
    padding: 23px 54px;
    font-size: 18px;
    gap: 15px;
  }
  .watch-now-right h2 {
    font-size: 32px;
    max-width: 387px;
  }
  .downlaod-row {
    border-width: 1.5px;
  }
  .downlaod-whitepaper-heading {
    font-size: 32px;
    max-width: 735px;
    line-height: 132%;
    padding-top: 38px;
    padding-bottom: 31px;
  }
  /****about section****/
  .about-zeta-block {
    padding: 52px 0 210px 0;
  }
  .about-zeta-content h2 {
    font-size: 32px;
    padding-bottom: 19px;
  }
  .about-zeta-content p {
    font-size: 16px;
    line-height: 168%;
    padding-bottom: 48px;
  }
  .aboutzeta-award__block img {
    margin: 0 13px;
    max-width: 140px;
  }
  .aboutzeta-award__block {
    max-width: 767px;
    padding: 30px 14px 23px 14px;
    border-radius: 16px;
  }
  .form-schedulemeeting-block {
    padding: 34px 81px 22px 81px;
    max-width: 767px;
  }
  .form-schedulemeeting-heading {
    font-size: 32px;
    padding-bottom: 28px;
  }
  .form-content .input input[type="text"],
  .form-content .input input[type="email"],
  .form-content .input textarea,
  .form-content select {
    min-height: 48px !important;
    padding: 5px 20px !important;
  }
  .form-schedulemeeting-block .form-content input[type="submit"] {
    background-position: 82% center !important;
    background-size: auto 15px !important;
    height: auto;
    padding: 18px 42px;
    font-size: 18px;
    min-width: 145px;
    text-align: left;
  }
}
@media (max-width: 850px) {
  .datos-banner-right {
    max-width: 340px;
  }
  .custom-form-box {
    width: 340px;
  }
  .process-box .item .label {
    font-size: 15px;
  }
  .process-box .item .content {
    font-size: 12px;
    max-width: 179px;
  }
  .watch-now-left {
    min-width: 380px;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .datos-title {
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 36px;
    line-height: 46px;
  }
  .datos-list {
    padding-right: 0;
    font-size: 16px;
    padding-top: 13px;
  }
  .datos-list li:not(:first-of-type) {
    padding-left: 15px;
    padding-top: 3px;
  }
  .datos-list li:not(:first-of-type):before {
    top: 13px;
  }
  .datos-deparator {
    max-width: 100px;
  }
  .dataos-sub-title {
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 16.418px;
  }
  .datos-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    max-width: 530px;
    margin: auto;
  }
  .stage-section-title {
    font-size: 32px;
    max-width: 468px;
    margin: auto;
    padding-bottom: 15px;
  }
  .stage-section-sub-title {
    max-width: 528px;
    font-size: 16px;
  }
  .downlaod-row {
    border-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px;
  }
  .datos-list li:first-of-type {
    font-weight: 600;
    font-size: 18px;
  }
  .datos-list li:not(:first-of-type) {
    padding-left: 15px;
    padding-top: 3px;
    font-size: 16.418px;
    font-style: normal;
    font-weight: 400;
  }
  .process-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 301px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-zeta-content {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutzeta-award__block {
    max-width: 300px;
    padding: 58px 14px 30px 14px;
    border-radius: 21px;
  }
  .aboutzeta-award__block img {
    max-width: 100%;
    margin-bottom: 33px;
  }
  .watch-now-right a {
    height: auto;
    gap: 15px;
    padding: 25.122px 57.78px;
    font-size: 18.423px;
    font-weight: 700;
    letter-spacing: 0.368px;
  }
  .watch-now-right h2 {
    max-width: 487px;
    font-size: 30px;
    margin: auto;
  }
  .watch-now-right {
    width: 100%;
    padding-top: 68px;
    padding-bottom: 78px;
    background: #0e0625;
    background-image: url(/wp-content/uploads/sites/2/2024/06/watch-now-left-illustration.svg),
      url(/wp-content/uploads/sites/2/2024/06/watch-now-illustration.svg),
      -webkit-gradient(linear, right top, left top, color-stop(29.49%, #3d15b0), color-stop(70.34%, #1e0a58));
    background-image: url(/wp-content/uploads/sites/2/2024/06/watch-now-left-illustration.svg),
      url(/wp-content/uploads/sites/2/2024/06/watch-now-illustration.svg),
      -o-linear-gradient(right, #3d15b0 29.49%, #1e0a58 70.34%);
    background-image: url(/wp-content/uploads/sites/2/2024/06/watch-now-left-illustration.svg),
      url(/wp-content/uploads/sites/2/2024/06/watch-now-illustration.svg),
      linear-gradient(270deg, #3d15b0 29.49%, #1e0a58 70.34%);
    background-repeat: no-repeat;
    background-position: left center, right center;
  }
  .watch-now {
    gap: 0;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-right: -20px;
    margin-left: -20px;
    align-items: center;
  }
  /* .downlaod-whitepaper-heading {
    display: none;
  } */
  .bar-chart {
    max-width: 500px;
  }
  .downlaod-row .content {
    font-size: 16px;
    max-width: 302px;
    text-align: center;
  }
  .process-box .item {
    width: 100%;
  }
  .process-box .item .label {
    font-size: 24px;
    line-height: 120%;
    position: unset;
  }
  .process-box .item .content {
    max-width: 100%;
    font-size: 16px;
  }
  .process-box .item {
    padding: 53px 0 40px 0;
  }
  .process-box .item:not(:last-of-type) .label::after {
    right: auto;
    top: 100%;
    -webkit-transform: translate(-50%, -5%) rotate(90deg);
    -ms-transform: translate(-50%, -5%) rotate(90deg);
    transform: translate(-50%, -5%) rotate(90deg);
    left: 50%;
  }
  .watch-now-left img.web-view {
    display: none;
  }
  .watch-now-left img.mobile-view {
    display: block;
    margin-bottom: -2px;
  }
  .no-header-datos-whitepaper .datos-banner-section {
    min-height: auto;
    display: block;
  }
}
@media (max-width: 600px) {
  .datos-banner-right .custom-form-box {
    width: auto;
  }
  .datos-logo {
    max-width: 112px;
  }
  .form-schedulemeeting-block {
    padding: 34px 41px 22px 41px;
  }
  .watch-now-right {
    background: #0d0625
      url(/wp-content/uploads/sites/2/2024/06/mobile-view-shape.svg) no-repeat
      right center;
    background-size: cover;
  }
  .stage-section {
    padding-top: 73px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#6252e2),
      color-stop(217.91%, #241691)
    );
    background: -o-linear-gradient(top, #6252e2 0%, #241691 217.91%);
    background: linear-gradient(180deg, #6252e2 0%, #241691 217.91%);
  }
  .watch-now-left {
    min-width: auto;
  }
  .datos-banner-section {
    background-image: none;
    padding-bottom: 0;
    padding-top: 22px;
  }
  .datos-banner {
    max-width: none;
  }
  .custom-form-box {
    width: auto;
  }
  .custom-form-box.bblr-0 {
    border-bottom-left-radius: 0;
  }
  .custom-form-box.bbrr-0 {
    border-bottom-right-radius: 0;
  }
  .datos-banner-right {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    width: calc(100% + 40px);
  }
  .downlaod-whitepaper-section {
    padding-bottom: 30px;
  }
  .no-header-datos-whitepaper .datos-banner-right {
    margin-bottom: 0;
  }
}

@media (max-width: 400px) {
  .form-content .hs_lastname {
    padding-left: 0;
  }
}
