h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
}

.body {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #262626;
  font-size: 16px;
  font-weight: 300;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.problem {
  height: auto;
}

.section.case_study {
  background-color: #eb5557;
}

.section.contact {
  display: none;
}

.section.solution {
  height: auto;
}

.section.features {
  height: auto;
}

.section.data {
  height: auto;
}

.section.docs {
  height: auto;
}

.section.ui {
  height: auto;
}

.section.pie {
  height: auto;
}

.section.ai {
  height: auto;
}

.section.contact_custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100px;
}

.menu-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15%;
  margin-right: -70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-button {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  -webkit-transition: background-color 350ms ease, box-shadow 350ms ease;
  transition: background-color 350ms ease, box-shadow 350ms ease;
  color: #262626;
  cursor: pointer;
}

.nav-button:hover {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 0 10px #fff;
}

.nav-button:focus {
  background-color: #fff;
  box-shadow: 0 0 0 10px #fff;
}

.nav-col {
  position: absolute;
  left: auto;
  top: -40px;
  right: -40px;
  bottom: auto;
  z-index: 5;
  display: block;
  width: 100vw;
}

.nav-col-content {
  z-index: 5;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0);
}

.lottie-animation {
  position: absolute;
  display: none;
  width: 32px;
  height: 32px;
}

.nav-icon {
  display: none;
}

.nav-icon.hamburger {
  display: block;
  width: 32px;
  height: 32px;
}

.nav-icon.close {
  display: none;
  width: 32px;
  height: 32px;
}

.nav-wrapper {
  position: fixed;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Twitter.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

.nav-link-instagram:hover {
  background-image: url('../images/Instagram_green.svg');
}

.nav-col-items {
  z-index: 5;
  height: 100vh;
  padding-top: 100px;
  padding-right: 0px;
  padding-left: 0px;
  border-left: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: -10px 0 20px 5px rgba(0, 0, 0, 0.16);
}

.nav-link-twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Instagram.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

.nav-link-twitter:hover {
  background-image: url('../images/Twitter_green.svg');
}

.nav-link-facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Facebook.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

.nav-link-facebook:hover {
  background-image: url('../images/Facebook_green.svg');
}

.nav-link-linkedin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Linkedin.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

.nav-link-linkedin:hover {
  background-image: url('../images/Linkedin_green.svg');
}

.nav-menu {
  position: static;
  display: none;
}

.menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80%;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link {
  padding: 15px 0px 15px 30px;
  -webkit-transition: color 250ms cubic-bezier(.215, .61, .355, 1), padding 350ms cubic-bezier(.215, .61, .355, 1);
  transition: color 250ms cubic-bezier(.215, .61, .355, 1), padding 350ms cubic-bezier(.215, .61, .355, 1);
  color: #262626;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  padding-right: 40px;
  color: #eb5557;
}

.nav-link.w--current {
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1), color 350ms cubic-bezier(.215, .61, .355, 1), padding 350ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1), color 350ms cubic-bezier(.215, .61, .355, 1), padding 350ms cubic-bezier(.215, .61, .355, 1);
  color: #eb5557;
  font-size: 24px;
  font-weight: 800;
}

.button {
  padding: 24px 60px;
  background-color: #fff;
  box-shadow: 4px 4px 16px 2px rgba(0, 0, 0, 0.16);
  -webkit-transition: box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  color: #eb5557;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
}

.button:hover {
  background-color: #eb5557;
  box-shadow: 14px 14px 30px 2px rgba(0, 0, 0, 0.24);
  color: #fff;
}

.button.case_study:hover {
  background-color: #262626;
}

.header_highlighted {
  border-right: 5px solid #262626;
  border-left: 5px solid #262626;
  background-color: #262626;
  color: #fff;
}

.header_highlighted.case_study {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  color: #eb5557;
  font-weight: 700;
}

