:root {
  --gray-900: #101828;
  --gray-600: #475467;
  --gray-500: #667085;
  --gray-700: #344054;
  --black: black;
  --white: white;
  --gray-200: #eaecf0;
  --gray-300: #d0d5dd;
  --gray-100: #f2f4f7;
  --gray-50: #f9fafb;
  --gray-400: #98a2b3;
  --gray-800: #1d2939;
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-300: #86efac;
  --green-500: #22c55e;
  --green-700: #15803d;
  --green-900: #14532d;
  --ambar-50: #fffbeb;
  --ambar-100: #fef3c7;
  --ambar-300: #fcd34d;
  --ambar-500: #f59e0b;
  --ambar-700: #b45309;
  --ambar-900: #78350f;
  --red-50: #fef2f2;
  --red-100: #ffe4e6;
  --red-300: #fca5a5;
  --red-500: #ef4444;
  --red-700: #b91c1c;
  --red-900: #7f1d1d;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

body {
  color: var(--gray-900);
  font-family: Onest, sans-serif;
  font-size: 1vw;
  line-height: 2em;
}

h1 {
  letter-spacing: -.02px;
  margin-top: .4em;
  margin-bottom: .2em;
  font-family: Inter, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -.02px;
  margin-top: .5em;
  margin-bottom: .25em;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25em;
}

h3 {
  margin-top: .8em;
  margin-bottom: .4em;
  font-family: Inter, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.25em;
}

h4 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Inter, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.25em;
}

h5 {
  margin-top: .6em;
  margin-bottom: .6em;
  font-family: Inter, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.25em;
}

h6 {
  margin-top: .65em;
  margin-bottom: .65em;
  font-family: Inter, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.25em;
}

p {
  color: var(--gray-600);
  margin-bottom: 1em;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  line-height: 2em;
}

a {
  color: var(--gray-900);
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  text-align: left;
  background-image: url('../images/circle.svg');
  background-position: 0 48%;
  background-repeat: no-repeat;
  background-size: .5em .5em;
  align-items: center;
  min-height: 2.6em;
  padding-left: 1.8em;
  font-size: 1.1em;
  line-height: 2em;
  list-style-type: none;
  display: flex;
}

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

label {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 700;
  display: block;
}

strong {
  font-size: 1em;
  font-weight: 700;
}

em {
  font-size: 1em;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--gray-500);
  margin-bottom: 2em;
  padding: 1em 2em;
  font-size: 1.1em;
  line-height: 2em;
}

.container {
  max-width: 100em;
  padding-left: 5em;
  padding-right: 5em;
  position: static;
}

.ds-nav {
  background-color: #fff;
  border: 0 #000;
  border-right-color: #0000;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.ds-menu-link {
  color: #667085;
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 27px;
  font-size: 16px;
  text-decoration: none;
}

.ds-menu-link:hover {
  background-color: #f7f7f7;
}

.ds-menu-link.w--current {
  color: #101828;
  background-color: #f2f4f7;
  font-weight: 400;
}

.ds-menu {
  background-color: #fff;
  max-height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: auto;
}

.ds-menu-brand {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 14px;
  text-decoration: none;
}

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

.form-text-field {
  border: 1.5px solid #66708580;
  border-radius: 4px;
  height: 3.6em;
  margin-top: .5em;
  margin-bottom: 1em;
  padding: .5em .9em;
}

.form-text-field:hover, .form-text-field:focus {
  border-color: #667085;
}

.accordion-plus-icon {
  width: 1.6em;
}

.margin-bottom {
  margin-bottom: 1vw;
}

.visible-spacer {
  background-color: #667085;
  border-radius: 5px;
  display: inline-block;
}

.color-block {
  background-color: #f9fafb;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.error-100 {
  background-color: #ffe4e6;
}

.color-block.error-50 {
  background-color: #fef2f2;
}

.color-block.secondary-50 {
  background-color: #fefce8;
}

.color-block.primary-500 {
  background-color: #3b82f6;
}

.color-block.neutral-600 {
  background-color: #475467;
}

.color-block.secondary-700 {
  background-color: #a16207;
}

.color-block.neutral-700 {
  background-color: #344054;
}

.color-block.neutral-200 {
  background-color: #eaecf0;
}

.color-block.secondary-100 {
  background-color: #fef9c3;
}

.color-block.error-500 {
  background-color: #ef4444;
}

.color-block.neutral-100 {
  background-color: #f2f4f7;
}

.color-block.base-black {
  background-color: #000;
}

.color-block.success-300 {
  background-color: #86efac;
}

.color-block.error-900 {
  background-color: #7f1d1d;
}

.color-block.success-900 {
  background-color: #14532d;
}

.color-block.error-700 {
  background-color: #b91c1c;
}

.color-block.secondary-900 {
  background-color: #713f12;
}

.color-block.primary-100 {
  background-color: #dbeafe;
}

.color-block.success-500 {
  background-color: #22c55e;
}

.color-block.primary-800 {
  background-color: #1e40af;
}

.color-block.success-100 {
  background-color: #dcfce7;
}

.color-block.primary-700 {
  background-color: #1d4ed8;
}

.color-block.base-white {
  background-color: #fff;
}

.color-block.neutral-300 {
  background-color: #d0d5dd;
}

.color-block.warning-500 {
  background-color: #f59e0b;
}

.color-block.primary-600 {
  background-color: #2563eb;
}

.color-block.success-700 {
  background-color: #15803d;
}

.color-block.secondary-300 {
  background-color: #fde047;
}

.color-block.primary-200 {
  background-color: #bfdbfe;
}

.color-block.primary-900 {
  background-color: #1e3a8a;
}

.color-block.neutral-900 {
  background-color: #101828;
}

.color-block.neutral-800 {
  background-color: #1d2939;
}

.color-block.warning-100 {
  background-color: #fef3c7;
}

.color-block.primary-400 {
  background-color: #60a5fa;
}

.color-block.warning-50 {
  background-color: #fffbeb;
}

.color-block.warning-700 {
  background-color: #b45309;
}

.color-block.primary-300 {
  background-color: #93c5fd;
}

.color-block.neutral-50 {
  background-color: #f9fafb;
}

.color-block.success-50 {
  background-color: #f0fdf4;
}

.color-block.secondary-500 {
  background-color: #eab308;
}

.color-block.warning-300 {
  background-color: #fcd34d;
}

.color-block.neutral-400 {
  background-color: #98a2b3;
}

.color-block.primary-50 {
  background-color: #eff6ff;
}

.color-block.warning-900 {
  background-color: #78350f;
}

.color-block.neutral-500 {
  background-color: #667085;
}

.color-block.error-300 {
  background-color: #fca5a5;
}

.spacer-4em---48px {
  width: 4em;
  height: 4em;
}

.text-md {
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
}

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

.text-md.withe {
  color: #fff;
}

.text-md.withe:hover {
  text-decoration: none;
}

.text-md.semibold {
  font-weight: 600;
}

.text-md.medium {
  font-weight: 500;
}

.ds-section {
  padding: 5em 0;
  font-weight: 400;
}

.ds-section.header {
  color: #101828;
  background-color: #f2f4f7;
  margin-top: 5em;
  padding-left: 5em;
  padding-right: 5em;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1vw;
}

.rich-text li {
  color: var(--gray-600);
  display: block;
}

.accordion-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.accordion-content.w--open {
  background-color: #0000;
}

.overline-small {
  color: var(--gray-600);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 600;
  line-height: 2em;
}

.overline-small.gray-900 {
  color: var(--gray-900);
}

