body {
  font-family: 'Graphik Web', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.25px;
}

.topbar-container {
  min-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}

.topbar-container.topbar-dark {
  border-bottom-color: #e9892e;
  background-color: #1e2935;
}

.topbar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topbar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
}

.topbar-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e9e9e9;
  color: #333;
}

.topbar-email.topbar-dark {
  border-right-color: #333;
}

.topbar-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.topbar-link {
  border-bottom: 0px solid #e9e9e9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.topbar-link:hover {
  border-bottom-color: #e9892e;
  color: #e9892e;
}

.topbar-link.topbar-dark {
  color: #e9e9e9;
  font-size: 14px;
  line-height: 20px;
}

.topbar-link.topbar-dark:hover {
  color: #fff;
}

.topbar-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e9e9e9;
  color: #333;
}

.topbar-phone.topbar-dark {
  border-right-color: #333;
}

.topbar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topbar-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -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-left: 1px solid #e9e9e9;
}

.topbar-social.topbar-dark {
  border-left-color: #333;
}

.topbar-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.topbar-social-icon {
  width: 20px;
  height: 20px;
  margin-right: 0px;
}

.tovuti-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Tovuti icons', sans-serif;
  color: #ea8931;
  font-size: 20px;
  line-height: 20px;
}

.footer-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0% 0px;
  -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;
}

.typed-words {
  margin-top: 10px;
  color: #1e2935;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.hero-1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-1-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.hero-1-h1-span {
  color: #1e2935;
  text-decoration: underline;
}

.hero-1-topline {
  margin-bottom: 20px;
  color: #1e2935;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hero-1-paragraph {
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.width-container-1200 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.hero-1-background-video {
  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;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #e9892e 28%, rgba(233, 137, 46, 0.66));
}

.button-watch-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1e2935;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}

.button-watch-demo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tovuti-lightbox-link {
  text-decoration: none;
}

.tovuti-lightbox-link.button-watch-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -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;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tovuti-lightbox-link.button-watch-demo:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.07);
  color: #1e2935;
}

.button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 0px;
  -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-style: solid;
  border-width: 1px;
  border-color: #e9892e;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(233, 137, 46, 0.35);
  font-family: 'Tovuti icons', sans-serif;
  color: #1e2935;
  font-size: 16px;
  line-height: 16px;
  text-shadow: none;
}

.button-icon.features-1 {
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 20px;
}

.button-icon.process-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-right: 0px;
  border-style: none;
  background-color: #1e2935;
  box-shadow: 0 0 0 4px #e9e9e9;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.trust-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 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;
  background-color: #1e2935;
}

.trust-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trust-logo {
  min-width: 150px;
}

.features-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 15px;
  -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;
}

.footer-1-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-1-colum {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-1-column-title {
  margin-bottom: 15px;
  color: #e9892e;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.footer-logo {
  overflow: visible;
  width: 70%;
  height: 70%;
  max-width: 70%;
  min-width: 70%;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-1-column-link {
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.footer-1-column-link:hover {
  border-bottom-color: #e9e9e9;
  color: #333;
}

.footer-1-column-link.phone {
  color: #e9892e;
  font-weight: 600;
}

.footer-1-column-link-badge-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-badge {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  margin-left: 10px;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #63a1ff;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.footer-1-copyright {
  margin-bottom: 0px;
  color: #e9e9e9;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.footer-1-botbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-top: 0px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #e9e9e9;
}

.botbar-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-left: 1px solid #e9e9e9;
}

.features-1-h4 {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #1e2935;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
}

.features-1-topline {
  margin-bottom: 20px;
  color: #e9892e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.features-1-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  min-height: 260px;
  margin: 0px 10px 20px;
  padding: 30px;
  -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;
  border-style: none;
  border-width: 3px;
  border-color: #e9e9e9;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.features-1-column:hover {
  border-style: none;
  border-width: 1px;
  border-color: #e9e9e9;
  box-shadow: none;
}

.features-1-h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1e2935;
  font-size: 19px;
}

.features-1-paragraph {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.process-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5%;
  -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;
  background-color: rgba(99, 161, 255, 0.08);
}

.process-1-process-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process-1-process-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 300px;
  padding: 20px;
  -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;
}

