:root {
  --text: #3b445e;
  --main-color: #f4978e;
  --royal-blue: #0051b6;
  --lavender-blush: #ffeceb;
}

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

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

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

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

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

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

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero-section {
  height: auto;
  background-color: #f9fdff;
  background-image: url('../images/Asset-52.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
}

.hero-section.clients {
  height: auto;
}

.nav-margin {
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.navbar {
  z-index: 99;
  width: 100%;
  height: 90px;
  background-color: #f9fdff;
  flex: 0 auto;
}

.brand {
  width: 180px;
}

.nav-link {
  cursor: pointer;
}

.nav-link:hover {
  color: var(--main-color);
}

.nav-menu {
  display: flex;
}

.nav-btn-div {
  align-items: center;
  display: flex;
}

.nav-btn {
  background-color: var(--main-color);
  cursor: pointer;
  border-radius: 5px;
}

.nav-btn:hover {
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}

.margin {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-container {
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-text-div {
  width: 85%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  display: flex;
}

.hero-img-div {
  z-index: 1;
  width: 95%;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1 {
  text-align: center;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.1em;
}

.h1.sub {
  color: var(--main-color);
  margin-top: 0;
  font-size: 4em;
  font-weight: 800;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}

.hero-bot-text {
  width: 50%;
  height: auto;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  display: flex;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.pricing {
  background-color: rgba(216, 243, 255, .15);
  background-image: url('../images/wave-white-down.svg'), url('../images/wave-white-up.svg');
  background-position: 50% 100%, 50% -15%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section.faq {
  background-image: url('../images/wave-white-up.svg'), linear-gradient(rgba(232, 236, 244, .3), #fff);
  background-position: 50% -7%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.features-section {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.section-hd-div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-hd-div.mt-5vw {
  margin-top: 5vw;
}

.section-hd-text {
  margin-top: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
}

.section-hd-text.margin-0 {
  margin-top: 0;
}

.section-hd-text.margin-0.medium {
  font-weight: 500;
}

.section-hd-text.margin-0.small {
  font-size: 21px;
}

.section-hd-text.uppercase {
  text-transform: uppercase;
}

.section-hd-line {
  width: 180px;
  height: 4px;
  background-color: #f4978e;
  border-radius: 5px;
  margin-bottom: 40px;
}

.features-card-div {
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 10px;
  display: flex;
}

.features-card {
  width: 44%;
  background-color: #f9f9f9;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 30px 37px 40px;
  display: flex;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, .12);
}

.features-card.v2 {
  width: 100%;
  height: 177.313px;
  box-shadow: none;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.div-block {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.h4 {
  font-size: 21px;
  font-weight: 600;
}

.p {
  margin-bottom: 0;
  line-height: 1.5em;
}

.p.bigger {
  font-size: 16px;
  line-height: 1.6em;
}

.p.large {
  font-size: 1.4em;
  line-height: 1.4em;
}

.p.text-graysmall {
  color: rgba(59, 68, 94, .7);
  font-size: 11px;
}

.features-tagline {
  color: var(--royal-blue);
  margin-top: 20px;
  font-size: 17px;
  font-weight: 600;
}

.hd-sub-text {
  font-size: 18px;
  line-height: 1.5em;
}

.pricing-card {
  width: 31%;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 0 0 13px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.pricing-price {
  color: var(--main-color);
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.pricing-price.white {
  color: #fff;
}

.pricing-hd {
  width: auto;
  background-color: rgba(244, 151, 142, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 31px 36px 19px;
  display: flex;
}

.pricing-hd.basic {
  background-color: rgba(0, 81, 182, .05);
}

.pricing-hd.premium {
  background-color: var(--main-color);
}

.pricing-hd-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.pricing-hd-text.white {
  color: #fff;
}

.pricing-card-content {
  align-self: stretch;
  padding: 25px 30px;
}

.pricing-section-container {
  align-self: stretch;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.pricing-row {
  margin-bottom: 15px;
  display: flex;
}

.check-icon-pricing {
  width: 18px;
  height: 18px;
  display: flex;
}

.pricing-text-content {
  text-align: left;
  flex: 1;
  margin-left: 10px;
}

.logo {
  width: 120px;
  margin-top: -10px;
  display: none;
}

.hero-slider {
  z-index: 5;
  width: 100%;
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.what-text {
  color: #f4978e;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  display: flex;
}

.what-text.hide {
  display: none;
}

.what-text.v2 {
  padding-top: 0;
  font-weight: 700;
}

.slider-image {
  width: 100%;
  height: 400px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slide-content {
  height: 90%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  padding-right: 10px;
  display: flex;
}

.right-arrow {
  z-index: 55;
  width: 50px;
  height: 50px;
  color: gray;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 0;
  font-size: 25px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 15%;
  box-shadow: 0 0 11px rgba(0, 0, 0, .2);
}

.right-arrow:hover {
  background-color: var(--lavender-blush);
  box-shadow: 0 0 11px rgba(0, 0, 0, .2);
}

.left-arrow {
  z-index: 50;
  width: 50px;
  height: 50px;
  color: gray;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 0;
  font-size: 25px;
  top: auto;
  bottom: 0%;
  left: 15%;
  right: auto;
  box-shadow: 0 0 11px rgba(0, 0, 0, .2);
}

.left-arrow:hover {
  background-color: var(--lavender-blush);
}

.hero-h1 {
  color: rgba(59, 68, 94, .9);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-h1.anywhere {
  color: var(--royal-blue);
  font-weight: 700;
}

.hero-h1.smaller {
  font-size: 26px;
}

.pricing-section {
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.who-is-this-for-section {
  width: 85%;
  background-color: rgba(180, 180, 180, .03);
  border-radius: 20px;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.who-is-this-for-section-card {
  width: 43%;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  padding: 0 0 13px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.who-is-this-for-hd {
  width: auto;
  background-color: var(--main-color);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 36px 15px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.who-is-this-for-hd.not {
  background-color: #5e7998;
}

.who-is-this-for {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.white-check-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.who-is-this-for-row {
  margin-bottom: 20px;
  display: flex;
}

.check-icon {
  width: 22px;
  height: 22px;
  display: flex;
}

.who-is-this-for-text-content {
  text-align: left;
  flex: 1;
  margin-left: 15px;
}

.cta-section {
  background-image: url('../images/wave-white-down.svg'), linear-gradient(#fff, #e8ecf4);
  background-position: 50% 120%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

.cta-section-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.cta-hd {
  margin-bottom: 15px;
  font-weight: 500;
}

.text-span {
  color: var(--main-color);
}

.p-cta {
  margin-bottom: 20px;
  font-size: 16px;
}

.btn-main {
  min-width: 150px;
  background-color: var(--main-color);
  cursor: pointer;
  border-radius: 13px;
  justify-content: center;
  padding: 15px 20px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.btn-main:hover {
  box-shadow: inset 0 2px 11px rgba(0, 0, 0, .2), 0 0 4px rgba(0, 0, 0, .2);
}

.btn-main.gray {
  background-color: #6b849f;
}

.navbar-div {
  z-index: 80;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-div-container {
  justify-content: center;
  display: flex;
  position: relative;
}

.mask {
  z-index: 5;
}

.benefits-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.benefits-card-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.benefits-card {
  width: 45%;
  background-color: rgba(216, 243, 255, .2);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding: 39px;
  display: flex;
}

.benefits-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  justify-content: center;
  align-items: stretch;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 17px rgba(0, 0, 0, .25);
}

.benefits {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.benefits-hd {
  font-size: 18px;
  font-weight: 500;
}

.how-it-works-container {
  margin-top: 40px;
}

.how-it-works-text {
  width: 80%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.how-it-works-card-container {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.how-it-works-card-div {
  z-index: 5;
  width: 30%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.how-it-works-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 27px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.step-number {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #0051b6;
  border: 4px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 0 7px rgba(0, 0, 0, .29);
}

.how-it-works-hd-text {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3em;
}

.how-it-works-img {
  margin-bottom: 20px;
}

.step-number-line {
  z-index: 3;
  width: 70%;
  opacity: .5;
  border-bottom: 3px dashed #0051b6;
  position: absolute;
  top: 27px;
  left: 15%;
  right: 15%;
}

.hero-app-screenshot {
  z-index: 50;
  width: 75%;
  height: 75%;
  background-image: url('../images/Asset-107.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.what-img {
  height: 110%;
}

.slide-nav {
  z-index: 55;
  width: 50%;
}

.partners-text-content {
  width: 70%;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.partners-logo-div {
  width: 50%;
  justify-content: space-around;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.privacy-icon {
  width: 120px;
}

.guarantee-icon {
  width: 150px;
  height: 150px;
}

.guarantee-card {
  z-index: 5;
  width: 70%;
  background-color: #fff;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 37px;
  display: flex;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.guarantee-text {
  flex: 1;
  margin-left: 20px;
}

.guarantee-card-tail {
  z-index: 3;
  width: 70px;
  position: absolute;
  top: auto;
  bottom: -16%;
  left: 9%;
  right: auto;
}

.faq-content {
  padding-top: 40px;
}

.faq-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.faq-item {
  border: .75px #ccc;
  border-bottom: .75px solid rgba(204, 204, 204, .3);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.faq-question:hover {
  color: var(--main-color);
}

.faq-answer {
  align-self: stretch;
  margin-top: 0;
  margin-left: 45px;
  display: none;
}

.faq-arrow {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}

.faq-question-text {
  margin-left: 20px;
}

.faq-h4 {
  font-weight: 600;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  display: flex;
}

.footer-logo {
  width: 150px;
}

.benefits-image {
  width: 115%;
  max-width: none;
  flex: 0 auto;
  margin-top: -8px;
  margin-left: -8px;
  display: block;
}

.div-block-2 {
  display: flex;
}

.api-link {
  color: rgba(59, 68, 94, .7);
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
}

.api-link:hover {
  color: var(--main-color);
}

.nav-link2-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.clients-hero-container {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.tab-pane-container {
  background-color: #fff;
  padding: 80px 60px 40px;
}

.section-hd-sub {
  color: var(--main-color);
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5em;
}

.tab-pane-row {
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-pan-col {
  width: 45%;
}

.tabs-content {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 2px 20px 5px rgba(0, 0, 0, .1);
}

.punlisher-link {
  color: rgba(59, 68, 94, .7);
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
}

.punlisher-link:hover {
  color: var(--main-color);
}

.enterprise-link {
  color: rgba(59, 68, 94, .7);
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
}

.enterprise-link:hover {
  color: var(--main-color);
}

.enterprise {
  cursor: pointer;
  background-color: #f2f2f2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
}

.enterprise:hover {
  background-color: var(--main-color);
  color: #fff;
}

.enterprise.w--current {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 500;
}

.publisher {
  cursor: pointer;
  background-color: #f2f2f2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
}

.publisher:hover {
  background-color: var(--main-color);
  color: #fff;
}

.publisher.w--current {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 500;
}

.api {
  cursor: pointer;
  background-color: #f2f2f2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
}

.api:hover {
  background-color: var(--main-color);
  color: #fff;
}

.api.w--current {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 500;
}

.tab-sub-content {
  margin-top: 80px;
}

.tab-pane-cards-div {
  width: 80%;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-pane-cards {
  width: 42%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.h5 {
  font-size: 16px;
  font-weight: 600;
}

.clients-benefits-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .13);
}

.features-organization-img {
  width: auto;
  height: 100.063px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.features-organization-img.height-150 {
  height: 150px;
  justify-content: center;
  align-items: flex-start;
}

.image {
  width: 40%;
}

.image-2 {
  width: 70%;
}

.contact-section {
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 80px;
  display: flex;
}

.form-container {
  width: 60%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form-row {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.form-col {
  width: 48%;
}

.text-field {
  height: 50px;
  background-color: #f7fdff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.select-field {
  height: 50px;
  color: rgba(59, 68, 94, .7);
  background-color: #f7fdff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.textarea {
  height: 200px;
  flex: 1;
  display: flex;
}

.text-area {
  height: auto;
  background-color: #f7fdff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-btn {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.cta-section-copy {
  background-image: url('../images/wave-white-down.svg'), linear-gradient(#fff, rgba(232, 236, 244, .5));
  background-position: 50% 110%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 40px;
}

.h3-boom {
  color: var(--royal-blue);
  margin-top: 10px;
  margin-right: 8px;
  font-size: 22px;
  font-weight: 600;
  transform: skew(-7deg, -2deg);
}

.hero-subtext {
  margin-top: 30px;
  display: flex;
}

.desktop-hero-elements {
  display: flex;
  position: relative;
}

.floating-text {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: 9%;
  right: auto;
}

.floating-text.mobile {
  display: block;
  position: static;
}

.hero-bot-text-style {
  color: rgba(59, 68, 94, .9);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.voice-sample-card {
  width: 80%;
  background-color: #e6eaf0;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 32px;
  display: none;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, .12);
}

.icon-search {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.slider {
  height: 140px;
  background-color: rgba(0, 0, 0, 0);
}

.widgetbtn-inner {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #ebebeb;
  background-image: none;
  border-radius: 60%;
  justify-content: center;
  align-items: center;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
  box-shadow: 0 0 6px rgba(0, 0, 0, .14), inset 5px 6px 4px -4px rgba(255, 255, 255, .93), 0 0 19px rgba(0, 0, 0, .07);
}

.widgetbtn-inner:hover {
  background-color: #ddd;
  box-shadow: 0 0 6px rgba(0, 0, 0, .14), 0 0 19px rgba(0, 0, 0, .07);
}

.widgetbtn-inner.no-shadow {
  box-shadow: inset 5px 6px 4px -4px rgba(255, 255, 255, .93);
}

.widgetbtn-inner.peach {
  background-color: #f4978e;
  box-shadow: -9px -9px 20px 20px rgba(255, 255, 255, .07), inset 8px 6px 6px 5px rgba(0, 0, 0, .05), 12px 16px 12px rgba(0, 0, 0, .1);
}

.widgetbtn-inner.peach:hover {
  background-color: #d6837b;
  box-shadow: -9px -9px 20px 20px rgba(255, 255, 255, .07), 12px 16px 12px rgba(0, 0, 0, .1);
}

.widgetbtn-inner.peach.play {
  background-color: var(--royal-blue);
}

.widgetbtn-inner.main {
  background-color: #f4978e;
  box-shadow: -9px -9px 20px 20px rgba(255, 255, 255, .07), inset 8px 6px 6px 5px rgba(0, 0, 0, .05), 12px 16px 12px rgba(0, 0, 0, .1);
}

.widgetbtn-inner.main:hover {
  background-color: #d6837b;
  box-shadow: -9px -9px 20px 20px rgba(255, 255, 255, .07), 12px 16px 12px rgba(0, 0, 0, .1);
}

.widgetbtn-inner.main.play {
  background-color: #fff;
}

.widgetbtn-inner.main.play.orange {
  background-color: #f4978e;
}

.checkbox {
  width: 25px;
  height: 25px;
  border-color: #f4978e;
  border-radius: 100px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: #f4978e;
  background-size: 15px 15px;
  border-color: #f4978e;
}

.search-form_container {
  height: 38px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-field-2 {
  height: 32px;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.text-block-6 {
  color: rgba(107, 132, 159, .8);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3em;
}

.widgetbtn {
  width: 45px;
  height: 45px;
  background-color: #ebebeb;
  border: 3px solid #ebebeb;
  border-radius: 50%;
  box-shadow: -3px -6px 19px 2px #fff, 9px 13px 25px 2px rgba(0, 0, 0, .11);
}

.widgetbtn.small {
  width: 25px;
  height: 25px;
  box-shadow: none;
}

.widgetbtn.peach {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  box-shadow: inset -35px -35px 5px rgba(255, 255, 255, .76), 2px -30px 50px 7px #fff, 35px 35px 100px 9px rgba(0, 0, 0, .15);
}

.widgetbtn.main {
  z-index: 10;
  background-color: #f4978e;
  border-color: #f4978e;
  margin: 5px;
  position: relative;
  box-shadow: inset -35px -35px 5px rgba(255, 255, 255, .76), 2px -30px 50px 7px #fff, 35px 35px 100px 9px rgba(0, 0, 0, .15);
}

.widgetbtn.main.orange {
  cursor: pointer;
  box-shadow: inset -35px -35px 5px rgba(255, 255, 255, .76), 0 -5px 50px 3px rgba(255, 255, 255, .05), 35px 35px 100px 9px rgba(0, 0, 0, .15);
}

.voice-top-left {
  width: 80%;
  flex: 1;
  margin-right: 10px;
}

.voice-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-field {
  margin-bottom: 0;
}

.right-arrow-2, .left-arrow-2 {
  width: 25px;
  height: 25px;
}

.slider-div {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-2, .checkbox-label-2 {
  display: none;
}

.voice-content {
  width: 70%;
  color: #6b849f;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.voice-container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.voice-pic {
  width: 100%;
  height: 70px;
  background-color: #fff;
  background-image: url('../images/image_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-bottom: 5px;
}

.language-field {
  color: #6b849f;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 12px;
}

.div-block-6 {
  width: 100%;
}

.voice-sample-section {
  margin-top: -66px;
}

.minimize-play-button {
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
}

.tts-timeduration {
  color: #96a5bb;
  font-size: 12px;
  font-weight: 500;
}

.tts-timeduration.ml-10 {
  margin-left: 55px;
}

.drag {
  margin-right: 0;
  display: block;
}

.btn_icon {
  opacity: .8;
  color: #6b849f;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}

.btn_icon:hover {
  opacity: 1;
}

.minimize-right {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.icon-image {
  width: 20px;
  height: 20px;
  opacity: .8;
}

.icon-image.smaller {
  width: 16px;
  height: 16px;
  padding: 1px;
}

.icon-image.smaller.opacity-70 {
  width: 25px;
  height: 25px;
  opacity: .7;
}

.tts-widget-minimized {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: .25px #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.slide {
  width: 120px;
}

.widget-time {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tts-timeduration-2 {
  color: #9ca6b8;
  font-size: 11px;
  font-weight: 500;
}

.time-slider {
  flex: 1;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.groove {
  width: 100%;
  height: 8px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.percent-track {
  width: 30%;
  height: 100%;
  background-color: #a4a8b0;
  border-radius: 10px;
}

.knob {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #fff;
  border: 4px solid #a4a8b0;
  border-radius: 100px;
  position: relative;
  left: -11px;
}

.backward-forward_div {
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  position: relative;
  bottom: 10px;
}

.div-block-7 {
  display: flex;
}

.text-block-7 {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 50px;
  padding: 4px 11px;
  font-size: 12px;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-3 {
  width: 115%;
  max-width: none;
  margin-top: -8px;
  margin-left: -8px;
}

.email-form {
  z-index: 10;
  width: 50%;
  color: rgba(59, 68, 94, .8);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 40px 20px;
  font-size: .9em;
  display: flex;
  box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}

.email-form-block {
  align-self: stretch;
  margin-bottom: 5px;
}

.email-sign-up-form {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.email-sign-up-text {
  color: #3b445e;
  text-align: left;
  font-size: 1.6em;
  font-weight: 600;
}

.email-sign-up-input {
  background-color: #f0f0f0;
  border-radius: 10px;
  align-self: stretch;
  align-items: center;
  margin-top: 15px;
  padding: 10px;
  display: flex;
}

.text-field-3 {
  color: var(--text);
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  margin-bottom: 0;
}

.btn-main-2 {
  min-width: 150px;
  cursor: pointer;
  background-color: #f4978e;
  border-radius: 13px;
  justify-content: center;
  padding: 15px 20px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.btn-main-2:hover {
  box-shadow: inset 0 2px 11px rgba(0, 0, 0, .2), 0 0 4px rgba(0, 0, 0, .2);
}

.btn-main-2.smaller {
  min-width: 100px;
  border-radius: 8px;
  padding: 8px 15px;
}

.btn-main-2.smaller:hover {
  background-color: #e08279;
}

.main-btn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.video-button-div {
  opacity: .9;
  color: #ffeceb;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.video-button-div:hover {
  opacity: 1;
}

.hero-video-label {
  color: #ffeceb;
  margin-right: 23px;
  display: flex;
  transform: rotate(-2deg);
}

.video-div {
  width: 180px;
  height: 110px;
  background-image: url('../images/655ce8cf4033b27acc682a88_Asset-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.video-button {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.hero-video-arrow {
  width: 50px;
  height: 50px;
  opacity: .85;
  position: relative;
  bottom: -30px;
  left: 7px;
  right: 2px;
  transform: rotate(-112deg);
}

.hero-video-arrow.white {
  filter: brightness(2000%);
}

.hero-video-div {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 59%;
  left: auto;
  right: 15%;
}

.pulse-border {
  border: 5px solid #ebebeb;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pulse-border.orange {
  z-index: 0;
  width: auto;
  height: auto;
  border-color: #f4978e;
}

.hero-video-label-div {
  font-size: 24px;
  line-height: 1.3em;
}

.hero-video-label-div.white {
  color: #5e5e5e;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: fat ink regular, sans-serif;
}

.features-icon-div {
  z-index: 20;
  width: 300px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 28%;
  left: 6%;
  right: auto;
}

.features-icon-div.mobile {
  width: auto;
  position: static;
}

.feature-btn {
  width: 90px;
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.feature-btn-icon {
  width: 50px;
  height: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 5px;
  display: flex;
}

.gif-animation {
  z-index: 80;
  width: 200px;
  border-radius: 15px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 90px;
  left: -59%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 2px 10px 9px rgba(0, 0, 0, .2);
}

.sign-up-section {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.pricing-price-2 {
  color: #f4978e;
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.hide-features-btn-div {
  display: none;
}

.pricing-comparison {
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  border-radius: 5px 0 5px 5px;
  display: none;
}

.card-pricing {
  width: 15.5%;
  border: 1px #e6e6e6;
  border-right-style: solid;
  border-radius: 3px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.card-pricing.ispeechy {
  width: 20%;
  background-color: #fff3f3;
  border-left-style: none;
  border-radius: 0;
  flex: none;
}

.card-pricing.last {
  border-right-style: none;
}

.pricing-comparison-row-label {
  width: 40%;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  line-height: 1.2em;
  display: flex;
}

.pricing-table-hd {
  flex: 1;
  display: flex;
}

.price-subtext {
  color: rgba(94, 121, 152, .7);
  text-align: center;
}

.price-subtext.smaller {
  font-size: 12px;
  line-height: 1.2em;
}

.price-subtext.mt-20 {
  margin-top: 12px;
}

.subtabs-pricing {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subtabs-pricing.hide {
  display: none;
}

.btn-main-3 {
  min-width: 150px;
  cursor: pointer;
  background-color: #f4978e;
  border-radius: 13px;
  justify-content: center;
  padding: 15px 20px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.btn-main-3:hover {
  box-shadow: inset 0 2px 11px rgba(0, 0, 0, .2), 0 0 4px rgba(0, 0, 0, .2);
}

.btn-main-3.gray {
  background-color: #6b849f;
}

.pricing-hd-row {
  align-items: center;
  display: flex;
}

.subtab-pricingcontainer {
  margin-top: 40px;
}

.pricing-comparison-col {
  height: auto;
  border-bottom: 1px #000;
  border-left: 1px solid #e6e6e6;
  border-right: 1px #e6e6e6;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.pricing-comparison-col.ispeechy {
  width: 20%;
  background-color: #fff3f3;
  border-left-style: solid;
  border-right-style: none;
  flex: none;
}

.competitor_logo {
  width: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.icon-checkbox {
  width: 20px;
  height: auto;
}

.compare-plans-btn-div {
  margin-left: 25%;
}

.price-div_monthly {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-comparison-row {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}

.pricing-comparison-btn-div {
  margin-top: 20px;
}

.tab-pricing-container {
  justify-content: space-between;
  display: flex;
}

.pricing-main-card {
  width: 75%;
  border: 1px solid #e6e6e6;
  border-radius: 5px 5px 0 0;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.subtabscontent {
  width: 100%;
}

.pricing-column-label {
  width: 40%;
  flex: 1;
}

.subtablink-pricing {
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 5px 7px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtablink-pricing.w--current {
  color: #3b445e;
  background-color: #fff;
}

.subtablink-pricing.current {
  color: #333;
  background-color: #fff;
}

.subtabsmenu-pricing {
  background-color: #5e7998;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 5px;
  display: flex;
}

.pricing-column {
  width: auto;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.pricing-comparison-main {
  width: 75%;
  flex: none;
  display: flex;
}

.voices-section {
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.icon-check {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.checked-feature-div {
  align-items: center;
  display: flex;
}

.checked-feature-container {
  width: 70%;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.features-row {
  width: 85%;
  justify-content: space-between;
  align-items: center;
  margin: 5vw auto 10vw;
  display: flex;
}

.features-col-text {
  width: 45%;
}

.features-col-img {
  width: 45%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.featurescard_content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-elements, .popup-video {
  display: none;
}

.popupwrapper {
  z-index: 99;
  background-color: rgba(0, 0, 0, .62);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-video {
  width: 800px;
  flex-direction: column;
  display: flex;
}

.btn-close {
  width: 30px;
  height: 30px;
  opacity: .8;
  cursor: pointer;
  align-self: flex-end;
  margin-bottom: 10px;
}

.btn-close:hover {
  opacity: 1;
}

.price-div_annual {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
}

.price-div_onetime {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricelegend {
  color: rgba(139, 143, 148, .7);
  text-align: center;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.2em;
}

.pricelegend.smaller {
  font-size: 12px;
  line-height: 1.2em;
}

.pricelegend.mt-20 {
  margin-top: 12px;
}

.div-block-10 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hd-w {
  width: 75%;
}

.features-card_container {
  width: 44%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 3%;
  padding: 0;
  display: flex;
}

.features-card_container.v2 {
  box-shadow: none;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.featureimage_container {
  width: 100%;
  flex-direction: column;
  display: flex;
}

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

.image-100 {
  width: 100%;
}

.span-asterisk {
  color: rgba(139, 143, 148, .7);
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: -7px;
}

.price-original {
  opacity: .85;
  color: rgba(59, 68, 94, .5);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: line-through;
  position: absolute;
  top: 8px;
  left: -21.8594px;
}

.price-original.smaller {
  font-size: 12px;
  line-height: 1.2em;
}

.price-original.mt-20 {
  margin-top: 12px;
}

.price-original.pos-left {
  left: -34.8594px;
}

.popup_inputcode {
  width: 30%;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10vw 30px 25px;
  display: flex;
  position: relative;
}

.popup_success {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 10vw 30px 25px;
  display: none;
  position: relative;
}

.popup_form_btncontainer {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.popup_form_btncontainer.justify-spacebetween {
  justify-content: space-between;
}

.popup_form_btncontainer.mt-20 {
  margin-top: 20px;
}

.popup_form_btncontainer.mb-20 {
  margin-bottom: 30px;
}

.p-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.popup_link {
  color: #3b445e;
  text-decoration: none;
}

.popup_from-verificationfield {
  height: 45px;
  color: #3b445e;
  text-align: center;
  background-color: #ebf3ff;
  border: 1px #000;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}

.popup_btn {
  cursor: pointer;
  background-color: #f4978e;
  border-radius: 5px;
}

.popup_btn:hover {
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}

.popupheader {
  color: #092754;
  margin-top: 0;
  margin-bottom: 0;
}

.popup_verify {
  width: 30%;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10vw 30px 25px;
  display: none;
  position: relative;
}

.popup_form-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.popup_successformblock_container {
  width: 35%;
}

.popup_form-icon {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.incorrectcode {
  color: #fff;
  cursor: pointer;
  background-color: #f55;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.popup_close_btn {
  width: 20px;
  height: 20px;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.popup_close_btn:hover {
  opacity: 1;
}

.popup_successform {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.popup_gotcode {
  z-index: 100;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup_downloadfile_icon {
  width: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.popup_verificationfield_container {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.popup_downloadfilecontainer {
  width: 80%;
  border: 1px solid #dadada;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 30px;
  display: flex;
}

.popupheader-div {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.popupheader-div.center {
  align-items: center;
}

.popup_from-textfield {
  background-color: #f9fafc;
  border: 1px #000;
  border-radius: 5px;
}

.popup_verificationfield_col {
  width: 15%;
  margin-left: 5px;
  margin-right: 5px;
}

.popup_downloadfile_textdiv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.popup_incorrectcode {
  width: 30%;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10vw 30px 25px;
  display: none;
  position: relative;
}

.spchy_widgetbtn {
  width: 45px;
  height: 45px;
  background-color: #ebebeb;
  border: 3px solid #ebebeb;
  border-radius: 50%;
  flex: none;
  box-shadow: -3px -6px 19px 2px #fff, 9px 13px 25px 2px rgba(0, 0, 0, .11);
}

.spchy_widgetbtn.spchy_main {
  z-index: 10;
  background-color: #f4978e;
  border-color: #f4978e;
  margin: 5px;
  position: relative;
  box-shadow: inset -35px -35px 5px rgba(255, 255, 255, .76), 2px -30px 50px 7px #fff, 35px 35px 100px 9px rgba(0, 0, 0, .15);
}

.spchy_widgetbtn.spchy_main.spchy_small {
  width: 2vw;
  height: 2vw;
  min-height: 30px;
  min-width: 30px;
  background-color: #8095bb;
  border-color: #8095bb;
  display: none;
  box-shadow: inset -35px -35px 5px rgba(255, 255, 255, .76), 0 -2px 50px 7px #fff, 5px 5px 100px 9px rgba(0, 0, 0, .15);
}

.spchy_widgetbtn.spchy_main.spchy_small.play {
  display: block;
  box-shadow: inset -35px -35px 5px rgba(255, 255, 255, .76), 5px 5px 100px 9px rgba(0, 0, 0, .15);
}

.voice-sample-transcript {
  margin-bottom: 10px;
}

.card-voice-sample {
  width: 130px;
  height: 220px;
  background-color: #ebebeb;
  border: 3px solid #ebebeb;
  border-radius: 17px;
  flex-direction: row;
  flex: none;
  display: flex;
  box-shadow: -3px -6px 19px 2px #fff, 9px 13px 25px 2px rgba(0, 0, 0, .11);
}

.col-voice-sample {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.col-voice-sample._2 {
  margin-top: 20px;
}

.voice-sample-text-script {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.3em;
}

.voice-sample-expand {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  margin-left: 15px;
  padding-top: 10px;
  display: flex;
}

.voice-sample-expand._2, .voice-sample-expand._4, .voice-sample-expand._8, .voice-sample-expand._3, .voice-sample-expand._5, .voice-sample-expand._1 {
  display: none;
}

.card-voice-sample-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #e9e9e9;
  background-image: none;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 10px 10px;
  display: flex;
  box-shadow: 0 0 6px rgba(0, 0, 0, .14), 0 0 19px rgba(0, 0, 0, .07);
}

.card-voice-sample-inner:hover {
  background-color: rgba(244, 151, 142, .15);
  box-shadow: 0 0 6px rgba(0, 0, 0, .14), 0 0 19px rgba(0, 0, 0, .07);
}

.card-voice-sample-inner._3 {
  background-image: url('../images/image3.webp');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-voice-sample-inner._1 {
  background-image: url('../images/image1.png');
  background-position: 50%;
  background-size: cover;
}

.card-voice-sample-inner._6 {
  background-image: url('../images/image6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-voice-sample-inner._2 {
  background-image: url('../images/image2.webp');
  background-position: 50%;
  background-size: cover;
}

.card-voice-sample-inner._5 {
  background-image: url('../images/image5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-voice-sample-inner._4 {
  background-image: url('../images/image4.webp');
  background-position: 48% 30%;
  background-repeat: no-repeat;
  background-size: auto 125%;
}

.voice-sample-container {
  width: 90%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spchy_image-100 {
  width: 100%;
}

.voice-sample-name {
  width: 60px;
  height: 30.7188px;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.voice-sample-play-button-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spchy_widgetbtn-inner {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #ebebeb;
  background-image: none;
  border-radius: 60%;
  justify-content: center;
  align-items: center;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
  box-shadow: 0 0 6px rgba(0, 0, 0, .14), inset 5px 6px 4px -4px rgba(255, 255, 255, .93), 0 0 19px rgba(0, 0, 0, .07);
}

.spchy_widgetbtn-inner:hover {
  background-color: #ddd;
  box-shadow: 0 0 6px rgba(0, 0, 0, .14), 0 0 19px rgba(0, 0, 0, .07);
}

.spchy_widgetbtn-inner.spchy_main {
  background-color: #f4978e;
  box-shadow: -9px -9px 20px 20px rgba(255, 255, 255, .07), inset 8px 6px 6px 5px rgba(0, 0, 0, .05), 12px 16px 12px rgba(0, 0, 0, .1);
}

.spchy_widgetbtn-inner.spchy_main:hover {
  background-color: #d6837b;
  box-shadow: -9px -9px 20px 20px rgba(255, 255, 255, .07), 12px 16px 12px rgba(0, 0, 0, .1);
}

.spchy_widgetbtn-inner.spchy_main.spchy_play {
  background-color: #fff;
  padding-left: 40%;
  padding-right: 35%;
}

.spchy_widgetbtn-inner.spchy_main.spchy_play.spchy_small {
  background-color: #8095bb;
  padding-left: 32%;
  padding-right: 32%;
}

.voice-sample-preview {
  width: 65px;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.popup_loginsignup {
  z-index: 100;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup_signin {
  width: 30%;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10vw 30px 25px;
  display: flex;
  position: relative;
}

.link-style1 {
  color: var(--main-color);
}

.popup_signup, .popup_verifysignup {
  width: 30%;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10vw 30px 25px;
  display: none;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .popup_inputcode, .popup_verify, .popup_incorrectcode, .popup_signin, .popup_signup, .popup_verifysignup {
    width: 25%;
  }
}

@media screen and (min-width: 1920px) {
  .features-icon-div {
    left: 0%;
  }

  .feature-btn {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .gif-animation {
    z-index: 20;
  }

  .popup_from-verificationfield {
    height: 50px;
  }

  .popup_verify {
    height: 48px;
  }

  .popup_verificationfield_col {
    width: 13%;
  }

  .spchy_widgetbtn.spchy_main.spchy_small {
    width: 1.2vw;
    height: 1.2vw;
  }

  .popup_verifysignup {
    height: 48px;
  }
}

@media screen and (max-width: 991px) {
  .nav-margin {
    width: 95%;
  }

  .nav-menu {
    width: 200px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    padding-bottom: 20px;
    top: 85px;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: -2px 4px 8px rgba(0, 0, 0, .34);
  }

  .nav-btn-div {
    padding-left: 20px;
  }

  .margin {
    width: 90%;
  }

  .pricing-card {
    background-position: 110% -10%;
  }

  .who-is-this-for-section {
    width: auto;
  }

  .who-is-this-for-section-card {
    background-position: 110% -10%;
  }

  .cta-section {
    background-position: 50% 100%, 0 0;
  }

  .how-it-works-hd-text {
    font-size: 18px;
  }

  .partners-logo-div {
    width: 80%;
  }

  .guarantee-card {
    width: auto;
  }

  .guarantee-card-tail {
    display: none;
  }

  .faq-container {
    width: auto;
  }

  .floating-text {
    position: static;
  }

  .floating-text.desktop {
    display: none;
  }

  .video-button-div {
    align-self: center;
  }

  .hero-video-label {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: -39px;
  }

  .video-div {
    width: 150px;
    align-self: center;
    right: auto;
  }

  .hero-video-arrow {
    position: relative;
    top: -17px;
    bottom: 0;
    transform: rotate(-180deg);
  }

  .hero-video-div.mobile {
    flex-direction: row;
    align-items: center;
    position: static;
  }

  .hero-video-div.desktop {
    display: none;
  }

  .hero-video-label-div {
    text-align: left;
  }

  .features-icon-div {
    position: static;
  }

  .features-icon-div.mobile {
    width: 80%;
  }

  .features-icon-div.desktop {
    display: none;
  }

  .card-pricing {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-row {
    width: auto;
    margin-top: 8vw;
  }

  .features-row.reverse {
    width: auto;
  }

  .mobile-elements {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--lavender-blush);
    color: var(--text);
  }

  .card-video {
    width: 90%;
  }

  .btn-close {
    width: 20px;
    height: 20px;
  }

  .section-hd-w {
    width: 100%;
  }

  .popup_inputcode, .popup_verify {
    width: 60%;
  }

  .popup_verificationfield_col {
    width: 13%;
  }

  .popup_incorrectcode {
    width: 60%;
  }

  .voice-sample-container {
    width: auto;
  }

  .popup_signin, .popup_signup, .popup_verifysignup {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .hero-bot-text {
    width: auto;
  }

  .features-card-div {
    flex-direction: column;
  }

  .features-card, .features-card.v2 {
    width: auto;
  }

  .pricing-card {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .who-is-this-for-section {
    flex-direction: column;
  }

  .who-is-this-for-section-card {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .benefits-card {
    width: auto;
  }

  .how-it-works-card-container {
    flex-direction: column;
  }

  .how-it-works-card-div {
    width: auto;
    margin-bottom: 40px;
  }

  .step-number {
    margin-bottom: -24px;
    position: relative;
  }

  .step-number-line {
    display: none;
  }

  .partners-logo-div {
    width: 100%;
  }

  .guarantee-card {
    width: auto;
    flex-direction: column;
  }

  .guarantee-card-tail {
    display: none;
    bottom: -15%;
  }

  .faq-container {
    width: auto;
  }

  .floating-text.mobile {
    text-align: center;
  }

  .email-form {
    width: 100%;
  }

  .btn-main-2.smaller {
    min-width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .video-div {
    height: 90px;
    margin-top: 0;
  }

  .hero-video-div {
    align-items: flex-end;
  }

  .hero-video-div.mobile {
    margin-top: 10px;
  }

  .hero-video-label-div {
    text-align: left;
  }

  .features-icon-div {
    left: 25%;
  }

  .features-icon-div.mobile {
    width: 100%;
  }

  .feature-btn {
    width: 80px;
  }

  .feature-btn-icon {
    width: 40px;
    height: 40px;
  }

  .pricing-price-2 {
    font-size: 20px;
  }

  .card-pricing {
    flex: none;
  }

  .pricing-comparison-row-label {
    width: 215px;
  }

  .pricing_maincontainer {
    overflow: auto;
  }

  .pricing-comparison-col {
    width: 15.5%;
    flex: 1;
  }

  .price-div_monthly {
    flex-direction: column;
  }

  .tab-pricing-container {
    width: 539.594px;
  }

  .pricing-main-card {
    justify-content: flex-start;
  }

  .pricing-column-label {
    width: 215px;
    flex: 1;
  }

  .pricing-column {
    width: auto;
    flex: 1;
  }

  .features-row {
    width: auto;
    flex-direction: column;
  }

  .features-col-text {
    width: auto;
  }

  .features-col-img {
    width: auto;
    background-color: #fff6f6;
    order: -1;
  }

  .mobile-elements, .price-div_annual, .price-div_onetime {
    flex-direction: column;
  }

  .features-card_container, .features-card_container.v2 {
    width: auto;
  }

  .popup_inputcode {
    width: 100%;
    padding-top: 20vw;
  }

  .popup_success {
    padding-top: 20vw;
  }

  .popup_verify {
    width: 100%;
    padding-top: 20vw;
  }

  .popup_gotcode {
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .popup_verificationfield_col {
    width: 10%;
  }

  .popup_incorrectcode {
    width: 100%;
    padding-top: 20vw;
  }

  .popup_loginsignup {
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .popup_signin, .popup_signup, .popup_verifysignup {
    width: 100%;
    padding-top: 20vw;
  }
}

@media screen and (max-width: 479px) {
  .hero-text-div {
    width: auto;
  }

  .h1 {
    font-size: 1.6em;
  }

  .h1.sub {
    font-size: 2em;
  }

  .h3 {
    font-size: 18px;
    line-height: 1.2em;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section-hd-text {
    font-size: 20px;
    line-height: 1.2em;
  }

  .section-hd-line {
    margin-bottom: 5px;
  }

  .features-card-div {
    align-items: center;
  }

  .features-card {
    padding: 25px 15px;
  }

  .features-card.v2 {
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .h4 {
    font-size: 17px;
  }

  .p.large {
    font-size: 1em;
  }

  .pricing-price {
    font-size: 25px;
  }

  .pricing-card-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider, .slider-image {
    height: auto;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    bottom: -14%;
    right: 0%;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    bottom: -14%;
    left: 0%;
  }

  .hero-h1.anywhere, .hero-h1.smaller {
    font-size: 20px;
  }

  .who-is-this-for-section {
    align-items: center;
  }

  .cta-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-section-container {
    text-align: center;
  }

  .cta-hd {
    text-align: center;
    font-size: 28px;
  }

  .benefits-card {
    margin-bottom: 2%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px 10px;
  }

  .benefits-img {
    width: 70px;
    height: 70px;
    align-items: center;
    display: flex;
  }

  .how-it-works-text {
    width: 100%;
  }

  .step-number {
    margin-bottom: -21px;
    position: relative;
  }

  .what-img {
    height: auto;
  }

  .slide-nav {
    width: 100%;
    bottom: -48px;
  }

  .partners-text-content {
    width: auto;
  }

  .privacy-icon {
    width: 70px;
  }

  .guarantee-icon {
    width: 100px;
    height: 100px;
  }

  .guarantee-card {
    padding-left: 10px;
    padding-right: 20px;
  }

  .faq-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .faq-question-text {
    flex: 1;
  }

  .footer-content {
    flex-direction: column;
  }

  .hero-subtext {
    margin-top: 20px;
  }

  .voice-sample-card {
    width: 98%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .voice-top {
    margin-bottom: 10px;
  }

  .voice-container {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    width: 150%;
    margin-top: 1px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .email-form {
    width: auto;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .email-sign-up-text {
    text-align: center;
  }

  .email-sign-up-input {
    flex-direction: column;
    align-items: center;
  }

  .text-field-3.mobile-mb-10 {
    margin-bottom: 10px;
  }

  .hero-video-label {
    margin-right: 10px;
  }

  .hero-video-arrow {
    width: 40px;
    height: 40px;
    top: -81%;
    bottom: 17px;
  }

  .hero-video-div {
    right: auto;
  }

  .hero-video-label-div {
    text-align: left;
    font-size: 1.1em;
  }

  .features-icon-div {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
    position: relative;
    left: 0%;
  }

  .feature-btn {
    width: 40%;
    margin-bottom: 40px;
  }

  .gif-animation {
    width: 150px;
    display: none;
    left: -10%;
  }

  .card-pricing {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pricing-comparison-col {
    width: 15.5%;
    flex: none;
  }

  .tab-pricing-container {
    width: 100%;
  }

  .pricing-column {
    flex: 0 auto;
  }

  .mobile-elements {
    margin-top: 32px;
  }

  .popup_success {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .popup_successformblock_container {
    width: 100%;
  }

  .popup_verificationfield_col {
    width: 18%;
  }
}


@font-face {
  font-family: 'fat ink regular';
  src: url('../fonts/e321a9a7-aafe-495b-8331-b481c2bf446b.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}