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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.text-field-icon {
  color: #000;
  letter-spacing: -.006em;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 10px 10px 38px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.text-field-icon:focus {
  border: 1px solid #ff4b0f;
}

.text-field-icon::placeholder {
  color: #8f8f8f;
}

.input-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto 10px 10px;
}

.header-reviews {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

.text-color-neutral-400 {
  color: #8f8f8f;
}

.max-width-small {
  width: 100%;
  max-width: 400px;
}

.header-image-right {
  z-index: 0;
  pointer-events: none;
  width: 55vw;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.rating-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.email-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary:hover {
  background-color: #141414;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.email-form-block {
  width: 100%;
  max-width: 376px;
  margin-bottom: 0;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.precioi {
  padding: 120px 5%;
  position: relative;
}

.precioi.background-gray {
  background-color: #f5f5f5;
  display: none;
}

.badge {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.form-input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header-content {
  grid-column-gap: 208px;
  grid-row-gap: 208px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 688px;
  display: flex;
}

.header-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-image {
  object-fit: cover;
  object-position: 0% 100%;
  width: 100%;
  height: 100%;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-background-image {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-primary {
  color: #5167f6;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.overline-large {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.overline-large.text-color-primary {
  color: #5167f6;
}

.header-logo-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #383942;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-800 {
  color: #55555e;
}

.paragraph-small.text-color-gray-600 {
  color: #6d767e;
}

.play-icon {
  background-color: #eceefe;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-2:hover {
  background-color: #6478f7;
}

.button-primary-2:active {
  background-color: #7788f8;
}

.section-header-large {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.button-video {
  grid-column-gap: 12px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 12px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-video:hover {
  background-color: #f4f4f6;
}

.button-video:active {
  background-color: #eceefe;
}

.header-image-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-block {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.header-background-image-2 {
  object-fit: cover;
  object-position: 0% 0%;
  width: 90%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo {
  flex: none;
}

.header-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5e606e;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.header-grid-image {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.header-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 45%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.h1-heading-2 {
  color: #131316;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.span-underline {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.feature-group {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.button-text-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #5167f6;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-text-link:hover {
  color: #6478f7;
}

.button-group-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.text-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 540px;
  display: flex;
}

.subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.h3-heading {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.text-orange-900 {
  color: #f69351;
}

.wrap-v-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.button-arrow-icon {
  background-color: #eceefe;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.overline {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.rounded-icon {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #f4f4f6;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.max-width-medium {
  max-width: 486px;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.process-badge {
  color: #fff;
  background-color: #3ec875;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.features-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.feature-circle {
  background-color: #ebebee;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 32px;
  display: flex;
}

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

.accent {
  margin-top: 32px;
  margin-bottom: 24px;
}

.squiggle {
  z-index: 5;
  position: absolute;
  inset: auto auto 160px -40%;
}

.card {
  z-index: 5;
  background-color: #ffffffbd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 30px 30px 44px #0b234d14;
}

.feature-list-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.card-type {
  align-items: center;
  margin-bottom: 28px;
  font-weight: 600;
  display: flex;
}

.card-icon-square {
  background-color: #5438ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  margin-right: 10px;
  display: flex;
}

.feature-heading {
  color: #0c182e;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 46px;
  line-height: 62px;
}

.price-large {
  color: #5438ff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.card-detail {
  color: #3b4457;
  max-width: 290px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.feature-small-title {
  color: #1e1e48;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.feature-card-2 {
  align-items: flex-start;
  display: flex;
}

.code-background {
  position: absolute;
  inset: -20% auto auto -25%;
}

.feature-body-small {
  color: #3b4457;
  max-width: 290px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.card-wrapper {
  position: relative;
}

.price-medium {
  color: #0c182e;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.arrow-curve {
  position: absolute;
  inset: -15% 0% auto auto;
}

.features-section {
  padding: 140px 5%;
}

.feature-body-large {
  color: #3b4457;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.feature-grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.button-primary-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-3:hover {
  background-color: #734573;
}

.button-primary-3.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.button-primary-3.icon-right {
  padding-right: 12px;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.dropdown-links-grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  padding: 24px;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  display: flex;
  position: relative;
}

.navigation-wrapper-large {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.dropdown-featured-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #f8f6f6;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 10px 5%;
  display: flex;
}

.paragraph-x-small {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small.text-weight-medium {
  font-weight: 500;
}

.navigation-icon-wrapper {
  color: #361b36;
  background-color: #f0ebf0;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.navigation-icon-wrapper.red {
  color: #5a1616;
  background-color: #f6eaea;
}

.navigation-icon-wrapper.blue {
  color: #233f67;
  background-color: #f3f6fc;
}

.navigation-icon-wrapper.brown {
  color: #63514f;
  background-color: #f8f6f6;
}

.navigation-icon-wrapper.green {
  color: #244c42;
  background-color: #f4faf8;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.dropdown-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.column-x-large.column-center {
  justify-content: flex-start;
  align-items: center;
}

.navigation-link {
  color: #0a0a0a;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-link:hover {
  color: #734573;
}

.navigation-link.w--current {
  color: #642eff;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.navigation-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.dropdown-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.dropdown-featured-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f2eeee;
  flex-flow: column;
  min-width: 328px;
  padding: 24px 24px 32px;
  display: flex;
}

.navigation-logo-image {
  max-width: 120%;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #0a0a0a;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline:hover {
  color: #110811;
  background-color: #f0ebf0;
  border-color: #c8b6c8;
}

.button-outline.w--current {
  background-color: #fafafa;
}

.button-outline.icon-left {
  padding-left: 12px;
}

.subheading-small {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 34px;
  overflow: hidden;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.overline-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline-2.text-color-gray-500 {
  color: #737373;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  display: flex;
}

.row-small.row-center {
  align-items: center;
}

.dropdown-side-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  white-space: nowrap;
  align-items: center;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.navigation-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0a0a0a;
  align-items: center;
  padding: 12px 12px 12px 18px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  color: #734573;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle.w--open {
  background-color: #fff;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h4-heading {
  color: #030711;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.button-primary-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  background-color: #111827;
  border-radius: 44px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #913b8b;
}

.button-primary-4.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large-2.column-space-between {
  justify-content: space-between;
}

.button-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  background-color: #3898ec00;
  border: 1px solid #d1d5db;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s;
  display: flex;
}

.button-secondary:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

.button-secondary:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-secondary.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.section-regular {
  padding: 82px 5%;
  position: relative;
}

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

.pricing-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.pricing-tooltip {
  color: #9ca3b0;
  transition: color .3s;
}

.pricing-tooltip:hover {
  color: #030711;
}

.overline-regular {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.pricing-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.row-tiny-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-large-2 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.pricing-tab-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4b5563;
  background-color: #0000;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.pricing-tab-link:hover {
  color: #030711;
  background-color: #e5e7eb;
}

.pricing-tab-link.w--current {
  color: #030711;
  background-color: #fff;
}

.icon-regular-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.subheading-large {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large.text-color-gray-600 {
  color: #4b5563;
}

.pricing-badge {
  color: #000;
  text-align: center;
  background-color: #96dfa2;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-gray-950 {
  color: #030711;
}

.code-embed {
  display: none;
}

.h1-heading-3 {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.pricing-tabs-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: -122px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular-2.column-center {
  justify-content: flex-start;
  align-items: center;
}

.pricing-card-wide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
}

.pricing-card-wide.filled {
  background-color: #f9fafb;
}

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

.pricing-tab-menu-large {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f3f4f6;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 58px;
  margin-bottom: 64px;
  padding: 4px;
  display: flex;
}

.heading-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
  position: relative;
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.subheading-x-small {
  color: #030711;
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.paragraph-regular-5 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-5.text-color-gray-950 {
  color: #030711;
}

.paragraph-regular-5.text-color-gray-600 {
  color: #525f75;
}

.h6-heading {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.pricing-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.pricing-check {
  color: #030711;
}

.pricing-feature-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.paragraph-regular-6.text-gray-900 {
  color: #000;
}

.section-x-small {
  z-index: 5;
  padding: 56px 5%;
  position: relative;
}

.section-x-small.background-gray {
  background-color: #fff;
  background-image: linear-gradient(#00000005, #0000);
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.header-avatar {
  background-color: #f0f0f0;
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 44px;
  height: 44px;
  overflow: hidden;
  box-shadow: 0 1px 1.5px #00000014;
}

.header-avatar._01 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-left: -12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.header-title-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary-5:hover {
  background-color: #141414;
}

.button-primary-5.large {
  padding: 8px 20px;
}

.section-line {
  background-image: linear-gradient(to right, #e3e3e300 10%, #e3e3e3 50%, #e3e3e300 90%);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.h1-heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.header-title-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-button-group-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-outline-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.header-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  margin-bottom: 56px;
  padding: 24px;
  display: flex;
  box-shadow: -20px -20px #f5f5f5, 0 32px 72px -24px #0000000f, 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.header-logo-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-regular {
  width: 100%;
  max-width: 480px;
}

.header-logo-large {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.header-avatar-group {
  display: flex;
}

.h6-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.section-header {
  padding: 120px 5% 0;
  position: relative;
  overflow: hidden;
}

.icon-medium {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.header-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
}

.sub-heading-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.h6-heading-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.header-features {
  grid-column-gap: 44px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 886px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-shape-01 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  left: 40px;
}

.h1-heading-5 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
}

.video-play-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #131315;
  letter-spacing: -.18px;
  background-color: #fff;
  border: 1px solid #131315;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  box-shadow: 0 8px 32px #1313150a, 2px 2px #131315;
}

.header-video {
  background-image: linear-gradient(#13131514, #13131514), url('../images/Header-Video-Image.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1.5px solid #131315;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 520px;
  display: flex;
  box-shadow: 3px 3px #131315;
}

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-shape-02 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 106px;
  right: 22px;
}

.title-column-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 620px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.section-regular-2 {
  padding: 96px 5%;
  position: relative;
}

.overline-x-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.header-accent-01 {
  background-image: url('../images/66febba9a9385cb66c05786e_Heading-Accent-01.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -32px;
  padding-left: 32px;
  font-size: 50px;
}

.navigation-logo {
  width: 40px;
  height: 40px;
}

.navigation-content-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 1;
  display: flex;
}

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #71716f;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 96px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 24px 4px 4px;
  font-weight: 500;
  text-decoration: none;
  transition: border .3s, color .3s, background-color .3s;
  display: flex;
}

.dropdown-link:hover {
  color: #000;
  background-color: #f6f5f3;
  border: 1px solid #f0edea;
}

.link-arrow {
  color: #ff443d;
  overflow: hidden;
}

.dropdown-links-grid {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f6f5f3;
  border: 1px solid #f0edea;
  border-radius: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding: 12px;
}

.dropdown-divider {
  background-color: #f6f5f3;
  border-radius: 4px;
  height: 2px;
}

.column-tiny-2 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.navigation-dropdown-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.dropdown-link-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.caption-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small.text-color-gray-900 {
  color: #393837;
}

.caption-small.text-color-gray-700 {
  color: #5f5e5d;
}

.form-success-message {
  color: #449c46;
  background-color: #f4fcf3;
  border: 1px solid #daf5d6;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation-content-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-container-2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.input-shortcut-embed {
  display: none;
}

.button-primary-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-6:hover {
  background-color: #ff443d;
}

.form-shortcut {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
  position: absolute;
  inset: auto 12px auto auto;
}

.dropdown-side-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.icon-wrapper-small {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.navigation-button-group-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: none;
  display: flex;
}

.navigation-dropdown-toggle-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #71716f;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle-2:hover {
  color: #000;
}

.dropdown-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.form-error-message {
  color: #ff443d;
  background-color: #fff7f5;
  border: 1px solid #ffeae6;
  border-radius: 8px;
  padding: 10px 16px;
}

.form-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: absolute;
  inset: auto auto auto 12px;
}

.form-shortcut-icon {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  box-shadow: 0 1px 1px #201f1f12, 0 2px 5px #0003, 0 1px 1px #201f1f0a, 0 2px 1px #201f1f03, 0 3px 2px #201f1f00;
}

.navigation-bar {
  background-color: #f6f5f3;
  padding: 16px 5%;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.form-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navigation-link-2 {
  color: #71716f;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s;
}

.navigation-link-2:hover {
  color: #000;
}

.form-text-field {
  color: #4d4d4c;
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 12px 12px 12px 40px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-text-field:hover {
  border-color: #a5a3a1;
}

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

.navigation-dropdown-list-2 {
  inset: 0%;
}

.navigation-dropdown-list-2.w--open {
  background-color: #0000;
  inset: 72px 0% auto;
  overflow: hidden;
}

.navigation-vertical-divider {
  background-color: #d6d3d1;
  width: 1px;
  height: 24px;
}

.navigation-menu-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  display: grid;
}

.navigation-dropdown-card {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  padding: 12px;
}

.navigation-dropdown-card.w--open {
  background-color: #fff;
  border-radius: 16px;
  padding: 12px;
  inset: 64px auto auto 0%;
}

.navigation-search-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-ghost {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1f1e1e;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-ghost:hover {
  background-color: #f6f5f3;
}

.navigation-menu-2 {
  width: 100%;
}

.dropdown-link-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 16px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.dropdown-link-block:hover {
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.navigation-form-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.dropdown-icon-wrapper {
  background-color: #fff;
  border-radius: 100%;
  padding: 6px;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.subheading-small-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-logo-link-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-logo-link-2.hide-desktop {
  display: none;
}

.h6-heading-4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.row-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-shape-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 106px;
  right: 22px;
}

.slider {
  padding: 96px 5%;
  position: relative;
}

.row-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-shape-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 106px;
  right: 22px;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column {
  flex-flow: column;
  display: flex;
}

.h2-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.content-image-number {
  z-index: 2;
  color: #2b1b5f;
  text-align: center;
  letter-spacing: -.18px;
  background-color: #e1d8fd;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  inset: 8px auto auto 8px;
}

.content-image-number.red {
  color: #5f1b1b;
  background-color: #fdd8d8;
}

.content-image-number.blue {
  color: #1b565f;
  background-color: #d8f8fd;
}

.content-image-wrapper {
  aspect-ratio: 3.08 / 2.44;
  border: 1.5px solid #131315;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px #131315;
}

.overline-3 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-3.text-color-green {
  color: #70d789;
}

.overline-3.text-color-purple {
  color: #8870d7;
}

.overline-3.text-color-blue {
  color: #70c9d7;
}

.row-x-small-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-regular-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-7.text-color-gray-800 {
  color: #55555e;
  font-size: 19px;
}

.action {
  text-align: center;
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-gray-700 {
  color: #76767f;
}

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

._1sec {
  padding: 96px 5%;
  position: relative;
}

.column-large-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.row-x-small-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-regular-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-8.text-color-gray-800 {
  color: #55555e;
}

.icon-regular-5 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.section-regular-3 {
  padding: 96px 5%;
  position: relative;
}

.paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-4.text-color-gray-700 {
  color: #76767f;
}

.button-outline-right-icon {
  grid-column-gap: 8px;
  color: #131315;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 12px 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-outline-right-icon:active {
  background-color: #edecf0;
  border-color: #d8d7df;
}

.icon-x-large-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.container-regular-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-block {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.content-image {
  width: 100%;
  max-width: 560px;
}

.content-title-wrap {
  margin-bottom: 48px;
}

.h2-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
}

.h6-heading-5 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

.icon-regular-6 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-regular-9 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-9.text-color-gray-800 {
  color: #55555e;
}

._2sec {
  padding: 96px 5%;
  position: relative;
}

.content-checklist-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.content-text-wrap {
  width: 100%;
  max-width: 540px;
}

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

.container-large-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.content-feature-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  font-size: 15px;
}

.icon-regular-7 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-regular-10 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

._3sec, ._4sec {
  padding: 96px 5%;
  position: relative;
}

.subheading-bold {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 792px;
  position: relative;
}

.container-regular-3 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #131315;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.header-play-button {
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.highlight-wrap {
  display: inline-block;
  position: relative;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.header-feature-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.h1-heading-6 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 1.2;
}

.avatar-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.header-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.h6-heading-6 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

.header-avatar-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.highlight {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.icon-regular-8 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.avatar-large {
  border: 4px solid #fff;
  border-radius: 100px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  overflow: hidden;
  box-shadow: 0 1px #e4e4e7;
}

.avatar-large.group {
  margin-left: -16px;
}

.paragraph-regular-11 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.header-grid-b {
  grid-column-gap: 52px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  margin-bottom: 140px;
}

._5sec {
  padding: 96px 5%;
  position: relative;
}

.heading-title-wrap {
  width: 100%;
  max-width: 550px;
}

.testimonial-card-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.sub-heading-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

.heading-wrap-small {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-avatar-large {
  border-radius: 100%;
  flex: none;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  overflow: hidden;
}

.testimonial-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.testimonial-divider-small {
  background-color: #e4e4e7;
  width: 100%;
  height: 1px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.testimonial-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2-heading-4 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.margin-bottom-04 {
  margin-bottom: 4px;
}

.testimonial-star {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.testimonial-card-large {
  text-align: center;
  border: 1.5px solid #e4e4e7;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 3px 3px #e4e4e7;
}

.testimonal-review-stars-small {
  grid-column-gap: 4px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.span-badge {
  background-color: #f4f4f5;
  border-radius: 48px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.paragraph-regular-12 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.testimonio {
  padding: 96px 5%;
  position: relative;
}

.h2-heading-5 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.title-center-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-four-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section-regular-4 {
  padding: 96px 5%;
}

.h5-heading {
  color: #000;
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.icon-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.feature-image {
  height: 100%;
}

.countup-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.feature-footer {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-regular-2 {
  max-width: 550px;
}

.paragraph-x-large {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.text-color-red-500 {
  color: #ff443d;
}

.feature-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #d6d3d1;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.features {
  padding: 96px 5%;
}

.cta-feature-wrap {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 288px;
  display: flex;
  position: relative;
}

.paragraph-regular-13 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.paragraph-regular-13.text-gray-400 {
  color: #8f8f8f;
}

.feature-card-outline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 12px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.cta-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.h3-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.cta-card-filled {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5f5;
  border-radius: 12px 12px 24px 24px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h4-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.cta-card-left {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 480px;
  display: flex;
  position: relative;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.label-regular.text-gray-900 {
  color: #000;
}

.title-wrap-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 584px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.grid-three-column-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cta-feature-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.background-pattern {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-primary {
  color: #ff4b0f;
}

.container-regular-4 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-regular-9 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.recursos1 {
  padding: 120px 5% 0;
  position: relative;
}

.recursos1.background-gray {
  background-color: #f5f5f5;
}

.bento-grid-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.bento-card-image {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  position: relative;
}

.bento-grid-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.bento-card {
  background-color: #f6f7f9;
  background-image: linear-gradient(#f6f7f9, #fff0);
  border: 1px solid #edeff3;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bento-card-text-wrapper {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(#f6f7f9, #fff0);
  flex-direction: column;
  padding: 32px;
  display: flex;
  position: relative;
}

.bento-card-dots {
  opacity: .6;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bento-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.h6-heading-7 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

._6sec {
  padding: 96px 5%;
  position: relative;
}

.overline-4 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.wrap-v-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.feature-icon {
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.feature-icon.icon-red {
  color: #e56161;
  background-color: #fceeee;
}

.feature-icon.icon-green {
  color: #86c1a0;
  background-color: #f2f8f5;
}

.feature-icon.icon-yellow {
  color: #e5cb61;
  background-color: #fcf9ee;
}

.feature-icon.icon-blue {
  color: #6173e5;
  background-color: #eeeffc;
  width: 40px;
}

.feature-icon.icon-gray {
  color: #6d767e;
  background-color: #f8f9fa;
}

.feature-icon.icon-orange {
  color: #e59661;
  background-color: #fcf3ee;
}

.feature-card-b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.feature-card-b:hover {
  border-width: .5px;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.grid-three-column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.caption-medium {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.h6-heading-8 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.section-regular-5 {
  padding: 80px 5%;
  position: relative;
}

.icon-regular-10 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.container-large-6 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h2-heading-6 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.funciones {
  padding: 80px 5%;
  position: relative;
}

.faq {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.faq-tabs {
  z-index: 0;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.55fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.sub-heading-large-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-regular-14 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.faq-tab-link-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #666;
  background-color: #0000;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.faq-tab-link-large:hover {
  color: #000;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #00000029;
}

.faq-tab-link-large.w--current {
  background-color: #0000;
}

.faq-list {
  background-color: #0000;
  display: block;
  position: static;
}

.faq-title {
  color: #000;
  white-space: normal;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.horizontal-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.faq-toggle-small {
  z-index: 2;
  width: 100%;
  padding: 8px 0;
}

.faq-icon-wrap {
  color: #8f8f8f;
}

.container-x-small {
  width: 100%;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.faq-title-wrap {
  grid-column-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-tabs-arrow {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: visible;
}

.paragraph-small-5 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.icon-regular-11 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.faq-icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-tab-small {
  width: 100%;
  max-width: 482px;
  position: relative;
  top: -4px;
}

.title-wrap-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.preguntas {
  padding: 120px 5%;
  position: relative;
}

.preguntas.background-gray {
  background-color: #f5f5f5;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  align-items: center;
  display: flex;
}

.paragraph-x-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.footer {
  padding: 80px 3% 64px;
  position: relative;
}

.footer-logo {
  width: 40px;
  height: 40px;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.footer-legal-link {
  color: #6b7280;
  font-size: 12px;
  text-decoration: none;
  transition: color .3s;
}

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

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

.legal-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.social-link {
  color: #9ca3b0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: color .3s;
  display: flex;
}

.social-link:hover {
  color: #030711;
}

.footer-legal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-small-4 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.divider-gray-200 {
  background-color: #e5e7eb;
  width: 100%;
  height: 1px;
}

.footer-link {
  color: #030711;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #913b8b;
}

.dropdown-link-image {
  object-fit: cover;
  height: 100%;
  max-height: 180px;
  overflow: hidden;
}

.button-primary-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-8:hover {
  background-color: #734573;
}

.button-primary-8.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.button-primary-8.icon-right {
  padding-right: 12px;
}

.navigation-menu-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.dropdown-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.dropdown-card-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fafafa;
  border: 1px solid #fafafa;
  flex-flow: column;
  padding: 16px;
  text-decoration: none;
  transition: border .3s, background-color .3s;
  display: flex;
}

.dropdown-card-link:hover {
  background-color: #f2eeee;
  border: 1px solid #e7e0df;
}

.paragraph-small-6 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-6.text-color-gray-500 {
  color: #737373;
}

.row-tiny-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.dropdown-link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  white-space: nowrap;
  align-items: center;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.navigation-button-group-3 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.icon-regular-12 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-outline-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #0a0a0a;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline-3:hover {
  color: #110811;
  background-color: #f0ebf0;
  border-color: #c8b6c8;
}

.button-outline-3.w--current {
  background-color: #fafafa;
}

.button-outline-3.icon-left {
  padding-left: 12px;
}

.subheading-small-3 {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.column-tiny-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.overline-5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline-5.text-color-gray-500 {
  color: #737373;
}

.bold-text, .bold-text-2 {
  font-size: 14px;
}

.bold-text-3 {
  font-weight: 700;
}

.faq-tab {
  margin-top: -8px;
  padding-bottom: 32px;
}

.icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.container-small-2 {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-heading-7 {
  color: #030711;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.faq-dropdown-toggle {
  white-space: normal;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  display: flex;
}

.preguntasfrecuentes {
  padding: 120px 5%;
  position: relative;
}

.faq-dropdown-list {
  background-color: #fff0;
  padding-left: 32px;
  padding-right: 56px;
  display: block;
  position: relative;
}

.faq-item {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h6-heading-9 {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-row-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-row-grid.gray {
  background-color: #f5f5f5;
  border-radius: 8px;
}

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

.pricing-radio {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-regular-15 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.paragraph-regular-15.text-gray-900 {
  color: #000;
}

.h2-heading-8 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.pricing-radio-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.radio-dot {
  background-color: #fff;
  border-radius: 6px;
  flex: none;
  width: 6px;
  height: 6px;
}

.pricing-table {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 536px;
}

.label-small {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
}

.pricing-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px 32px 32px;
  display: flex;
}

.pricing-title.black {
  color: #fff;
  background-color: #000;
  margin-top: -20px;
  padding-top: 44px;
}

.pricing-table-cell {
  justify-content: center;
  align-items: center;
  height: 56px;
  display: flex;
}

.wrap-v-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.pricing-radio-badge {
  color: #141414;
  background-color: #f5f5f5;
  border-radius: 40px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.sub-heading-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.sub-heading-regular.text-white {
  color: #fff;
}

.pricing-title-cell {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  display: flex;
}

.button-secondary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ff4b0f;
  background-image: linear-gradient(#ffffff3d, #0000 50%);
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  box-shadow: 0 0 0 1px #ff4b0f, 0 1px 2px #ff4b0fa3, inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f;
}

.pricing-table-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  padding: 8px;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.pricing-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 584px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-radio-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.pricing-cost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.container-regular-5 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-small-7 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.paragraph-small-7.text-gray-400 {
  color: #8f8f8f;
}

.pricing-radio-deactive {
  z-index: 0;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 0 1px #f0f0f0, 0 1px 2px #e3e3e3;
}

.h5-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.h5-heading-2.text-white {
  color: #fff;
}

.pricing-radio-active {
  z-index: 2;
  background-color: #000;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.pricing-radio-title {
  padding-left: 24px;
}

.recursos {
  padding: 72px 5%;
  position: relative;
}

.container-regular-6 {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-bento-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.content-bento-card {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.content-bento-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.content-bento-image {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.content-bento-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.h6-heading-10 {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

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

.team-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.team-icon {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.team-icon.right {
  margin-left: auto;
}

.footer-socials {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-x-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
}

.team-member {
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: margin-bottom .3s;
  display: flex;
  position: relative;
}

.team-member:hover {
  z-index: 1;
  margin-bottom: 12px;
}

.team-member.team-member-05 {
  margin-left: -32px;
  transform: rotate(10deg);
}

.team-member.team-member-04 {
  margin-left: -32px;
  bottom: 42px;
  transform: rotate(5deg);
}

.team-member.team-member-01 {
  margin-right: -32px;
  transform: rotate(-10deg);
}

.team-member.team-member-02 {
  margin-right: -32px;
  bottom: 42px;
  transform: rotate(-5deg);
}

.team-member.team-member-03 {
  bottom: 72px;
}

.dot-orange {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.footer-social-button {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .3s;
  display: flex;
}

.footer-social-button:hover {
  color: #ff6c0a;
}

.footer-social-button.middle {
  margin-bottom: 24px;
}

.footer-legal-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-team {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.team-image-card {
  background-color: #f9f9fa;
  border: 8px solid #fff;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 46px 13px #6c718000, 0 29px 12px #6c718003, 0 17px 10px #6c71800a, 0 7px 7px #6c718012, 0 2px 4px #6c718014;
}

.team-badges {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: url('../images/Noise--Texture.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.row-x-small-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-contact-link {
  color: #000;
  letter-spacing: -.02em;
  border-bottom: 1px solid #cfd2d6;
  padding-bottom: 8px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .3s;
}

.footer-contact-link:hover {
  border-bottom-color: #ff6c0a;
}

.section-regular-6 {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
}

.paragraph-x-small-3 {
  color: #36393f;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-3.text-color-gray-500 {
  color: #6b7280;
}

.footer-background {
  position: relative;
}

.icon-regular-13 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.team-details {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.footer-top {
  margin-bottom: 52px;
  position: relative;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small-2.column-center {
  justify-content: center;
  align-items: center;
}

.footer-background-overlay {
  background-image: linear-gradient(#fff0, #f3f3f5 49%);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.caption-small-2 {
  font-size: 14px;
  line-height: 20px;
}

.foot {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
}

.paragraph-regular-16 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular-16.text-color-red-501 {
  color: #000;
}

.icon-large-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.header-logo-overlay-right {
  background-image: linear-gradient(267deg, #f6f5f3, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.subheading-x-small-2 {
  color: #22272f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.subheading-x-small-2.text-weight-medium {
  font-size: 30px;
  font-weight: 500;
}

.graphic-badge-arrow {
  color: #10ad2a;
  background-color: #eefcf4;
  border: 1px solid #36c426;
  border-radius: 100%;
  padding: 2px;
}

.heading-card-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: .5px solid #f3f4f6;
  border-radius: 99px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  inset: 8px 32px auto auto;
  transform: rotate(5deg);
}

.section-regular-7 {
  padding: 92px 5%;
  position: relative;
}

.section-regular-7.background-off-white {
  background-color: #f6f5f3;
  padding-top: 59px;
  padding-bottom: 65px;
}

.header-button-group-3 {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-x-small-4 {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 16px;
}

.h1-heading-7 {
  color: #3e376d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

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

.icon-tiny {
  color: #12b91d;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.header-shape-left {
  color: #779acf;
  position: absolute;
  inset: auto auto 108px 0%;
  transform: rotate(-15deg);
}

.header-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 838px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.header-logo-overlay-left {
  background-image: linear-gradient(83deg, #f6f5f3, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.paragraph-small-8 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small-8.text-color-gray-300 {
  color: #95a1b2;
}

.button-primary-9 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #04bd61;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-9:hover {
  background-color: #4e4587;
}

.header-shape-right {
  color: #e57361;
  position: absolute;
  inset: 88px 46px auto auto;
}

.header-logo-group-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 120%;
  display: flex;
}

.heading-card-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: .5px solid #f3f4f6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: -32px auto auto 48px;
  transform: rotate(-5deg);
}

.header-logo-carousel {
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-logo {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-title-center-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 650px;
  margin-bottom: 124px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-color-red-501 {
  color: #e57361;
}

.button-outline-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #3e376d;
  text-align: center;
  background-color: #0000;
  border: 1px solid #acb5c3;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border .3s;
  display: inline-flex;
}

.button-outline-4:hover {
  border-color: #3e376d;
}

.text-block, .text-block-2, .text-block-3, .bold-text-4 {
  font-size: 30px;
}

.section {
  display: block;
  position: static;
}

.image, .image-2, .image-3, .image-4, .image-5 {
  padding-right: 35px;
}

.logos-title-small {
  border: 1px solid #0000;
  margin-top: -69px;
  padding: 0 30px;
  position: relative;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 0;
}

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

.container-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #000;
  background-color: #dff7cc;
}

@media screen and (max-width: 991px) {
  .button-primary {
    display: flex;
  }

  .header-content {
    flex-direction: column;
    display: flex;
  }

  .header-image {
    width: 990px;
  }

  .button-primary-2 {
    display: flex;
  }

  .section-header-large {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .header-image-grid {
    padding-left: 5%;
  }

  .header-block {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: 100%;
    margin-bottom: 64px;
  }

  .header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

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

  .code-background {
    top: -15%;
  }

  .feature-grid-2 {
    grid-template-columns: 1fr;
  }

  .dropdown-links-grid-large {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-wrapper-large {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu {
    background-color: #fff;
    padding: 12px 5%;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .dropdown-row {
    flex-flow: column;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-link {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .dropdown-featured-block {
    min-width: auto;
  }

  .navigation-menu-button {
    color: #000;
    border: 1px solid #d4d4d4;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #4b264b;
  }

  .navigation-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-grid-large {
    grid-template-columns: 1fr;
  }

  .pricing-tabs-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

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

  .button-primary-5 {
    display: flex;
  }

  .header-card {
    margin-bottom: 0;
  }

  .header-grid-large {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .header-features {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-dropdown-content {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .menu-button {
    border-radius: 4px;
    padding: 10px;
  }

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

  .navigation-links-list {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .navigation-content-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .navigation-container-2 {
    justify-content: space-between;
    align-items: center;
  }

  .input-shortcut-embed, .navigation-button-group-2 {
    display: none;
  }

  .navigation-dropdown-toggle-2 {
    padding-left: 0;
  }

  .navigation-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-list-2.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .navigation-vertical-divider {
    display: none;
  }

  .navigation-menu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .navigation-dropdown-card {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .navigation-search-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .navigation-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #d6d3d1;
    padding: 16px 5%;
  }

  .navigation-form-block {
    order: -1;
    max-width: none;
  }

  .navigation-logo-link-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-logo-link-2.hide-tablet {
    display: none;
  }

  .navigation-logo-link-2.hide-desktop {
    display: block;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .content-image {
    max-width: none;
  }

  .button-primary-7 {
    display: flex;
  }

  .header-grid-b {
    grid-template-columns: 1fr;
  }

  .heading-wrap-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-card-wrapper {
    flex-direction: column;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .cta-feature-wrap {
    flex: none;
    width: auto;
    max-width: none;
  }

  .cta-card-filled {
    padding-left: 48px;
    padding-right: 48px;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .cta-feature-badge {
    flex: none;
  }

  .bento-grid-top, .bento-grid-bottom {
    grid-template-columns: 1fr;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .faq-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .faq-title {
    white-space: normal;
  }

  .faq-tabs-menu {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .footer-link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-link {
    flex: none;
    width: auto;
  }

  .navigation-menu-3 {
    background-color: #fff;
    padding: 12px 5%;
  }

  .navigation-menu-3.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .dropdown-column {
    flex-flow: column;
    grid-template-columns: 2fr;
    padding: 16px 0;
    display: flex;
  }

  .navigation-dropdown-3 {
    width: 100%;
  }

  .dropdown-link-2 {
    white-space: normal;
  }

  .navigation-button-group-3 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .preguntasfrecuentes {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .pricing-row-grid {
    width: 1064px;
  }

  .pricing-row-grid.gray.last-item {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .pricing-title.black {
    margin-top: 0;
    padding-top: 24px;
  }

  .button-secondary-2 {
    max-width: 150px;
    display: flex;
  }

  .pricing-table-wrapper {
    overflow: auto;
  }

  .content-bento-right, .content-bento-left {
    grid-template-columns: 1fr 1fr;
  }

  .section-regular-6, .foot {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .heading-card-right {
    right: 0;
  }

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

  .header-button-group-3 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .header-shape-left {
    bottom: 30px;
  }

  .header-shape-right {
    right: -30px;
  }

  .heading-card-left {
    left: 0;
  }

  .container {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .precioi {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section-header-large {
    padding-top: 72px;
  }

  .header-logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .feature-group {
    grid-template-columns: 1fr;
  }

  .h3-heading {
    font-size: 40px;
  }

  .feature-grid, .feature-list-grid {
    grid-template-columns: 1fr;
  }

  .code-background {
    left: -20%;
  }

  .features-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pricing-grid-large {
    grid-template-columns: 1fr;
  }

  .h1-heading-3 {
    font-size: 54px;
    line-height: 62px;
  }

  .pricing-card-wide {
    grid-template-columns: 1fr;
  }

  .section-line {
    background-image: linear-gradient(to right, #e3e3e300, #e3e3e3 50%, #e3e3e300);
  }

  .header-card {
    box-shadow: -10px -10px #f5f5f5, 0 32px 72px -24px #0000000f, 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
  }

  .header-logo-large {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .header-shape-01 {
    top: -40px;
    left: 0;
  }

  .h1-heading-5 {
    font-size: 56px;
  }

  .header-video {
    height: 300px;
  }

  .header-shape-02 {
    top: 124px;
    right: 0;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-accent-01 {
    margin-left: -24px;
    padding-left: 24px;
  }

  .dropdown-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-shape-3 {
    top: 124px;
    right: 0;
  }

  .slider {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-shape-4 {
    top: 124px;
    right: 0;
  }

  .h2-heading {
    font-size: 46px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  ._1sec, .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .h2-heading-2 {
    font-size: 44px;
  }

  ._2sec {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-3 {
    font-size: 44px;
  }

  .content-feature-grid-large {
    grid-template-columns: 1fr;
  }

  ._3sec, ._4sec {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-6 {
    font-size: 48px;
  }

  ._5sec {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-4 {
    font-size: 44px;
  }

  .testimonio {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-5 {
    font-size: 40px;
  }

  .section-regular-4, .features {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-button-wrap {
    display: flex;
  }

  .cta-card-filled {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 64px;
    padding-right: 64px;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .recursos1, ._6sec {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-6 {
    font-size: 44px;
  }

  .funciones {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-tabs-menu {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .faq-tab-small {
    padding-right: 44px;
  }

  .preguntas, .footer {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-legal {
    flex-flow: column;
  }

  .h2-heading-7 {
    font-size: 46px;
    line-height: 54px;
  }

  .preguntasfrecuentes {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .pricing-row-grid {
    width: 930px;
  }

  .button-secondary-2 {
    max-width: 100%;
  }

  .content-bento-right, .content-bento-left {
    grid-template-columns: 1fr;
  }

  .team-member {
    height: 240px;
  }

  .team-member:hover {
    margin-bottom: 0;
  }

  .team-member.team-member-05 {
    margin-left: 0;
    transform: none;
  }

  .team-member.team-member-04 {
    margin-left: 0;
    bottom: 0;
    transform: none;
  }

  .team-member.team-member-01 {
    margin-right: 0;
    transform: none;
  }

  .team-member.team-member-02 {
    margin-right: 0;
    bottom: 0;
    transform: none;
  }

  .team-member.team-member-03 {
    bottom: 0;
  }

  .footer-team {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: static;
  }

  .footer-contact-link {
    font-size: 50px;
  }

  .footer-background {
    margin-bottom: -64px;
  }

  .subheading-x-small-2 {
    margin-right: 8px;
    display: inline;
  }

  .heading-card-right {
    display: none;
  }

  .paragraph-x-small-4 {
    margin-right: 8px;
    display: inline;
  }

  .h1-heading-7 {
    font-size: 48px;
  }

  .header-shape-right, .heading-card-left {
    display: none;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .email-form {
    flex-direction: column;
    align-items: stretch;
  }

  .button-primary {
    width: 100%;
  }

  .h1-heading {
    font-size: 48px;
  }

  .button-primary-2 {
    width: 100%;
  }

  .header-image-grid {
    grid-column-gap: 12px;
  }

  .header-button-group {
    flex-direction: column;
    width: 100%;
  }

  .header-image-block {
    height: 320px;
  }

  .feature-group {
    grid-template-columns: 1fr;
  }

  .button-group-regular {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .process-badge {
    font-size: 16px;
  }

  .feature-circle {
    margin-bottom: 20px;
  }

  .price-large {
    font-size: 36px;
  }

  .feature-card-2 {
    flex-direction: column;
  }

  .code-background {
    display: none;
  }

  .price-medium {
    font-size: 24px;
  }

  .navigation-button-wrapper {
    display: none;
  }

  .dropdown-links-grid-large {
    grid-template-columns: 1fr;
  }

  .navigation-menu {
    border-bottom: 1px solid #e6e6e6;
  }

  .navigation-dropdown-list.w--open {
    white-space: normal;
  }

  .pricing-tab-link {
    min-width: auto;
    font-size: 16px;
  }

  .pricing-card-wide, .pricing-card {
    padding: 24px;
  }

  .button-primary-5 {
    width: 100%;
  }

  .h1-heading-4 {
    font-size: 48px;
  }

  .button-outline-2 {
    flex: none;
    width: 100%;
  }

  .header-logo-wrapper-2 {
    flex-direction: column;
  }

  .h6-heading-3 {
    white-space: pre-wrap;
  }

  .h1-heading-5 {
    font-size: 42px;
  }

  .header-shape-02 {
    top: 148px;
  }

  .header-accent-01 {
    margin-left: -12px;
    padding-left: 12px;
  }

  .navigation-button-group-2, .navigation-vertical-divider {
    display: none;
  }

  .dropdown-link-block {
    padding: 16px 12px;
  }

  .h6-heading-4 {
    white-space: pre-wrap;
  }

  .header-shape-3, .header-shape-4 {
    top: 148px;
  }

  .button-outline-right-icon {
    flex: none;
  }

  .h6-heading-5 {
    white-space: pre-wrap;
  }

  .button-primary-7 {
    width: 100%;
  }

  .h1-heading-6 {
    font-size: 42px;
  }

  .h6-heading-6 {
    white-space: pre-wrap;
  }

  .header-grid-b {
    grid-template-columns: 2fr;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .cta-button-wrap {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-card-filled {
    padding: 48px 24px;
  }

  .faq-tab-link-large {
    justify-content: center;
    width: 100%;
  }

  .footer-link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navigation-menu-3 {
    border-bottom: 1px solid #e6e6e6;
  }

  .faq-dropdown-toggle {
    padding: 16px;
  }

  .faq-dropdown-list {
    padding-left: 16px;
    padding-right: 24px;
  }

  .pricing-row-grid {
    width: 840px;
  }

  .button-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .content-bento-card {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .footer-contact-link {
    font-size: 32px;
  }

  .header-shape-left {
    bottom: 62px;
  }

  .button-primary-9, .button-outline-4 {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-f32bf69e-b486-9799-5920-3646ccdf0616-589f194f, #w-node-f32bf69e-b486-9799-5920-3646ccdf061b-589f194f, #w-node-f32bf69e-b486-9799-5920-3646ccdf0620-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a5cf618-a832-7172-1457-104ae9add853-589f194f {
  justify-self: end;
}

#w-node-_7a5cf618-a832-7172-1457-104ae9add864-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9b80d02d-1f2b-3778-a778-740775b06abd-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9b80d02d-1f2b-3778-a778-740775b06abf-589f194f {
  justify-self: start;
}

#w-node-_9b80d02d-1f2b-3778-a778-740775b06ace-589f194f, #w-node-_9b80d02d-1f2b-3778-a778-740775b06ad2-589f194f, #w-node-_9b80d02d-1f2b-3778-a778-740775b06ad6-589f194f, #w-node-_9b80d02d-1f2b-3778-a778-740775b06ada-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e05f007-1caf-4302-9bec-32717060fdc6-589f194f {
  justify-self: end;
}

#w-node-_6e05f007-1caf-4302-9bec-32717060fdd7-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ad8339c1-661c-6899-9d6f-e0e1b7e9c076-589f194f, #w-node-ad8339c1-661c-6899-9d6f-e0e1b7e9c080-589f194f, #w-node-ad8339c1-661c-6899-9d6f-e0e1b7e9c08a-589f194f, #w-node-ccc3fe7b-4ef1-93d0-2160-843346fa20bf-589f194f, #w-node-ccc3fe7b-4ef1-93d0-2160-843346fa20c6-589f194f, #w-node-ccc3fe7b-4ef1-93d0-2160-843346fa20ce-589f194f, #w-node-ccc3fe7b-4ef1-93d0-2160-843346fa20d5-589f194f, #w-node-a16e345e-045b-6c6d-4622-6c9d35bb52ba-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56b41940-ec08-f8ae-2b7c-757866e46e85-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_56b41940-ec08-f8ae-2b7c-757866e46e9b-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46eaa-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46eb9-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46eca-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ecd-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ecf-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ed1-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ed4-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ed7-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ed9-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46edb-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ede-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ee1-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ee3-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ee5-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ee8-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46eeb-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46eec-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46eee-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ef1-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ef4-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ef5-589f194f, #w-node-_56b41940-ec08-f8ae-2b7c-757866e46ef6-589f194f, #w-node-_278d76d0-081d-fe02-84c1-0d2c1aafdeb3-589f194f, #w-node-_278d76d0-081d-fe02-84c1-0d2c1aafdebd-589f194f, #w-node-_278d76d0-081d-fe02-84c1-0d2c1aafdec7-589f194f, #w-node-_278d76d0-081d-fe02-84c1-0d2c1aafded1-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7a5cf618-a832-7172-1457-104ae9add853-589f194f {
    justify-self: start;
  }

  #w-node-_7a5cf618-a832-7172-1457-104ae9add864-589f194f, #w-node-_9b80d02d-1f2b-3778-a778-740775b06abd-589f194f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e05f007-1caf-4302-9bec-32717060fdc6-589f194f {
    justify-self: start;
  }

  #w-node-_6e05f007-1caf-4302-9bec-32717060fdd7-589f194f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad8339c1-661c-6899-9d6f-e0e1b7e9c08a-589f194f {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a5cf618-a832-7172-1457-104ae9add853-589f194f, #w-node-_9b80d02d-1f2b-3778-a778-740775b06abf-589f194f, #w-node-_6e05f007-1caf-4302-9bec-32717060fdc6-589f194f {
    order: -9999;
  }

  #w-node-ad8339c1-661c-6899-9d6f-e0e1b7e9c08a-589f194f {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a5cf618-a832-7172-1457-104ae9add864-589f194f, #w-node-_9b80d02d-1f2b-3778-a778-740775b06abd-589f194f, #w-node-_6e05f007-1caf-4302-9bec-32717060fdd7-589f194f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