.process-1-h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1e2935;
  font-size: 30px;
  line-height: 35px;
}

.process-paragraph {
  color: #1e2935;
  font-size: 16px;
  line-height: 26px;
}

.process-1-center-block {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process-1-process-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 20px;
  -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;
}

.process-1-image {
  border-radius: 10px;
  box-shadow: 4px 4px 17px 0 rgba(0, 0, 0, 0.12);
}

.process_line {
  position: absolute;
  width: 2px;
  height: 69%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-blue-line-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.testimonial-icon {
  color: #1e2935;
  font-size: 17px;
}

.testimonial-arrow-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-style: none;
  border-width: 3px;
  border-color: rgba(233, 137, 46, 0.26);
  border-radius: 100px;
  box-shadow: 0 0 0 4px #e9e9e9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.testimonial-arrow-right:hover {
  box-shadow: 0 0 0 4px #e9892e;
}

.testmonial-1-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25px 30px;
  -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;
}

.testmonial-author-job {
  color: #63a1ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t06_mask {
  overflow: visible;
  width: 40%;
}

.testimonial-stars-wrapper {
  margin-bottom: 10px;
}

.testimonial-author {
  margin-bottom: 0px;
  color: #1e2935;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0px;
}

.testimonial-card-base {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
  color: #b8b9c2;
}

.testimonial-arrow-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-style: none;
  border-width: 1px;
  border-color: #c1c7d0;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: 0 0 0 4px #e9e9e9;
}

.testimonial-arrow-left:hover {
  box-shadow: 0 0 0 4px #e9892e;
}

.testimonial-paragraph {
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-1-author {
  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;
}

.testimonial-avatar {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/vintory_brook-p.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 4px #e9e9e9;
}

.testimonial-avatar.travis {
  background-image: url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/capital-auto-loan_travis-h.jpg');
}

.testimonial-avatar.ginger {
  background-image: url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/mortage-list_ginger-bell.jpg');
}

.testimonial-avatar.mary {
  background-image: url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/mary-elizabeth_education-partners.jpg');
}

.testimonial-avatar.andrea {
  background-image: url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/AndreaGagliardi_200x230.jpg');
}

.testimonial-h5 {
  color: #1e2935;
  font-size: 27px;
  line-height: 32px;
}

.testimonial-team-wrap {
  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;
}

.testimonial-author-wrap {
  padding-left: 10px;
}

.testimonial-star {
  width: 16px;
  margin-right: 6px;
}

.testimonial-slider-1-nav {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}

.testimonials-1-slider-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-slider-1 {
  width: 100%;
  height: auto;
  padding-right: 30px;
  padding-bottom: 75px;
  padding-left: 30px;
  -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;
  background-color: transparent;
}

.testimonials-1-container {
  display: block;
  overflow: hidden;
  min-height: 300px;
  padding: 100px 5%;
  -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;
  text-align: center;
}

.cta-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -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;
  background-color: #e9892e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 137, 46, 0.97)), to(rgba(233, 137, 46, 0.97))), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-8.svg');
  background-image: linear-gradient(180deg, rgba(233, 137, 46, 0.97), rgba(233, 137, 46, 0.97)), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-8.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.cta-1-topline {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.cta-1-h4 {
  width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
}

.cta-1-paragraph {
  max-width: 450px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.button-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1e2935;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}

.button-1:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #1e2935;
}

.width-container-1400 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.width-container-1400.center-justify-top-align {
  width: 1400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.feature-library-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 60px 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;
}

.library-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.library-menu-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  width: 25%;
  padding: 40px 20px 20px 0px;
}

.library-details {
  width: 75%;
  padding: 0px 0px 20px 20px;
}

.library-menu {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.library-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #1e2935;
}

.library-menu-a {
  width: 100%;
  padding: 10px 20px;
  border-left: 1px none #e9892e;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e9e9e9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1e2935;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
}

.library-menu-a:hover {
  border-style: none;
  border-width: 1px;
  border-color: #e9892e;
  background-color: #e9e9e9;
  box-shadow: 0 0 0 1px #e9e9e9;
  color: #1e2935;
}

.library-menu-a.w--current {
  background-color: #e9e9e9;
}

.feature-library-h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1e2935;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lilbrary-item-wrapper {
  position: relative;
  padding-top: 0px;
}

