.headertext {
  display: block;
  margin: 5px 2em 0px 1.5em;
  padding: 0.2em 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid transparent;
  border-radius: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #f5fff1;
  font-size: 1em;
  line-height: 1.6;
  font-style: italic;
  text-align: left;
  text-decoration: none;
}

.pitchtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 20px;
  -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;
  border-radius: 15px;
  background-color: #979797;
}

.paragraphtext {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 1em;
  border-radius: 15px;
  background-color: #a4deff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 600;
}

.questiontext {
  margin-top: 0px;
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 15px;
  background-image: linear-gradient(95deg, #006fdf, #5c97d3 50%, #006fdf 102%);
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 1.2em;
  text-align: left;
}

.tabstyle {
  margin-right: 1em;
  margin-left: 1em;
  border-radius: 7px;
  background-color: #535353;
  box-shadow: 3px 3px 1px 0 #000014;
  font-family: Oswald, sans-serif;
  color: #cecece;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.tabstyle.w--current {
  background-color: #f8cb00;
  box-shadow: 1px 1px 1px 0 #000014;
  font-family: Oswald, sans-serif;
  color: #000;
}

.tabmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
  margin-bottom: 0.8em;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.tabstyle1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2em;
  text-align: center;
}

.tabstyle1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabmenu1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 2px 6px 0 #000;
  font-family: 'Changa One', Impact, sans-serif;
}

.text-block {
  text-align: center;
}

.tab-pane-tab-1 {
  padding: 5px;
  border-radius: 0px;
}

.text-span {
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

.text-span-2 {
  font-style: italic;
  text-decoration: underline;
}

.text-span-3 {
  font-style: italic;
  text-decoration: none;
}

.text-span-4 {
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
}

.text-span-5 {
  font-weight: 700;
  text-decoration: underline;
}

.text-span-6 {
  font-weight: 700;
}

.helpertext {
  color: #000;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.text-span-7 {
  font-weight: 600;
}

.div-block {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #004d03;
}

.div-block.truthblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-2 {
  height: 80%;
}

.div-block-2.truthbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 10px;
  padding: 5px 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #008b05;
  box-shadow: 1px 1px 1px 2px #021900;
  color: #fffb00;
}

.truthtext {
  font-family: Lato, sans-serif;
  color: #e9d600;
  font-weight: 700;
}

.div-block-3 {
  background-color: #004d03;
}

.div-block-3.wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newcallchild {
  width: auto;
  height: auto;
  margin-right: 10px;
  padding: 5px 7px;
  background-color: #d9ff00;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newcallchildtext {
  font-family: 'Changa One', Impact, sans-serif;
  text-align: center;
}

.div-block-5 {
  display: none;
  overflow: visible;
  width: 55px;
  height: 45px;
  -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: 60px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #dfdfdf, #000);
}

.text-block-2 {
  font-family: Lato, sans-serif;
  color: red;
  font-weight: 900;
}

.tabs {
  background-color: #f0f0f0;
}

.body {
  padding-right: 3vw;
  padding-left: 3vw;
}

.div-block-6 {
  background-color: #008b05;
}

.tooltip {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  margin-right: 140px;
  margin-bottom: 44px;
  margin-left: 15px;
  padding: 30px 10px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #008b05;
}

.tooltip.tooltip2 {
  display: none;
}

.tooltip.tooltip3 {
  display: none;
}

.tooltip.tooltip1 {
  display: none;
  margin-bottom: 51px;
}

.tooltip.tooltip4 {
  display: none;
}

.tooltip.tooltip5 {
  display: none;
}

.tooltip.tooltip6 {
  display: none;
}

.text-block-3 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
}

.tooltipheader {
  position: absolute;
  margin-top: -19px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #d9ff00;
  font-size: 16px;
  font-weight: 600;
}

.tooltiptext {
  display: block;
  margin-top: 15px;
  margin-right: 10px;
  color: #fffefe;
  line-height: 1.8em;
  text-align: center;
  text-indent: 0px;
}

.text-span-8 {
  color: #f2ff00;
  font-weight: 700;
  text-decoration: underline;
}

.pricetext {
  font-weight: 700;
}

.section {
  margin-bottom: 0vh;
  padding-top: 20px;
  padding-bottom: 25vh;
}

.text-span-9 {
  font-weight: 900;
}

.text-block-4 {
  display: block;
  padding: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.text-span-10 {
  color: #d81d00;
  font-weight: 800;
}

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

  .pitchtext {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabstyle {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .tabstyle.w--current {
    margin-bottom: 10px;
  }

  .tabmenu {
    margin-bottom: 0em;
    -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;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .div-block.truthblock {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    margin-right: -200px;
    margin-bottom: 24px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: rgba(127, 128, 167, 0);
  }

  .div-block-2.truthbutton {
    margin-bottom: 15px;
  }

  .div-block-3.wrapper {
    z-index: 11;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .newcallchild {
    margin-right: 20px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 42px;
    box-shadow: -14px 14px 19px -6px #000;
  }
}