:root {
  --color: white;
  --green500: #00a88c;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #d6d7d8;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.navbar-link:hover, .navbar-link:active, .navbar-link:focus {
  color: #00a88c;
}

.navbar-link:visited {
  color: #333;
}

.navbar-link.w--current {
  color: #00a88c;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.section-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 837px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #292d32;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-4 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.columns {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.name {
  color: #292d32;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.supporting-text {
  color: #475467;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.heading-2-left {
  grid-row-gap: 16px;
  color: #292d32;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 837px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
  display: flex;
}

.title-section {
  color: #292d32;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.description {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.colums {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bullets_text {
  color: #475467;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.trajectory_section {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding: 96px 32px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.title_section_left {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 837px;
  text-decoration: none;
  display: flex;
}

.title_section-3 {
  color: #292d32;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.description_text_left {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

._3_colums {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card_bullet {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.info-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card_bullet_title {
  color: #292d32;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.bullet_text {
  color: #475467;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.list {
  padding-left: 20px;
}

.hero_section {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 3%;
  max-height: 546px;
  margin-top: 68px;
  padding: 48px 32px 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-2 {
  grid-column-gap: 80px;
  z-index: 1;
  border-bottom: 1px #d6d7d8;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 498px;
  max-height: 498px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #212121;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57px;
  text-decoration: none;
}

.paragraph {
  grid-row-gap: 8px;
  color: #475467;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  height: 225px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.paragraph_alt {
  color: #475467;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.text-5 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  color: #00a88c;
  background-color: #e9faf7;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.button.w--current {
  background-color: #e9faf7;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-6 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.column-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  height: 100%;
  max-height: 498px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 208px 0% auto;
}

.studios_section {
  grid-row-gap: 96px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 96px 24px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.title_section-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 837px;
  text-decoration: none;
  display: flex;
}

.title_section-5 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text_tag {
  color: #00a88c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.title_section-6 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.description_text-2 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.container-4 {
  grid-column-gap: 96px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon_text {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading {
  color: #292d32;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}

.paragraph-2 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.bullets {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

.check-item-text {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 512px;
  text-decoration: none;
  display: flex;
}

.image-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 512px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 512px;
  text-decoration: none;
  display: flex;
}

.colums-2 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 72px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.featured-icon {
  grid-column-gap: 10px;
  background-color: #e9faf7;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.mail {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4px 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.info-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title_20 {
  color: #292d32;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-3 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.studios_section-2 {
  grid-row-gap: 96px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 96px 24px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.title_section_green {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 837px;
  text-decoration: none;
  display: flex;
}

.title_section-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text_accent {
  color: #00a88c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.title_section-9 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.description_text {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.container-6 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon {
  grid-column-gap: 10px;
  background-color: #cafcf4;
  border: 8px solid #e9faf7;
  border-radius: 28px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24.0543px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-2 {
  color: #292d32;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}

.paragraph-4 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.bullets-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 48px;
  padding-left: 8px;
  text-decoration: none;
  display: flex;
}

.check-item-text-2 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.text-wrap-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-5 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 512px;
  display: flex;
}

.colums-3 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 72px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.featured-icon-2 {
  grid-column-gap: 10px;
  background-color: #e9faf7;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.mail-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4px 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.info-5 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title_20-2 {
  color: #292d32;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-5 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.metrics-section {
  grid-row-gap: 64px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 48px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-7 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-3 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-icon {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-2 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.container-8 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-4 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.metric-item {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.number-and-text {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.number {
  color: #00a88c;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  text-decoration: none;
}

.text-7 {
  color: #292d32;
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.metric_section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 96px 24px;
  text-decoration: none;
  display: flex;
}

.title_section {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 837px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.title_section-11 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title_text {
  color: #292d32;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.small-container {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.metrics {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  text-decoration: none;
  display: flex;
}

.metric_card {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 234px;
  text-decoration: none;
  display: flex;
}

.number-2 {
  color: #00a88c;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  text-decoration: none;
}

.text-8 {
  color: #292d32;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.hero-background {
  background-color: #e9faf7;
  width: 38%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.div-block {
  z-index: 1;
}

.div-block-2 {
  background-color: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 6px;
  margin-top: 0;
  padding: 12px;
  box-shadow: 0 34px 68px -12px #005d4d26;
}

.text-block {
  color: #344054;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-2 {
  color: #475467;
  margin-top: 4px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.fact-card {
  background-color: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 34px 68px -12px #005d4d26;
}

.fact-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  object-fit: fill;
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  position: absolute;
  inset: 50% 116px auto auto;
  transform: translateY(-50%);
}

.bold-text {
  font-weight: 600;
}

.studios_section-3 {
  grid-row-gap: 96px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 96px 24px;
  text-decoration: none;
  display: flex;
}

.container-9 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.title_section-13 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 738px;
  text-decoration: none;
  display: flex;
}

.title_section-14 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text_tag-3 {
  color: #00a88c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.title_section-15 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.description_text-4 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.columns-3 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.card-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-4 {
  grid-row-gap: 10px;
  border: 3.5px solid #101828;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #0003;
}

.image-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 365px;
  text-decoration: none;
  display: flex;
}

.info-6 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 48px 24px 24px;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #101828;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}

.description-2 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.metrics_section {
  grid-row-gap: 64px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-10 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-5 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1104px;
  text-decoration: none;
  display: flex;
}

.heading-and-icon-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-2-1 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-3 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.container-11 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-6 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.metric-item-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 212.667px;
  text-decoration: none;
  display: flex;
}

.number-and-text-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.number-3 {
  color: #00a88c;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  text-decoration: none;
}

.text-9 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.text-10 {
  color: #292d32;
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 140px;
  text-decoration: none;
  display: flex;
  overflow: auto;
}

.metric-item-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 212.667px;
  text-decoration: none;
  display: flex;
}

.number-and-text-3 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.map_section {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 96px 24px;
  text-decoration: none;
  display: flex;
}

.container-12 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.title_section-16 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 738px;
  text-decoration: none;
  display: flex;
}

.title_section-17 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text_tag-4 {
  color: #00a88c;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.frame-12 {
  grid-row-gap: 10px;
  background-color: #d9d9d9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.columns-4 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.info-7 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-13 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.info-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.faq_section {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 96px 24px;
  text-decoration: none;
  display: flex;
}

.container-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.accordion_container {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-8 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-4 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-icon-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-4 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.frame-14 {
  grid-row-gap: 0px;
  background-color: #d9d9d9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 629px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.testimonial_section {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 96px 24px 120px;
  text-decoration: none;
  display: flex;
}

.title_section-18 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 738px;
  text-decoration: none;
  display: flex;
}

.text_accent-2 {
  color: #00a88c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.heading-4 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.description_text-5 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.columns-5 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.small-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.testimonial_card {
  grid-row-gap: 32px;
  background-color: #f2fffd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 286px;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon-3 {
  grid-row-gap: 10px;
  background-color: #a1eade;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48px;
  height: 48px;
  padding: 14px 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.6677px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.frame-15 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-9 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-base {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sales-untitledui-com {
  color: #212121;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-5 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.sales-untitledui-com-2 {
  color: #00a88c;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.footer {
  grid-row-gap: 40px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 24px;
  text-decoration: none;
  display: flex;
}

.columns-6 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.column-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  grid-column-gap: 26px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 45.4127px;
  height: 66.528px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.512px;
  height: 93.744px;
  text-decoration: none;
  display: flex;
}

.frame-16 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #292d32;
  letter-spacing: -.04em;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 39.31px;
  text-decoration: none;
}

.text-15 {
  color: #292d32;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.small-columns-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  height: -moz-fit-content;
  height: fit-content;
  text-decoration: none;
  display: flex;
}

.column-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link {
  color: #212121;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-11, .content-12 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.dr-jorge-bosch-0 {
  color: #292d32;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 39.31px;
  text-decoration: none;
}

.video {
  width: 100%;
  height: auto;
}

.video-2 {
  width: 100%;
}

.accordion-content_spacer {
  margin-bottom: 20px;
}

.accordion-icon {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.accordion-item {
  text-align: left;
  border-bottom: 1px solid #000;
}

.accordion-trigger {
  color: #000;
  cursor: pointer;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.accordion-trigger:hover {
  color: #4353ff;
}

.accordion-icon_left {
  transform-origin: 0 0;
  background-color: #000;
  width: 2px;
  height: 15px;
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  transform: rotate(-45deg);
}

.accordion-icon_right {
  transform-origin: 100% 0;
  background-color: #000;
  width: 2px;
  height: 15px;
  display: block;
  position: absolute;
  inset: 0 auto auto 20px;
  transform: rotate(45deg);
}

.accordion-content {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  margin-bottom: 0;
  padding-right: 30px;
}

.displayonly_component {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 300px;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.image-5 {
  overflow: hidden;
}

.image-6 {
  overflow: visible;
}

.accordion-icon-minus {
  display: none;
}

.accordion_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.accordion {
  border: 1px #c2c2c2;
  border-bottom: 1px solid #e4e7ec;
  padding-bottom: 32px;
  display: block;
}

.accordion_header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.accordion_icon-wrapper {
  width: 24px;
  height: 24px;
}

.accordion_panel {
  padding: 8px 48px 0 0;
  display: none;
}

.code-embed {
  display: none;
}

.text-block-3 {
  color: #101828;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-6 {
  color: #475467;
  width: calc(100% - 48px);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}

.bold-text-2 {
  font-weight: 500;
}

.paragraph_bold {
  grid-row-gap: 8px;
  color: #00a88c;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.accordion_last {
  border: 0 solid #000;
  padding-bottom: 32px;
}

.bold-text-3 {
  color: #00a88c;
  font-weight: 500;
}

.h-divider {
  background-color: #d6d7d8;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.v-divider {
  background-color: #c5c5c5;
  width: 1px;
  height: 180px;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.slide {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  margin-right: 24px;
}

.slide.inner-slide {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.mask {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  background-color: #475467d9;
  background-clip: border-box;
  height: auto;
  position: absolute;
  inset: 0%;
}

.container-14 {
  width: 100%;
  max-width: 1200px;
  height: 68px;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #000;
  height: 100%;
  padding: 24px 12px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.nav-link:hover, .nav-link.w--current {
  color: #00a88c;
}

.image-7 {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.navbar-2 {
  background-color: #fff;
  border-bottom: 1px solid #d6d7d8;
  padding-left: 32px;
  padding-right: 32px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-2:hover {
  color: #00a88c;
}

.test_card {
  background-color: #f2fffd;
  width: 286px;
  margin-left: 0;
  padding: 24px;
}

.slider {
  background-color: #fff;
  width: 100%;
  max-width: 1280px;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 32px;
  padding-right: 32px;
}

.slide-2 {
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
}

.slide_1 {
  width: -moz-fit-content;
  width: fit-content;
}

.icon-2, .icon-3 {
  color: #00a88c;
}

.slide-nav {
  margin-top: 0;
  display: block;
  bottom: -60px;
}

.code-embed-2 {
  width: 100%;
}

.cta_button {
  grid-column-gap: 8px;
  background-color: #00a88c;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.cta_button.w--current {
  background-color: #e9faf7;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-_button {
  color: var(--green500);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.left-arrow {
  display: none;
  left: auto;
}

.right-arrow {
  display: none;
}

.hero-paragraph, .hero-intro-paragraph, .video-paragraph, .accordion-paragraph {
  grid-row-gap: 8px;
  color: #475467;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.desktop-mib-button {
  grid-column-gap: 8px;
  color: #00a88c;
  background-color: #e9faf7;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.desktop-mib-button.w--current {
  background-color: #e9faf7;
  padding-top: 16px;
  padding-bottom: 16px;
}

.mobile-mib-button {
  grid-column-gap: 8px;
  color: #00a88c;
  background-color: #e9faf7;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: none;
}

.mobile-mib-button.w--current {
  background-color: #e9faf7;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tooltip {
  z-index: 1;
  display: none;
  position: absolute;
  bottom: 40%;
}

.tooltip-wrp {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.tooltip-content {
  color: #fff;
  background-color: #292d32;
  border-radius: 8px;
  width: 362px;
  max-width: none;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.tooltip-arr {
  background-color: #292d32;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg)translateX(-50%);
}

.mask-2 {
  width: 100%;
}

.slide_last {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 24px;
  margin-right: 24px;
}

.slide_last.inner-slide {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.slide_prelast {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 24px;
  margin-right: 24px;
}

.slide_prelast.inner-slide {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.cta-btn-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.icon-button {
  grid-column-gap: 8px;
  color: #00a88c;
  background-color: #e9faf7;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.icon-button.w--current {
  background-color: #e9faf7;
  padding-top: 16px;
  padding-bottom: 16px;
}

.overlay-zabala {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 512px;
  height: auto;
  padding: 32px 24px 24px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 8px -4px #10182808, 0 20px 24px -4px #10182814;
}

.modal-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-content {
  background-color: #f9fafb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 0;
  display: flex;
}

.modal-close {
  cursor: pointer;
  padding: 8px;
}

.modal-heading-description {
  color: #475467;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.modal-heading-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal-heading-title {
  color: #101828;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.image-8 {
  margin-left: 0;
  margin-right: 0;
}

.overlay-gedyt {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .columns, .colums, ._3_colums {
    flex-direction: column;
    align-items: center;
  }

  .hero_section {
    height: 100%;
    max-height: none;
    margin-top: 60px;
    overflow: visible;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
    height: 100%;
    max-height: none;
    position: relative;
  }

  .column-2 {
    max-height: none;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    position: static;
    bottom: auto;
    right: auto;
  }

  .colums-2, .container-6 {
    flex-direction: column;
    align-items: center;
  }

  .colums-3 {
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: center;
  }

  .hero-background {
    width: 100%;
    height: 40%;
    top: auto;
    left: 0;
  }

  .fact-wrapper {
    right: 0%;
  }

  .columns-3 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .columns-4, .columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .video_card {
    margin-bottom: 64px;
  }

  .columns-6 {
    flex-direction: column;
    align-items: center;
  }

  .column-6 {
    align-items: center;
  }

  .small-columns-2 {
    margin-top: 32px;
  }

  .content-10, .footer-links, .content-11, .content-12 {
    align-items: center;
  }

  .container-14 {
    height: 60px;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    font-family: Inter, sans-serif;
  }

  .nav-link {
    text-align: center;
    height: auto;
  }

  .navbar-2 {
    height: 60px;
    min-height: 60px;
    padding-left: 32px;
    padding-right: 0;
  }

  .slide-nav {
    display: block;
  }

  .close-menu {
    display: none;
  }

  .menubtn {
    background-image: url('../images/burger-menu-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 60px;
    height: 60px;
    padding: 0;
  }

  .menubtn.w--open {
    background-color: #fff;
    background-image: url('../images/menu-close-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 60px;
  }

  .left-arrow, .right-arrow, .icon-button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: relative;
    bottom: auto;
  }

  .colums-3 {
    grid-row-gap: 48px;
  }

  .small-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .metrics {
    flex-direction: column;
    align-items: center;
  }

  .text-8 {
    margin-bottom: 64px;
  }

  .small-columns {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .small-columns-2 {
    margin-top: 32px;
  }

  .displayonly_component {
    padding: 30px;
  }

  .v-divider, .close-menu {
    display: none;
  }

  .menubtn.w--open {
    background-color: #fff;
  }

  .left-arrow, .right-arrow, .desktop-mib-button {
    display: none;
  }

  .mobile-mib-button {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar-menu {
    background-color: #fff;
    height: 100vh;
  }

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

  ._3_colums {
    grid-column-gap: 48px;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph {
    height: 225px;
  }

  .button {
    margin-bottom: 0;
  }

  .studios_section-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .colums-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .title_section-11, .metric_card {
    position: relative;
  }

  .hero-background {
    height: 25%;
  }

  .fact-wrapper {
    display: none;
  }

  .columns-4 {
    grid-column-gap: 48px;
    grid-row-gap: 24px;
  }

  .card-4 {
    grid-row-gap: 0px;
  }

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

  .small-columns {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .testimonial_card, .video_card {
    margin-bottom: 48px;
  }

  .frame-1 {
    flex-flow: column;
  }

  .vectors-wrapper-14 {
    display: none;
  }

  .frame-16 {
    justify-content: center;
    align-items: center;
  }

  .small-columns-2 {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 64px;
  }

  .text-block-3 {
    display: block;
  }

  .slide-nav {
    bottom: -10px;
  }

  .cta_button {
    margin-bottom: 48px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .hero-paragraph, .hero-intro-paragraph, .video-paragraph, .accordion-paragraph {
    height: auto;
  }

  .desktop-mib-button {
    margin-bottom: 64px;
  }

  .mobile-mib-button {
    margin-bottom: 0;
  }

  .tooltip {
    z-index: 1;
    display: none;
    position: absolute;
    top: auto;
    bottom: 50%;
  }

  .tooltip-wrp {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }

  .tooltip-content {
    color: #fff;
    background-color: #292d32;
    border-radius: 8px;
    max-width: 362px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .tooltip-tip {
    outline-offset: 0px;
    perspective-origin: 50% 6px;
    transform-origin: 50% 6px;
    background-color: #292d32;
    border: 1px #000;
    outline: 0 #555;
    width: 12px;
    height: 12px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: rotate(45deg)translateX(-50%);
  }

  .tooltip-arrow {
    opacity: 1;
    outline-offset: 0px;
    transform-origin: 50% 0;
    mix-blend-mode: normal;
    background-color: #292d32;
    border: 0 #292d32;
    outline: 0 #292d32;
    width: 64px;
    height: 64px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .tooltip-arr {
    z-index: -1;
    color: #fff;
    background-color: #292d32;
    border-radius: 2px;
    width: 12px;
    max-width: none;
    height: 12px;
    padding: 0;
    position: absolute;
    top: auto;
    bottom: -9px;
    left: 50%;
    transform: rotate(45deg)translateX(-50%);
  }

  .text-8-wrp {
    height: -moz-fit-content;
    height: fit-content;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .icon-button {
    margin-bottom: 0;
  }

  #w-node-_1632720e-e15b-4934-49cf-1343e2ae0a3a-6de9328f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