.heading-h6 {
  color: var(--gray-900);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h6.medium {
  font-weight: 500;
}

.heading-h6.bold {
  font-weight: 700;
}

.heading-h6.semibold {
  font-weight: 600;
}

.accordion-title-text {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}

.text-sm {
  color: var(--gray-600);
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 2em;
}

.text-sm.medium {
  font-weight: 500;
}

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

.text-sm.gray-700 {
  color: var(--gray-700);
}

.text-sm.semibold {
  font-weight: 600;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #667085;
  border-radius: 4px;
  flex: none;
  margin-bottom: 0;
  padding: .5em 2.5em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.button:hover {
  background-color: #475467;
  text-decoration: none;
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  background-color: #344054;
}

.button.outline {
  color: #101828;
  background-color: #0000;
  box-shadow: inset 0 0 0 1.5px #66708580;
}

.button.outline:hover {
  background-color: #f9fafb;
  box-shadow: inset 0 0 0 2px #667085;
}

.button.outline:active {
  background-color: #f2f4f7;
}

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

.spacer-6-5em---80px {
  width: 6.5em;
  height: 6.5em;
}

.shadow-02 {
  box-shadow: 0 8px 11.5px -2px #0d0e191a, 0 4px 7.68px -3.84px #0d0e191f;
}

.sg-label {
  color: var(--gray-600);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 2vw;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.contact-form {
  width: 100%;
  margin-bottom: 0;
}

.spacer-0-7em---8px {
  width: .7em;
  height: .7em;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column._4-column {
  width: 33.33%;
}

.column._9-column {
  width: 75%;
}

.heading-h3 {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h3.bold {
  font-weight: 700;
}

.heading-h3.medium {
  font-weight: 500;
}

.heading-h3.semibold {
  font-weight: 600;
}

.error-message {
  color: #7f1d1d;
  background-color: #fef2f2;
  border-radius: 4px;
  margin-top: 20px;
}

.ds-section-header {
  margin-bottom: 4em;
}

.column-styleguide {
  background-color: #667085;
  border-radius: 6px;
  width: 100%;
  height: 40px;
}

.link {
  color: #344054;
  font-weight: 500;
}

.link:hover {
  color: #101828;
}

.ds-title {
  font-weight: 700;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-page {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.ds-border {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  height: 100%;
  padding: 10px;
}

.featured-icon {
  background-color: #f2f4f7;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  padding: 1.2em;
  display: flex;
}

.section {
  padding-top: 7em;
  padding-bottom: 9em;
  position: relative;
}

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

.section.bottom-pading-50 {
  padding-bottom: 4.5em;
}

.section.bottom-pading-66 {
  padding-bottom: 6em;
}

.section.small-top {
  padding-top: 4em;
}

.section.small-top.blog {
  padding-bottom: 4em;
}

.section.small-top-copy {
  padding-top: 5em;
}

.section.blog {
  padding-top: 4em;
}

.heading-h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h2.medium {
  font-weight: 500;
}

.heading-h2.bold {
  font-weight: 700;
}

.heading-h2.margin-bottom {
  margin-bottom: 1vw;
}

.heading-h2.semibold {
  font-weight: 600;
}

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

.heading-h4 {
  color: var(--gray-900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
}

.heading-h4.semibold {
  font-weight: 600;
}

.heading-h4.bold {
  font-weight: 700;
}

.heading-h4.medium {
  font-weight: 500;
}

.spacer-5em---64px {
  width: 5em;
  height: 5em;
}

.spacer-2-5em---32px {
  width: 2.5em;
  height: 2.5em;
}

.shadow-01 {
  box-shadow: 0 1px 2px #0d0e1940, 0 1px 3px 1px #0d0e191a;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.accordion-inner {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  padding: 2.5em 2em;
  display: flex;
}

.ds-box {
  width: 100%;
  height: 60px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.overline {
  color: var(--black);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
}

.overline.gray-900 {
  color: var(--gray-900);
}

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

.badge {
  background-color: #f2f4f7;
  border-radius: 1.1em;
  padding: .2em 1em;
  display: inline-block;
}

.accordion-icon {
  border-bottom: 1px solid #101828;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  margin-bottom: -1px;
  display: flex;
}

.success-message {
  color: #344054;
  background-color: #f2f4f7;
  border-radius: 4px;
}

.accordion-toggle {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #d0d5dd;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.spacer-1-3em---16px {
  width: 1.3em;
  height: 1.3em;
}

.spacer-10em---128px {
  width: 10em;
  height: 10em;
}

.text-lg {
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
}

.text-lg.semibold {
  font-weight: 600;
}

.text-lg.gray-900 {
  color: var(--gray-900);
}

.text-lg.medium {
  font-weight: 500;
}

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

.heading-h5 {
  color: var(--gray-900);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h5.semibold {
  font-weight: 600;
}

.heading-h5.medium {
  font-weight: 500;
}

.heading-h5.bold {
  font-weight: 700;
}

.accordion-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-label-and-field-container {
  width: 100%;
}

.spacer-2em---24px {
  width: 2em;
  height: 2em;
}

.spacer-8em---96px {
  width: 8em;
  height: 8em;
}

.block-quote {
  border-left-color: #667085;
  font-size: 16px;
  line-height: 32px;
}

.text-area {
  border: 1.5px solid #66708580;
  border-radius: 4px;
  height: auto;
  min-height: 8em;
  margin-bottom: 2em;
  padding: .5em .9em;
}

.text-area:hover, .text-area:focus {
  border-color: #667085;
}

.accordion {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h1.medium {
  font-weight: 500;
}

.heading-h1.bold {
  font-weight: 700;
}

.heading-h1.semibold {
  font-weight: 600;
}

.paragraph-400px {
  max-width: 40em;
}

.pexels-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.main {
  flex: 1;
}

.container-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1232px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.changelog-box {
  background-color: #f9fafb;
  border-radius: 8px;
  max-width: 850px;
  padding: 20px;
}

.body-flex {
  flex-direction: column;
  display: flex;
}

.utility-page-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-text {
  color: #101828;
  font-size: 100px;
  line-height: 100px;
}

.utility-page-text-field {
  border-radius: 4px;
}

.utility-page-submit-button {
  background-color: var(--gray-600);
  border-radius: 4px;
}

.feature-icon-svg {
  width: 1.8em;
}

.animation-text-reveal-opacity {
  display: block;
  position: relative;
}

.overlay-animation-text-reveal-opacity {
  background-color: #ffffffb3;
  width: 0%;
  height: 100%;
  margin-right: -2%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-animation-trigger {
  overflow: hidden;
}

.animation-content {
  height: 100%;
  position: relative;
}

.ds-animation-grid {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.animation-image-swipe-reveal-overlay {
  background-color: #fff;
  width: 101%;
  height: 100%;
  margin-left: -1px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.animation-image-swipe-reveal {
  overflow: hidden;
}

.animation-rotate-text-container {
  position: relative;
  overflow: hidden;
}

.animation-rotate-text-two {
  position: absolute;
}

.image-size-container {
  width: 100%;
  height: 35em;
}

.animation-image-zoom-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animation-image-zoom {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.animation-image-swipte {
  width: 100%;
  height: 100%;
}

.triangle-list-item {
  color: #475467;
  background-image: url('../images/triangle-black.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .9em;
  min-height: 14px;
  padding-left: 2.5em;
}

.privecy-policy-contant-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 2em;
  margin-bottom: 4em;
  display: flex;
}

.triangle-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.mobile-menu-close-icon-container {
  padding: 2em 10%;
}

.dropdown-list {
  top: 3em;
}

.dropdown-list.w--open {
  border-radius: .5em;
  top: 4em;
  overflow: hidden;
}

.dropdown-link {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  color: #101828;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: .8em 1.5em;
  display: flex;
}

.dropdown-link.w--current {
  color: #101828;
}

.dropdown-link.bg-gray, .dropdown-link.bg {
  background-color: #f7f9fb;
}

.mobile-menu-fixed-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0808274d;
  position: fixed;
  inset: 0%;
}

.dropdown-links-container {
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: .5em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-link {
  color: #101828;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .5em 1em;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-menu-link.w--current {
  color: #101828;
  font-weight: 400;
}

.nav-menu-link.last {
  padding-right: 0;
}

.mobile-menu {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: 0%;
}

.dropdown {
  padding-top: 1em;
  padding-bottom: 1em;
}

.mobile-menu-main-links-container {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-wrap: wrap;
  place-content: space-between center;
  align-items: center;
  display: flex;
}

.nav-menu-links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.mobile-menu-container {
  z-index: 1001;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-logo-container {
  margin-top: 0;
  padding-left: 0;
}

.green-salad-line-dropdown {
  background-color: var(--black);
  width: 100%;
  height: 1em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dropdown-toggle {
  padding: .5em 3em .5em 1em;
}

.nav-menu-text {
  color: #101828;
  text-transform: none;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
}

.mobile-menu-links {
  z-index: 2;
  padding: 2.5em 9vw 2.5em 8vw;
  position: static;
}

.mobile-menu-social {
  z-index: 0;
  display: block;
  position: relative;
}

.space-nav {
  z-index: -1;
  width: 100%;
  height: 6.75em;
  position: relative;
}

.mobile-nav-line-separator {
  z-index: 1;
  filter: saturate(200%);
  background-color: #ddd;
  height: 1px;
  position: relative;
}

.mobile-menu-close-button {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo {
  width: 13em;
  padding-top: 0;
  display: block;
}

.mobile-menu-link-text {
  color: #101828;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4em;
}

.nav-bar-container {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 1.75em;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.green-salad-line-nav {
  background-color: var(--black);
  width: 100%;
  height: 1em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-menu-mobile {
  cursor: pointer;
  display: none;
}

.mobile-menu-line-decoration {
  background-color: #59a1f2;
  width: 100%;
  height: 1em;
  position: absolute;
  inset: auto 0% 0%;
}

.dropdown-icon {
  margin-right: 1em;
}

.mobile-menu-social-links-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  padding-top: 1.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.mobile-menu-bg {
  z-index: -1;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.nav-bar-container-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.div-block {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #59a1f2;
  border-radius: 500em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: .35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button.white {
  background-color: #fff;
  width: 350px;
  text-decoration: none;
}

.div-block-132 {
  z-index: -1;
  background-color: #fff;
  border-radius: 500em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-132.blue {
  background-color: #182c42;
}

.div-block-132.blue-copy {
  background-color: #58a1f2;
}

.button-text {
  text-transform: uppercase;
  font-family: Onest, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

.button-text.one {
  color: #fff;
  text-align: center;
  width: 100%;
}

.button-text.one.black {
  color: #000;
}

.button-text.one.small {
  font-size: .9em;
}

.button-text.one.new {
  color: #000;
  text-transform: none;
  font-size: 1.4em;
}

.button-text.two {
  z-index: 1;
  color: #000;
  text-align: center;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.button-text.two.white {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.button-text.two.small {
  font-size: .9em;
}

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

.button-text.two.new {
  text-transform: none;
  font-size: 1.4em;
}

.div-block-136 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-136.center {
  text-align: center;
}

.div-block-134 {
  z-index: 0;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 500em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-131 {
  background-color: #fff;
  border-radius: 500em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
}

.div-block-131.black {
  background-color: #182c42;
}

.div-block-131.black-copy {
  background-color: #58a1f2;
}

.div-block-131.small {
  width: 3em;
  height: 3em;
}

.button-icon {
  width: 1.3em;
}

.button-icon.two {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-135 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-137 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #eef2f6;
  border-radius: 1em;
  flex-flow: column;
  padding: 2em;
  display: flex;
}

.main-button-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #59a1f2;
  border-radius: 500em;
  justify-content: flex-start;
  align-items: center;
  padding: .35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-134-copy {
  z-index: 0;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 500em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 2em;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.socail-single-link {
  border: 1px solid #ffffff29;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: all .4s;
  display: flex;
}

.socail-single-link:hover {
  background-color: #ffffff0f;
  border-color: #ffffff0f;
}

.footer-form-title {
  color: #fff;
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
}

.footer-link-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.footer-top-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-bg {
  background-color: #3f3f46;
  width: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.pricing-bg._01 {
  background-color: #59a1f2;
}

.footer-left-wrap {
  width: 30em;
}

.footer-single-title {
  color: #fff;
  text-transform: capitalize;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 150%;
}

.footer-social-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.footer-form-block {
  margin-bottom: 0;
}

.footer-single-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.footer-line {
  background-color: #ffffff29;
  height: 1px;
  margin-top: 5em;
  margin-bottom: 3em;
}

.footer-field-btn-wrap {
  border: 1px solid #ffffff29;
  border-radius: 8px;
  display: flex;
}

.submit-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #59a1f2;
  border-radius: 8px;
  padding: 1em 2em;
  font-size: 1.1em;
  line-height: 150%;
  transition: all .4s;
}

.submit-button:hover {
  color: #000;
  background-color: #f6f6f6;
}

.footer-menu-link {
  color: #ffffffb3;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 142%;
}

.pricing-button {
  text-transform: capitalize;
  background-color: #f4f4f4;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-button._01 {
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 12px;
  margin-top: 15px;
  padding: 20px;
}

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

.footer-all-menu-wrap {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  display: flex;
}

.footer-menu-link-wrap {
  height: 20px;
  overflow: hidden;
}

.footer-copyright-text {
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
}

.social-icon.t {
  width: 14px;
}

.copyright-link {
  color: #fff;
  font-weight: 400;
  line-height: 142%;
  text-decoration: underline;
  transition: color .4s;
}

.copyright-link:hover {
  color: #288654;
}

.pricing-btn-text {
  color: #000;
}

.footer-site-image {
  height: 6em;
}

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

.success-message-2 {
  color: #fff;
  background-color: #288654;
  border-radius: 12px;
  padding: 20px;
  line-height: 150%;
}

.footer-email-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: 1em 0 1em 2em;
  font-size: 1.1em;
}

.footer-email-field:focus {
  color: #fff;
}

.footer-email-field::placeholder {
  color: #ffffffb3;
}

.div-block-138 {
  z-index: -1;
  background-color: #182c42;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-footer {
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}

.section-footer.no-top-padding {
  padding-top: 0;
}

.section-footer.bottom-pading-50 {
  padding-bottom: 4.5em;
}

.section-footer.bottom-pading-66 {
  padding-bottom: 6em;
}

.div-block-139 {
  background-color: #112d44;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.25em;
}

.italic-text {
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.div-block-140 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3em;
  display: flex;
}

.section-2 {
  background-color: #eef2f6;
  position: relative;
}

.image {
  flex: none;
  width: 5em;
  height: 5em;
}

.div-block-141 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.section-title-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1.2em;
}

.image-2 {
  width: 2em;
}

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

.card-title {
  color: var(--gray-900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.1em;
  font-weight: 800;
  line-height: 1.3em;
  text-decoration: none;
}

.card-title.semibold {
  font-weight: 600;
}

.card-title.bold {
  font-weight: 700;
}

.card-title.medium {
  font-weight: 500;
}

.div-block-143 {
  background-color: #cdd5df;
  width: 100%;
  height: 1px;
}

.div-block-144 {
  flex: 1;
  padding-bottom: 1em;
}

.cta-section-blue {
  background-color: #59a1f2;
  position: relative;
}

.section-title-bold-blue {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.25em;
}

.div-block-335 {
  z-index: 0;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-number-absolute-3 {
  pointer-events: none;
  height: 3.8em;
  position: absolute;
  top: 6em;
  left: 0;
}

.image-number-absolute-2 {
  pointer-events: none;
  height: 11.5em;
  position: absolute;
  top: -1.8em;
}

.image-105 {
  display: none;
}

.price-text {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.25em;
}

.image-104 {
  height: 10em;
}

.text-md-2 {
  color: #475467;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
}

.div-block-334 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-number-absolute {
  pointer-events: none;
  height: 12.5em;
  position: absolute;
  top: 5.8em;
  left: 0;
}

.div-block-336 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  padding-top: 5em;
  padding-left: 6em;
  padding-right: 3em;
  display: flex;
}

.image-106 {
  height: 15em;
  position: absolute;
  top: 2em;
}

.cta-footer {
  background-color: #182c42;
  padding-top: 9em;
  padding-bottom: 9em;
  position: relative;
}

.cta-footer.no-top-padding {
  padding-top: 0;
}

.cta-footer.bottom-pading-50 {
  padding-bottom: 4.5em;
}

.cta-footer.bottom-pading-66 {
  padding-bottom: 6em;
}

.section-title-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.25em;
}

.div-block-337 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-338 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
  display: flex;
}

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

.team-hover-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.team-single-title {
  color: #000;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 190%;
}

.team-single-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.team-social-icon {
  z-index: 1;
  width: 1.1em;
  position: relative;
}

.team-single-item-wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.team-social-link {
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-single-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 1em;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.team-single-details {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 150%;
}

.team-single-img-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-image {
  width: 100%;
}

.team-grid-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-social-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.team-bg-image {
  background-color: #59a1f2;
  border-radius: 50%;
  position: absolute;
}

.team-single-right-wrap {
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5em;
  display: flex;
}

.div-block-339 {
  padding-bottom: 3em;
}

.div-block-340 {
  z-index: -1;
  background-color: #eef2f6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-link-tab-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #182c42;
  background-color: #ddd0;
  border-radius: 500em;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #59a1f2;
}

.pricing-plan-check-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-plan-button-container {
  background-color: #eef2f6;
  padding: 2em;
}

.pricing-plan-box {
  border: 1px solid #e9eaeb;
  border-radius: 1em;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.pricing-plan-header {
  background-color: #eef2f6;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2em;
  display: flex;
}

.button-contact-us-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3205be;
  border-radius: 2em;
  flex: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
  transition: background-color .2s, color .2s;
}

.button-contact-us-2:hover {
  color: #fff;
  background-color: #2801a2;
  border-bottom-color: #101828;
  text-decoration: none;
}

.press-card-title {
  color: #101828;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.5em;
}

.pricing-plan-price-contianer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.pricing-plan-check-section {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #eef2f6;
  border: 1px solid #e9eaeb;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  flex-flow: column;
  flex: 1;
  padding: 2em;
  display: flex;
}

.pricing-plan-price-box {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  display: flex;
}

.pricing-plan-check-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 1em;
  display: flex;
}

.text-block-60 {
  font-size: .8em;
}

.overline-pricing-plan {
  color: #000;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 2em;
}

.tabs-menu-copy {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #eef2f6;
  border: 1px solid #e3e3e3;
  border-radius: 500em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding: .2em;
  display: grid;
  overflow: hidden;
}

.business-types-testimonial-text-container {
  color: #475467;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.tabs-content {
  margin-top: 3em;
}

.image-203 {
  width: 1.5em;
  margin-top: 0;
  padding-top: 0;
}

.div-block-371 {
  color: #fff;
  background-color: #76b900;
  border-radius: 50em;
  padding-left: .7em;
  padding-right: .7em;
}

.icon-pricing-plan {
  letter-spacing: 0;
  margin-top: .15em;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.pricing-plan-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-plan-number {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.div-block-372 {
  text-align: left;
}

.div-block-373 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  max-width: 20em;
  display: flex;
}

.ea-logos-rotation {
  max-width: 100em;
  padding-left: 5em;
  padding-right: 5em;
  position: static;
}

.main-section-logos {
  padding-top: 5em;
  padding-bottom: 4em;
  position: relative;
}

.logo-rotation-container-two-2 {
  grid-column-gap: 3em;
  flex: none;
  justify-content: flex-start;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.ea-logos-rotation-animation {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rotate-image-size {
  object-fit: scale-down;
  height: 5em;
}

.text-lg-2 {
  color: #475467;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
}

.ea-logos-text-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

.bg-gray {
  z-index: -2;
  background-color: #eef2f6;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-rotation-container-one-2 {
  grid-column-gap: 3em;
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  padding-right: 2em;
  display: flex;
  position: static;
}

.benefits-v1-single-wrap {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 12px;
  padding: 3em 2em;
}

.benefits-v1-item-wrap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.benefits-icon {
  z-index: 1;
  width: 2em;
  position: relative;
}

.benefits-icon._2 {
  width: 2.4em;
}

.benefits-v1-icon-wrap {
  background-color: #f4f4f4;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefits-v1-bg {
  background-color: #59a1f2;
  border-radius: 500em;
  width: 10em;
  height: 10em;
  position: absolute;
}

.benefits-v1-single-details {
  font-weight: 400;
  line-height: 150%;
}

.benefits-v1-single-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 130%;
}

.benefits-v1-grid-wrap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefits-v1-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefits-v1-image {
  width: 100%;
}

.primary-btn-text-wrap {
  height: 24px;
  overflow: hidden;
}

.about-single-text-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn-bg-wrap {
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-text-wrap._01 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  font-weight: 400;
}

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

.about-v1-button {
  display: flex;
}

.section-sub-title {
  color: #fff;
  text-transform: capitalize;
  background-color: #ffffff0f;
  border-radius: 46px;
  padding: .5em 1.5em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}

.about-single-title {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 122%;
  display: none;
}

.btn-bg-right-wrap {
  background-color: #288654;
  width: 51%;
  height: 100%;
}

.btn-bg-right-wrap._01 {
  background-color: #288654;
  width: 0%;
}

.btn-bg-left-wrap {
  background-color: #288654;
  width: 50%;
  height: 100%;
}

.btn-bg-left-wrap._01 {
  background-color: #288654;
  width: 0%;
}

.primary-btn-icon-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  overflow: hidden;
}

.about-v1-wrapper {
  z-index: 1;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  width: 100%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-single-text {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 130%;
}

.about-single-text.absolute {
  color: #fff;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
}

.about-v1-left-wrap {
  flex: none;
}

.about-v1-right-wrap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.primary-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #3f3f46;
  border-radius: 10px;
  padding: 10px 24px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  overflow: hidden;
}

.primary-button.white {
  color: #000;
  background-color: #fff;
}

.bg-gray-black {
  z-index: -2;
  background-color: #182c42;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-374 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.div-block-375 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-376 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-377 {
  z-index: 0;
  border-radius: 1em;
  width: 100%;
  height: 30em;
  position: relative;
  overflow: hidden;
}

.div-block-378 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2em;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-204 {
  width: 25em;
}

.overline-white {
  color: var(--white);
  letter-spacing: .06em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 2em;
}

.overline-white.gray-900 {
  color: var(--gray-900);
}

.div-block-379 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 73em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
  display: flex;
}

.overline-white-bg {
  color: var(--black);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 500em;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5em 1.5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
}

.overline-white-bg.gray-900 {
  color: var(--gray-900);
}

.section-same-padding {
  padding-top: 9em;
  padding-bottom: 9em;
  position: relative;
}

.section-same-padding.no-top-padding {
  padding-top: 0;
}

.section-same-padding.bottom-pading-50 {
  padding-bottom: 4.5em;
}

.section-same-padding.bottom-pading-66 {
  padding-bottom: 6em;
}

.section-same-padding.small-top {
  padding-top: 8em;
}

.small-title-text-medium {
  color: #101828;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.5em;
}

.accordion-icon-close {
  width: 2em;
  display: none;
}

.fs_accordion-2_item {
  border-bottom: 1px solid #dcdcdc;
}

.fs_accordion-2_body {
  padding: .5em 3em 1.5em 0;
}

.fs_accordion-2_header {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 0;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.text-body {
  color: #475467;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
}

.fs_accordion-2_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.accordion-icon-open {
  width: 2em;
  display: block;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  flex: none;
  transform: rotate(180deg);
}

.div-block-380 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2em;
  display: flex;
}

.div-block-381 {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-home {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-hero-home.no-top-padding {
  padding-top: 0;
}

.section-hero-home.bottom-pading-50 {
  padding-bottom: 4.5em;
}

.section-hero-home.bottom-pading-66 {
  padding-bottom: 6em;
}

.italic-text-copy {
  color: #fe0;
  text-transform: capitalize;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.section-title-white-home-hero {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 6em;
  font-weight: 800;
  line-height: 1.1em;
}

.div-block-382 {
  text-align: center;
  max-width: 80em;
  position: absolute;
}

.spline-scene {
  width: 100%;
  height: 100%;
}

.div-block-383 {
  z-index: 0;
  width: 100%;
  position: relative;
}

.div-block-384 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-385 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-386 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.15em;
}

.text-xl {
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2em;
}

.text-xl.semibold {
  font-weight: 600;
}

.text-xl.gray-900 {
  color: var(--gray-900);
}

.text-xl.medium {
  font-weight: 500;
}

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

.image-205 {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 25em;
}

.text-span {
  font-weight: 800;
}

.about-single-text-black {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.4em;
}

.about-single-text-black.absolute {
  color: #fff;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
}

.section-sub-title-om-white {
  color: #000;
  text-transform: capitalize;
  background-color: #eef2f6;
  border-radius: 46px;
  padding: .5em 1.5em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}

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

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

.empresas-hero-text-contianer {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 65em;
  display: flex;
}

.div-block-388 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3em;
  display: grid;
}

.overline-gray-bg {
  color: var(--black);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #eef2f6;
  border-radius: 500em;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5em 1.5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
}

.overline-gray-bg.gray-900 {
  color: var(--gray-900);
}

.div-block-389 {
  justify-content: center;
  align-items: center;
  padding-bottom: 3em;
  display: flex;
}

.div-block-390 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-391 {
  z-index: 0;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-392 {
  z-index: -1;
  background-color: #eef2f6;
  border-radius: 1em;
  width: 100%;
  position: absolute;
  inset: 3em auto 0% 0%;
}

.image-207 {
  width: 6em;
  height: 6em;
}

.numbers-section {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3em;
  font-weight: 800;
}

.text-md-copy {
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6em;
}

.text-md-copy.bold {
  font-weight: 700;
}

.text-md-copy.withe {
  color: #fff;
}

.text-md-copy.withe:hover {
  text-decoration: none;
}

.text-md-copy.semibold {
  font-weight: 600;
}

.text-md-copy.medium {
  font-weight: 500;
}

.div-block-393 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-208 {
  width: 8em;
  height: 8em;
}

.div-block-394 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 3em 1em 1em;
  display: flex;
}

.text-block-61 {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.5em;
}

.div-block-395 {
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

.div-block-396 {
  text-align: center;
  background-color: #eef2f6;
  border-radius: 1em;
  padding: 2.5em;
}

.section-title-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
}

.div-block-397 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-398 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-209 {
  width: 5em;
  height: 5em;
}

.div-block-396-copy {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  background-color: #eef2f6;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5em;
  display: flex;
}

.div-block-399 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.div-block-141-copy {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.text-lg-white {
  color: var(--white);
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
}

.text-lg-white.semibold {
  font-weight: 600;
}

.text-lg-white.gray-900 {
  color: var(--gray-900);
}

.text-lg-white.medium {
  font-weight: 500;
}

.text-lg-white.bold {
  font-weight: 700;
}

.image-210 {
  border: .25em solid #fff;
  border-radius: 500em;
  width: 6em;
  height: 6em;
}

.div-block-400 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-62 {
  color: var(--white);
  font-size: 1.6em;
  font-weight: 500;
}

.div-block-401 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.div-block-402 {
  border-radius: 1em;
  width: 100%;
  max-width: 80em;
  height: 30em;
  margin-top: 3em;
  overflow: hidden;
}

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

.div-block-403 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-404 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 1em;
  flex-flow: column;
  padding: 1.5em;
  display: flex;
}

.div-block-405 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #eef2f6;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.div-block-406 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-212 {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 25em;
}

.div-block-407 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.div-block-393-copy {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-61-copy {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4em;
}

.image-208-copy {
  width: 6em;
  height: 6em;
}

.div-block-394-copy {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  background-color: #eef2f6;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 3em 1em 1em;
  display: flex;
}

.card-title-small {
  color: var(--gray-900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.5em;
  text-decoration: none;
}

.card-title-small.semibold {
  font-weight: 600;
}

.card-title-small.bold {
  font-weight: 700;
}

.card-title-small.medium {
  font-weight: 500;
}

.card-overline {
  color: var(--black);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
}

.card-overline.gray-900 {
  color: var(--gray-900);
}

.card-overline-copy {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
}

.card-overline-copy.gray-900 {
  color: var(--gray-900);
}

.div-block-408 {
  justify-content: space-between;
  display: flex;
}

.text-span-2 {
  font-weight: 800;
}

.div-block-409 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.testimonial-footer {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-container {
  background-color: #fff;
  border-radius: 1em;
  padding: 2.5em;
}

.testimonial-text {
  color: #475467;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
}

.testimonial-image {
  object-fit: cover;
  width: 4em;
}

.div-block-57 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-22 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.star-rating-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.star-rating {
  width: 1.8em;
}

.blog-post-card-title-copy {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
}

.testimonial-header {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 1.5em;
  display: flex;
  overflow: hidden;
}

.testimonials-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.text-md-3 {
  color: #475467;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
}

.div-block-410 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3.5em;
  display: flex;
}

.image-213 {
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.div-block-411 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-412 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pacientes-hero-image {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.pacientes-hero-text-contianer {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-413 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

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

.div-block-415 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.spline-scene-2 {
  border-radius: 1em;
  width: 100%;
  height: 23em;
  overflow: hidden;
}

.image-214 {
  border-radius: 1em;
}

.div-block-416 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.div-block-417 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-215, .image-216 {
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.text-span-3 {
  background-image: url('../images/dog-s.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 500em;
  width: 2em;
  height: 1.1em;
  margin-bottom: -.15em;
  padding-bottom: 0;
  display: inline-block;
}

.div-block-418 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-419 {
  padding-top: 1em;
}

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

.spline-scene-3 {
  height: 25em;
}

.health-hero-text-contianer {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.resultados-title-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3.5em;
  display: flex;
}

.div-block-402-copy {
  border-radius: 1em;
  width: 100%;
  max-width: 80em;
  height: 30em;
  margin-top: 3em;
  overflow: hidden;
}

.div-block-377-copy {
  z-index: 0;
  border-radius: 1em;
  width: 100%;
  height: 35em;
  position: relative;
  overflow: hidden;
}

.div-block-375-copy {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-button-container {
  background-color: #eef2f6;
  border-radius: 1em;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.div-block-142-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-421 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.link-block {
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 1.5em;
  display: flex;
}

.link-block.white {
  background-color: #f7f9fb;
}

.div-block-136-new {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-422 {
  background-color: #59a1f2;
  border-radius: 500em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
}

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

.div-block-421-copy {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  padding: 1.5em 1.5em 2em;
  display: flex;
}

.arrow-button-text {
  color: #2970ff;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 2em;
}

.image-55 {
  width: 100%;
  height: 100%;
}

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

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

.div-block-227 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-md-4 {
  color: #475467;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
}

.text-md-4.withe {
  color: #fff;
}

.text-md-4.withe:hover {
  text-decoration: none;
}

.image-56 {
  width: 1.2em;
}

.text-lg-copy {
  color: #101828;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4em;
}

.div-block-226 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-225 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  padding: 0;
  display: flex;
}

.div-block-339-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 3em;
  display: flex;
}

.div-block-396-copy-copy {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  background-color: #eef2f6;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5em;
  display: flex;
}

.slider-main-box-2 {
  justify-content: space-between;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.swiper-pagination {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  margin-top: 2em;
  display: flex;
}

.swiper-pagination-bullet {
  cursor: pointer;
  border: 1px solid #58a1f2;
  border-radius: 500em;
  width: 1.3em;
  height: 1.3em;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #58a1f2;
}

.slider-item-2 {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

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

.slider-wrapper-2.new {
  padding-top: 3em;
}

.section-3 {
  padding-bottom: 9em;
  position: relative;
}

.slider-list-2 {
  align-items: center;
  display: flex;
}

.slider-inner-box-2 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.div-block-424 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
  display: flex;
}

.link-2, .link-3 {
  color: var(--white);
  text-decoration: underline;
}

.card-overline-copy-copy {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2em;
}

.card-overline-copy-copy.gray-900 {
  color: var(--gray-900);
}

.div-block-425 {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.nav-menu-text-2 {
  color: #101828;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.green-salad-line-dropdown-2 {
  background-color: #58a1f2;
  width: 100%;
  height: 1em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-single-text-2 {
  color: #ffffff85;
  white-space: nowrap;
  margin-top: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 120%;
}

.about-single-text-2.absolute {
  color: #fff;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
}

.about-v1-right-wrap-2 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.stats-v1-counter-overflow {
  height: 4em;
  overflow: hidden;
}

.stats-v1-all-number {
  display: flex;
}

.number {
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 127%;
}

.spline-scene-4 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-same-padding-spline {
  height: 20em;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-same-padding-spline.no-top-padding {
  padding-top: 0;
}

.section-same-padding-spline.bottom-pading-50 {
  padding-bottom: 4.5em;
}

.section-same-padding-spline.bottom-pading-66 {
  padding-bottom: 6em;
}

.section-same-padding-spline.small-top {
  padding-top: 8em;
}

.page-title-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.15em;
}

.div-block-428 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-100-higth {
  max-width: 100em;
  height: 100%;
  padding-left: 5em;
  padding-right: 5em;
  position: static;
}

.success-message-3 {
  background-color: #fff;
}

.overline-white-2 {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}

.white {
  color: #fff;
  text-decoration: underline;
}

.line-white {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.div-block-429 {
  justify-content: space-between;
  display: flex;
}

.div-block-254 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.image-66 {
  flex: none;
  width: 1.4em;
  margin-top: .4em;
}

.submit-button-2 {
  width: 100%;
  height: 4em;
  color: var(--gray-900);
  background-color: #fff;
  border-radius: .5em;
  padding: 1em;
  font-size: 1em;
  font-weight: 500;
}

.section-title-white-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-3 {
  font-size: 1.1em;
}

.text-field {
  color: #fff;
  background-color: #26394d;
  border: 0 solid #5f5f5f;
  border-radius: .5em;
  height: 4em;
  margin-bottom: 0;
  padding: .5em 1em;
}

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

.text-field.utm {
  display: none;
}

.text-field-copy {
  color: #fff;
  background-color: #26394d;
  border: 0 solid #5f5f5f;
  min-height: 8em;
  margin-bottom: 0;
  padding: .5em 1em;
}

.text-field-copy::placeholder {
  color: #bec4ca;
}

.div-block-252 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.div-block-430 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #182c42;
  border-radius: 1em;
  flex-flow: column;
  width: 100%;
  max-width: 65em;
  margin-top: 4em;
  padding: 2em;
  display: flex;
}

.div-block-253 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-md-white {
  color: #fff;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
}

.field-label {
  color: #fff;
  margin-bottom: 0;
}

.div-block-431 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.div-block-432 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block {
  margin-bottom: 0;
}

.checkbox-label {
  color: var(--white);
  font-size: 1.1em;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 1.5em;
}

.checkbox {
  margin-top: .24em;
  margin-left: -1.5em;
}

.div-block-433 {
  z-index: -2;
  background-color: #112d44;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-baner {
  z-index: 1;
  display: block;
  position: fixed;
  inset: auto 30px 20px auto;
  overflow: hidden;
}

.cookiebanner {
  z-index: 10001;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #000;
  border-radius: .75em;
  flex-direction: row;
  align-items: center;
  padding: 1em 2em;
  display: flex;
}

.c-text {
  color: #fff;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-6 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1em;
  display: flex;
}

.image-4 {
  width: 1em;
}

.div-block-434 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-435 {
  background-color: var(--gray-200);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.bold-text {
  color: var(--black);
}

.div-block-435-copy {
  background-color: var(--gray-200);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.div-block-435-copy.color {
  background-color: var(--gray-300);
}

.div-block-434-copy {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-436 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 2.5em;
  display: flex;
}

.image-217 {
  height: 4.5em;
}

.home-page-hero {
  background-color: #112d44;
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}

.home-page-hero.no-top-padding {
  padding-top: 0;
}

.home-page-hero.bottom-pading-50 {
  padding-bottom: 4.5em;
}

.home-page-hero.bottom-pading-66 {
  padding-bottom: 6em;
}

.home-page-hero.small-top {
  padding-top: 8em;
}

.overline-white-bg-home-page-hero {
  color: var(--black);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 500em;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5em 1.5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
}

.overline-white-bg-home-page-hero.gray-900 {
  color: var(--gray-900);
}

.page-title-home-page-hero {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.9em;
  font-weight: 700;
  line-height: 1.15em;
}

.text-xl-home-page-hero {
  color: var(--white);
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2em;
}

.text-xl-home-page-hero.semibold {
  font-weight: 600;
}

.text-xl-home-page-hero.gray-900 {
  color: var(--gray-900);
}

.text-xl-home-page-hero.medium {
  font-weight: 500;
}

.text-xl-home-page-hero.bold {
  font-weight: 700;
}

.div-block-78 {
  height: 30em;
}

.div-block-68 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-section {
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.main-section.no-bottom-padding-on-landscape-and-down {
  background-color: #112d44;
}

.bg-gray-2 {
  z-index: -2;
  background-color: #f9fafb;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-2 {
  max-width: 100em;
  padding-left: 5em;
  padding-right: 5em;
  position: static;
}

.image-16-copy {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

._50-image-container {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-78-copy {
  height: 30em;
}

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

.image-16 {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-218 {
  display: none;
}

.bloque-1-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.image-203-copy {
  width: 1.5em;
  margin-top: 0;
  padding-top: 0;
}

.business-types-testimonial-text-container-copy {
  color: #000;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5em;
}

.pricing-plan-check-row-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.bloque-2-1, .bloque-3-1, .bloque-4-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.pricing-plan-check-row-1, .pricing-plan-check-row-2, .pricing-plan-check-row-3, .pricing-plan-check-row-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.image-219 {
  width: 1.5em;
}

.local-text {
  color: var(--black);
  text-transform: none;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
}

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

.local-text.withe {
  color: #fff;
}

.local-text.withe:hover {
  text-decoration: none;
}

.local-text.semibold {
  font-weight: 600;
}

.local-text.medium {
  font-weight: 500;
}

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

.locales-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
}

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

.div-block-439 {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.5em;
  display: flex;
}

.dropdown-link-locator {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  color: #101828;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: .8em 1.5em;
  transition: background-color .2s;
  display: flex;
}

.dropdown-link-locator:hover {
  background-color: var(--gray-100);
}

.dropdown-link-locator.w--current {
  color: #101828;
}

.dropdown-link-locator.bg-gray, .dropdown-link-locator.bg {
  background-color: #f7f9fb;
}

.div-block-440 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.locales-list-copy {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  display: flex;
}

.dropdown-link-locator-copy {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  color: #101828;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: .8em 1.5em;
  transition: background-color .2s;
  display: flex;
}

.dropdown-link-locator-copy.w--current {
  color: #101828;
}

.dropdown-link-locator-copy.bg-gray, .dropdown-link-locator-copy.bg {
  background-color: #f7f9fb;
}

.div-block-439-copy {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block-441 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.image-217-copy {
  height: 6em;
}

.bg-logos {
  z-index: -1;
  background-color: #f9fafc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.recaptcha {
  margin-top: .5em;
  margin-bottom: 0;
}

.code-embed {
  width: 100%;
}

.image-16-copy {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.team-single-item-wrap-copy {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

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

.animation-image-swipe-reveal-blog-post-card {
  overflow: hidden;
}

.arrow-button-text-2 {
  color: #475467;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
}

.blog-category-list {
  grid-column-gap: 3.6em;
  grid-row-gap: 3.6em;
  display: flex;
}

.blog-post-card-title {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
}

.page-header-container {
  max-width: 60em;
}

.featured-blog-post-card-info-container {
  justify-content: space-between;
  display: flex;
}

.articles-title-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.section-subtitle {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.25em;
}

.articles-link-container {
  grid-column-gap: 3.6em;
  grid-row-gap: 3.6em;
  justify-content: flex-end;
  display: flex;
}

.animated-arrow-button-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-end;
  padding: 0 10px;
  display: flex;
  overflow: hidden;
}

.blog-card-post-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card-read-time {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000004d;
  border-top-left-radius: .5em;
  padding: 2px 12px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.featured-blog-post-card-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-4 {
  padding-top: 0;
  padding-bottom: 9em;
  position: relative;
}

.blog-card-text-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.overline-2 {
  color: #475467;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}

.overline-2.gray-900 {
  color: #101828;
}

.blog-card-image-link {
  border-radius: .5em;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container-3 {
  max-width: 100em;
  padding-left: 5em;
  padding-right: 5em;
}

.featured-blog-post-tile {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
}

.blog-post-card-text-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.animated-arrow-button-blog-post-card {
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
  transition: letter-spacing .6s cubic-bezier(.165, .84, .44, 1);
}

.animated-arrow-button-blog-post-card:hover {
  letter-spacing: .1em;
}

.featured-blog-post-card-image {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 30em;
}

.button-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  display: flex;
  position: relative;
}

.blog-card-image {
  object-fit: cover;
  width: 100%;
  height: 22em;
}

.blog-cards-list {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.button-arrow-head {
  height: .9em;
  margin-top: -1px;
  margin-right: -2px;
  position: absolute;
}

.featured-blog-post-card-text-container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.section-header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.div-block-443 {
  margin-top: 6em;
}

.div-block-444 {
  padding-top: 3em;
}

.div-block-387-new {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.empresas-hero-text-contianer-new {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55em;
  display: flex;
}

.blog-post-header-text {
  color: #475467;
  text-align: center;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
}

.container-4 {
  max-width: 100em;
  padding-left: 5em;
  padding-right: 5em;
}

.blog-post-heading {
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.3em;
}

.blog-post-header-container {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-main-image {
  object-fit: cover;
  border-radius: .5em;
  width: 100%;
  height: 40em;
}

.blog-post-overline {
  color: #000;
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}

.section-5 {
  padding-top: 0;
  padding-bottom: 9em;
  position: relative;
}

.container-5 {
  max-width: 100em;
  padding-left: 5em;
  padding-right: 5em;
}

.blog-post-body {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}

.animated-arrow-button-blog-post-card-copy {
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
  transition: letter-spacing .6s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.animated-arrow-button-blog-post-card-copy:hover {
  letter-spacing: .1em;
}

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

.text-block-64 {
  text-align: right;
}

.image-220 {
  text-align: left;
}

.main-button-copy-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #59a1f2;
  border-radius: 500em;
  justify-content: flex-start;
  align-items: center;
  padding: .35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fghmfgmfg {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #59a1f2;
  border-radius: 500em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px;
  padding: .35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fghmfgmfg.white {
  background-color: #fff;
  width: 300px;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .testimonial-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .star-rating-container {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .blog-post-card-title-copy {
    font-size: 1.8em;
  }

  .blog-category-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .blog-post-card-title {
    font-size: 1.8em;
  }

  .articles-link-container {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    display: flex;
  }

  .blog-card-post-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .featured-blog-post-card-container {
    grid-template-columns: 2.15fr 1fr;
  }

  .blog-post-card-text-container {
    z-index: 0;
    position: relative;
  }

  .animated-arrow-button-blog-post-card {
    display: none;
  }

  .blog-card-image {
    height: 20em;
  }

  .blog-cards-list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .animated-arrow-button-blog-post-card-copy {
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: .9vw;
  }

  .benefits-v1-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: .8vw;
  }
}

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

  h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 60px;
  }

  h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
  }

  li {
    background-position: 0 48%;
    font-size: 16px;
    line-height: 32px;
  }

  blockquote {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .container {
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .ds-nav {
    width: 100%;
    height: 63px;
  }

  .ds-menu-link {
    border-bottom: 1px #e6e6e6;
    width: 100vw;
    padding: 12px 20px;
    transition: background-color .2s;
  }

  .ds-menu-link:hover {
    background-color: #adadad12;
  }

  .ds-menu {
    color: #fff;
    background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
    position: absolute;
    box-shadow: 1px 1px 3px #d0d5dd;
  }

  .ds-menu-brand {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .menu-button-2.w--open {
    background-color: #3b82f6;
  }

  .form-text-field {
    height: 50px;
    margin-bottom: 10px;
    padding: 8px 12px;
  }

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

  .spacer-4em---48px {
    width: 48px;
    height: 48px;
    display: block;
  }

  .text-md {
    font-size: 16px;
    line-height: 32px;
  }

  .rich-text img {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .overline-small {
    font-size: 12px;
    line-height: 24px;
  }

  .heading-h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .accordion-title-text {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-sm {
    font-size: 14px;
    line-height: 28px;
  }

  .button {
    padding: 8px 32px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
  }

  .button.outline.width-100 {
    padding: 8px 32px;
  }

  .spacer-6-5em---80px {
    width: 80px;
    height: 80px;
  }

  .spacer-0-7em---8px {
    width: 8px;
    height: 8px;
  }

  .column {
    width: 50%;
  }

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

  .featured-icon {
    width: 56px;
    height: 56px;
    padding: 13px;
  }

  .section {
    padding-top: 6em;
    padding-bottom: 8em;
  }

  .section.small-top {
    padding-top: 3em;
  }

  .section.small-top-copy {
    padding-top: 4em;
  }

  .heading-h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-h2.margin-bottom {
    margin-bottom: 10px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

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

  .spacer-5em---64px {
    width: 64px;
    height: 64px;
  }

  .spacer-2-5em---32px {
    width: 32px;
    height: 32px;
  }

  .accordion-inner {
    padding: 32px 24px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .overline {
    font-size: 14px;
    line-height: 28px;
  }

  .badge {
    padding: 2px 10px;
  }

  .accordion-icon {
    width: 50px;
    margin-bottom: -1px;
  }

  .spacer-1-3em---16px {
    width: 16px;
    height: 16px;
  }

  .spacer-10em---128px {
    width: 128px;
    height: 128px;
  }

  .text-lg {
    font-size: 18px;
    line-height: 36px;
  }

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

  .spacer-2em---24px {
    width: 24px;
    height: 24px;
  }

  .spacer-8em---96px {
    width: 96px;
    height: 96px;
  }

  .text-area {
    min-height: 100px;
  }

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

  .paragraph-400px {
    max-width: 400px;
  }

  .pexel-image {
    height: 200px;
  }

  .feature-icon-svg {
    width: 22px;
  }

  .triangle-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-menu-link {
    border-bottom: 1px #e2e2e2;
  }

  .nav-menu-link.last, .nav-menu-links {
    display: none;
  }

  .mobile-menu-container {
    position: fixed;
  }

  .nav-logo-container {
    width: 140px;
  }

  .green-salad-line-dropdown {
    height: 10px;
  }

  .nav-menu-text {
    font-size: 14px;
  }

  .space-nav {
    height: 90px;
  }

  .nav-logo {
    width: 100%;
  }

  .mobile-menu-link-text {
    font-size: 20px;
    line-height: 30px;
  }

  .nav-bar-container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 32px;
  }

  .green-salad-line-nav {
    height: 10px;
  }

  .nav-menu-mobile {
    z-index: 2000;
    margin-right: -1.2em;
    padding: 1.2em;
    display: block;
    position: relative;
  }

  .nav-bar-container-box {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .button-text {
    font-size: 14px;
  }

  .button-text.one.new, .button-text.two.new {
    font-size: 1.3em;
  }

  .div-block-131 {
    width: 3em;
    height: 3em;
  }

  .div-block-137 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-button-copy {
    display: none;
  }

  .footer-form-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .footer-top-wrap {
    flex-flow: row;
    justify-content: space-between;
  }

  .footer-left-wrap {
    width: 25em;
  }

  .footer-single-title {
    font-size: 16px;
  }

  .footer-line {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .footer-right-wrap {
    display: flex;
  }

  .footer-all-menu-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .footer-menu-text {
    font-size: 16px;
  }

  .footer-site-image {
    height: 4.5em;
  }

  .footer-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .section-title {
    font-size: 2.7em;
  }

  .image {
    width: 4em;
    height: 4em;
  }

  .div-block-141 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    text-align: center;
    flex-flow: row;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section-title-bold {
    font-size: 2.7em;
  }

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

  .div-block-144 {
    padding-bottom: .5em;
  }

  .section-title-bold-blue {
    font-size: 2.5em;
    line-height: 1.15em;
  }

  .div-block-335 {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-number-absolute-3, .image-number-absolute-2 {
    display: none;
  }

  .image-105 {
    height: 4em;
    display: block;
  }

  .price-text {
    font-size: 21px;
    line-height: 1.2em;
  }

  .text-md-2 {
    font-size: 16px;
    line-height: 32px;
  }

  .div-block-334 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .image-number-absolute {
    display: none;
  }

  .div-block-336 {
    text-align: center;
    padding-top: 0;
    padding-left: 3em;
  }

  .image-106 {
    height: 10em;
    display: none;
    position: absolute;
    inset: auto;
  }

  .cta-footer {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section-title-white {
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .team-single-item-wrap, .team-single-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-grid-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .tab-link-tab-1 {
    font-size: 1em;
  }

  .pricing-plan-button-container {
    display: flex;
  }

  .pricing-plan-box {
    overflow: hidden;
  }

  .button-contact-us-2 {
    font-size: .9em;
    position: relative;
  }

  .press-card-title {
    font-size: 18px;
    line-height: 26px;
  }

  .overline-pricing-plan {
    font-size: 14px;
    line-height: 28px;
  }

  .business-types-testimonial-text-container {
    font-size: 16px;
    line-height: 28px;
  }

  .icon-pricing-plan {
    margin-top: .3em;
    font-size: 1.3em;
    line-height: 1em;
  }

  .pricing-plan-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .price-plan-number {
    font-size: 3em;
    line-height: 1em;
  }

  .ea-logos-rotation {
    max-width: 1280px;
    padding: 0 32px;
  }

  .main-section-logos {
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .rotate-image-size {
    background-color: #f9fafb;
    height: 3.5em;
  }

  .text-lg-2 {
    font-size: 18px;
    line-height: 36px;
  }

  .ea-logos-text-container {
    padding-bottom: 0;
  }

  .benefits-v1-single-wrap {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 24px;
  }

  .benefits-v1-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    max-width: none;
  }

  .benefits-v1-single-title {
    font-size: 20px;
  }

  .benefits-v1-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .benefits-v1-image {
    max-width: 20em;
  }

  .about-text-wrap {
    margin-top: 25px;
  }

  .section-sub-title {
    font-size: 14px;
  }

  .about-v1-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-single-text {
    font-size: 31px;
  }

  .about-v1-right-wrap {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .div-block-377 {
    height: 100%;
  }

  .image-204 {
    width: 60%;
  }

  .overline-white {
    font-size: 14px;
    line-height: 28px;
  }

  .overline-white-bg {
    font-size: 12px;
    line-height: 1.8em;
  }

  .section-same-padding {
    padding-top: 8em;
    padding-bottom: 8em;
    overflow: hidden;
  }

  .section-same-padding.small-top {
    padding-top: 5em;
  }

  .section-same-padding.robo {
    padding-bottom: 2em;
  }

  .small-title-text-medium {
    font-size: 20px;
    line-height: 28px;
  }

  .accordion-icon-close {
    width: 1.5em;
  }

  .text-body {
    font-size: 18px;
    line-height: 36px;
  }

  .accordion-icon-open {
    width: 1.5em;
  }

  .section-title-white-home-hero {
    font-size: 4em;
  }

  .div-block-382 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .spline-scene {
    height: 70vw;
    max-height: 37em;
  }

  .div-block-385 {
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 4em;
    line-height: 1.15em;
  }

  .text-xl {
    font-size: 18px;
    line-height: 36px;
  }

  .about-single-text-black {
    font-size: 31px;
  }

  .section-sub-title-om-white {
    font-size: 12px;
    line-height: 1.8em;
  }

  .overline-gray-bg {
    font-size: 12px;
    line-height: 28px;
  }

  .div-block-390 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-392 {
    top: 2.5em;
  }

  .image-207 {
    width: 5em;
    height: 5em;
  }

  .text-md-copy {
    font-size: 16px;
    line-height: 32px;
  }

  .div-block-393 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .image-208 {
    width: 6em;
    height: 6em;
  }

  .div-block-394 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    text-align: center;
    flex-flow: column;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 3em;
  }

  .text-block-61 {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .div-block-397 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .div-block-398 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-396-copy {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    padding: 2em;
  }

  .text-lg-white {
    font-size: 18px;
    line-height: 36px;
  }

  .text-block-62 {
    font-size: 1.3em;
  }

  .div-block-394-copy {
    padding-right: 2em;
  }

  .div-block-393-copy {
    grid-template-columns: 1fr;
  }

  .text-block-61-copy {
    font-size: 1.2em;
  }

  .div-block-394-copy {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .card-title-small {
    font-size: 24px;
    line-height: 32px;
  }

  .card-overline, .card-overline-copy {
    font-size: 14px;
    line-height: 28px;
  }

  .div-block-408 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 32px;
  }

  .blog-post-card-title-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonials-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .text-md-3 {
    font-family: Onest, sans-serif;
    font-size: 16px;
    line-height: 32px;
  }

  .pacientes-hero-image {
    object-fit: cover;
    object-position: 50% 0%;
    height: 60vw;
  }

  .spline-scene-2 {
    height: 100%;
  }

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

  .div-block-418 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-420 {
    grid-template-columns: 1fr;
  }

  .spline-scene-3 {
    display: none;
  }

  .health-hero-text-contianer {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .div-block-402-copy {
    height: 50vw;
  }

  .div-block-377-copy {
    height: 100%;
  }

  .div-block-375-copy {
    grid-template-columns: 1fr;
  }

  .multi-button-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-422 {
    width: 3em;
    height: 3em;
  }

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

  .arrow-button-text, .text-md-4 {
    font-size: 16px;
    line-height: 32px;
  }

  .text-lg-copy {
    font-size: 18px;
    line-height: 36px;
  }

  .div-block-226 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-396-copy-copy {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    padding: 2em;
  }

  .card-overline-copy-copy {
    font-size: 14px;
    line-height: 28px;
  }

  .nav-menu-text-2 {
    font-size: 14px;
  }

  .green-salad-line-dropdown-2 {
    height: 10px;
  }

  .about-single-text-2 {
    font-size: 3.1vw;
  }

  .about-v1-right-wrap-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .stats-v1-counter-overflow {
    height: 3.5em;
  }

  .number {
    font-size: 2.5em;
  }

  .section-same-padding-spline {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section-same-padding-spline.small-top {
    padding-top: 5em;
  }

  .page-title-white {
    font-size: 4em;
    line-height: 1.15em;
  }

  .div-block-428 {
    width: 80%;
  }

  .container-100-higth {
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .overline-white-2 {
    font-size: 14px;
    line-height: 28px;
  }

  .submit-button-2 {
    font-size: 14px;
  }

  .section-title-white-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .text-md-white {
    font-size: 16px;
    line-height: 32px;
  }

  .checkbox-label {
    font-size: 16px;
    line-height: 1.8em;
  }

  .cookiebanner {
    padding: .5em 1em .5em 1.5em;
    inset: auto 15px 15px auto;
  }

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

  .div-block-434-copy {
    grid-template-columns: 1fr 1fr;
  }

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

  .home-page-hero {
    padding-top: 8em;
    padding-bottom: 8em;
    overflow: hidden;
  }

  .home-page-hero.small-top {
    padding-top: 5em;
  }

  .overline-white-bg-home-page-hero {
    font-size: 12px;
    line-height: 1.8em;
  }

  .page-title-home-page-hero {
    font-size: 4em;
    line-height: 1.15em;
  }

  .text-xl-home-page-hero {
    font-size: 18px;
    line-height: 36px;
  }

  .div-block-78 {
    height: 0;
    display: none;
  }

  .main-section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .main-section.no-bottom-padding-on-landscape-and-down {
    padding-bottom: 0;
  }

  .image-39 {
    width: 100%;
  }

  .container-2 {
    max-width: 1280px;
    padding: 0 32px;
  }

  ._50-image-container {
    grid-template-columns: 1fr;
  }

  .div-block-78-copy {
    height: 0;
  }

  .div-block-157 {
    z-index: 0;
    height: 75vw;
    display: flex;
    position: relative;
  }

  .image-218 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .business-types-testimonial-text-container-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .local-text {
    font-size: 16px;
    line-height: 32px;
  }

  .div-block-442 {
    z-index: 1;
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .team-single-item-wrap-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .animation-image-swipe-reveal-blog-post-card {
    width: 100%;
    height: 100%;
  }

  .blog-category-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .blog-post-card-title {
    font-size: 24px;
    line-height: 32px;
  }

  .articles-title-container {
    display: flex;
  }

  .section-subtitle {
    font-size: 30px;
    line-height: 38px;
  }

  .articles-link-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .blog-card-post-container {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .featured-blog-post-card-container {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 2fr;
  }

  .overline-2 {
    font-size: 14px;
    line-height: 28px;
  }

  .blog-card-image-link {
    width: 100%;
    height: 100%;
  }

  .container-3 {
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .featured-blog-post-tile {
    font-size: 24px;
    line-height: 32px;
  }

  .featured-blog-post-card-image {
    height: 50vw;
  }

  .blog-card-image {
    height: 100%;
  }

  .div-block-443 {
    margin-top: 4em;
  }

  .blog-post-header-text {
    font-size: 16px;
    line-height: 32px;
  }

  .container-4 {
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .blog-post-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .blog-post-main-image {
    height: 60vw;
  }

  .blog-post-overline {
    font-size: 14px;
    line-height: 28px;
  }

  .container-5 {
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .animated-arrow-button-blog-post-card-copy {
    display: block;
  }

  .main-button-copy-copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .menu-button-2 {
    background-color: #0000;
  }

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

  .ds-section.header {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-h6 {
    line-height: 24px;
  }

  .button.outline {
    cursor: pointer;
    box-shadow: inset 0 0 0 1.5px #66708580;
  }

  .button.outline:hover {
    background-color: #f9fafb;
    box-shadow: inset 0 0 0 2px #667085;
  }

  .button.outline:active {
    background-color: #f2f4f7;
  }

  .column._4-column {
    width: 100%;
  }

  .heading-h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 7em;
  }

  .section.small-top, .section.small-top-copy {
    padding-top: 3em;
  }

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

  .accordion-inner {
    padding-left: 0;
    padding-right: 0;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .heading-h5 {
    line-height: 28px;
  }

  .heading-h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-h1.bold.w--current {
    color: #fff;
  }

  .pexels-images {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-menu-links {
    display: none;
  }

  .mobile-menu-link-text {
    line-height: 28px;
  }

  .nav-menu-mobile {
    cursor: pointer;
    display: block;
  }

  .footer-form-title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .footer-top-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .footer-left-wrap {
    max-width: none;
  }

  .footer-line {
    margin-top: 60px;
    margin-bottom: 25px;
  }

  .error-message-2 {
    padding: 15px;
  }

  .footer-all-menu-wrap {
    flex-flow: row;
  }

  .footer-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image {
    width: 3em;
    height: 3em;
  }

  .div-block-141 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .price-text {
    font-size: 26px;
    line-height: 32px;
  }

  .cta-footer {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .team-single-item-wrap, .team-single-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .team-grid-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .tab-link-tab-1.w--current {
    border-radius: .8em;
  }

  .pricing-plan-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing-plan-price-contianer {
    padding-top: .5em;
  }

  .pricing-plan-price-box {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .tabs-menu-copy {
    border-radius: 1em;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .icon-pricing-plan {
    font-size: 28px;
    line-height: 36px;
  }

  .price-plan-number {
    font-size: 46px;
  }

  .div-block-373 {
    max-width: 25em;
  }

  .main-section-logos {
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .ea-logos-text-container {
    padding-bottom: 0;
  }

  .benefits-v1-wrap {
    margin-top: 40px;
  }

  .benefits-v1-single-wrap {
    padding: 30px 20px;
  }

  .benefits-v1-item-wrap {
    flex-flow: column;
  }

  .benefits-v1-single-title {
    margin-top: 15px;
    font-size: 18px;
  }

  .benefits-v1-image-wrap {
    max-width: none;
  }

  .benefits-v1-image {
    width: 70%;
  }

  .about-text-wrap {
    margin-top: 20px;
  }

  .about-v1-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .about-single-text {
    font-size: 22px;
  }

  .about-v1-right-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-374 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .div-block-375 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .div-block-377 {
    height: 60vw;
  }

  .image-204 {
    width: 45%;
  }

  .section-same-padding {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .section-same-padding.small-top {
    padding-top: 4em;
  }

  .section-same-padding.robo {
    padding-bottom: 2em;
  }

  .spline-scene {
    height: 100vw;
  }

  .page-title {
    font-size: 3em;
  }

  .image-205 {
    height: 50vw;
  }

  .about-single-text-black {
    font-size: 24px;
  }

  .div-block-388 {
    grid-template-columns: 1fr;
  }

  .div-block-389 {
    padding-bottom: 2.5em;
  }

  .div-block-393 {
    grid-template-columns: 1fr;
  }

  .div-block-394 {
    padding: 1.5em;
  }

  .div-block-398 {
    grid-template-columns: 1fr;
  }

  .div-block-400 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .text-block-62 {
    font-size: 1.2em;
  }

  .div-block-403 {
    grid-template-columns: 1fr;
  }

  .div-block-405 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .div-block-406 {
    grid-template-columns: 1fr;
  }

  .image-212 {
    height: 55vw;
  }

  .div-block-407 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .div-block-394-copy {
    padding-right: 1.5em;
  }

  .div-block-393-copy {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .resultados-title-container {
    padding-bottom: 2.5em;
  }

  .div-block-402-copy {
    height: 60vw;
  }

  .div-block-377-copy {
    height: 75vw;
  }

  .div-block-375-copy {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .slider-main-box-2 {
    flex-direction: column;
    align-items: center;
  }

  .slider-item-2 {
    width: 100%;
    padding-right: 0;
  }

  .slider-inner-box-2 {
    padding-top: 0;
  }

  .about-v1-right-wrap-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-same-padding-spline {
    height: 30em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-same-padding-spline.small-top {
    padding-top: 4em;
  }

  .page-title-white {
    font-size: 3em;
  }

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

  .section-title-white-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .cookiebanner {
    justify-content: space-between;
    top: auto;
    left: auto;
    right: 2.5%;
  }

  .div-block-434-copy {
    grid-template-columns: 1fr;
  }

  .div-block-436 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .home-page-hero {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .home-page-hero.small-top {
    padding-top: 4em;
  }

  .page-title-home-page-hero {
    font-size: 3em;
  }

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

  .main-section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .main-section.no-bottom-padding-on-landscape-and-down {
    padding-bottom: 0;
  }

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

  ._50-image-container {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-78-copy {
    display: none;
  }

  .div-block-157 {
    height: 75vw;
    margin-top: 6em;
    display: flex;
  }

  .image-16 {
    width: 100%;
    height: 50%;
    inset: auto auto 0% 0%;
  }

  .image-218 {
    width: 80%;
  }

  .bloque-1-2, .bloque-1-1 {
    display: none;
  }

  .pricing-plan-check-row-copy {
    display: flex;
  }

  .bloque-2-1, .bloque-2-2, .bloque-3-1, .bloque-3-2, .bloque-4-1, .bloque-4-2 {
    display: none;
  }

  .pricing-plan-check-row-1, .pricing-plan-check-row-2, .pricing-plan-check-row-3, .pricing-plan-check-row-4 {
    display: flex;
  }

  .image-16-copy {
    width: 100%;
    height: 50%;
    inset: auto auto 0% 0%;
  }

  .team-single-item-wrap-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .blog-category-list {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    flex-direction: column;
    display: flex;
  }

  .section-subtitle {
    font-size: 28px;
    line-height: 36px;
  }

  .articles-link-container {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    flex-direction: column;
  }

  .blog-card-post-container {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .featured-blog-post-card-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 2fr;
  }

  .overline-2 {
    margin-top: 0;
  }

  .blog-card-image-link {
    height: 60vw;
  }

  .blog-post-card-text-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .featured-blog-post-card-image, .blog-card-image {
    height: 60vw;
  }

  .blog-post-heading {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ds-nav {
    display: block;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .ds-section {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .column {
    margin-bottom: 0;
  }

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

  .section.small-top {
    padding-top: 32px;
  }

  .section.small-top-copy {
    padding-top: 48px;
  }

  .pexels-images {
    grid-template-columns: 1fr 1fr;
  }

  .pexel-image {
    height: 100px;
  }

  ._404-text {
    font-size: 60px;
  }

  .animation-text-reveal-opacity {
    display: block;
  }

  .ds-animation-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-menu-link.w--current {
    background-color: #fff;
  }

  .mobile-menu-main-links-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nav-menu-text {
    font-size: 3.2vw;
  }

  .mobile-menu-links {
    padding-top: 1em;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-bar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-mobile {
    margin-right: -16px;
    display: block;
  }

  .mobile-menu-line-decoration {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .mobile-menu-social-links-container {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .main-button {
    width: 100%;
  }

  .main-button.white {
    width: 300px;
  }

  .button-text.one.new, .button-text.two.new {
    font-size: 1.2em;
  }

  .footer-form {
    width: 100%;
  }

  .footer-form-title {
    margin-top: 20px;
    font-size: 15px;
  }

  .footer-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-left-wrap, .footer-form-block {
    width: 100%;
  }

  .footer-line {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .submit-button {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-all-menu-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-email-field {
    padding-left: 12px;
  }

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

  .section-title {
    font-size: 2.25em;
  }

  .price-text {
    font-size: 22px;
  }

  .div-block-336 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-337 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .team-hover-image {
    max-width: none;
    height: auto;
  }

  .team-single-item-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .team-single-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .team-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-single-right-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .pricing-plan-button-container {
    flex-flow: column;
  }

  .button-contact-us-2 {
    width: 100%;
  }

  .ea-logos-rotation {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-section-logos {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .ea-logos-text-container {
    padding-bottom: 0;
  }

  .benefits-v1-wrap {
    margin-top: 30px;
  }

  .benefits-v1-single-wrap {
    padding: 25px 15px;
  }

  .benefits-v1-item-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .benefits-v1-single-title {
    font-size: 16px;
  }

  .benefits-v1-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .benefits-v1-image {
    width: 70%;
  }

  .about-text-wrap {
    margin-top: 15px;
    display: none;
  }

  .about-text-wrap._01 {
    display: none;
  }

  .about-single-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 150%;
    display: block;
  }

  .about-v1-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-single-text {
    font-size: 22px;
  }

  .about-v1-right-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .section-same-padding {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-same-padding.small-top {
    padding-top: 3em;
  }

  .section-same-padding.robo {
    padding-bottom: 2em;
  }

  .fs_accordion-2_body {
    padding-right: 0;
  }

  .section-title-white-home-hero {
    font-size: 3em;
  }

  .spline-scene {
    height: 120vw;
  }

  .page-title {
    font-size: 2.75em;
  }

  .image-205 {
    height: 60vw;
  }

  .div-block-390, .div-block-393 {
    grid-template-columns: 1fr;
  }

  .div-block-405 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .image-212 {
    height: 75vw;
  }

  .testimonial-container {
    padding-bottom: 1.5em;
  }

  .div-block-57 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-header {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
  }

  .div-block-412 {
    padding-top: .5em;
    padding-bottom: .5em;
  }

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

  .div-block-415 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spline-scene-2 {
    height: 20em;
  }

  .image-214 {
    width: 100%;
  }

  .health-hero-text-contianer {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-402-copy {
    height: 75vw;
  }

  .div-block-377-copy {
    height: 80vw;
  }

  .div-block-422 {
    width: 3em;
    height: 3em;
  }

  .div-block-226 {
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 128px;
  }

  .link-2, .link-3 {
    color: var(--white);
    text-decoration: underline;
  }

  .nav-menu-text-2 {
    font-size: 3.2vw;
  }

  .about-v1-right-wrap-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-427 {
    display: block;
  }

  .section-same-padding-spline {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-same-padding-spline.small-top {
    padding-top: 3em;
  }

  .page-title-white {
    font-size: 2.75em;
  }

  .container-100-higth {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-430 {
    padding: 1.5em;
  }

  .div-block-432 {
    grid-template-columns: 1fr;
  }

  .c-baner {
    left: 16px;
    right: 16px;
  }

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

  .c-text {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .div-block-6 {
    padding: 16px;
  }

  .image-4 {
    width: 16px;
  }

  .div-block-434, .div-block-434-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .home-page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-page-hero.small-top {
    padding-top: 3em;
  }

  .page-title-home-page-hero {
    font-size: 2.75em;
  }

  .main-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .div-block-157 {
    height: 120vw;
    margin-top: 2em;
  }

  .image-218 {
    width: 100%;
  }

  .team-single-item-wrap-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .team-hover-image-copy {
    max-width: none;
  }

  .articles-title-container {
    flex-direction: row-reverse;
  }

  .section-4 {
    padding-bottom: 64px;
  }

  .blog-card-image-link {
    height: 75vw;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .featured-blog-post-card-image, .blog-card-image {
    height: 75vw;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-post-main-image {
    height: 75vw;
  }

  .section-5 {
    padding-bottom: 64px;
  }

  .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fghmfgmfg {
    width: 100%;
  }

  .fghmfgmfg.white {
    width: 300px;
  }
}

#w-node-_02e6574d-f9ea-ba35-fd59-b1f4371f49fc-59cad9b2, #w-node-_9bc175c8-57af-ecde-d1f0-af5b70d2434f-59cad9b4, #w-node-c2081a6f-3b15-d5c2-a017-232d1ce3af68-b412f9a1, #w-node-_9a1aaf5f-7bc8-1cb1-12b0-1eccff1f3968-82669b39, #w-node-fd5c79ea-a432-37ac-5f2f-715904a944a4-82669b39, #w-node-_07314070-27ac-4771-7d77-69745932230c-82669b39, #w-node-_6b6dcf76-5c29-ee74-7d57-efbe3fbf27e5-82669b39, #w-node-f0ff0c31-56f2-ffab-1b40-50b6aa3d97a4-82669b39, #w-node-a83ab765-f4b8-b579-ef6f-1f30dc9991b7-82669b39, #w-node-_071d61df-c9eb-4e56-3688-6806ab6e206d-82669b39, #w-node-_004f5d49-572b-6b82-92c9-19e8e259b996-82669b39, #w-node-d5fb48d8-78cb-ddec-b29f-4b8149ea6b98-82669b39, #w-node-_0b986ef2-4730-1e5e-9f0f-d7bcc8adb7d2-82669b39, #w-node-_381d3e77-e49d-933c-be17-d7c131c1b295-82669b39, #w-node-ebb4d199-51c2-2dfe-e151-bd230e034a6e-82669b39, #w-node-_9a9ee957-e326-6293-4fa6-6b8d4d08f6a1-82669b39, #w-node-_0f127a12-b341-9f1e-d618-6f840488e722-82669b39, #w-node-_05ee9360-c3e6-5b4a-a783-89af4014b1fd-2c961b61, #w-node-_05ee9360-c3e6-5b4a-a783-89af4014b227-2c961b61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_9a1aaf5f-7bc8-1cb1-12b0-1eccff1f3968-82669b39 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