.library-subhead {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}

.library-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  line-height: 26px;
}

.library-paragraph {
  margin-bottom: 20px;
}

.library-h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #1e2935;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
}

.library-list {
  margin-bottom: 20px;
  color: #63a1ff;
  list-style-type: disc;
}

.library-h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #63a1ff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.library-image {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 10px;
  box-shadow: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-progress {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 8px;
  max-width: 100%;
  border-bottom: 1px solid #e9892e;
  background-color: #e9892e;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.plans-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tovuti-hero-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  -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: #e9892e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.44)), color-stop(42%, hsla(0, 0%, 100%, 0.78)), to(#fff)), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-8.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.44), hsla(0, 0%, 100%, 0.78) 42%, #fff), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-8.svg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  -webkit-filter: saturate(200%) hue-rotate(185deg);
  filter: saturate(200%) hue-rotate(185deg);
}

.tovuti-hero-header._90day {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.44)), color-stop(42%, hsla(0, 0%, 100%, 0.78)), to(#fff)), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/satisfaction-guarantee.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.44), hsla(0, 0%, 100%, 0.78) 42%, #fff), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/satisfaction-guarantee.svg');
}

.tovuti-hero-header.troy-reviews {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), color-stop(42%, hsla(0, 0%, 100%, 0.89)), to(#fff)), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-6.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.89) 42%, #fff), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-6.svg');
  background-position: 0px 0px, 50% 100%;
  -webkit-filter: none;
  filter: none;
}

.tovuti-hero-header.pricing {
  background-image: url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-13.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.hero-header-h1 {
  margin: -60px 0px 0px;
  padding: 0px;
  color: #1e2935;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -1px;
}

.hero-header-h1.troy-review {
  margin-top: 0px;
}

.hero-header-h1.light {
  color: #fff;
}

.plans {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 100%;
  min-height: 100px;
  margin: 0px;
  padding: 0px 10px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plan-card {
  position: relative;
  z-index: 50;
  height: auto;
  max-width: 400px;
  margin: -60px 10px 0px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 91.3%, 0.5);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
}

.plan-card.v2 {
  max-width: 535px;
  box-shadow: 0 6px 50px 0 rgba(233, 137, 46, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.plan-card.v2:hover {
  box-shadow: 0 16px 50px 0 rgba(233, 137, 46, 0.67);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.plan-card.satisfaction {
  max-width: 750px;
}

.plan-card.satisfaction.troy-review {
  min-height: auto;
  margin-top: 0px;
}

.plan-card.pricing:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.plan-header-h3 {
  display: none;
  margin: 0px 0px 20px;
  padding: 0px;
  color: #63a1ff;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -1px;
}

.plan-header-h3.v2 {
  color: #e9892e;
}

.plan-divider {
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
}

.plan-divider.v2 {
  height: 2px;
  background-color: #e9892e;
}

.paragraph {
  margin: 0px;
  padding: 0px;
}

.plan-card-content {
  position: relative;
  padding: 40px;
}

.plan-card-content.v2 {
  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;
}

.plan-card-items {
  min-width: 50%;
  padding-right: 0px;
}

.plan-card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plan-card-item.last-child {
  margin-bottom: 0px;
}

.plan-icon {
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

.image {
  width: auto;
  height: 35px;
  margin-bottom: 20px;
}

.background-graphic-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  width: 100%;
  min-height: 450px;
  margin-top: 14%;
  background-color: rgba(233, 137, 46, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, hsla(0, 0%, 100%, 0)), to(#fff)), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-8.svg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 50%, #fff), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-8.svg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  -webkit-filter: blur(25px);
  filter: blur(25px);
}

.background-graphic-blur._90day {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, hsla(0, 0%, 100%, 0)), to(#fff)), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/satisfaction-guarantee.svg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 50%, #fff), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/satisfaction-guarantee.svg');
  background-position: 0px 0px, 50% 50%;
}

.background-graphic-blur.troy-review {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, hsla(0, 0%, 100%, 0)), to(#fff)), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-6.svg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 50%, #fff), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-6.svg');
}

.plan-button {
  position: relative;
  display: none;
  margin-top: 40px;
  padding: 15px;
  -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: 7px;
  background-color: #63a1ff;
  color: #fff;
  text-decoration: none;
}

.plan-button.v2 {
  background-color: #e9892e;
}

.plan-card-horizontal {
  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;
}

.content-paragraph {
  margin-bottom: 30px;
}

.content-paragraph.last-child {
  margin-bottom: 0px;
}

.satisfaction-img {
  position: absolute;
  left: -17%;
  top: -12%;
  right: auto;
  bottom: auto;
  max-width: 200px;
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

.reviews-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.89)), to(hsla(0, 0%, 100%, 0.89))), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-8.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.89), hsla(0, 0%, 100%, 0.89)), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-8.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.reviews-left-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #1e2935;
}

