@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialDemibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialThin.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monument Extended;
  src: url('../fonts/MonumentExtended-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --button-border-radius: 14px;
  --black: black;
  --vive-green: #00cc26;
  --vive-blue: #00cbca;
  --cream-white: #eeeee6;
  --softedge-blue: #17428e;
  --transparent: transparent;
  --anchor: 1vw;
  --border-gray: #5c5c5c;
  --paragraph-standard: 1.2em;
  --orange: #ff6d00;
  --paragraph-mid: 1.6em;
  --h2: 3.2em;
  --txtbutton-standard: 1.2em;
  --h3: 2.5em;
  --clear-gray-border: #919191;
  --h4: 1.7em;
  --tag-small: .86em;
  --_apps---typography--heading-font: "Monument Extended", Impact, sans-serif;
  --_apps---typography--body-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_apps---typography--button-font: "Monument Extended", Impact, sans-serif;
  --_apps---sizes--radius: var(--button-border-radius);
  --_apps---colors--background: #fff;
  --_apps---colors--foreground: #0b0b06;
  --_apps---colors--card: #fff;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #f2f2f2;
  --_apps---colors--popover-foreground: #060606;
  --h1: 5.4em;
  --_apps---colors--primary: var(--orange);
  --_apps---colors--primary-foreground: #140b06;
  --_apps---colors--secondary: #ffe7ce;
  --_apps---colors--secondary-foreground: #120b08;
  --_apps---colors--muted: #f8f8f8;
  --_apps---colors--muted-foreground: #7d797a;
  --_apps---colors--accent: #e4e4e4;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d5455f;
  --_apps---colors--border: #ebebeb;
  --_apps---colors--input: #eee;
  --_apps---colors--ring: #ea7e49;
  --_apps---charts--chart-1: #eb5b00;
  --_apps---charts--chart-2: #f5905e;
  --_apps---charts--chart-3: #e13f00;
  --_apps---charts--chart-4: #d05805;
  --_apps---charts--chart-5: #b13300;
  --_apps---sidebar--sidebar: #f8f8f8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--orange);
  --_apps---sidebar--sidebar-primary-foreground: #140b06;
  --_apps---sidebar--sidebar-accent: #e4e4e4;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #ebebeb;
  --_apps---sidebar--sidebar-ring: #ea7e49;
  --_apps---colors--background-dark: var(--black);
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #020202;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #020202;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: var(--orange);
  --_apps---colors--primary-foreground-dark: #140b06;
  --_apps---colors--secondary-dark: #190000;
  --_apps---colors--secondary-foreground-dark: #fff7f3;
  --_apps---colors--muted-dark: var(--black);
  --_apps---colors--muted-foreground-dark: #747474;
  --_apps---colors--accent-dark: #121212;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #ff6d82;
  --_apps---colors--border-dark: #5c5c5c1a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #ea7e49;
  --_apps---charts--chart-1-dark: var(--orange);
  --_apps---charts--chart-2-dark: #ffb17f;
  --_apps---charts--chart-3-dark: #e34100;
  --_apps---charts--chart-4-dark: #ff9b61;
  --_apps---charts--chart-5-dark: #c24400;
  --_apps---sidebar--sidebar-dark: var(--black);
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: var(--orange);
  --_apps---sidebar--sidebar-primary-foreground-dark: #140b06;
  --_apps---sidebar--sidebar-accent-dark: #121212;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #ea7e49;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

img {
  border-radius: var(--button-border-radius);
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.body {
  background-color: var(--black);
  font-family: Mundial, Arial, sans-serif;
  font-weight: 400;
}

.vive-banner {
  z-index: 99999;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-text-wrapper {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-vive {
  border-radius: var(--button-border-radius);
  background-image: linear-gradient(90deg, var(--vive-green), var(--vive-blue));
  color: var(--black);
  letter-spacing: -.5px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 300;
}

.banner-text {
  color: var(--cream-white);
  letter-spacing: -.5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
}

.banner-gradient {
  z-index: 0;
  background-color: var(--softedge-blue);
  filter: blur(120px);
  border-radius: 50%;
  width: 35%;
  height: 150px;
  position: absolute;
  top: 100%;
}

.navbar {
  z-index: 999999;
  background-color: var(--transparent);
  width: 100%;
  font-size: var(--anchor);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-default {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.container-default.fintech {
  padding-right: 0%;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0;
  display: grid;
}

.brand-logo {
  width: 225px;
}

.brand-logo.w--current {
  width: 200px;
}

.nav-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding: 6px;
  display: flex;
}

.nav-link {
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  padding: 8px 12px;
  font-weight: 300;
  line-height: 1.1;
  transition: color .35s;
}

.nav-link:hover {
  color: var(--orange);
}

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

.nav-link.dropdown {
  padding-right: 18px;
  transition: color .35s;
}

.nav-link.dropdown:hover {
  color: var(--orange);
}

.nav-link.dropdown-menu {
  margin-left: 0;
  margin-right: 0;
  padding: 6px;
  font-size: 14px;
}

.btn-nav {
  border-radius: var(--button-border-radius);
  background-color: var(--orange);
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  transition: box-shadow .35s;
}

.btn-nav:hover {
  box-shadow: 0 0 20px #ff6d0073;
}

.section-hero {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.section-hero.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
  margin-top: -10vh;
  padding-top: 12rem;
  display: flex;
}

.section-hero.center.about {
  padding-top: 10rem;
}

.section-hero.contact {
  background-image: url('../images/cta.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 25rem;
  padding-bottom: 0;
  overflow: visible;
}

.section-hero.blog {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: -10vh;
  padding-top: 18rem;
  position: relative;
}

.section-hero.healthcare {
  height: auto;
  margin-top: -10vh;
  padding-top: 15rem;
}

.section-hero.home {
  min-height: 100vh;
  margin-top: -10vh;
  padding-top: 12rem;
}

.section-hero.staff {
  margin-top: -10vh;
  padding-top: 15rem;
}

.hero-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  max-width: 55%;
  display: flex;
}

.subtitle-text {
  color: var(--cream-white);
  font-size: var(--paragraph-mid);
  letter-spacing: -.5px;
  text-transform: uppercase;
  align-self: flex-start;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
}

.subtitle-text.small-sbt {
  color: var(--orange);
  font-size: var(--paragraph-mid);
  font-style: normal;
}

.subtitle-text.small-sbt.center {
  align-self: center;
}

.subtitle-text.small-sbt.color {
  color: var(--cream-white);
}

.subtitle-text.small {
  font-size: 15px;
  font-style: normal;
}

.subtitle-text.small.center {
  align-self: center;
  font-style: normal;
}

.hero-display {
  color: var(--cream-white);
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

.hero-display.center {
  text-align: center;
  line-height: 1.1;
}

.hero-display.staff, .hero-display.blog {
  font-size: 3.5vw;
}

.hero-display.healthcare {
  font-size: 2.4vw;
}

.hero-display.event {
  font-size: 5vw;
  line-height: 1;
}

.hero-display.blog-post {
  color: var(--cream-white);
  padding-left: 23px;
}

.hero-display.case-study {
  font-size: 2.7vw;
}

.hero-gradient {
  z-index: -2;
  background-color: var(--softedge-blue);
  opacity: .8;
  filter: blur(300px);
  pointer-events: none;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0 -36%;
}

.brand-span {
  color: var(--orange);
  font-style: italic;
}

.brand-span.no-italic {
  font-style: normal;
}

.page-wrapper {
  font-size: var(--anchor);
}

.hero-bg {
  z-index: -10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 30%;
}

.hero-bg.full {
  opacity: .5;
  left: auto;
}

.bg-video-hero {
  width: 120%;
  height: 100%;
  position: relative;
}

.bg-video-hero.full {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.bg-video-hero.full.about {
  width: 100%;
}

.main-button-n {
  z-index: 11;
  border-radius: var(--button-border-radius);
  background-color: var(--orange);
  box-shadow: 0 0 0 0 var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-n:hover {
  box-shadow: 0 0 50px #ff6d0091;
}

.main-button-n.blue {
  background-color: var(--softedge-blue);
}

.main-button-n.blue:hover {
  box-shadow: 0 0 50px #17428e91;
}

.main-button-n.transparent {
  background-color: var(--transparent);
}

.main-button-n.center {
  z-index: 11;
  margin-left: auto;
  margin-right: auto;
}

.main-button-n.center.navbar.white {
  box-shadow: none;
  background-color: #ff6d0000;
  border: 1.4px solid #fff;
  border-radius: .8em;
  align-self: stretch;
}

.button-bg {
  z-index: 1;
  border-radius: var(--button-border-radius);
  background-color: var(--orange);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.button-bg.blue {
  background-color: var(--softedge-blue);
}

.button-bg.transparent {
  background-color: #eeeee6;
}

.button-bg.white {
  background-color: #ff6d0000;
}

.button-inside {
  grid-column-gap: .5em;
  color: var(--cream-white);
  font-family: Mundial, Arial, sans-serif;
  font-size: var(--txtbutton-standard);
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem;
  line-height: 1;
  display: flex;
  position: static;
}

.button-inside.small {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.border-gradient {
  width: 100%;
  min-height: 12rem;
  position: absolute;
  transform: rotate(-55deg);
}

.gradient-black {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--transparent), black 95%);
  height: 30%;
  position: absolute;
  inset: auto 0% -1%;
}

.gradient-black.blog {
  background-image: linear-gradient(#0000, #00000075 21%, #000);
  height: 50%;
}

.gradient-black.top {
  background-image: linear-gradient(180deg, black 5%, var(--transparent));
  inset: 0% 0% auto;
}

.gradient-black.top.case-study {
  height: 20%;
}

.section-us {
  flex-flow: column;
  justify-content: center;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-us.values {
  overflow: visible;
}

.center-text-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  max-width: 50rem;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-2 {
  color: var(--cream-white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.display-2.center {
  font-size: var(--h2);
  text-align: center;
}

.display-2.center.fintech, .display-2.center.about {
  font-size: 36px;
}

.display-2.reviews {
  font-size: var(--h2);
}

.display-2.awards {
  font-size: var(--h3);
}

.display-2.security, .display-2.connect {
  font-size: var(--h2);
}

.display-2.why, .display-2.nearshore {
  font-size: 2.7vw;
}

.display-2.talent {
  text-align: center;
  font-size: 42px;
}

.display-2.values {
  font-size: 42px;
}

.display-2.trust-cards {
  letter-spacing: -2px;
  font-family: Mundial, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.display-2.blog-news {
  font-size: 32px;
}

.display-2.blog-news.black {
  color: var(--black);
}

.display-2.healthcare {
  font-size: 36px;
}

.display-2.excellence, .display-2.case-study {
  text-align: center;
  font-size: 42px;
}

.display-2.discover {
  text-align: center;
  font-size: 36px;
}

.display-2.case-study-title {
  font-size: 32px;
}

.paragraph-center {
  max-width: 40rem;
  color: var(--cream-white);
  font-size: var(--paragraph-mid);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  line-height: 1.4;
}

.grid-4-columns {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.service-card {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  background-color: #eeeee61a;
  background-image: linear-gradient(180deg, var(--transparent), #ffffff0d);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  flex-flow: column;
  padding: 36px 24px;
  transition: border-color .35s;
  display: flex;
  box-shadow: 0 2px 11px #0000001f;
}

.service-card:hover {
  border-color: var(--orange);
}

.service-card.fintech {
  background-color: #eeeee61a;
}

.service-card.health {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding: 24px;
}

.icon-wrapper {
  border-radius: var(--button-border-radius);
  justify-content: center;
  align-items: center;
  width: 77px;
  min-width: 77px;
  height: 77px;
  min-height: 77px;
  display: flex;
}

.icon-wrapper.smaller {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
}

.icon-wrapper.health {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
}

.icon-image {
  object-fit: contain;
  height: 64px;
}

.icon-image.health {
  width: 48px;
  height: 48px;
}

.display-3 {
  color: var(--cream-white);
  font-size: var(--paragraph-mid);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

.display-3.name {
  font-size: var(--paragraph-mid);
  text-align: center;
  text-transform: none;
  font-weight: 400;
}

.display-3.why {
  letter-spacing: -.5px;
  text-transform: none;
  font-size: 32px;
}

.display-3.steps {
  letter-spacing: -1px;
  text-transform: none;
  font-size: 24px;
}

.display-3.nearshore-accordion {
  font-size: 1.2vw;
}

.display-3.talent {
  letter-spacing: -.5px;
  text-transform: none;
  font-size: 32px;
}

.display-3.values {
  letter-spacing: -.5px;
  font-size: 18px;
}

.display-3.black {
  color: var(--black);
  letter-spacing: -.5px;
  text-transform: none;
  font-size: 28px;
}

.display-3.fintech {
  color: var(--orange);
}

.display-3.health {
  color: var(--orange);
  font-size: 17px;
}

.display-3.excellence {
  font-size: 18px;
}

.paragraph-card {
  opacity: .75;
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph-card.health {
  font-size: 14px;
}

.bg-center-gradient {
  z-index: -5;
  background-color: var(--softedge-blue);
  opacity: 1;
  filter: blur(150px);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 25vw;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 10% 0% 0%;
}

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

.content-review-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.review-text-content-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.paragraph-review {
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph-review.why {
  max-width: 50rem;
}

.review-card-content {
  width: 100%;
  max-width: 47.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-review {
  z-index: 10;
  background-image: linear-gradient(180deg, black, var(--transparent));
  height: 25%;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient-review.down {
  background-image: linear-gradient(180deg, var(--transparent), black);
  inset: auto 0% 0%;
}

.gradient-review.down.footer, .gradient-review.review {
  z-index: -1;
}

.reviews-card-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  height: 70vh;
  display: flex;
}

.card-content-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.card-review {
  z-index: 9;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: linear-gradient(#eeeee60d, #eeeee60d);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 36px 32px;
  display: flex;
  position: relative;
}

.logo-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 60px;
  display: flex;
}

.paragraph-card-review {
  opacity: .75;
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}

.review-name-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-name {
  color: var(--cream-white);
  font-size: var(--paragraph-mid);
  font-weight: 600;
  line-height: 1.1;
}

.review-position {
  opacity: .6;
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  font-weight: 300;
}

.card-content-right {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.gradient-blue-review {
  z-index: -10;
  aspect-ratio: 1;
  background-color: var(--softedge-blue);
  filter: blur(125px);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gradient-blue-review.financial {
  bottom: -130%;
}

.section-case-study {
  background-color: var(--softedge-blue);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-case-study.hero {
  height: auto;
  margin-top: -10vh;
  padding-top: 15rem;
}

.slider-wrapper {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-case-study {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
}

.mask-slider {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.slide-study {
  width: 100%;
  margin-right: 10vh;
  overflow: visible;
}

.slider-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.slider-content-wrapper.second {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
}

.left-content-block {
  z-index: 10;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  width: 100%;
  max-width: 33%;
  display: flex;
  position: relative;
}

.casestudy-logo {
  width: 325px;
  margin-top: 15px;
}

.casestudy-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.display-case-study {
  color: var(--cream-white);
  font-size: var(--h3);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

.display-case-study.smaller {
  font-size: 32px;
}

.paragraph-casestudy {
  opacity: .75;
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}

.slide-nav {
  inset: auto 0% -10%;
}

.button-case-study {
  align-self: flex-start;
  margin-top: 25px;
}

.btn-case-study {
  border: 1px none var(--cream-white);
  border-radius: var(--button-border-radius);
  background-color: var(--orange);
  background-image: radial-gradient(circle farthest-corner at 50% 150%, #eeeee661, var(--transparent) 58%);
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1;
  transition: box-shadow .35s;
}

.btn-case-study:hover {
  box-shadow: 0 0 20px 0 var(--orange);
}

.btn-case-study.second {
  background-color: var(--softedge-blue);
}

.btn-case-study.smaller {
  align-self: flex-start;
  font-size: 16px;
}

.btn-case-study.smaller.center {
  align-self: center;
}

.case-study-phone {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33%;
  height: 100%;
  display: flex;
}

.case-study-data {
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  display: block;
}

.case-study-data.second {
  max-width: 30%;
}

.grid-case-study {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr 1fr;
}

.case-study-data-wrapper {
  flex-flow: column;
  display: flex;
}

.case-study-data-wrapper.hide {
  display: none;
}

.data-number {
  color: var(--cream-white);
  font-family: Monument Extended, Impact, sans-serif;
  font-size: 42px;
  line-height: 1.1;
}

.data-stat {
  color: var(--cream-white);
  font-size: 16px;
  line-height: 1.1;
}

.tech-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.tech-text {
  color: var(--cream-white);
  font-size: var(--h3);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

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

.tech-used-icon-wrapper {
  border: 1px solid var(--clear-gray-border);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #eeeee614;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
}

.phone-wrapper {
  z-index: 5;
  width: 35vh;
  position: relative;
  overflow: hidden;
}

.phone-wrapper.healthcare {
  width: 28vh;
}

.phone-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.inside-phone-wrapper {
  z-index: 0;
  background-color: var(--cream-white);
  border-radius: 60px;
  position: absolute;
  inset: 1% 3%;
}

.inside-phone-wrapper.heathcare {
  top: .5%;
  left: 2%;
  right: 2%;
}

.gradient-case-study {
  z-index: 0;
  filter: blur(180px);
  background-color: #ffffff26;
  border-radius: 50%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: auto auto -10% -10%;
}

.gradient-case-study.upper {
  inset: -10% -10% auto auto;
}

.section-awards {
  background-image: linear-gradient(#0000001a, #0000001a);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

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

.awards-text-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  max-width: 50%;
  display: flex;
}

.grid-awards {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 40%;
}

.award-card {
  aspect-ratio: 1;
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #eeeee626;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

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

.car-grid-wrapper {
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.car-grid-wrapper.why {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1.25fr 1fr;
}

.car-grid-wrapper.security-home {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.security-sticky {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 8rem;
}

.security-features-card-wrapper {
  z-index: 3;
  position: relative;
}

.security-card {
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  background-color: #eeeee61a;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--softedge-blue), var(--transparent));
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 420px;
  margin-bottom: 8rem;
  padding: 3rem 2.75rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.security-card._1 {
  height: 300px;
}

.security-card._1.security {
  height: 420px;
}

.security-card._2 {
  height: 300px;
}

.security-card._2.security {
  height: 420px;
}

.security-card._3 {
  height: 300px;
}

.security-card._3.security {
  height: 420px;
}

.security-card._4 {
  height: 300px;
}

.security-card._4.security {
  height: 420px;
}

.security-content-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.security-icon-wrapper {
  border-radius: var(--button-border-radius);
  background-color: var(--cream-white);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 96px;
  min-width: 96px;
  height: 96px;
  min-height: 96px;
  display: flex;
}

.security-title {
  color: var(--cream-white);
  font-size: var(--h4);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

.paragraph-security-card {
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  font-weight: 300;
  line-height: 1.4;
}

.section-cta {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.cta-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-wrapper.contact {
  z-index: 10;
  position: relative;
}

.connect-content-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.paragraph-cta {
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  font-weight: 300;
  line-height: 1.4;
}

.contact-buttons-wrapper {
  z-index: 5;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  order: 0;
  display: flex;
}

.contact-card {
  z-index: 10;
  box-sizing: content-box;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid var(--clear-gray-border);
  border-radius: var(--button-border-radius);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #eeeee64a;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  max-width: 0;
  padding: 3rem 1.75rem 1.25rem;
  display: flex;
}

.contact-card.inside {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--transparent);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-style: none;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.avatar-image {
  background-image: url('../images/David-Boucher.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 96px;
  min-width: 96px;
  height: 96px;
  min-height: 96px;
}

.avatar-image.ale {
  background-image: url('../images/a.webp');
  width: 128px;
  min-width: 128px;
  height: 128px;
  min-height: 128px;
}

.avatar-image.pame {
  background-image: url('../images/Pamela-Nogués.webp');
  width: 128px;
  min-width: 128px;
  height: 128px;
  min-height: 128px;
}

.contact-name {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.text-position {
  opacity: .75;
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  text-align: center;
  align-self: center;
  font-weight: 300;
  line-height: 1.1;
}

.btn-contact {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--button-border-radius);
  background-color: var(--orange);
  width: 100%;
  height: 50px;
  color: var(--cream-white);
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.1;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.btn-contact:hover {
  box-shadow: 0 0 17px 0 var(--orange);
}

.btn-contact.other {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  padding-left: .3em;
  padding-right: .3em;
}

.contact-icon {
  border-radius: 0;
  width: 21px;
  height: 21px;
}

.contact-text {
  font-size: var(--txtbutton-standard);
  line-height: 1;
}

.form-content-wrapper {
  border: 1px solid var(--clear-gray-border);
  border-radius: var(--button-border-radius);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #eeeee64a;
  height: 100%;
  padding: 3.5rem 2.5rem;
}

.form-content-wrapper.event {
  padding: 2rem;
}

.form-block {
  width: 100%;
}

.form-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.form-label {
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  font-weight: 400;
  line-height: 1.1;
}

.text-field {
  border: 1px solid var(--clear-gray-border);
  border-radius: var(--button-border-radius);
  min-width: 250px;
  height: 50px;
  min-height: 50px;
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  background-color: #eeeee626;
  padding-left: 18px;
  line-height: 1.1;
}

.text-field::placeholder {
  color: var(--cream-white);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
}

.text-field.text-area {
  height: 150px;
  padding-top: 18px;
}

.text-field.text-area::placeholder {
  color: var(--cream-white);
}

.radio-button-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-wrapper.about-us {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
}

.radio-button-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.radio-button {
  border: 1px solid var(--clear-gray-border);
  background-color: #eeeee626;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  font-size: 20px;
}

.radio-button.w--redirected-checked {
  border-width: 1.5px;
  border-color: var(--orange);
  background-color: var(--cream-white);
}

.radio-label {
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  font-weight: 400;
  line-height: 1.1;
}

.btn-form {
  border-radius: var(--button-border-radius);
  background-color: var(--softedge-blue);
  width: 200px;
  min-height: 50px;
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  line-height: 1.1;
  transition: box-shadow .3s;
}

.btn-form:hover {
  box-shadow: 0 0 14px 0 var(--softedge-blue);
}

.cta-bg {
  z-index: -5;
  opacity: .59;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cta-bg.contact-page {
  top: 4%;
}

.section-footer {
  font-size: var(--anchor);
  padding-top: 180px;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.footer-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

.footer-logo {
  width: 250px;
}

.paragraph-footer {
  max-width: 275px;
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  align-self: flex-start;
  font-weight: 200;
  line-height: 1.1;
}

.footer-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.footer-title {
  color: var(--cream-white);
  font-size: var(--paragraph-mid);
  letter-spacing: -.5px;
  font-weight: 600;
  line-height: 1.1;
}

.footer-link-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  align-self: flex-start;
  font-weight: 300;
  line-height: 1.1;
  text-decoration: none;
  transition: color .35s;
}

.footer-link:hover {
  color: var(--orange);
}

.footer-link.hide {
  display: none;
}

.space-footer {
  background-color: var(--clear-gray-border);
  width: 100%;
  height: 1px;
  margin-top: 75px;
  margin-bottom: 25px;
}

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

.footer-end-text {
  color: var(--cream-white);
  font-size: var(--paragraph-standard);
  font-weight: 300;
  line-height: 1.1;
}

.social-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.social-icon {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.footer-gradient {
  z-index: -5;
  aspect-ratio: 1;
  background-color: var(--softedge-blue);
  filter: blur(125px);
  border-radius: 50%;
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -75%;
}

.center-hero {
  z-index: 10;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.center-paragraph-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-hero {
  color: var(--cream-white);
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-hero.side {
  text-align: left;
}

.center-gradient {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--softedge-blue);
  opacity: 1;
  filter: blur(180px);
  border-radius: 50%;
  width: 40rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.lottie-bg {
  z-index: -5;
  opacity: .45;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.why-card {
  border-radius: var(--button-border-radius);
  flex-flow: column;
  justify-content: flex-end;
  height: 400px;
  margin-bottom: 8rem;
  padding: 5rem 3rem 3rem;
  display: flex;
  position: sticky;
  top: 8rem;
  overflow: hidden;
  box-shadow: 0 0 16px 1px #00000040;
}

.why-image-bg {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.why-card-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.paragraph-why-card {
  color: var(--cream-white);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph-why-card.second {
  font-size: 16px;
}

.gradient-why-card {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--softedge-blue) 10%, #17428e59);
  position: absolute;
  inset: 0%;
}

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

.center-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 65rem;
  max-width: 65rem;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-process {
  max-width: 40rem;
  color: var(--cream-white);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.content-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.steps-process {
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  justify-content: space-between;
  align-items: center;
  min-height: 40vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: var(--softedge-blue);
  border-radius: 50%;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.dot._1 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dot._2, .dot._3, .dot._4, .dot._5, .dot._6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.step-card {
  z-index: 2;
  border-radius: var(--button-border-radius);
  background-color: #eeeee61a;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 450px;
  padding: 6%;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #00000026;
}

.step-card._2 {
  overflow: hidden;
}

.step-card._1 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-style: none;
  overflow: hidden;
  box-shadow: 0 0 20px #0000004d;
}

.step-card._3, .step-card._4 {
  overflow: hidden;
}

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

.paragraph-steps {
  color: var(--cream-white);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.scroll-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 50%;
}

.scroll-animate {
  background-color: var(--softedge-blue);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
}

.scroll-animate._1 {
  z-index: 1;
  transform-origin: 50%;
  height: 50%;
}

.scroll-animate._2, .scroll-animate._3, .scroll-animate._4, .scroll-animate._5 {
  z-index: 1;
}

.scroll-base {
  background-color: var(--cream-white);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
}

.animate-star {
  background-image: linear-gradient(180deg, var(--softedge-blue), var(--cream-white));
  width: 6px;
  height: 20%;
  box-shadow: 0 8px 20px 0 var(--softedge-blue);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-step-dot {
  z-index: -10;
  background-color: var(--softedge-blue);
  opacity: .5;
  filter: blur(10px);
  border-radius: 50%;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin: auto;
  position: absolute;
  inset: 0% auto;
}

.gradient-step-dot._1 {
  opacity: .5;
}

.star-dot {
  background-color: var(--cream-white);
  filter: blur(5px);
  border-radius: 50%;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.left-hero-content {
  z-index: 10;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: 55%;
  display: flex;
  position: relative;
}

.paragraph-staff-hero {
  max-width: 90%;
  color: var(--cream-white);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.staff-hero-bg {
  z-index: -2;
  width: 100%;
  margin-left: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.staff-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  padding-top: 100px;
  position: absolute;
  inset: 0% -24% 0% 0%;
}

.section-nearshore {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.side-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 75px;
  display: flex;
}

.title-side-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  max-width: 48%;
  display: flex;
}

.side-paragraph-wrapper {
  width: 100%;
  max-width: 30%;
}

.paragraph-nearshore {
  color: var(--cream-white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.nearshore-content-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: space-between;
  display: flex;
}

.accordion-side-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.accordion-side-wrapper.excellence {
  max-width: 45%;
}

.accordion-wrapper {
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  background-color: #eeeee60f;
  flex-flow: column;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.accordion-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 16px 20px;
  display: flex;
}

.accordion-title.excellence {
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 24px;
  display: flex;
}

.accordion-answer {
  display: block;
  overflow: hidden;
}

.paragraph-accordion {
  color: var(--cream-white);
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}

.image-accordion {
  border-radius: var(--button-border-radius);
  background-color: var(--cream-white);
  width: 45%;
  max-width: 45%;
  position: relative;
  overflow: visible;
}

.gradient-nearshore {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--softedge-blue);
  filter: blur(140px);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

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

.horizontal-scroll-wrap {
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._1 {
  height: 85%;
  top: 12.5%;
}

.trigger._2 {
  height: 59%;
  top: 37.5%;
}

.trigger._3 {
  height: 29%;
  top: 62.5%;
}

.trigger._4 {
  top: 87.5%;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 3rem;
  overflow: hidden;
}

.step-scroll {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.horizontal-step-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 50vh;
  display: flex;
  position: relative;
}

.h-img-block {
  aspect-ratio: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.h-dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.h-dot {
  z-index: 3;
  background-color: var(--cream-white);
  border-radius: 50%;
  align-self: center;
  width: 24px;
  height: 24px;
  position: relative;
}

.h-content-block {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.scroll-line-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -50%;
}

.h-scroll-animate {
  z-index: 10;
  background-color: var(--softedge-blue);
  transform-origin: 0%;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: auto;
  left: 0;
}

.h-scroll-base {
  background-color: var(--border-gray);
  transform-origin: 0%;
  width: 100%;
  height: 6px;
}

.number-talent {
  color: var(--orange);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.gradient-talent-bg {
  z-index: -2;
  background-image: radial-gradient(circle farthest-corner at 150% 150%, var(--softedge-blue), var(--transparent));
  position: absolute;
  inset: 0%;
}

.section-team {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.grid-3-columns {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  text-align: center;
  background-color: #eeeee60d;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}

.team-avatar._1 {
  background-image: url('../images/a.webp');
}

.team-avatar._2 {
  background-image: url('../images/David-Boucher.webp');
}

.team-avatar._3 {
  background-image: url('../images/Pamela-Nogués.webp');
}

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

.team-name {
  color: var(--cream-white);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

.team-position {
  color: var(--clear-gray-border);
  font-size: 16px;
  line-height: 1.1;
}

.team-contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-link {
  width: 20px;
  height: 20px;
}

.icon-social {
  filter: invert(80%);
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.team-gradient {
  z-index: -1;
  background-color: var(--softedge-blue);
  filter: blur(80px);
  border-radius: 50%;
  width: 60%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -25%;
}

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

.image-carousel-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-image {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  display: flex;
}

.image-team {
  border-radius: var(--button-border-radius);
  height: 100%;
}

.gradient-carousel {
  background-image: linear-gradient(90deg, var(--black) 1%, var(--transparent));
  width: 15%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-carousel.right {
  background-image: linear-gradient(90deg, var(--transparent), var(--black) 99%);
  inset: 0% 0% 0% auto;
}

.bg-about-gradient {
  z-index: -2;
  background-color: var(--softedge-blue);
  filter: blur(130px);
  border-radius: 50%;
  width: 50%;
  height: 75%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -30%;
}

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

.values-card-wrapper {
  justify-content: flex-start;
  width: 100%;
  max-width: 55%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.values-carousel {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.values-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  background-color: #eeeee61a;
  flex-flow: column;
  width: 300px;
  height: 100%;
  padding: 28px 24px;
  display: flex;
}

.icon-values-wrapper {
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.paragraph-values {
  color: var(--cream-white);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.gradient-values {
  background-image: linear-gradient(90deg, var(--black), var(--transparent));
  width: 12%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-values.right {
  background-image: linear-gradient(90deg, var(--transparent), var(--black));
  inset: 0% 0% 0% auto;
}

.gradient-blue-value {
  z-index: -2;
  aspect-ratio: 1;
  background-color: var(--softedge-blue);
  filter: blur(70px);
  border-radius: 50%;
  width: 15%;
  margin: auto auto auto 20%;
  position: absolute;
  inset: 0%;
}

.values-text-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 35%;
  display: flex;
}

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

.stack-cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-bottom: 10rem;
  display: flex;
  position: relative;
}

.stackable-card {
  border: 1px solid var(--clear-gray-border);
  border-radius: var(--button-border-radius);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #eeeee60d;
  flex-flow: column;
  justify-content: center;
  min-width: 60rem;
  max-width: 60rem;
  min-height: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.card-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.paragraph-stack-card {
  max-width: 70%;
  color: var(--cream-white);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.stack-card-bg {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #17428eb0, var(--transparent) 75%);
  position: absolute;
  inset: 0%;
}

.stack-card-bg.orange {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #ff6d00b0, var(--transparent) 75%);
}

.partner-icon {
  z-index: -1;
  opacity: .5;
  background-image: url('../images/security-tools.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 85%;
  position: absolute;
  inset: 0% 5% 0% 50%;
}

.partner-icon._2 {
  background-image: url('../images/bankng.svg');
}

.partner-icon._1 {
  background-image: url('../images/secure-hosting.svg');
}

.partner-icon._3 {
  background-image: url('../images/security-tools.svg');
}

.section-contact-hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 10rem;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-hero-blog {
  padding-top: 150px;
  padding-bottom: 100px;
}

.blog-main-posts {
  z-index: 1;
  position: relative;
}

.collection-grid-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-link-wrapper {
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #eeeee61a;
  width: 100%;
  height: 100%;
  padding: 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.post-content-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.post-image-wrapper {
  border-radius: 7px;
  width: 100%;
  height: 225px;
  max-height: 225px;
  overflow: hidden;
}

.post-image-wrapper.side {
  min-width: 45%;
  max-width: 45%;
}

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

.post-title {
  color: var(--cream-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  transition: color .35s;
}

.post-title:hover {
  color: var(--orange);
}

.post-title.side {
  color: var(--cream-white);
}

.post-title.black {
  color: var(--black);
}

.paragraph-post {
  opacity: .75;
  color: var(--cream-white);
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.3;
}

.paragraph-post.black {
  color: var(--black);
}

.data-text {
  border: 1px solid var(--cream-white);
  border-radius: var(--button-border-radius);
  color: var(--cream-white);
  align-self: flex-start;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 1;
}

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

.button-arrow {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 20px;
  display: flex;
}

.arrow-post {
  width: 100%;
  height: 100%;
}

.arrow-post.black {
  filter: invert();
}

.gradient-post {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #17428e80, var(--transparent) 60%);
  position: absolute;
  inset: 0%;
}

.section-blog-content {
  margin-top: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.news-blog-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  margin-bottom: 50px;
  display: flex;
}

.title-news {
  border-bottom: 1px solid #eeeee640;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 15px;
  display: flex;
}

.title-news.black {
  border-bottom-color: var(--black);
  text-align: left;
}

.collection-latest-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.latest-post-content-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.blog-page-bg {
  z-index: -2;
  opacity: .4;
  position: absolute;
  inset: 0%;
}

.blog-imagebg {
  opacity: .79;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-wrapper-rest {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-content-wrapper {
  width: 100%;
  max-width: 75%;
  padding-right: 30px;
}

.collection-blog-post {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.post-right {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 25%;
  display: flex;
  position: sticky;
  top: 5rem;
}

.cta-blog {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--button-border-radius);
  background-color: var(--cream-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.section-main-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: -8.4vh;
  padding-top: 120px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.main-post-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.spacer-data {
  background-color: var(--cream-white);
  align-self: center;
  width: 1px;
  height: 20px;
}

.content-main-post {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 45vh;
  display: flex;
  position: relative;
}

.blog-bg {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.full-bg-blog {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-main-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.data-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.section-post-body {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 0 0;
  display: block;
}

.post-body-wrapper {
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.post-body-content {
  width: 100%;
  max-width: 70%;
  padding-right: 50px;
}

.rich-text-body {
  color: var(--cream-white);
  font-size: 1.2rem;
  line-height: 1.5;
}

.rich-text-body h1 {
  color: var(--cream-white);
  letter-spacing: -1px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
}

.rich-text-body h2 {
  letter-spacing: -1px;
  font-weight: 600;
}

.rich-text-body h3 {
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 1.1;
}

.rich-text-body h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.rich-text-body p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
}

.rich-text-body ol {
  font-size: 16px;
  line-height: 1.5;
}

.rich-text-body ul {
  font-size: 16px;
  line-height: 1.4;
}

.rich-text-body a {
  color: var(--orange);
  font-weight: 400;
}

.rich-text-body.legal {
  color: var(--cream-white);
}

.rich-text-body.blog {
  text-align: left;
  letter-spacing: 0;
  white-space: pre-line;
  word-break: normal;
  border-radius: 0;
  width: auto;
  margin-bottom: -48px;
  padding: 40px 330px 0 129px;
  font-size: 2rem;
  line-height: 2.5em;
}

.post-side-content {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 30%;
  padding-left: 50px;
  display: flex;
  position: sticky;
  top: 120px;
}

.post-related-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.collection-grid-3-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.healthcare-hero-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.health-hero-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.health-hero-content.healthcare {
  max-width: 100%;
}

.health-image-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40%;
  height: 100%;
  display: flex;
  position: relative;
}

.health-image-content-wrapper.health {
  justify-content: flex-end;
  align-items: stretch;
  max-width: 100%;
  height: 100%;
}

.health-image-content-wrapper.service {
  justify-content: center;
  align-items: center;
  max-width: 45%;
  height: auto;
  position: absolute;
  inset: 15% auto 5% 0%;
}

.healthcare-gradient-bg {
  border-width: 1px;
  border-color: var(--softedge-blue);
  background-color: var(--softedge-blue);
  filter: blur(100px);
  border-radius: 50%;
  width: 25rem;
  height: 35rem;
  position: absolute;
}

.background-healthcare-image {
  z-index: -10;
  opacity: .28;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45%;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.image-healthcare {
  width: 85%;
}

.grid-3-services {
  z-index: 10;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.section-rock-solid {
  min-height: 90vh;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.orbit-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -50%;
}

.universe {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.orbit-big {
  aspect-ratio: 1;
  border: 1px solid #eeeee666;
  border-radius: 50%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 55vw;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.orbit-small {
  aspect-ratio: 1;
  border: 1px solid #eeeee666;
  border-radius: 50%;
  width: 35vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 16% 0% 0%;
}

.orbit-planet {
  z-index: 10;
  border: 1px solid var(--clear-gray-border);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #eeeee680;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -3% 0% auto;
}

.orbit-planet._2 {
  top: -3%;
  right: 8%;
}

.orbit-planet._1 {
  top: 19.8%;
  left: -83.5%;
}

.orbit-planet._3 {
  top: 14%;
  right: -75%;
}

.orbit-planet.small-1 {
  top: -2%;
  left: 31%;
}

.orbit-planet.small-2 {
  top: 24%;
  left: -90%;
}

.orbit-planet._4 {
  top: 57%;
  left: 95.5%;
}

.orbit-planet._5 {
  top: 97%;
}

.orbit-planet._6 {
  top: 70%;
  left: -89%;
}

.orbit-planet.small-3 {
  top: 91%;
  left: -37%;
}

.orbit-planet.small-4 {
  top: 51%;
  left: 95%;
}

.image-rock-solid {
  width: 42px;
  height: 42px;
}

.text-icon-name {
  border: 1px solid var(--cream-white);
  border-radius: var(--button-border-radius);
  color: var(--cream-white);
  white-space: nowrap;
  padding: 4px 7px;
  font-size: 12px;
  position: absolute;
  inset: 0% 0% auto -7px;
}

.text-name-wrapper {
  border: 1px solid var(--clear-gray-border);
  border-radius: var(--button-border-radius);
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  white-space: nowrap;
  background-color: #eeeee626;
  padding: 4px 8px;
  position: absolute;
  inset: -41% auto auto 50%;
}

.text-name-icon {
  color: var(--cream-white);
  font-size: 12px;
  font-weight: 200;
  line-height: 1.1;
}

.rock-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.desktop-content-wrapper {
  z-index: 10;
  width: 100%;
  margin-right: -10px;
  position: static;
  inset: 0% 0% 0% auto;
}

.desktop-content-wrapper.case-study {
  width: 45vw;
  position: absolute;
  inset: 14% 0% -5% auto;
}

.desktop-image-wrapper {
  justify-content: flex-end;
  width: 150%;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.desktop-image-wrapper.services {
  width: 110%;
  margin-left: -100px;
  padding-top: 50px;
  padding-left: 0;
}

.image-ipad {
  z-index: 2;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  position: relative;
}

.iphone-image-wrapper {
  z-index: 10;
  width: 25%;
  position: absolute;
  inset: auto 0% -7%;
  overflow: hidden;
}

.iphone-image-wrapper.space-center {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  bottom: -50%;
}

.gradient-healthcare {
  z-index: -5;
  background-color: var(--softedge-blue);
  filter: blur(120px);
  border-radius: 50%;
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-services {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.service-grid-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  display: flex;
}

.service-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 45%;
  margin-left: auto;
  display: grid;
  position: relative;
}

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

.service-second-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.background-service-grid {
  z-index: -2;
  aspect-ratio: 1;
  background-color: var(--softedge-blue);
  filter: blur(120px);
  border-radius: 50%;
  width: 35vh;
  margin: auto;
  position: absolute;
  inset: 0%;
}

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

.excellence-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-excellence-wrapper {
  width: 100%;
  max-width: 55%;
  height: 50vh;
  position: relative;
}

.excellence-image-wrap {
  border-radius: var(--button-border-radius);
  width: 50%;
  height: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.excellence-image-wrap.second {
  inset: auto 5% 5% auto;
  box-shadow: 0 0 12px #0000001a;
}

.excellence-image-wrap.first {
  left: 0%;
}

.full-image {
  aspect-ratio: 3 / 2;
  border-radius: var(--button-border-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.full-image.talent {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.full-image.cms {
  aspect-ratio: auto;
  object-fit: contain;
  height: auto;
}

.gradient-excellence {
  z-index: -3;
  aspect-ratio: 1;
  background-color: var(--softedge-blue);
  filter: blur(110px);
  border-radius: 50%;
  width: 30vh;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.section-data {
  background-image: linear-gradient(180deg, var(--transparent) 42%, black), linear-gradient(180deg, black, var(--transparent) 40%), url('../images/07_1.avif');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.data-healthcare-bg {
  z-index: -5;
  width: 100%;
  height: 100%;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.background-image-fixed {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nearshore-image-wrapper {
  width: 100%;
  max-width: 50%;
}

.grid-nearshore-image {
  z-index: 10;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.grid-image-wrapper {
  border-radius: var(--button-border-radius);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.grid-center-round {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--button-border-radius);
  background-color: var(--black);
  width: 25%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.grid-image-off-center {
  z-index: 5;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.grid-image-off-center.off {
  z-index: 5;
  margin-top: 50px;
  position: relative;
}

.dropdown-icon {
  margin-right: 0;
  font-size: 14px;
}

.dropdown-list {
  border-radius: var(--button-border-radius);
  background-color: var(--black);
  margin-left: 10px;
  padding-top: 0;
}

.dropdown-list.w--open {
  background-color: var(--black);
  margin-left: 10px;
  padding-top: 0;
}

.dropdown-list.services, .dropdown-list.industries {
  background-color: var(--black);
}

.dropdown-content-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
  box-shadow: 0 0 10px #0000001f;
}

.logo-security {
  width: 64px;
}

.section-case-studies {
  padding-top: 12rem;
  padding-bottom: 100px;
}

.case-study-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case-study-block-wrapper {
  border-radius: var(--button-border-radius);
  background-color: #acbadb00;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study-content-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.case-study-content-wrapper.second {
  margin-left: auto;
}

.case-study-logo {
  object-fit: contain;
  border-radius: 0;
  align-self: flex-start;
  height: 100px;
}

.case-study-logo.center {
  align-self: center;
  width: 150px;
}

.image-iphone {
  z-index: -1;
  object-fit: cover;
  border-radius: 26px;
  width: 95%;
  height: 100%;
  position: absolute;
  inset: 1% 4.5% 0% 3.5%;
}

.image-iphone.center {
  border-radius: 36px;
  width: 94%;
}

.image-full-desktop {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 4% 0% 0% 10%;
}

.case-study-grid-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-grid-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--button-border-radius);
  flex-flow: column;
  height: 575px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study-text-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-study-text-content.second {
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
}

.paragraph-case-study-small {
  color: var(--cream-white);
  margin-bottom: 0;
  line-height: 1.4;
}

.gradient-case-study-bg {
  z-index: -2;
  background-image: linear-gradient(#17428e7a, #17428ef2 88%);
  position: absolute;
  inset: 0%;
}

.case-study-image-bg {
  z-index: -3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-full-case-study {
  z-index: -1;
  background-image: linear-gradient(270deg, #17428e 12%, var(--transparent));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-case-study-content {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.case-study-center-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-events {
  margin-top: -10vh;
  padding-top: 18rem;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

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

.logo-event-image {
  height: 4vw;
  padding-bottom: 2px;
}

.event-content-wrapper {
  z-index: 1;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.data-event-content-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.data-info-wrapper, .data-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.data-name {
  color: var(--cream-white);
  font-size: 24px;
  line-height: 1;
}

.image-event-bg {
  z-index: -1;
  opacity: .5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.content-services-healthcare-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-grid-image-wrapper {
  border-radius: var(--button-border-radius);
  width: 100%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.image-full-grid {
  width: 100%;
  height: 100%;
}

.desktop-version-wrapper {
  width: 100%;
  max-width: 66%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
}

.desktop-website-wrapper {
  width: 100%;
  height: 100%;
}

.arrow-down {
  width: 24px;
  height: 24px;
}

.category-card-block {
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  background-color: #eeeee626;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #17428e80, var(--transparent) 68%);
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.collection-list-categories {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.collection-category-content-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: var(--cream-white);
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.category-circle {
  border: 1px solid var(--softedge-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  display: flex;
  position: relative;
}

.circle-inside {
  background-color: var(--softedge-blue);
  border-radius: 50%;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}

.categories-title-wrapper {
  margin-bottom: 25px;
}

.brand-logo-wrapper {
  width: 260px;
  margin-bottom: 45px;
}

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

.about-case-study-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--cream-white);
  flex-flow: column;
  display: flex;
}

.first-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.first-image-case-study {
  border-radius: var(--button-border-radius);
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.technology-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-tech-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: wrap;
  display: flex;
}

.brand-review-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  background-color: #ffffff1a;
  flex-flow: column;
  justify-content: center;
  padding: 48px 72px;
  display: flex;
  box-shadow: 0 0 13px #0003;
}

.paragraph-review-case-study {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.review-name-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avatar-image-review {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
}

.review-user {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.name-review {
  font-size: 18px;
  line-height: 1.1;
}

.position-review {
  color: var(--border-gray);
}

.tech-box-wrapper {
  border: 1px solid var(--clear-gray-border);
  background-color: #ffffff1f;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #17428e82, var(--transparent));
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  display: flex;
}

.logo-icon-tech {
  object-fit: contain;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
}

.logo-icon-tech.cms {
  object-fit: contain;
  width: 100px;
  min-width: auto;
  height: 100px;
  min-height: 100px;
}

.awards-video-bg {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.tech-icon {
  object-fit: contain;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
}

.image-case-study-wrapper {
  width: 50%;
  position: absolute;
  inset: 0% -10% 0% auto;
}

.image-case-study-preview {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.iphone-screen {
  justify-content: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -65%;
}

.case-study-iphone-image {
  object-fit: cover;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.success-message {
  background-color: var(--transparent);
  width: 100%;
  margin: auto;
  padding: 82px;
  position: relative;
}

.success-message-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
}

.text-success {
  color: var(--cream-white);
  font-size: 20px;
  line-height: 1.1;
}

.image-icon-agile {
  width: 48px;
}

.blue-italics {
  color: var(--softedge-blue);
  font-style: italic;
}

.blue-italics.no-italic {
  font-style: normal;
}

.italic {
  font-style: italic;
}

.data-info-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-spacer {
  background-color: var(--cream-white);
  width: 1px;
  height: 15px;
}

.section-legal {
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  margin-top: -10vh;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

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

.heading, .heading-2 {
  color: var(--black);
}

.tabs-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.tabs-menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-link {
  border: 1px solid var(--border-gray);
  border-radius: var(--button-border-radius);
  color: var(--cream-white);
  background-color: #eeeee61a;
  font-size: 16px;
  line-height: 1.1;
  transition: background-color .3s, border-color .3s;
}

.tab-link:hover {
  border-color: var(--clear-gray-border);
  background-color: #eeeee633;
}

.tab-link.w--current {
  border-color: var(--cream-white);
  background-color: #eeeee64d;
}

.tab-pane-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.staff-vid-gradient {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 0% 15%, black 42%, var(--transparent) 79%);
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.background-navbar {
  z-index: -1;
  background-image: linear-gradient(180deg, black, #00000075 66%, var(--transparent));
  position: absolute;
  inset: 0%;
}

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

.challenge-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.image-wrapper-case-study {
  width: 100%;
  height: 85%;
  max-height: 600px;
  position: relative;
  overflow: visible;
}

.collection-case-study-tech {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tech-content-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.gradient-bg-cs {
  z-index: -1;
  background-color: var(--softedge-blue);
  filter: blur(100px);
  border-radius: 50%;
  width: 25rem;
  height: 25rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.tech-used-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-tech {
  font-size: 17px;
  line-height: 1;
}

.collection-rest-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.collection-filter-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  border: 1px solid var(--softedge-blue);
  border-radius: var(--button-border-radius);
  background-color: var(--transparent);
  color: var(--cream-white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state.second {
  display: none;
}

.fintech-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-study-section-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 66%;
  display: flex;
}

.case-study-image-content {
  width: 100%;
  height: 66%;
}

.collection-post-list {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex-flow: column;
  display: flex;
}

.submit-button {
  color: var(--cream-white);
  background-color: #ff6d00;
  border-radius: 13px;
}

.text-field-2 {
  border-radius: 11px;
}

.field-label, .field-label-2 {
  color: #e2e0e0;
}

.text-field-3 {
  border-radius: 11px;
}

.submit-button-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #e48e2c;
  background-clip: padding-box;
  border-radius: 10px;
}

.field-label-3 {
  color: #e48e2c;
  border-radius: 0;
}

.field-label-4 {
  color: #e48e2c;
  text-align: left;
}

.code-embed {
  box-sizing: border-box;
  float: none;
  clear: left;
  text-align: left;
  object-fit: fill;
  width: auto;
  height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 59px;
  padding-left: 0;
  padding-right: 90px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: auto;
}

.code-embed-2 {
  object-fit: fill;
  display: block;
}

.code-embed-3, .code-embed-4 {
  display: flex;
}

.code-embed-4:focus {
  display: block;
}

.div-block {
  aspect-ratio: auto;
  width: 100%;
  display: block;
}

.container {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  width: 88%;
  display: flex;
}

.code-embed-5 {
  box-sizing: border-box;
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 16 / 9;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  width: 71.8634%;
  height: 17%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 220px;
  padding: 19px 200px 51px 0;
  display: none;
  overflow: clip;
}

.columns {
  float: none;
  text-align: left;
  object-fit: cover;
  border-radius: 0;
  align-self: auto;
  margin-top: -90px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
}

.column {
  margin-bottom: 20px;
  position: relative;
}

.div-block-2 {
  padding-bottom: 0;
}

.columns-2 {
  padding-top: 0;
  padding-left: 120px;
  padding-right: 520px;
}

.columns-3 {
  margin-left: -8px;
  padding: 15px 500px 48px 71px;
}

.column-2 {
  padding-bottom: 36px;
}

.heading-3 {
  font-family: Monument Extended, Impact, sans-serif;
}

.hero-heading-left {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Monument Extended, Impact, sans-serif;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.margin-bottom-24px {
  color: #eeeee6;
  margin-bottom: 24px;
  font-family: Mundial, Arial, sans-serif;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.italic-text {
  font-family: Mundial, Arial, sans-serif;
}

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

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

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

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

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

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

.pricing-overview {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #ff6d00;
  text-align: center;
  margin-bottom: 16px;
  font-family: Monument Extended, Impact, sans-serif;
}

.pricing-description {
  color: #eeeee6;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Mundial, Arial, sans-serif;
}

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

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.pricing-card-text {
  color: #eeeee6;
  margin-bottom: 20px;
  font-family: Mundial, Arial, sans-serif;
}

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

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

.heading-4 {
  text-align: center;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: 30px;
}

.heading-5 {
  text-align: center;
  font-family: Mundial, Arial, sans-serif;
}

.hero-heading-left-2 {
  background-color: #17428e;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-3 {
  color: #eeeee6;
  margin-bottom: 24px;
  font-family: Mundial, Arial, sans-serif;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Mundial, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-6 {
  color: #ff6d00;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: 20px;
}

.heading-7, .heading-8, .heading-9, .heading-10 {
  color: #17428e;
  font-family: Mundial, Arial, sans-serif;
}

.heading-11 {
  color: #eeeee6;
  text-align: center;
  font-family: Monument Extended, Impact, sans-serif;
}

.paragraph {
  color: #eeeee6;
  text-align: center;
  font-family: Mundial, Arial, sans-serif;
  font-size: 18px;
}

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

.margin-bottom-24px-4 {
  color: #eeeee6;
  margin-bottom: 24px;
  font-family: Mundial, Arial, sans-serif;
}

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

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

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

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

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

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

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

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

.heading-12 {
  color: #ff6d00;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: 32px;
}

.margin-bottom-24px-5 {
  color: #eeeee6;
  margin-bottom: 24px;
  font-family: Mundial, Arial, sans-serif;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #17428e;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-13 {
  color: #eeeee6;
  font-family: Monument Extended, Impact, sans-serif;
}

.heading-14, .heading-15, .heading-16, .heading-17, .heading-18 {
  color: #ff6d00;
  font-family: Monument Extended, Impact, sans-serif;
}

.heading-19 {
  color: #17428e;
  font-family: Mundial, Arial, sans-serif;
}

.heading-20 {
  color: #ff6d00;
}

.bold-text {
  color: #eeeee6;
}

.hero-heading-left-3 {
  background-color: #17428e;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.margin-bottom-24px-6 {
  color: #eeeee6;
  margin-bottom: 24px;
  font-family: Mundial, Arial, sans-serif;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 14px;
  padding: 12px 25px;
  font-family: Mundial, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-21 {
  color: #eeeee6;
  text-align: center;
  font-family: Monument Extended, Impact, sans-serif;
}

.heading-22 {
  color: #eeeee6;
  text-align: center;
  font-family: Mundial, Arial, sans-serif;
  font-size: 20px;
}

.heading-23 {
  color: #ff6d00;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: 20px;
}

.text-block-2 {
  color: #eeeee6;
  font-family: Mundial, Arial, sans-serif;
}

.heading-24 {
  color: #ff6d00;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: 20px;
}

.text-block-3 {
  color: #eeeee6;
  font-family: Mundial, Arial, sans-serif;
}

.fer-section-1 {
  font-size: var(--anchor);
  margin-top: 10em;
  margin-bottom: 10em;
  padding-left: 5em;
  padding-right: 5em;
  overflow: hidden;
}

.fer-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.fer-wrap-1 {
  grid-column-gap: 6.13em;
  grid-row-gap: 6.13em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fer-wrap-2 {
  grid-column-gap: 6.86em;
  grid-row-gap: 6.86em;
  flex-flow: column;
  flex: 0 45%;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.fer-wrap-3 {
  flex: 1;
}

.fer-wrap-5 {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fer-wrap-5.other {
  margin-left: -5em;
}

.fer-wrap-7 {
  margin-top: 1.33em;
  margin-bottom: 2.13em;
}

.fer-grid-1 {
  grid-column-gap: 3.46em;
  grid-row-gap: 1.33em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fer-heading-1 {
  color: #fff;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.fer-text-1 {
  color: #e3d6cca8;
  font-size: var(--paragraph-standard);
  font-weight: 400;
  line-height: 1.3em;
}

.fer-wrap-8 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fer-icon-1 {
  border-radius: 8em;
  height: 1.6em;
}

.fer-text-2 {
  color: #f8ece2;
  font-size: var(--paragraph-standard);
  font-weight: 400;
  line-height: 1.3em;
}

.fer-wrap-9 {
  flex: none;
}

.fer-image-1 {
  filter: invert(50%);
  border-radius: 0;
  height: 3em;
}

.fer-image-1.uno {
  height: 3em;
}

.fer-image-1.dos {
  height: 1.9em;
}

.fer-image-1.tres {
  height: 3em;
}

.fer-image-1.cuatro {
  width: 8em;
  height: auto;
}

.fer-gradient-1 {
  background-image: linear-gradient(72deg, #000 23%, #0000);
  width: 8em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fer-image-2 {
  width: 100%;
}

.jua-section-1 {
  font-size: var(--anchor);
  margin-top: 10em;
  margin-bottom: 10em;
  padding-left: 5em;
  padding-right: 5em;
}

.jua-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.jua-wrap-1 {
  grid-column-gap: 5.6em;
  grid-row-gap: 5.6em;
  flex-flow: column;
  display: flex;
}

.jua-wrap-2 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.jua-wrap-3 {
  grid-column-gap: 2.53em;
  grid-row-gap: 2.53em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.jua-wrap-4 {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.jua-wrap-6 {
  grid-column-gap: 2.1em;
  grid-row-gap: 2.1em;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.jua-wrap-6.other {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.jua-heading-1 {
  color: #fff;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.jua-text-1 {
  color: #e3d6cca8;
  font-size: var(--paragraph-mid);
  overflow-wrap: anywhere;
  font-weight: 400;
  line-height: 1.3em;
}

.jua-wrap-7 {
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  flex-flow: column;
  display: flex;
}

.jua-wrap-8 {
  background-color: #17428f;
  border-radius: .8em;
  flex: 1;
  padding-top: 2.33em;
  padding-left: 2.33em;
  display: flex;
}

.jua-wrap-9 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.jua-heading-2 {
  color: #f8ece2;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.jua-wrap-1-3 {
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  flex-flow: column;
  display: flex;
}

.jua-paragraph-1 {
  color: #e3d6cca8;
  font-size: var(--paragraph-standard);
  overflow-wrap: anywhere;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.jua-wrap-1-5 {
  display: none;
}

.jua-link-1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: .86em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.jua-wrap-1-6 {
  border: 1px solid #e3d6cca8;
  border-radius: .26em;
  padding: .4em .8em;
}

.jua-text-2 {
  color: #e3d6cca8;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--tag-small);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3em;
}

.jua-image-1 {
  border-radius: .8em;
  width: 100%;
}

.fam-section-1 {
  font-size: var(--anchor);
  margin-top: 10em;
  margin-bottom: 10em;
  padding-left: 5em;
  padding-right: 5em;
}

.fam-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.fam-wrap-1 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  display: flex;
}

.fam-wrap-2 {
  grid-column-gap: 2.58em;
  grid-row-gap: 2.58em;
  flex-flow: column;
  flex: 0 23%;
  display: flex;
}

.fam-wrap-3 {
  grid-column-gap: 2.33em;
  grid-row-gap: 2.33em;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.fam-wrap-5 {
  background-color: #17428f;
  border-top-right-radius: 2.12em;
  border-bottom-right-radius: 2.12em;
  padding-top: 3.8em;
  padding-bottom: 9.93em;
  padding-right: 8.26em;
  position: relative;
}

.fam-heading-1 {
  color: #fff;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.fam-text-1 {
  z-index: 5;
  color: #f8ece2;
  font-size: var(--paragraph-mid);
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.fam-wrap-6 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border-bottom: 1.5px solid #f1f1ee;
  justify-content: space-between;
  padding-bottom: 2.33em;
  display: flex;
}

.fam-wrap-7 {
  grid-column-gap: 2.33em;
  grid-row-gap: 2.33em;
  flex-flow: column;
  display: flex;
}

.fam-wrap-8 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: 0 64%;
  display: flex;
}

.fam-wrap-9 {
  flex: none;
}

.fam-wrap-1-1 {
  grid-column-gap: .66em;
  grid-row-gap: .66em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fam-heading-2 {
  color: #f8ece2;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.fam-circle-num-1 {
  border-radius: 8em;
  height: 2.66em;
}

.fam-text-2 {
  color: var(--clear-gray-border);
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--tag-small);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3em;
}

.fam-wrap-1-3 {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: var(--cream-white);
  flex-flow: column;
  font-weight: 400;
  display: flex;
}

.fam-paragraph-1 {
  color: var(--clear-gray-border);
  font-size: var(--paragraph-standard);
  margin-bottom: 0;
  line-height: 1.3em;
}

.fam-heading-3 {
  color: var(--cream-white);
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.fam-wrap-1-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.bot-section-1 {
  font-size: var(--anchor);
  margin-top: 10em;
  margin-bottom: 10em;
  padding-left: 5em;
  padding-right: 5em;
}

.bot-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.bot-wrap-1 {
  grid-column-gap: 5.26em;
  grid-row-gap: 5.26em;
  flex-flow: column;
  display: flex;
}

.bot-wrap-2 {
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  flex-flow: column;
  display: flex;
}

.bot-wrap-3 {
  grid-column-gap: 1.66em;
  grid-row-gap: 1.66em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bot-heading-1 {
  color: #fff;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h2);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.bot-text-1 {
  color: #e3d6cca8;
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.3em;
}

.bot-wrap-4 {
  grid-column-gap: 2.66em;
  grid-row-gap: 2.66em;
  background-color: #17428f52;
  border-radius: .8em;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 3.66em;
  padding-left: 3.66em;
  display: flex;
}

.bot-wrap-4.gris {
  grid-column-gap: 2.9em;
  grid-row-gap: 2.9em;
  background-color: #e3d6cc26;
  align-self: stretch;
}

.bot-wrap-5 {
  grid-column-gap: 2.66em;
  grid-row-gap: 2.66em;
  flex-flow: column;
  padding-right: 3.66em;
  display: flex;
}

.bot-wrap-6 {
  background-color: #42566f;
  border-top-left-radius: .8em;
  border-bottom-right-radius: .8em;
  padding-top: 2.33em;
  padding-left: 2.33em;
}

.bot-wrap-6.green {
  background-color: #2a5058;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.bot-image-1 {
  object-fit: cover;
  border-radius: .8em 0;
  flex: 1;
  width: 100%;
}

.bot-grid-1 {
  grid-column-gap: .73em;
  grid-row-gap: .73em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bot-wrap-7 {
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  flex-flow: column;
  display: flex;
}

.bot-heading-2 {
  color: #fff;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.bot-text-2 {
  color: #e3d6cca8;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--tag-small);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3em;
}

.bot-wrap-8 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bot-icon-1 {
  border-radius: 10em;
  height: 1.6em;
}

.bot-text-3 {
  color: #f8ece2;
  font-size: var(--paragraph-standard);
  font-weight: 400;
  line-height: 1.3em;
}

.opm-section-1 {
  font-size: var(--anchor);
  margin-bottom: 10em;
  overflow: hidden;
}

.opm-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.opm-wrap-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.opm-grid-1 {
  grid-column-gap: 1.86em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 4.8em;
  margin-bottom: 4em;
  padding-left: 5em;
  padding-right: 5em;
  display: grid;
}

.opm-wrap-4 {
  grid-column-gap: .66em;
  grid-row-gap: .66em;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5.1em;
  display: flex;
}

.opm-wrap-5 {
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  flex-flow: column;
  width: 51.46em;
  display: flex;
}

.opm-heading-1 {
  color: #fff;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h2);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.opm-text-1 {
  color: #e3d6cca8;
  font-size: var(--paragraph-standard);
  text-align: left;
  font-weight: 400;
  line-height: 1.3em;
}

.opm-paragraph-1 {
  color: #e3d6cca8;
  font-size: var(--paragraph-standard);
  text-align: center;
  font-weight: 400;
  line-height: 1.3em;
}

.opm-wrap-6 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.opm-wrap-7 {
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  padding-left: 2.33em;
  padding-right: 2.33em;
  display: flex;
}

.opm-wrap-8 {
  background-color: #ff6e00;
  border-top-left-radius: .8em;
  border-top-right-radius: .8em;
  border-bottom-left-radius: .8em;
  flex-flow: column;
  flex: 1;
  padding-top: 2.33em;
  padding-left: 2.33em;
  display: flex;
}

.opm-wrap-9 {
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  flex-flow: column;
  flex: 0 75%;
  display: flex;
}

.opm-wrap-1-1 {
  flex: 1;
}

.opm-heading-2 {
  color: #fff;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.opm-circle-1 {
  background-color: #17428f52;
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  width: 4.73em;
  height: 4.73em;
  padding: 1em;
  display: flex;
}

.opm-icon-1 {
  border-radius: 0;
}

.opm-image-1 {
  object-fit: cover;
  border-radius: .8em 0 0;
  flex: 1;
  width: 100%;
}

.opm-wrap-1-2 {
  border: 1px solid #e3d6cca8;
  border-radius: .26em;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .66em 1.2em;
  display: flex;
}

.opm-text-3 {
  color: #e3d6cca8;
  font-size: var(--tag-small);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3em;
}

.image-101 {
  border-radius: 0;
  height: .86em;
  margin-top: .8em;
  margin-bottom: .8em;
  margin-left: 1em;
}

.button-inside-1 {
  grid-column-gap: .5em;
  color: var(--cream-white);
  justify-content: center;
  align-items: center;
  padding: .6em 1em .6em .5em;
  font-family: Mundial, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
  position: static;
}

.button-inside-1.small {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.are-section-1 {
  font-size: var(--anchor);
  margin-bottom: 5em;
  padding-top: 5em;
  padding-right: 5em;
  overflow: hidden;
}

.are-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.are-wrap-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  display: flex;
  position: relative;
}

.are-wrap-2 {
  grid-column-gap: 5.69em;
  grid-row-gap: 5.69em;
  flex-flow: column;
  flex: 1;
  padding-top: 8em;
  padding-bottom: 5em;
  display: flex;
}

.ari-wrap-3 {
  flex: 1;
}

.are-wrap-3 {
  grid-column-gap: 2.66em;
  grid-row-gap: 2.66em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5em;
  display: flex;
}

.are-heading-1 {
  color: #fff;
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1em;
}

.are-text-1 {
  color: #ff6e00;
  font-family: Mundial, Arial, sans-serif;
  font-size: var(--paragraph-mid);
  font-weight: 400;
  line-height: 1.3em;
}

.are-text-2 {
  color: #e3d6cca8;
  font-size: var(--paragraph-mid);
  font-weight: 400;
  line-height: 1.3em;
}

.are-wrap-7 {
  grid-column-gap: .66em;
  grid-row-gap: .66em;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.hero-bg-1 {
  width: 70em;
  height: 100%;
  display: none;
  position: relative;
  inset: 0% auto;
}

.hero-bg-1.full {
  opacity: .5;
  left: auto;
}

.bg-video-hero-1 {
  width: 100%;
  height: 100%;
}

.bg-video-hero-1.full {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.bg-video-hero-1.full.about {
  width: 100%;
}

.hero-bg-2 {
  z-index: -10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 36%;
}

.hero-bg-2.full {
  opacity: .5;
  left: auto;
}

.bg-video-hero-2 {
  width: 120%;
  height: 100%;
  position: relative;
}

.bg-video-hero-2.full {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.bg-video-hero-2.full.about {
  width: 100%;
}

.are-gradient-1 {
  background-image: linear-gradient(#000 18%, #fff0);
  width: 100%;
  height: 3em;
  position: absolute;
  inset: 0% 0% auto;
}

.fer-gradient-2 {
  background-image: linear-gradient(275deg, #000 38%, #0000);
  width: 8em;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.jua-wrap-1-7 {
  grid-column-gap: 2.53em;
  grid-row-gap: 2.53em;
  display: flex;
}

.are-wrap-8 {
  position: relative;
}

.fam-wrap-1-5 {
  background-color: #17428f;
  width: 500em;
  position: absolute;
  inset: 0% auto 0% -499em;
}

.fam-circle-1 {
  background-color: #f8ece2;
  width: 2.66em;
  height: 2.66em;
}

.opm-wrap-1-3 {
  position: relative;
}

.opm-gradient-1 {
  background-image: linear-gradient(90deg, #000, #fff0 77%);
  width: 2.53em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.opm-gradient-2 {
  background-image: linear-gradient(268deg, #000, #fff0);
  width: 2.53em;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.fer-gradient-2-1 {
  background-image: linear-gradient(275deg, #000 38%, #0000);
  width: 8em;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.fer-gradient-1-1 {
  z-index: 4;
  background-image: linear-gradient(72deg, #000 23%, #0000);
  width: 8em;
  margin-left: -2px;
  position: absolute;
  inset: 0% auto 0% -2px;
}

.are-gradient-2 {
  background-image: linear-gradient(0deg, #000 51%, #fff0);
  background-repeat: repeat;
  background-size: auto;
  height: 13em;
  position: absolute;
  inset: auto 0% 0%;
}

.are-gradient-3 {
  background-image: linear-gradient(1deg, #000 65%, #fff0);
  width: 25em;
  height: 15em;
  position: absolute;
  inset: auto 0% 0% 7.1em;
  transform: rotate(39deg);
}

.pol-section-1 {
  font-size: var(--anchor);
  margin-top: 10em;
  margin-bottom: 10em;
  padding-left: 5em;
  padding-right: 5em;
  position: relative;
}

.pol-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.pol-container-1.fintech {
  padding-right: 0%;
}

.pol-wrap-1 {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.pol-wrap-1.contact {
  z-index: 10;
  position: relative;
}

.pol-wrap-2 {
  grid-column-gap: 4.2em;
  grid-row-gap: 4.2em;
  flex-flow: column;
  flex: 0 44%;
  display: flex;
}

.pol-wrap-3 {
  border: 1px solid var(--clear-gray-border);
  background-color: #ffffff30;
  border-radius: .8em;
  flex: 1;
  padding: 3.13em 2.66em;
}

.pol-wrap-3.event {
  padding: 2rem;
}

.pol-heading-1 {
  color: var(--cream-white);
  font-family: Monument Extended, Impact, sans-serif;
  font-size: var(--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.pol-heading-1.center {
  text-align: center;
}

.pol-heading-1.center.fintech, .pol-heading-1.center.about {
  font-size: 36px;
}

.pol-heading-1.reviews {
  font-size: 2.7vw;
}

.pol-heading-1.awards {
  font-size: 2.3vw;
}

.pol-heading-1.security {
  font-size: 3vw;
}

.pol-heading-1.connect {
  text-transform: capitalize;
  font-size: 3.2vw;
}

.pol-heading-1.why, .pol-heading-1.nearshore {
  font-size: 2.7vw;
}

.pol-heading-1.talent {
  text-align: center;
  font-size: 42px;
}

.pol-heading-1.values {
  font-size: 42px;
}

.pol-heading-1.trust-cards {
  letter-spacing: -2px;
  font-family: Mundial, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.pol-heading-1.blog-news {
  font-size: 32px;
}

.pol-heading-1.blog-news.black {
  color: var(--black);
}

.pol-heading-1.healthcare {
  font-size: 36px;
}

.pol-heading-1.excellence, .pol-heading-1.case-study {
  text-align: center;
  font-size: 42px;
}

.pol-heading-1.discover {
  text-align: center;
  font-size: 36px;
}

.pol-heading-1.case-study-title {
  font-size: 32px;
}

.pol-paragraph-1 {
  color: #e3d6cca8;
  font-size: var(--paragraph-standard);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.pol-wrap-4 {
  z-index: 5;
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  display: flex;
}

.pol-wrap-5 {
  z-index: 10;
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  border: 1px solid var(--clear-gray-border);
  background-color: #ffffff30;
  border-radius: .8em;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 3.13em 2.66em;
  display: flex;
}

.pol-wrap-5.inside {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--transparent);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-style: none;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.pol-wrap-6 {
  z-index: 10;
  box-sizing: content-box;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid var(--clear-gray-border);
  border-radius: var(--button-border-radius);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #eeeee64a;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  max-width: 0;
  padding: 3rem 1.75rem 1.25rem;
  display: flex;
}

.pol-wrap-6.inside {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--transparent);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-style: none;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.pol-wrap-8.ale {
  background-image: url('../images/a.webp');
  width: 128px;
  min-width: 128px;
  height: 128px;
  min-height: 128px;
}

.pol-wrap-8.pame {
  background-image: url('../images/Pamela-Nogués.webp');
  width: 128px;
  min-width: 128px;
  height: 128px;
  min-height: 128px;
}

.pol-wrap-7 {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  display: flex;
}

.pol-text-4 {
  color: #f8ece2;
  font-size: var(--paragraph-mid);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.pol-text-4.name {
  text-align: center;
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
}

.pol-text-4.why {
  letter-spacing: -.5px;
  text-transform: none;
  font-size: 32px;
}

.pol-text-4.steps {
  letter-spacing: -1px;
  text-transform: none;
  font-size: 24px;
}

.pol-text-4.nearshore-accordion {
  font-size: 1.2vw;
}

.pol-text-4.talent {
  letter-spacing: -.5px;
  text-transform: none;
  font-size: 32px;
}

.pol-text-4.values {
  letter-spacing: -.5px;
  font-size: 18px;
}

.pol-text-4.black {
  color: var(--black);
  letter-spacing: -.5px;
  text-transform: none;
  font-size: 28px;
}

.pol-text-4.fintech {
  color: var(--orange);
}

.pol-text-4.health {
  color: var(--orange);
  font-size: 17px;
}

.pol-text-4.excellence {
  font-size: 18px;
}

.pol-text-1 {
  opacity: .75;
  color: #e3d6cca8;
  font-size: var(--paragraph-standard);
  text-align: center;
  align-self: center;
  font-weight: 400;
  line-height: 1.3em;
}

.pol-image-1 {
  border-radius: 10em;
  height: 8.86em;
}

.pol-form-grid-1 {
  grid-column-gap: 2.66em;
  grid-row-gap: 3.2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pol-wrap-9 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.pol-text-2 {
  color: #f8ece2;
  font-size: var(--paragraph-standard);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.pol-imput-1 {
  border: 1px solid var(--clear-gray-border);
  color: #f8ece2;
  height: 3.46em;
  font-size: var(--paragraph-standard);
  background-color: #ffffff38;
  border-radius: .86em;
  margin-bottom: 0;
  padding: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.pol-imput-1::placeholder {
  color: var(--cream-white);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
}

.pol-imput-1.text-area {
  height: 150px;
  padding-top: 18px;
}

.pol-imput-1.text-area::placeholder {
  color: var(--cream-white);
}

.pol-wrap-1-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pol-wrap-1-1.about-us {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
}

.pol-wrap-1-2 {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pol-wrap-1-2.about-us {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
}

.pol-wrap-1-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.pol-radio-button-1 {
  border: 1px solid var(--clear-gray-border);
  background-color: #ffffff38;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-left: 0;
  margin-right: .46em;
}

.pol-radio-button-1.w--redirected-checked {
  border-width: 1.5px;
  border-color: var(--orange);
  background-color: var(--cream-white);
}

.pol-text-3 {
  color: #f8ece2;
  font-size: var(--paragraph-standard);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.pol-button-1 {
  border-radius: var(--button-border-radius);
  background-color: var(--softedge-blue);
  width: 200px;
  min-height: 50px;
  color: var(--cream-white);
  font-size: var(--txtbutton-standard);
  line-height: 1.1;
  transition: box-shadow .3s;
}

.pol-button-1:hover {
  box-shadow: 0 0 14px 0 var(--softedge-blue);
}

.pol-wrap-1-5 {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-flow: column;
  display: flex;
}

.pol-paragraph-2 {
  color: #f8ece2;
  font-size: var(--paragraph-standard);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.pol-wrap-1-6 {
  grid-column-gap: 1.73em;
  grid-row-gap: 1.73em;
  flex-flow: column;
  display: flex;
}

.pol-text-field-1 {
  border: 1px solid var(--clear-gray-border);
  border-radius: var(--button-border-radius);
  min-width: 250px;
  height: 50px;
  min-height: 50px;
  color: var(--cream-white);
  background-color: #eeeee626;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.1;
}

.pol-text-field-1::placeholder {
  color: var(--cream-white);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
}

.pol-text-field-1.text-area {
  color: #f8ece2;
  min-width: auto;
  height: 10em;
  min-height: auto;
  font-size: var(--paragraph-standard);
  border-radius: .86em;
  margin-bottom: 0;
  padding: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.pol-text-field-1.text-area::placeholder {
  color: var(--cream-white);
}

.are-icon-1 {
  border-radius: 0;
  width: 18px;
  height: 18px;
}

.are-text-3 {
  color: #fff;
  font-size: var(--txtbutton-standard);
  margin-top: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.button-inside-2 {
  grid-column-gap: .5em;
  color: var(--cream-white);
  font-family: Mundial, Arial, sans-serif;
  font-size: var(--txtbutton-standard);
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem;
  line-height: 1;
  display: flex;
  position: static;
}

.button-inside-2.small {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.opm_script_do-scroll-stuff {
  display: none;
}

.fam-ted-1 {
  background-color: var(--cream-white);
  border-radius: 33em;
  justify-content: center;
  align-items: center;
  width: 2.8em;
  height: 2.8em;
  display: flex;
}

.fam-ted-2 {
  font-size: var(--paragraph-standard);
  font-weight: 600;
  line-height: 1em;
}

.blog_container_rtb {
  width: 100%;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}

.blog_rtb_content {
  box-sizing: border-box;
  float: none;
  color: var(--cream-white);
  object-fit: contain;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 1.3em;
  line-height: 1.3em;
  display: block;
  overflow: visible;
}

.blog_rtb_content h2 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 2.6em;
  line-height: 1.2em;
}

.blog_rtb_content h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 2em;
  line-height: 1.2em;
}

.blog_rtb_content h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.6em;
}

.blog_rtb_content p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.6em;
}

.blog_rtb_content blockquote {
  font-size: 1em;
  line-height: 1.3em;
}

.blog_rtb_content a {
  color: var(--orange);
}

.blog_rtb_content ol {
  font-size: 1em;
}

.blog_rtb_content li {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.4em;
}

.blog_section_content {
  padding-left: 5em;
  padding-right: 5em;
}

@media screen and (min-width: 1280px) {
  body {
    --black: black;
    --vive-green: #00cc26;
    --vive-blue: #00cbca;
    --cream-white: #eeeee6;
    --softedge-blue: #17428e;
    --anchor: .9vw;
    --paragraph-standard: 1.2em;
    --orange: #ff6d00;
    --paragraph-mid: 1.6em;
    --h2: 3.2em;
    --txtbutton-standard: 1.2em;
    --h3: 2.5em;
    --h4: 1.7em;
    --tag-small: .86em;
    --h1: 5.4em;
  }

  .fer-wrap-5.other {
    margin-left: -5.9em;
  }

  .are-wrap-8 {
    left: -3em;
  }
}

@media screen and (min-width: 1440px) {
  body {
    --black: black;
    --vive-green: #00cc26;
    --vive-blue: #00cbca;
    --cream-white: #eeeee6;
    --softedge-blue: #17428e;
    --anchor: .8vw;
    --paragraph-standard: 1.2em;
    --orange: #ff6d00;
    --paragraph-mid: 1.6em;
    --h2: 3.2em;
    --txtbutton-standard: 1.2em;
    --h3: 2.5em;
    --h4: 1.7em;
    --tag-small: .86em;
    --h1: 5.4em;
  }

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

  .section-hero.healthcare {
    padding-top: 14rem;
  }

  .section-hero.staff {
    height: 100vh;
  }

  .display-3.excellence {
    font-size: 18px;
  }

  .cta-bg.contact-page {
    top: 2%;
  }

  .horizontal-step-block {
    height: 55vh;
  }

  .section-post-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-weight: 400;
    display: block;
    overflow: visible;
  }

  .rich-text-body.blog {
    text-align: left;
    width: 100%;
    height: 16.366%;
    display: block;
  }

  .orbit-wrapper {
    bottom: -55%;
  }

  .orbit-big {
    width: 50vw;
    max-width: none;
  }

  .orbit-small {
    width: 30vw;
  }

  .desktop-content-wrapper {
    margin-right: -25px;
  }

  .desktop-version-wrapper {
    right: auto;
  }

  .fer-wrap-2 {
    flex-basis: 45%;
  }

  .fer-wrap-5 {
    margin-left: -10em;
  }

  .fer-wrap-5.other {
    margin-left: -12.7em;
  }

  .jua-wrap-9 {
    grid-column-gap: 7.3em;
    grid-row-gap: 7.3em;
  }

  .bot-wrap-4.gris {
    grid-column-gap: 3.4em;
    grid-row-gap: 3.4em;
  }

  .opm-wrap-4 {
    margin-left: -16.7em;
  }

  .are-wrap-7 {
    align-self: stretch;
  }

  .are-wrap-8 {
    left: 0;
  }

  .fer-gradient-2-1 {
    display: none;
  }

  .fer-gradient-1-1 {
    display: block;
    top: 0%;
    bottom: 0%;
    right: auto;
  }

  .pol-text-4.excellence {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --black: black;
    --vive-green: #00cc26;
    --vive-blue: #00cbca;
    --cream-white: #eeeee6;
    --softedge-blue: #17428e;
    --anchor: 15px;
    --paragraph-standard: 1.2em;
    --orange: #ff6d00;
    --paragraph-mid: 1.6em;
    --h2: 3.2em;
    --txtbutton-standard: 1.2em;
    --h3: 2.5em;
    --h4: 1.7em;
    --tag-small: .86em;
    --h1: 5.4em;
  }

  .body {
    font-size: 15px;
  }

  .container-default {
    max-width: 2160px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .brand-logo.w--current {
    width: 220px;
  }

  .nav-link.dropdown-menu, .nav-link.dropdown-menu.w--current {
    font-size: 16px;
  }

  .btn-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .section-hero.blog {
    padding-top: 22rem;
  }

  .section-hero.healthcare {
    padding-top: 15rem;
  }

  .section-hero.home {
    padding-top: 13rem;
  }

  .section-hero.staff {
    height: 100vh;
  }

  .hero-content-wrapper {
    max-width: 60%;
  }

  .subtitle-text.small-sbt.center {
    font-size: 24px;
  }

  .hero-display.center {
    font-size: 3.2vw;
  }

  .center-text-wrapper {
    max-width: 70rem;
  }

  .display-2.security {
    font-size: 3.2vw;
  }

  .display-2.connect {
    font-size: 3.5vw;
  }

  .paragraph-review {
    font-size: 20px;
  }

  .slider-content-wrapper {
    height: 90vh;
  }

  .display-case-study {
    font-size: 48px;
  }

  .paragraph-casestudy {
    font-size: 18px;
  }

  .slide-nav {
    bottom: -7%;
  }

  .data-number {
    font-size: 56px;
  }

  .car-grid-wrapper.why {
    grid-template-columns: 1.5fr 1fr;
  }

  .security-card {
    height: 500px;
    padding: 4rem 3.5rem;
    font-size: 18px;
  }

  .security-card._1, .security-card._2, .security-card._3, .security-card._4 {
    height: 400px;
  }

  .security-title {
    font-size: 28px;
  }

  .paragraph-security-card {
    font-size: 20px;
  }

  .section-cta {
    padding-top: 150px;
  }

  .cta-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .connect-content-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .paragraph-cta {
    font-size: 20px;
  }

  .contact-buttons-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .contact-card {
    min-width: 300px;
    max-width: 300px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .contact-card.inside {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-content-wrapper {
    width: 100%;
    padding: 4rem;
  }

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

  .form-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .form-label {
    font-size: 20px;
  }

  .text-field {
    height: 60px;
    min-height: 60px;
    font-size: 16px;
  }

  .text-field::placeholder, .radio-label {
    font-size: 16px;
  }

  .cta-bg.contact-page {
    top: 0%;
  }

  .footer-gradient {
    bottom: -85%;
  }

  .why-card {
    height: 500px;
  }

  .horizontal-step-block {
    height: 60vh;
  }

  .stackable-card._1 {
    min-width: 60rem;
    max-width: 60rem;
    min-height: 35rem;
  }

  .post-image-wrapper {
    height: 350px;
    max-height: 350px;
  }

  .post-title.side {
    font-size: 42px;
  }

  .paragraph-post {
    font-size: 16px;
  }

  .blog-content-wrapper {
    max-width: 70%;
  }

  .health-image-content-wrapper.health {
    z-index: 10;
    height: 100%;
  }

  .orbit-wrapper {
    bottom: -70vh;
  }

  .orbit-big {
    width: 60vw;
    max-width: none;
  }

  .orbit-small {
    width: 40vw;
  }

  .desktop-content-wrapper {
    margin-right: -20%;
    top: -5%;
    right: -25%;
  }

  .desktop-version-wrapper {
    width: 100%;
    max-width: 66%;
    position: static;
    inset: 0% auto;
  }

  .iphone-screen {
    bottom: -60%;
  }

  .image-wrapper-case-study {
    max-height: 750px;
  }

  .code-embed {
    text-align: left;
    display: flex;
  }

  .fer-wrap-5 {
    margin-left: -4em;
  }

  .fer-wrap-5.other {
    margin-left: -11.7em;
  }

  .fer-gradient-1 {
    margin-left: -2px;
  }

  .jua-wrap-6.other {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .jua-wrap-9 {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
  }

  .button-inside-1 {
    font-size: 18px;
  }

  .are-heading-1 {
    font-size: var(--h2);
  }

  .are-wrap-7 {
    width: 36em;
  }

  .fer-gradient-1-1 {
    z-index: 4;
  }

  .pol-heading-1.security {
    font-size: 3.2vw;
  }

  .pol-heading-1.connect {
    font-size: 3.5vw;
  }

  .pol-wrap-5.inside {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pol-wrap-6 {
    min-width: 300px;
    max-width: 300px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .pol-wrap-6.inside {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .pol-imput-1::placeholder {
    font-size: 16px;
  }

  .pol-text-field-1 {
    height: 60px;
    min-height: 60px;
    font-size: 16px;
  }

  .pol-text-field-1::placeholder {
    font-size: 16px;
  }

  .button-inside-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --black: black;
    --vive-green: #00cc26;
    --vive-blue: #00cbca;
    --cream-white: #eeeee6;
    --softedge-blue: #17428e;
    --anchor: 1.3vw;
    --paragraph-standard: 1.4em;
    --orange: #ff6d00;
    --paragraph-mid: 1.6em;
    --h2: 3.2em;
    --txtbutton-standard: 1.4em;
    --h3: 2.5em;
    --h4: 1.7em;
    --tag-small: .86em;
    --h1: 5.4em;
  }

  .container-default {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid var(--border-gray);
    border-radius: var(--button-border-radius);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: #eeeee61a;
    flex-flow: column;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 17px;
    box-shadow: 0 0 16px #0003;
  }

  .nav-link, .nav-link.dropdown {
    font-size: 18px;
  }

  .right-space-button {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-hero {
    margin-top: -5vh;
  }

  .section-hero.center {
    margin-top: -10vh;
  }

  .section-hero.center.about {
    min-height: 100vh;
  }

  .section-hero.blog {
    margin-top: -10vh;
  }

  .section-hero.healthcare {
    flex-flow: column;
    height: auto;
    padding-top: 18rem;
  }

  .section-hero.home {
    min-height: 95vh;
    margin-top: -10vh;
    padding-top: 18rem;
    display: block;
  }

  .section-hero.staff {
    padding-top: 18rem;
  }

  .hero-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 100%;
  }

  .hero-display.center {
    font-size: 4.5vw;
  }

  .hero-display.center.about {
    font-size: 4vw;
  }

  .hero-display.staff, .hero-display.healthcare {
    font-size: 6vw;
  }

  .hero-bg {
    left: auto;
  }

  .bg-video-hero {
    width: 180%;
  }

  .bg-video-hero.full {
    width: 100%;
  }

  .section-us {
    padding-bottom: 100px;
  }

  .display-2.nearshore {
    font-size: 4vw;
  }

  .display-2.healthcare {
    font-size: 24px;
  }

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

  .service-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .display-3.why {
    font-size: 24px;
  }

  .display-3.steps {
    font-size: 20px;
  }

  .display-3.nearshore-accordion {
    font-size: 2vw;
  }

  .display-3.talent {
    font-size: 28px;
  }

  .content-review-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    padding-top: 0;
  }

  .review-text-content-wrapper {
    order: -1;
    max-width: 100%;
  }

  .review-card-content {
    max-width: 100%;
  }

  .reviews-card-content {
    height: 50vh;
  }

  .section-case-study {
    height: auto;
  }

  .slider-content-wrapper {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .left-content-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 100%;
  }

  .display-case-study.smaller {
    font-size: 24px;
  }

  .slide-nav {
    bottom: -8%;
  }

  .case-study-phone {
    margin-left: auto;
    display: none;
  }

  .case-study-data {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    justify-content: flex-start;
    max-width: 100%;
  }

  .grid-case-study {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .awards-wrapper {
    z-index: 10;
    flex-flow: column;
    position: relative;
  }

  .awards-text-content, .grid-awards {
    max-width: 100%;
  }

  .car-grid-wrapper {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
  }

  .car-grid-wrapper.why {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    display: flex;
  }

  .car-grid-wrapper.security-home {
    grid-column-gap: 5.7rem;
    grid-row-gap: 5.7rem;
  }

  .security-features-card-wrapper {
    width: 100%;
  }

  .security-card._1 {
    height: 380px;
    padding: 1.5rem 1rem;
  }

  .security-card._2 {
    height: 380px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .security-card._3, .security-card._4 {
    height: 380px;
    padding: 1.5rem 1rem;
  }

  .security-icon-wrapper {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
  }

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

  .btn-contact.other {
    height: 40px;
  }

  .footer-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .center-hero {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    max-width: 95%;
  }

  .center-paragraph-wrapper {
    max-width: 75%;
  }

  .why-card {
    height: 360px;
    padding: 3rem 1rem;
  }

  .paragraph-why-card {
    font-size: 14px;
  }

  .center-content {
    width: auto;
    max-width: none;
  }

  .step-block {
    min-height: 45vh;
  }

  .step-card._2, .step-card._1, .step-card._3, .step-card._4, .step-card._5, .step-card._6 {
    min-width: 300px;
    padding: 4%;
  }

  .paragraph-steps {
    font-size: 14px;
  }

  .left-hero-content {
    max-width: 95%;
  }

  .paragraph-staff-hero {
    font-size: 18px;
  }

  .staff-hero-bg {
    width: 100%;
  }

  .staff-bg {
    right: 0%;
  }

  .section-nearshore {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .side-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .title-side-content {
    max-width: 60%;
  }

  .side-paragraph-wrapper {
    max-width: 40%;
  }

  .paragraph-nearshore {
    font-size: 14px;
  }

  .nearshore-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .accordion-side-wrapper {
    justify-content: center;
  }

  .horizontal-step-block {
    height: 55vh;
  }

  .h-img-block._1, .h-content-block {
    width: 45%;
  }

  .grid-3-columns {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .team-card {
    padding: 2rem 1rem;
  }

  .team-avatar {
    width: 128px;
    height: 128px;
  }

  .team-name {
    font-size: 24px;
  }

  .team-position {
    font-size: 14px;
  }

  .stackable-card._1 {
    min-width: auto;
    max-width: none;
    min-height: 30rem;
  }

  .stackable-card._2, .stackable-card._3 {
    min-width: auto;
    min-height: 30rem;
  }

  .section-contact-hero {
    padding-top: 11rem;
  }

  .collection-grid-list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .post-image-wrapper.side {
    min-width: 45%;
    max-width: 45%;
  }

  .post-image-wrapper.side.featured {
    min-width: 100%;
    max-width: 100%;
  }

  .collection-latest-grid {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .latest-blog-wrapper {
    flex-flow: column;
  }

  .latest-blog-wrapper.side {
    flex-flow: row;
  }

  .blog-wrapper-rest {
    flex-flow: column;
  }

  .blog-content-wrapper {
    max-width: 100%;
    padding-right: 0;
  }

  .post-right {
    max-width: 100%;
  }

  .rich-text-body h1 {
    font-size: 36px;
  }

  .rich-text-body h2 {
    font-size: 24px;
  }

  .rich-text-body h3 {
    font-size: 20px;
  }

  .rich-text-body h4 {
    font-size: 18px;
  }

  .rich-text-body p {
    font-size: 15px;
    line-height: 1.7;
  }

  .collection-grid-3-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .healthcare-hero-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .health-image-content-wrapper.health {
    align-items: flex-end;
    max-width: 100%;
    height: 80%;
  }

  .grid-3-services {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .section-rock-solid {
    height: 65vh;
  }

  .orbit-wrapper {
    bottom: -35%;
  }

  .orbit-big {
    width: 80%;
    min-width: 60%;
    max-width: 80%;
  }

  .orbit-small {
    width: 50%;
  }

  .orbit-planet._2 {
    width: 64px;
    height: 64px;
    top: -6%;
  }

  .orbit-planet._1 {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    top: 18.8%;
  }

  .orbit-planet._3 {
    width: 64px;
    height: 64px;
    right: -79%;
  }

  .orbit-planet.small-1 {
    width: 64px;
    height: 64px;
    top: -3%;
  }

  .orbit-planet.small-2 {
    width: 64px;
    height: 64px;
  }

  .orbit-planet._4 {
    width: 64px;
    height: 64px;
    left: 92.5%;
  }

  .orbit-planet._5 {
    width: 64px;
    height: 64px;
    top: 95%;
  }

  .orbit-planet._6 {
    width: 64px;
    height: 64px;
  }

  .orbit-planet.small-3 {
    width: 64px;
    height: 64px;
    top: 87%;
  }

  .orbit-planet.small-4 {
    width: 64px;
    height: 64px;
    left: 90%;
  }

  .image-rock-solid {
    width: 36px;
    height: 36px;
  }

  .desktop-content-wrapper {
    width: 90%;
    position: relative;
    right: auto;
  }

  .service-grid {
    max-width: 100%;
  }

  .grid-nearshore-image {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .grid-image-wrapper {
    height: 260px;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: var(--softedge-blue);
  }

  .dropdown-list.services.w--open, .dropdown-list.industries.w--open {
    background-color: var(--black);
  }

  .dropdown-content-wrapper {
    background-color: var(--black);
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    position: relative;
  }

  .logo-security {
    width: 48px;
  }

  .case-study-grid-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-events {
    padding-top: 18rem;
  }

  .content-services-healthcare-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
  }

  .service-grid-image-wrapper {
    max-width: 100%;
    height: 300px;
    min-height: 300px;
  }

  .image-full-grid {
    object-fit: cover;
  }

  .desktop-version-wrapper {
    max-width: 100%;
  }

  .menu-button {
    aspect-ratio: 1;
    border-radius: var(--button-border-radius);
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 6px;
  }

  .menu-button.w--open {
    background-color: var(--border-gray);
    padding: 6px;
  }

  .menu-lottie {
    width: 100%;
    height: 100%;
  }

  .dropdown-menu {
    display: block;
  }

  .awards-video-bg {
    width: 100%;
    height: 100%;
  }

  .image-case-study-preview {
    width: 200%;
    max-width: 200%;
  }

  .iphone-screen {
    bottom: -66%;
  }

  .case-study-iphone-image {
    height: 80%;
  }

  .image-industries {
    width: 100%;
  }

  .section-legal {
    min-height: 60vh;
    padding-top: 12rem;
  }

  .case-study-section-wrap {
    max-width: 100%;
  }

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

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

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

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

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

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

  .fer-section-1 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .fer-wrap-1 {
    flex-flow: column;
  }

  .fer-wrap-3 {
    width: 100%;
  }

  .fer-wrap-5.other {
    margin-left: -3.2em;
  }

  .fer-gradient-1 {
    display: block;
  }

  .jua-section-1 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .jua-wrap-9 {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
  }

  .fam-section-1 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .fam-wrap-6 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .fam-wrap-1-1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fam-heading-2, .fam-heading-3 {
    margin-top: .2em;
  }

  .bot-section-1 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .bot-wrap-4.gris {
    grid-column-gap: 5.8em;
    grid-row-gap: 5.8em;
  }

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

  .opm-wrap-2 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .opm-grid-1 {
    grid-template-columns: 1fr 1fr;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .image-101 {
    height: 1.3em;
  }

  .are-wrap-3 {
    padding-left: 2.5em;
  }

  .are-heading-1 {
    font-size: 5em;
  }

  .are-wrap-7 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .hero-bg-1 {
    left: auto;
  }

  .bg-video-hero-1 {
    width: 180%;
  }

  .bg-video-hero-1.full {
    width: 100%;
  }

  .hero-bg-2 {
    left: 25.2em;
  }

  .bg-video-hero-2 {
    width: 180%;
  }

  .bg-video-hero-2.full {
    width: 100%;
  }

  .fer-gradient-2 {
    width: 4em;
    display: block;
    inset: 0% -3.3em 0% auto;
  }

  .jua-wrap-1-7 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .fer-gradient-2-1 {
    width: 4em;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .fer-gradient-1-1 {
    display: block;
    inset: 0% auto 0% 0%;
  }

  .pol-section-1 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .pol-container-1 {
    max-width: 100em;
  }

  .pol-wrap-1 {
    flex-flow: column;
    display: flex;
  }

  .pol-heading-1.center {
    font-size: 36px;
  }

  .pol-heading-1.reviews {
    font-size: 4.7vw;
  }

  .pol-heading-1.awards {
    font-size: 4.6vw;
  }

  .pol-heading-1.connect {
    font-size: 6vw;
  }

  .pol-heading-1.nearshore {
    font-size: 4vw;
  }

  .pol-heading-1.healthcare, .pol-text-4.why {
    font-size: 24px;
  }

  .pol-text-4.steps {
    font-size: 20px;
  }

  .pol-text-4.nearshore-accordion {
    font-size: 2vw;
  }

  .pol-text-4.talent {
    font-size: 28px;
  }

  .pol-button-1 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    --black: black;
    --vive-green: #00cc26;
    --vive-blue: #00cbca;
    --cream-white: #eeeee6;
    --softedge-blue: #17428e;
    --anchor: 1.8vw;
    --paragraph-standard: 1.4em;
    --orange: #ff6d00;
    --paragraph-mid: 1.6em;
    --h2: 3.2em;
    --txtbutton-standard: 1.4em;
    --h3: 2.5em;
    --h4: 1.7em;
    --tag-small: .86em;
    --h1: 5.4em;
  }

  .brand-logo.w--current {
    width: 160px;
  }

  .nav-menu {
    margin-left: auto;
    margin-right: auto;
  }

  .section-hero.center {
    min-height: 90vh;
  }

  .section-hero.center.about {
    min-height: 100vh;
  }

  .section-hero.healthcare {
    padding-top: 15rem;
  }

  .section-hero.home {
    height: 75vh;
    min-height: 80vh;
    padding-top: 18rem;
  }

  .hero-display.healthcare {
    font-size: 5vw;
  }

  .hero-display.case-study {
    font-size: 3vw;
  }

  .display-2.why {
    font-size: 5vw;
  }

  .display-2.talent, .display-2.excellence {
    font-size: 32px;
  }

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

  .display-3.nearshore-accordion {
    font-size: 3vw;
  }

  .display-3.talent {
    font-size: 24px;
  }

  .reviews-card-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 60vh;
  }

  .grid-case-study {
    grid-template-columns: 1fr 1fr;
  }

  .data-number {
    font-size: 36px;
  }

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

  .awards-wrapper {
    z-index: 10;
    position: relative;
  }

  .grid-awards {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .car-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .car-grid-wrapper.why {
    flex-flow: column;
  }

  .security-sticky {
    margin-bottom: 10rem;
    position: relative;
  }

  .btn-contact.other {
    height: 50px;
  }

  .form-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

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

  .paragraph-process {
    font-size: 16px;
  }

  .dot._1, .dot._3, .dot._5 {
    order: -1;
  }

  .content-wrap {
    order: 1;
  }

  .step-card._2, .step-card._1, .step-card._3, .step-card._4, .step-card._5, .step-card._6 {
    min-width: 400px;
  }

  .scroll-wrap {
    order: -1;
    top: auto;
    left: 2.5%;
    right: auto;
  }

  .nearshore-content-wrapper {
    flex-flow: column;
  }

  .accordion-side-wrapper {
    max-width: 100%;
  }

  .accordion-side-wrapper.excellence {
    order: -1;
    max-width: 100%;
  }

  .paragraph-accordion {
    font-size: 14px;
  }

  .horizontal-step-block {
    flex-flow: column;
    height: 60vh;
  }

  .h-img-block._1, .h-img-block._2, .h-img-block._3, .h-img-block._4 {
    width: 100%;
  }

  .h-dot-block {
    order: 1;
    align-self: center;
  }

  .h-content-block {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 75%;
  }

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

  .image-team {
    object-fit: cover;
  }

  .values-content-wrapper {
    flex-flow: column;
  }

  .values-card-wrapper {
    max-width: 100%;
  }

  .values-text-content {
    order: -1;
    max-width: 100%;
  }

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

  .post-image-wrapper {
    height: 150px;
    max-height: 150px;
  }

  .post-title {
    font-size: 21px;
  }

  .post-body-wrapper {
    flex-flow: column;
  }

  .post-body-content {
    max-width: 100%;
    padding-right: 0;
  }

  .rich-text-body h1 {
    font-size: 32px;
  }

  .collection-grid-3-row {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

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

  .orbit-wrapper {
    bottom: -48%;
  }

  .orbit-big {
    width: 85%;
    min-width: 85%;
  }

  .orbit-small {
    width: 40%;
    top: 26%;
  }

  .excellence-content-wrapper {
    flex-flow: column;
  }

  .image-excellence-wrapper {
    max-width: 100%;
    height: 40vh;
  }

  .nearshore-image-wrapper {
    max-width: 100%;
  }

  .case-study-content-wrapper.second {
    max-width: 70%;
  }

  .case-study-grid-list {
    grid-template-columns: 1fr;
  }

  .section-case-study-content {
    padding-top: 50px;
  }

  .desktop-version-wrapper {
    max-width: 100%;
  }

  .first-image-grid {
    margin-bottom: 50px;
  }

  .awards-video-bg {
    width: 100%;
    height: 100%;
  }

  .image-case-study-preview {
    width: 250%;
    max-width: 250%;
  }

  .iphone-screen {
    bottom: -55%;
  }

  .case-study-iphone-image {
    height: 100%;
  }

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

  .image-wrapper-case-study {
    order: 1;
  }

  .collection-filter-grid {
    flex-flow: column;
    display: flex;
  }

  .hero-heading-left, .hero-without-image, .pricing-overview, .hero-heading-left-2, .hero-subscribe-right, .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .fer-wrap-5 {
    justify-content: flex-end;
    align-items: center;
  }

  .fer-gradient-1 {
    left: 36.3em;
  }

  .jua-wrap-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .jua-wrap-9 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .fam-wrap-1 {
    flex-flow: column;
  }

  .fam-wrap-5 {
    border-top-left-radius: 2.12em;
    border-bottom-left-radius: 2.12em;
    padding-bottom: 3.8em;
    padding-left: 8.26em;
  }

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

  .bot-wrap-3 {
    flex-flow: column;
  }

  .bot-wrap-4.gris {
    grid-column-gap: 2.66em;
    grid-row-gap: 2.66em;
  }

  .opm-section-1 {
    margin-top: 10em;
  }

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

  .opm-wrap-5 {
    width: auto;
  }

  .opm-wrap-1-1 {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .are-section-1 {
    margin-bottom: 0;
    padding-right: 2.5em;
  }

  .are-wrap-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .are-wrap-2 {
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 0;
  }

  .are-wrap-3 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .are-heading-1, .are-text-1, .are-text-2 {
    text-align: center;
  }

  .are-wrap-7 {
    flex-flow: row;
    align-self: stretch;
    width: auto;
  }

  .hero-bg-2 {
    height: 45em;
    left: 2.7em;
  }

  .fer-gradient-2 {
    width: 3em;
    inset: 0% -2.6em 0% auto;
  }

  .jua-wrap-1-7 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .fam-wrap-1-5 {
    display: none;
  }

  .fer-gradient-2-1 {
    width: 3em;
    inset: 0% -2.6em 0% auto;
  }

  .fer-gradient-1-1 {
    inset: 0% auto 0% 0%;
  }

  .are-gradient-2 {
    inset: auto 0% -5em;
  }

  .are-gradient-3 {
    display: block;
    left: -.1em;
  }

  .pol-container-1 {
    max-width: 100em;
  }

  .pol-heading-1.center {
    font-size: 32px;
  }

  .pol-heading-1.security {
    font-size: 6vw;
  }

  .pol-heading-1.why {
    font-size: 5vw;
  }

  .pol-heading-1.talent, .pol-heading-1.excellence {
    font-size: 32px;
  }

  .pol-wrap-5 {
    flex: 1;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .pol-text-4.nearshore-accordion {
    font-size: 3vw;
  }

  .pol-text-4.talent {
    font-size: 24px;
  }

  .pol-button-1 {
    width: auto;
  }

  .pol-wrap-1-6 {
    text-align: center;
  }

  .are-text-3 {
    margin-top: .2em;
  }

  .blog_section_content {
    padding-left: 4em;
    padding-right: 4em;
  }
}

@media screen and (max-width: 479px) {
  body {
    --black: black;
    --vive-green: #00cc26;
    --vive-blue: #00cbca;
    --cream-white: #eeeee6;
    --softedge-blue: #17428e;
    --anchor: 2.5vw;
    --paragraph-standard: 1.4em;
    --orange: #ff6d00;
    --paragraph-mid: 1.6em;
    --h2: 3.2em;
    --txtbutton-standard: 1.4em;
    --h3: 2.5em;
    --h4: 1.7em;
    --tag-small: .86em;
    --h1: 5.4em;
  }

  .vive-banner {
    height: 45px;
  }

  .btn-vive {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 1.1;
  }

  .banner-gradient {
    top: -75%;
  }

  .nav-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

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

  .brand-logo.w--current {
    padding-left: 0;
  }

  .right-space-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-self: center;
  }

  .btn-nav {
    padding: 10px 14px;
    font-size: 14px;
  }

  .section-hero {
    margin-top: -10vh;
  }

  .section-hero.center {
    height: auto;
    margin-top: -10vh;
    padding-top: 15rem;
  }

  .section-hero.center.about {
    min-height: 90vh;
    margin-top: -10vh;
  }

  .section-hero.healthcare {
    padding-top: 14rem;
    padding-bottom: 6rem;
  }

  .section-hero.home {
    height: auto;
    margin-top: -10vh;
    padding-top: 16rem;
  }

  .section-hero.staff {
    padding-top: 14rem;
  }

  .hero-content-wrapper {
    z-index: 10;
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    position: relative;
  }

  .subtitle-text.small-sbt.center {
    font-size: 16px;
  }

  .hero-display.center {
    font-size: 7vw;
  }

  .hero-display.center.about {
    font-size: 4.5vw;
  }

  .hero-display.staff, .hero-display.event {
    font-size: 8vw;
  }

  .hero-display.blog-post {
    font-size: 6vw;
  }

  .main-button-n {
    padding: 1px;
  }

  .main-button-n.center.navbar {
    align-self: center;
  }

  .button-inside {
    padding: .5rem 1.2rem;
  }

  .button-inside.small {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .border-gradient {
    min-height: 10rem;
  }

  .gradient-black.blog {
    height: 60%;
  }

  .gradient-black.top {
    height: 20%;
  }

  .section-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-us.values {
    overflow: hidden;
  }

  .display-2.center.fintech {
    font-size: 24px;
  }

  .display-2.nearshore {
    font-size: 7vw;
  }

  .display-2.values {
    font-size: 32px;
  }

  .display-2.trust-cards, .display-2.case-study, .display-2.case-study-title {
    font-size: 24px;
  }

  .display-3.values {
    font-size: 16px;
  }

  .display-3.excellence {
    font-size: 18px;
  }

  .section-review {
    padding-top: 50px;
    overflow: hidden;
  }

  .gradient-review {
    height: 20%;
  }

  .reviews-card-content {
    flex-flow: column;
  }

  .card-content-left {
    max-width: 100%;
  }

  .gradient-blue-review.financial {
    width: 60%;
    bottom: -88%;
  }

  .section-case-study {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .slider-content-wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .left-content-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .casestudy-logo {
    width: 180px;
  }

  .casestudy-content-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-top: 25px;
  }

  .slide-nav {
    bottom: -2%;
  }

  .button-case-study {
    margin-top: 25px;
  }

  .btn-case-study {
    font-size: 16px;
  }

  .grid-case-study {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .data-number {
    font-size: 24px;
  }

  .data-stat {
    font-size: 13px;
  }

  .tech-wrapper {
    margin-bottom: 50px;
  }

  .tech-used-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .tech-used-icon-wrapper {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .section-awards {
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
  }

  .grid-awards {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .award-card {
    padding: 12px;
  }

  .section-security {
    padding-top: 75px;
  }

  .car-grid-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .security-card._4 {
    margin-bottom: 4rem;
  }

  .contact-buttons-wrapper {
    flex-flow: column;
  }

  .contact-card {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
    min-width: 80%;
    overflow: visible;
  }

  .form-content-wrapper {
    padding: 1.5rem 1rem;
  }

  .radio-button-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
  }

  .section-footer {
    padding-top: 100px;
  }

  .footer-logo {
    width: 200px;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .footer-gradient {
    filter: blur(80px);
    width: 50vw;
    bottom: 0%;
  }

  .center-paragraph-wrapper {
    max-width: 100%;
  }

  .paragraph-hero {
    font-size: 16px;
  }

  .step-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .step-card._2, .step-card._1, .step-card._3, .step-card._4, .step-card._5, .step-card._6 {
    min-width: 300px;
  }

  .scroll-wrap {
    left: 3.5%;
  }

  .paragraph-staff-hero {
    font-size: 14px;
  }

  .side-content-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .title-side-content, .side-paragraph-wrapper {
    max-width: 100%;
  }

  .section-team {
    padding-top: 50px;
  }

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

  .values-content-wrapper {
    flex-flow: column;
  }

  .values-card-wrapper {
    order: 1;
    max-width: 100%;
  }

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

  .values-card {
    width: 250px;
    padding: 18px;
  }

  .paragraph-values {
    font-size: 14px;
  }

  .section-trusted {
    padding-bottom: 0;
    overflow: visible;
  }

  .stackable-card._1, .stackable-card._2, .stackable-card._3 {
    min-height: 20rem;
  }

  .card-content {
    padding: 2rem 1rem;
  }

  .paragraph-stack-card {
    font-size: 14px;
  }

  .section-contact-hero {
    padding-top: 10rem;
  }

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

  .post-image-wrapper.side {
    min-width: 100%;
    max-width: 100%;
  }

  .collection-latest-grid {
    grid-template-columns: 1fr;
  }

  .latest-blog-wrapper.side {
    flex-flow: column;
  }

  .section-main-blog {
    margin-top: -9vh;
    padding-top: 150px;
  }

  .content-main-post {
    min-height: 30vh;
  }

  .data-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .post-body-wrapper {
    flex-flow: column;
  }

  .post-body-content {
    max-width: 100%;
    padding-right: 0;
  }

  .collection-grid-3-row {
    grid-template-columns: 1fr;
  }

  .grid-3-services {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .section-rock-solid {
    height: 90vh;
  }

  .orbit-wrapper {
    bottom: -25%;
  }

  .orbit-big {
    width: 120%;
    min-width: 120%;
    max-width: 120%;
  }

  .orbit-small {
    width: 80%;
  }

  .orbit-planet._2 {
    width: 42px;
    height: 42px;
  }

  .orbit-planet._1 {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .orbit-planet._3, .orbit-planet.small-1, .orbit-planet.small-2, .orbit-planet._4, .orbit-planet._5, .orbit-planet._6, .orbit-planet.small-3, .orbit-planet.small-4 {
    width: 42px;
    height: 42px;
  }

  .image-rock-solid {
    width: 24px;
    height: 24px;
  }

  .desktop-content-wrapper.case-study {
    width: 100%;
  }

  .section-services {
    overflow: hidden;
  }

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

  .section-excellence {
    overflow: hidden;
  }

  .grid-image-wrapper {
    height: 180px;
  }

  .section-case-studies {
    padding-top: 10rem;
  }

  .case-study-block-wrapper {
    flex-flow: column;
    height: auto;
    padding: 32px 24px;
  }

  .case-study-content-wrapper, .case-study-content-wrapper.second {
    max-width: 100%;
  }

  .case-study-logo {
    width: 100px;
    height: auto;
  }

  .gradient-full-case-study {
    background-image: linear-gradient(0deg, #17428e 18%, #17428e7a);
  }

  .section-events {
    padding-top: 14rem;
  }

  .title-event-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .logo-event-image {
    height: 7vw;
  }

  .data-name {
    font-size: 18px;
  }

  .service-grid-image-wrapper {
    height: 200px;
    min-height: 200px;
  }

  .desktop-version-wrapper {
    display: block;
  }

  .menu-button {
    background-color: var(--transparent);
  }

  .arrow-down {
    width: 18px;
    height: 18px;
  }

  .about-case-study-content-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .first-image-grid {
    flex-flow: column;
  }

  .first-image-case-study {
    max-width: 100%;
  }

  .brand-review-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .badge-image {
    width: 80%;
    height: 80%;
  }

  .tech-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .image-case-study-wrapper {
    inset: auto 0% -21%;
  }

  .image-case-study-preview {
    width: 200%;
  }

  .iphone-screen {
    bottom: -73%;
  }

  .case-study-iphone-image {
    height: 80%;
  }

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

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

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

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

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

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

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

  .fer-wrap-5 {
    grid-column-gap: 1.7em;
    grid-row-gap: 1.7em;
    justify-content: center;
    align-items: center;
  }

  .fer-wrap-5.other {
    margin-left: -3.3em;
    margin-right: -3.3em;
  }

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

  .fer-gradient-1 {
    width: 3em;
    inset: 0% auto 0% 0%;
  }

  .jua-wrap-9 {
    grid-column-gap: 1.33em;
    grid-row-gap: 1.33em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jua-wrap-1-1 {
    order: 9999;
  }

  .fam-wrap-5 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .fam-heading-3 {
    flex: 1;
  }

  .bot-wrap-4, .bot-wrap-4.gris {
    padding-left: 2.5em;
  }

  .bot-wrap-5 {
    padding-right: 2.5em;
  }

  .bot-text-2 {
    font-size: 1em;
  }

  .button-inside-1 {
    padding: .5rem 1.2rem;
  }

  .button-inside-1.small {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .are-section-1 {
    padding-right: 0;
  }

  .are-wrap-3 {
    padding-right: 2.5em;
  }

  .are-heading-1 {
    font-size: 4em;
  }

  .are-wrap-7 {
    flex-flow: column;
  }

  .fer-gradient-2 {
    inset: 0% 0% 0% auto;
  }

  .fer-gradient-2-1 {
    display: block;
    inset: 0% 0% 0% auto;
  }

  .fer-gradient-1-1 {
    width: 3em;
    inset: 0% auto 0% 0%;
  }

  .are-gradient-2 {
    background-image: linear-gradient(0deg, #000 58%, #fff0);
    background-repeat: repeat;
    background-size: auto;
    height: 10em;
  }

  .are-gradient-3 {
    height: 10em;
    left: -10.1em;
  }

  .pol-heading-1.center, .pol-heading-1.center.fintech {
    font-size: 24px;
  }

  .pol-heading-1.connect {
    font-size: 8vw;
  }

  .pol-heading-1.nearshore {
    font-size: 7vw;
  }

  .pol-heading-1.values {
    font-size: 32px;
  }

  .pol-heading-1.trust-cards, .pol-heading-1.case-study, .pol-heading-1.case-study-title {
    font-size: 24px;
  }

  .pol-wrap-4 {
    flex-flow: column;
  }

  .pol-wrap-6 {
    min-width: 100%;
  }

  .pol-text-4 {
    font-size: 18px;
  }

  .pol-text-4.values {
    font-size: 16px;
  }

  .pol-text-4.excellence {
    font-size: 18px;
  }

  .pol-form-grid-1 {
    grid-template-columns: 1fr;
  }

  .pol-wrap-1-1 {
    flex-flow: wrap;
  }

  .pol-wrap-1-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
  }

  .pol-button-1 {
    width: auto;
  }

  .are-text-3 {
    font-size: .9em;
  }

  .button-inside-2 {
    padding: .8rem 1.2rem;
    font-size: 16px;
  }

  .button-inside-2.small {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
}

#w-node-accacb94-7f5e-4669-865c-c44f1933fd80-1933fd78, #w-node-d1cc56b1-0af1-821b-1571-1eda2ba4a0c5-2ba4a0a2 {
  justify-self: end;
}

#w-node-d1cc56b1-0af1-821b-1571-1eda2ba4a0d0-2ba4a0a2, #w-node-d1cc56b1-0af1-821b-1571-1eda2ba4a0d4-2ba4a0a2, #w-node-d1cc56b1-0af1-821b-1571-1eda2ba4a0e8-2ba4a0a2, #w-node-d1cc56b1-0af1-821b-1571-1eda2ba4a0ec-2ba4a0a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e9f151b-3b18-7437-429d-c0a5b93f9372-b93f936f {
  justify-self: start;
}

#w-node-_6e9f151b-3b18-7437-429d-c0a5b93f9374-b93f936f {
  place-self: center;
}

#w-node-_6e9f151b-3b18-7437-429d-c0a5b93f9391-b93f936f, #w-node-_183d12c4-86d9-fc98-2a7f-1109c67cc877-510a73d6 {
  justify-self: end;
}

#w-node-_183d12c4-86d9-fc98-2a7f-1109c67cc882-510a73d6, #w-node-_183d12c4-86d9-fc98-2a7f-1109c67cc886-510a73d6, #w-node-_183d12c4-86d9-fc98-2a7f-1109c67cc89a-510a73d6, #w-node-_183d12c4-86d9-fc98-2a7f-1109c67cc89e-510a73d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1b36605-8a04-1ba5-10bf-0e0164a8e271-019c8112 {
  justify-self: end;
}

#w-node-_38a412bc-3de0-f613-9ffe-22df068c2113-8b6553d8, #w-node-_4fe68d01-51cf-3969-3115-b3e4dc19dfca-8b6553d8 {
  align-self: center;
}

#w-node-_2809e493-9d0d-9142-0b60-08781d76b88c-3fab9fac {
  justify-self: end;
}

#w-node-_2809e493-9d0d-9142-0b60-08781d76b897-3fab9fac, #w-node-_2809e493-9d0d-9142-0b60-08781d76b89b-3fab9fac, #w-node-_2809e493-9d0d-9142-0b60-08781d76b8af-3fab9fac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1944fd61-9e11-4ec8-16bc-fd753c3903b7-3fab9fac, #w-node-_1944fd61-9e11-4ec8-16bc-fd753c3903be-3fab9fac, #w-node-_1944fd61-9e11-4ec8-16bc-fd753c3903c5-3fab9fac, #w-node-_1944fd61-9e11-4ec8-16bc-fd753c3903cc-3fab9fac, #w-node-_1944fd61-9e11-4ec8-16bc-fd753c3903ec-3fab9fac, #w-node-_1944fd61-9e11-4ec8-16bc-fd753c3903f3-3fab9fac, #w-node-_1944fd61-9e11-4ec8-16bc-fd753c3903fa-3fab9fac, #w-node-_1944fd61-9e11-4ec8-16bc-fd753c390401-3fab9fac {
  justify-self: start;
}

#w-node-b241fc5f-0672-e895-5a25-5be29d2e4e0d-06abaeeb, #w-node-b241fc5f-0672-e895-5a25-5be29d2e4e14-06abaeeb, #w-node-b241fc5f-0672-e895-5a25-5be29d2e4e1b-06abaeeb, #w-node-b241fc5f-0672-e895-5a25-5be29d2e4e23-06abaeeb, #w-node-b241fc5f-0672-e895-5a25-5be29d2e4e2a-06abaeeb, #w-node-e0a1d9ab-ceb2-41c3-8edb-ca1e90485477-06abaeeb, #w-node-e0a1d9ab-ceb2-41c3-8edb-ca1e90485481-06abaeeb, #w-node-e0a1d9ab-ceb2-41c3-8edb-ca1e9048548b-06abaeeb, #w-node-_23663d43-5311-358e-11ed-7ce5b8e7a361-06abaeeb, #w-node-_23663d43-5311-358e-11ed-7ce5b8e7a36c-06abaeeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e498d5df-5d6d-ced7-3189-0011f31e97e7-9fba02b0 {
  justify-self: end;
}

#w-node-e498d5df-5d6d-ced7-3189-0011f31e97f2-9fba02b0, #w-node-e498d5df-5d6d-ced7-3189-0011f31e97f6-9fba02b0, #w-node-e498d5df-5d6d-ced7-3189-0011f31e980a-9fba02b0, #w-node-e498d5df-5d6d-ced7-3189-0011f31e980e-9fba02b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-d1cc56b1-0af1-821b-1571-1eda2ba4a0c5-2ba4a0a2, #w-node-e498d5df-5d6d-ced7-3189-0011f31e97e7-9fba02b0 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_609283db-d5e1-23c8-dc77-0ab50f59142b-8b6553d8, #w-node-_38a412bc-3de0-f613-9ffe-22df068c2113-8b6553d8, #w-node-_4fe68d01-51cf-3969-3115-b3e4dc19dfca-8b6553d8 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e7f52a53-a8aa-5a3c-2c9b-3517943594cf-d279cc29 {
    order: -9999;
  }

  #w-node-d1cc56b1-0af1-821b-1571-1eda2ba4a0c8-2ba4a0a2, #w-node-d1cc56b1-0af1-821b-1571-1eda2ba4a0cc-2ba4a0a2, #w-node-_183d12c4-86d9-fc98-2a7f-1109c67cc87a-510a73d6, #w-node-_183d12c4-86d9-fc98-2a7f-1109c67cc87e-510a73d6, #w-node-_2809e493-9d0d-9142-0b60-08781d76b88f-3fab9fac, #w-node-_2809e493-9d0d-9142-0b60-08781d76b893-3fab9fac, #w-node-e498d5df-5d6d-ced7-3189-0011f31e97ea-9fba02b0, #w-node-e498d5df-5d6d-ced7-3189-0011f31e97ee-9fba02b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_183d12c4-86d9-fc98-2a7f-1109c67cc87a-510a73d6, #w-node-_183d12c4-86d9-fc98-2a7f-1109c67cc87e-510a73d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e498d5df-5d6d-ced7-3189-0011f31e97ea-9fba02b0, #w-node-e498d5df-5d6d-ced7-3189-0011f31e97ee-9fba02b0, #w-node-e498d5df-5d6d-ced7-3189-0011f31e97f2-9fba02b0, #w-node-e498d5df-5d6d-ced7-3189-0011f31e97f6-9fba02b0, #w-node-e498d5df-5d6d-ced7-3189-0011f31e980a-9fba02b0, #w-node-e498d5df-5d6d-ced7-3189-0011f31e980e-9fba02b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialDemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialThin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}