:root {
  --black: #333;
  --color: white;
  --brown: #764709;
}

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

a {
  text-decoration: none;
}

.heading {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 2.875rem;
  font-weight: 600;
}

.heading-2 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 110%;
}

.big_paragraph {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 115%;
}

.paragraph {
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
}

.paragraph.bold {
  font-weight: 700;
}

.paragraph-2 {
  font-size: 12px;
}

.small-paragraph {
  font-size: .75rem;
}

.bold {
  font-size: 1rem;
  font-weight: 600;
}

.section {
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.basic-container {
  max-width: 80rem;
  padding: 1.5rem 1.5rem 0;
}

.welcome-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 7rem;
  display: flex;
}

.welcome-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  width: 50%;
  margin-top: 0;
  display: flex;
}

.welcome-image {
  border: 1px #000;
  width: auto;
}

.img {
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  height: auto;
  box-shadow: 8px 8px 8px #0003;
}

.nav-link {
  font-family: Inconsolata, monospace;
  font-size: 1.4rem;
}

.nav-link:hover {
  font-weight: 600;
}

.nav-link.w--current {
  font-family: Open Sans, sans-serif;
}

.navbar {
  z-index: 11;
  background-color: #ff8008;
  background-image: linear-gradient(358deg, #ff8008, #ffc837);
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-image: repeating-radial-gradient(circle closest-corner, #ff8008, #ffc837);
}

.link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

._4whom-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._4whom-div {
  box-sizing: border-box;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto;
  grid-auto-flow: row dense;
}

._3step-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 44rem;
  display: flex;
}

._3step-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  width: 840px;
  display: flex;
}

.features-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feature-block {
  flex-flow: row;
  width: 280px;
  display: block;
}

.list-item {
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

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

.report-text-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.report-img-div {
  width: 50%;
  height: 100%;
}

.adv-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.adv-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.slider-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  border: 0 #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  text-align: center;
}

.left-arrow {
  display: inline-block;
}

.testim-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 0 #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.testim-img {
  border-radius: 3rem;
  margin-top: 0;
  display: block;
}

.testim-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.slider {
  outline-offset: 0px;
  background-color: #ffc837;
  border: 0 #0000;
  border-radius: 24px;
  outline: 1px solid #333;
  height: 25rem;
}

.image-3 {
  object-fit: cover;
  border-radius: 100px;
}

.paragraph-3 {
  color: #646363;
  text-align: center;
  font-size: 1rem;
}

.paragraph-4 {
  font-size: 1rem;
}

.heading-h1 {
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.heading-5 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  font-size: 1rem;
}

.bold-text {
  font-size: 1.3rem;
  font-weight: 600;
}

.bold-text-2 {
  font-size: 1rem;
  font-weight: 600;
}

.para {
  font-size: 1rem;
}

.bold-text-3 {
  font-size: 1rem;
  font-weight: 600;
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  font-size: 1rem;
}

