:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.benefit-block-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  margin-top: 20px;
  margin-right: -20px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .15);
}

.main-section {
  flex-direction: column;
  align-items: center;
  padding: 75px 5%;
  display: flex;
}

.main-section.nonr {
  display: none;
}

._1-3-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._1-3-grid._50-p {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.faq-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: grid;
}

.video-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.video-link:hover {
  opacity: 1;
  color: #7300de;
}

.spacer-25px {
  width: 25px;
  height: 25px;
}

.icon {
  color: #7300de;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon.tp {
  margin-top: 2px;
}

.hero-image-block {
  background-image: url('../images/pexels-daria-rem-1977047.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 500px;
  display: flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.nav-1 {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
}

.trusted-by-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 35px;
  display: none;
}

.logo {
  width: 190px;
}

.p-m-wrap {
  background-image: linear-gradient(52deg, #7300de, #07f);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.faq-answer-inner {
  padding: 0 20px 20px;
  overflow: visible;
}

.counter {
  color: #7300de;
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
}

.benefit-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .15);
}

.header-wrap-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 850px;
  display: flex;
}

._1-2-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.nav-1-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  display: flex;
}

.footer-1-inner {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
  display: flex;
}

.content-wrap-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-1 {
  grid-column-gap: 20px;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.footer-1 {
  z-index: 9999;
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 75px 5%;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content-wrap-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

._3six5-link {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #7300de;
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, .05);
}

.purple-span {
  color: #7300de;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

._1-4-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.text-field {
  border: 1px #000;
  border-radius: 100px;
  min-height: 55px;
  margin-bottom: 0;
  margin-right: -70px;
  padding-left: 25px;
  padding-right: 90px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 800;
}

.section-1-image-block {
  background-image: url('../images/pexels-nina-uhlíková-725255.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 500px;
  display: flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.main-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
  display: flex;
}

.main-container.centre {
  align-items: center;
}

.spacer-50px {
  width: 50px;
  height: 50px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
}

.nav-spacer {
  width: 100%;
  height: 75px;
}

.plus {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.minus {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.logo-small {
  width: 50px;
}

.spacer-blank {
  width: 0;
  height: 0;
  font-size: 1px;
}

.faq-item {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #212121;
  border-radius: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.content-wrap-stats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.cta-2-container {
  color: #fff;
  background-color: #7300de;
  background-image: linear-gradient(25deg, rgba(0, 0, 0, .45), rgba(255, 255, 255, 0));
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  padding: 75px 20px;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
}

.form-block-1 {
  width: 100%;
  margin-bottom: 0;
}

.paragraph {
  color: rgba(24, 24, 24, .9);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph.white {
  color: rgba(255, 255, 255, .9);
}

.icon-purple {
  color: #fff;
  background-color: #7300de;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  padding: 5px;
  display: flex;
}

.header-wrap-centre {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #7300de;
  border: 1px #000;
  border-radius: 100px;
  padding: 15px 30px 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  opacity: 1;
  color: #fff;
  background-color: #07f;
}

.button.nav {
  background-color: #7300de;
  padding: 9px 25px;
  font-size: 16px;
  display: none;
}

.button.nav:hover {
  background-color: #07f;
}

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  opacity: .8;
}

.tb-logo {
  filter: grayscale();
  width: 100px;
  transition: all .2s;
}

.tb-logo:hover {
  filter: grayscale(0%);
}

.product-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 23px;
  font-weight: 800;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.product-block:hover {
  color: #fff;
  background-color: #7300de;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.button-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.trusted-by-text {
  margin-right: 10px;
  font-weight: 800;
}

.h3-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 33px;
}

.div-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.contacts {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  ._1-3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero-image-block {
    background-position: 50%;
  }

  ._1-2-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  ._1-4-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-1-image-block {
    background-position: 50%;
  }
}

@media screen and (max-width: 767px) {
  .benefit-block-1 {
    margin-right: 20px;
  }

  .main-section._45 {
    padding-bottom: 0;
  }

  .benefit-block-2 {
    margin-right: 20px;
  }

  .h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 479px) {
  .benefit-block-1 {
    font-size: 4.5vw;
  }

  .main-section._45._85 {
    padding-top: 40px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .video-link {
    font-size: 4vw;
  }

  .hero-image-block {
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 300px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .logo {
    width: 150px;
  }

  .p-m-wrap {
    margin-left: 40px;
  }

  .benefit-block-2 {
    margin-top: 0;
    margin-left: 0;
    font-size: 4.5vw;
  }

  .footer-1-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  ._1-4-grid {
    grid-template-columns: 1fr;
  }

  .section-1-image-block {
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 300px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .h2 {
    font-size: 30px;
  }

  .h1 {
    font-size: 40px;
  }

  .paragraph {
    font-size: 16px;
  }

  .button {
    font-size: 4vw;
  }

  .button.nav {
    padding: 9px 20px 10px;
  }

  .product-block.hide-mobile {
    display: none;
  }
}

#w-node-_6f3bc1a2-34df-50b0-e990-e826596075b4-d8269839, #w-node-_6f3bc1a2-34df-50b0-e990-e826596075c7-d8269839, #w-node-_6f3bc1a2-34df-50b0-e990-e826596075d8-d8269839, #w-node-_6f3bc1a2-34df-50b0-e990-e826596075df-d8269839, #w-node-_6f3bc1a2-34df-50b0-e990-e826596075e6-d8269839, #w-node-_6f3bc1a2-34df-50b0-e990-e826596075f0-d8269839, #w-node-_6f3bc1a2-34df-50b0-e990-e826596075f5-d8269839, #w-node-_6f3bc1a2-34df-50b0-e990-e82659607633-d8269839, #w-node-_6f3bc1a2-34df-50b0-e990-e8265960763b-d8269839, #w-node-_6f3bc1a2-34df-50b0-e990-e82659607643-d8269839 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


