.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding-top: 0;
  display: flex;
}

.shadow-two {
  border-radius: 20px;
  width: 480px;
  max-width: none;
  height: 460px;
  padding-right: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two.mobile {
  opacity: .8;
  margin-right: 0;
  padding-right: 0;
}

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #242424;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #feeb29;
  border: 3px solid #242424;
  border-radius: 20px;
  width: 150.33px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 170px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 880px;
  height: 70px;
  margin-top: 40px;
  margin-left: 70px;
  display: flex;
}

.div-block-4.mobile {
  width: 1000px;
  margin-left: 0;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  width: 550px;
  height: 70px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fdf6e4;
  border-radius: 20px;
  width: 600px;
  height: 70px;
  padding-left: 20px;
  display: flex;
}

.div-block-6.mobile {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 490px;
}

.pricing-comparison {
  background-color: #eceae5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 590px;
  display: block;
  transform: translate(180px);
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  border-radius: 20px;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  text-align: center;
  flex-flow: row;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 500;
  line-height: 48px;
  display: block;
}

.pricing-subtitle {
  color: #fff;
  background-color: #242424;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button-primary-2 {
  color: #242424;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #feeb29;
  border: 3px solid #242424;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
  margin-top: 10px;
}

.pricing-feature {
  background-image: url('../images/check.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.div-block-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  text-align: center;
  width: 300px;
}

.heading {
  margin-bottom: 20px;
}

.heading._2nd {
  text-align: center;
  width: 80%;
  margin-bottom: 60px;
  transform: translate(180px);
}

.pricing-comparison-2 {
  background-color: #eceae5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: grid;
}

.pricing-card-2 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1100px;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-2 {
  color: #0f71f0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  color: #fff;
  background-color: #242424;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-3.outline-button {
  color: #242424;
  background-color: #feeb29;
  border: 2px solid #242424;
  border-radius: 20px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
}

.pricing-feature-2 {
  background-image: url('../images/check.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.div-block-8 {
  text-align: justify;
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  padding-left: 10px;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
  margin-left: 0;
  display: flex;
}

.div-block-9.mobile {
  margin-bottom: 80px;
}

.heading-2 {
  text-align: center;
  margin-bottom: 20px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  grid-template: "Area"
  / .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: grid;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  text-align: left;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.div-block-10, .div-block-11, .div-block-12 {
  width: 450px;
}

.heading-3 {
  text-align: center;
  width: 800px;
}

.heading-4 {
  text-align: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 100px;
  margin-left: 140px;
}

.footer-subscribe {
  background-color: #eceae5;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #eceae5;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 2px solid #242424;
  border-radius: 20px;
  width: 300px;
  height: 39px;
  margin-bottom: 0;
  padding: 12px 170px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-4.footer-form-button {
  border-radius: 20px;
  padding: 8px 18px;
  font-weight: 700;
  position: absolute;
  right: 0;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.bold-text, .paragraph-2, .paragraph-3, .bold-text-2, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
  text-align: left;
}

.div-block-13 {
  flex-flow: column;
  display: flex;
}

.image {
  vertical-align: top;
}

.heading-5 {
  font-size: 20px;
}

.heading-6 {
  font-size: 23px;
}

.text-block {
  color: #0f71f0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-block-2 {
  color: #0f71f0;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-block-3 {
  color: #0f71f0;
  cursor: pointer;
  margin-bottom: 40px;
  font-size: 21px;
}

.text-block-4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.paragraph-11 {
  text-align: justify;
}

.section {
  text-align: left;
  background-color: #eceae5;
  width: auto;
  margin-bottom: -10px;
}

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

.div-block-15 {
  display: none;
  overflow: visible;
}

.div-block-16 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

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

.container-6 {
  width: 90%;
  max-width: none;
}

.div-block-17 {
  width: 245px;
  height: 100px;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-19 {
  width: 27px;
}

.paragraph-12 {
  width: 600px;
}

.paragraph-13 {
  width: 480px;
}

.paragraph-14 {
  width: 600px;
}

.paragraph-15 {
  width: 550px;
}

.div-block-24, .div-block-24.mobile {
  display: none;
}

.div-block-21 {
  cursor: pointer;
}

.text-block-6 {
  margin-top: 20px;
}

.bold-text-3 {
  font-size: 34px;
}

.image-2 {
  text-align: center;
  border-radius: 20px;
  width: 550px;
  max-width: none;
  height: 450px;
  margin-bottom: 40px;
}

.div-block-25 {
  text-align: center;
  margin-bottom: 20px;
}

.div-block-26 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-26.mobile {
  flex-flow: column;
}

.image-3 {
  vertical-align: top;
  width: 1rem;
  max-width: 50%;
  height: 1rem;
}

.navbar-logo-center {
  z-index: 2;
  -webkit-backdrop-filter: blur(.375rem);
  backdrop-filter: blur(.375rem);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  position: sticky;
  top: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-5 {
  color: #242424;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #feeb29;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.spacer-129 {
  background-color: #e7ecf0;
  height: 48px;
}

.spacer-129._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.paragraph-16 {
  color: #171918;
  text-align: justify;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 35px;
}

.hyperlink {
  color: #00e;
  font-size: 1.1rem;
  text-decoration: underline;
}

.hyperlink.w--current {
  color: #00e;
  font-size: 1.1rem;
}

.text-box-3 {
  max-width: 650px;
  position: relative;
}

.text-box-3.centered {
  text-transform: none;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.text-rich-text-2 {
  color: #1d1d1d;
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
}

.legal-title {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.legal-disclaimer {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 38px;
}

.card {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.legal-disclaimer-container {
  color: #000;
  text-align: center;
}

.brand-header {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 50px;
}

.section-5 {
  background-color: #fff;
  margin-bottom: 100px;
}

.bold-text-4 {
  text-transform: none;
}

.paragraph-17 {
  color: #171918;
  text-align: justify;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 35px;
}

.section-3 {
  background-color: #fff;
  margin-bottom: 100px;
}

.paragraph-33 {
  text-align: justify;
  font-size: 1.1rem;
}

.card-2 {
  border-radius: 16px;
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.text-rich-text-3 {
  color: #1d1d1d;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 35px;
}

.heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20 {
  font-size: 1.25rem;
  line-height: 35px;
}

.heading-21 {
  font-size: 1.25rem;
}

.heading-22, .heading-23 {
  font-size: 1.25rem;
  line-height: 35px;
}

.paragraph-34 {
  font-size: 1.1rem;
  line-height: 35px;
}

.heading-24, .heading-25 {
  font-size: 1.25rem;
  line-height: 35px;
}

.list {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 30px;
}

.paragraph-35, .list-2, .paragraph-36, .paragraph-37 {
  font-size: 1.1rem;
}

.paragraph-38 {
  font-size: 1.1rem;
  line-height: 35px;
}

.list-3, .list-4 {
  font-size: 1.1rem;
  line-height: 30px;
}

.permissions__title-2 {
  color: #343f52;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.italic-text {
  font-size: 1rem;
  font-weight: 700;
}

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

.hyperlink-2 {
  color: #00e;
  font-size: 1rem;
  text-decoration: underline;
}

.hyperlink-2.w--current {
  color: #2cea8e;
}

.checkbox-label-5 {
  color: #343f52;
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
}

.account-form-3 {
  z-index: 10;
  text-align: center;
  background-color: #fbfbfb;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 50px 6%;
  display: flex;
  box-shadow: 0 25px 50px -10px #c59eff80;
}

.heading-form-2 {
  color: #101211;
  font-size: 30px;
  font-weight: 700;
}

.container-8 {
  max-width: 600px;
  margin-top: 50px;
}

.checkbox-field-4 {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.permissions {
  text-align: left;
}

.success-message-3 {
  background-color: #12b361cc;
  border-radius: 12px;
  padding: 18px 26px;
}

.field-label-2 {
  text-align: left;
}

.error-text {
  color: #f4f6fd;
  line-height: 140%;
}

.form-block-3 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.success-text {
  color: #f4f6fd;
  line-height: 140%;
}

.sign-up-section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.error-message-3 {
  background-color: #ff4141cc;
  border-radius: 12px;
  margin-top: 12px;
  padding: 18px 26px;
}

.submit-button-4 {
  color: #040d1b;
  background-color: #f4f6fd;
  border-radius: 50px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
  transition: color .2s, background-color .2s;
}

.submit-button-4:hover {
  color: #f4f6fd;
  background-color: #3959ff;
}

.submit-button-4.blue {
  color: #242424;
  background-color: #feeb29;
  border: 2px solid #000;
  font-size: 24px;
  font-weight: 700;
}

.submit-button-4.blue:hover {
  color: #fff;
  background-color: #171938;
}

.form-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.text-field {
  background-color: #f4f4f4;
  border: 2px solid #dbdde3;
  border-radius: 50px;
  height: 56px;
  margin-bottom: 0;
  padding: 14px 26px;
  font-size: 18px;
  line-height: 120%;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: #f4f6fd66;
}

.text-field::placeholder {
  color: #0006;
}

.section-4 {
  background-color: #fff;
  margin-bottom: 100px;
}

.card-3 {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.no-margin {
  color: #101211;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-39 {
  color: #171918;
  text-align: justify;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.checkbox-label-2 {
  color: #343f52;
  text-align: justify;
  font-size: .9rem;
  font-weight: 500;
  line-height: 25px;
}

.submit-button-2 {
  color: #242424;
  background-color: #feeb29;
  border: 2px solid #000;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
  transition: background-color .3s;
  display: inline-block;
}

.submit-button-2:hover {
  background-color: #171938;
}

.sign-up-button-wrapper {
  width: 100%;
  height: 62px;
  margin-top: 10px;
}

.sign-up-para-2 {
  color: #3d4066;
  max-width: 510px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7em;
}

.sign-up-form {
  margin-bottom: 0;
}

.hyperlink-3 {
  color: #00e;
  font-size: 1rem;
  text-decoration: underline;
}

.hyperlink-3.w--current {
  color: #2cea8e;
}

.sign-up-form-wrapper-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.sign-up-form-wrap {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.input-field-2 {
  color: #171938;
  border: 1px solid #dadff6;
  border-radius: 5px;
  height: 52px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  box-shadow: 0 0 40px #0000000f;
}

.input-field-2:focus {
  border-color: #346af8;
}

.input-field-2.without-shadow {
  box-shadow: none;
}

.main-container-2 {
  width: 100%;
  max-width: 1230px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.success-message-4 {
  background-color: #d3d8d4;
}

.main-body-text-variant-3 {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8em;
}

.main-body-text-variant-3._500-medium {
  color: #171918;
  text-align: left;
  font-weight: 500;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.4em;
}

.h1._700-bold {
  color: #101211;
  font-weight: 700;
}

.sign-up-container-2 {
  z-index: 2;
  grid-column-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: #101211;
}

.sign-up-heading-2 {
  color: #171938;
}

.sign-up-form-div-wrapper-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  padding: 40px;
  position: relative;
  box-shadow: 0 4px 14px #00000014;
}

.sign-up-text-container-2 {
  grid-column-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
}

.sign-up-section-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.image-4 {
  vertical-align: middle;
}

.nav-link-2 {
  color: #202221;
  border-radius: .5rem;
  align-items: center;
  min-height: 2.5rem;
  margin-left: .125rem;
  margin-right: .125rem;
  padding: 0 .875rem;
  font-size: .9375rem;
  transition: transform .25s, background-color .25s, opacity .25s;
  display: flex;
}

.nav-link-2:hover {
  opacity: .84;
  color: #fff;
  background-color: #2cea8e;
}

.nav-link-2.w--current {
  z-index: 1;
  color: #fff;
  background-color: #2cea8e;
}

.nav-link-2.w--current:hover {
  opacity: 1;
}

.nav-container {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100rem;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.actions-wrapper {
  grid-column-gap: .75rem;
  display: flex;
}

.nav-menu {
  margin-left: 280px;
  margin-right: 0;
  display: flex;
}

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

.logo-wrapper {
  grid-column-gap: 3rem;
  align-items: center;
  display: flex;
}

.logo {
  margin-bottom: .25rem;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.logo:hover {
  opacity: .72;
}

.nav {
  z-index: 2;
  -webkit-backdrop-filter: blur(.375rem);
  backdrop-filter: blur(.375rem);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

@media screen and (min-width: 1280px) {
  .main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

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

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .sign-up-section-4 {
    padding-top: 105px;
  }

  .sign-up-para-2 {
    max-width: 100%;
  }

  .sign-up-form-wrapper-2 {
    width: 100%;
    max-width: 510px;
    margin-left: 0;
    margin-right: 0;
  }

  .main-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .sign-up-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sign-up-form-div-wrapper-2 {
    max-width: 510px;
  }

  .sign-up-text-container-2 {
    width: 100%;
    max-width: 510px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .sign-up-section-2 {
    padding-top: 105px;
  }

  .menu-icon-line-top {
    background-color: #fff;
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-bottom: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    margin: .25rem 0;
  }

  .menu-icon-line-bottom {
    background-color: #fff;
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-top: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .actions-wrapper {
    align-items: center;
  }

  .nav-menu {
    background-color: #101211;
    border-bottom: .0625rem solid #2e3130;
    align-items: flex-start;
    width: 100vw;
    min-width: 100vw;
    margin-right: 0;
    padding: 1rem 3.125rem 2rem;
  }

  .nav-menu-button {
    flex-direction: row;
    justify-content: center;
    margin-left: 1rem;
    margin-right: -.5rem;
    padding: 0;
    display: flex;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-subscribe-right, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .spacer-129 {
    height: 32px;
  }

  .main-container-2 {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .main-body-text-variant-3 {
    font-size: 17px;
  }

  .h1 {
    font-size: 35px;
    line-height: 48px;
  }

  .sign-up-container-2 {
    flex-direction: column;
  }

  .sign-up-text-container-2 {
    max-width: none;
  }

  .nav-link-2.w--current {
    background-position: 0%;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(.375rem);
    backdrop-filter: blur(.375rem);
    background-color: #101211;
    border-right: .0625rem solid #202221;
    margin-right: 0;
  }

  .logo-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .shadow-two.mobile {
    width: 300px;
    height: 300px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
    width: 200px;
  }

  .div-block-2, .div-block-3 {
    width: 200px;
  }

  .div-block-4.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 90px;
    margin-left: 0;
  }

  .div-block-5.mobile {
    width: 200px;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-6.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 350px;
    margin-right: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

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

  .pricing-wrapper.mobile {
    width: 100%;
    margin-left: -180px;
  }

  .pricing-card.featured-pricing.mobile {
    z-index: 1;
    width: 100%;
  }

  .heading._2nd, .heading._2nd.mobile {
    margin-left: -140px;
  }

  .pricing-comparison-2.mobile {
    padding-left: 0;
    padding-right: 0;
  }

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

  .pricing-wrapper-2.mobile {
    display: flex;
    overflow: auto;
  }

  .div-block-8.mobile {
    width: 98%;
  }

  .div-block-9.mobile {
    flex-flow: column;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .div-block-10.mobile, .div-block-11.mobile, .div-block-12.mobile {
    width: 300px;
  }

  .heading-4.mobile {
    margin-left: 40px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-block-two.mobile {
    flex-flow: row;
  }

  .footer-form-input {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-12.mobile {
    width: 255px;
  }

  .paragraph-13.mobile, .paragraph-14.mobile, .paragraph-15.mobile {
    width: 250px;
  }

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

  .div-block-24.mobile {
    width: 295px;
  }

  .image-2.mobile {
    width: 300px;
    height: 300px;
  }

  .div-block-26.mobile {
    flex-flow: column;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .legal-title {
    line-height: 45px;
  }

  .card {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .brand-header {
    font-size: 2rem;
  }

  .card-2 {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .account-form-3 {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-form-2 {
    font-size: 25px;
  }

  .permissions {
    overflow: visible;
  }

  .sign-up-section-4 {
    padding-top: 35px;
  }

  .card-3 {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sign-up-form-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .main-container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .sign-up-container-2 {
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .sign-up-form-div-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sign-up-text-container-2 {
    grid-column-gap: 20px;
    margin-bottom: 20px;
  }

  .sign-up-section-2 {
    padding-top: 35px;
  }

  .nav-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-menu {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
}

#w-node-a53c5e3f-85db-bef7-9bf4-d46b07aacd47-b8221085, #w-node-_93c63e0d-b9bf-1d5a-d002-626a0c96595a-b8221085, #w-node-ae7192a1-adec-b27f-c263-24aece7ba30b-b8221085, #w-node-_5f616144-ebb3-2f97-aec7-466f40e3160e-b8221085, #w-node-_0a0d4002-ce01-77ad-9b8c-6b226314a290-b8221085, #w-node-_4ff91258-4901-683a-3e60-9fbaaa7fd643-b8221085, #w-node-_1609d171-a52d-354a-c408-002b5339981d-b8221085, #w-node-_81ace78b-a2e5-7474-0664-810299333212-b8221085, #w-node-f51fd2f7-ae47-0ce6-b810-d2150fa846cc-b8221085, #w-node-_82493ae2-a722-d1e8-6905-30133814afc4-b8221085, #w-node-_82ab2d0c-9292-8977-2d84-55d579c4469c-b8221085, #w-node-f8892b78-cba2-75e8-ab3a-d81b5f6d0d5e-b8221085, #w-node-ca2124ad-0c36-281f-d228-39b92481f4d1-b8221085, #w-node-_564bee02-8338-ac97-d3b1-b89dd01e72ef-b8221085, #w-node-_6a5b5b4d-2f0a-766e-63f8-7f634c0965e0-b8221085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85530def-4c88-801d-fc9e-74cb65d15ee5-65d15ee0 {
  justify-self: center;
}

#w-node-_85530def-4c88-801d-fc9e-74cb65d15eea-65d15ee0 {
  justify-self: end;
}

#w-node-_2c06efb5-59bb-aaf7-eac1-e0abd1d2db7f-da286b2f, #w-node-_2c06efb5-59bb-aaf7-eac1-e0abd1d2db80-da286b2f, #w-node-_2c06efb5-59bb-aaf7-eac1-e0abd1d2db83-da286b2f, #w-node-_2c06efb5-59bb-aaf7-eac1-e0abd1d2db87-da286b2f, #w-node-_2c06efb5-59bb-aaf7-eac1-e0abd1d2db88-da286b2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_1609d171-a52d-354a-c408-002b5339981d-b8221085, #w-node-_81ace78b-a2e5-7474-0664-810299333212-b8221085, #w-node-f51fd2f7-ae47-0ce6-b810-d2150fa846cc-b8221085, #w-node-_82493ae2-a722-d1e8-6905-30133814afc4-b8221085, #w-node-_82ab2d0c-9292-8977-2d84-55d579c4469c-b8221085, #w-node-f8892b78-cba2-75e8-ab3a-d81b5f6d0d5e-b8221085, #w-node-ca2124ad-0c36-281f-d228-39b92481f4d1-b8221085, #w-node-_564bee02-8338-ac97-d3b1-b89dd01e72ef-b8221085, #w-node-_6a5b5b4d-2f0a-766e-63f8-7f634c0965e0-b8221085 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