.img-wrap {
  background-color: var(--color);
  color: var(--color);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.final-div {
  flex-flow: column;
  width: 75%;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  display: flex;
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2.8rem;
  line-height: 125%;
}

.testim-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-cont {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem 10px;
}

.privacy-text-wrap {
  color: #7a7a7a;
  text-align: center;
}

.navbar-loader {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.paragraph-15, .paragraph-16, .paragraph-17 {
  font-size: 1rem;
}

.medium-pg {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.medium-pg.grey {
  color: var(--brown);
}

.heading-h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  font-weight: 400;
  position: static;
}

.heading-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  display: flex;
}

.nav-cont-copy {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.pg-div {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mask {
  height: auto;
}

.list {
  margin-bottom: 0;
  padding-left: 2.5rem;
  font-family: Inconsolata, monospace;
}

.link {
  color: var(--black);
}

.link:hover {
  font-weight: 700;
}

.link:active {
  opacity: .8;
}

.divider {
  color: var(--black);
  height: 1px;
}

.textblock-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

._4whom-blocks {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._4whom-img {
  border-radius: 1rem;
  width: 100%;
  box-shadow: 7px 7px 8px #0003;
}

._3-step-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.bold-text {
  font-weight: 500;
}

.bold-text-4 {
  color: var(--black);
}

.image-7 {
  border-radius: 30px;
}

.img-logo {
  border-radius: 25px;
  width: 7rem;
  height: 7rem;
}

.text-logo {
  width: 12rem;
}

.image-8 {
  width: 10rem;
}

@media screen and (min-width: 1440px) {
  .welcome-block {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .nav-link {
    font-size: 1.6rem;
  }

  .report-wrap {
    justify-content: space-between;
    align-items: stretch;
  }
}

@media screen and (min-width: 1920px) {
  .img, ._4whom-img {
    box-shadow: 4px 4px 4px #0003;
  }
}

@media screen and (max-width: 991px) {
  .big_paragraph {
    font-size: 1.2rem;
  }

  .basic-container {
    max-width: 49rem;
    padding-bottom: 0;
  }

  .welcome-block {
    flex-flow: row;
  }

  .welcome-text {
    width: 60%;
  }

  .welcome-image {
    width: 50%;
  }

  .img {
    object-fit: cover;
  }

  .nav-link {
    color: var(--black);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.3rem;
  }

  .body {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 125%;
  }

  .link-block {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  ._3step-grid-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: stretch;
  }

  ._3step-div {
    width: 50%;
  }

  .features-wrap {
    width: auto;
  }

  .features-list {
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
  }

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

  .report-img-div {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .adv-wrap {
    width: auto;
  }

  .slider-wrap {
    flex-flow: column;
    width: 40rem;
  }

  .paragraph-3 {
    width: auto;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .img-wrap {
    border-style: dotted;
    border-color: var(--brown);
    background-color: var(--color);
    box-shadow: 0 2px 5px #0003;
  }

  .heading-h2 {
    font-size: 2.2rem;
  }

  .nav-cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #ff8008;
  }

  .privacy-text-wrap {
    width: auto;
  }

  .medium-pg {
    font-size: 1.1rem;
  }

  .heading-h3 {
    color: var(--black);
    font-weight: 600;
  }

  .nav-cont-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list {
    padding-left: 1rem;
  }

  .textblock-wrap {
    width: auto;
  }

  .text-logo {
    width: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .big_paragraph {
    font-size: 1.3rem;
  }

  .basic-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .welcome-block {
    flex-flow: column;
  }

  .welcome-text, .welcome-image {
    width: 100%;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  ._4whom-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._4whom-div {
    flex-flow: column;
    width: 40%;
  }

  ._3step-grid-wrap {
    width: auto;
  }

  ._3step-div {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    width: 100%;
  }

  .features-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .features-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .report-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .report-text-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .report-img-div {
    width: 100%;
  }

  .adv-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .adv-text {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .slider-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: auto;
    margin-top: .5rem;
  }

  .testim-wrap {
    width: auto;
  }

  .testim-img {
    margin-top: 20px;
  }

  .slider {
    height: 26rem;
  }

  .heading-h1 {
    font-size: 2.6rem;
  }

  .final-div {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-h2 {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 110%;
  }

  .medium-pg {
    margin-bottom: 0;
  }

  .medium-pg.small {
    font-size: .9rem;
  }

  .heading-div {
    padding-top: .6rem;
  }

  .list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    padding-left: 1rem;
    display: flex;
  }

  ._4whom-blocks {
    flex-flow: row;
    width: 100%;
  }

  ._3-step-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bold-text {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  .big_paragraph {
    font-size: 1rem;
  }

  .paragraph {
    font-family: Inconsolata, monospace;
    font-size: .9rem;
  }

  .welcome-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 9rem;
  }

  .nav-link {
    font-size: 1.1rem;
  }

  .link-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  ._4whom-wrapper {
    flex-flow: column;
  }

  ._4whom-div {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  ._3step-grid-wrap {
    margin-top: .5rem;
  }

  .features-list {
    width: 100%;
  }

  .report-wrap {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .report-text-div {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .left-arrow {
    margin-left: -2.5rem;
  }

  .testim-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .testim-img {
    border-radius: 6rem;
    margin-top: 0;
  }

  .testim-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 60%;
  }

  .slider {
    height: 23rem;
  }

  .heading-h1 {
    font-size: 1.9rem;
    font-weight: 600;
  }

  .paragraph-5 {
    font-size: .8rem;
  }

  .final-div {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    width: auto;
    margin-top: 1.5rem;
    display: flex;
  }

  .heading-h2 {
    font-size: 1.2rem;
  }

  .nav-cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-4 {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
  }

  .image-5 {
    min-width: 100%;
    max-width: none;
    min-height: auto;
  }

  .image-6 {
    min-width: 100%;
    max-width: none;
  }

  .paragraph-15 {
    width: auto;
    font-size: 1rem;
  }

  .medium-pg {
    font-size: .9rem;
  }

  .medium-pg.small {
    font-weight: 400;
  }

  ._4whom-blocks {
    flex-flow: column;
  }

  ._4whom-img {
    border-radius: 1rem;
  }

  .right-arrow {
    margin-right: -2.5rem;
  }

  .bold-text {
    font-size: .9rem;
  }

  .text-logo {
    width: 6rem;
  }

  .brand {
    padding-left: 0;
  }
}