.paragraph_highlighted {
  color: #eb5557;
  font-weight: 700;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

.paragraph.case_study {
  color: #fff;
  line-height: 24px;
}

.text_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text_block.main {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text_block.left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text_block.human {
  width: 100%;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.info_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 330px;
  min-width: 330px;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_block.doc {
  max-width: 400px;
  min-width: 450px;
  margin-left: 10%;
}

.info_block.case-study {
  max-width: 360px;
  min-width: 360px;
}

.info_block.contact {
  max-width: none;
  min-width: auto;
  margin-left: 0%;
}

.info_block.data {
  position: relative;
}

.info_block.docs {
  position: relative;
  width: 50%;
  max-width: none;
  min-width: auto;
  margin-left: 5%;
}

.info_block.ui {
  position: relative;
  width: 40%;
  max-width: none;
  min-width: auto;
  margin-right: 5%;
  margin-left: 0%;
}

.info_block.left {
  position: relative;
  width: 30%;
  max-width: none;
  min-width: auto;
  margin-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.info_block.right {
  position: relative;
  width: 30%;
  max-width: none;
  min-width: auto;
  margin-left: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info_block.ai {
  position: relative;
  width: 40%;
  max-width: none;
  min-width: auto;
  margin-left: 10%;
}

.info_block.white {
  position: relative;
  width: 70%;
  max-width: none;
  min-width: auto;
  margin-left: 20%;
  color: #fff;
}

.info_block.human {
  width: 55%;
  max-width: none;
  min-width: auto;
  margin-left: 5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info_block.thankyou {
  width: 550px;
  max-width: none;
  min-width: auto;
  margin-top: 10px;
  margin-left: 0%;
}

.img_block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_block.doc {
  position: relative;
  width: 500px;
  height: 570px;
  background-image: url('../images/Umbrella_insurance_nok.png');
  background-position: 0px 0px;
  background-size: contain;
  background-attachment: scroll;
  box-shadow: 14px 14px 20px 5px rgba(0, 0, 0, 0.16);
  -webkit-transform: rotateX(0.0001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.0001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.img_block.features {
  position: relative;
  width: 450px;
  height: 400px;
  background-image: url('../images/Checkerr_single.png');
  background-position: 50% 0%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.img_block.case-study {
  width: 50%;
}

.img_block.case-study.thankyou {
  width: 80%;
}

.img_block.data {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.img_block.docs {
  position: relative;
  width: 50%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.img_block.ui {
  position: static;
  width: 60%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: rotateX(0.0001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.0001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.img_block.pie {
  position: relative;
  width: 40%;
  margin-top: 10%;
  margin-bottom: 10%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.img_block.ai {
  position: relative;
  width: 50%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.img_block.human {
  width: 45%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5% 10% 5% 5%;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.doc {
  margin: 10%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.container.features {
  margin-top: 10%;
  margin-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.solution {
  margin-right: 5%;
}

.container.contact {
  margin-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.data {
  margin-top: 15%;
  margin-right: 5%;
}

.container.docs {
  margin: 10%;
}

.container.ui {
  margin: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.container.pie {
  margin: 0% 10%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.ai {
  margin: 10%;
}

.container.thankyou {
  width: 60%;
  height: 100%;
  margin: 0%;
}

.container.casestudy {
  width: 40%;
  height: 100%;
  margin: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #eb5557;
}

.image {
  display: inline-block;
  width: 100%;
  max-width: none;
  margin-top: 5%;
}

.logo {
  position: absolute;
  left: 60px;
  top: 45px;
  right: auto;
  bottom: auto;
  width: 150px;
  height: 40px;
}

.text_block_point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 20px 20px;
  border: 1px none #000;
  border-radius: 0px 100px 100px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 350ms ease;
  transition: color 200ms ease, background-color 350ms ease;
}

.text_block_point:hover {
  background-color: #eb5557;
  color: #fff;
}

.h2 {
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
}

.h3 {
  margin-top: 15px;
}

.point_number {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #eb5557;
}

.point_content {
  margin-left: 10px;
}

.point_paragraph {
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
}

.heading-3 {
  margin-bottom: 10%;
  margin-left: 60px;
}

.heading-3.case_study {
  margin-left: 0px;
  color: #fff;
}

.img_number {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #eb5557;
  box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: translate3d(0px, 0px, 50px);
  transform: translate3d(0px, 0px, 50px);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.img_number:hover {
  width: 64px;
  height: 64px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  box-shadow: 14px 14px 15px 5px rgba(0, 0, 0, 0.16);
  font-size: 38px;
}

.img_number._01 {
  left: 297px;
  top: 54.5px;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform: perspective(0px) translate3d(0px, 0px, 50px);
  transform: perspective(0px) translate3d(0px, 0px, 50px);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.img_number._02 {
  left: 363px;
  top: 259.5px;
}

.img_number._03a {
  left: 118px;
  top: 15.5px;
}

.img_number._03b {
  right: -16px;
  bottom: 31.5px;
}

.heading-4 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 34px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #262626;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  width: 45%;
}

.div-block-4 {
  width: 45%;
  margin-left: 10%;
}

.div-block-5 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}

.header_block.contact {
  width: 100%;
}

.content_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anomaly_checkerr {
  position: absolute;
  bottom: 0px;
  width: 150px;
  height: 135px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.keyword_checkerr {
  position: absolute;
  left: 75px;
  bottom: 40px;
  width: 150px;
  height: 135px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.empty_page_checkerr {
  position: absolute;
  left: 0px;
  bottom: 85px;
  width: 150px;
  height: 135px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.image_checkerr {
  position: absolute;
  right: 75px;
  bottom: 40px;
  width: 150px;
  height: 135px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.statistics_checkerr {
  position: absolute;
  right: 0px;
  bottom: 85px;
  width: 150px;
  height: 135px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.h1 {
  margin-bottom: 40px;
}

.h1.doc {
  margin-bottom: 40px;
  margin-left: 60px;
}

.h1.solution {
  margin-bottom: 60px;
}

.h1.features {
  margin-bottom: 10%;
}

.h1.contact {
  position: absolute;
  left: 220px;
  bottom: -40px;
  font-size: 34px;
  line-height: 34px;
  font-weight: 800;
}

.text-block-2 {
  display: none;
}

.text-block-3 {
  display: none;
}

.text-block-4 {
  display: none;
}

.text-block-5 {
  display: none;
}

.slider_content {
  width: auto;
  padding-right: 80px;
  padding-left: 80px;
}

.slider {
  width: 520px;
  height: auto;
  margin-bottom: 60px;
  background-color: transparent;
}

.icon {
  margin-top: auto;
  margin-right: 10px;
  margin-bottom: auto;
  color: #eee;
}

.icon-2 {
  margin: auto 30px auto 10px;
  color: #eee;
}

.slide-nav {
  position: relative;
  margin-top: 5%;
  color: #eee;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anomaly_selected {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_anomaly_selected.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
  opacity: 0;
}

.anomaly_default {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_anomaly.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
}

.image_default {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_image.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
}

.image_selected {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_image_selected.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
  opacity: 0;
}

.anomaly_hover {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_anomaly_hover.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
  opacity: 0;
}

.image_hover {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_image_hover.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
  opacity: 0;
}

.keyword_hover {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_keyword_hover.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
  opacity: 0;
}

.keyword_selected {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_keyword_selected.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
  opacity: 0;
}

.keyword_default {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_keyword.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
}

.statistics_default {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_statistics.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
}

.statistics_hover {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_statistics_hover.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
  opacity: 0;
}

.statistics_selected {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_statistics_selected.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
  opacity: 0;
}

.empty_page_hover {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_empty_page_hover.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
  opacity: 0;
}

.empty_page_default {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_empty_page.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
}

.empty_page_selected {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Checkerr_empty_page_selected.png');
  background-position: 50% 0%;
  background-size: 175px;
  background-repeat: no-repeat;
  opacity: 0;
}

.content_block_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  display: none;
}

.div-block-6 {
  position: relative;
}

.text-block-9 {
  margin-top: 10px;
}

.image_data {
  position: relative;
  width: 200px;
  max-width: 350px;
  min-width: 150px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #262626;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image_data:hover {
  width: 230px;
  -webkit-transform: translate3d(0px, 0px, 150px);
  transform: translate3d(0px, 0px, 150px);
  color: #eb5557;
}

.arrow {
  position: absolute;
  bottom: -50%;
  max-width: 70px;
}

.arrow.mobile {
  display: none;
}

.arrow.docs {
  bottom: -25%;
}

.arrow.pie {
  bottom: -15%;
}

.arrow.top {
  bottom: 105%;
}

.arrow.left {
  left: -10%;
  top: auto;
  bottom: auto;
  z-index: 3;
  max-width: 180px;
}

.image-6 {
  position: relative;
  z-index: 1;
}

.h2-header {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
}

.historical_data {
  position: absolute;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55vw;
  height: 70%;
}

.bg {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 50vh;
  border-bottom-left-radius: 50vh;
  background-color: #eb5557;
}

.plus {
  position: absolute;
  display: none;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  max-width: 50%;
}

.image-12 {
  max-width: 50%;
}

.image-13 {
  max-width: 80%;
}

.point {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-5 {
  font-size: 16px;
}

.image-14 {
  max-width: 90%;
}

.image-15 {
  margin-bottom: 10px;
}

.image-16 {
  max-width: 95%;
  margin-bottom: 20px;
}

.point_img {
  width: 100%;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_mobile {
  display: none;
}

.image-17 {
  margin-bottom: 20px;
}

.text-block-11 {
  display: block;
}

.form_block {
  width: 500px;
  margin-top: 10px;
}

.contact_tagline {
  margin-top: 10px;
}

.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #262626;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.text-block-12 {
  margin-top: 10px;
  color: #95c11f;
  font-size: 16px;
  font-weight: 700;
}

.text-block-13 {
  font-size: 14px;
}

.image-18 {
  width: 100px;
}

.vertical_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  font-family: Montserrat, sans-serif;
  color: #262626;
  font-weight: 300;
}

.link-block {
  width: 30px;
  height: 30px;
  background-color: #eb5557;
}

@media screen and (min-width: 1920px) {
  .menu-items {
    height: 85%;
  }
  .info_block.docs {
    width: 30%;
  }
  .info_block.ui {
    width: 30%;
  }
  .info_block.left {
    width: 30%;
  }
  .info_block.right {
    width: 30%;
  }
  .info_block.ai {
    width: 30%;
  }
  .info_block.white {
    width: 50%;
  }
  .info_block.human {
    width: 45%;
  }
  .img_block.doc {
    width: 700px;
    height: 825px;
  }
  .img_block.features {
    width: 1000px;
    height: 650px;
    background-position: 50% 0%;
    background-size: 600px;
  }
  .img_block.case-study {
    width: 70%;
  }
  .img_block.human {
    width: 40%;
  }
  .container.features {
    margin-top: 10%;
    margin-right: 5%;
    margin-bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .img_number._01 {
    left: 418px;
    top: 99.5px;
  }
  .img_number._02 {
    left: 524px;
    top: 407.5px;
  }
  .img_number._03a {
    left: 161px;
    top: 30.5px;
  }
  .img_number._03b {
    right: 7px;
    bottom: 42.5px;
  }
  .header_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header_block.contact {
    display: block;
  }
  .anomaly_checkerr {
    bottom: 20px;
    width: 270px;
    height: 245px;
    background-position: 50% -50%;
    background-size: 320px;
  }
  .keyword_checkerr {
    left: 220px;
    bottom: 100px;
    width: 270px;
    height: 245px;
    background-image: none;
  }
  .empty_page_checkerr {
    left: 80px;
    bottom: 180px;
    width: 270px;
    height: 245px;
    background-image: none;
  }
  .image_checkerr {
    right: 220px;
    bottom: 100px;
    width: 270px;
    height: 245px;
    background-image: none;
  }
  .statistics_checkerr {
    right: 80px;
    bottom: 180px;
    width: 270px;
    height: 245px;
    background-image: none;
  }
  .slider {
    width: 600px;
  }
  .slide-nav {
    margin-top: 10%;
  }
  .anomaly_selected {
    background-size: 300px;
  }
  .anomaly_default {
    background-size: 300px;
  }
  .image_default {
    background-size: 300px;
  }
  .image_selected {
    background-size: 300px;
  }
  .anomaly_hover {
    background-size: 300px;
  }
  .image_hover {
    background-size: 300px;
  }
  .keyword_hover {
    background-size: 300px;
  }
  .keyword_selected {
    background-size: 300px;
  }
  .keyword_default {
    background-size: 300px;
  }
  .statistics_default {
    background-size: 300px;
  }
  .statistics_hover {
    background-size: 300px;
  }
  .statistics_selected {
    background-size: 300px;
  }
  .empty_page_hover {
    background-size: 300px;
  }
  .empty_page_default {
    background-size: 300px;
  }
  .empty_page_selected {
    background-size: 300px;
  }
  .image_data {
    width: 300px;
  }
  .image_data:hover {
    width: 300px;
  }
  .arrow {
    bottom: -75%;
    max-width: 100px;
  }
  .arrow.pie {
    max-width: 70px;
  }
  .historical_data {
    display: block;
    width: 50vw;
  }
  .bg {
    height: 80%;
  }
  .content_text {
    margin-bottom: 40px;
  }
  .heading-5 {
    font-size: 21px;
  }
  .image-16 {
    margin-bottom: 20px;
  }
  .text-block-10 {
    font-size: 18px;
  }
  .div-block-7 {
    margin-top: 15%;
  }
  .vertical {
    width: 450px;
  }
  .text-block-12 {
    font-size: 18px;
  }
  .text-block-13 {
    font-size: 16px;
  }
  .image-18 {
    width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }
  .section.contact {
    height: auto;
  }
  .section.features {
    height: auto;
  }
  .menu-social {
    margin-right: -70px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-col-content {
    display: none;
  }
  .menu-items {
    height: 80%;
  }
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .button {
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 18px;
  }
  .paragraph.case_study {
    line-height: 20px;
  }
  .paragraph.left {
    margin-bottom: 0px;
  }
  .text_block.doc {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.9fr 1fr;
    grid-template-columns: 0.9fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .text_block.left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .info_block {
    max-width: 250px;
    min-width: 250px;
  }
  .info_block.doc {
    max-width: none;
    min-width: auto;
    margin-bottom: 5%;
    margin-left: 0%;
  }
  .info_block.case-study {
    max-width: 290px;
    min-width: 290px;
    margin-left: 0%;
  }
  .info_block.data {
    margin-left: 15%;
  }
  .info_block.docs {
    margin-left: 10%;
  }
  .info_block.ui {
    width: 100%;
    margin-bottom: 5%;
    margin-left: 5%;
  }
  .info_block.left {
    width: 50%;
    margin-left: -50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .info_block.right {
    width: 40%;
    margin-left: 60%;
  }
  .info_block.ai {
    width: 50%;
    margin-left: 10%;
  }
  .info_block.white {
    width: 70%;
    margin-left: 20%;
  }
  .info_block.human {
    width: 100%;
    min-width: 300px;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .info_block.human.checker {
    margin-top: 0%;
  }
  .info_block.thankyou.casestudy {
    width: 300px;
  }
  .img_block.doc {
    width: 600px;
    height: 825px;
  }
  .img_block.features {
    width: 500px;
    height: 420px;
  }
  .img_block.case-study {
    display: none;
  }
  .img_block.case-study.thankyou {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
  }
  .img_block.ui {
    width: 100%;
  }
  .img_block.pie {
    width: 60%;
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .img_block.human {
    width: 80%;
  }
  .container {
    margin-top: 15%;
    margin-bottom: 10%;
    margin-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container.doc {
    margin-right: 3%;
    margin-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container.features {
    margin-top: 10%;
    margin-left: 5%;
  }
  .container.solution {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.solution.checkerr {
    margin-bottom: 10%;
  }
  .container.case-study {
    margin-top: 10%;
    margin-right: 0%;
  }
  .container.contact {
    margin-left: 5%;
  }
  .container.data {
    margin-bottom: 5%;
    margin-left: 5%;
  }
  .container.docs {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 10%;
  }
  .container.ui {
    margin-top: 0%;
    margin-bottom: 5%;
    margin-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container.pie {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.ai {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 10%;
  }
  .container.thankyou {
    width: 100%;
    height: 60%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 5%;
  }
  .container.casestudy {
    width: 100%;
    height: 40%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image {
    overflow: visible;
    width: 130%;
    margin-right: 25%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .text_block_point {
    padding-right: 20px;
  }
  .text_block_point:hover {
    background-color: #fff;
    color: #262626;
  }
  .h2 {
    font-size: 21px;
  }
  .h3 {
    margin-top: 10px;
    font-size: 24px;
  }
  .point_paragraph {
    font-size: 14px;
  }
  .heading-3.case_study {
    font-size: 28px;
    line-height: 32px;
  }
  .img_number._01 {
    left: 411px;
    top: 86.5px;
    width: auto;
    height: auto;
    padding: 10px 15px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    font-size: 16px;
  }
  .img_number._01:hover {
    box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.16);
  }
  .img_number._02 {
    left: 503px;
    top: 399.5px;
    width: auto;
    height: auto;
    padding: 10px 15px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .img_number._02:hover {
    box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.16);
  }
  .img_number._03a {
    left: 144px;
    top: 21.5px;
    width: auto;
    height: auto;
    padding: 10px 15px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .img_number._03a:hover {
    box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.16);
  }
  .img_number._03b {
    right: -10px;
    bottom: 56.5px;
    width: auto;
    height: auto;
    padding: 10px 15px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .img_number._03b:hover {
    box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.16);
  }
  .heading-4 {
    font-size: 28px;
    line-height: 30px;
  }
  .form {
    width: 600px;
  }
  .content_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .anomaly_checkerr {
    bottom: 20px;
  }
  .keyword_checkerr {
    left: 95px;
    bottom: 65px;
  }
  .empty_page_checkerr {
    left: 20px;
    bottom: 110px;
  }
  .image_checkerr {
    right: 95px;
    bottom: 65px;
  }
  .statistics_checkerr {
    right: 20px;
    bottom: 110px;
  }
  .h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
  .h1.doc {
    margin-left: 60px;
  }
  .h1.solution {
    margin-bottom: 40px;
  }
  .h1.contact {
    left: 160px;
    bottom: -20px;
    font-size: 28px;
    line-height: 28px;
  }
  .h1.desktop {
    display: none;
  }
  .text-block {
    display: none;
    font-size: 28px;
  }
  .text-block-2 {
    display: block;
  }
  .text-block-3 {
    display: block;
    font-size: 16px;
  }
  .text-block-4 {
    display: block;
    font-size: 16px;
  }
  .text-block-5 {
    display: block;
    font-size: 16px;
  }
  .text-block-6 {
    display: none;
  }
  .text-block-7 {
    display: none;
  }
  .text-block-8 {
    display: none;
  }
  .lottie-animation-3 {
    margin-top: 0px;
  }
  .image-4 {
    display: block;
  }
  .slider {
    width: 600px;
    margin-bottom: 20px;
  }
  .slide-nav {
    top: 75%;
  }
  .image-5 {
    max-width: 40%;
  }
  .image_data {
    width: auto;
    max-width: 250px;
    min-width: 120px;
  }
  .image_data:hover {
    width: auto;
  }
  .arrow {
    bottom: -70%;
    max-width: 40px;
  }
  .arrow.docs {
    bottom: -40%;
  }
  .arrow.pie {
    bottom: -50%;
  }
  .arrow.top {
    bottom: 105%;
  }
  .arrow.left {
    left: -5%;
    max-width: 120px;
  }
  .image-9 {
    padding-left: 20px;
  }
  .h2-header {
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 24px;
  }
  .historical_data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    height: 35%;
  }
  .bg {
    margin-left: 4vw;
  }
  .div-block-7 {
    margin-top: 80px;
  }
  .header_mobile {
    display: block;
    width: 100%;
  }
  .form_block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.ai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.thankyou {
    height: auto;
    min-height: 100vh;
  }
  .menu-social {
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-col {
    top: -25px;
    right: -25px;
  }
  .nav-col-content {
    display: none;
  }
  .nav-wrapper {
    top: 25px;
    right: 25px;
  }
  .menu-items {
    height: 80%;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 21px;
  }
  .nav-link.w--current {
    font-size: 21px;
  }
  .paragraph {
    position: relative;
    z-index: 1;
  }
  .text_block.doc {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text_block.data {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text_block.ui {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text_block.left {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text_block.right {
    width: 60%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }
  .info_block {
    margin-left: 0%;
  }
  .info_block.doc {
    margin-bottom: 10%;
  }
  .info_block.case-study {
    max-width: 290px;
    min-width: 290px;
  }
  .info_block.data {
    max-width: none;
    min-width: auto;
    margin-top: 5%;
    margin-left: 0%;
  }
  .info_block.docs {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 5%;
    margin-left: 0%;
  }
  .info_block.ui {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 5%;
    margin-left: 5%;
  }
  .info_block.left {
    width: 70%;
    max-width: none;
    min-width: auto;
    margin-top: 5%;
    margin-left: 0%;
  }
  .info_block.right {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 0%;
    margin-left: 0%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .info_block.ai {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: -5%;
    margin-left: 0%;
  }
  .info_block.white {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 5%;
    margin-left: 0%;
  }
  .info_block.human {
    margin-bottom: 0%;
  }
  .info_block.thankyou {
    width: 450px;
  }
  .img_block.doc {
    width: 450px;
    height: 635px;
  }
  .img_block.features {
    width: 450px;
    height: 380px;
  }
  .img_block.docs {
    width: 100%;
  }
  .img_block.ui {
    width: 100%;
  }
  .img_block.pie {
    width: 100%;
    margin-top: 5%;
  }
  .img_block.ai {
    width: 100%;
  }
  .container {
    margin-top: 20%;
    margin-right: 0%;
  }
  .container.doc {
    margin-right: 5%;
    margin-left: 5%;
  }
  .container.features {
    margin-top: 10%;
  }
  .container.solution.checkerr {
    margin-bottom: 15%;
  }
  .container.data {
    margin-right: 10%;
    margin-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.docs {
    margin-top: 10%;
    margin-right: 10%;
    margin-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.ui {
    margin-top: 0%;
    margin-right: 10%;
    margin-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container.pie {
    margin: 5% 10% 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .container.ai {
    margin-top: 10%;
    margin-right: 10%;
    margin-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.thankyou {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .container.casestudy {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .image {
    display: none;
  }
  .logo {
    left: 40px;
    top: 30px;
    width: 110px;
    height: 30px;
  }
  .logo.w--current {
    width: 110px;
  }
  .img_number._01 {
    left: 314px;
    top: 48.5px;
  }
  .img_number._02 {
    left: 385px;
    top: 282.5px;
  }
  .img_number._03a {
    left: 108px;
    top: -11.5px;
  }
  .img_number._03b {
    right: -18px;
  }
  .heading-4 {
    font-size: 24px;
    line-height: 28px;
  }
  .form {
    width: 500px;
  }
  .anomaly_checkerr {
    bottom: -10px;
  }
  .keyword_checkerr {
    left: 70px;
    bottom: 40px;
  }
  .empty_page_checkerr {
    left: -10px;
    bottom: 90px;
  }
  .image_checkerr {
    right: 70px;
    bottom: 40px;
  }
  .statistics_checkerr {
    right: -10px;
    bottom: 90px;
  }
  .h1.contact {
    left: 160px;
  }
  .text-block-2 {
    font-size: 12px;
    line-height: 14px;
  }
  .text-block-3 {
    font-size: 12px;
    line-height: 14px;
  }
  .text-block-4 {
    font-size: 12px;
    line-height: 14px;
  }
  .text-block-5 {
    font-size: 12px;
    line-height: 16px;
  }
  .slider {
    width: 450px;
    margin-bottom: 40px;
  }
  .slide-nav {
    top: 100%;
  }
  .image_data {
    min-width: 150px;
  }
  .arrow {
    display: none;
  }
  .arrow.mobile {
    left: 45%;
    bottom: -30%;
    z-index: 0;
    display: block;
  }
  .arrow.mobile.data {
    left: auto;
    bottom: -15%;
  }
  .arrow.pie {
    right: 10%;
    bottom: -40%;
    display: block;
  }
  .historical_data {
    position: static;
    overflow: visible;
    width: 100%;
    height: 30vh;
    margin-left: 0%;
  }
  .bg {
    position: relative;
    margin-left: 0vw;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 0vh;
    border-bottom-left-radius: 0vh;
  }
  .plus {
    left: auto;
    top: -15%;
    display: block;
  }
  .image-16 {
    max-width: 80%;
  }
  .point_img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-17 {
    max-width: 110%;
  }
}

@media screen and (max-width: 479px) {
  .section.contact {
    display: none;
  }
  .section.thankyou {
    min-height: auto;
  }
  .menu-social {
    margin-right: -50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-col {
    top: -20px;
    right: -20px;
  }
  .lottie-animation {
    width: 32px;
    height: 32px;
  }
  .nav-icon.hamburger {
    width: 32px;
    height: 32px;
  }
  .nav-icon.close {
    width: 32px;
    height: 32px;
  }
  .nav-wrapper {
    top: 20px;
    right: 20px;
  }
  .nav-col-items {
    padding-top: 80px;
  }
  .menu-items {
    margin-right: 40px;
  }
  .nav-link {
    padding-right: 0px;
    font-size: 21px;
  }
  .nav-link:hover {
    padding-right: 40px;
  }
  .nav-link.w--current {
    font-size: 21px;
  }
  .text_block.right {
    width: 100%;
  }
  .text_block.human {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .info_block.left {
    width: 100%;
  }
  .info_block.human {
    max-width: 250px;
    min-width: 290px;
    margin-bottom: 5%;
    margin-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info_block.thankyou {
    width: 90%;
  }
  .info_block.thankyou.casestudy {
    width: 90%;
  }
  .img_block.doc {
    width: 280px;
    height: 395px;
  }
  .img_block.features {
    width: 300px;
    height: 280px;
    background-size: 250px;
  }
  .img_block.case-study.thankyou {
    width: 80%;
  }
  .img_block.human {
    width: 100%;
  }
  .container {
    margin-top: 30%;
    margin-bottom: 30%;
  }
  .container.features {
    margin-bottom: 10%;
  }
  .container.solution {
    margin-bottom: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.contact {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .container.data {
    margin-top: 25%;
    margin-bottom: 15%;
  }
  .container.docs {
    margin-top: 5%;
    margin-bottom: 15%;
  }
  .container.ui {
    margin-top: 0%;
    margin-bottom: 15%;
  }
  .container.pie {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .container.ai {
    margin-top: 5%;
    margin-bottom: 15%;
  }
  .container.thankyou {
    height: auto;
    margin-top: 5%;
    padding-top: 10%;
  }
  .container.casestudy {
    height: auto;
    padding-top: 25%;
    padding-bottom: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo {
    left: 20px;
    top: 10px;
  }
  .img_number._01 {
    left: 196px;
    top: 13.5px;
    padding: 5px 10px;
  }
  .img_number._02 {
    left: 210px;
    top: 147.5px;
    padding: 5px 10px;
  }
  .img_number._03a {
    left: 70px;
    top: -16.5px;
    padding: 5px 10px;
  }
  .img_number._03b {
    right: -8px;
    padding: 5px 10px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form {
    width: 280px;
  }
  .div-block-3 {
    width: 100%;
  }
  .div-block-4 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0%;
  }
  .anomaly_checkerr {
    bottom: 20px;
    width: 100px;
    height: 90px;
  }
  .keyword_checkerr {
    left: 50px;
    bottom: 50px;
    width: 100px;
    height: 90px;
  }
  .empty_page_checkerr {
    left: 0px;
    bottom: 80px;
    width: 100px;
    height: 90px;
  }
  .image_checkerr {
    right: 50px;
    bottom: 50px;
    width: 100px;
    height: 90px;
  }
  .statistics_checkerr {
    right: 0px;
    bottom: 80px;
    width: 100px;
    height: 90px;
  }
  .h1.doc {
    margin-bottom: 20px;
    margin-left: 50px;
  }
  .h1.solution {
    margin-bottom: 30px;
  }
  .h1.contact {
    position: static;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
  }
  .text-block-2 {
    font-size: 10px;
    line-height: 12px;
  }
  .text-block-3 {
    font-size: 10px;
    line-height: 12px;
  }
  .text-block-4 {
    font-size: 10px;
    line-height: 12px;
  }
  .text-block-5 {
    font-size: 10px;
    line-height: 12px;
  }
  .lottie-animation-3 {
    margin-top: -60px;
  }
  .slider_content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider {
    width: 280px;
  }
  .left-arrow {
    display: none;
  }
  .anomaly_selected {
    background-size: 110px;
  }
  .anomaly_default {
    background-size: 110px;
  }
  .image_default {
    background-size: 110px;
  }
  .image_selected {
    background-size: 110px;
  }
  .anomaly_hover {
    background-size: 110px;
  }
  .image_hover {
    background-size: 110px;
  }
  .keyword_hover {
    background-size: 110px;
  }
  .keyword_selected {
    background-size: 110px;
  }
  .keyword_default {
    background-size: 110px;
  }
  .statistics_default {
    background-size: 110px;
  }
  .statistics_hover {
    background-size: 110px;
  }
  .statistics_selected {
    background-size: 110px;
  }
  .empty_page_hover {
    background-size: 110px;
  }
  .empty_page_default {
    background-size: 110px;
  }
  .empty_page_selected {
    background-size: 110px;
  }
  .right-arrow {
    display: none;
  }
  .image-5 {
    max-width: 60%;
  }
  .image_data {
    min-width: 100px;
  }
  .arrow.mobile {
    bottom: -15%;
    max-width: 30px;
  }
  .arrow.mobile.data {
    bottom: -10%;
  }
  .arrow.pie {
    right: 15%;
  }
  .image-9 {
    padding-left: 5px;
  }
  .historical_data {
    height: 60vh;
    margin-bottom: 10%;
  }
  .plus {
    left: auto;
    top: -7%;
    max-width: 70px;
  }
  .point {
    width: 100%;
    margin: 10px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-14 {
    max-width: 100%;
  }
  .image-15 {
    max-width: 100%;
  }
  .image-16 {
    max-width: 90%;
    margin-bottom: 0px;
  }
  .point_inside {
    width: 60%;
    margin-left: 20px;
    text-align: left;
  }
  .point_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_mobile {
    margin-bottom: 60px;
  }
  .image-17 {
    margin-bottom: 0px;
  }
  .form_block {
    width: 300px;
  }
  .vertical {
    width: 300px;
  }
  .text-block-13 {
    font-size: 11px;
    line-height: 16px;
  }
  .image-18 {
    width: 80px;
  }
}