.apple_user_icon {
  max-height: 90px;
  max-width: 90px;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: 25px;
}

.apple_paragraph {
  margin-bottom: 30px;
  color: #fff;
}

.text-message-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  color: #fff;
}

.text-message {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-bottom: 20px;
  padding: 20px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: rgba(99, 161, 255, 0.05);
  font-size: 20px;
}

.text-message.response {
  margin-bottom: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #63a1ff;
}

.text-message.highlight {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #63a1ff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 20px;
}

.text-message.highlight:hover {
  box-shadow: 0 0 50px -6px rgba(99, 161, 255, 0.4);
}

.text-message.highlight.troy-review {
  margin-bottom: 0px;
}

.text-message-icon {
  position: relative;
  display: block;
  max-height: 50px;
  min-width: 50px;
  margin-right: 10px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-message-icon.response {
  max-height: 35px;
  min-width: 35px;
  margin-right: 0px;
}

.text-message-icon.last-child {
  margin-right: 0px;
}

.text-message-p {
  position: relative;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-message-p.response {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 600;
}

.text-message-p.response.no-margin {
  margin-right: 0px;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-message-p.bold {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 600;
}

.text-message-p.troy-review {
  margin-bottom: 10px;
}

.text-message-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-message-span {
  color: #e9892e;
  font-weight: 600;
}

.div-block {
  width: 100%;
}

.b2b-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(99, 161, 255, 0.15);
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.b2b-item:hover {
  box-shadow: inset 0 0 0 1px #63a1ff, 0 0 20px -12px #63a1ff;
}

.b2b-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.b2b-image {
  min-height: 40px;
}

.b2b-plus {
  margin-left: 10px;
  padding: 9px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #63a1ff;
  font-size: 14px;
  line-height: 16px;
}

.reviews-right-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 100%;
  padding-top: 130px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.review-amazon-card {
  width: 400px;
  margin-left: -88px;
  border-radius: 25px;
  box-shadow: 14px 14px 40px 10px rgba(99, 161, 255, 0.07);
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: translate(0px, -71px) rotateX(17deg) rotateY(0deg) rotateZ(9deg);
  transform: translate(0px, -71px) rotateX(17deg) rotateY(0deg) rotateZ(9deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.review-amazon-card.v2 {
  margin-top: -187px;
  box-shadow: 14px 14px 40px 10px rgba(99, 161, 255, 0.07);
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: translate(171px, 114px) rotateX(17deg) rotateY(0deg) rotateZ(-6deg);
  transform: translate(171px, 114px) rotateX(17deg) rotateY(0deg) rotateZ(-6deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.b2b-right {
  height: 100%;
  margin-top: 127px;
  padding: 30px 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-bottom: 20px;
}

.terms {
  font-size: 14px;
  line-height: 16px;
}

.paragraph-link {
  color: #63a1ff;
}

.paragraph-link:hover {
  color: #333;
}

.troy-image {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  border-radius: 500px;
  box-shadow: 0 0 0 5px #fff, 0 0 20px 0 #63a1ff;
  -o-object-fit: cover;
  object-fit: cover;
}

.troy-review-title {
  margin-bottom: 0px;
}

.troy-review-title.last-child {
  margin-bottom: 0px;
}

.html-embed {
  font-family: 'Graphik Web', sans-serif;
  font-weight: 400;
}

.demo-container {
  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;
}

@media screen and (max-width: 991px) {
  .topbar-social {
    border-left-width: 0px;
  }
  .tovuti-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .footer-1-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-1-content {
    width: 100%;
  }
  .hero-1-h1 {
    text-align: center;
  }
  .hero-1-topline {
    margin-bottom: 30px;
  }
  .hero-1-paragraph {
    margin-top: 30px;
  }
  .width-container-1200 {
    width: 100%;
    padding: 0px;
  }
  .hero-1-background-video {
    height: auto;
  }
  .tovuti-lightbox-link.button-watch-demo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .trust-1-container {
    padding: 20px;
  }
  .trust-logo {
    min-width: 125px;
  }
  .features-1-container {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .footer-1-columns {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-1-colum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-1-column-link {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .footer-badge {
    font-size: 12px;
  }
  .footer-1-copyright {
    font-size: 12px;
  }
  .footer-1-botbar {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .botbar-social {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left-width: 0px;
  }
  .features-1-h4 {
    margin-bottom: 40px;
    font-size: 33px;
    line-height: 37px;
  }
  .features-1-topline {
    margin-bottom: 10px;
  }
  .features-1-column {
    width: 47%;
    min-height: 266px;
  }
  .process-1-center-block {
    width: 150px;
  }
  .testmonial-1-card {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .testmonial-author-job {
    text-align: left;
  }
  .t06_mask {
    width: 60%;
  }
  .testimonial-stars-wrapper {
    margin-bottom: 0px;
  }
  .testimonial-author {
    text-align: left;
  }
  .testimonial-slider-1 {
    padding-bottom: 40px;
  }
  .testimonials-1-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cta-1-topline {
    margin-bottom: 30px;
  }
  .cta-1-h4 {
    width: 600px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 44px;
  }
  .cta-1-paragraph {
    margin-top: 20px;
  }
  .width-container-1400 {
    width: 100%;
    padding: 0px;
  }
  .width-container-1400.center-justify-top-align {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .feature-library-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .library-menu-container {
    width: 30%;
    padding-top: 20px;
  }
  .library-details {
    width: 70%;
    padding-left: 0px;
  }
  .library-menu-a {
    font-size: 14px;
    line-height: 18px;
  }
  .library-subhead {
    padding-top: 20px;
  }
  .tovuti-hero-header {
    min-height: 250px;
    margin-bottom: -51px;
  }
  .hero-header-h1 {
    margin-top: -30px;
    line-height: 53px;
    text-align: center;
  }
  .plans {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .plan-card {
    position: relative;
    overflow: visible;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .plan-card.v2 {
    max-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .plan-card.v2:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .plan-card-content {
    position: relative;
  }
  .background-graphic-blur {
    display: none;
  }
  .satisfaction-img {
    left: -5%;
    top: -6%;
    max-width: 100px;
  }
  .reviews-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews-left-container {
    width: 100%;
    height: 100%;
    padding: 20px 20px 0px;
  }
  .apple_user_icon {
    margin-bottom: 20px;
  }
  .apple_paragraph {
    margin-bottom: 20px;
  }
  .text-message-container {
    width: 100%;
  }
  .text-message {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-message-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .reviews-right-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: auto;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .review-amazon-card {
    display: none;
  }
  .b2b-right {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .topbar-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .topbar-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .topbar-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -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;
  }
  .topbar-link {
    color: #333;
    font-size: 10px;
  }
  .topbar-link.topbar-dark {
    font-size: 13px;
  }
  .topbar-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .topbar-right {
    min-height: 50px;
  }
  .topbar-social {
    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;
    border-left-width: 0px;
  }
  .topbar-social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .topbar-social-icon {
    width: 15px;
    height: 15px;
  }
  .tovuti-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .typed-words {
    font-size: 31px;
    line-height: 37px;
  }
  .hero-1-content {
    padding: 0px;
  }
  .hero-1-h1 {
    font-size: 31px;
    line-height: 33px;
  }
  .width-container-1200 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-1-background-video {
    height: auto;
    padding: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 137, 46, 0.89)), to(rgba(233, 137, 46, 0.89))), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-11.svg'), -webkit-gradient(linear, left top, left bottom, from(#e9892e), to(#e9892e));
    background-image: linear-gradient(180deg, rgba(233, 137, 46, 0.89), rgba(233, 137, 46, 0.89)), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-11.svg'), linear-gradient(180deg, #e9892e, #e9892e);
    background-position: 0px 0px, 50% 100%, 0px 0px;
    background-size: auto, cover, auto;
  }
  .button-icon.process-step {
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .trust-1-container {
    padding-bottom: 0px;
  }
  .trust-item {
    margin-bottom: 20px;
  }
  .trust-logo {
    min-width: 85px;
  }
  .features-1-container {
    padding-bottom: 0px;
  }
  .footer-1-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-1-colum.last-child {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer-1-column-link {
    line-height: 17px;
  }
  .footer-1-column-link-badge-container {
    display: none;
  }
  .footer-1-botbar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .botbar-social {
    border-left-width: 0px;
  }
  .features-1-h4 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 33px;
  }
  .features-1-column {
    width: 100%;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 0px;
  }
  .features-1-h5 {
    margin-bottom: 10px;
  }
  .process-1-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .process-1-process-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .process-1-process-details {
    width: 90%;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .process-1-center-block {
    width: 55px;
  }
  .process-1-process-image {
    display: none;
  }
  .process_line {
    left: 25px;
    top: 0%;
    right: auto;
    bottom: 0%;
  }
  .testmonial-1-card {
    width: 100%;
  }
  .t06_mask {
    width: 80%;
  }
  .testimonial-stars-wrapper {
    margin-bottom: 0px;
  }
  .testimonial-1-author {
    text-align: left;
  }
  .testimonial-slider-1-nav {
    margin-right: 20px;
    margin-left: 0px;
  }
  .testimonial-slider-1 {
    display: block;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cta-1-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cta-1-h4 {
    width: auto;
    margin-bottom: 10px;
    font-size: 31px;
    line-height: 33px;
  }
  .width-container-1400 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .library-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .library-menu-container {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
  }
  .library-details {
    width: 100%;
    padding-left: 0px;
  }
  .library-menu-a {
    font-size: 16px;
    line-height: 25px;
  }
  .plans-container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tovuti-hero-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.44)), color-stop(42%, hsla(0, 0%, 100%, 0.78)), to(#fff)), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-8.svg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.44), hsla(0, 0%, 100%, 0.78) 42%, #fff), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-8.svg');
  }
  .hero-header-h1 {
    margin-top: -30px;
    line-height: 53px;
  }
  .plan-card {
    margin-bottom: 30px;
  }
  .plan-card-item {
    margin-bottom: 20px;
  }
  .satisfaction-img {
    position: absolute;
    top: -4%;
  }
  .reviews-left-container {
    width: 100%;
    height: 100%;
    padding: 20px 20px 0px;
  }
  .apple_user_icon {
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    margin-bottom: 20px;
  }
  .apple_paragraph {
    margin-bottom: 20px;
  }
  .text-message-container {
    width: 100%;
  }
  .text-message.highlight {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .b2b-item {
    width: 100%;
    margin-right: 0px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .b2b-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .b2b-plus.last-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .b2b-right {
    padding: 0px 21px 21px;
    background-color: #1e2935;
    color: #fff;
  }
  .heading {
    color: #e9892e;
  }
  .paragraph-link:hover {
    color: #e9892e;
  }
}

@media screen and (max-width: 479px) {
  .topbar-container {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
  }
  .topbar-wrap {
    -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;
  }
  .topbar-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -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;
    font-size: 13px;
    line-height: 25px;
  }
  .topbar-email.topbar-dark {
    padding-right: 10px;
  }
  .topbar-icon {
    width: 15px;
    height: 15px;
  }
  .topbar-link {
    font-size: 10px;
  }
  .topbar-link:hover {
    color: #e9892e;
  }
  .topbar-link.topbar-dark {
    font-size: 11px;
  }
  .topbar-phone {
    padding-right: 0px;
    padding-left: 20px;
    border-right-width: 0px;
    font-size: 13px;
    line-height: 25px;
  }
  .topbar-phone.topbar-dark {
    padding-left: 10px;
  }
  .topbar-right {
    display: none;
  }
  .topbar-social-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tovuti-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    font-size: 15px;
  }
  .footer-1-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .typed-words {
    margin-top: 0px;
    line-height: 31px;
  }
  .hero-1-h1 {
    font-size: 23px;
    text-align: center;
  }
  .hero-1-topline {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
  .hero-1-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .width-container-1200 {
    -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;
  }
  .hero-1-background-video {
    padding: 20px;
    background-color: #e9892e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 137, 46, 0.85)), to(rgba(233, 137, 46, 0.85))), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-11.svg');
    background-image: linear-gradient(180deg, rgba(233, 137, 46, 0.85), rgba(233, 137, 46, 0.85)), url('https://tovutilms.com/images/UWwoQnx3pz0egmHSUaf9bDrEMjg1MjQzOTI2NzA2/tovuti2020/landing/images/tovuti-background-11.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .button-icon.process-step {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 15px;
  }
  .trust-1-container {
    padding-bottom: 0px;
  }
  .trust-item {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .button-text {
    font-size: 12px;
  }
  .features-1-container {
    padding-bottom: 0px;
  }
  .footer-1-colum {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-1-colum.last-child {
    margin-top: 15px;
  }
  .footer-1-column-title {
    margin-top: 15px;
  }
  .footer-1-column-title.first-child {
    margin-top: 0px;
  }
  .footer-logo {
    text-align: left;
  }
  .footer-1-column-link {
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .footer-1-column-link-badge-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-1-copyright {
    margin-top: 0px;
  }
  .footer-1-botbar {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .features-1-h4 {
    margin-bottom: 20px;
    font-size: 23px;
    text-align: center;
  }
  .features-1-topline {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
  .features-1-column {
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0px;
  }
  .features-1-h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 27px;
  }
  .process-1-container {
    padding: 20px 15px;
  }
  .process-1-process-details {
    width: 90%;
    padding: 5px 0px 10px 10px;
  }
  .process-1-h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .testmonial-1-card {
    padding: 0px 15px 15px;
  }
  .testmonial-author-job {
    line-height: 15px;
    text-align: left;
  }
  .t06_mask {
    width: 100%;
    height: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .testimonial-stars-wrapper {
    margin-bottom: 0px;
  }
  .testimonial-author {
    text-align: left;
  }
  .testimonial-paragraph {
    font-size: 14px;
    line-height: 20px;
  }
  .testimonial-avatar.mary {
    width: 50px;
    height: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .testimonial-h5 {
    line-height: 30px;
  }
  .testimonial-slider-1-nav {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonial-slider-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonials-1-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cta-1-container {
    padding: 20px 15px;
  }
  .cta-1-topline {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
  .cta-1-h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
  }
  .cta-1-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .width-container-1400 {
    -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;
  }
  .library-menu-container {
    padding-right: 0px;
  }
  .library-menu-a {
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .library-h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .library-h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .tovuti-hero-header {
    min-height: 150px;
    margin-bottom: 0px;
  }
  .tovuti-hero-header._90day {
    overflow: visible;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tovuti-hero-header.troy-reviews {
    overflow: visible;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-header-h1 {
    margin-top: 0px;
    font-size: 45px;
    line-height: 47px;
  }
  .plans {
    padding-right: 10px;
    padding-left: 10px;
  }
  .plan-card {
    margin-bottom: 10px;
  }
  .plan-card-content {
    padding: 25px;
  }
  .plan-card-content.v2 {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .plan-card-item {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .plan-button {
    margin-top: 20px;
  }
  .plan-card-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-paragraph {
    margin-bottom: 20px;
  }
  .satisfaction-img {
    display: none;
  }
  .reviews-left-container {
    height: 100%;
    padding: 15px 15px 0px;
  }
  .apple_user_icon {
    max-height: 50px;
    max-width: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-bottom: 10px;
  }
  .text-message {
    padding: 10px 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 21px;
  }
  .text-message.highlight {
    margin-bottom: 10px;
    padding: 20px;
  }
  .text-message-icon {
    max-height: 25px;
    min-width: 25px;
    margin-right: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-message-p.response.no-margin {
    font-size: 14px;
    line-height: 16px;
  }
  .text-message-p.bold {
    margin-top: 0px;
    margin-right: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-message-block {
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .b2b-item {
    width: 100%;
    -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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .b2b-image {
    margin-bottom: 0px;
  }
  .b2b-plus {
    margin-top: 10px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
  }
  .b2b-plus.last-child {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .b2b-right {
    padding: 10px 15px 15px;
    background-color: #1e2935;
    color: #fff;
  }
  .heading {
    color: #63a1ff;
  }
  .troy-review-title {
    margin-bottom: 20px;
  }
}
