:root {
  --midnight-blue: #1d2b4c;
  --main: #2b55ff;
  --shadow: #1a27511a;
  --gold: #f3b130;
  --blue: #25a4fd;
  --slate-grey: #5b6a87;
  --black: black;
  --white: white;
  --dark-turquoise: #04d3e4;
}

body {
  color: var(--midnight-blue);
  letter-spacing: .02em;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Neuton, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Neuton, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 80px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Neuton, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--main);
  text-decoration: none;
}

.made-with-memberstack-wrap {
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 45px;
  right: 15px;
}

.made-with-memberstack {
  border: 1px solid var(--shadow);
  box-shadow: 0 3px 12px 0 var(--shadow);
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.hero-section {
  perspective: 1000px;
  background-image: url('../images/Hero-BG.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  min-height: 80vh;
  display: flex;
}

.hero-section.hero-section-two {
  background-image: url('../images/Pricing.svg');
  background-position: 100% 100%;
  background-size: 95%;
}

.benefits-section {
  margin-top: 20px;
  padding-top: 0;
}

.benefits-section.contt {
  margin-top: 70px;
}

.testimonials-section {
  background-image: url('../images/Testimonial.svg');
  background-position: 58% -13%;
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.pricing-section {
  background-image: url('../images/Pricing.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 90%;
  padding-top: 10px;
  padding-bottom: 70px;
  position: relative;
}

.pricing-section.pricing-page {
  padding-top: 40px;
}

.pricing-section.upgrade-page {
  padding-top: 105px;
}

.footer-section {
  z-index: 101;
  color: #fff;
  background-image: url('../images/Footer.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  align-items: flex-end;
  min-height: 270px;
  padding-top: 60px;
  padding-bottom: 30px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.container.slim-container {
  max-width: 780px;
}

.container.hero-container {
  max-width: 1400px;
}

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

.container.body {
  padding-left: 0;
  padding-right: 0;
}

.footer-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 60px 40px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: center start;
  margin-bottom: 25px;
  display: flex;
}

.footer-image {
  width: 120px;
}

.footer-link {
  color: #b8c9e2;
  margin-left: 18px;
  font-size: 15px;
  transition: color .2s;
}

.footer-link:hover {
  opacity: 1;
  color: #fff;
}

.footer-copywrite {
  color: #b8c9e2;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-left: 25px;
  display: inline-block;
}

.faq-plus-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  position: relative;
}

.faq-plus-l {
  background-color: var(--gold);
  border-radius: 3px;
  width: 4px;
  height: 100%;
  position: absolute;
}

.faq-plus {
  background-color: var(--gold);
  border-radius: 3px;
  width: 100%;
  height: 4px;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.link {
  color: var(--main);
  font-weight: 400;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-answer {
  border-bottom: 1px solid #1d2b4c1a;
  padding-left: 20px;
  overflow: hidden;
}

.center-h2 {
  text-align: center;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.pricing-row {
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 16px;
  display: flex;
}

.pricing-row.center {
  justify-content: center;
}

.pricing-column {
  box-shadow: 0 16px 48px 0 var(--shadow);
  background-color: #ffffffb3;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
  height: 450px;
  padding: 40px 35px;
  line-height: 2em;
  display: flex;
  position: relative;
}

.pricing-column.basic-column {
  margin-right: 20px;
}

.button {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  background-image: radial-gradient(circle closest-corner, #0000, #ffffff1a);
  border-radius: 3px;
  margin-top: 10px;
  padding: 15px 22px 13px;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  box-shadow: 0 10px 20px -5px #0d436933;
}

.button.full-button {
  width: 100%;
}

.button.white-button {
  color: var(--main);
  background-color: #fff;
}

.button.secondary-button {
  background-color: var(--gold);
  box-shadow: 0 10px 30px -5px #ca8d1480;
}

.button.secondary-button.hero-secondary-button {
  margin-left: 20px;
}

.button.navbar-cta {
  letter-spacing: 1px;
  margin-top: 0;
  margin-left: 15px;
  padding: 8px 18px;
  font-size: 13px;
}

.button.navbar-cta.w--current {
  color: var(--main);
  background-color: #fff;
  box-shadow: 0 2px 20px -1px #0d43691a;
}

.button.navbar-cta.hide-current {
  background-color: var(--blue);
}

.button.navbar-cta.hide-current.w--current {
  display: none;
}

.plan-name {
  font-size: 20px;
  font-weight: 700;
}

.plan-amount-block {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.dollar-sign {
  margin-right: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  top: -19px;
}

.plan-duration {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.plan-price {
  font-family: Neuton, sans-serif;
}

.plan-features {
  margin-bottom: auto;
}

.pricing-disclaimer {
  opacity: .6;
  text-align: center;
  margin-bottom: 120px;
  font-size: 14px;
  line-height: 30px;
}

.faq-h2 {
  margin-bottom: 50px;
  padding-left: 20px;
}

.testimonial-row {
  justify-content: space-around;
  align-items: flex-start;
  display: block;
  position: relative;
}

.sg-button {
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-box {
  box-shadow: 0 16px 48px 0 var(--shadow);
  text-align: center;
  background-color: #fffc;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-height: 400px;
  padding: 30px;
  font-size: 16px;
  line-height: 1.7em;
  display: flex;
}

.testimonial-box.right-testimonial {
  margin-top: 60px;
}

.testimonial-box.left-testimonial {
  margin-top: 150px;
  position: relative;
}

.user-pic {
  border-radius: 50%;
  width: 80px;
  min-width: 80px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px #1a275133;
}

.user-testimonial {
  margin-bottom: 20px;
}

.homepage-navbar {
  z-index: 9999;
  justify-content: flex-start;
  align-items: center;
  transition: transform .2s;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -50px);
}

.homepage-navbar:hover {
  transform: none;
}

.giant-quotes {
  color: var(--gold);
  text-align: center;
  width: 30%;
  height: 171px;
  font-family: Neuton, sans-serif;
  font-size: 210px;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 2%;
  right: 0;
}

.home-text {
  color: var(--slate-grey);
  font-size: 19px;
  line-height: 1.4em;
}

.home-text.center-home-text {
  text-align: center;
  margin-top: -60px;
}

.home-text.hero-home-text {
  max-width: 500px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.home-text.botloc {
  text-align: justify;
}

.feature-row {
  perspective: 1000px;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.feature-row.top {
  margin-top: 0;
}

.feature-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  min-height: 400px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.feature-column.pic {
  justify-content: center;
  align-items: center;
  width: 605px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.feature-svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.feature-box {
  box-shadow: 0 16px 50px 0 var(--shadow);
  background-color: #ffffff03;
  border-radius: 5px;
  width: 110%;
  height: 300px;
  position: relative;
}

.customer-logo {
  opacity: .37;
  background-color: #0000;
  width: 10%;
  min-width: 100px;
  margin-left: 2%;
  margin-right: 2%;
}

.logo-row {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 60px;
  display: flex;
}

.homepage-nav-menu {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .03em;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px 10px;
  font-size: 13px;
  font-weight: 700;
  transition: box-shadow .2s, background-color .2s, color .2s;
  position: relative;
}

.nav-link:hover {
  z-index: 2;
  color: var(--main);
  background-color: #fff;
  box-shadow: 0 3px 16px #396e9433;
}

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

.nav-link.login-link {
  float: right;
  letter-spacing: 2.5px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 400;
}

.nav-link.login-link:hover {
  color: #e90647;
}

.nav-link.dropdown-nav-link {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.nav-link.dropdown-nav-link.w--current {
  z-index: 2;
}

.brand {
  width: 50px;
  padding-left: 0;
}

.brand.w--current {
  width: 170px;
}

.home-logo-container {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  height: 80px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 30px;
  font-weight: 400;
  display: flex;
}

.hero-content {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  min-height: 380px;
  padding-bottom: 50px;
  display: flex;
}

.home-h1 {
  margin-bottom: 20px;
  font-size: 36px;
}

.hero-row {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.hero-block {
  box-shadow: 0 20px 50px 0 var(--shadow);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 500px;
  height: 40vw;
  min-height: 450px;
  max-height: 500px;
  margin-right: -5vw;
  display: flex;
  transform: none;
}

.hero-corner {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -3px;
  left: -3px;
}

.hero-corner.hero-corner-top-right {
  left: auto;
  right: -3px;
  transform: rotate(90deg);
}

.hero-corner.hero-corner-bottom-right {
  inset: auto -3px -3px auto;
  transform: rotate(180deg);
}

.hero-corner.hero-corner-bottom-left {
  top: auto;
  bottom: -3px;
  left: -3px;
  transform: rotate(270deg);
}

.hero-line-two {
  background-color: var(--gold);
  border-radius: 5px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-gradient {
  z-index: -1;
  background-image: linear-gradient(270deg, #f3b13000 80%, #f3b1301a), linear-gradient(274deg, #f3b13040, #f3f6fc00 52%);
  border-radius: 50px;
  width: 45vw;
  height: 45vw;
  display: none;
  position: absolute;
  top: -5vw;
  right: -5vw;
}

.hero-line {
  background-color: var(--gold);
  border-radius: 5px;
  width: 6%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.faq-min-height {
  min-height: 450px;
}

.pricing-accent {
  background-color: var(--gold);
  border-radius: 5px;
  width: 100%;
  height: 6px;
  position: absolute;
  top: -3px;
  left: 0;
}

.pricing-accent.red-accent {
  background-color: var(--main);
  top: -3px;
  left: auto;
  right: 0;
}

.benefit-line-2 {
  background-color: var(--main);
  border-radius: 5px;
  width: 6%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.benefit-line-1 {
  background-color: var(--main);
  border-radius: 5px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 400;
  display: flex;
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.login-label {
  z-index: 2;
  color: #000;
  height: 26px;
  margin-bottom: -26px;
  padding-left: 10px;
  font-size: 13px;
  line-height: 33px;
  position: relative;
}

.login-label.last-name-label {
  margin-left: 50%;
}

.login-field {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 3px;
  height: 70px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: inset 0 1px 3px #0000000d;
}

.login-field:hover {
  font-weight: 400;
}

.login-field:focus {
  z-index: 1;
  border: 1px solid var(--main);
  box-shadow: inset 0 1px 3px 0 #0000000d, 0 0 6px 0 var(--main);
}

.login-field.first-name-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.login-field.last-name-field {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.login-head {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 60px;
}

.password-link {
  border-bottom: 1px dashed var(--main);
  color: var(--main);
  padding-top: 20px;
  font-weight: 400;
  line-height: 1.8em;
  display: inline-block;
}

.sign-up-field-wrapper {
  display: flex;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: 16px;
}

.ms-image {
  z-index: 2;
  width: 160px;
  position: relative;
}

.footer-link-wrapper {
  flex: none;
}

.internal-navbar {
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 20px;
  font-weight: 400;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  box-shadow: 5px 0 30px #1a27510d;
}

.delete-me-section {
  text-align: left;
  max-width: 700px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
}

.ms-style.ms-style-override {
  text-align: left;
  font-weight: 400;
}

.ms-template-instructions {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.temp {
  background-color: #f5f8fd;
}

.feature-grid {
  flex-wrap: wrap;
  display: flex;
}

.feature-square {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.feature-icon {
  background-color: #f1f6fe;
  background-image: url('../images/2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-icon.icon2 {
  background-image: url('../images/tag.png');
}

.feature-icon.cont {
  background-color: #4b8bf1;
  background-image: url('../images/3.png');
}

.browser-dot {
  float: left;
  background-color: #e8ebf1;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 11px;
  margin-right: 6px;
  display: block;
}

.webflow-right-top {
  display: flex;
}

.browser-window {
  background-color: #ffffffbf;
  border-radius: 10px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-browser-wrapper {
  margin-bottom: 50px;
}

.hero-button-row {
  justify-content: space-between;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.customer-logo-2 {
  opacity: .3;
  width: 10%;
  min-width: 100px;
  margin-left: 2%;
  margin-right: 2%;
}

._wf-right-section {
  background-color: #404040;
  height: 20%;
  margin: 5px;
}

.webflow-left-nav {
  background-color: #404040;
  border-bottom-left-radius: 10px;
  width: 18px;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
}

.ix-white {
  z-index: 11;
  border-radius: 10px;
  width: 100%;
  min-width: 451px;
  height: 600px;
  min-height: 400px;
  padding: 50px 50px 55px;
  position: relative;
}

.webflow-left-icon {
  float: left;
  clear: both;
  background-color: #868282;
  border-radius: 2px;
  width: 7px;
  height: 7px;
  margin: 5px;
}

.webflow-left-icon.faded-wf-icon {
  opacity: .5;
}

.webflow-left-icon.pagename {
  opacity: .5;
  width: 37px;
}

.webflow-top {
  background-color: #404040;
  justify-content: space-between;
  align-items: center;
  height: 18px;
  display: flex;
  position: absolute;
  top: 30px;
  left: 18px;
  right: 120px;
}

.browser-toolbar {
  z-index: 2;
  background-image: linear-gradient(#c1cae2, #95a1b8);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 30px;
  padding-left: 10px;
  position: relative;
}

.webflow-right {
  background-color: #353434;
  border-bottom-right-radius: 10px;
  width: 120px;
  min-width: 100px;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
}

.hero-h1 {
  margin-bottom: 15px;
}

.browser-search {
  float: none;
  background-color: #ffffffbf;
  border-radius: 3px;
  width: 58%;
  height: 16px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.filler {
  min-height: 200px;
}

.navbar-placeholder {
  height: 80px;
}

.navbar-ix-trigger {
  z-index: -1;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.hidden-with-an-attribute {
  background-image: url('../images/Lock.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: -5px;
}

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

.normal-font {
  font-weight: 400;
}

.navbar-shadow {
  z-index: -1;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 30px #1a27510d;
}

.navbar-fixed {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.template-id {
  display: none;
}

.delete-me-welcome {
  z-index: 100000;
  background-color: #00000080;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.tour-bottom-row {
  z-index: 2;
  color: #64636e;
  background-color: #fff;
  border-top: 1px solid #d8e3f0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 10px 10px 22px;
  display: flex;
  position: relative;
  bottom: 3px;
}

.relative {
  position: relative;
}

.help-title {
  margin-bottom: 3px;
  font-size: 110%;
  font-weight: 800;
  line-height: 1.5em;
}

.help-title.inline-block {
  margin-bottom: 13px;
  font-size: 120%;
}

.help-tooltip-content {
  z-index: 2;
  background-color: #f4f8fa;
  border-radius: 5px;
  padding: 20px 30px 22px 22px;
  position: relative;
}

.tour-diamond {
  z-index: 1;
  background-color: #f4f8fa;
  border: 3px solid #2aa8ff;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
}

.tour-diamond.top-right {
  left: auto;
  right: 20px;
}

.help-tooltip {
  text-align: left;
  background-color: #f4f8fa;
  border: 1px solid #d8e3f0;
  border-radius: 5px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4em;
  display: none;
  position: absolute;
  top: 20px;
  left: 100%;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.help-tooltip.tour-tooltip {
  z-index: 99;
  color: #000;
  background-color: #f4f8fa;
  border: 3px solid #2aa8ff;
  width: 420px;
  min-height: 0;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7em;
  display: block;
  inset: 0% 20px auto auto;
  box-shadow: 0 -5px 20px -5px #2d3e501f, 1px 1px 8px 1px #2d3e501f;
}

.tour-dot {
  color: #64636e;
  background-color: #2aa8ff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: -30px 5% auto auto;
  box-shadow: 0 0 0 30px #2aa8ff87;
}

.login-form {
  margin-top: 60px;
  margin-bottom: 60px;
}

.template-tag {
  display: none;
}

.dropdown-icon {
  margin-left: 8px;
  line-height: 0;
}

.nav-dropdown-list.w--open {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e9f2f5;
  border-radius: 4px;
  top: 105%;
  right: 0;
  box-shadow: 0 20px 30px -10px #2d3e501f;
}

.dropdown-diamond {
  z-index: 0;
  background-color: #fff;
  border: 1px solid #e9f2f5;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  bottom: auto;
  right: 17px;
  transform: rotate(45deg);
}

.div-extender {
  position: absolute;
  inset: -10px;
}

.black-tooltip {
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  background-color: #000;
  border-radius: 3px;
  width: 170px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 10px 11px;
  font-size: 12px;
  line-height: 1.6;
  display: block;
  position: absolute;
  inset: 120% -50% auto;
}

.black-tooltip.lock-tooltip {
  width: 109px;
  padding-top: 9px;
  padding-bottom: 8px;
  font-size: 11px;
  top: 24px;
  left: -48px;
}

.black-diamond {
  color: #0000;
  background-color: #000;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotate(45deg);
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.heading {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.form {
  border: 1px solid var(--shadow);
  border-radius: 5px;
  padding: 0 47px 47px;
}

.form-block {
  width: 80%;
  max-width: 700px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.ms-iframe-footer-embed {
  background-color: #22364e;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.ms-template-id {
  z-index: 999;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e7ea;
  border-radius: 8px;
  width: 258px;
  margin-left: auto;
  padding: 1px 5px 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 0;
  transition: line-height .2s;
  position: fixed;
  inset: auto auto 10px 175px;
  box-shadow: 0 6px 12px -3px #0000001f;
}

.ms-template-id:hover {
  line-height: 25px;
  transform: none;
}

.ms-copy-descript {
  padding-left: 8px;
  font-weight: 300;
  overflow: hidden;
}

.ms-link {
  color: #2962ff;
  font-weight: 400;
}

.ms-copy-btn {
  grid-column-gap: 8px;
  color: var(--black);
  text-align: left;
  background-color: #f6f6f6;
  background-image: url('../images/content_copy_black_24dp.svg');
  background-position: 5px 4px;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #e5e7ea;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 2px;
  padding: 4px 8px 4px 28px;
  font-size: 10px;
  line-height: 15px;
  display: block;
}

.ms-copy-btn:hover {
  color: #2962ff;
  background-color: #fff;
  border-color: #2962ff;
}

.ms-copy-btn.success {
  background-color: #4bb23140;
}

.ms-copy-btn.success.hide, .hide {
  display: none;
}

.social-btn {
  border: 1px solid var(--black);
  color: #000;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.social-btn.facebook:hover {
  border-color: #1777f2;
}

.social-btn.google:hover {
  border-color: #4285f4;
}

.social-content {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.social-image {
  width: 24px;
}

.disconnect-link {
  text-align: right;
  padding: 11px 13px 13px;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disconnect-link:hover {
  color: #000;
}

.disconnect-image {
  width: 16px;
}

.form-divider {
  color: #000c;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 12px;
  display: flex;
}

.form-div-line {
  background-color: var(--black);
  width: 40%;
  height: 1px;
}

.form-div-text {
  text-align: center;
  flex: none;
  min-width: 33%;
  font-weight: 700;
}

.hidden-embed {
  z-index: -1;
  opacity: 0;
  height: 0;
  max-height: 0;
  position: fixed;
}

.ms-iframe-footer-embed-2 {
  background-color: #d1e7fb;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.heading-2 {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 47px;
}

.heading-3 {
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.heading-4, .heading-5 {
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.heading-6 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.heading-6.cont {
  margin-top: 0;
  font-size: 40px;
}

.button-2 {
  z-index: 99;
  border: 4px solid #fff;
  border-radius: 10px;
  margin-top: -50px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}

.image {
  background-color: #6b2e2e00;
  max-width: 100%;
}

.image-2 {
  z-index: 99;
  order: 0;
  align-self: auto;
  margin-left: -25px;
  display: block;
  position: absolute;
}

.image-3, .image-4 {
  z-index: 99;
  position: absolute;
}

.image-5 {
  margin-top: 7px;
}

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

.slide {
  background-color: #fff;
}

.image-6 {
  width: 500px;
  max-width: 100%;
}

.slider {
  height: 380px;
}

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

.text-field, .text-field-2 {
  border: 2px solid #000;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.textarea {
  border: 2px solid #000;
  border-radius: 5px;
  padding-bottom: 60px;
}

.submit-button {
  border-radius: 5px;
  padding-left: 187px;
  padding-right: 187px;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}

.image-7 {
  width: 142px;
}

.mobbt {
  border-radius: 10px;
  display: none;
}

.right-arrow {
  background-color: #fff;
}

.icon {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: difference;
  background-color: #000;
  outline: 3px #000;
}

.icon.we {
  opacity: 1;
  outline-color: var(--black);
  outline-offset: 0px;
  mix-blend-mode: color;
  background-color: #fff;
  outline-width: 3px;
  outline-style: none;
}

.icon-2 {
  mix-blend-mode: color;
  background-color: #000;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-7 {
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.bold-text-2 {
  text-align: justify;
}

html.w-mod-js [data-ix="black-tooltip-initial"] {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .testimonials-section {
    padding-top: 0;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.hero-container.top {
    padding-left: 1%;
    padding-right: 1%;
  }

  .center-h2 {
    font-size: 40px;
  }

  .testimonial-box {
    width: 32%;
    padding: 3%;
  }

  .home-text {
    font-size: 16px;
  }

  .feature-column {
    padding-bottom: 3%;
    padding-left: 1%;
    padding-right: 4%;
  }

  .feature-svg {
    align-self: flex-start;
  }

  .customer-logo {
    width: 14%;
    margin-top: 15px;
    margin-left: 7%;
    margin-right: 7%;
  }

  .logo-row {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .homepage-nav-menu {
    background-color: #fff;
    justify-content: flex-end;
    width: 100%;
  }

  .nav-link {
    text-align: right;
    margin-left: 5%;
    margin-right: 5%;
    padding-right: 10px;
    display: block;
  }

  .nav-link.dropdown-nav-link {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .nav-link.dropdown-toggle {
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: hidden;
  }

  .home-logo-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-block {
    min-width: 500px;
  }

  .menu-button {
    color: var(--main);
    padding: 10px;
    font-size: 35px;
  }

  .menu-button.w--open {
    z-index: 36;
    color: var(--main);
    background-color: #fff;
  }

  .internal-navbar {
    padding-left: 5%;
  }

  .feature-square {
    padding-left: 5%;
    padding-right: 5%;
  }

  .customer-logo-2 {
    width: 14%;
    margin-top: 40px;
    margin-left: 7%;
    margin-right: 7%;
  }

  .nav-dropdown-list {
    background-color: #0000;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    position: relative;
    inset: 0;
  }

  .dropdown-diamond {
    display: none;
  }

  .heading {
    font-size: 30px;
    line-height: 32px;
  }

  .heading-2, .heading-3, .heading-4 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-5 {
    font-size: 35px;
    line-height: 35px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 32px;
  }

  .image {
    max-width: 110%;
    margin-right: 40px;
  }

  .image-2 {
    margin-left: 0;
  }

  .image-3 {
    order: 0;
    align-self: auto;
    max-width: 116%;
    margin-left: -32px;
    padding-left: 0;
    display: block;
  }

  .image-4 {
    margin-left: -13px;
  }

  .submit-button {
    padding-left: 105px;
    padding-right: 105px;
  }

  .container-2 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  .made-with-memberstack {
    padding: 10px 18px;
    font-size: 12px;
  }

  .footer-row {
    text-align: center;
    display: block;
  }

  .footer-link {
    margin-left: 18px;
  }

  .center-h2 {
    font-size: 35px;
    line-height: 60px;
  }

  .pricing-row {
    flex-direction: column;
  }

  .pricing-column {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .button.navbar-cta {
    width: 220px;
    height: 60px;
    margin: 2vh 20px 20px auto;
    padding-top: 19px;
  }

  .plan-features {
    margin-bottom: 40px;
  }

  .testimonial-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .testimonial-box {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .testimonial-box.right-testimonial {
    margin-top: 0;
  }

  .testimonial-box.left-testimonial {
    margin-top: 0;
    padding-top: 27px;
  }

  .user-pic {
    width: 60px;
    min-width: 60px;
    margin-bottom: 0;
  }

  .user-testimonial {
    margin-bottom: 0;
    padding-left: 4%;
    padding-right: 3%;
  }

  .giant-quotes {
    top: -91px;
  }

  .home-text {
    font-size: 15px;
  }

  .home-text.hero-home-text {
    max-width: 450px;
    font-size: 17px;
  }

  .feature-row {
    margin-top: 30px;
  }

  .customer-logo {
    width: 20%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .logo-row {
    align-content: stretch;
    padding: 20px 10% 25px;
  }

  .homepage-nav-menu {
    background-color: #fff;
    min-height: 100vh;
    overflow: auto;
  }

  .nav-link {
    height: 8vh;
    min-height: 8vh;
    padding-top: 3vh;
    font-size: 18px;
    line-height: 1.3;
  }

  .nav-link.login-link {
    height: auto;
    min-height: auto;
    padding-top: 14px;
  }

  .nav-link.dropdown-toggle {
    min-height: 0;
  }

  .brand {
    width: 50px;
  }

  .home-logo-container {
    align-items: center;
    height: 80px;
    margin-bottom: 20px;
    padding-top: 16px;
  }

  .hero-content {
    flex: 0 auto;
    margin-right: 0;
  }

  .home-h1 {
    margin-top: 0;
    font-size: 50px;
  }

  .hero-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-block {
    min-width: 0;
    height: auto;
    min-height: 300px;
    max-height: none;
    margin-right: 0;
  }

  .login-label {
    height: 20px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 27px;
  }

  .login-field {
    height: 64px;
    padding-top: 13px;
    font-size: 16px;
  }

  .login-head {
    font-size: 24px;
    line-height: 40px;
  }

  .password-link {
    padding-top: 10px;
  }

  .testimonial-name-wrapper {
    flex: none;
    margin-top: auto;
    padding-top: 27px;
  }

  .menu-button {
    margin-left: auto;
    margin-right: -5px;
    padding: 10px 0 5px 10px;
    font-size: 50px;
  }

  .internal-navbar {
    height: 66px;
    padding-right: 5%;
  }

  .delete-me-section {
    margin-top: 50px;
    font-size: 17px;
  }

  .feature-square {
    padding-left: 2%;
    padding-right: 2%;
  }

  .feature-icon {
    width: 100px;
  }

  .customer-logo-2 {
    width: 20%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .filler {
    min-height: 100px;
  }

  .login-form {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .account-h1 {
    font-size: 40px;
  }

  .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-6.cont {
    font-size: 30px;
  }

  .submit-button {
    padding-left: 85px;
    padding-right: 85px;
  }

  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 35px;
    line-height: 50px;
  }

  h3 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .hero-section {
    margin-left: 5px;
    margin-right: 5px;
  }

  .benefits-section {
    width: 95%;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 30px;
  }

  .benefits-section.contt {
    flex-flow: column;
    margin-top: 20px;
    padding-top: 0;
    display: flex;
  }

  .testimonials-section {
    padding-top: 0;
  }

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

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .container.hero-container.top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.navbar-container {
    display: block;
  }

  .container.body {
    margin-top: -30px;
  }

  .footer-row {
    text-align: center;
    flex-direction: column;
    margin-bottom: 0;
  }

  .footer-image {
    order: -1;
    margin-bottom: 20px;
  }

  .footer-copywrite {
    margin-bottom: 0;
  }

  .social-icon {
    margin-left: 25px;
    margin-right: 25px;
  }

  .center-h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .center-h2.tt {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .pricing-column {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button {
    padding: 10px 18px 9px;
    font-size: 14px;
  }

  .faq-h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }

  .testimonial-row {
    margin-top: 0;
  }

  .testimonial-box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .user-pic {
    margin-bottom: 26px;
  }

  .giant-quotes {
    left: 70%;
  }

  .home-text {
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }

  .home-text.center-home-text {
    margin-top: -40px;
  }

  .home-text.hero-home-text {
    font-size: 15px;
  }

  .home-text.botloc {
    text-align: justify;
  }

  .feature-row {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-row.no-reverse-feature-row {
    flex-direction: column;
  }

  .feature-column {
    justify-content: center;
    align-items: center;
    width: 95%;
    min-height: 1px;
    margin-top: -31px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1%;
    position: static;
  }

  .feature-column.pic {
    justify-content: center;
    align-items: center;
    width: 466px;
    margin-top: 25px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .feature-column.topmob {
    color: var(--black);
    width: 77%;
    margin-top: -77px;
    font-size: 14px;
    font-weight: 300;
  }

  .feature-column.top2mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
  }

  .feature-column.sec3, .feature-column.sec4 {
    margin-top: 0;
  }

  .feature-svg {
    box-sizing: border-box;
    object-fit: fill;
    max-width: 73%;
    position: static;
  }

  .customer-logo {
    width: 26%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .customer-logo.botlo {
    margin-top: 20px;
  }

  .logo-row {
    padding: 0 5% 20px;
  }

  .home-h1 {
    font-size: 36px;
  }

  .login-container {
    min-width: 0;
  }

  .testimonial-name-wrapper {
    margin-left: auto;
    padding-top: 16px;
  }

  .menu-button {
    padding-top: 0;
  }

  .delete-me-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .feature-square {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 50%;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .feature-square.botlocb {
    margin-top: 20px;
  }

  .feature-icon {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-icon.icon2 {
    flex-flow: row;
    display: block;
  }

  .customer-logo-2 {
    width: 40%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hero-h1 {
    font-size: 36px;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .form-divider {
    width: 100%;
  }

  .heading-2 {
    text-align: center;
    width: 108%;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .heading-3, .heading-4, .heading-5 {
    text-align: center;
    margin-bottom: 10px;
  }

  .heading-6 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-6.cont {
    margin-top: -25px;
    margin-bottom: 25px;
  }

  .button-2 {
    display: none;
  }

  .image {
    margin-right: 0;
  }

  .image-3 {
    box-sizing: border-box;
    max-width: 95%;
    margin-left: 0;
    position: absolute;
  }

  .image-4 {
    max-width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-5 {
    margin-top: 9px;
  }

  .text-field {
    text-align: left;
    padding-top: 20px;
  }

  .image-7 {
    width: 150px;
  }

  .mobbt {
    letter-spacing: 0;
    border-radius: 5px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 59px;
    padding-right: 59px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
  }

  .form-block-2 {
    letter-spacing: .2em;
    display: block;
  }

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

  .success-message {
    background-color: #00f1e936;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
  }

  .container-2 {
    max-width: none;
  }
}


