:root {
  --primary-color: #0b6ab2;
  --black: #3a4759;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.heading {
  color: #0b6ab2;
  text-align: center;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 60px;
  font-size: 28px;
}

.heading.h1 {
  color: var(--primary-color);
  margin-bottom: 8px;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.description {
  color: var(--black);
  text-align: center;
  margin: 0 120px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 800px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.container.herowrapper {
  max-width: 1200px;
  display: flex;
}

.body {
  background-color: #fcfcfc;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.messege-box {
  color: #fff;
  background-image: radial-gradient(circle, #3f56b1, #1a2c78);
  border-radius: 12px;
  max-width: 300px;
  padding: 16px;
  font-family: Poppins, sans-serif;
  display: block;
  position: absolute;
  inset: auto auto 23% 18%;
  box-shadow: 0 0 15px 6px #4d4d4d33;
}

.messege-box.step2 {
  display: block;
  position: absolute;
  inset: auto 4% 36% auto;
}

.messege-box.step1 {
  position: absolute;
  inset: auto auto 32% 14%;
}

.messege-box.step3 {
  inset: auto 7% 35% auto;
}

.messege-box.step4 {
  bottom: 33%;
  left: 14%;
}

.messege-box.step5 {
  bottom: 27%;
  left: 38%;
}

.messege-box.step6 {
  max-width: 320px;
  inset: auto 7% 34% auto;
}

.messege-box.step7 {
  inset: auto 17% 5% auto;
}

.messege-box.step8 {
  bottom: 32%;
  left: 13%;
}

.messege-box.step9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 35%;
}

.steps {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.steps-area {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.chatbox-next {
  color: #222;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.chat-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  inset: 5px 5px auto auto;
}

.chat-headline {
  margin-bottom: 8px;
  font-weight: 600;
}

.chat-box-text {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.dopi-image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.dopi-image.step1 {
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dopi-image.step2 {
  display: block;
  position: absolute;
  inset: auto 0% 0 auto;
  overflow: clip;
}

.dopi-image.step4 {
  inset: auto auto 0% 0%;
}

.dopi-image.step5 {
  inset: auto auto 0% 21%;
}

.dopi-image.step8 {
  inset: auto auto 0% 0%;
}

.slider {
  border-radius: 10px;
  height: auto;
}

.section {
  height: auto;
}

.section.mobile-demo-section {
  display: none;
}

.chat-box-wrapper {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mask {
  border-radius: 10px;
  height: auto;
}

.dark-demo-layer {
  z-index: 2;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.dark-demo-layer.step8 {
  background-color: #7e7e7ead;
}

.right-arrow {
  opacity: 0;
}

.header {
  flex-flow: row;
  padding: 10px;
  display: flex;
}

.hero-section {
  box-shadow: 0 2px 5px #0003;
}

.hero-desc-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lead-button {
  color: #242424;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.lead-form-headline {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.text {
  color: var(--black);
  line-height: 24px;
}

.input {
  border-radius: 6px;
  margin-bottom: 8px;
}

.checkbox-label {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.desktop-slider {
  border-radius: 10px;
  max-width: 1200px;
  height: auto;
  box-shadow: 0 0 13px 2px #00000017;
}

.slider-wrapper-desktop {
  border-radius: 10px;
  max-width: 900px;
}

.hero-wrap {
  padding-left: 60px;
}

.pop-up-image {
  z-index: 3;
  border-radius: 20px;
  height: 400px;
  position: absolute;
  inset: auto 23% 12% auto;
  box-shadow: 0 2px 8px #0003;
}

.text-link-white {
  color: #fff;
}

.bullet-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .heading {
    margin-left: 0;
    margin-right: 0;
  }

  .heading.h1 {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .description {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
  }

  .container.herowrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .body {
    display: block;
  }

  .messege-box {
    z-index: 10;
    width: auto;
    max-width: 500px;
    padding: 8px;
    inset: auto 0% 0%;
    box-shadow: 0 -4px 15px 6px #0e0e0e33;
  }

  .messege-box.step1 {
    padding: 8px;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .steps {
    font-size: 10px;
  }

  .steps-area {
    justify-content: space-between;
    align-items: center;
    position: static;
  }

  .chatbox-next {
    font-size: 10px;
    font-weight: 600;
  }

  .chat-icon {
    width: 18px;
    height: 18px;
  }

  .chat-box-text {
    font-size: 12px;
    line-height: 16px;
  }

  .dopi-image {
    z-index: 0;
    opacity: .19;
    width: 70px;
    position: absolute;
    bottom: -17%;
    left: -16px;
  }

  .slider {
    z-index: auto;
    background-color: #fff;
  }

  .section {
    display: none;
  }

  .section.mobile-demo-section {
    display: flex;
  }

  .chat-box-wrapper {
    z-index: 10;
    position: absolute;
    bottom: auto;
  }

  .mask {
    z-index: auto;
    background-color: #fff;
    border-radius: 15px;
  }

  .right-arrow {
    z-index: 0;
  }

  .hero-desc-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text {
    flex: 0 auto;
    font-size: 14px;
    line-height: 22px;
  }

  .visual-image {
    width: 22px;
    height: 22px;
  }

  .container-2 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .steps-mobile-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-3 {
    width: 120px;
  }

  .mobile-slide-image {
    text-align: center;
    max-width: 85%;
  }

  .mobile-slide-wrapper {
    z-index: 10;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fcfcfc;
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .input {
    border-radius: 6px;
  }

  .mobile-slider {
    border-radius: 15px;
    height: auto;
  }

  .hero-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-link-white {
    color: #fff;
  }

  .bullet-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}


