:root {
  --off-white: #f6f6f6;
  --black: black;
  --white: white;
  --primary: #008cff;
  --heading-color: #182230;
  --transparent: transparent;
  --dark-blue: #13132a;
  --gray: var(--transparent);
  --light-blue: #008cff1a;
  --dark-gray: #686b6e;
  --secondary-blue: #016bb7;
  --light-gray: #808387;
  --off-yellow: #ffc30014;
}

body {
  color: #414141;
  background-color: #f9fafb;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

p {
  color: #414141;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  opacity: 1;
  color: #414141;
  background-color: #0000;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

ol {
  margin-top: 0;
}

li {
  color: #414141;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

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

strong {
  font-weight: bold;
}

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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

.dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
  transition: all .35s ease-in-out;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--primary);
}

.testimonial-logo {
  width: 150px;
}

.partner-grid-wrap {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

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

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

.partner-logo.logo_150 {
  width: 150px;
}

.partner-logo.aws {
  height: 50px;
}

.partner-logo.salesforce {
  height: 3.4375rem;
}

.footer-client-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-client-item {
  width: 80px;
}

.footer-client-item.is-1 {
  width: 120px;
}

.aws {
  font-size: 28px;
}

.code-embed-11 {
  display: none;
}

.icon-medium {
  width: 24px;
  height: 24px;
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.column-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.paragraph-small {
  color: #414141;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-small.text-grey {
  color: #c3c9d5;
}

.paragraph-small.title-center-align {
  margin-bottom: 0;
}

.paragraph-small.mt-5 {
  margin-top: 5px;
}

.paragraph-small.min_height_200 {
  min-height: 200px;
}

.paragraph-small.text-blue {
  color: var(--primary);
}

.paragraph-small.text-white {
  color: var(--white);
}

.paragraph-small.mb-10 {
  margin-bottom: 10px;
}

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

.row-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #29005a;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small.row-top {
  justify-content: flex-start;
  align-items: center;
}

.row-xsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.header-dashboard-asset {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 24px;
  max-width: 50%;
  min-height: 80%;
  position: absolute;
  left: auto;
  right: -10%;
}

.header-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--transparent);
  color: #000;
  border: 1px solid #c6bcf8;
  border-radius: 32px;
  align-items: center;
  padding: 6px 12px 6px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.header-badge.center {
  justify-content: center;
}

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

.paragraph-small-2 {
  color: #51515e;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.max-width-regular {
  max-width: 700px;
}

.section-header {
  background-color: #f1eeff;
  padding: 70px 5%;
  position: relative;
  overflow: hidden;
}

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

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

.button-primary-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: capitalize;
  background-color: #29005a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-header:hover {
  transform: translate(0, -2px);
  box-shadow: 0 0 5px 1px #23272e3d, inset 0 2px 2px #ffffff3d;
}

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

.button-primary-header.width {
  width: 170px;
}

.h4-heading {
  color: #414141;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}

.header-client-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.button-text {
  z-index: 1;
  position: relative;
}

.dashboard-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.badge-icon {
  background-color: #f6eeff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  line-height: 1.2;
  display: flex;
}

.header-client-review {
  border: 1px solid #c6bcf8;
  border-radius: 10px;
  width: 100%;
  max-width: 197px;
  padding: 16px;
}

.header-heading {
  color: #414141;
  text-transform: capitalize;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
}

.header-heading.about {
  font-size: 3rem;
}

.header-heading.text-white {
  color: var(--white);
}

.header-heading.mb-20 {
  margin-bottom: 20px;
}

.icon-tiny {
  color: #29005a;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.header-paragraph {
  color: var(--dark-gray);
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.header-paragraph.text-white {
  color: var(--white);
}

.header-paragraph.text-white.mt-20 {
  margin-top: 20px;
}

.nav-link-new {
  color: var(--white);
  text-transform: capitalize;
  white-space: nowrap;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.nav-link-new:hover, .nav-link-new.w--current {
  color: var(--white);
  background-color: #29005a;
}

.nav-link-new.dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--white);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-link-new.dropdown-toggle.w--open {
  color: var(--white);
  background-color: #29005a;
}

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

.nav-dropdown-list, .nav-dropdown-list.w--open {
  background-color: #0000;
}

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

.nav-dropdown-slot {
  padding-top: 12px;
}

.navbar---new {
  z-index: 999;
  background-color: #3817f3ed;
  background-image: radial-gradient(circle, #210cb9, #254bd6);
  width: 100%;
  padding: 24px 5%;
  position: sticky;
  top: 0;
}

.nav-container-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff3b;
  border: 1px solid #ffffff59;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 30px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.nav-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.nav-menu-button {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  flex: none;
  width: 32px;
  height: 32px;
  padding: 0;
}

.nav-dropdown-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f4f1fff2;
  border: 1px solid #ffffff59;
  border-radius: 15px;
  margin-top: 10px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 4px 5px #0000001a;
}

.nav-logo {
  width: 120px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

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

.nav-dropdown-arrow {
  width: 20px;
  height: 20px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.nav-menu-a {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-links {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.button-text-wrapper {
  padding-left: 6px;
  padding-right: 6px;
}

.nav-dropdown-new {
  margin-left: 0;
  margin-right: 0;
}

.button_navbar {
  background-color: var(--off-white);
  color: #18181b;
  text-align: center;
  white-space: nowrap;
  border: 1px #5e17eb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: none;
  display: inline-flex;
}

.button_navbar.w--current:hover {
  color: var(--white);
  background-color: #29005a;
}

.nav-link-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1925;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  transition: color .3s;
  display: flex;
}

.nav-link-small:hover {
  color: #29005a;
}

.icon-bg-mark {
  color: #e9e9e9;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-client-logo {
  height: 35px;
}

.testimonial-client-logo.logo-medium {
  height: 50px;
}

.testimonial-client-logo.logo-large {
  height: 70px;
}

.logo_outline {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border: 1px solid #ffffffb3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.logo_grid-four {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.logo_grid-four.mb-0 {
  margin-bottom: 0;
}

.section-regular {
  background-color: #0000;
  padding: 70px 8%;
  position: relative;
}

.section-regular.dark_bg {
  background-color: #29005a;
}

.section-regular.divider_section {
  padding-top: 0;
  padding-bottom: 0;
}

.section-regular.light_bg {
  background-color: var(--light-blue);
}

.section-regular.hide {
  background-image: linear-gradient(#cfc3ff, #fff);
}

.sections-heading {
  color: #414141;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
}

.sections-heading.text-white {
  color: var(--white);
}

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

.sections-heading.mb-20 {
  margin-bottom: 20px;
}

.common-section-descritpion {
  color: #414141;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.common-section-descritpion.text-white {
  color: var(--white);
}

.paragraph-regular-medium {
  font-size: 16px;
  font-weight: 500;
}

.paragraph-regular-medium.bold {
  font-weight: 600;
}

.paragraph-regular-medium.wealth-text-height {
  min-height: 160px;
}

.paragraph-regular-medium.min_height {
  min-height: 220px;
}

.subheading-small {
  color: #1a1925;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-card-outline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border: 1px solid #ffffffb3;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  box-shadow: 0 2px 5px #0000001a;
}

.title-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 70%;
  margin-bottom: 50px;
  display: flex;
}

.title-left.width-100 {
  width: 100%;
}

.testimonial_avatar-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.testimonial_card {
  background-color: #ebebf4;
  border-radius: 20px;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.testimonial_person {
  background-color: #29005a;
  background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69c1815872328790a0ccf3a4_Testimonial%20BG.svg");
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.testimonial_tabs-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.testimonial_tab {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .5;
  background-color: #fff;
  border-bottom: 2px dashed #6869ac00;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.testimonial_tab.w--current {
  opacity: 1;
  background-color: #fff0;
}

.testimonial_tabs {
  flex-direction: column-reverse;
  display: flex;
}

.testimonial_quote {
  color: #2b2c50;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial_details {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #eee5ff;
  border-right: 4px dashed #5e17eb;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.testimonial_avatar-wrapper {
  border-radius: 100%;
  flex: none;
  width: 3.75rem;
  height: 3.75rem;
}

.testimonial_tab-progress-base {
  margin-inline: auto;
  position: absolute;
  inset-block: auto 0;
  inset-inline: 0;
}

.testimonial_tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69c1815872328790a0ccf3ba_Tab%20Line.svg");
  background-position: 0%;
  background-size: cover;
  height: 2px;
  transition: width .3s;
}

.tab-rotation-script {
  display: none;
}

.testimonial_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}

.client-name {
  color: #29005a;
  font-size: 1rem;
  font-weight: 600;
}

.text-small {
  color: var(--dark-gray);
  font-size: 14px;
}

.text-small.uppercase-bold {
  color: #29005a;
  text-transform: uppercase;
  font-weight: 600;
}

.text-small.uppercase-bold.text-white {
  color: var(--white);
}

.client-image {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.nav-bg-pattern {
  z-index: -1;
  pointer-events: none;
  color: #eeeef0;
  position: absolute;
  inset: -3px auto auto -3px;
}

.button-subtle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1925;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #ddd;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.button-subtle:hover {
  color: #fff;
  background-color: #29005a;
}

.nav-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  max-width: 272px;
  display: flex;
}

.nav-menu-large {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 700px;
  padding: 10px 15px;
  display: grid;
}

.icon-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-feature-icon {
  background-color: #f7f7f8;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.paragraph-x-small {
  color: #51515e;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-x-small.text-color-tertiary {
  color: #73737f;
}

.overline-6 {
  color: #73737f;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.divider-secondary {
  background-color: #eeeef0;
  border-radius: 4px;
  flex: none;
  width: 100%;
  height: 1px;
}

.menu-icons {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.nav-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.nav-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-links {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

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

.nav-menu-title {
  padding: 12px 12px 12px 24px;
}

.nav-menu-title.visible-tablet {
  display: none;
}

.nav-caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.right-nav-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.right-nav-box:hover {
  color: #29005a;
}

.image-cover-4 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.caption-regular {
  font-size: 16px;
  line-height: 24px;
}

.caption-regular.text-color-tertiary {
  color: #6b7280;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69c2479337c63b8a164ed0b7_Noise%20%26%20Texture.png");
  background-position: 0 0;
  background-size: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.h6-heading {
  color: #414141;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.h6-heading.text-white {
  color: var(--white);
}

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

.content-bento-image-wrapper {
  border: 4px solid #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-bento-image-wrapper.medium {
  max-width: 373px;
}

.content-bento-image-wrapper.large {
  height: 100%;
}

.content-bento-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 8px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.content-bento-card.row {
  flex-flow: row;
  align-items: stretch;
}

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

.content-bento-description {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 16px;
  display: flex;
}

.h6-heading-2 {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

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

.footer_grid-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
}

.footer_contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 20rem;
  display: flex;
}

.footer_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff4d;
  border: 1px solid #ffffffb3;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 5rem;
  padding: 2.25rem 2rem;
  display: grid;
  box-shadow: 0 2px 5px #0000001a;
}

.footer-new {
  background-color: #fff;
  padding: 70px 10%;
  position: relative;
}

.footer-new.no_bg {
  background-color: var(--transparent);
  background-color: var(--transparent);
}

.footer_link-2 {
  color: #59595f;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
}

.footer_link-2:hover {
  color: #29005a;
}

.form_checkbox-icon {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .625rem;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #29005a;
  background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69c265eb11059831c80af671_Check%20Icon.svg");
  background-position: 50%;
  background-size: 20px;
  border-style: none;
  border-color: #29005a;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 0 #0000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.text_field-outline {
  color: #000;
  background-color: #fff;
  border: 1px solid #f5f5f6;
  border-radius: 0;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .625rem .875rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .3s;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.text_field-outline:focus {
  border-color: #ff5805;
}

.text_field-outline::placeholder {
  color: #59595f;
}

.footer_divider-2 {
  background-color: #e6e6e7;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.footer_divider-2.is-small {
  background-color: silver;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.form_checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-size-medium-2 {
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium-2.text-color-tertiary {
  color: #59595f;
}

.footer_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.footer_brand-divider {
  background-color: #a8a8aa;
  border-radius: 2px;
  width: 1px;
  height: 1.5rem;
}

.column-medium-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.social_inner {
  background-color: #c7e6ff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.social_inner:hover {
  color: var(--primary);
}

.footer_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  display: grid;
}

.form_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.text-size-small-5 {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small-5.text-color-tertiary {
  color: #59595f;
}

.footer_link-small {
  color: #59595f;
  font-size: .875rem;
  text-decoration: none;
  transition: color .3s;
}

.footer_link-small:hover {
  color: #252527;
}

.social_link {
  border: .5px dashed var(--primary);
  padding: .25rem;
}

.social_link:hover {
  border-color: #29005a;
  border-radius: 5px;
}

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

.form_checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  -webkit-user-select: none;
  user-select: none;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.footer-menu-heading {
  color: var(--heading-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.column-2x-small-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.gradient-container {
  background-color: #0000;
  background-image: linear-gradient(106deg, #f6eeff, #e2f2ff);
}

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

.engineering_grid.three {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

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

.ai-service-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 550px;
}

.slider-nav-hidden {
  display: none;
}

.testimonial-slider-image {
  border-radius: 12px;
  width: 100%;
  height: 313px;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.subheading-large {
  color: #000;
  letter-spacing: -.01em;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.testimonial-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid gray;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 48px;
  padding-bottom: 32px;
  display: flex;
}

.testimonial-slider-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border: 1px solid #ffffffb3;
  border-radius: 20px;
  align-items: center;
  height: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.testimonial-slider-arrow {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
}

.testimonial-slider-arrow:hover {
  color: #4255bd;
}

.testimonial-content-bottom {
  width: 100%;
}

.testimonial-slider-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #b2b2b2;
  border-radius: 32px;
  align-items: center;
  padding: 10px 10px 10px 24px;
  display: flex;
}

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

.testimonial-slider-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 240px 3fr;
}

.testimonial-logo-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.slider-testimonial {
  background-color: #0000;
  width: 100%;
  height: auto;
}

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

.icon-large {
  color: #29005a;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.icon-large.text-color-brand {
  color: #5e17eb;
  text-overflow: clip;
}

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

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

.testimonial-divider {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.overline-small {
  color: gray;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.paragraph-large-2 {
  color: #333;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-large-2.text-weight-semibold {
  font-weight: 600;
}

.hiw_image {
  aspect-ratio: 3.36 / 2.4;
  border: 1px #ff5805;
  position: relative;
  overflow: hidden;
}

.hiw_card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border: 1px solid #ffffffb3;
  border-radius: 10px;
  flex-flow: column;
  padding: 25px;
  transition: background-color .3s, border-color .3s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0000001a;
}

.hiw_card-small.white_box {
  background-color: var(--white);
}

.text-color-brand {
  color: #29005a;
}

.grid-three-column-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.process-number-wrapper {
  color: #29005a;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 32px;
  line-height: 32px;
  display: flex;
}

.process-dashed-line {
  border: 1px dashed #d8dbdf;
  max-width: 840px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 75px 0% auto;
}

.process-image-block {
  border: 1px dashed #29005a;
  border-radius: 10px;
  width: 300px;
  height: 250px;
  padding: 10px;
}

.process-relative-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border: 1px solid #ffffffb3;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0000001a;
}

.process-step {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-header {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.process-grid-three {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 50px;
}

.menu-heading {
  color: var(--heading-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.text-purple {
  color: #2b005a;
}

.icon-ai-sections {
  color: #29005a;
  width: 24px;
  height: 24px;
}

.ai-service-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.read-more-text {
  color: var(--dark-gray);
  margin-top: 10px;
  font-weight: 500;
}

.read-more-text:hover {
  color: #29005a;
  font-weight: 500;
  transform: translate(0, -1px);
}

.case-study-title {
  min-height: 100px;
}

.data-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 450px;
}

.three-pillars-heading {
  color: #000;
  letter-spacing: -.02em;
  min-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-links-list {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

.footer-menu-subheading {
  color: var(--heading-color);
  text-transform: uppercase;
  font-size: 14px;
}

.footer-link {
  color: #59595f;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #29005a;
}

.nav-dropdown-slot-2 {
  min-width: 300px;
  min-height: 150px;
  padding-top: 12px;
}

.nav-dropdown-card-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f6f0ffe6;
  border: 1px solid #ffffff59;
  border-radius: 15px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000001a;
}

.nav-dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #18181b;
  border-radius: 8px;
  padding: 8px 24px 8px 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #29005a;
}

.nav-hover-styles {
  display: none;
}

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

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

.nav-dropdown-links {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.menu-title {
  text-transform: uppercase;
  font-size: 14px;
}

.small-text-header {
  color: #29005a;
  text-transform: uppercase;
  line-height: 1.5;
}

.popup-wrap {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 680px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #d1bbe9;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-2:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input-2:focus {
  border: 1px solid #434de7;
}

.input-2::placeholder {
  color: #6e6e6e;
}

.form_100w {
  width: 100%;
}

.popup-close {
  cursor: pointer;
  background-color: #29005a;
  width: 20px;
  height: 25px;
  position: absolute;
  inset: 18% 20% auto auto;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.popup-close_icon {
  object-fit: cover;
  position: static;
  inset: 0%;
}

.message_success {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  font-weight: 600;
}

.paragraph-209 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.form-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.custom-scrollbar {
  display: none;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.text-red {
  color: #ff0004;
}

.form-separator {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-border {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.scrollbar {
  max-height: 600px;
  padding: 30px;
  overflow: auto;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.mr-15 {
  margin-right: 15px;
}

.popup {
  z-index: 9999;
  opacity: 0;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-button {
  background-color: #5e17eb;
  border-radius: 100px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.popup-button:hover {
  background-color: #29005a;
}

.navbar-3 {
  background-image: radial-gradient(circle, #210cb9, #254bd6);
}

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

.common-image-cover {
  object-fit: cover;
  border: 1px #000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

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

.icon-regular.dot_color {
  color: var(--primary);
}

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

.icon-medium {
  color: #29005a;
  width: 36px;
  height: 36px;
}

.icon-medium.color_blue {
  color: var(--primary);
}

.paragraph-regular {
  color: #414141;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-regular.mt-20 {
  margin-top: 20px;
}

.paragraph-regular.bold {
  font-weight: 600;
}

.paragraph-regular.text-white {
  color: var(--white);
}

.paragraph-regular.mt-30 {
  margin-top: 30px;
}

.menu-salesforce {
  text-transform: capitalize;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .header {
    background-color: #0000;
  }

  .button-primary.is-alternate.is-cookie {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container {
    max-width: 85%;
  }

  .home-hero-inner {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .heading-style-h1 {
    font-size: 2.6rem;
  }

  .home-hero-content {
    padding-right: 40px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .button-secondary.is-cookie {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .home-service-inner {
    grid-template-columns: .65fr 1fr;
  }

  .section-tag {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2.2rem;
  }

  .home-service-title {
    width: 94%;
  }

  .home-service-summary {
    width: 25.3125rem;
    font-size: 1.125rem;
  }

  .home-service-image {
    width: 17.5rem;
  }

  .home-service-content {
    padding-bottom: 5rem;
  }

  .service-content-list-item {
    font-size: 1.0625rem;
  }

  .service-checkmark {
    width: 22px;
  }

  .title-semibold-h3 {
    font-size: 1.7rem;
  }

  .testimonial-title-header {
    max-width: 450px;
  }

  .testimonial-author-box {
    height: 240px;
    padding-top: 10px;
  }

  .testimonial-author-image {
    width: 235px;
  }

  .testimonial-slide-active {
    width: auto;
    height: auto;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 12rem;
  }

  .testimonial-blue-shape {
    width: 235px;
    height: 250px;
    right: 0%;
  }

  .counter-title-header {
    max-width: 500px;
  }

  .counter-item {
    height: 18.75rem;
  }

  .counter-content-box {
    font-size: 1.375rem;
  }

  .title-semibold-h2 {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .counter-2-content-box {
    width: 195px;
    font-size: 1.75rem;
  }

  .counter-4-content-box {
    font-size: 18px;
    right: 50px;
  }

  .recognition-item {
    height: 90px;
  }

  .recognition-image.great-place {
    width: 2.8125rem;
  }

  .recognition-image.inc-5000 {
    width: 3.75rem;
  }

  .counter-row {
    font-size: 1.0625rem;
  }

  .counter-row.cr1 {
    padding-top: 50px;
    padding-left: 39px;
  }

  .counter-link {
    padding-right: 1.25rem;
  }

  .location-box-1 {
    top: 26%;
    left: 10%;
  }

  .location-image {
    width: 110px;
  }

  .location-dot {
    width: 10px;
    height: 10px;
  }

  .location-dot-box, .location-dot-active {
    width: 20px;
    height: 20px;
  }

  .location-box-3 {
    top: 36%;
    right: 16%;
  }

  .why-choose-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .why-choose-title-header {
    max-width: 800px;
  }

  .why-choose-list-item {
    font-size: 1rem;
  }

  .why-choose-overlay {
    width: 600px;
    height: 140%;
    top: -18%;
    left: -28%;
  }

  .why-choose-shape-3 {
    top: 59%;
  }

  .why-choose-shape-4 {
    top: 62%;
  }

  .partner-logo.salesforce {
    height: 3.75rem;
  }

  .review-inner {
    max-width: 75%;
  }

  .review-summary {
    font-size: 1.75rem;
  }

  .cta-summary {
    max-width: 72%;
    font-size: 1.375rem;
  }

  .cta-info-wrap {
    width: 480px;
  }

  .cta-image {
    width: 10rem;
  }

  .cta-button-left {
    left: 2%;
  }

  .cta-button-right {
    right: -20%;
  }

  .footer-top-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .9fr 1fr .4fr .5fr;
  }

  .footer-bottom-inner {
    font-size: .875rem;
  }

  .footer-social-media-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-social-media-icon {
    width: 1.25rem;
  }

  .footer-column.is-middle {
    margin-top: 42px;
  }

  .footer-summary, .footer-contact-item, .footer-menu-title, .footer-menu-link {
    font-size: 1rem;
  }

  .case-study-tab-section {
    position: static;
    top: -244px;
  }

  .case-study-title-header.csth1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .case-study-title-wrap {
    width: 750px;
  }

  .case-study-tabs-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .case-study-logo.bny {
    width: 120px;
  }

  .case-study-right-wrap {
    height: 505px;
  }

  .paragraph-normal {
    font-size: 1rem;
  }

  .case-study-counter-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    font-size: 15px;
  }

  .case-study-counter {
    font-size: 1.875rem;
  }

  .title-semibold-h4 {
    font-size: 1.625rem;
  }

  .button-link-white {
    font-size: 18px;
  }

  .cta-wrap.cta1 {
    width: 105%;
  }

  .blog-title-header {
    max-width: 725px;
  }

  .pill-section-tag {
    font-size: 1.25rem;
  }

  .pill-tag-inner {
    background-color: #eff6ff;
    background-image: none;
  }

  .blog-list-bg {
    height: 550px;
  }

  .blog-search-field, .blog-search-button {
    font-size: 18px;
  }

  .blog-image {
    object-fit: cover;
    object-position: 11% 50%;
  }

  .blog-body {
    padding-top: 10px;
  }

  .blog-body p {
    font-size: 16px;
  }

  .blog-body h2 {
    font-size: 2.25rem;
  }

  .blog-body h6 {
    font-size: 1.375rem;
  }

  .blog-body li {
    font-size: 16px;
  }

  .blog-body blockquote {
    font-size: 20px;
  }

  .blog-body h1 {
    font-size: 40px;
  }

  .blog-body h3 {
    font-size: 32px;
  }

  .blog-body h4 {
    font-size: 28px;
  }

  .press-release-image-wrap {
    height: 165px;
  }

  .testimonials-section {
    padding-bottom: 6.25rem;
  }

  .testimonials-list-wrap {
    margin-top: 8.125rem;
  }

  .testimonials-shape {
    width: 180px;
  }

  .testimonials-item {
    padding-left: 2.5rem;
  }

  .testimonials-content-wrap {
    max-width: 71%;
  }

  .testimonial-desc {
    font-size: 17px;
  }

  .testimonial-author-image-wrap {
    min-width: 330px;
  }

  .testimonial-author-profile {
    width: 330px;
  }

  .award-logo.inc {
    width: 6.25rem;
  }

  .book-demo-title-header {
    max-width: 42.5rem;
  }

  .industries-hero-summary {
    max-width: 86%;
  }

  .industries-tabs-menu {
    grid-template-rows: 130px 130px;
    grid-auto-rows: 130px;
    width: 300px;
  }

  .industries-tab-link {
    font-size: 28px;
  }

  .how-we-work-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .how-we-work-item {
    height: 300px;
  }

  .how-we-work-overlay {
    width: 600px;
    height: 140%;
    top: -20%;
    left: -35%;
  }

  .career-breadcrumb-item {
    font-size: 22px;
  }

  .career-hero-grid {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    grid-template-columns: .8fr 1fr;
  }

  .career-hero-content-title {
    width: 100%;
    max-width: 420px;
  }

  .why-join-us-header {
    max-width: 75%;
  }

  .why-join-us-item:hover {
    box-shadow: 7.1px 8.88px 17.76px #63636380;
  }

  .our-office-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .our-office-tab-link {
    padding-right: 20px;
    font-size: 2.25rem;
  }

  .our-office-location-1 {
    font-size: 1rem;
  }

  .our-office-location-2 {
    font-size: 16px;
    bottom: 35%;
  }

  .our-office-location-3 {
    font-size: 16px;
    bottom: 40%;
    right: 17%;
  }

  .why-join-us-hover {
    width: 500px;
  }

  .job-list-box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .job-list-left-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr .6fr;
  }

  .job-list-info-flex {
    justify-content: center;
    align-items: center;
  }

  .job-body-rich-text p {
    font-size: 1rem;
  }

  .job-body-rich-text li {
    font-size: 16px;
  }

  .job-apply-header {
    max-width: 830px;
  }

  .form-file-field {
    background-position: 96%;
  }

  .how-we-work-shape-1 {
    top: 39%;
  }

  .how-we-work-shape-3 {
    top: 62%;
  }

  .how-we-work-shape-4 {
    top: 62%;
    right: 15%;
  }

  .how-we-work-shape-5 {
    display: block;
    top: 62%;
  }

  .service-right-shape {
    width: 120px;
    top: 500px;
  }

  .service-list-counter-wrap {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
    padding-left: 9.375rem;
  }

  .service-counter-span {
    font-size: 18px;
  }

  .company-hero-header {
    max-width: 91%;
  }

  .company-hero-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .what-we-do-inner {
    grid-template-columns: 1fr 1fr;
  }

  .map-note {
    max-width: 500px;
    font-size: 18px;
  }

  .global-presence-1 {
    top: -2%;
  }

  .global-presence-2 {
    top: 41%;
  }

  .global-presence-3 {
    right: 19%;
  }

  .global-presence-image {
    width: 230px;
  }

  .certifications-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .85fr 1fr;
  }

  .partnerships-box {
    padding: 18.75rem 3.125rem 3.125rem;
  }

  .partnerships-grid, .awards-right-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .awards-item-box {
    border-radius: 1.25rem;
    height: 9.0625rem;
  }

  .why-hexaview-header {
    max-width: 550px;
  }

  .why-hexaview-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .testimonial-slide {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 220px 1fr 220px;
  }

  .testimonial-slide-item {
    height: 470px;
  }

  .testimonial-left-arrow {
    left: 44%;
  }

  .testimonial-right-arrow {
    right: 44%;
  }

  .certification-right-shape {
    width: 10rem;
  }

  .m-testimonial-blue-shape {
    width: 332px;
    height: 310px;
    bottom: -110px;
    right: 0%;
  }

  .industries-shape {
    width: 200px;
  }

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

  .service-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 150px;
  }

  .title-semibold-h3-small {
    font-size: 1.6rem;
  }

  .home-why-choose-title-header {
    max-width: 680px;
  }

  .security-hero-section {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69147b66a811141322d634b4_c16018295d37fd27d1c22884c0ddfedb_bg%20(10).png"), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/6915dc1b9e516b769fdccc47_grey-bg-lines.webp");
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 600px;
    padding-top: 11.25rem;
  }

  .employement-policy-section, .security-policy-section {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69147b66a811141322d634b4_c16018295d37fd27d1c22884c0ddfedb_bg%20(10).png");
    background-position: 0 0;
    background-size: auto;
  }

  .cookie-button-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-badge {
    font-size: 24px;
    line-height: 1.5;
  }

  .services-section-container {
    max-width: 85%;
  }

  .service---hero-right {
    width: 550px;
  }

  .services-page-container {
    max-width: 85%;
  }

  .service---tabs-menu {
    grid-template-rows: 130px 130px;
    grid-auto-rows: 130px;
  }

  .service---tab-link {
    font-size: 28px;
  }

  .cta-wrapper {
    position: static;
    bottom: 170px;
  }

  .service---container {
    max-width: 85%;
  }

  .events-title {
    width: 65%;
  }

  .events-heading {
    font-size: 2.4rem;
  }

  .event-card-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .event-heading {
    font-size: 2.4rem;
  }

  .event-agenda-text {
    font-size: 1rem;
  }

  .events-container-hero-section, .upcoming-events-container {
    max-width: 85%;
  }

  .event-details-container, .event-details-overview-container {
    max-width: 75%;
  }

  .event-text {
    font-size: 1rem;
  }

  .event-container, .event-details-hero-container {
    max-width: 85%;
  }

  .main-events-heading {
    font-size: 3.2rem;
  }

  .container-4 {
    max-width: 85%;
  }

  .div-block-10 {
    width: 47%;
    padding: 20px;
  }

  .div-block-10.div-blocks-3-inner {
    width: 30%;
    padding: 20px;
  }

  .div-blocks-12, .div-blocks-12.div-blocks-3, .div-blocks-12.div-blocks-3 {
    justify-content: space-between;
  }

  .container-6, .container-8, .container-9, .container-10 {
    max-width: 90%;
  }

  .template-container {
    max-width: 85%;
  }

  .card-why-hexa {
    width: 47%;
    padding: 20px;
  }

  .card {
    width: 30%;
    padding: 20px;
  }

  .container-14 {
    max-width: 90%;
  }

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

  .info-card-img-2 {
    align-items: flex-start;
  }

  .container-why-your-business {
    max-width: 90%;
  }

  .card-why-hexa-copy {
    width: 47%;
    height: 700px;
    padding: 20px;
  }

  .div-card-container {
    justify-content: center;
  }

  .container-15 {
    width: 100%;
    max-width: 90%;
  }

  .title-semibold-h4-3 {
    font-size: 1.625rem;
  }

  .title-semibold-h4-3.text-color-white {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .hhw-tabs-menu-4 {
    grid-template-rows: 130px 130px;
    grid-auto-rows: 130px;
  }

  .hhw-tab-link-4 {
    font-size: 28px;
  }

  .info-card-img-3 {
    align-items: flex-start;
  }

  .container-all-your-business-2, .container-20 {
    max-width: 90%;
  }

  .image-info-card-2 {
    max-width: none;
  }

  .point-text-2 {
    font-size: 23px;
  }

  .button-primary-5 {
    position: relative;
    bottom: 10px;
  }

  .service---hero-right-3 {
    width: 550px;
    right: 45px;
  }

  .services-page-container-3 {
    max-width: 85%;
  }

  .image-overlay-is-2 {
    z-index: 2;
  }

  .service---hero-left-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-37 {
    margin-left: -25px;
  }

  .image-37.i37 {
    margin-left: -30px;
  }

  .div-block-260 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-52.h15 {
    margin-left: 0;
  }

  .div-block-261.d23 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    left: 40px;
  }

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

  .image-35.i35 {
    margin-left: 0;
    margin-right: 0;
    left: 5%;
  }

  .heading-53.h16 {
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-34 {
    height: auto;
    padding-bottom: 60px;
  }

  .testimonial-blue-shape-2 {
    width: 235px;
    height: 250px;
    right: 0%;
  }

  .testimonial-left-arrow-2 {
    left: 44%;
  }

  .section-tag-2 {
    font-size: 1.25rem;
  }

  .testimonial-author-box-2 {
    height: 240px;
    padding-top: 10px;
  }

  .title-semibold-h3-2 {
    font-size: 1.7rem;
  }

  .testimonial-section-2 {
    position: static;
    bottom: 245px;
  }

  .container-44 {
    max-width: 85%;
  }

  .testimonial-slide-active-2 {
    width: auto;
    height: auto;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 12rem;
  }

  .testimonial-right-arrow-2 {
    right: 44%;
  }

  .button-primary-3.bp3.bp17 {
    padding: .5rem 1.5rem;
  }

  .testimonial-left-arrow-3 {
    left: 44%;
  }

  .why-join-us-item-2:hover {
    box-shadow: 7.1px 8.88px 17.76px #63636380;
  }

  .testimonial-right-arrow-3 {
    right: 44%;
  }

  .benefits---card-2.bc1 {
    border-bottom-color: #b3dbff;
    border-left-color: #b3dbff;
    padding-left: 1.5rem;
  }

  .benefits---card-2.bc3 {
    border-left-color: #b3dbff;
    padding-left: 1.5rem;
  }

  .benefits---card-2.bc4 {
    border-bottom-color: #b3dbff;
    border-right-style: solid;
    border-right-color: #b3dbff;
  }

  .image-147 {
    z-index: 3;
    width: 400px;
    max-width: none;
    height: 400px;
    max-height: none;
    position: static;
  }

  .container-82 {
    width: 100%;
  }

  .div-block-350 {
    text-align: center;
    padding-left: 390px;
    padding-right: 390px;
  }

  .div-block-351.bb216 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-351.bb216.db351 {
    height: 550px;
  }

  .container-85 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: linear-gradient(#008cff, #005499);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .paragraph-64 {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: italic;
  }

  .button-5 {
    top: 55px;
    bottom: 55px;
  }

  .button-5.b5 {
    margin-top: 0;
    top: 90px;
    bottom: 90px;
    left: 40px;
  }

  .button-5.b5.b6.b7 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .heading-99 {
    font-size: 2rem;
  }

  .heading-101 {
    width: 100%;
    font-size: 2rem;
  }

  .div-block-356 {
    grid-column-gap: 170px;
    grid-row-gap: 170px;
  }

  .paragraph-71 {
    left: 350px;
  }

  .container-88 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-90 {
    max-width: 85%;
  }

  .paragraph-73 {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  .div-block-361 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-103 {
    left: 435px;
  }

  .heading-103.h73.h75.head46 {
    left: 520px;
  }

  .div-block-369 {
    width: 100%;
    height: auto;
    min-height: 0%;
    max-height: none;
    position: relative;
    top: 10px;
  }

  .heading-106 {
    color: #fff;
  }

  .div-block-371.db371 {
    padding-bottom: 0;
  }

  .card-why-hexa-2 {
    width: 47%;
    padding: 20px;
  }

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

  .image-160 {
    width: 100%;
    max-width: none;
  }

  .heading-108, .heading-109 {
    font-size: 20px;
  }

  .heading-110 {
    padding-top: 30px;
  }

  .section-68 {
    background-size: 82%, auto;
  }

  .paragraph-78 {
    width: 100%;
    padding-top: 10px;
  }

  .section-69 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-375 {
    width: 175%;
  }

  .div-block-385 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: left;
    overflow-wrap: normal;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: start;
    place-items: center;
    width: 450px;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: grid;
    position: static;
    left: -10px;
  }

  .container-96 {
    max-width: 85%;
  }

  .testimonial-title-header-2 {
    max-width: 450px;
  }

  .image-168 {
    margin-top: 7px;
    margin-left: 7px;
  }

  .div-block-391 {
    text-align: left;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    width: 275px;
    height: 275px;
    margin-left: 0;
    line-height: 20px;
  }

  .section-tag-4 {
    font-size: 1.25rem;
  }

  .container-99 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-118 {
    margin-left: 7px;
    font-size: 24px;
    font-weight: 500;
  }

  .heading-style-h2-4 {
    font-size: 1.5rem;
  }

  .page-wrapper-4 {
    overflow: visible;
  }

  .testimonial-blue-shape-4 {
    width: 235px;
    height: 250px;
    right: 0%;
  }

  .section-80 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-80.sec17 {
    left: 125px;
  }

  .section-81 {
    height: 1150px;
  }

  .image-170 {
    margin-top: 7px;
    margin-left: 7px;
  }

  .div-block-396.db202 {
    opacity: 1;
    outline-offset: 10px;
    opacity: 1;
    outline-offset: 10px;
    border-left: 0 #008cff;
    border-radius: 10px;
    outline: 3px #333;
    box-shadow: 0 0 10px #0003;
  }

  .div-block-397.d305 {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .ai-section-1-container {
    max-width: 85%;
  }

  .section-84 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-84.sec17 {
    margin-left: 0;
    margin-right: 0;
    left: 100px;
  }

  .div-block-423 {
    width: 100%;
  }

  .paragraph-96 {
    font-size: .8rem;
  }

  .container-108 {
    max-width: 85%;
  }

  .container-109.c21.c22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-86 {
    background-size: 82%, auto;
  }

  .div-block-426 {
    width: 100%;
  }

  .paragraph-99 {
    font-size: .8rem;
  }

  .container-115 {
    height: 430px;
  }

  .container-115.c25 {
    max-width: 1280px;
  }

  .container-116 {
    max-width: 85%;
    bottom: 0;
  }

  .testimonial-blue-shape-5 {
    width: 235px;
    height: 250px;
    right: 0%;
  }

  .container-117 {
    max-width: 85%;
  }

  .section-95 {
    margin-top: 0;
  }

  .heading-142 {
    font-size: 1.8rem;
  }

  .div-block-176-copy-7 {
    bottom: 16%;
    left: 63%;
  }

  .div-block-176-copy-7.db176 {
    left: 68%;
  }

  .div-block-474 {
    top: 30%;
  }

  .div-block-474.db474 {
    top: 26%;
    right: 5%;
  }

  .paragraph-115 {
    font-size: 1.1rem;
  }

  .approach---card-4.ac3 {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/698582f7d28e442c8f52a287_bkg-insight-2up-podcast-next-fintech-banking%201.png");
  }

  .approach---card-4.ac5 {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/698582f7d28e442c8f52a26b_Mask%20Group%2016%201.png");
  }

  .approach---card-4.ac4 {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/698582f7d28e442c8f52a27f_4127298%201.png");
  }

  .info---content-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .list-item-16 {
    text-align: left;
  }

  .approach---card-heading-6 {
    color: #fff;
    font-size: 17.6471px;
  }

  .container-131 {
    max-width: 100%;
  }

  .section-103 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    color: #857f7f;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .container-133 {
    max-width: 85%;
    bottom: 0;
  }

  .info---text-8 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .container-135 {
    max-width: 85%;
  }

  .info-wrapper-5 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .paragraph-130 {
    text-align: left;
  }

  .container-137 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .fintech-card {
    float: none;
    text-align: right;
    background-size: cover;
    min-height: 550px;
    padding-left: 0;
    left: 12%;
    overflow: visible;
  }

  .section-107 {
    background-size: 82%, auto;
  }

  .content-wrap {
    position: absolute;
  }

  .heading-164 {
    text-align: left;
  }

  .paragraph-143 {
    color: #333;
  }

  .approach---card-text-7 {
    color: #fff;
    font-size: 12px;
  }

  .div-block-538 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-542 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .code-embed-3 {
    top: 19%;
    left: 5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce43, .code-embed-3.ce22.ce31.ce37.ce44 {
    top: 19.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce45, .code-embed-3.ce22.ce31.ce38, .code-embed-3.ce22.ce31.ce40 {
    top: 20%;
  }

  .code-embed-3.ce3 {
    top: 18%;
    left: 5.3%;
  }

  .code-embed-3.ce4 {
    top: 21.5%;
  }

  .code-embed-3.ce5 {
    top: 20%;
  }

  .code-embed-3.ce6 {
    top: 17.5%;
    left: 5.5%;
  }

  .code-embed-3.ce7 {
    top: 25.5%;
    left: 5.5%;
  }

  .code-embed-3.ce8 {
    top: 19%;
    left: 5.5%;
  }

  .code-embed-3.ce9 {
    top: 18.5%;
    left: 5.2%;
  }

  .code-embed-3.ce10 {
    top: 21.5%;
    left: 5%;
  }

  .code-embed-3.ce11 {
    top: 20.5%;
    left: 5%;
  }

  .code-embed-3.ce12 {
    top: 17.3%;
    left: 5%;
  }

  .code-embed-3.ce13 {
    top: 25.5%;
    left: 5%;
  }

  .code-embed-3.ce14 {
    top: 21%;
    left: 5.5%;
  }

  .code-embed-3.ce15 {
    top: 21.5%;
    left: 5%;
  }

  .code-embed-3.ce15.ce16 {
    top: 18%;
    left: 5%;
  }

  .code-embed-3.ce15.ce14 {
    top: 19%;
    left: 5%;
  }

  .code-embed-3.ce15.ce13 {
    top: 19.5%;
    left: 5%;
  }

  .code-embed-3.ce15.ce12 {
    top: 25.5%;
    left: 5%;
  }

  .code-embed-3.ce15.ce11 {
    top: 17.5%;
    left: 5%;
  }

  .code-embed-3.ce15.ce10 {
    top: 20.5%;
    left: 5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce43, .code-embed-3.ce22.ce31.ce37.ce44 {
    top: 19.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce45, .code-embed-3.ce22.ce31.ce38, .code-embed-3.ce22.ce31.ce40 {
    top: 20%;
  }

  .code-embed-3.ce22.ce31 {
    top: 20%;
    left: 5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce43, .code-embed-3.ce22.ce31.ce37.ce44 {
    top: 19.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce45, .code-embed-3.ce22.ce31.ce38, .code-embed-3.ce22.ce31.ce40 {
    top: 20%;
  }

  .code-embed-3.ce22.ce31.ce32 {
    top: 23%;
    left: 5%;
  }

  .code-embed-3.ce22.ce31.ce33 {
    top: 18%;
  }

  .code-embed-3.ce22.ce31.ce34 {
    top: 21%;
    left: 5%;
  }

  .code-embed-3.ce22.ce31.ce35 {
    top: 22.5%;
    left: 5%;
  }

  .code-embed-3.ce22.ce31.ce36 {
    top: 22%;
  }

  .code-embed-3.ce22.ce31.ce37 {
    top: 19%;
  }

  .code-embed-3.ce22.ce31.ce37.ce43, .code-embed-3.ce22.ce31.ce37.ce44 {
    top: 19.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce38 {
    top: 23%;
  }

  .code-embed-3.ce22.ce31.ce37.ce39 {
    top: 18.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce40 {
    top: 21%;
  }

  .code-embed-3.ce22.ce31.ce37.ce41 {
    top: 22%;
  }

  .code-embed-3.ce22.ce31.ce37.ce42 {
    top: 22.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce43, .code-embed-3.ce22.ce31.ce37.ce44 {
    top: 19.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce45, .code-embed-3.ce22.ce31.ce38, .code-embed-3.ce22.ce31.ce40 {
    top: 20%;
  }

  .image-232 {
    width: 20px;
  }

  .faq-que {
    justify-content: space-between;
    align-items: stretch;
  }

  .data-warehouse-container-4 {
    max-width: 85%;
  }

  .heading-179 {
    width: auto;
  }

  .image-240 {
    left: 10%;
  }

  .section-118 {
    background-size: 82%, auto;
  }

  .container-145, .template-container-6 {
    max-width: 85%;
  }

  .paragraph-163 {
    font-size: .8rem;
  }

  .container-147 {
    max-width: 85%;
  }

  .paragraph-167 {
    padding-left: 15px;
  }

  .container-150 {
    max-width: 85%;
  }

  .div-block-593 {
    left: 1.5%;
  }

  .container-152 {
    max-width: 850px;
    position: relative;
  }

  .button-primary-25.bp1.bp7.bp6 {
    width: 95%;
  }

  .div-block-633 {
    text-align: left;
    background-color: #fff;
    border-radius: 20px;
    width: 370px;
    height: 310px;
    margin-left: 0;
    line-height: 20px;
  }

  .div-block-633.db-479, .div-block-633.db633, .div-block-633.db-479, .div-block-633.db633 {
    width: auto;
    height: auto;
  }

  .div-block-635.db202 {
    opacity: 1;
    outline-offset: 10px;
    opacity: 1;
    outline-offset: 10px;
    border-left: 0 #008cff;
    border-radius: 10px;
    outline: 3px #333;
    box-shadow: 0 0 10px #0003;
  }

  .heading-202 {
    margin-left: 7px;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .section-badge-8 {
    font-size: 24px;
    line-height: 1.5;
  }

  .heading-203 {
    padding-left: 110px;
  }

  .div-block-636 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: left;
    overflow-wrap: normal;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: stretch stretch;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 50px;
    padding-right: 90px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: grid;
    position: relative;
    left: 25px;
  }

  .text-block-121 {
    margin-left: 7px;
    font-family: Inter, sans-serif;
  }

  .image-261 {
    margin-top: 7px;
    margin-left: 7px;
  }

  .section-badge-9 {
    font-size: 24px;
    line-height: 1.5;
  }

  .challenege-container-2, .our-services-container-3 {
    max-width: 85%;
  }

  .paragraph-193 {
    font-size: .8rem;
  }

  .div-block-645 {
    width: 100%;
  }

  .div-block-648 {
    width: 100%;
    padding-top: 88.5px;
    padding-bottom: 88px;
  }

  .div-block-649 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-badge-10 {
    font-size: 24px;
    line-height: 1.5;
  }

  .services-tag-5 {
    border: 1px solid #0000;
    width: 55%;
  }

  .section-badge-11 {
    font-size: 17px;
    line-height: 1.5;
  }

  .image-266 {
    margin-top: 7px;
    margin-left: 7px;
  }

  .text-block-122 {
    margin-left: 7px;
    font-family: Inter, sans-serif;
  }

  .approach---card-text-9 {
    font-size: 12px;
  }

  .div-block-656 {
    margin-left: 10px;
  }

  .services-tag-6 {
    border: 1px solid #0000;
    width: 55%;
  }

  .section-badge-12 {
    font-size: 17px;
    line-height: 1.5;
  }

  .link-06:hover {
    background-color: #24a8e080;
  }

  .container-164 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-663 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #f9fafb;
    justify-content: center;
    align-items: center;
    width: 450px;
    padding: 15px 7px 15px 0;
    display: block;
  }

  .heading-215 {
    text-align: left;
    width: 100%;
    padding-left: 0;
    font-size: .9rem;
    font-weight: 600;
  }

  .heading-217 {
    color: #4b5563;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .paragraph-200 {
    color: #6b7280;
    text-align: left;
    text-transform: none;
    white-space: nowrap;
    width: 105%;
    max-width: none;
    margin-bottom: 0;
    font-size: .8rem;
  }

  .paragraph-201 {
    color: #008cff;
    font-size: .8rem;
  }

  .div-block-664 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .image-271 {
    vertical-align: middle;
    width: auto;
    position: static;
    left: 60px;
  }

  .image-272 {
    position: relative;
    left: 5px;
  }

  .div-block-665 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    display: flex;
  }

  .text-field-3, .text-field-4 {
    background-color: #f9fafb;
    border-radius: 8px;
  }

  .paragraph-202 {
    font-weight: 600;
  }

  .submit-button-3 {
    color: var(--white);
    background-color: #008cff;
    border-radius: 20px;
  }

  .div-block-666 {
    width: 70%;
    margin-left: 75px;
  }

  .image-273 {
    width: 90%;
    max-width: none;
  }

  .div-block-667 {
    text-align: center;
    padding-top: 35px;
  }

  .div-block-668 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .div-block-669 {
    padding-top: 15px;
  }

  .section-137 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .image-274 {
    left: -20px;
    right: 0;
  }

  .heading-style-h1-3 {
    color: var(--black);
  }

  .padding-section-medium {
    background-color: snow;
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69be4885f6f4afa257891c69_Page_bg.jpg");
    background-size: auto, cover;
  }

  .padding-global, .column-3x-large {
    background-color: #0000;
  }

  .image-cover {
    border-radius: 10px;
  }

  .logo_icon {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
  }

  .heading-style-h2-6 {
    color: var(--black);
  }

  .header-dashboard-asset {
    right: -3%;
  }

  .testimonial-client-logo {
    height: 40px;
  }

  .logo_grid-four.mt-30 {
    margin-top: 30px;
  }

  .popup-wrap {
    position: static;
  }

  .popup-close {
    width: 23px;
    top: 22%;
    right: 27%;
  }

  .popup {
    opacity: 0;
    display: none;
  }

  .navbar-3 {
    background-color: #124e34ed;
    background-image: radial-gradient(circle, #1063b1, #4329d3);
  }

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

@media screen and (min-width: 1440px) {
  .navbar {
    padding: 1rem 2.1875rem;
  }

  .header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .header-logo {
    width: 210px;
  }

  .navigation {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nav-menu {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .nav-link, .dropdown-toggle {
    font-size: 1rem;
  }

  .nav-dropdown {
    font-size: 1.125rem;
  }

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

  .container {
    margin-bottom: 0;
  }

  .home-hero-inner {
    grid-column-gap: 8.125rem;
    grid-row-gap: 8.125rem;
    grid-template-columns: 1fr .8fr;
  }

  .home-hero-left-wrap {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .heading-style-h1 {
    font-size: 2.8rem;
  }

  .home-hero-content {
    padding-right: 0;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .title-semibold-h5 {
    font-size: 1.5rem;
  }

  .button-secondary {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-size: 1.125rem;
  }

  .client-grid-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .client-logo {
    height: 3.75rem;
  }

  .home-service-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .home-service-left-wrap {
    top: 180px;
  }

  .section-tag {
    font-size: 1.5625rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .home-service-title {
    width: 100%;
  }

  .home-service-summary {
    width: 27.8125rem;
    font-size: 1.25rem;
  }

  .home-service-button-wrap {
    margin-top: 2.5rem;
  }

  .home-service-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-service-image {
    width: 20rem;
  }

  .service-item-number {
    font-size: 3.125rem;
  }

  .service-content-list-item {
    font-size: 1.1875rem;
  }

  .title-semibold-h3 {
    font-size: 1.9rem;
  }

  .testimonial-title-header {
    max-width: 600px;
  }

  .testimonial-slide-box {
    border-radius: 1.25rem;
  }

  .testimonial-author-box {
    height: 240px;
  }

  .testimonial-author-image {
    width: 300px;
  }

  .testimonial-author-name {
    font-size: 1.125rem;
  }

  .testimonial-author-role {
    font-size: .875rem;
  }

  .testimonial-slide-active {
    border-radius: 30px;
    padding-right: 15rem;
  }

  .testimonial-logo {
    width: 160px;
  }

  .testimonial-summary {
    font-size: 1rem;
  }

  .testimonial-blue-shape {
    width: 300px;
    height: 300px;
    bottom: -140px;
  }

  .testimonial-blue-shape.is-top {
    bottom: -6.875rem;
  }

  .slider-left-arrow, .slider-right-arrow {
    width: 4.25rem;
    height: 4.25rem;
  }

  .counter-grid-wrap {
    margin-top: 5rem;
  }

  .counter-title-header {
    max-width: 600px;
  }

  .counter-item {
    height: 21.875rem;
  }

  .counter-content-box {
    font-size: 1.5rem;
  }

  .title-semibold-h2 {
    font-size: 3.125rem;
  }

  .counter-2-content-box {
    font-size: 2rem;
  }

  .counter-4-content-box {
    font-size: 20px;
  }

  .recognition-grid {
    margin-top: 30px;
  }

  .recognition-item {
    border-radius: 20px;
    height: 100px;
  }

  .counter-row {
    font-size: 1.125rem;
  }

  .counter-row.cr1 {
    padding-top: 110px;
    padding-left: 60px;
  }

  .counter-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 1.5625rem;
    font-size: 1.125rem;
  }

  .link-arrow {
    width: 1.375rem;
  }

  .location-box-1 {
    left: 9%;
  }

  .location-image {
    width: 140px;
  }

  .location-box-3 {
    right: 14%;
  }

  .why-choose-inner {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    margin-top: 5rem;
  }

  .why-choose-title-header {
    max-width: 950px;
  }

  .heading-style-h6 {
    font-size: 1.375rem;
  }

  .why-choose-icon {
    width: 70px;
    height: 70px;
  }

  .why-choose-overlay {
    width: 650px;
  }

  .why-choose-shape-3 {
    top: 62%;
  }

  .why-choose-shape-4 {
    top: 66%;
  }

  .partner-logo.aws {
    height: 70px;
  }

  .partner-logo.salesforce {
    height: 4.6875rem;
  }

  .review-section {
    padding-bottom: 8.125rem;
  }

  .review-summary {
    font-size: 2rem;
  }

  .cta-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .cta-summary {
    max-width: 74%;
    font-size: 1.5625rem;
  }

  .cta-info-wrap {
    width: 580px;
  }

  .cta-image {
    width: 11.25rem;
  }

  .cta-button-left {
    left: 3%;
  }

  .cta-button-right {
    right: -17%;
  }

  .footer-client-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-client-item {
    width: 100px;
  }

  .footer-client-item.is-1 {
    width: 160px;
  }

  .footer-top-wrap {
    grid-template-columns: 18.75rem 1fr .4fr .4fr;
  }

  .footer-bottom-inner {
    font-size: 1rem;
  }

  .footer-social-media-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-social-media-link {
    width: 48px;
    height: 48px;
  }

  .footer-column.is-middle {
    margin-top: 45px;
  }

  .footer-logo {
    max-height: 60px;
  }

  .footer-contact-item {
    font-size: 1.125rem;
  }

  .footer-contact-icon {
    width: 25px;
    height: 25px;
  }

  .footer-menu-title {
    font-size: 1.125rem;
  }

  .case-study-tab-section {
    position: static;
  }

  .case-study-title-wrap {
    width: 900px;
  }

  .case-study-logo.bny {
    width: 150px;
  }

  .case-study-left-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .case-study-right-wrap {
    border-radius: 30px;
    height: 555px;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .case-study-box-logo {
    width: 175px;
  }

  .title-semibold-h6 {
    font-size: 1.375rem;
  }

  .paragraph-normal {
    font-size: 1.125rem;
  }

  .case-study-counter-list {
    grid-template-columns: 1fr 1fr .8fr;
  }

  .case-study-counter-item {
    font-size: 1rem;
  }

  .case-study-counter {
    font-size: 2.125rem;
  }

  .case-study-info-box {
    font-size: 20px;
  }

  .title-semibold-h4 {
    font-size: 1.8125rem;
  }

  .button-link-white {
    font-size: 20px;
  }

  .blog-title-header {
    max-width: 800px;
  }

  .pill-section-tag {
    font-size: 1.375rem;
  }

  .blog-search-field {
    height: 70px;
    font-size: 20px;
    display: block;
    overflow: hidden;
  }

  .blog-search-button {
    font-size: 20px;
    display: flex;
  }

  .blog-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    display: inline-block;
  }

  .blog-pagination {
    margin-top: 150px;
  }

  .filter-dropdown-wrap {
    display: block;
  }

  .filter-dropdown-title {
    font-size: 22px;
  }

  .blog-body p {
    font-size: 18px;
  }

  .blog-body h2 {
    font-size: 2.5rem;
  }

  .blog-body h6 {
    font-size: 1.5rem;
  }

  .blog-body li {
    font-size: 18px;
  }

  .blog-body blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px;
    font-size: 22px;
  }

  .blog-body h5 {
    font-size: 1.375rem;
  }

  .blog-body h1 {
    font-size: 44px;
  }

  .blog-body h3 {
    font-size: 36px;
  }

  .blog-body h4 {
    font-size: 32px;
  }

  .press-release-left-shape, .press-release-right-shape {
    width: 100px;
  }

  .press-release-list-wrap {
    margin-top: 100px;
  }

  .press-release-box {
    padding: 1.875rem;
  }

  .press-release-image-wrap {
    height: 185px;
  }

  .paragraph-medium {
    font-size: 18px;
  }

  .latest-customer-story-block {
    margin-bottom: 6.25rem;
  }

  .latest-customer-stories-item {
    border-radius: 40px;
  }

  .stories-top-menu {
    top: 90px;
  }

  .stories-top-menu.event-template-page {
    width: 60%;
    top: 70px;
  }

  .stories-top-menu-item {
    font-size: 1.15rem;
  }

  .testimonials-section {
    padding-top: 12.5rem;
  }

  .testimonials-title-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonials-list-wrap {
    margin-top: 9.375rem;
  }

  .testimonials-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3.125rem;
  }

  .testimonials-item:nth-child(2n) {
    padding-right: 50px;
  }

  .testimonials-box {
    border-radius: 1.875rem;
  }

  .testimonials-content-wrap {
    max-width: 75%;
  }

  .testimonials-logo {
    height: 50px;
  }

  .testimonials-bottom-wrap {
    font-size: 16px;
  }

  .testimonial-author-image-wrap {
    min-width: 350px;
  }

  .testimonial-author-profile {
    width: 350px;
  }

  .award-logo.inc {
    width: 7.5rem;
  }

  .book-demo-section {
    padding-top: 12.5rem;
  }

  .book-demo-title-header {
    max-width: 56.25rem;
  }

  .book-demo-image-wrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .industries-bg-color {
    padding-top: 11rem;
  }

  .industries-hero-title-header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .industries-hero-summary {
    max-width: 90%;
  }

  .industries-tabs-menu {
    grid-template-rows: 140px 140px;
    grid-auto-rows: 140px;
    width: 350px;
    margin-right: 3.125rem;
  }

  .industries-tab-link {
    font-size: 32px;
  }

  .industries-tab-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .industries-tab-left, .industries-tab-bottom {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .industries-tab-button {
    margin-top: 10px;
  }

  .cta-padding-box {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .how-we-work-grid {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    margin-top: 4rem;
  }

  .how-we-work-item {
    height: 350px;
  }

  .how-we-work-icon {
    width: 4.375rem;
    height: 4.375rem;
  }

  .how-we-work-overlay {
    width: 650px;
  }

  .career-hero-section {
    padding-top: 11rem;
  }

  .career-breadcrumb-item {
    font-size: 24px;
  }

  .career-hero-grid {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: .85fr 1fr;
    margin-top: 5rem;
  }

  .career-hero-content-title {
    max-width: 450px;
    margin-bottom: 40px;
  }

  .why-join-us-header {
    max-width: 80%;
  }

  .why-join-us-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 6.25rem;
  }

  .careers-gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .careers-gallery-item {
    border-radius: 1.2rem;
    padding: .9375rem;
  }

  .career-gallery-image {
    border-radius: 1rem;
  }

  .our-office-tab-link {
    padding-right: 30px;
    font-size: 2.5rem;
  }

  .our-office-content {
    padding-bottom: 30px;
  }

  .our-office-location-1 {
    font-size: 1.125rem;
  }

  .our-office-location-2, .our-office-location-3 {
    font-size: 18px;
  }

  .why-join-us-hover {
    top: -22%;
  }

  .why-join-us-content-wrap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .job-list-section {
    padding-top: 11rem;
  }

  .job-list-box {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .job-list-top-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .job-list-button {
    width: 140px;
    font-size: 16px;
  }

  .job-location, .job-company-name {
    font-size: 18px;
  }

  .job-body-rich-text p {
    font-size: 1.125rem;
  }

  .job-body-rich-text li {
    font-size: 18px;
  }

  .job-body-content {
    padding-right: 10rem;
  }

  .job-apply-button {
    width: 140px;
    font-size: 16px;
  }

  .job-apply-section {
    padding-top: 12.5rem;
  }

  .job-apply-header {
    max-width: 900px;
  }

  .job-apply-form-inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .job-submit-button {
    font-size: 1rem;
  }

  .how-we-work-shape-3 {
    top: 55%;
  }

  .how-we-work-shape-4 {
    top: 63%;
  }

  .service-right-shape {
    width: 150px;
  }

  .service-list-counter-wrap {
    border-radius: 1.875rem;
  }

  .service-counter-grid {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
  }

  .service-counter {
    font-size: 2.5rem;
  }

  .service-counter-span {
    font-size: 20px;
  }

  .filter-result-wrap {
    margin-top: 11rem;
    margin-left: 7.6rem;
    position: static;
    left: 9%;
  }

  .company-hero-section {
    padding-top: 11rem;
  }

  .company-hero-header {
    max-width: 84%;
  }

  .what-we-do-item {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .what-we-do-item.active {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .what-we-do-icon {
    width: 4.5rem;
  }

  .global-presence-1 {
    top: -3%;
    left: 9%;
  }

  .global-presence-3 {
    top: 33%;
  }

  .global-presence-image {
    width: 250px;
  }

  .global-presence-dot-box {
    width: 32px;
    height: 32px;
  }

  .global-presence-dot {
    width: 1rem;
    height: 1rem;
  }

  .global-presence-dot-active {
    width: 32px;
    height: 32px;
  }

  .certifications-inner {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .partnerships-box {
    border-radius: 30px;
    padding-top: 21.875rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .partnerships-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .partnerships-item {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .partnerships-logo.aws, .partnerships-logo.nvidia, .partnerships-logo.aws, .partnerships-logo.nvidia {
    height: auto;
  }

  .awards-right-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .awards-item-box {
    height: 10.3125rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .why-hexaview-header {
    max-width: 700px;
  }

  .why-hexaview-item {
    padding: 3.125rem 2.5rem;
  }

  .why-hexaview-icon {
    width: 6.25rem;
  }

  .testimonial-slide {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 230px 1fr 230px;
  }

  .testimonial-slide-item {
    height: 550px;
  }

  .testimonial-left-arrow, .testimonial-right-arrow {
    width: 68px;
    height: 68px;
  }

  .certification-right-shape {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 12.5rem;
    top: 7.1875rem;
  }

  .home-customer-stories-item {
    border-radius: 2.5rem;
  }

  .m-testimonial-blue-shape {
    width: 352px;
    height: 350px;
    bottom: -140px;
  }

  .job-back-button {
    font-size: 16px;
  }

  .industries-shape {
    width: 230px;
  }

  .dropdown-item {
    transition: none;
  }

  .dropdown-item-title {
    font-size: 1rem;
  }

  .service-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-semibold-h3-small {
    font-size: 1.9rem;
  }

  .home-why-choose-title-header {
    max-width: 820px;
  }

  .empty-item-box, .success-message {
    margin-top: 120px;
  }

  .security-hero-section {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69147b66a811141322d634b4_c16018295d37fd27d1c22884c0ddfedb_bg%20(10).png"), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/6915dc1b9e516b769fdccc47_grey-bg-lines.webp");
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 600px;
    padding-top: 12.5rem;
  }

  .compliance-policy-content-list {
    font-size: 18px;
  }

  .compliance-policy-item {
    font-size: 22px;
  }

  .employement-policy-section, .security-policy-section {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69147b66a811141322d634b4_c16018295d37fd27d1c22884c0ddfedb_bg%20(10).png");
    background-position: 0 0;
    background-size: auto;
  }

  .cookie-button-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: auto;
  }

  .cookie-close-icon {
    width: 30px;
    height: 30px;
  }

  .technology-toolbox-tag-text {
    font-size: 1.2rem;
  }

  .service---block-text {
    font-size: 22px;
    line-height: 40px;
  }

  .section-badge {
    font-size: 28px;
  }

  .section-text {
    font-size: 20px;
    line-height: 40px;
  }

  .service---block-title {
    font-size: 35px;
    line-height: 60px;
  }

  .service---hero-right {
    width: 650px;
  }

  .service---block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-toolbox-image {
    max-width: 500px;
  }

  .image-74 {
    max-width: 45px;
    max-height: 45px;
  }

  .section-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service---hero-text {
    font-size: 20px;
    line-height: 35px;
  }

  .technology-toolbox-item-tag-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 20px;
  }

  .service---client {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .service---tab-image {
    border-radius: 24px;
  }

  .service---tabs-menu {
    grid-template-rows: 140px 140px;
    grid-auto-rows: 140px;
    max-width: 600px;
    margin-right: 3.125rem;
  }

  .service---tab-link {
    font-size: 32px;
  }

  .cta-wrapper {
    position: static;
    bottom: 150px;
  }

  .service---hero-left {
    font-size: 20px;
    line-height: 35px;
  }

  .service---container {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .list-item-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-mindset---bullet-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .capabilitiy-overview {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .dropdown-item---services {
    transition: none;
  }

  .section {
    padding-top: 7rem;
  }

  .events-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 70%;
  }

  .title-text {
    font-size: 1.2rem;
  }

  .title-text.blue-heading {
    font-size: 1.5625rem;
  }

  .events-heading {
    font-size: 3rem;
  }

  .title-text-right {
    font-size: 1.2rem;
  }

  .featured-events {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--dark-blue) 70%, var(--off-white) 70%, var(--off-white));
  }

  .event-info {
    max-width: 80%;
  }

  .button-white {
    width: 170px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: .9375rem;
  }

  .div-block-158 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .event-card-image {
    height: 48%;
  }

  .event-card-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 30px;
    height: 350px;
    margin-top: -30px;
    padding: 40px 30px;
  }

  .event-location, .event-date {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .event-details-link {
    padding: 10px 21px;
  }

  .image-83 {
    height: 300px;
  }

  .event-card-description {
    font-size: .91rem;
  }

  .image-85 {
    height: 16px;
  }

  .date-location-text {
    font-size: .8rem;
  }

  .featured-event-card-title {
    font-size: 1.8rem;
  }

  .event-partner-with-us {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .event-partner-title {
    font-size: 1.56rem;
  }

  .event-partner-subtitle {
    font-size: 1.25rem;
  }

  .collection-item-2 {
    padding: 40px 50px;
  }

  .image-86 {
    height: 450px;
  }

  .featured-event-date-location {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .featured-event-date-location.event-template-page {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-88 {
    font-size: .9375rem;
  }

  .event-details-image-wrapper {
    padding: 18px;
  }

  .event-heading {
    font-size: 2.5rem;
  }

  .event-agenda-text {
    font-size: .9375rem;
  }

  .agenda-card {
    padding: 2.6rem;
  }

  .top-menu-section.event-main-page {
    top: 90px;
  }

  .events-container-hero-section {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .upcoming-events-container {
    padding-top: 0;
    padding-bottom: 7rem;
  }

  .featured-event-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 50%;
  }

  .rich-text-block.paragraph-large {
    font-size: .9375rem;
  }

  .key-takeaway-block {
    padding: 2.75rem 2.1rem;
  }

  .event-details-container {
    max-width: 65%;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .speaker-block {
    padding: 2.75rem 2.1rem;
  }

  .speaker-name-text {
    font-size: 1.3rem;
  }

  .speaker-title {
    font-size: .82rem;
  }

  .event-overview {
    font-size: 1.25rem;
  }

  .event-details-overview-container {
    max-width: 65%;
    padding-top: 7rem;
    padding-bottom: 0;
  }

  .event-details-overview-section {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--dark-blue) 75%, var(--off-white) 75%, var(--off-white));
  }

  .event-details-text {
    font-size: 1.12rem;
  }

  .event-details-image {
    height: 16px;
    margin-top: 5px;
  }

  .agenda-image {
    height: 50px;
  }

  .button-arrow {
    height: 10px;
  }

  .event-text {
    font-size: .94rem;
  }

  .event-text.text-color-white {
    font-size: .95rem;
  }

  .event-title, .event-title.text-color-white, .event-title.text-color-white {
    font-size: 2.2rem;
  }

  .event-tag {
    font-size: 1.1rem;
  }

  .event-container {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .event-card-title {
    font-size: 1.38rem;
  }

  .event-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-169 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .event-details-hero-container {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/6915dc1b9e516b769fdccc47_grey-bg-lines.webp");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 98% 90%;
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .main-events-heading {
    font-size: 4rem;
  }

  .container-4 {
    max-width: 85%;
  }

  .section-image {
    max-width: 420px;
  }

  .paragraph-4 {
    font-size: 24px;
    line-height: 40px;
  }

  .div-block-10 {
    width: 45%;
  }

  .div-block-10.div-blocks-3-inner {
    width: 30%;
  }

  .div-blocks-12, .div-blocks-12.div-blocks-3, .div-blocks-12.div-blocks-3 {
    justify-content: space-between;
  }

  .text-block-4 {
    font-size: 25px;
  }

  .container-6 {
    max-width: 85%;
  }

  .div-block-12 {
    flex-flow: row;
    align-items: stretch;
  }

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

  .container-8, .container-9 {
    max-width: 85%;
  }

  .div-block-27 {
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .container-10 {
    max-width: 85%;
  }

  .section---hero {
    padding-top: 11rem;
  }

  .div-block-176-copy {
    left: -6.5%;
  }

  .template-container {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .card-why-hexa {
    width: 45%;
  }

  .card-inner {
    z-index: 31;
    filter: blur();
    color: #fff;
    position: static;
  }

  .card {
    width: 30%;
  }

  .container-14 {
    width: 100%;
    max-width: 85%;
  }

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

  .info-card-img-2 {
    align-items: flex-start;
  }

  .container-why-your-business {
    max-width: 85%;
  }

  .card-why-hexa-copy {
    width: 45%;
  }

  .div-card-container {
    justify-content: center;
  }

  .container-15 {
    max-width: 85%;
  }

  .title-semibold-h4-3 {
    font-size: 1.8125rem;
  }

  .title-semibold-h4-3.text-color-white {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .hhw-tabs-menu-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: 140px 140px;
    grid-auto-rows: 140px;
    margin-right: 3.125rem;
  }

  .hhw-tab-link-4 {
    font-size: 32px;
  }

  .info-card-img-3 {
    align-items: flex-start;
  }

  .div-block-199 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
  }

  .div-block-200.hero-image {
    max-width: 375px;
    height: 500px;
  }

  .container-all-your-business-2 {
    max-width: 85%;
  }

  .container-20 {
    width: 100%;
    max-width: 85%;
  }

  .image-108.hero-hexa-logo {
    max-width: 410px;
    max-height: 275px;
    right: -135px;
  }

  .image-info-card-2 {
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: none;
  }

  .point-text-2 {
    font-size: 25px;
  }

  .benefits-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 336px;
    padding-top: 40px;
    padding-bottom: 50px;
    display: flex;
  }

  .techstack-item-image {
    max-width: none;
    max-height: 44px;
  }

  .techstack-item {
    padding: 20px 14.4px;
  }

  .title-semibold-h5-2 {
    font-size: 1.5rem;
  }

  .button-primary-5 {
    padding: .9375rem 3.25rem;
    font-size: 1.125rem;
  }

  .service---hero-right-3 {
    width: 650px;
  }

  .service---hero-section-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service---hero-left-2 {
    font-size: 20px;
    line-height: 35px;
  }

  .div-block-261.d23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    left: -35px;
  }

  .paragraph-33 {
    width: 100%;
    font-size: 1.2rem;
  }

  .image-35.i35 {
    left: 4.5%;
  }

  .testimonial-blue-shape-2 {
    width: 300px;
    height: 300px;
    bottom: -140px;
  }

  .testimonial-blue-shape-2.is-top {
    bottom: -6.875rem;
  }

  .testimonial-left-arrow-2 {
    width: 68px;
    height: 68px;
  }

  .section-tag-2 {
    font-size: 1.5625rem;
  }

  .testimonial-author-box-2 {
    height: 240px;
  }

  .title-semibold-h3-2 {
    font-size: 1.9rem;
  }

  .testimonial-section-2 {
    bottom: 180px;
  }

  .testimonial-slide-active-2 {
    border-radius: 30px;
    padding-right: 15rem;
  }

  .testimonial-right-arrow-2 {
    width: 68px;
    height: 68px;
  }

  .image-132 {
    max-width: 575px;
    max-height: 375px;
  }

  .button-primary-3 {
    padding: .9375rem 3.25rem;
    font-size: 1.125rem;
  }

  .testimonial-left-arrow-3, .testimonial-right-arrow-3 {
    width: 68px;
    height: 68px;
  }

  .benefits---card-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 4rem 4.5rem 4rem 0;
  }

  .benefits---grid-heading-2 {
    font-size: 28px;
  }

  .section-62 {
    width: 105%;
    height: 422px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-351 {
    height: 98vh;
  }

  .div-block-351.bb216 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-351.bb216.db351 {
    height: 550px;
  }

  .button-5.b5 {
    top: 125px;
    bottom: 125px;
    left: 140px;
  }

  .button-5.b5.b6.b7 {
    width: 210px;
    margin-left: 0;
    padding: 35px 40px;
    font-size: 15px;
  }

  .heading-99 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 5px;
  }

  .heading-card-why-hexa-2.hcwh1, .heading-card-why-hexa-2.hcwh3, .heading-card-why-hexa-2.hcwh2, .heading-card-why-hexa-2.hcwh1, .heading-card-why-hexa-2.hcwh3, .heading-card-why-hexa-2.hcwh2 {
    color: #fff;
    font-size: 1rem;
  }

  .paragraph-71 {
    width: 65%;
    height: 120px;
    font-size: 18px;
    line-height: 22px;
    top: 95px;
    bottom: 95px;
    left: 340px;
  }

  .paragraph-72 {
    opacity: .7;
  }

  .div-block-361 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-362.db241 {
    padding-left: 10px;
  }

  .heading-103 {
    font-size: 38px;
    left: 450px;
  }

  .heading-103.h73.h75.head46 {
    left: 465px;
  }

  .section-64 {
    margin-top: 75px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-65 {
    margin-top: 75px;
  }

  .div-block-365 {
    top: -8%;
  }

  .button-primary-10 {
    padding: .9375rem 3.25rem;
    font-size: 1.125rem;
  }

  .button-primary-10.bp1, .button-primary-10.bp1.cwu1, .button-primary-10.bp1, .button-primary-10.bp1.cwu1, .button-primary-10.bp1.cwu1 {
    padding: 20px 40px;
    font-size: 1rem;
  }

  .div-block-369 {
    justify-content: center;
    align-items: flex-end;
    width: auto;
    top: 10px;
  }

  .div-block-371 {
    padding-top: 12px;
  }

  .div-block-371.db371, .div-block-371.db371.divb371, .div-block-371.db371, .div-block-371.db371.divb371, .div-block-371.db371.divb371 {
    padding-top: 0;
  }

  .card-why-hexa-2 {
    width: 45%;
  }

  .card-why-hexa-2.cwh3 {
    opacity: 100;
    background-color: #fff3;
  }

  .card-why-hexa-2.cwh2, .card-why-hexa-2.cwh3 {
    opacity: 100;
    background-color: #fff3;
  }

  .card-why-hexa-2.cwh1 {
    opacity: 1;
    background-color: #fff3;
  }

  .card-why-hexa-2.cwh2 {
    opacity: 100;
    background-color: #fff3;
  }

  .image-160 {
    max-width: 175%;
  }

  .heading-108, .heading-109 {
    font-size: 20px;
  }

  .heading-111 {
    font-size: 14px;
  }

  .section-68 {
    padding-top: 11rem;
  }

  .paragraph-78 {
    width: 100%;
    font-size: 16px;
  }

  .section-69 {
    margin-top: 0;
  }

  .div-block-385 {
    margin-left: 0;
  }

  .testimonial-title-header-2 {
    max-width: 600px;
  }

  .image-167 {
    max-width: 45px;
    max-height: 45px;
  }

  .div-block-388 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-116 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .section-tag-4 {
    font-size: 1.5625rem;
  }

  .container-99 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2-4 {
    width: 160%;
    font-size: 2.2rem;
  }

  .page-wrapper-4 {
    overflow: clip;
  }

  .testimonial-blue-shape-4 {
    width: 300px;
    height: 300px;
    bottom: -140px;
  }

  .testimonial-blue-shape-4.is-top {
    bottom: -6.875rem;
  }

  .section-80.sec17 {
    height: auto;
    left: 140px;
  }

  .paragraph-89 {
    padding-top: 10px;
    font-size: 12px;
  }

  .heading-121 {
    font-size: 1.1rem;
  }

  .container-103.c21.c22 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-176-copy-5 {
    left: -6.5%;
  }

  .ai-section-1-container {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .stat_card-3 {
    border-radius: 9px;
    justify-content: center;
    align-items: center;
  }

  .section-84.sec17 {
    width: 85%;
    padding-bottom: 65px;
    left: 110px;
  }

  .div-block-422 {
    top: 12%;
  }

  .div-block-423 {
    width: 490px;
  }

  .heading-132.h39 {
    font-size: 36px;
    line-height: 36px;
  }

  .image-14.i14 {
    width: 450px;
  }

  .container-109.c21.c22 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 97px;
    padding-right: 70px;
  }

  .heading-133.h29 {
    font-size: 2rem;
  }

  .section-86 {
    padding-top: 11rem;
  }

  .div-block-426 {
    width: 490px;
  }

  .div-block-427 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .paragraph-101.p21 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-102 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .list-8.l1 {
    font-size: .8rem;
  }

  .button-primary-13 {
    padding: .9375rem 3.25rem;
    font-size: 1.125rem;
  }

  .button-primary-13.pm2.pm3 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1.5rem;
  }

  .paragraph-104.p15 {
    font-size: .8rem;
  }

  .div-block-433 {
    top: -8%;
  }

  .container-115.c25 {
    max-width: 1550px;
    height: 510px;
    max-height: 600px;
  }

  .service---client-5 {
    padding-top: 7rem;
    padding-bottom: 7rem;
    bottom: 140px;
  }

  .testimonial-blue-shape-5 {
    width: 300px;
    height: 300px;
    bottom: -140px;
  }

  .testimonial-blue-shape-5.is-top {
    bottom: -6.875rem;
  }

  .services-dropdown-new {
    width: 1200px;
  }

  .header-services-trending {
    width: 90%;
    height: 100%;
  }

  .paragraph-110 {
    font-size: .58rem;
  }

  .paragraph-111 {
    font-size: .85rem;
  }

  .services---nav-dropdown {
    font-size: 1.125rem;
  }

  .services---nav-link {
    font-size: 1rem;
  }

  .div-block-464 {
    width: 70px;
    height: 50px;
  }

  .section-95 {
    width: 105%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-142 {
    font-size: 2rem;
  }

  .image-193 {
    width: auto;
    max-width: none;
    margin-right: 70px;
  }

  .div-block-176-copy-7 {
    left: 55%;
  }

  .div-block-176-copy-7.db176 {
    bottom: 12%;
    left: 54%;
  }

  .div-block-474 {
    top: 28%;
    right: 9%;
  }

  .div-block-474.db474 {
    top: 20%;
    right: 8%;
  }

  .div-block-476 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 50px;
    padding-right: 0;
  }

  .div-block-477, .div-block-177-copy-13 {
    width: 50px;
    height: 45px;
  }

  .paragraph-115 {
    font-size: 22px;
  }

  .div-block-175-copy-13 {
    width: 70px;
    height: 50px;
  }

  .service---client-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
    bottom: -40px;
  }

  .approach---card-4 {
    padding: 60px 32px;
  }

  .info---content-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .info---heading-5 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .approach---card-heading-6 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .button-primary-17 {
    padding: .9375rem 3.25rem;
    font-size: 1.125rem;
  }

  .section-103 {
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .info---text-8 {
    font-size: 14.4px;
  }

  .info---text-8.it1 {
    font-size: 1rem;
  }

  .info-wrapper-5 {
    padding: 4rem 2.8rem;
  }

  .div-block-176-copy-9 {
    left: -6.5%;
  }

  .info---image-3 {
    max-width: 460px;
  }

  .approach---grid-wrapper-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-107 {
    padding-top: 11rem;
  }

  .software-solution-bullet-list-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-530 {
    top: -8%;
  }

  .paragraph-143 {
    font-size: .9rem;
  }

  .approach---card-text-7 {
    font-size: 14.4px;
    line-height: 24px;
  }

  .div-block-538 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .code-embed-3 {
    top: 17.5%;
    left: 4.5%;
  }

  .code-embed-3.ce15.ce14, .code-embed-3.ce15.ce13 {
    top: 18%;
    left: 4.5%;
  }

  .code-embed-3.ce15.ce10, .code-embed-3.ce22.ce31 {
    top: 19%;
    left: 4.5%;
  }

  .code-embed-3.ce22.ce31.ce34, .code-embed-3.ce22.ce31.ce35 {
    left: 4.5%;
  }

  .code-embed-3.ce22.ce31.ce36, .code-embed-3.ce22.ce31.ce37.ce41 {
    top: 23.5%;
  }

  .code-embed-3.ce3 {
    top: 17%;
    left: 4.5%;
  }

  .code-embed-3.ce4 {
    top: 20%;
  }

  .code-embed-3.ce5 {
    top: 19%;
  }

  .code-embed-3.ce6 {
    top: 15.2%;
    left: 5%;
  }

  .code-embed-3.ce7 {
    top: 24.5%;
    left: 4.5%;
  }

  .code-embed-3.ce8 {
    top: 18%;
    left: 4.5%;
  }

  .code-embed-3.ce9 {
    top: 17.8%;
    left: 4.5%;
  }

  .code-embed-3.ce10 {
    top: 20.3%;
    left: 4.5%;
  }

  .code-embed-3.ce11 {
    top: 19%;
    left: 4.5%;
  }

  .code-embed-3.ce12 {
    top: 15.5%;
    left: 4.5%;
  }

  .code-embed-3.ce13 {
    top: 24.5%;
    left: 4.5%;
  }

  .code-embed-3.ce14 {
    top: 19.5%;
    left: 5%;
  }

  .code-embed-3.ce15 {
    top: 20.5%;
    left: 4.5%;
  }

  .code-embed-3.ce15.ce14, .code-embed-3.ce15.ce13 {
    top: 18%;
    left: 4.5%;
  }

  .code-embed-3.ce15.ce16 {
    top: 17%;
    left: 4.5%;
  }

  .code-embed-3.ce15.ce14, .code-embed-3.ce15.ce13 {
    top: 18%;
    left: 4.5%;
  }

  .code-embed-3.ce15.ce12 {
    top: 25%;
    left: 4%;
  }

  .code-embed-3.ce15.ce11 {
    top: 15.5%;
    left: 4.5%;
  }

  .code-embed-3.ce15.ce10, .code-embed-3.ce22.ce31 {
    top: 19%;
    left: 4.5%;
  }

  .code-embed-3.ce22.ce31.ce34, .code-embed-3.ce22.ce31.ce35 {
    left: 4.5%;
  }

  .code-embed-3.ce22.ce31.ce36, .code-embed-3.ce22.ce31.ce37.ce41 {
    top: 23.5%;
  }

  .code-embed-3.ce22.ce31 {
    top: 19%;
    left: 4.5%;
  }

  .code-embed-3.ce22.ce31.ce34, .code-embed-3.ce22.ce31.ce35 {
    left: 4.5%;
  }

  .code-embed-3.ce22.ce31.ce36, .code-embed-3.ce22.ce31.ce37.ce41 {
    top: 23.5%;
  }

  .code-embed-3.ce22.ce31.ce34, .code-embed-3.ce22.ce31.ce35 {
    left: 4.5%;
  }

  .code-embed-3.ce22.ce31.ce36, .code-embed-3.ce22.ce31.ce37.ce41, .code-embed-3.ce22.ce31.ce37.ce41 {
    top: 23.5%;
  }

  .code-embed-3.ce22.ce31.ce40 {
    top: 19%;
  }

  .spending---heading-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .spending---text-wrapper-2 {
    max-width: 1120px;
  }

  .div-block-176-copy-11 {
    left: -6.5%;
  }

  .div-block-573 {
    top: -8%;
  }

  .data-warehouse-container-4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-block-578 {
    height: 650px;
  }

  .heading-179 {
    width: auto;
  }

  .image-240 {
    left: 9%;
  }

  .section-118 {
    padding-top: 11rem;
  }

  .button-primary-19 {
    padding: .9375rem 3.25rem;
    font-size: 1.125rem;
  }

  .template-container-6 {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }

  .paragraph-163 {
    font-size: .9rem;
  }

  .spending---subheading-3 {
    font-size: 19.2px;
    line-height: 32px;
  }

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

  .button-secondary-2 {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-size: 1.125rem;
  }

  .div-block-590 {
    height: 650px;
  }

  .heading-186 {
    font-size: 1.5rem;
  }

  .paragraph-170 {
    font-size: .9rem;
  }

  .section-120 {
    margin-top: 0;
    display: block;
  }

  .container-152 {
    width: 84%;
    max-width: none;
    height: 500px;
  }

  .div-block-595 {
    padding-left: 45px;
  }

  .image-247 {
    width: 90%;
    height: 550px;
    margin-left: 10%;
  }

  .code-embed-5 {
    display: block;
  }

  .container-153 {
    z-index: 9999;
    width: 84%;
    position: relative;
  }

  .div-block-597 {
    margin-left: 27%;
  }

  .popup-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0;
  }

  .button-primary-24 {
    padding: .9375rem 3.25rem;
    font-size: 1.125rem;
  }

  .image-260 {
    width: 30px;
    height: 24px;
  }

  .button-primary-25 {
    padding: .9375rem 3.25rem;
    font-size: 1.125rem;
  }

  .button-primary-25.bp1.bp7.bp6 {
    width: 100%;
  }

  .div-block-633 {
    width: auto;
    height: auto;
  }

  .div-block-633.db-479 {
    width: auto;
  }

  .div-block-633.db633 {
    width: auto;
    height: 365px;
  }

  .section-badge-8 {
    font-size: 28px;
  }

  .section-badge-8.sb1 {
    font-size: .9rem;
  }

  .heading-203 {
    padding-left: 140px;
  }

  .paragraph-191 {
    font-size: .8rem;
  }

  .div-block-636 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
    display: grid;
  }

  .heading-204 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .text-block-121 {
    padding-top: 10px;
    font-size: 24px;
  }

  .image-261 {
    width: 48px;
  }

  .div-block-639.db630 {
    padding-left: 5px;
  }

  .challenge-main-div-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-badge-9 {
    font-size: 28px;
  }

  .challenege-container-2 {
    max-width: 85%;
  }

  .our-services-card-image-4 {
    max-width: 30px;
  }

  .list-item-23 {
    font-size: .8rem;
  }

  .our-services---image-wrapper-3 {
    max-width: 56px;
    max-height: 56px;
  }

  .our-services-container-3 {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .our-services---grid-wrapper-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .approach---card-heading-8 {
    font-size: 17px;
    line-height: 31.2px;
  }

  .software-solution-bullet-list-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .approach---heading-3 {
    font-size: 48px;
    line-height: 62.4px;
  }

  .our-services---card-2 {
    padding: 48px 32px;
  }

  .our-services---logo-and-heading-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-193 {
    padding-top: 15px;
  }

  .image-263 {
    width: 450px;
  }

  .div-block-645 {
    width: 650px;
  }

  .div-block-648 {
    width: 650px;
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .div-block-649 {
    width: 100%;
  }

  .section-badge-10 {
    font-size: 28px;
  }

  .heading-208 {
    padding-top: 20px;
  }

  .software-solution-bullet-list-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .services-tag-5 {
    width: 50%;
  }

  .div-block-651 {
    padding-top: 20px;
  }

  .section-badge-11 {
    font-size: 16px;
  }

  .text-block-122 {
    padding-top: 10px;
    font-size: 20px;
  }

  .our-services-card-image-5 {
    max-width: 50px;
  }

  .approach---card-heading-9 {
    font-size: 1rem;
    line-height: 31.2px;
  }

  .our-services---card-3 {
    padding: 48px 32px;
  }

  .paragraph-197 {
    padding-top: 10px;
  }

  .our-services---grid-wrapper-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .our-services---grid-wrapper-5.os-gw-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .approach---card-text-9 {
    font-size: 12px;
    line-height: 24px;
  }

  .our-services---logo-and-heading-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-210 {
    padding-top: 10px;
  }

  .our-services-card-image-6 {
    max-width: 50px;
  }

  .approach---card-heading-10 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .text-span-76 {
    font-family: Manrope, sans-serif;
  }

  .div-block-656 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .our-services---card-4 {
    background-color: #fff;
    width: auto;
    padding: 48px 32px;
  }

  .paragraph-198 {
    width: 100%;
    max-width: 100%;
    font-size: 11px;
  }

  .heading-211 {
    width: 500px;
    font-size: 42px;
  }

  .text-span-77 {
    font-family: Manrope, sans-serif;
  }

  .services-tag-6 {
    width: 45%;
  }

  .section-badge-12 {
    font-size: 16px;
  }

  .section-badge-12.sb6, .section-badge-12.sb-6, .section-badge-12.sb6, .section-badge-12.sb-6 {
    font-family: Manrope, sans-serif;
    font-weight: 500;
  }

  .rt-cta-wrapper {
    padding-top: 135px;
    padding-bottom: 145px;
  }

  .div-block-667 {
    padding-top: 35px;
    position: static;
    top: 0;
  }

  .padding-section-medium {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69be4885f6f4afa257891c69_Page_bg.jpg");
    background-size: auto, cover;
  }

  .container-regular {
    max-width: 1280px;
  }

  .header-dashboard-asset {
    max-width: 50%;
    min-height: 80%;
    right: -3%;
  }

  .popup-close {
    top: 22%;
    right: 30%;
  }

  .popup {
    opacity: 1;
    display: none;
  }

  .tab-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    background-color: var(--off-white);
  }

  .container {
    max-width: 1600px;
  }

  .container.for-testmonial {
    max-width: 1730px;
  }

  .home-hero-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 788px 580px;
    justify-content: space-between;
  }

  .heading-style-h1 {
    font-size: 3.75rem;
  }

  .home-hero-content {
    grid-column-gap: 2.1875rem;
    grid-row-gap: 2.1875rem;
  }

  .title-semibold-h5 {
    font-size: 1.875rem;
  }

  .button-secondary {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .client-grid-wrap {
    grid-column-gap: 3.25rem;
    grid-row-gap: 3.25rem;
  }

  .home-service-section {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69147b66a811141322d634b4_c16018295d37fd27d1c22884c0ddfedb_bg%20(10).png");
  }

  .home-service-inner {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
    grid-template-columns: 550px 8fr;
  }

  .section-tag {
    font-size: 1.875rem;
  }

  .heading-style-h2 {
    font-size: 3.125rem;
  }

  .home-service-summary {
    width: 30.625rem;
    font-size: 1.5rem;
  }

  .home-service-content {
    padding-bottom: 6.25rem;
  }

  .service-item-number {
    font-size: 3.75rem;
  }

  .service-content-list-item {
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
  }

  .service-checkmark {
    width: 24px;
    margin-top: 0;
  }

  .title-semibold-h3 {
    font-size: 2.8125rem;
  }

  .testimonial-title-header {
    max-width: 780px;
  }

  .testimonial-slide-box {
    border-radius: 1.5rem;
  }

  .testimonial-author-box {
    height: 250px;
  }

  .testimonial-author-image {
    width: 350px;
  }

  .testimonial-slide-active {
    padding-top: 3.125rem;
    padding-left: 3.125rem;
    padding-right: 20rem;
  }

  .testimonial-summary {
    font-size: 1.125rem;
  }

  .testimonial-blue-shape {
    width: 350px;
    height: 340px;
  }

  .counter-grid-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .counter-title-header {
    max-width: 900px;
  }

  .counter-item {
    height: 26.25rem;
  }

  .counter-item.is-white {
    padding: 1.875rem;
  }

  .counter-item.is-blue {
    padding: 20px;
  }

  .counter-item.is-map {
    padding: 1.875rem;
  }

  .counter-item.is-content {
    padding: 30px;
  }

  .counter-content-box {
    font-size: 1.875rem;
  }

  .title-semibold-h2 {
    font-size: 3.75rem;
  }

  .counter-2-content-box {
    width: 200px;
    font-size: 2.5rem;
  }

  .counter-4-content-box {
    font-size: 22px;
  }

  .recognition-grid {
    margin-top: 35px;
  }

  .recognition-item {
    height: 125px;
  }

  .recognition-image.great-place {
    width: 4.0625rem;
  }

  .recognition-image.inc-5000 {
    width: 5.3125rem;
  }

  .counter-row {
    font-size: 1.375rem;
  }

  .counter-row.cr1 {
    padding-top: 140px;
    padding-left: 100px;
  }

  .map-image {
    width: 90%;
  }

  .location-image {
    width: 165px;
  }

  .location-dot {
    width: 12px;
    height: 12px;
  }

  .location-dot-box, .location-dot-active {
    width: 24px;
    height: 24px;
  }

  .location-box-3 {
    right: 15%;
  }

  .why-choose-inner {
    grid-column-gap: 4.0625rem;
    grid-row-gap: 4.0625rem;
  }

  .why-choose-title-header {
    max-width: 1150px;
  }

  .why-choose-item {
    padding: 2.5rem 1.875rem;
  }

  .heading-style-h6 {
    font-size: 1.5625rem;
  }

  .why-choose-list {
    margin-top: 1.875rem;
  }

  .why-choose-list-item {
    font-size: 1.125rem;
  }

  .why-choose-icon {
    width: 80px;
    height: 80px;
  }

  .why-choose-overlay {
    width: 750px;
    height: 170%;
    top: -30%;
    left: -20%;
  }

  .why-choose-shape-2 {
    top: 55%;
    left: 32%;
  }

  .why-choose-shape-3 {
    left: 58%;
  }

  .why-choose-shape-4 {
    top: 64%;
  }

  .partner-grid-wrap {
    width: 100%;
    max-width: 90.625rem;
    margin-left: auto;
    margin-right: auto;
  }

  .review-summary {
    font-size: 2.25rem;
  }

  .cta-summary {
    max-width: 80%;
    font-size: 2.1875rem;
  }

  .cta-info-wrap {
    width: 680px;
  }

  .cta-image {
    width: 13.125rem;
  }

  .cta-button-left {
    left: 0%;
  }

  .cta-button-right {
    right: -27%;
  }

  .footer-client-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .footer-top-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 20rem 1fr .4fr .5fr;
  }

  .footer-bottom-inner {
    font-size: 1.125rem;
  }

  .footer-summary {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }

  .footer-menu-link {
    font-size: 1.125rem;
  }

  .case-study-title-wrap {
    width: 1050px;
  }

  .case-study-inner-box {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .case-study-right-wrap {
    height: 540px;
  }

  .case-study-content {
    max-width: 85%;
  }

  .title-semibold-h6 {
    font-size: 1.5rem;
  }

  .case-study-counter-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .case-study-counter {
    font-size: 2.1875rem;
  }

  .case-study-info-box {
    font-size: 22px;
  }

  .title-semibold-h4 {
    font-size: 2.125rem;
  }

  .button-link-white {
    font-size: 22px;
    transition: all .35s ease-in-out;
  }

  .partner-marquee-list {
    width: 100%;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-title-header {
    max-width: 1050px;
  }

  .blog-search-field {
    padding: 13px 55px;
  }

  .blog-filter-form-box {
    max-width: 64.0625rem;
  }

  .blog-body p {
    line-height: 1.8;
  }

  .blog-body h2 {
    font-size: 2.75rem;
  }

  .blog-body h6 {
    line-height: 1.7;
  }

  .blog-body h5 {
    font-size: 1.5rem;
  }

  .blog-body h1 {
    font-size: 50px;
  }

  .blog-body h3 {
    font-size: 40px;
  }

  .blog-body h4 {
    font-size: 38px;
  }

  .press-release-left-shape, .press-release-right-shape {
    width: 130px;
  }

  .press-release-image-wrap {
    height: 250px;
  }

  .paragraph-medium {
    font-size: 20px;
  }

  .stories-top-menu {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: static;
  }

  .stories-top-menu-item {
    font-size: 1.3rem;
  }

  .testimonials-shape {
    width: 200px;
  }

  .testimonials-content-wrap {
    max-width: 75%;
  }

  .testimonial-desc {
    font-size: 20px;
  }

  .testimonial-author-image-wrap {
    min-width: 370px;
  }

  .testimonial-author-profile {
    width: 370px;
  }

  .heading-style-h3 {
    line-height: 1.4;
  }

  .book-demo-title-header {
    max-width: 100%;
  }

  .industries-hero-summary {
    max-width: 83%;
  }

  .industries-tabs-menu {
    grid-template-rows: 155px 155px;
    grid-auto-rows: 155px;
    width: 460px;
  }

  .industries-tab-link {
    font-size: 45px;
  }

  .how-we-work-grid {
    grid-column-gap: 4.0625rem;
    grid-row-gap: 4.0625rem;
  }

  .how-we-work-item {
    height: 380px;
    padding: 2.5rem 1.875rem;
  }

  .how-we-work-icon {
    width: 5rem;
    height: 5rem;
  }

  .how-we-work-overlay {
    width: 750px;
    height: 150%;
    top: -26%;
  }

  .career-breadcrumb-item {
    font-size: 28px;
  }

  .career-hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .career-hero-left {
    padding-right: 60px;
  }

  .career-hero-content-title {
    max-width: 600px;
  }

  .why-join-us-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .why-join-us-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .careers-gallery-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .our-office-grid {
    grid-template-columns: 1fr 30.625rem;
  }

  .our-office-tab-link {
    font-size: 2.8125rem;
  }

  .our-office-location-1 {
    font-size: 1.5rem;
  }

  .our-office-location-2 {
    font-size: 24px;
    bottom: 34%;
    right: 26.5%;
  }

  .our-office-location-3 {
    font-size: 24px;
    bottom: 39%;
    right: 18%;
  }

  .why-join-us-hover {
    top: -20%;
  }

  .job-list-box {
    border-radius: 40px;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .job-list-gray-tag {
    font-size: 16px;
  }

  .job-apply-header {
    max-width: 1190px;
  }

  .how-we-work-shape-2 {
    top: 45%;
  }

  .how-we-work-shape-3 {
    left: 44%;
  }

  .how-we-work-shape-4 {
    top: 64%;
    right: 18%;
  }

  .service-list-counter-wrap {
    padding-left: 11.25rem;
  }

  .service-counter {
    font-size: 3rem;
  }

  .company-hero-header {
    max-width: 90%;
  }

  .company-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .global-presence-wrap {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .map-note {
    max-width: 550px;
    font-size: 20px;
  }

  .certifications-inner {
    grid-template-columns: 1fr 1fr;
  }

  .certifications-item {
    width: 150px;
  }

  .certifications-image.small {
    width: 100%;
  }

  .certifications-summary {
    padding-right: 60px;
  }

  .why-hexaview-header {
    max-width: 900px;
  }

  .why-hexaview-grid {
    grid-column-gap: 4.0625rem;
    grid-row-gap: 4.0625rem;
  }

  .why-hexaview-icon {
    width: 7.5rem;
  }

  .testimonial-slide {
    grid-template-columns: 240px 1fr 240px;
  }

  .testimonial-slider-mask {
    padding-bottom: 8.125rem;
  }

  .testimonial-slide-item {
    height: 460px;
  }

  .testimonial-left-arrow {
    left: 45%;
  }

  .testimonial-right-arrow {
    right: 45%;
  }

  .testimonials-stack-card {
    height: 27.5rem;
  }

  .m-testimonial-blue-shape {
    width: 375px;
  }

  .industries-shape {
    width: 240px;
  }

  .title-semibold-h3-small {
    font-size: 2.5rem;
  }

  .home-why-choose-title-header {
    max-width: 1150px;
  }

  .security-hero-section {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/6915dc1b9e516b769fdccc47_grey-bg-lines.webp"), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69147b66a811141322d634b4_c16018295d37fd27d1c22884c0ddfedb_bg%20(10).png");
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 600px, auto;
    padding-top: 12.5rem;
  }

  .compliance-policy-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .employement-policy-section, .security-policy-section {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69147b66a811141322d634b4_c16018295d37fd27d1c22884c0ddfedb_bg%20(10).png");
    background-position: 0 0;
    background-size: auto;
  }

  .cookie-button-wrap {
    margin-right: 40px;
  }

  .cookie-close-button {
    width: 60px;
    height: 60px;
  }

  .technology-toolbox-tag-text {
    font-size: 1.4rem;
  }

  .service---block-text {
    font-size: 25px;
    line-height: 45px;
  }

  .section-badge {
    font-size: 30px;
  }

  .section-text {
    font-size: 24px;
    line-height: 45px;
  }

  .services-section-container {
    max-width: 1600px;
  }

  .service---block-title {
    font-size: 42px;
    line-height: 60px;
  }

  .list-item-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service---hero-right {
    width: 750px;
  }

  .service---hero-subtitle {
    font-size: 28px;
    line-height: 40px;
  }

  .service-toolbox-image {
    max-width: 600px;
  }

  .why-hexaview---bullet-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service---hero-text {
    height: 100%;
    font-size: 25px;
    line-height: 45px;
  }

  .services-page-container {
    max-width: 1600px;
  }

  .service---client {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .how-we-deliver-tab-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service---tab-image {
    height: 350px;
  }

  .service---tabs-menu {
    grid-template-rows: 155px 155px;
    grid-auto-rows: 155px;
    display: flex;
  }

  .service---tab-link {
    font-size: 38px;
  }

  .cta-wrapper {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service---hero-left {
    height: 100%;
    font-size: 25px;
    line-height: 45px;
  }

  .service---container {
    max-width: 1600px;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .services-rounded-image {
    max-height: 550px;
  }

  .div-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .events-title {
    width: 70%;
  }

  .title-text {
    font-size: 1.5rem;
  }

  .title-text.blue-heading {
    font-size: 1.8rem;
  }

  .events-heading {
    font-size: 3.8rem;
  }

  .title-text-right {
    font-size: 1.5rem;
  }

  .featured-events {
    background-image: linear-gradient(180deg, var(--dark-blue), #13132a 60%, var(--dark-blue) 39%, #13132a 0%, var(--off-white) 60%, var(--off-white));
  }

  .event-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 70%;
  }

  .button-white {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.125rem;
  }

  .collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .event-card-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 410px;
    padding: 40px;
  }

  .image-83 {
    height: 350px;
  }

  .event-card-description {
    font-size: 1.1rem;
  }

  .image-85 {
    height: 20px;
  }

  .date-location-text {
    color: var(--light-gray);
    font-size: 1.2rem;
  }

  .featured-event-card-title {
    font-size: 1.6rem;
  }

  .image-86 {
    object-fit: cover;
    max-width: 45%;
  }

  .featured-event-date-location.event-template-page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-88 {
    font-size: 1.1rem;
  }

  .event-details-image-wrapper {
    width: 100%;
    max-width: 45%;
    padding: 25px;
  }

  .image-87 {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
  }

  .event-heading {
    color: var(--heading-color);
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .grid-2.adenda-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .event-agenda-text {
    font-size: 1rem;
  }

  .agenda-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-163 {
    width: 100%;
  }

  .event-details-section {
    background-color: var(--off-white);
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .top-menu-section {
    background-color: var(--transparent);
    background-image: none;
    padding-top: 1rem;
    position: sticky;
    top: 115px;
  }

  .div-block-166 {
    position: relative;
  }

  .page-wrapper-event-template {
    background-color: var(--off-white);
  }

  .events-container-hero-section {
    max-width: 1600px;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .upcoming-events-container {
    max-width: 1600px;
    padding-top: 0;
    padding-bottom: 9rem;
  }

  .featured-event-info {
    max-width: 50%;
  }

  .heading-2 {
    font-size: 1.4rem;
  }

  .rich-text-block.paragraph-large {
    font-size: 1.2rem;
  }

  .key-takeaway-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .event-details-container {
    max-width: 65%;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .speaker-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .speaker-name-text {
    font-size: 1.4rem;
  }

  .speaker-title {
    font-size: 1rem;
  }

  .event-agenda-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .event-overview {
    font-size: 1.5rem;
  }

  .event-details-overview-container {
    padding-top: 9rem;
    padding-bottom: 0;
  }

  .event-details-overview-section {
    background-image: linear-gradient(180deg, var(--dark-blue), #13132a 60%, var(--dark-blue) 70%, #13132a 0%, var(--off-white) 70%, var(--off-white));
  }

  .button-arrow {
    height: 14px;
  }

  .event-text {
    font-size: 1.1rem;
  }

  .event-title.text-color-black {
    font-size: 2.4rem;
  }

  .event-tag {
    font-size: 1.3rem;
  }

  .event-container {
    max-width: 1600px;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .event-card-title {
    font-size: 1.6rem;
  }

  .event-details-hero-container {
    max-width: 1600px;
  }

  .main-events-heading {
    font-size: 4.8rem;
  }

  .section-4 {
    max-width: 100%;
  }

  .container-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    max-width: 1600px;
  }

  .section-image, .section-image.section-image-2-copy, .section-image.section-image-2-copy {
    margin-top: auto;
  }

  .div-block-10 {
    width: 48%;
  }

  .div-block-10.div-blocks-3-inner {
    width: 30%;
  }

  .div-blocks-12, .div-blocks-12.div-blocks-3, .div-blocks-12.div-blocks-3 {
    justify-content: space-between;
  }

  .container-6 {
    max-width: 1600px;
  }

  .image-11 {
    margin-top: auto;
  }

  .container-8 {
    max-width: 1600px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .text-block-12 {
    padding-bottom: 30px;
  }

  .div-block-21 {
    margin-top: auto;
  }

  .sasledev-img-2 {
    background-image: linear-gradient(#0000, #000c 60%), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/6968c8f4e0e26b428396270c_Rectangle%209396.png");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

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

  .container-9 {
    max-width: 1600px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-27 {
    background-image: linear-gradient(#008cff00 40%, #016bb5e6 60%), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/6968c8f4e0e26b4283962708_image%2033.png");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .container-10 {
    max-width: 1600px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .why-hexa-div {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-176-copy {
    left: -4%;
  }

  .template-container {
    max-width: 1600px;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .div-block-text {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 42.5px;
    padding-right: 42.5px;
    display: flex;
  }

  .text-block-info-card {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
  }

  .heading-card {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .point-text {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
  }

  .info-card-2-outer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .section-all-your-business {
    background-color: #f0f0f0;
  }

  .card-why-hexa {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #333;
    border: 1px #000;
    border-radius: 20px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    max-width: 774px;
    height: 100%;
    max-height: 368px;
    padding: 50px 40px;
    display: flex;
    box-shadow: 0 20px 20px #00000026;
  }

  .heading-17 {
    color: #182230;
    text-align: center;
    max-width: 999px;
    font-size: 35px;
    line-height: 130%;
  }

  .heading-card-why-hexa {
    color: #000;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .card-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-why-hexa-copy {
    max-width: 64px;
    max-height: 64px;
  }

  .text-span-3, .text-span-blue {
    color: #008cff;
  }

  .text-block-ubf {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    color: #fff;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-sdp-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .card {
    width: 100%;
    max-width: 412px;
    height: auto;
    max-height: none;
    box-shadow: none;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #333;
    border-bottom: 3px solid #008cff;
    border-radius: 20px;
    padding: 30px 40px;
  }

  .paragraph-card-why-hexa-copy {
    color: #0009;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 35px;
  }

  .container-14 {
    justify-content: space-between;
    max-width: 1600px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-sdp-main {
    text-align: center;
    -webkit-text-stroke-color: black;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    display: block;
  }

  .section---effortless-salesforce {
    background-color: #fff;
    justify-content: center;
    align-items: stretch;
    max-width: 1920px;
    height: auto;
    max-height: 732px;
    margin: 170px auto 0;
    display: flex;
  }

  .text-span-5 {
    color: #008cff;
  }

  .point {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .heading-main-ubf {
    text-align: center;
    font-size: 50px;
    line-height: 130%;
  }

  .info-card-2-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .section-why-hexa-copy {
    background-color: #f0f0f0;
  }

  .div-block-160 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
    display: flex;
  }

  .text-block-why-yor-business-2 {
    text-align: center;
    line-height: 40px;
  }

  .paragraph-card-why-hexa {
    color: #0009;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-9 {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .heading-sdp-main {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 130%;
    display: block;
  }

  .text-block-why-your-business-1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
  }

  .div-block-24 {
    background-image: linear-gradient(#0000 80%, #fff), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/696f0acfd4a00eaaadf06e3c_AI%20Engineering%20Services%201%20(1).png");
    justify-content: center;
    align-items: stretch;
    height: 733px;
    max-height: 733px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    box-shadow: inset 0 2px 0 -5px #fff;
  }

  .div-block-24.hero-image {
    max-width: 528px;
    height: 733px;
    display: flex;
  }

  .text-block-medium {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
  }

  .image-98 {
    z-index: 0;
  }

  .info-card-img-1 {
    grid-column-gap: 136px;
    grid-row-gap: 136px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-sdp {
    flex-flow: column;
    align-items: center;
    max-width: 1519px;
  }

  .heading-why-hexa {
    color: #000;
    text-align: center;
    margin-bottom: 100px;
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
  }

  .image-why-hexa {
    max-width: 64px;
    max-height: 64px;
  }

  .div-block-178 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .text-span-4 {
    color: #008cff;
    display: block;
  }

  .paragraph-card {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .section-scs {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .container-why-hexa {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    color: #333;
    flex-flow: column;
    max-width: 1600px;
    padding-top: 150px;
    padding-bottom: 141px;
    display: flex;
  }

  .div-block-162 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
  }

  .info-card-img-2 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .heading-integration-consulting {
    color: #000;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
  }

  .cards-container-integration {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .text-block-19 {
    color: #000;
    font-size: 30px;
    font-style: italic;
    line-height: 40px;
  }

  .section-sdp {
    background-color: #008cff0f;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .link-7 {
    color: #fff;
  }

  .div-block-179 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: center;
    margin-top: 100px;
    display: flex;
  }

  .container-why-hexa-copy {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    color: #333;
    flex-flow: column;
    max-width: 1600px;
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
  }

  .check {
    width: 100%;
    max-width: 50px;
    height: 100%;
    max-height: 50px;
  }

  .container-why-your-business {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    max-width: 85%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-why-hexa {
    background-color: #f9fafb;
  }

  .card-why-hexa-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #333;
    border: 1px #000;
    border-radius: 20px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 726px;
    max-height: 726px;
    padding: 50px 40px;
    display: flex;
    box-shadow: 0 20px 20px #00000026;
  }

  .container-ubf {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 1600px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-info-card {
    font-size: 50px;
    line-height: 130%;
  }

  .info-card-points-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .div-card-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    max-width: 1550px;
    margin-top: 0;
    display: flex;
  }

  .text-block-semibold {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
  }

  .image-info-card {
    object-fit: fill;
    border-radius: 24px;
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: 538px;
    overflow: clip;
    box-shadow: 0 0 40px #ffffff29;
  }

  .heading-card-why-hexa-copy {
    color: #000;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 27px;
    line-height: 120%;
  }

  .heading-main-why-your-business {
    flex-flow: column;
    align-items: center;
    font-size: 60px;
    line-height: 130%;
    display: flex;
  }

  .hhw-tabs-copy {
    display: flex;
  }

  .service-bg-overlay-2 {
    z-index: 5;
    background-color: #fff3;
  }

  .container-15 {
    max-width: 85%;
  }

  .title-semibold-h4-3 {
    font-size: 2.125rem;
  }

  .title-semibold-h4-3.text-color-white {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    justify-content: flex-start;
    padding-top: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    display: block;
  }

  .div-block-185 {
    grid-column-gap: 86px;
    grid-row-gap: 86px;
    padding-top: 85px;
  }

  .hhw-tabs-menu-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-left-style: none;
    grid-template-rows: 155px 155px;
    grid-auto-rows: 155px;
    width: 100%;
    margin-right: 0;
  }

  .hhw-tab-text-4 {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .hhw-text-title-wrapper-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .industries-tabs-content-7 {
    width: 0%;
    display: none;
  }

  .hhw-tabl-link-wrapper-4 {
    z-index: 10;
    width: 100%;
    height: 90px;
  }

  .image-104 {
    width: 446px;
    max-width: 446px;
    height: 100%;
    max-height: 998px;
  }

  .hhw-tab-link-4 {
    max-width: none;
    font-size: 45px;
  }

  .hhw-tab-link-4.w--current {
    max-width: none;
    height: 100%;
    max-height: 248px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .35s ease-in-out;
    display: block;
  }

  .divider-4 {
    height: 100%;
    max-height: none;
    overflow: visible;
  }

  .heading-26.heading-1 {
    font-size: 60px;
    line-height: 65px;
  }

  .info-card-img-3 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .point-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    font-size: 30px;
    line-height: 35px;
    display: flex;
  }

  .text-block-all-your-business-2 {
    text-align: center;
    max-width: 1519px;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
  }

  .text-block-semibold-2 {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
  }

  .heading-main-scs {
    color: #008cff;
    text-align: center;
    font-size: 50px;
    line-height: 130%;
  }

  .section---top {
    background-color: #fff;
    justify-content: center;
    align-items: stretch;
    max-width: 1920px;
    height: auto;
    max-height: 732px;
    margin: 140px auto 0;
    padding-top: 0;
    display: flex;
  }

  .div-block-199 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    height: 100%;
    max-height: none;
    display: flex;
  }

  .text-span-15 {
    color: #000;
  }

  .div-block-200 {
    background-image: linear-gradient(#0000 80%, #fff), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/6970c5fd92aa8c498324aa8d_AI%20Engineering%20Services%201%20(2).png");
    justify-content: center;
    align-items: stretch;
    height: 733px;
    max-height: 733px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    box-shadow: inset 0 2px 0 -5px #fff;
  }

  .div-block-200.hero-image {
    max-width: 528px;
    height: 733px;
    max-height: 733px;
    display: flex;
  }

  .heading-ccs-main {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 130%;
    display: block;
  }

  .container-all-your-business-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    width: 1920px;
    max-width: 1920px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .heading-info-card-2 {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 130%;
  }

  .container-20 {
    justify-content: space-between;
    max-width: 1600px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-20.hero-container {
    justify-content: center;
    max-width: 1920px;
    max-height: none;
    padding-top: 0;
  }

  .paragraph-13 {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 45px;
  }

  .info-card-points-wrapper-2 {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-202 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-bottom: 80px;
  }

  .container-scs {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 1600px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-span-18 {
    color: #008cff;
  }

  .point-text-copy {
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
  }

  .text-block-scs-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-203 {
    padding-bottom: 80px;
  }

  .paragraph-3-copy {
    color: #000;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 40px;
    text-decoration: none;
    display: block;
  }

  .text-block-26 {
    color: #000;
    font-size: 30px;
    line-height: 45px;
  }

  .check-copy {
    width: 100%;
    max-width: 50px;
    height: 100%;
    max-height: 50px;
  }

  .text-block-semibold-copy {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
  }

  .image-108 {
    z-index: 0;
  }

  .image-108.hero-hexa-logo {
    max-width: 450px;
    max-height: 400px;
  }

  .div-ccs-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
    max-width: 1519px;
    height: 100%;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .info-card-img-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .heading-main-why-your-business-copy {
    text-align: left;
    flex-flow: column;
    align-items: center;
    font-size: 50px;
    line-height: 130%;
    display: block;
  }

  .div-block-text-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 42.5px;
    padding-right: 42.5px;
    display: flex;
  }

  .image-info-card-2 {
    object-fit: fill;
    border-radius: 24px;
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 100%;
    display: block;
    overflow: clip;
    box-shadow: 0 0 40px #ffffff29;
  }

  .text-block-all-your-business-3 {
    text-align: center;
    max-width: 1519px;
    font-size: 24px;
    line-height: 40px;
  }

  .heading-main-ubf-copy {
    color: #008cff;
    text-align: center;
    font-size: 50px;
    line-height: 130%;
  }

  .container-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .container-ccs {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-20, .text-span-17 {
    color: #008cff;
  }

  .section-ccs {
    background-color: #0000;
    max-width: none;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .text-block-scs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-main-all-your-business-2 {
    color: #000;
    flex-flow: column;
    align-items: center;
    font-size: 50px;
    line-height: 130%;
    display: block;
  }

  .text-block-ccs-main {
    text-align: center;
    -webkit-text-stroke-color: black;
    justify-content: center;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    display: block;
  }

  .check-2 {
    width: 100%;
    max-width: 50px;
    height: 100%;
    max-height: 50px;
  }

  .text-block-why-yor-business-2-copy {
    text-align: left;
    font-size: 25px;
    line-height: 45px;
  }

  .point-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    font-size: 30px;
    line-height: 35px;
    display: flex;
  }

  .text-block-23 {
    font-size: 30px;
    line-height: 40px;
  }

  .point-text-2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
  }

  .div-block-205.hero-description {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-25 {
    font-size: 45px;
    line-height: 45px;
  }

  .container-22 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .benefits-item {
    max-height: 420px;
    padding: 2.5rem 1.875rem;
  }

  .techstack-item-image {
    max-width: 175px;
  }

  .techstack-item {
    padding: 25px 18px;
  }

  .title-semibold-h5-2 {
    font-size: 1.875rem;
  }

  .button-primary-5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button-primary-5.b1 {
    top: 10px;
  }

  .service---hero-right-3 {
    width: 750px;
  }

  .services-page-container-3 {
    max-width: 1600px;
  }

  .image-overlay-is-2 {
    bottom: 0%;
  }

  .individual-service-hero-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .service---hero-section-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service---hero-left-2 {
    height: 100%;
    font-size: 25px;
    line-height: 45px;
  }

  .heading-50 {
    font-size: 60px;
  }

  .paragraph-31 {
    width: 985px;
    font-size: 27px;
  }

  .image-37.i37 {
    margin-left: 20px;
  }

  .div-block-260 {
    height: auto;
    bottom: 0;
    left: 175px;
  }

  .heading-52 {
    font-size: 28px;
    line-height: 26px;
  }

  .div-block-261 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    bottom: 0;
  }

  .div-block-261.d23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 85px;
    padding-right: 85px;
    left: 15px;
    right: 15px;
  }

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

  .paragraph-33 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    font-size: 2.01rem;
    line-height: 1.2;
  }

  .div-block-262.d24 {
    height: auto;
  }

  .div-block-263 {
    position: static;
  }

  .image-35 {
    width: 14px;
    top: 28px;
    bottom: 28px;
    left: -60px;
  }

  .image-35.i35 {
    margin-top: 0;
    margin-bottom: 5px;
    top: 8%;
    left: 5%;
  }

  .heading-53 {
    font-size: 50px;
    line-height: 20px;
  }

  .heading-53.h16 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 125px;
  }

  .section-34 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
  }

  .image-36 {
    height: 600px;
  }

  .image-36.im36.im-37 {
    height: auto;
  }

  .testimonial-blue-shape-2 {
    width: 350px;
    height: 340px;
  }

  .testimonial-left-arrow-2 {
    left: 45%;
  }

  .section-tag-2 {
    font-size: 1.875rem;
  }

  .testimonial-author-box-2 {
    height: 250px;
  }

  .title-semibold-h3-2 {
    font-size: 2.8125rem;
  }

  .testimonial-section-2 {
    bottom: 0;
  }

  .container-44 {
    max-width: 1600px;
  }

  .container-44.for-testmonial {
    max-width: 1730px;
  }

  .testimonial-slide-active-2 {
    padding-top: 3.125rem;
    padding-left: 3.125rem;
    padding-right: 20rem;
  }

  .testimonial-right-arrow-2 {
    right: 45%;
  }

  .card-text {
    font-size: 17px;
    line-height: 21px;
  }

  .container-49 {
    max-width: 1600px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .paragraph-42 {
    font-size: 25px;
    line-height: 45px;
  }

  .div-block-290 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-right: 105px;
  }

  .heading-70 {
    font-size: 50px;
  }

  .section-41 {
    background-color: #f0f0f0;
  }

  .image-132 {
    max-width: 629px;
    max-height: 382px;
  }

  .page-wrapper-3 {
    background-color: #f6f6f6;
  }

  .button-primary-3 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button-primary-3.bp3 {
    left: 855px;
  }

  .button-primary-3.bp3.bp17 {
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }

  .testimonial-left-arrow-3 {
    left: 45%;
  }

  .testimonial-right-arrow-3 {
    right: 45%;
  }

  .benefits---grid-heading-2 {
    font-size: 30px;
  }

  .container-81 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: 1200px;
    right: 30px;
  }

  .image-147 {
    height: 310px;
  }

  .heading-97 {
    font-size: 75px;
    line-height: 75px;
  }

  .container-82 {
    max-width: 1200px;
  }

  .div-block-346 {
    width: 85px;
  }

  .heading-98 {
    font-size: 50px;
  }

  .image-148 {
    width: 964px;
  }

  .image-148.i17 {
    width: 1115px;
  }

  .div-block-348 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-62 {
    width: 100%;
    height: 625px;
    margin-top: 150px;
    margin-bottom: 150px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 150px;
  }

  .div-block-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .div-block-351 {
    width: 100%;
  }

  .div-block-351.bb216 {
    width: auto;
    height: auto;
    padding-top: 0;
  }

  .div-block-351.bb216.db351 {
    height: 750px;
  }

  .div-block-351.bb216.db-351 {
    height: 800px;
  }

  .container-85 {
    width: 100%;
    max-width: 1030px;
    height: 375px;
    min-height: 0;
    max-height: none;
  }

  .paragraph-64 {
    font-size: 22px;
  }

  .left-arrow {
    width: 85px;
    height: 85px;
  }

  .button-5.b5.b6 {
    width: 185px;
    height: 65px;
    margin-left: 610px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    top: 150px;
    bottom: 150px;
    left: 350px;
  }

  .button-5.b5.b6.b7 {
    width: 275px;
    height: 90px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    position: relative;
    top: 75px;
    bottom: 0;
    left: 0;
  }

  .div-block-175-copy-7 {
    width: 85px;
  }

  .section-63 {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/6978725dea9429850aa36d56_Group%2018716.png"), linear-gradient(#0000, #0000 70%, #fff 70%, #fff), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69147b66a811141322d634b4_c16018295d37fd27d1c22884c0ddfedb_bg%20(10).png");
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
    margin-top: 0;
    position: relative;
    bottom: 0;
  }

  .list-6 {
    font-size: 16px;
  }

  .heading-99 {
    font-size: 48px;
  }

  .heading-100 {
    padding-top: 5px;
    font-size: 28px;
  }

  .container-86 {
    width: 100%;
    max-width: 1200px;
  }

  .heading-101 {
    font-size: 48px;
  }

  .paragraph-70 {
    font-size: 19px;
    line-height: 30px;
  }

  .right-arrow {
    width: 85px;
    height: 85px;
  }

  .heading-card-why-hexa-2 {
    color: #000;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .heading-card-why-hexa-2.hcwh1 {
    align-self: center;
    width: 100%;
  }

  .heading-card-why-hexa-2.hcwh2 {
    width: 100%;
  }

  .paragraph-71 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    left: 410px;
  }

  .container-87 {
    max-width: 1600px;
  }

  .container-88 {
    width: 100%;
    max-width: 1200px;
  }

  .container-90 {
    max-width: 1600px;
  }

  .paragraph-73 {
    padding-top: 60px;
    font-size: 20px;
  }

  .paragraph-74 {
    max-width: 1322px;
    margin-bottom: 0;
    padding-bottom: 36px;
    font-size: 28px;
    line-height: 50px;
  }

  .heading-103 {
    font-size: 50px;
    left: 635px;
  }

  .heading-103.h73.h75.head46 {
    left: 590px;
  }

  .section-64 {
    margin-top: 0;
  }

  .div-block-177-copy-7 {
    width: 65px;
  }

  .button-primary-10 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button-primary-10.bp1 {
    margin-top: 15px;
    font-size: 1.6rem;
  }

  .container-91 {
    width: 90%;
    max-width: none;
    height: 0%;
    max-height: 313px;
  }

  .div-block-369 {
    height: auto;
    top: 32px;
  }

  .heading-105 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 32px;
    font-size: 60px;
  }

  .container-why-hexa-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    color: #333;
    flex-flow: column;
    max-width: 1600px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .heading-106 {
    font-size: 34px;
  }

  .div-block-371 {
    vertical-align: bottom;
    justify-content: center;
    align-items: flex-end;
    padding-top: 48px;
    display: inline-block;
    position: relative;
    top: 0;
  }

  .div-block-371.db371 {
    padding-top: 4px;
    display: inline-block;
  }

  .div-block-371.db371.divb371 {
    padding-top: 0;
    top: 16.5%;
  }

  .div-block-371.d-375 {
    top: 22%;
  }

  .card-why-hexa-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #333;
    border: 1px #000;
    border-radius: 20px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    max-width: 549px;
    height: 100%;
    max-height: 375px;
    padding: 50px 40px;
    display: flex;
    box-shadow: 0 20px 20px #00000026;
  }

  .card-why-hexa-2.cwh3 {
    width: 40%;
    height: auto;
  }

  .card-why-hexa-2.cwh1 {
    text-align: center;
    width: 40%;
    height: auto;
  }

  .card-why-hexa-2.cwh2 {
    text-align: center;
    align-self: center;
    width: 40%;
    height: auto;
  }

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

  .section-77 {
    padding-top: 148px;
    padding-bottom: 118px;
  }

  .slide-4 {
    height: 100%;
  }

  .div-block-373 {
    width: 65px;
  }

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

  .heading-110 {
    margin-bottom: 0;
    padding-top: 60px;
    font-size: 50px;
  }

  .heading-111 {
    font-size: 16px;
  }

  .section-68 {
    background-size: 77%, auto;
  }

  .paragraph-78 {
    font-size: 18px;
  }

  .section-69 {
    margin-top: -300px;
  }

  .div-block-385 {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: column;
    place-items: center;
    width: 250%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 35px 40px 0;
    display: grid;
    position: relative;
    top: 50px;
    left: 0;
  }

  .container-96 {
    max-width: 1600px;
  }

  .container-96.for-testmonial {
    max-width: 1730px;
  }

  .testimonial-title-header-2 {
    max-width: 780px;
    font-family: Inter, sans-serif;
  }

  .div-block-388 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 175px;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-85, .paragraph-86 {
    font-size: 18px;
  }

  .list-7 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-116 {
    width: auto;
    margin-right: 0;
    font-size: 2rem;
    line-height: 1.2;
    position: static;
    bottom: 90px;
    right: 30px;
  }

  .image-168 {
    width: 60px;
  }

  .heading-117 {
    width: 650px;
    font-size: 40px;
  }

  .heading-117.h29 {
    font-size: 48px;
  }

  .paragraph-87 {
    font-size: 18px;
  }

  .div-block-391 {
    width: 450px;
  }

  .section-tag-4 {
    font-size: 1.875rem;
  }

  .div-block-392 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 600px;
    height: 800px;
    padding-left: 20px;
    padding-right: 20px;
    top: -20px;
    left: 100px;
  }

  .div-block-392.db306 {
    left: -50px;
    right: 0;
  }

  .container-99 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 75px;
    left: 60px;
    right: 0;
  }

  .heading-118 {
    font-size: 30px;
  }

  .heading-style-h2-4 {
    width: 210%;
    font-size: 3.2rem;
  }

  .page-wrapper-4 {
    background-color: #0000;
  }

  .testimonial-blue-shape-4 {
    width: 350px;
    height: 340px;
  }

  .section-80.sec17 {
    width: 80%;
    height: 845px;
    top: 70px;
    left: 170px;
  }

  .section-81 {
    height: 1380px;
    margin-top: 60px;
  }

  .section-81.s52 {
    margin-top: 150px;
  }

  .paragraph-88 {
    font-size: 18px;
  }

  .text-span-33 {
    font-size: 20px;
  }

  .heading-120 {
    margin-top: 28px;
    font-size: 22px;
  }

  .heading-120.h26 {
    margin-top: 75px;
    margin-bottom: 75px;
    font-size: 28px;
  }

  .image-170 {
    width: 60px;
    font-size: 14px;
  }

  .paragraph-89 {
    width: auto;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 1.2rem;
    line-height: 20px;
    position: static;
    bottom: 85px;
    right: 25px;
  }

  .div-block-396.db202 {
    width: 350px;
    max-width: none;
    height: 250px;
    margin-left: 0;
    padding: 22px 20px;
  }

  .div-block-396.db202.db302 {
    height: 250px;
  }

  .heading-121 {
    width: 175%;
    font-size: 2rem;
  }

  .why-hexaview---bullet-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    right: 300px;
  }

  .container-103 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-right: auto;
    position: relative;
  }

  .container-103.c21 {
    top: 30px;
    right: 90px;
  }

  .testimonial-section-4.ts2.ts3 {
    margin-top: 0;
  }

  .list-item-wrapper-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card-border-left {
    width: 1.5%;
  }

  .ai-section-1-container {
    max-width: 1600px;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .div-block-413 {
    object-fit: fill;
    align-self: center;
    padding-right: 0;
  }

  .card-heading {
    padding-top: 30px;
  }

  .inner-wrapper {
    width: 100%;
  }

  .heading-130 {
    margin-top: 28px;
    font-size: 22px;
  }

  .text-span-35 {
    font-size: 1.1rem;
  }

  .section-84.sec17 {
    width: 83%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 0;
    top: 70px;
    left: 170px;
  }

  .div-block-422 {
    top: 17%;
    right: 0;
  }

  .div-block-423 {
    width: 1200px;
    height: 175px;
  }

  .list-item-6 {
    font-size: 30px;
  }

  .heading-132 {
    font-size: 44px;
    line-height: 40px;
  }

  .list-item-7 {
    font-size: 30px;
  }

  .paragraph-96 {
    font-size: 20px;
  }

  .list-item-8 {
    font-size: 30px;
  }

  .image-14 {
    width: 520px;
    max-width: 525%;
    height: 475px;
  }

  .image-14.i14 {
    width: 550px;
  }

  .text-span-36 {
    font-size: 1.1rem;
  }

  .image-176 {
    width: 964px;
  }

  .image-176.i17 {
    width: 1115px;
  }

  .div-block-424 {
    font-size: 14px;
  }

  .container-108 {
    max-width: 1600px;
  }

  .text-span-37 {
    font-size: 1.1rem;
  }

  .div-block-425 {
    width: 65px;
  }

  .section-85 {
    height: 240px;
    margin-top: 180px;
  }

  .container-109 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-right: auto;
    position: relative;
  }

  .container-109.c21 {
    top: 30px;
    right: 90px;
  }

  .container-109.c21.c22 {
    position: static;
  }

  .paragraph-97 {
    font-size: 18px;
  }

  .heading-133 {
    width: 650px;
    font-size: 40px;
  }

  .heading-133.h29 {
    font-size: 2.2rem;
  }

  .paragraph-98 {
    font-size: 19px;
    line-height: 30px;
  }

  .div-block-175-copy-10 {
    width: 85px;
  }

  .heading-134 {
    font-size: 36px;
  }

  .section-86 {
    background-size: 77%, auto;
  }

  .text-span-38 {
    font-size: 1.1rem;
  }

  .heading-135 {
    font-size: 75px;
    line-height: 75px;
  }

  .div-block-426 {
    width: 1200px;
    height: 175px;
    right: 1px;
  }

  .paragraph-99 {
    font-size: 16px;
  }

  .div-block-427 {
    margin: 25px 75px;
  }

  .page-wrapper-5 {
    background-color: #f6f6f6;
  }

  .heading-136 {
    font-size: 28px;
  }

  .heading-137 {
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 24px;
  }

  .paragraph-100 {
    font-size: 18px;
  }

  .div-block-430 {
    width: 85px;
  }

  .text-span-39 {
    font-size: 1.1rem;
  }

  .paragraph-101 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-177-copy-10 {
    width: 65px;
  }

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

  .paragraph-102 {
    margin-top: 65px;
    margin-bottom: 65px;
    margin-left: 400px;
    font-size: 16px;
  }

  .list-8 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 30px;
  }

  .list-8.l1 {
    padding-left: 20px;
    font-size: 2rem;
  }

  .button-primary-13 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button-primary-13.pm2 {
    margin-top: 40px;
    font-size: 1.9rem;
  }

  .button-primary-13.bp1 {
    margin-top: 15px;
    font-size: 1.1rem;
  }

  .div-block-431.db208.db209, .div-block-431.db211, .div-block-431.db208.db209, .div-block-431.db208.db209, .div-block-431.db211 {
    width: 650px;
    height: 150px;
  }

  .section-89 {
    background-image: linear-gradient(#0000, #0000 70%, #fff 70%, #fff), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69147b66a811141322d634b4_c16018295d37fd27d1c22884c0ddfedb_bg%20(10).png");
    background-position: 0 0, 0 0;
    margin-top: 0;
    position: relative;
    bottom: 0;
  }

  .paragraph-104 {
    width: auto;
    margin-top: 20px;
    font-size: 18px;
  }

  .paragraph-104.p15 {
    font-size: 1.1rem;
  }

  .container-115.c25 {
    width: 100%;
    max-width: 1950px;
    height: 650px;
    max-height: 650px;
  }

  .container-116 {
    max-width: 1600px;
  }

  .service---client-5 {
    margin-bottom: 0;
    padding-top: 9rem;
    padding-bottom: 9rem;
    bottom: 155px;
  }

  .testimonial-blue-shape-5 {
    width: 350px;
    height: 340px;
  }

  .testimonial-section-5.ts2.ts3 {
    margin-top: -160px;
  }

  .container-117 {
    max-width: 1600px;
  }

  .container-117.for-testmonial {
    max-width: 1730px;
  }

  .dropdown-list-services {
    left: -50%;
    right: 0%;
  }

  .div-block-464 {
    width: 85px;
    height: 55px;
  }

  .div-block-465 {
    margin-right: 0;
    position: relative;
    right: 70px;
  }

  .section-95 {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    top: -150px;
    bottom: 0;
  }

  .section-95.sec95 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-142 {
    font-size: 3rem;
    right: 25px;
  }

  .image-193 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-176-copy-7 {
    bottom: 7%;
    left: 0%;
  }

  .div-block-176-copy-7.db176 {
    bottom: 5%;
    left: -3%;
  }

  .div-block-474 {
    top: 7%;
    right: 0%;
  }

  .div-block-474.db474 {
    top: 1%;
    right: 2%;
  }

  .div-block-476 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    margin-left: 0;
  }

  .div-block-477, .div-block-177-copy-13 {
    width: 65px;
  }

  .paragraph-115 {
    width: 100%;
    font-size: 1.6rem;
  }

  .div-block-175-copy-13 {
    width: 85px;
    height: 55px;
  }

  .heading-156 {
    font-size: 1.8rem;
  }

  .paragraph-122 {
    width: 100%;
    font-size: 1rem;
  }

  .div-block-177-copy-14 {
    width: 65px;
  }

  .service---client-7 {
    margin-bottom: 0;
    padding-top: 9rem;
    padding-bottom: 9rem;
    bottom: 0;
  }

  .heading-157 {
    font-family: Inter, sans-serif;
    font-size: 2.9rem;
  }

  .heading-158 {
    font-size: 1.3rem;
  }

  .list-item-16 {
    font-size: 1.2rem;
  }

  .info---heading-5 {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .approach---card-heading-6 {
    font-size: 30px;
    line-height: 39px;
  }

  .button-primary-17 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .section-103 {
    grid-column-gap: 350px;
    grid-row-gap: 350px;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 4rem;
  }

  .image-216 {
    width: 964px;
  }

  .image-216.i17 {
    width: 1115px;
  }

  .container-133 {
    max-width: 1600px;
  }

  .info---text-8 {
    font-size: 18px;
  }

  .info---text-8.it1 {
    font-size: 1.5rem;
  }

  .heading-160 {
    font-family: Inter, sans-serif;
    font-size: 3rem;
  }

  .container-135 {
    max-width: 1600px;
  }

  .info-wrapper-5 {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .paragraph-130 {
    font-size: .8rem;
    line-height: 1.5;
  }

  .div-block-509 {
    width: 65px;
  }

  .div-block-511 {
    width: 85px;
  }

  .heading-161 {
    font-size: 3rem;
  }

  .section-106 {
    background-image: linear-gradient(#0000, #0000 70%, #fff 70%, #fff), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69147b66a811141322d634b4_c16018295d37fd27d1c22884c0ddfedb_bg%20(10).png");
    background-position: 0 0, 0 0;
    margin-top: 0;
    position: relative;
    bottom: 0;
  }

  .paragraph-131 {
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .paragraph-134 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .paragraph-135 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .fintech-card {
    width: 85%;
    left: 16%;
  }

  .fintech-card.fc1 {
    width: 100%;
  }

  .paragraph-136 {
    font-size: 19px;
    line-height: 30px;
  }

  .paragraph-137 {
    width: 100%;
    font-size: .7rem;
  }

  .approach---grid-wrapper-5 {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
  }

  .section-107 {
    background-size: 77%, auto;
  }

  .heading-162 {
    font-size: 75px;
    line-height: 75px;
  }

  .heading-163 {
    font-size: 1.2rem;
  }

  .div-block-175-copy-14 {
    width: 85px;
  }

  .heading-164 {
    font-size: 3rem;
  }

  .paragraph-143 {
    font-size: 1.3rem;
  }

  .approach---card-text-7 {
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-538 {
    padding: 30px 130px;
  }

  .div-block-542 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .code-embed-3 {
    top: 24%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce44, .code-embed-3.ce22.ce31.ce37.ce45, .code-embed-3.ce22.ce31.ce38 {
    top: 27%;
  }

  .code-embed-3.ce3 {
    top: 22.5%;
    left: 3.5%;
  }

  .code-embed-3.ce4 {
    top: 26.5%;
    left: 3.5%;
  }

  .code-embed-3.ce5 {
    top: 25%;
    left: 3.5%;
  }

  .code-embed-3.ce6 {
    top: 20.5%;
    left: 3.5%;
  }

  .code-embed-3.ce7 {
    top: 32%;
    left: 3.5%;
  }

  .code-embed-3.ce8 {
    top: 24%;
    left: 3.5%;
  }

  .code-embed-3.ce9 {
    top: 23.5%;
    left: 3.5%;
  }

  .code-embed-3.ce10 {
    top: 27%;
    left: 3.5%;
  }

  .code-embed-3.ce11 {
    top: 25.5%;
    left: 3.5%;
  }

  .code-embed-3.ce12 {
    top: 21%;
    left: 3.5%;
  }

  .code-embed-3.ce13 {
    top: 32%;
    left: 3.5%;
  }

  .code-embed-3.ce14 {
    top: 26%;
    left: 3.5%;
  }

  .code-embed-3.ce15 {
    top: 27%;
    left: 3.5%;
  }

  .code-embed-3.ce15.ce16 {
    top: 22.5%;
    left: 3.5%;
  }

  .code-embed-3.ce15.ce14 {
    top: 23%;
    left: 3.5%;
  }

  .code-embed-3.ce15.ce13 {
    top: 23.5%;
    left: 3.5%;
  }

  .code-embed-3.ce15.ce12 {
    top: 32%;
    left: 3.5%;
  }

  .code-embed-3.ce15.ce11 {
    top: 20.5%;
    left: 3.5%;
  }

  .code-embed-3.ce15.ce10 {
    top: 25.5%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce44, .code-embed-3.ce22.ce31.ce37.ce45, .code-embed-3.ce22.ce31.ce38 {
    top: 27%;
  }

  .code-embed-3.ce22.ce31 {
    top: 26%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce44, .code-embed-3.ce22.ce31.ce37.ce45, .code-embed-3.ce22.ce31.ce38 {
    top: 27%;
  }

  .code-embed-3.ce22.ce31.ce32 {
    top: 30.5%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce33 {
    top: 26%;
  }

  .code-embed-3.ce22.ce31.ce34 {
    top: 29%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce35 {
    top: 30%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce36 {
    top: 31%;
  }

  .code-embed-3.ce22.ce31.ce37 {
    top: 27%;
  }

  .code-embed-3.ce22.ce31.ce37.ce44, .code-embed-3.ce22.ce31.ce37.ce45 {
    top: 27%;
  }

  .code-embed-3.ce22.ce31.ce37.ce38 {
    top: 31%;
  }

  .code-embed-3.ce22.ce31.ce37.ce39 {
    top: 26%;
  }

  .code-embed-3.ce22.ce31.ce37.ce40 {
    top: 29%;
  }

  .code-embed-3.ce22.ce31.ce37.ce41 {
    top: 31%;
  }

  .code-embed-3.ce22.ce31.ce37.ce42 {
    top: 30%;
  }

  .code-embed-3.ce22.ce31.ce37.ce43 {
    top: 26.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce44, .code-embed-3.ce22.ce31.ce37.ce45, .code-embed-3.ce22.ce31.ce38 {
    top: 27%;
  }

  .code-embed-3.ce22.ce31.ce40 {
    top: 26%;
  }

  .heading-section-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .spending---heading-2 {
    font-size: 45px;
    line-height: 55px;
  }

  .spending---text-wrapper-2 {
    max-width: none;
  }

  .div-block-176-copy-11 {
    left: -4%;
  }

  .paragraph-161 {
    font-size: 19px;
    line-height: 30px;
  }

  .div-block-572 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-573 {
    top: -6%;
    right: -3%;
  }

  .card-content-3 {
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-575 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .data-warehouse-container-4 {
    max-width: 1600px;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .div-block-578 {
    height: 850px;
  }

  .heading-178 {
    padding-top: 75px;
    font-size: 32px;
  }

  .heading-179 {
    width: auto;
    font-size: 56px;
    line-height: 64px;
  }

  .image-239 {
    width: 12px;
    font-size: 1rem;
  }

  .image-240 {
    left: 7%;
  }

  .section-118 {
    background-size: 77%, auto;
  }

  .button-primary-19 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .container-145 {
    max-width: 1600px;
  }

  .heading-180 {
    font-size: 2rem;
  }

  .paragraph-162 {
    padding-bottom: 50px;
    font-size: 17px;
    line-height: 22px;
  }

  .template-container-6 {
    max-width: 1600px;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .paragraph-163 {
    padding-top: 5px;
    font-size: 1.2rem;
  }

  .heading-181 {
    width: 100%;
    max-width: none;
    font-size: 50px;
    line-height: 65px;
  }

  .heading-182 {
    font-size: 75px;
    line-height: 75px;
  }

  .paragraph-165 {
    max-width: none;
    height: 100%;
    max-height: none;
    font-size: 24px;
    font-style: italic;
    line-height: 40px;
  }

  .heading-183 {
    font-size: 2rem;
  }

  .div-block-584 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-585 {
    padding-top: 25px;
  }

  .container-147 {
    max-width: 1600px;
  }

  .container-148 {
    padding-top: 149px;
    padding-bottom: 121px;
  }

  .spending---subheading-3 {
    font-size: 24px;
    line-height: 40px;
  }

  .paragraph-167 {
    padding-left: 15px;
    font-size: .9rem;
  }

  .div-block-587 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    justify-content: center;
    display: flex;
  }

  .heading-184 {
    padding-bottom: 34px;
    font-size: 27px;
    line-height: 120%;
  }

  .heading-185 {
    font-size: 1.5rem;
  }

  .div-block-589 {
    padding: 50px 40px;
  }

  .button-secondary-2 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .div-block-590 {
    height: 850px;
  }

  .paragraph-168 {
    font-size: 18px;
    line-height: 35px;
  }

  .container-150 {
    max-width: 1600px;
  }

  .heading-186 {
    padding-top: 10px;
    font-size: 2rem;
  }

  .paragraph-170 {
    font-size: 1.1rem;
  }

  .div-block-593 {
    width: 150%;
    height: 350px;
    left: 1%;
  }

  .image-246 {
    height: 350px;
  }

  .div-block-594 {
    padding-top: 10px;
  }

  .section-120 {
    margin-top: 0;
  }

  .container-152 {
    max-width: 60%;
    height: 520px;
    display: flex;
  }

  .image-247 {
    width: 100%;
    height: 551px;
  }

  .popup-wrapper {
    object-fit: cover;
  }

  .button-primary-24 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button-primary-24.bp1.bp7 {
    font-size: 1.7rem;
  }

  .button-primary-25 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button-primary-25.bp1.bp7 {
    font-size: 1.7rem;
  }

  .div-block-633 {
    width: 420px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-633.db-479 {
    width: 100%;
  }

  .div-block-633.db633 {
    width: 100%;
    height: 465px;
  }

  .div-block-635.db202 {
    width: 350px;
    max-width: none;
    height: 250px;
    margin-left: 0;
    padding: 22px 20px;
  }

  .heading-202 {
    padding-top: 15px;
    font-size: 26px;
  }

  .section-badge-8 {
    font-size: 30px;
  }

  .div-block-636 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    align-content: center;
    place-items: center stretch;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 150px;
    display: grid;
    position: relative;
    top: 50px;
    left: 0;
  }

  .heading-204 {
    width: auto;
    margin-right: 0;
    font-size: 2rem;
    line-height: 1.2;
    position: static;
    bottom: 90px;
    right: 30px;
  }

  .card-border-left-2 {
    width: 1.5%;
  }

  .text-block-121 {
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .image-261 {
    width: 85px;
  }

  .section-badge-9 {
    font-size: 30px;
  }

  .challenege-container-2 {
    max-width: 1600px;
  }

  .list-item-23 {
    font-size: 1.3rem;
  }

  .our-services-container-3 {
    max-width: 1600px;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .approach---card-heading-8 {
    font-size: 30px;
    line-height: 39px;
  }

  .div-block-641, .div-block-642 {
    font-size: 15px;
  }

  .approach---heading-3 {
    font-size: 60px;
    line-height: 78px;
  }

  .div-block-643, .div-block-644 {
    font-size: 15px;
  }

  .paragraph-193 {
    font-size: 16px;
  }

  .div-block-645 {
    width: 100%;
    height: auto;
  }

  .div-block-648 {
    width: 100%;
    height: auto;
    padding-top: 122px;
    padding-bottom: 122px;
    right: 1px;
  }

  .div-block-649 {
    width: auto;
    padding-left: 110px;
    padding-right: 110px;
  }

  .section-badge-10 {
    font-size: 30px;
  }

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

  .services-tag-5 {
    width: 40%;
  }

  .div-block-650 {
    font-size: 15px;
  }

  .section-badge-11 {
    font-size: 19px;
  }

  .image-266 {
    width: 60px;
  }

  .text-block-122 {
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .our-services-card-image-5 {
    max-width: 75px;
  }

  .approach---card-heading-9 {
    font-size: 30px;
    line-height: 39px;
  }

  .our-services---grid-wrapper-5.os-gw-3 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .approach---card-text-9 {
    font-size: 18px;
    line-height: 30px;
  }

  .our-services-card-image-6 {
    max-width: 75px;
  }

  .approach---card-heading-10 {
    font-size: 30px;
    line-height: 39px;
  }

  .div-block-656 {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
    width: 92%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 150px;
    padding-right: 0;
    position: relative;
    top: 0;
    right: 0;
  }

  .paragraph-198 {
    width: 100%;
    font-size: 20px;
  }

  .div-block-657 {
    font-size: 15px;
  }

  .div-block-658 {
    font-size: 17px;
  }

  .services-tag-6 {
    width: 40%;
  }

  .section-badge-12 {
    font-size: 19px;
  }

  .container-165, .container-166 {
    max-width: none;
  }

  .padding-section-medium {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69be4885f6f4afa257891c69_Page_bg.jpg");
    background-size: auto, cover;
  }

  .nav-container-large {
    max-width: 1280px;
  }

  .testimonial-client-logo {
    height: 50px;
  }

  .testimonial-client-logo.logo-large {
    height: 70px;
  }

  .nav-menu-large {
    width: 800px;
  }

  .testimonial-logos {
    align-items: center;
  }

  .popup-close {
    top: 34%;
    right: 34%;
  }

  .award-grid {
    width: 100%;
    max-width: 90.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    border-radius: 10px;
    padding: .875rem 1.25rem;
  }

  .navigation {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-right: 40px;
  }

  .nav-menu {
    z-index: 98;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 450px;
    height: 100vh;
    padding: 120px 0 60px 40px;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: auto;
    transform: translate(105%);
  }

  .brand {
    z-index: 100;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1rem;
  }

  .nav-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    max-width: 92%;
  }

  .home-hero-inner {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-left-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    padding-bottom: 0;
  }

  .paragraph-large {
    font-size: 1rem;
  }

  .title-semibold-h5 {
    font-size: 1.125rem;
  }

  .button-group {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
  }

  .button-secondary.blog-pagination {
    margin-top: 80px;
  }

  .home-service-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-service-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: .9fr 1fr;
  }

  .section-tag {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .home-service-button-wrap {
    margin-top: 1.5rem;
  }

  .home-service-box {
    flex-flow: column;
  }

  .home-service-image {
    width: 10rem;
  }

  .home-service-content {
    padding-top: .9375rem;
    padding-bottom: 0;
  }

  .service-content-list-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .service-checkmark {
    width: 16px;
  }

  .testimonial-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .testimonial-slider-wrap {
    margin-top: 50px;
  }

  .testimonial-author-box {
    height: 200px;
  }

  .testimonial-author-image {
    display: none;
  }

  .testimonial-content-box {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .testimonial-author-name {
    font-size: .9375rem;
  }

  .testimonial-author-role {
    font-size: .75rem;
  }

  .testimonial-slide-active {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .testimonial-summary {
    width: 100%;
    margin-top: 1.5rem;
    font-size: .8rem;
  }

  .testimonial-blue-shape {
    width: 220px;
    height: 220px;
    display: none;
    bottom: -80px;
  }

  .counter-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .counter-grid-wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: 3.75rem;
  }

  .counter-item.is-map {
    height: 400px;
    padding-top: 20px;
  }

  .title-semibold-h2 {
    font-size: 1.875rem;
  }

  .recognition-image {
    width: 70px;
  }

  .recognition-image.inc-5000 {
    width: 3.125rem;
  }

  .counter-row {
    font-size: .875rem;
  }

  .counter-row.cr1 {
    padding-top: 50px;
    padding-left: 0;
  }

  .location-box-1 {
    left: 11%;
  }

  .location-box-2 {
    left: 22%;
  }

  .why-choose-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .why-choose-inner {
    margin-top: 3.75rem;
  }

  .why-choose-title-header {
    max-width: 100%;
  }

  .why-choose-item {
    padding: 1.25rem .9375rem;
  }

  .why-choose-list {
    padding-left: .625rem;
  }

  .why-choose-list-item {
    font-size: 12px;
  }

  .why-choose-shape, .why-choose-shape-2 {
    width: 150px;
  }

  .why-choose-shape-3 {
    width: 9.375rem;
  }

  .why-choose-shape-4 {
    width: 9.375rem;
    top: 62%;
  }

  .partner-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .review-section {
    padding-bottom: 5rem;
  }

  .review-inner {
    max-width: 100%;
  }

  .review-author-box {
    width: 50px;
    height: 50px;
  }

  .cta-inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .cta-info-wrap {
    width: 400px;
    margin-top: 55px;
  }

  .cta-image {
    width: 7.5rem;
  }

  .cta-button-right {
    right: -23%;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-top-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3.125rem;
    grid-template-columns: 1fr .4fr .4fr;
    margin-top: 4.375rem;
    margin-bottom: 3.75rem;
  }

  .footer-bottom-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-bottom-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .copyright-text {
    text-align: center;
    order: 9999;
    width: 100%;
  }

  .footer-legal-list {
    order: -9999;
  }

  .footer-social-media-icon {
    width: 1.125rem;
  }

  .footer-summary {
    width: 15.625rem;
  }

  .case-study-tab-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .case-study-tabs-menu {
    margin-top: 55px;
  }

  .case-study-tab-link {
    padding-top: .9375rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .case-study-inner-box {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .case-study-right-wrap {
    border-radius: 15px;
    height: 400px;
    padding-bottom: 2.1875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .case-study-box-logo {
    margin-bottom: 60px;
  }

  .case-study-content-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .title-semibold-h4.key-actions-is {
    font-size: 1.2rem;
  }

  .case-study-top-content {
    font-size: 16px;
  }

  .menu-button {
    z-index: 101;
    background-color: var(--primary);
    border-radius: .3125rem;
    width: 2.8125rem;
    height: 2.8125rem;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--primary);
  }

  .menu-bar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-top-line, .menu-bottom-line {
    background-color: var(--white);
    width: 22px;
    height: 2px;
    padding: 0;
  }

  .menu-middle-line {
    background-color: var(--white);
    width: 1.375rem;
    height: .125rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: 0;
  }

  .blog-search-field {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-filter-form-box {
    max-width: 82%;
  }

  .blog-pagination {
    margin-top: 100px;
  }

  .filter-dropdown-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .filter-dropdown-title {
    font-size: 18px;
  }

  .filter-select {
    width: 220px;
    font-size: 16px;
  }

  .blog-body p {
    font-size: 14px;
  }

  .blog-body h2 {
    font-size: 1.625rem;
  }

  .blog-body h6 {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .blog-body li {
    font-size: 14px;
  }

  .blog-body blockquote {
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 24px;
    font-size: 16px;
  }

  .blog-body h5 {
    font-size: 1.125rem;
  }

  .blog-body h1 {
    font-size: 28px;
  }

  .blog-body h3 {
    font-size: 24px;
  }

  .blog-body h4 {
    font-size: 22px;
  }

  .press-release-left-shape, .press-release-right-shape {
    width: 70px;
  }

  .press-release-grid {
    grid-template-columns: 1fr 1fr;
  }

  .press-release-image-wrap {
    height: 160px;
  }

  .paragraph-medium {
    font-size: 16px;
  }

  .latest-customer-story-block {
    margin-bottom: 3.75rem;
  }

  .stories-top-menu {
    top: 72px;
  }

  .stories-top-menu.event-template-page {
    width: 90%;
  }

  .stories-top-menu-item {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-size: 1rem;
  }

  .testimonials-section {
    padding-top: 10rem;
  }

  .testimonials-title-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonials-list-wrap {
    margin-top: 5rem;
  }

  .testimonials-item:nth-child(2n) {
    padding-right: 30px;
  }

  .testimonials-content-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    max-width: 460px;
  }

  .testimonial-desc {
    font-size: 14px;
  }

  .testimonial-author-image-wrap {
    min-width: 220px;
  }

  .testimonial-author-profile {
    width: 220px;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .award-logo {
    width: 9.375rem;
  }

  .award-logo.inc {
    width: 6.5625rem;
  }

  .book-demo-section {
    padding-top: 10rem;
    padding-bottom: 3.75rem;
  }

  .book-demo-image-wrap {
    margin-top: 3.75rem;
  }

  .industries-hero-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .industries-bg-color {
    padding-top: 10rem;
  }

  .industries-hero-summary {
    max-width: 100%;
  }

  .industries-tab-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .industries-tabs-menu {
    align-self: flex-start;
    margin-right: 2.5rem;
  }

  .industries-tab-link {
    padding-left: 24px;
    font-size: 22px;
  }

  .industries-tab-top {
    grid-template-columns: 1fr;
  }

  .industries-tab-left {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .cta-padding-box, .how-we-work-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .how-we-work-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3.75rem;
  }

  .how-we-work-item {
    height: 250px;
    padding: 1.25rem .9375rem;
  }

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

  .career-breadcrumb-item {
    font-size: 18px;
  }

  .career-hero-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 5rem;
  }

  .career-hero-content-title {
    width: 85%;
    margin-bottom: 20px;
  }

  .why-join-us-header {
    max-width: 90%;
  }

  .why-join-us-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3.75rem;
  }

  .careers-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .our-office-grid {
    grid-template-columns: 1fr;
  }

  .our-office-location-1 {
    top: 36%;
  }

  .our-office-location-2 {
    bottom: 34%;
  }

  .our-office-location-3 {
    bottom: 39%;
    right: 19%;
  }

  .why-join-us-hover {
    width: 500px;
  }

  .job-list-section {
    padding-top: 10rem;
  }

  .job-list-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .job-list-box {
    border-radius: 24px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .job-list-left-wrap {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .job-list-info-flex {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .job-list-gray-tag {
    font-size: 12px;
  }

  .job-list-column-last {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .job-location {
    font-size: 14px;
  }

  .job-company-name {
    margin-top: 6px;
    font-size: 14px;
  }

  .job-apply-section {
    padding-top: 10rem;
  }

  .job-apply-header {
    max-width: 100%;
  }

  .similar-job-list-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .job-apply-form-inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .form-label {
    font-size: 13px;
  }

  .form-text-field, .form-file-field {
    font-size: 14px;
  }

  .how-we-work-shape-2, .how-we-work-shape-1 {
    width: 150px;
    display: none;
  }

  .how-we-work-shape-3 {
    width: 9.375rem;
    display: none;
  }

  .how-we-work-shape-4 {
    width: 9.375rem;
    display: none;
    top: 62%;
  }

  .how-we-work-shape-5 {
    width: 9.375rem;
    top: 62%;
  }

  .service-right-shape {
    width: 80px;
    top: 350px;
  }

  .service-list-counter-wrap {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 3.125rem;
    padding: 2.5rem;
  }

  .service-counter-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
  }

  .filter-result-wrap {
    flex-flow: wrap;
    margin-top: 3.75rem;
  }

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

  .company-hero-header {
    max-width: 100%;
  }

  .company-hero-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 4.375rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .what-we-do-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .what-we-do-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: .9fr 1fr;
  }

  .what-we-do-item {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .what-we-do-item.active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .what-we-do-content {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
  }

  .global-presence-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .global-presence-wrap {
    margin-top: 50px;
  }

  .global-presence-1 {
    top: -6%;
  }

  .global-presence-2 {
    top: 38%;
  }

  .global-presence-3 {
    top: 28%;
  }

  .global-presence-image {
    width: 150px;
  }

  .certifications-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .certifications-inner {
    grid-template-columns: .8fr 1fr;
  }

  .certifications-image {
    width: 130px;
  }

  .certifications-image.small {
    width: 7.1875rem;
  }

  .certifications-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .certifications-content-box {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    padding: 1.25rem;
  }

  .partnerships-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .partnerships-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 2.5rem;
  }

  .partnerships-box {
    background-position: 100% 0;
    padding: 12.5rem 1.25rem 1.25rem;
  }

  .partnerships-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .partnerships-item {
    padding: .9375rem;
  }

  .partnerships-logo.aws {
    height: 45px;
  }

  .partnerships-logo.nvidia {
    height: 55px;
  }

  .awards-section {
    padding-bottom: 5rem;
  }

  .awards-inner {
    grid-template-columns: 1fr;
  }

  .awards-item-box {
    height: 8.75rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .why-hexaview-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .why-hexaview-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-top: 3.125rem;
  }

  .why-hexaview-item {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    border-radius: .9375rem;
    padding: 1.875rem 1.25rem;
  }

  .why-hexaview-icon {
    margin-bottom: .9375rem;
  }

  .testimonial-slide {
    grid-template-columns: 180px 1fr 180px;
  }

  .testimonial-slide-item {
    height: 100%;
  }

  .testimonial-left-arrow {
    left: 40%;
  }

  .testimonial-right-arrow {
    right: 40%;
  }

  .certification-right-shape {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 6.25rem;
  }

  .m-testimonial-blue-shape {
    width: 220px;
    height: 220px;
    bottom: -80px;
  }

  .industries-shape {
    display: none;
  }

  .dropdown-list {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .home-why-choose-title-header {
    max-width: 100%;
  }

  .empty-item-box, .success-message {
    margin-top: 60px;
  }

  .security-hero-section {
    padding-bottom: 5rem;
  }

  .employement-policy-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .compliance-policy-content-list {
    font-size: 15px;
  }

  .compliance-policy-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .compliance-policy-item {
    font-size: 16px;
  }

  .employement-policy-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .security-policy-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .security-hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .compliance-policy-title-wrap {
    margin-bottom: 40px;
  }

  .cookie-banner {
    padding-right: 50px;
    font-size: 12px;
  }

  .cookie-banner-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .utility-page-content {
    width: 75%;
  }

  .technology-toolbox-tag-text {
    font-size: .8rem;
  }

  .services-section-container {
    max-width: 92%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service---hero-right {
    width: 500px;
  }

  .service---hero-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .why-hexaview-bullet-list-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .technology-toolbox-item {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .background-vector {
    max-height: 180px;
    top: 35%;
  }

  .innovation-info---right {
    justify-content: flex-start;
    align-items: center;
  }

  .service---hero-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .technology-toolbox-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .technology-toolbox-item-tag-wrapper {
    justify-content: center;
    align-items: center;
  }

  .services-page-container {
    max-width: 92%;
  }

  .how-we-deliver-tab-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service---tabs-menu {
    align-self: flex-start;
    max-width: 300px;
    margin-right: 2.5rem;
  }

  .service---tab-link {
    padding-left: 24px;
    font-size: 22px;
  }

  .cta-wrapper {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .service---hero-left {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .service---container {
    max-width: 92%;
  }

  .capabilitiy-overview {
    max-width: none;
  }

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

  .services-dropdown {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .dropdown-item---services {
    width: 100%;
  }

  .div-block-156 {
    z-index: 99;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .events-title {
    width: 100%;
    max-width: 90%;
  }

  .events-title.heading-container {
    width: 100%;
    max-width: none;
  }

  .event-info {
    max-width: 90%;
  }

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

  .event-partner-title {
    font-size: 1.2rem;
  }

  .event-partner-subtitle {
    font-size: 1rem;
  }

  .collection-item-2 {
    flex-flow: column-reverse;
  }

  .image-86 {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }

  .event-details-image-wrapper {
    width: 100%;
    max-width: 100%;
  }

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

  .agenda-card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .events-container-hero-section {
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 92%;
  }

  .upcoming-events-container {
    max-width: 92%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-event-info {
    max-width: 90%;
  }

  .grid-3 {
    grid-template: "Area Area Area Area Area"
                   "Area Area Area Area Area"
                   "Area Area Area Area Area"
                   "Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2"
                   / 1fr 1fr 1fr 1fr 1fr;
  }

  .event-details-container {
    max-width: 92%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .image-94 {
    left: -45px;
  }

  .event-details-overview-container {
    max-width: 92%;
    padding-left: 0;
    padding-right: 0;
  }

  .event-details-image {
    margin-top: 3px;
  }

  .event-container {
    max-width: 92%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-169 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: none;
  }

  .event-details-hero-container {
    max-width: 92%;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .div-block-6-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px #000;
    flex-flow: column;
    align-items: center;
    height: auto;
    max-height: none;
    margin-bottom: 40px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    max-width: 92%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 22px;
    padding-right: 22px;
    overflow: visible;
  }

  .div-block-6 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: center;
    height: auto;
    max-height: none;
    margin-bottom: 40px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-image {
    max-width: 340px;
    max-height: 540px;
    margin-top: 0;
  }

  .section-image.section-image-2-copy {
    max-height: 540px;
    margin-top: 40px;
  }

  .paragraph-4 {
    object-fit: fill;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    overflow: auto;
  }

  .heading-4 {
    font-size: 30px;
  }

  .div-block-35 {
    margin-top: 0;
  }

  .heading-7 {
    font-size: 30px;
  }

  .heading-6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .image-21 {
    font-size: 20px;
  }

  .div-block-10 {
    max-width: 450px;
    height: auto;
    max-height: 100%;
    padding: 40px;
  }

  .div-block-10.div-blocks-3-inner {
    width: 100%;
    max-width: 450px;
    height: auto;
    max-height: none;
  }

  .div-blocks-12 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    margin-top: 30px;
  }

  .div-blocks-12.div-blocks-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: stretch;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .paragraph-5, .text-block-4 {
    font-size: 18px;
    line-height: 130%;
  }

  .heading-9 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .div-block-13 {
    justify-content: center;
    display: flex;
  }

  .container-6 {
    max-width: 92%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .list-item {
    border-radius: 8px;
    max-height: 35px;
    font-size: 18px;
    line-height: 130%;
  }

  .div-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .image-7 {
    max-width: 400px;
    max-height: 500px;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-11 {
    font-size: 32px;
  }

  .div-block-15 {
    margin-left: 20px;
  }

  .div-block-11 {
    margin-bottom: 30px;
  }

  .image-11 {
    width: auto;
    max-width: 320px;
    max-height: none;
  }

  .container-8 {
    width: 100%;
    max-width: 92%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-19 {
    padding-top: 50px;
  }

  .heading-5-co {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 130%;
  }

  .div-block-11-co {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-6-co {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .text-block-4-co {
    font-size: 20px;
    line-height: 130%;
  }

  .text-block-12 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 130%;
  }

  .image-10 {
    max-width: 35%;
    max-height: 35px;
  }

  .text-block-10 {
    margin-top: 50px;
    font-size: 20px;
    line-height: 130%;
  }

  .div-block-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 130%;
  }

  .text-block-10-co {
    margin-top: 50px;
    font-size: 30px;
    line-height: 130%;
  }

  .text-block-9 {
    font-size: 20px;
    line-height: 130%;
  }

  .image-23 {
    font-size: 20px;
  }

  .salesdev-heading2 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 35px;
  }

  .salesdev-note-arrow {
    max-width: 35px;
    max-height: 35px;
  }

  .saledev-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 130%;
  }

  .salesdev-note1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 40px;
  }

  .sasledev-img-2 {
    width: 100%;
    max-width: none;
    height: 300px;
    max-height: 418px;
  }

  .salesdev-div {
    margin-bottom: 25px;
  }

  .container-9 {
    max-width: 92%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4-copy, .text-block-14 {
    font-size: 18px;
    line-height: 130%;
  }

  .salesdev-header {
    font-size: 20px;
    line-height: 130%;
  }

  .div-block-27 {
    max-width: none;
    height: 300px;
    max-height: none;
  }

  .saledev-note-text {
    font-size: 20px;
    line-height: 130%;
  }

  .div-block-29 {
    margin-bottom: 40px;
    margin-left: 40px;
    font-size: 35px;
    line-height: 130%;
  }

  .div-block-30 {
    font-size: 35px;
    line-height: 130%;
  }

  .div-block-28 {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    display: block;
  }

  .div-block-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: auto;
    position: static;
  }

  .div-block-22 {
    flex-flow: row;
    justify-content: space-between;
    width: auto;
    height: auto;
    display: block;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .why-hexa-heading1 {
    font-size: 20px;
    line-height: 130%;
  }

  .why-hexa-heading1-inner {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 130%;
  }

  .why-hexa-heading2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .why-hexa-discription {
    font-size: 18px;
    line-height: 130%;
  }

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

  .div-block-176-copy {
    left: -8%;
  }

  .template-container {
    max-width: 92%;
  }

  .div-block-text {
    margin-top: 0;
  }

  .text-block-info-card {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-card {
    font-size: 28px;
  }

  .info-card-2-outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-why-hexa {
    width: 70%;
    max-width: none;
    height: auto;
    max-height: 100%;
    padding: 30px;
  }

  .heading-17 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-card-why-hexa {
    font-size: 28px;
    line-height: 36px;
  }

  .image-why-hexa-copy {
    max-width: 40px;
  }

  .text-span-blue {
    font-size: 28px;
  }

  .div-sdp-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .card {
    width: 70%;
    max-width: none;
    height: auto;
    max-height: 100%;
    padding: 40px;
  }

  .paragraph-card-why-hexa-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .container-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 92%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-14.hero-container {
    padding-top: 20px;
  }

  .text-block-sdp-main {
    font-size: 16px;
    line-height: 22px;
  }

  .point {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-main-ubf {
    font-size: 30px;
  }

  .heading-18 {
    margin-top: 25px;
    font-size: 35px;
    line-height: 50px;
  }

  .heading-18.heading-1 {
    font-size: 32px;
  }

  .text-block-why-yor-business-2, .paragraph-card-why-hexa {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-9 {
    max-width: none;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-sdp-main {
    font-size: 30px;
  }

  .text-span-11 {
    color: #008cff;
  }

  .text-block-why-your-business-1 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-24 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border: 0 #0000;
    max-width: 315px;
    height: 437px;
    max-height: 437px;
  }

  .div-block-24.hero-image {
    object-fit: fill;
    object-fit: fill;
    max-width: 300px;
    height: 450px;
    padding-top: 0;
  }

  .text-block-medium {
    font-size: 16px;
    line-height: 22px;
  }

  .image-98 {
    max-width: 117px;
    max-height: 180px;
    right: -23px;
  }

  .info-card-img-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .container-sdp {
    justify-content: center;
    display: flex;
  }

  .heading-why-hexa {
    font-size: 30px;
  }

  .paragraph-card {
    font-size: 16px;
    line-height: 22px;
  }

  .container-why-hexa {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 90%;
  }

  .div-block-162 {
    flex-flow: row;
  }

  .info-card-img-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 0;
  }

  .heading-integration-consulting {
    font-size: 30px;
    line-height: 36px;
  }

  .cards-container-integration {
    flex-flow: column;
    align-items: center;
  }

  .text-block-19 {
    font-size: 16px;
    line-height: 22px;
  }

  .section-sdp {
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-why-hexa-copy {
    max-width: 90%;
  }

  .container-why-your-business {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 80px 0;
    overflow: visible;
  }

  .card-why-hexa-copy {
    width: 70%;
    max-width: none;
    height: auto;
    max-height: 100%;
    padding: 30px;
  }

  .container-ubf {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-info-card {
    line-height: 34px;
  }

  .info-card-points-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .div-card-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    margin-top: 30px;
  }

  .text-block-semibold {
    font-size: 16px;
  }

  .image-info-card {
    width: auto;
    max-width: none;
    max-height: 350px;
  }

  .heading-card-why-hexa-copy {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-180 {
    max-height: none;
  }

  .heading-main-why-your-business {
    font-size: 30px;
  }

  .heading-20 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

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

  .hhw-tabs-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .image-103 {
    font-size: 20px;
  }

  .container-15 {
    max-width: 92%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-21.sdp-heading {
    font-size: 20px;
    line-height: 130%;
  }

  .div-block-184 {
    margin-bottom: 30px;
  }

  .div-block-185 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
  }

  .hhw-tabs-menu-4 {
    border-left-style: none;
    align-self: flex-start;
    width: 100%;
    margin-right: 0;
  }

  .hhw-tab-text-4 {
    font-size: 14px;
  }

  .industries-tabs-content-7 {
    overflow: visible;
  }

  .div-block-186 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: none;
    display: flex;
  }

  .image-104 {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 400px;
    margin-left: 0;
  }

  .hhw-tab-link-4 {
    font-size: 22px;
  }

  .heading-26 {
    margin-top: 25px;
    font-size: 35px;
    line-height: 50px;
  }

  .heading-26.heading-1 {
    font-size: 30px;
  }

  .info-card-img-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 0;
  }

  .point-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-all-your-business-2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .text-block-semibold-2 {
    font-size: 16px;
  }

  .heading-main-scs {
    font-size: 28px;
  }

  .section---top {
    margin-top: 100px;
  }

  .div-block-200 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border: 0 #0000;
    max-width: 315px;
    height: 437px;
    max-height: 437px;
  }

  .div-block-200.hero-image {
    object-fit: fill;
    object-fit: fill;
    width: 60%;
    max-width: none;
    height: 575px;
    padding-top: 0;
  }

  .div-block-167-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-ccs-main {
    font-size: 28px;
  }

  .container-all-your-business-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 80px 0;
    overflow: visible;
  }

  .heading-info-card-2 {
    line-height: 34px;
  }

  .container-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 92%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-20.hero-container {
    padding-top: 20px;
  }

  .paragraph-13 {
    max-width: none;
    font-size: 16px;
    line-height: 28px;
  }

  .info-card-points-wrapper-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-27 {
    max-width: 14px;
    max-height: 13px;
  }

  .container-scs {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .point-text-copy {
    font-size: 22px;
  }

  .paragraph-3-copy {
    max-width: none;
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-26 {
    font-size: 18px;
  }

  .text-block-semibold-copy {
    font-size: 16px;
  }

  .image-108 {
    max-width: 117px;
    max-height: 180px;
    right: -23px;
  }

  .image-108.hero-hexa-logo {
    max-width: 120px;
    max-height: 175px;
    right: -20px;
  }

  .div-ccs-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .info-card-img-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .heading-main-why-your-business-copy {
    font-size: 28px;
  }

  .div-block-text-2 {
    margin-top: 0;
  }

  .image-info-card-2 {
    width: auto;
    max-width: none;
    max-height: 350px;
    display: block;
  }

  .text-block-all-your-business-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-main-ubf-copy {
    font-size: 28px;
  }

  .container-21 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-ccs {
    justify-content: center;
    display: flex;
  }

  .section-ccs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-main-all-your-business-2 {
    font-size: 28px;
  }

  .text-block-ccs-main {
    font-size: 16px;
    line-height: 22px;
  }

  .check-2 {
    max-width: 25px;
  }

  .text-block-why-yor-business-2-copy {
    font-size: 16px;
    line-height: 22px;
  }

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

  .div-block-204 {
    justify-content: center;
    display: flex;
  }

  .text-block-23, .point-text-2 {
    font-size: 16px;
  }

  .div-block-205 {
    max-height: none;
  }

  .text-block-25 {
    font-size: 28px;
  }

  .benefits---grid-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .benefits-item {
    padding: 1.25rem .9375rem;
  }

  .title-semibold-h5-2 {
    font-size: 1.125rem;
  }

  .main-wrapper-2 {
    overflow: visible;
  }

  .lending-case-studies---section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .background-vector-2 {
    width: 12%;
    max-width: none;
    max-height: none;
    top: 50%;
  }

  .service---hero-right-3 {
    width: 500px;
  }

  .services-page-container-3 {
    max-width: 92%;
  }

  .image-overlay-is-2 {
    left: 0%;
    right: -20%;
  }

  .service---hero-section-2 {
    position: static;
  }

  .service---hero-left-2 {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .heading-50 {
    font-size: 22px;
    font-weight: 800;
  }

  .paragraph-31 {
    width: 475px;
    font-size: 12px;
    position: relative;
    bottom: 6px;
  }

  .image-37.i37 {
    display: inline-block;
    position: relative;
    left: 35px;
  }

  .div-block-260 {
    padding-left: 75px;
    padding-right: 75px;
    left: 50px;
  }

  .heading-52.h15 {
    font-size: 1rem;
    top: 60px;
    bottom: 0;
    left: -100px;
  }

  .div-block-261.d23 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    bottom: 0;
    left: 0;
  }

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

  .paragraph-33 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    font-size: .7rem;
  }

  .div-block-262.d24 {
    justify-content: center;
    align-items: center;
    display: block;
    top: 0;
    bottom: 0;
  }

  .div-block-263 {
    width: 100%;
  }

  .image-35.i35 {
    width: 8px;
    top: 9.5%;
    bottom: auto;
    left: 8%;
  }

  .heading-53.h16 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.2rem;
    left: -95px;
  }

  .section-34 {
    height: auto;
    position: relative;
    bottom: 0;
  }

  .image-36 {
    height: 390px;
  }

  .image-36.im36.im-37 {
    width: 100%;
    height: 100%;
  }

  .testimonial-blue-shape-2 {
    width: 220px;
    height: 220px;
    display: none;
    bottom: -80px;
  }

  .testimonial-left-arrow-2 {
    left: 40%;
  }

  .section-tag-2 {
    font-size: 1rem;
  }

  .testimonial-author-box-2 {
    height: 200px;
  }

  .testimonial-section-2 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    position: static;
    bottom: 300px;
  }

  .container-44 {
    max-width: 92%;
  }

  .testimonial-slide-active-2 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .testimonial-content-box-2 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .testimonial-right-arrow-2 {
    right: 40%;
  }

  .bdcs-cards-wrapper {
    justify-content: stretch;
    align-self: center;
  }

  .container-49 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .image-128 {
    font-size: 32px;
  }

  .paragraph-42 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-290 {
    margin-right: 0;
  }

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

  .button-primary-3.bp3 {
    left: 325px;
  }

  .testimonial-left-arrow-3 {
    left: 40%;
  }

  .testimonial-right-arrow-3 {
    right: 40%;
  }

  .benefits---card-2 {
    border-right-style: none;
    border-right-width: 0;
    padding-right: 0;
  }

  .benefits---card-2.bc2, .benefits---card-2.bc4 {
    border-bottom-style: none;
  }

  .benefits---card-2.bc1 {
    border-bottom-style: none;
    border-left-style: none;
  }

  .benefits---card-2.bc3 {
    border-left-style: none;
  }

  .benefits---card-2.bc2, .benefits---card-2.bc4 {
    border-bottom-style: none;
  }

  .container-81 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .image-147 {
    height: 89%;
  }

  .div-block-346 {
    border-radius: 6px;
    width: 50px;
    height: 45px;
  }

  .image-38 {
    height: auto;
  }

  .section-62 {
    margin-left: 0;
  }

  .div-block-350 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .div-block-351.bb216.db351, .div-block-351.bb216.db-351 {
    height: 450px;
  }

  .div-block-351.bb216 {
    height: 95vh;
  }

  .div-block-351.bb216.db351, .div-block-351.bb216.db-351, .div-block-351.bb216.db351, .div-block-351.bb216.db-351 {
    height: 450px;
  }

  .button-5.b5.b6 {
    left: 20px;
  }

  .button-5.b5.b6.b7 {
    margin-left: 0;
    left: 0;
  }

  .div-block-175-copy-7 {
    border-radius: 6px;
    width: 50px;
    height: 45px;
  }

  .div-block-352.db213 {
    width: 100%;
  }

  .heading-101 {
    font-size: 1.8rem;
  }

  .paragraph-70 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .heading-card-why-hexa-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-card-why-hexa-2.hcwh1, .heading-card-why-hexa-2.hcwh3, .heading-card-why-hexa-2.hcwh2, .heading-card-why-hexa-2.hcwh1, .heading-card-why-hexa-2.hcwh3, .heading-card-why-hexa-2.hcwh2 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .paragraph-71 {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    left: 310px;
  }

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

  .paragraph-72 {
    font-size: .8rem;
  }

  .div-block-361 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-362 {
    width: 48%;
  }

  .div-block-362.db241 {
    width: 24%;
  }

  .paragraph-74 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-103.h73.h75.head46 {
    left: 450px;
  }

  .div-block-177-copy-7 {
    border-radius: 6px;
    width: 42px;
    height: 37px;
    bottom: -23%;
    left: -5%;
  }

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

  .heading-105 {
    font-size: 30px;
  }

  .container-why-hexa-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 90%;
  }

  .heading-106 {
    font-size: 34px;
  }

  .div-block-371 {
    padding-top: 8px;
    padding-bottom: 0;
    position: relative;
    inset: auto 0% 3%;
  }

  .div-block-371.db371.divb371 {
    padding-top: 3px;
    top: 16.5%;
  }

  .div-block-371.d-375 {
    top: 23%;
  }

  .card-why-hexa-2 {
    width: 70%;
    max-width: none;
    height: auto;
    max-height: 100%;
    padding: 30px;
  }

  .section-77 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-373 {
    border-radius: 6px;
    width: 42px;
    height: 37px;
    top: -37%;
    right: -43%;
  }

  .heading-111 {
    font-size: 10px;
  }

  .section-68 {
    background-size: 87%, 90%;
    padding-top: 10rem;
  }

  .paragraph-78 {
    font-size: .7rem;
  }

  .div-block-385 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .container-96 {
    max-width: 92%;
  }

  .div-block-388 {
    margin-left: 65px;
  }

  .paragraph-85, .paragraph-86 {
    font-size: .6rem;
  }

  .heading-116 {
    font-size: 1.2rem;
  }

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

  .image-168 {
    width: 45px;
  }

  .paragraph-87 {
    font-size: .6rem;
  }

  .div-block-391 {
    width: 175px;
    height: 195px;
    padding: 10px;
  }

  .section-tag-4 {
    font-size: 1rem;
  }

  .div-block-392 {
    width: 250px;
    height: 400px;
    right: 60px;
  }

  .div-block-392.db306 {
    left: 60px;
    right: 0;
  }

  .container-99 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center;
    width: 100%;
    max-width: none;
    margin-left: -15px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    position: static;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .container-99.con-99 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-118 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-style-h2-4 {
    font-size: 1.2rem;
  }

  .testimonial-blue-shape-4 {
    width: 220px;
    height: 220px;
    display: none;
    bottom: -80px;
  }

  .section-80.sec17 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    right: 45px;
  }

  .section-81 {
    height: 850px;
  }

  .paragraph-88 {
    font-size: .6rem;
  }

  .image-170 {
    width: 45px;
  }

  .paragraph-89 {
    width: 100%;
    padding-top: 10px;
    font-size: .7rem;
  }

  .div-block-396.db202.db17 {
    width: 350px;
    height: 130px;
  }

  .div-block-396.db202 {
    align-self: center;
    width: 210px;
    max-width: none;
    height: 175px;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
    left: auto;
  }

  .div-block-396.db202.db17 {
    width: 350px;
    height: 130px;
  }

  .div-block-396.db202.db302 {
    max-width: none;
    height: 175px;
    left: 10px;
  }

  .div-block-396.db202.db302.db17 {
    height: 130px;
  }

  .div-block-396.db202.db17 {
    width: 350px;
    height: 130px;
  }

  .heading-121 {
    font-size: .8rem;
  }

  .why-hexaview---bullet-list-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-103.c21 {
    margin-right: 0;
    display: block;
  }

  .testimonial-section-4 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .testimonial-section-4.ts2 {
    margin-top: -30px;
  }

  .div-block-176-copy-5 {
    left: -8%;
  }

  .ai-section-1-container {
    max-width: 92%;
  }

  .stat_card-3 {
    border-radius: 13px;
    height: 99.6px;
    padding: 12px;
  }

  .card-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .section-84.sec17 {
    width: 80%;
    height: auto;
    margin-left: 75px;
    margin-right: 75px;
    position: static;
    right: 45px;
  }

  .div-block-422 {
    text-align: center;
    width: 100%;
    height: 350px;
    position: static;
    top: 20px;
    right: 0;
  }

  .div-block-423 {
    width: 100%;
  }

  .heading-132.h39 {
    font-size: 24px;
  }

  .paragraph-96 {
    width: 100%;
    font-size: 9px;
    line-height: 1.5;
    bottom: 5px;
  }

  .image-14 {
    height: 250px;
  }

  .div-block-425 {
    border-radius: 6px;
    width: 42px;
    height: 37px;
    top: -37%;
    right: -43%;
  }

  .container-109.c21 {
    margin-right: 0;
    display: block;
  }

  .container-109.c21.c22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-97 {
    font-size: .8rem;
  }

  .heading-133.h29 {
    text-align: center;
    text-align: center;
  }

  .paragraph-98 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .div-block-175-copy-10 {
    border-radius: 6px;
    width: 50px;
    height: 45px;
  }

  .section-86 {
    background-size: 87%, 90%;
    padding-top: 10rem;
  }

  .div-block-426 {
    width: 100%;
    right: 3px;
  }

  .paragraph-99 {
    width: 100%;
    font-size: 9px;
    line-height: 1.5;
  }

  .heading-136 {
    font-size: 16px;
  }

  .paragraph-100 {
    font-size: .8rem;
  }

  .div-block-430 {
    border-radius: 6px;
    width: 50px;
    height: 45px;
  }

  .paragraph-101.p21 {
    font-size: 10px;
  }

  .div-block-177-copy-10 {
    border-radius: 6px;
    width: 42px;
    height: 37px;
    bottom: -23%;
    left: -5%;
  }

  .heading-138 {
    font-size: 12px;
  }

  .paragraph-102 {
    width: 750px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10px;
    line-height: 16px;
  }

  .button-primary-13.pm2.pm3 {
    font-size: .8rem;
  }

  .button-primary-13.bp1 {
    margin-top: 10px;
  }

  .div-block-431.db208.db209 {
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-431.db211 {
    height: 120px;
  }

  .paragraph-104.p15 {
    text-align: center;
    text-align: center;
  }

  .container-115.c25 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
  }

  .container-116 {
    max-width: 92%;
  }

  .service---client-5 {
    top: 0;
    bottom: 0;
  }

  .testimonial-blue-shape-5 {
    width: 220px;
    height: 220px;
    display: none;
    bottom: -80px;
  }

  .testimonial-section-5 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .testimonial-section-5.ts2 {
    margin-top: -30px;
  }

  .container-117 {
    max-width: 92%;
  }

  .dropdown-list-services {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .header-services-trending {
    display: none;
  }

  .services---nav-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .services---nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }

  .div-block-464 {
    border-radius: 6px;
    width: 40px;
    height: 35px;
  }

  .div-block-465 {
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .section-95 {
    margin-left: 0;
  }

  .heading-142 {
    left: -175px;
  }

  .image-193 {
    width: 100%;
    max-width: none;
  }

  .div-block-176-copy-7 {
    bottom: 0%;
    left: -2%;
  }

  .div-block-176-copy-7.db176 {
    bottom: 2%;
    left: -6%;
  }

  .div-block-474 {
    top: 5%;
    right: 2%;
  }

  .div-block-474.db474 {
    top: 0%;
  }

  .div-block-476 {
    margin-left: 0;
  }

  .div-block-477 {
    border-radius: 6px;
    width: 35px;
    height: 28px;
    top: -37%;
    right: -43%;
  }

  .div-block-177-copy-13 {
    border-radius: 6px;
    width: 35px;
    height: 28px;
    bottom: -23%;
    left: -5%;
  }

  .paragraph-115 {
    width: 100%;
    font-size: 10px;
    line-height: 17px;
  }

  .div-block-175-copy-13 {
    border-radius: 6px;
    width: 40px;
    height: 35px;
  }

  .image-212.i212 {
    max-width: none;
  }

  .paragraph-124.p124 {
    font-size: .8rem;
  }

  .heading-157 {
    font-size: 2.2rem;
  }

  .paragraph-126.p126 {
    font-size: .8rem;
  }

  .paragraph-127.p127 {
    font-size: .8rem;
  }

  .image-219.i219 {
    max-width: none;
  }

  .div-block-514 {
    font-size: .8rem;
  }

  .image-224.i224 {
    max-width: none;
  }

  .image-225 {
    max-width: 50%;
  }

  .image-225.i225 {
    width: 60%;
  }

  .paragraph-141 {
    font-size: .8rem;
  }

  .image-230.i230 {
    max-width: none;
  }

  .image-212 {
    max-width: 50%;
  }

  .div-block-177-copy-14 {
    border-radius: 6px;
    width: 42px;
    height: 37px;
    bottom: -23%;
    left: -5%;
  }

  .service---client-7 {
    top: 0;
    bottom: 0;
  }

  .info---content-2 {
    text-align: center;
  }

  .list-item-16 {
    font-size: .8rem;
  }

  .div-block-496 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .section-67 {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .image-215 {
    width: 20px;
  }

  .section-103 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .image-219 {
    max-width: 50%;
  }

  .container-133 {
    max-width: 92%;
  }

  .info---text-8 {
    font-size: 12px;
  }

  .info---text-8.it1 {
    font-size: .7rem;
  }

  .info-wrapper-5 {
    flex-flow: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-176-copy-9 {
    left: -8%;
  }

  .paragraph-130 {
    font-size: .7rem;
  }

  .div-block-509 {
    border-radius: 6px;
    width: 42px;
    height: 37px;
    top: -37%;
    right: -43%;
  }

  .div-block-511 {
    border-radius: 6px;
    width: 50px;
    height: 45px;
  }

  .image-224, .image-225 {
    max-width: 50%;
  }

  .fintech-card {
    left: 2%;
  }

  .paragraph-136 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .lending-software-solution-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .approach---grid-wrapper-5 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-107 {
    background-size: 87%, 90%;
    padding-top: 10rem;
  }

  .content-wrap {
    padding-left: 40px;
    font-family: Inter, sans-serif;
  }

  .software-solution-bullet-list-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-175-copy-14 {
    border-radius: 6px;
    width: 50px;
    height: 45px;
  }

  .paragraph-143 {
    font-size: .5rem;
  }

  .image-230 {
    max-width: 50%;
  }

  .body {
    overflow: visible;
  }

  .div-block-538 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .code-embed-3 {
    top: 17%;
    left: 4%;
  }

  .code-embed-3.ce22.ce31.ce37.ce44, .code-embed-3.ce22.ce31.ce37.ce45 {
    top: 22%;
    left: 2.5%;
  }

  .code-embed-3.ce3 {
    top: 18.5%;
    left: 3%;
  }

  .code-embed-3.ce4 {
    top: 22.5%;
    left: 3%;
  }

  .code-embed-3.ce5 {
    top: 21%;
    left: 3%;
  }

  .code-embed-3.ce6 {
    top: 17.5%;
    left: 3%;
  }

  .code-embed-3.ce7 {
    top: 27.5%;
    left: 3%;
  }

  .code-embed-3.ce8 {
    top: 20%;
    left: 3%;
  }

  .code-embed-3.ce9 {
    top: 19.5%;
    left: 3%;
  }

  .code-embed-3.ce10 {
    top: 22%;
    left: 4%;
  }

  .code-embed-3.ce12 {
    top: 17.5%;
    left: 4%;
  }

  .code-embed-3.ce13 {
    top: 19.5%;
    left: 4%;
  }

  .code-embed-3.ce14 {
    top: 22%;
    left: 4%;
  }

  .code-embed-3.ce14.ce15 {
    top: 25%;
  }

  .code-embed-3.ce15 {
    top: 19.5%;
    left: 4%;
  }

  .code-embed-3.ce15.ce16 {
    top: 16.5%;
    left: 3.5%;
  }

  .code-embed-3.ce15.ce14 {
    top: 19.5%;
    left: 3.5%;
  }

  .code-embed-3.ce15.ce13 {
    top: 18.5%;
    left: 4%;
  }

  .code-embed-3.ce15.ce12 {
    top: 21%;
    left: 4%;
  }

  .code-embed-3.ce15.ce11 {
    top: 17.5%;
    left: 4%;
  }

  .code-embed-3.ce15.ce10 {
    top: 21%;
    left: 4%;
  }

  .code-embed-3.ce15.ce17 {
    top: 21.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce44, .code-embed-3.ce22.ce31.ce37.ce45 {
    top: 22%;
    left: 2.5%;
  }

  .code-embed-3.ce22.ce31 {
    top: 16.5%;
    left: 4%;
  }

  .code-embed-3.ce22.ce31.ce37.ce44, .code-embed-3.ce22.ce31.ce37.ce45 {
    top: 22%;
    left: 2.5%;
  }

  .code-embed-3.ce22.ce31.ce32 {
    top: 20.5%;
    left: 4%;
  }

  .code-embed-3.ce22.ce31.ce33 {
    top: 15.5%;
  }

  .code-embed-3.ce22.ce31.ce34 {
    top: 18%;
    left: 4%;
  }

  .code-embed-3.ce22.ce31.ce35 {
    top: 19.5%;
    left: 4%;
  }

  .code-embed-3.ce22.ce31.ce36 {
    top: 19.5%;
  }

  .code-embed-3.ce22.ce31.ce37 {
    top: 17%;
  }

  .code-embed-3.ce22.ce31.ce37.ce44, .code-embed-3.ce22.ce31.ce37.ce45 {
    top: 22%;
    left: 2.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce38 {
    top: 26.5%;
    left: 2.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce39 {
    top: 21%;
    left: 2.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce40 {
    top: 24.5%;
    left: 2.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce41 {
    top: 26.5%;
    left: 2.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce42 {
    top: 24.5%;
    left: 2.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce43 {
    top: 21.5%;
    left: 2.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce44, .code-embed-3.ce22.ce31.ce37.ce45 {
    top: 22%;
    left: 2.5%;
  }

  .code-embed-3.ce22.ce31.ce38 {
    top: 17%;
  }

  .heading-section-2 {
    width: 95%;
    font-size: 28px;
    line-height: 35px;
  }

  .div-block-177-copy-15 {
    border-radius: 6px;
    width: 42px;
    height: 37px;
    bottom: -23%;
    left: -5%;
  }

  .card-header-2 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.3;
  }

  .sec1-card-wrapper-2 {
    display: flex;
  }

  .card-list-2 {
    font-size: 13px;
    line-height: 18px;
  }

  .card-wrapper-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-176-copy-11 {
    left: -8%;
  }

  .paragraph-161 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .div-block-574 {
    justify-content: space-between;
  }

  .card-content-3 {
    font-size: 8px;
    line-height: 15px;
  }

  .data-warehouse-container-4 {
    max-width: 92%;
  }

  .div-block-577 {
    border-radius: 6px;
    width: 50px;
    height: 45px;
  }

  .div-block-578 {
    height: 500px;
  }

  .div-block-581 {
    align-self: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-240 {
    left: 16%;
  }

  .section-118 {
    background-size: 87%, 90%;
    padding-top: 10rem;
  }

  .div-block-175-copy-16 {
    border-radius: 6px;
    width: 50px;
    height: 45px;
  }

  .paragraph-162 {
    width: 95%;
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 15px;
  }

  .template-container-6 {
    max-width: 92%;
  }

  .heading-181 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-182 {
    width: 100%;
  }

  .paragraph-165 {
    font-size: 16px;
    line-height: 24px;
  }

  .container-147 {
    flex-flow: column;
  }

  .container-148 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .paragraph-167 {
    padding-left: 15px;
  }

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

  .heading-184 {
    font-size: 18px;
    line-height: 120%;
  }

  .div-block-589 {
    padding: 20px 10px;
  }

  .div-block-590 {
    height: 500px;
  }

  .paragraph-168 {
    font-size: 12px;
  }

  .div-block-591 {
    border-radius: 6px;
    width: 42px;
    height: 37px;
    top: -37%;
    right: -43%;
  }

  .case-study-tab-link-3 {
    padding-top: .9375rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .container-150 {
    max-width: 92%;
  }

  .div-block-597 {
    margin-left: 20%;
  }

  .ce1 {
    position: relative;
  }

  .case-study-tab-link-3-copy, .case-study-tab-link-3-copy-1 {
    padding-top: .9375rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .code-embed-8 {
    position: relative;
  }

  .button-primary-24.bp1.bp7, .button-primary-25.bp1.bp7, .button-primary-25.bp1.bp7, .button-primary-25.bp1.bp7 {
    font-size: .8rem;
  }

  .div-block-633 {
    width: 389px;
    padding: 10px;
  }

  .div-block-635.db202 {
    align-self: center;
    width: 210px;
    max-width: none;
    height: 175px;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
    left: auto;
  }

  .div-block-635.db202.db17 {
    width: 350px;
  }

  .heading-202 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-636 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-left: 42px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .heading-204 {
    font-size: 1.2rem;
  }

  .text-block-121 {
    font-size: 10px;
    line-height: 14px;
  }

  .image-261 {
    width: 45px;
  }

  .list-item-22 {
    border-radius: 8px;
    max-height: 35px;
    font-size: 16px;
    line-height: 130%;
  }

  .challenge-main-div-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .list-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .list-row-5 {
    height: 160px;
    overflow: visible;
  }

  .list-item-23 {
    font-size: .8rem;
  }

  .list-item-23.li-21 {
    font-size: .6rem;
  }

  .our-services-container-3 {
    max-width: 92%;
  }

  .our-services---grid-wrapper-4 {
    grid-template-columns: 1fr 1fr;
  }

  .software-solution-bullet-list-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
  }

  .lending-software-solution-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
  }

  .paragraph-193 {
    width: 100%;
    font-size: 9px;
    line-height: 1.5;
  }

  .image-263 {
    width: 400px;
  }

  .div-block-645 {
    width: auto;
  }

  .div-block-648 {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
    right: 3px;
  }

  .heading-207 {
    font-size: .8rem;
  }

  .image-265 {
    width: 6px;
    max-width: 100%;
  }

  .software-solution-bullet-list-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
  }

  .heading-209 {
    font-size: 12px;
  }

  .services-tag-5 {
    width: 65%;
    font-size: 1rem;
  }

  .lending-software-solution-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
  }

  .section-badge-11 {
    font-size: .5rem;
  }

  .image-266 {
    width: 45px;
  }

  .text-block-122 {
    font-size: 10px;
    line-height: 14px;
  }

  .our-services---grid-wrapper-5 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-656 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 19px;
  }

  .paragraph-198 {
    height: auto;
    font-size: 10px;
    line-height: 16px;
  }

  .heading-211 {
    width: 410px;
    font-size: 26px;
    line-height: 16px;
  }

  .lending-software-solution-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
  }

  .image-267 {
    width: 12px;
    max-width: 100%;
  }

  .services-tag-6 {
    width: 65%;
    font-size: 1rem;
  }

  .services-tag-6.st-2 {
    width: 34%;
  }

  .services-tag-6.st-2.st-3 {
    width: 39%;
  }

  .section-badge-12, .section-badge-12.sb6 {
    font-size: .5rem;
  }

  .section-badge-12.sb6 {
    font-size: .5rem;
  }

  .section-badge-12.sb-6 {
    font-family: Manrope, sans-serif;
    font-size: .5rem;
  }

  .rt-cta-wrapper {
    padding: 50px 15px 60px;
  }

  .container-164 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 840px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-215 {
    font-size: .5rem;
  }

  .paragraph-200, .paragraph-201 {
    font-size: .4rem;
  }

  .paragraph-202 {
    font-size: .9rem;
  }

  .section-137 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-274 {
    left: 70px;
  }

  .heading-style-h5-2 {
    font-size: 1.75rem;
  }

  .hero_title-row {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero_features-left {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h1-3 {
    font-size: 3.5rem;
  }

  .column-3x-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .nav_button-group {
    display: none;
  }

  .nav_menu {
    background-color: #fff;
    border-bottom: 1px solid #c9d2d9;
    padding-bottom: .5rem;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

  .nav_dropdown-list {
    padding-top: 0;
    position: static;
  }

  .nav_dropdown-list.w--open {
    padding-bottom: 4px;
    position: static;
  }

  .nav_links {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

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

  .heading-style-h2-6 {
    font-size: 3rem;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .column-4x-large {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .image-auto {
    aspect-ratio: 3 / 2;
  }

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

  .nav_dropdown-card.is-large {
    min-width: 0;
  }

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

  .footer_links-three {
    max-width: none;
  }

  .footer17_card, .footer_main {
    grid-template-columns: 1fr;
  }

  .footer17_card-content {
    padding: 1rem;
  }

  .column-3x-large-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-style-h2-7 {
    font-size: 3rem;
  }

  .header-dashboard-asset {
    object-fit: fill;
    object-position: 50% 50%;
    border-radius: 16px;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-bottom: -40px;
    position: static;
  }

  .section-header {
    padding-bottom: 0;
  }

  .h4-heading {
    font-size: 28px;
  }

  .dashboard-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
  }

  .header-content-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: none;
  }

  .nav-link-new {
    color: #414141;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-link-new.dropdown-toggle {
    color: #414141;
  }

  .nav-link-new.dropdown-toggle:hover {
    color: var(--white);
  }

  .nav-dropdown-list {
    position: static;
  }

  .nav-dropdown-list.w--open {
    padding-top: 4px;
    padding-bottom: 4px;
    position: static;
  }

  .nav-dropdown-slot {
    padding-top: 0;
  }

  .navbar---new {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-container-large {
    padding-right: 16px;
  }

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

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

  .nav-dropdown-card {
    box-shadow: none;
    background-color: #0000;
  }

  .nav-menu-a {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fafafa;
    border: 1px solid #fff;
    border-radius: 24px;
    flex-flow: column;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    position: absolute;
    left: 5%;
    right: 5%;
  }

  .nav-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .nav_bar-4 {
    padding-bottom: .75rem;
  }

  .nav-dropdown-3, .nav-dropdown-4 {
    width: 100%;
    margin-bottom: 4px;
  }

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

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

  .sections-heading {
    font-size: 28px;
  }

  .feature-card-outline.mb-20 {
    margin-bottom: 20px;
  }

  .title-left {
    width: 600px;
  }

  .testimonial_person {
    height: 500px;
  }

  .testimonial_tabs-menu {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .testimonial_tabs {
    flex-flow: column;
  }

  .testimonial_details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom: 4px dashed #6869ac;
    border-right-style: none;
    padding: 2rem 5%;
  }

  .testimonial_grid {
    grid-template-columns: 2fr;
  }

  .client-image {
    object-fit: cover;
  }

  .nav-menu-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .6fr;
    width: auto;
    max-height: 30vh;
    display: flex;
    overflow: auto;
  }

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

  .nav-menu-title.visible-tablet {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-links-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .content-bento-image-wrapper {
    max-width: none;
    max-height: 250px;
  }

  .content-bento-image-wrapper.medium {
    max-width: none;
  }

  .content-bento, .footer_grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .footer_contact {
    max-width: none;
  }

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

  .footer-new {
    padding-top: 4.5rem;
  }

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

  .form_block {
    align-items: center;
  }

  .engineering_grid, .engineering_grid.three, .engineering_grid.three {
    display: block;
  }

  .ai-service-image {
    height: 350px;
    margin-bottom: 20px;
  }

  .testimonial-slider-image {
    height: auto;
  }

  .testimonial-slider-card {
    align-items: stretch;
  }

  .testimonial-logo-row {
    justify-content: flex-start;
  }

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

  .process-dashed-line {
    display: none;
  }

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

  .data-image {
    display: none;
  }

  .nav-dropdown-slot-2 {
    padding-top: 0;
  }

  .nav-dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }

  .header-section---about {
    padding-top: 64px;
  }

  .header-image-grid {
    display: none;
  }

  .timeline-progress {
    left: 0%;
  }

  .timeline-left {
    max-width: none;
  }

  .timeline-step-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .timeline-right {
    max-width: none;
  }

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

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

  .location-card {
    min-width: 200px;
    padding: 24px;
  }

  .location-section {
    padding-bottom: 150px;
  }

  .location-card-image {
    display: none;
  }

  .location-title-wrapper {
    margin-bottom: 100px;
  }

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

  .feature_statistics.salesforce {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project_sticky {
    max-width: none;
    position: static;
  }

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

  .project_article-images {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .feature_image-wrapper {
    max-width: none;
  }

  .hero34_avatars {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .ai-lab-header {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .hero_overlay {
    background-image: linear-gradient(#fff0, #ffffffc4 31%, #fff);
    justify-content: center;
    align-items: center;
    height: 12.5rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero_graphic {
    max-width: none;
    max-height: 28.125rem;
  }

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

  .content-tab-image {
    max-height: none;
  }

  .content-tab-link {
    border-style: none;
    border-color: #000;
  }

  .content-tab-link.w--current {
    border-style: none;
    border-color: #000;
    flex-flow: wrap;
  }

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

  .content-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

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

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

  .hero_grid, .content_grid, .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .image_cover {
    margin-top: 30px;
  }

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

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

  .form_card-outline {
    max-width: none;
  }

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

  .grid-header-bottom {
    display: block;
  }

  .header-features {
    grid-column-gap: 24px;
    padding: 24px;
  }

  .divider-wrapper {
    margin-top: 60px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header-image-2 {
    display: none;
  }

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

  .grid-five-column.mt-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-grid {
    flex-flow: column;
    grid-template-columns: 1.5fr 1fr;
    display: flex;
  }

  .blog_card-featured {
    grid-template-columns: 1fr;
  }

  .blog-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog_article-image {
    height: auto;
  }

  .ebook_image {
    height: 300px;
  }

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

  .blog_image-3 {
    height: 350px;
  }

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

  .blog_article-image-2 {
    height: auto;
  }

  .data-grid-wrapper {
    display: block;
  }

  .cta_block-outline {
    grid-template-columns: 1fr;
  }

  .cta_pattern {
    display: none;
  }

  .feature_grid-small {
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid-large, .services-grid-three {
    grid-template-columns: 1fr;
  }

  .hiw_tile.is-middle {
    margin-top: 0;
  }

  .hiw_arrow-02 {
    inset: auto auto -5rem 0%;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .hiw_arrow-01 {
    top: -2.5rem;
    left: -.75rem;
  }

  .blog_featured-article {
    grid-template-columns: 1fr;
  }

  .blog_featured-image {
    aspect-ratio: auto;
  }

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

@media screen and (max-width: 767px) {
  .header-logo {
    width: 160px;
  }

  .nav-menu {
    width: 100%;
    display: none;
  }

  .brand {
    z-index: 102;
  }

  .home-hero-section {
    padding-top: 9.375rem;
    padding-bottom: 0;
  }

  .container {
    max-width: 90%;
  }

  .home-hero-inner {
    grid-template-columns: 1fr;
  }

  .heading-style-h1 {
    font-size: 1.75rem;
  }

  .home-hero-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .button-secondary.blog-pagination {
    margin-top: 60px;
  }

  .client-section {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .client-grid-wrap {
    display: none;
  }

  .client-item {
    margin-right: 2.5rem;
  }

  .client-logo.addepar {
    width: 9.6875rem;
  }

  .home-service-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .home-service-inner {
    grid-template-columns: 1fr;
  }

  .home-service-left-wrap {
    position: static;
  }

  .section-tag-icon {
    width: 14px;
  }

  .home-service-button-wrap {
    margin-top: 1.125rem;
  }

  .home-service-box {
    padding-bottom: 30px;
  }

  .home-service-image {
    position: absolute;
    inset: auto 1.875rem 0% auto;
  }

  .home-service-content {
    width: 100%;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .service-checkmark {
    width: 18px;
  }

  .title-semibold-h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .testimonial-title-header {
    max-width: 85%;
  }

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .swiper-slide {
    width: auto;
  }

  .testimonial-author-box {
    height: 260px;
  }

  .testimonial-author-name {
    font-size: 1.0625rem;
  }

  .testimonial-author-role {
    font-size: .875rem;
  }

  .testimonial-slide-active {
    display: none;
  }

  .counter-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .counter-grid-wrap {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    margin-top: 3.125rem;
  }

  .counter-title-header {
    max-width: 100%;
  }

  .counter-item.is-map {
    height: 310px;
  }

  .counter-content-box {
    font-size: 1.125rem;
    bottom: 24px;
    left: 20px;
  }

  .title-semibold-h2 {
    font-size: 1.75rem;
  }

  .counter-2-content-box {
    font-size: 1.25rem;
    top: 24px;
    left: 20px;
    right: 20px;
  }

  .counter-4-content-box {
    top: 24px;
    left: 20px;
    right: 20px;
  }

  .recognition-item {
    padding: 10px;
  }

  .counter-row.cr1 {
    padding-left: 0;
  }

  .counter-link {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: .9375rem;
  }

  .map-image {
    width: 100%;
  }

  .location-box-1 {
    left: 6%;
  }

  .location-box-2 {
    left: 17%;
  }

  .why-choose-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .why-choose-inner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .why-choose-item {
    padding: 1.5rem;
  }

  .why-choose-list-item {
    font-size: 14px;
  }

  .why-choose-shape, .why-choose-shape-2, .why-choose-shape-3, .why-choose-shape-4 {
    display: none;
  }

  .partner-grid-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .partner-item {
    width: 12.5rem;
    margin-right: 1.5rem;
  }

  .review-section {
    padding-bottom: 4.375rem;
  }

  .review-summary {
    font-size: 1.375rem;
  }

  .review-author-wrap {
    margin-top: 24px;
  }

  .cta-inner {
    padding: 3.125rem 1.5rem;
  }

  .cta-summary {
    max-width: 100%;
    font-size: 1.125rem;
  }

  .cta-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: 100%;
    margin-top: 40px;
  }

  .cta-image {
    width: 5rem;
    margin-left: -1.25rem;
  }

  .cta-button-left {
    width: 175px;
    margin-left: 20px;
    position: static;
    transform: none;
  }

  .cta-button-right {
    width: 10.9375rem;
    position: static;
    right: -12%;
    transform: none;
  }

  .footer {
    padding-top: 60px;
  }

  .footer:where(.w-variant-9f2f7335-d338-d0d8-ea29-461b493ded4a) {
    padding-top: 20rem;
  }

  .footer-client-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer-top-wrap {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-logo:where(.w-variant-9f2f7335-d338-d0d8-ea29-461b493ded4a) {
    width: 100%;
  }

  .footer-menu-title {
    font-size: 1rem;
  }

  .footer-menu-link {
    font-size: .9375rem;
  }

  .case-study-tab-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .case-study-title-header {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .case-study-title-header.csth1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 0;
  }

  .case-study-title-wrap {
    width: 100%;
  }

  .case-study-tabs.cst1 {
    flex-flow: column;
  }

  .case-study-tab-link {
    padding-top: .625rem;
  }

  .case-study-inner-box {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .case-study-right-wrap {
    height: auto;
  }

  .case-study-image {
    overflow: clip;
  }

  .title-semibold-h4 {
    font-size: 1.5rem;
  }

  .cta-button-wrap {
    margin-top: 1.5rem;
  }

  .client-marquee-wrap {
    margin-top: 45px;
    display: block;
  }

  .partner-marquee-wrap {
    display: block;
  }

  .partner-marquee-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-title-header {
    max-width: 100%;
  }

  .pill-section-tag {
    font-size: 1rem;
  }

  .pill-tag-inner {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .blog-search-field {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 15px;
  }

  .blog-filter-form-box {
    max-width: 100%;
  }

  .search-icon {
    width: 18px;
    font-size: .8rem;
  }

  .blog-pagination {
    margin-top: 70px;
  }

  .filter-dropdown-wrap {
    margin-left: 0;
  }

  .blog-body h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .blog-body h6 {
    margin-bottom: 1.5rem;
  }

  .blog-body h5 {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .blog-body h1 {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .blog-body h3 {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .blog-body h4 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .press-release-left-shape {
    width: 60px;
    top: 130px;
  }

  .press-release-right-shape {
    width: 60px;
  }

  .press-release-list-wrap {
    margin-top: 60px;
  }

  .press-release-grid {
    grid-template-columns: 1fr;
  }

  .press-release-image-wrap {
    height: 16.875rem;
  }

  .paragraph-medium {
    font-size: 14px;
  }

  .latest-customer-stories-item {
    padding: 1.875rem;
  }

  .stories-top-menu-item {
    font-size: .8125rem;
  }

  .testimonials-section {
    padding-top: 8.75rem;
    padding-bottom: 3.75rem;
  }

  .testimonials-title-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonials-list-wrap {
    margin-top: 3.125rem;
  }

  .testimonials-shape {
    display: none;
  }

  .testimonials-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .testimonials-item {
    padding-bottom: 9.375rem;
    padding-right: 1.875rem;
  }

  .testimonials-item:nth-child(2n) {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonials-content-wrap {
    max-width: 100%;
  }

  .heading-style-h3 {
    font-size: 1.375rem;
    line-height: 1.4;
  }

  .award-logo {
    width: 100%;
  }

  .award-logo.inc {
    width: 5.3125rem;
  }

  .book-demo-section {
    padding-top: 8.75rem;
  }

  .book-demo-image-wrap {
    margin-top: 3.125rem;
  }

  .industries-hero-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .industries-bg-color {
    padding-top: 8.75rem;
  }

  .industries-hero-title-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .industries-tab-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .industries-tabs {
    flex-flow: column;
  }

  .industries-tabs-menu {
    grid-template-rows: 80px 80px;
    grid-auto-rows: 80px;
    width: 100%;
    margin-bottom: 3.125rem;
    margin-right: 0;
  }

  .industries-tab-top {
    grid-template-columns: 1fr 1fr;
  }

  .industries-tab-divider {
    left: -.9%;
  }

  .cta-padding-box, .how-we-work-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .how-we-work-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 3.125rem;
  }

  .how-we-work-item {
    padding: 1.5rem;
  }

  .career-hero-section {
    padding-top: 8.75rem;
    padding-bottom: 3.125rem;
  }

  .career-breadcrumb-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .career-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3.75rem;
  }

  .career-hero-button {
    margin-top: 30px;
  }

  .career-hero-content-title {
    width: 100%;
  }

  .why-join-us-section {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }

  .why-join-us-header {
    max-width: 100%;
  }

  .why-join-us-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 3.125rem;
  }

  .careers-gallery-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .careers-gallery-grid {
    margin-top: 3.75rem;
  }

  .career-gallery-image {
    border-radius: 1rem;
  }

  .our-offices-section {
    padding-bottom: 3.125rem;
  }

  .our-office-grid {
    margin-top: 3.125rem;
  }

  .our-office-location-1 {
    top: 34%;
  }

  .our-office-location-2 {
    bottom: 33%;
    right: 27%;
  }

  .our-office-location-3 {
    right: 16%;
  }

  .job-list-section {
    padding-top: 8.75rem;
  }

  .job-list-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .job-list-box {
    border-radius: 20px;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .job-list-top-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .job-list-left-wrap {
    border-right-style: none;
    padding-right: 0;
  }

  .job-list-gray-tag {
    font-size: 12px;
  }

  .job-list-column-last {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    justify-content: flex-end;
    align-items: center;
  }

  .job-location {
    font-size: 12px;
  }

  .job-apply-section {
    padding-top: 8.75rem;
  }

  .job-apply-header {
    margin-bottom: 3.125rem;
  }

  .job-apply-form-inner {
    grid-template-columns: 1fr;
  }

  .service-right-shape {
    top: 380px;
  }

  .service-list-counter-wrap {
    margin-top: 1.875rem;
    padding: 1.875rem;
  }

  .service-counter {
    font-size: 2rem;
  }

  .filter-result-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .company-hero-section {
    padding-top: 8.75rem;
  }

  .company-hero-grid {
    margin-top: 3.125rem;
  }

  .heading-style-h4 {
    font-size: 1.375rem;
    line-height: 1.4;
  }

  .what-we-do-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .what-we-do-inner {
    grid-template-columns: 1fr;
  }

  .what-we-do-button-wrap {
    margin-top: 15px;
  }

  .what-we-do-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .what-we-do-item.active {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .what-we-do-content {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .global-presence-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .global-presence-wrap {
    margin-top: 40px;
  }

  .map-note {
    font-size: 14px;
  }

  .global-presence-image {
    width: 120px;
  }

  .global-presence-dot-box {
    width: 20px;
    height: 20px;
  }

  .global-presence-dot {
    width: .5rem;
    height: .5rem;
  }

  .global-presence-dot-active {
    width: 20px;
    height: 20px;
  }

  .certifications-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .certifications-inner {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    grid-template-columns: 1fr;
  }

  .certifications-image {
    width: 160px;
  }

  .partnerships-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .partnerships-inner {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    border-radius: 1.25rem;
    padding: 1.875rem;
  }

  .partnerships-box {
    background-position: 80% 0;
    border-radius: 15px;
    padding-bottom: .9375rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .partnerships-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .partnerships-item {
    border-radius: .625rem;
    padding: .625rem;
  }

  .partnerships-logo.aws {
    height: 35px;
  }

  .awards-section {
    padding-bottom: 3.75rem;
  }

  .awards-right-wrap {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
  }

  .awards-item-box {
    height: 7.5rem;
  }

  .why-hexaview-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .why-hexaview-header {
    max-width: 100%;
  }

  .why-hexaview-grid {
    grid-template-columns: 1fr 1fr;
  }

  .why-hexaview-icon {
    width: 4.0625rem;
  }

  .testimonial-slide {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-slider-mask {
    padding-bottom: 6.25rem;
  }

  .testimonial-left-arrow {
    width: 55px;
    height: 55px;
    left: 38%;
  }

  .testimonial-right-arrow {
    width: 55px;
    height: 55px;
    right: 38%;
  }

  .testimonials-stack-card {
    height: auto;
    position: static;
  }

  .title-semibold-h3-small {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .success-message {
    margin-top: 50px;
  }

  .home-case-study-desktop {
    display: none;
  }

  .home-case-study-desktop.hcsd1, .home-case-study-mobile {
    display: block;
  }

  .home-case-study-logo-wrap {
    position: relative;
  }

  .security-hero-section {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .employement-policy-grid {
    grid-row-gap: 16px;
  }

  .security-card {
    padding: 20px;
  }

  .security-card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
  }

  .compliance-policy-content-list {
    line-height: 1.6;
  }

  .compliance-policy-content {
    margin-bottom: 10px;
  }

  .employement-policy-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 20px;
  }

  .security-hero-title-wrap {
    margin-bottom: 50px;
  }

  .security-hero-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .case-study-pagination {
    text-align: center;
    margin-bottom: 40px;
  }

  .cookie-banner {
    padding-right: 30px;
    font-size: 14px;
  }

  .cookie-banner-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cookie-button-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .utility-page-content {
    width: 75%;
  }

  .service---block-text {
    font-size: 18px;
    line-height: 30px;
  }

  .section-badge {
    font-size: 20px;
    line-height: 30px;
  }

  .section-text {
    font-size: 1rem;
    line-height: 1.7;
  }

  .services-section-container {
    max-width: 90%;
  }

  .service---block-title {
    font-size: 24px;
  }

  .list-item-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service---hero-right {
    width: 250px;
  }

  .image-overlay-is {
    background-image: linear-gradient(#fff0 81% 93%, #fff0);
  }

  .service---block {
    padding-bottom: 40px;
  }

  .image-74 {
    max-width: 28px;
    max-height: 28px;
  }

  .services-page-container {
    max-width: 90%;
  }

  .individual-service-hero-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .service---client {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .hwd-heading {
    font-size: 1.24rem;
    line-height: 1.4;
  }

  .service---tabs-menu {
    grid-template-rows: 80px 80px;
    grid-auto-rows: 80px;
    width: 100%;
    max-width: none;
    margin-bottom: 3.125rem;
    margin-right: 0;
  }

  .service---container {
    max-width: 90%;
  }

  .service---how-we-deliver-tabs {
    flex-flow: column;
  }

  .section-badge-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .services-dropdown {
    width: 100%;
  }

  .events-title {
    max-width: 100%;
  }

  .title-text {
    font-size: .8rem;
  }

  .events-heading {
    font-size: 1.6rem;
  }

  .title-text-right {
    font-size: .8rem;
  }

  .event-buttons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .button-white {
    font-size: .8rem;
  }

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

  .event-date-location {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .event-location {
    justify-content: flex-start;
    align-items: center;
  }

  .featured-event-card-title {
    font-size: 1.2rem;
  }

  .event-partner-title {
    font-size: 1rem;
  }

  .event-partner-subtitle {
    font-size: .8rem;
  }

  .collection-item-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 20px;
  }

  .featured-event-date-location {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .event-details-image-wrapper {
    padding: 10px;
  }

  .event-heading {
    font-size: 1.8rem;
  }

  .top-menu-section.event-main-page {
    top: 72px;
  }

  .events-container-hero-section {
    background-size: cover;
    max-width: 90%;
  }

  .upcoming-events-container {
    max-width: 90%;
  }

  .grid-3 {
    width: 100%;
  }

  .key-takeaway-block {
    padding: 2rem 1.5rem;
  }

  .event-details-container {
    max-width: 90%;
  }

  .speaker-block {
    padding: 2rem 1.5rem;
  }

  .speaker-name-text {
    font-size: 1.2rem;
  }

  .speaker-title {
    font-size: .75rem;
  }

  .image-94 {
    inset: auto 10% -35px auto;
  }

  .event-details-overview-container {
    max-width: 90%;
  }

  .event-details-text {
    font-size: .9rem;
  }

  .event-details-image {
    margin-top: 2px;
  }

  .agenda-image {
    height: 45px;
  }

  .event-text, .event-text.text-color-white, .event-text.text-color-white {
    font-size: .8rem;
  }

  .event-title.text-color-white {
    font-size: 2rem;
  }

  .event-title.text-color-black {
    font-size: 1.6rem;
  }

  .event-container {
    max-width: 90%;
  }

  .event-card-title {
    font-size: 1.2rem;
  }

  .event-details-hero-container {
    max-width: 90%;
  }

  .main-events-heading {
    font-size: 2.2rem;
  }

  .div-block-6-copy {
    border: 1px #000;
    margin-top: 40px;
  }

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

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    width: 100%;
  }

  .container-6 {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-8, .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    max-width: 90%;
  }

  .section---hero {
    padding-top: 8.75rem;
  }

  .div-block-176-copy {
    width: 107.499%;
    height: 34%;
    bottom: 7%;
    left: -10%;
  }

  .template-container {
    max-width: 90%;
  }

  .heading-card {
    font-size: 24px;
    line-height: 28px;
  }

  .point-text {
    font-size: 16px;
  }

  .card-why-hexa {
    width: 100%;
  }

  .heading-card-why-hexa {
    font-size: 24px;
    line-height: 30px;
  }

  .card {
    width: 100%;
    padding: 30px;
  }

  .container-14 {
    max-width: 90%;
  }

  .heading-main-ubf {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-18.heading-1 {
    font-size: 30px;
  }

  .heading-sdp-main, .heading-why-hexa, .heading-integration-consulting {
    font-size: 28px;
    line-height: 34px;
  }

  .container-why-your-business {
    padding-left: 0;
    padding-right: 0;
  }

  .card-why-hexa-copy {
    width: 100%;
  }

  .heading-card-why-hexa-copy {
    line-height: 34px;
  }

  .heading-main-why-your-business {
    font-size: 28px;
    line-height: 34px;
  }

  .hhw-tabs-copy {
    flex-flow: column;
  }

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

  .title-semibold-h4-3 {
    font-size: 1.5rem;
  }

  .title-semibold-h4-3.text-color-white {
    color: #fff;
    font-size: 1.5rem;
  }

  .hhw-icon-wrapper-3 {
    border-radius: 15px;
  }

  .hhw-tabs-menu-4 {
    border-left-style: none;
    grid-template-rows: 80px 80px;
    grid-auto-rows: 80px;
    width: 100%;
    margin-bottom: 3.125rem;
    margin-right: 0;
  }

  .hhw-tab-text-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .hhw-tabl-link-wrapper-4 {
    width: 100%;
  }

  .heading-26.heading-1 {
    font-size: 30px;
  }

  .heading-main-scs {
    font-size: 28px;
    line-height: 34px;
  }

  .div-block-200.hero-image {
    width: 70%;
    max-width: none;
    height: 475px;
  }

  .heading-ccs-main {
    font-size: 28px;
    line-height: 34px;
  }

  .container-all-your-business-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-20 {
    max-width: 90%;
  }

  .point-text-copy {
    font-size: 16px;
  }

  .image-108.hero-hexa-logo {
    max-width: 120px;
    max-height: 175px;
    right: -10px;
  }

  .heading-main-why-your-business-copy, .heading-main-ubf-copy, .heading-main-all-your-business-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .point-text-2 {
    font-size: 16px;
  }

  .benefits-item {
    height: 200px;
    padding: 1.5rem;
  }

  .lending-case-studies---section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .background-vector-2 {
    vertical-align: bottom;
    width: 17%;
    top: 110%;
  }

  .service---hero-right-3 {
    width: 250px;
  }

  .services-page-container-3 {
    max-width: 90%;
  }

  .image-overlay-is-2 {
    z-index: 2;
    background-image: linear-gradient(#fff0 81% 93%, #fff0);
    inset: -10% -60% 0% 0%;
  }

  .individual-service-hero-wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-37.i37 {
    width: auto;
    height: auto;
    margin-top: 0;
    top: 0;
    bottom: 0;
    left: 120px;
  }

  .div-block-260 {
    left: 65px;
  }

  .div-block-261.d23 {
    inset: 30px 35px;
    flex-flow: column;
    display: flex;
    inset: 30px 35px;
  }

  .paragraph-33 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    font-size: 9px;
    position: static;
    bottom: 60px;
  }

  .div-block-262.d24 {
    position: static;
    top: -55px;
    bottom: 0;
  }

  .div-block-263 {
    margin-bottom: 0;
    inset: 0 15px;
  }

  .image-35.i35 {
    inset: 446% auto auto 10%;
    width: auto;
    inset: 446% auto auto 10%;
  }

  .section-34 {
    position: static;
    bottom: 0;
  }

  .image-36.im36.im-37 {
    height: auto;
  }

  .testimonial-left-arrow-2 {
    width: 55px;
    height: 55px;
    left: 38%;
  }

  .testimonial-author-box-2 {
    height: 260px;
  }

  .title-semibold-h3-2 {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .container-44 {
    max-width: 90%;
  }

  .testimonial-slide-active-2 {
    display: none;
  }

  .testimonial-right-arrow-2 {
    width: 55px;
    height: 55px;
    right: 38%;
  }

  .bdcs-cards-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-49 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-128 {
    font-size: 24px;
  }

  .paragraph-42 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-290 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-70.h70 {
    text-align: center;
    text-align: center;
    font-size: 23px;
  }

  .button-primary-3.bp3 {
    left: 226px;
  }

  .testimonial-left-arrow-3 {
    width: 55px;
    height: 55px;
    left: 38%;
  }

  .testimonial-right-arrow-3 {
    width: 55px;
    height: 55px;
    right: 38%;
  }

  .container-81 {
    padding-left: 0;
    position: static;
    right: 20px;
  }

  .image-147 {
    top: 60px;
  }

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

  .heading-98 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .div-block-348 {
    align-self: center;
    width: 100%;
  }

  .section-62 {
    left: 0;
  }

  .div-block-350 {
    align-self: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-351.bb216.db351, .div-block-351.bb216.db-351 {
    height: 350px;
  }

  .div-block-351.bb216 {
    height: 71vw;
    display: block;
  }

  .div-block-351.bb216.db351, .div-block-351.bb216.db-351, .div-block-351.bb216.db351, .div-block-351.bb216.db-351 {
    height: 350px;
  }

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

  .image-151 {
    width: 15px;
  }

  .button-5.b5.b6 {
    left: -44px;
  }

  .button-5.b5.b6.b7 {
    margin-left: 0;
  }

  .heading-99 {
    text-align: center;
    padding-left: 0;
    font-size: 1.5rem;
  }

  .image-152 {
    width: 15px;
    max-width: 100%;
  }

  .heading-100 {
    font-size: 14px;
  }

  .heading-101 {
    text-align: center;
    font-size: 2rem;
  }

  .heading-card-why-hexa-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-356 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .paragraph-71 {
    font-size: 10px;
    line-height: 15px;
    left: 330px;
  }

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

  .div-block-362 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .div-block-362.db241 {
    width: 25%;
  }

  .paragraph-74 {
    font-size: 14px;
    line-height: 22px;
  }

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

  .div-block-177-copy-7 {
    bottom: -12%;
    left: -5%;
  }

  .container-91 {
    width: 85%;
  }

  .heading-105 {
    font-size: 24px;
  }

  .heading-106 {
    margin-top: 20px;
    font-size: 20px;
  }

  .div-block-371 {
    padding-top: 10px;
  }

  .div-block-371.db371.divb371 {
    padding-top: 9px;
    top: 17.5%;
  }

  .div-block-371.d-375 {
    top: 26%;
  }

  .card-why-hexa-2 {
    width: 100%;
  }

  .card-why-hexa-2.cwh3, .card-why-hexa-2.cwh1, .card-why-hexa-2.cwh2, .card-why-hexa-2.cwh3, .card-why-hexa-2.cwh1, .card-why-hexa-2.cwh2 {
    width: 46%;
  }

  .image-160 {
    max-width: 100%;
  }

  .heading-108 {
    font-size: 10px;
  }

  .heading-109 {
    font-size: 11px;
  }

  .heading-110 {
    font-size: 30px;
  }

  .heading-111 {
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
  }

  .section-68 {
    background-size: 87%, 88%;
    padding-top: 8.75rem;
  }

  .paragraph-78 {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .7rem;
    line-height: 1.5;
  }

  .div-block-375 {
    text-align: center;
    align-self: center;
    width: 75%;
  }

  .div-block-385 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 400px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .container-96 {
    max-width: 90%;
  }

  .testimonial-title-header-2 {
    max-width: 85%;
  }

  .image-167 {
    max-width: 20px;
    max-height: 20px;
  }

  .paragraph-85, .paragraph-86 {
    text-align: left;
    font-size: .4rem;
    line-height: 1.6;
  }

  .heading-116, .heading-116.h113, .heading-116.h113 {
    font-size: .8rem;
  }

  .image-168 {
    width: 30px;
    height: 30px;
  }

  .heading-117.h29 {
    width: 400px;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-87 {
    text-align: left;
    font-size: .4rem;
    line-height: 1.6;
  }

  .div-block-391 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    height: 120px;
    min-height: 0;
    display: block;
    position: relative;
    bottom: 0;
  }

  .div-block-392 {
    width: 160px;
    height: 300px;
    right: 95px;
  }

  .div-block-392.db306 {
    top: -30px;
    left: 75px;
  }

  .heading-118 {
    text-align: left;
    font-size: 9px;
  }

  .heading-style-h2-4 {
    font-size: 1.1rem;
  }

  .section-80.sec17 {
    width: 90%;
    height: auto;
    margin-left: 75px;
    margin-right: 75px;
  }

  .section-81 {
    height: auto;
    margin-top: 23px;
    position: relative;
  }

  .section-81.s52 {
    height: 650px;
    min-height: 700px;
  }

  .paragraph-88 {
    text-align: left;
    font-size: .4rem;
  }

  .text-span-33 {
    font-size: .6rem;
  }

  .image-170 {
    width: 30px;
    height: 30px;
    display: block;
  }

  .paragraph-89 {
    font-size: .6rem;
  }

  .div-block-396.db202 {
    width: 160px;
    height: 180px;
    min-height: 0;
  }

  .div-block-396.db202.db302 {
    height: 180px;
  }

  .div-block-396.db202.db17 {
    width: 250px;
  }

  .div-block-397.d305 {
    width: 90%;
  }

  .div-block-397.db305 {
    width: 80%;
  }

  .why-hexaview---bullet-list-2 {
    margin-left: 40px;
    padding-right: 0;
    display: flex;
  }

  .container-103.c21 {
    position: relative;
    right: 45px;
  }

  .container-103.c21.c22 {
    width: 100%;
    right: 0;
  }

  .list-item-wrapper-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-176-copy-5 {
    width: 107.499%;
    height: 34%;
    bottom: 7%;
    left: -10%;
  }

  .ai-section-1-container {
    max-width: 90%;
  }

  .div-block-413 {
    padding-top: 0;
  }

  .stat_card-3 {
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 83.9375px;
    padding: 8px;
  }

  .card-heading {
    padding-top: 20px;
  }

  .section-84.sec17 {
    width: 96%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-422 {
    height: 250px;
  }

  .div-block-423 {
    width: 100%;
  }

  .heading-132.h39 {
    font-size: 18px;
    line-height: 20px;
  }

  .image-14.i14 {
    width: 420px;
    height: 250px;
  }

  .section-85 {
    height: 235px;
  }

  .container-109.c21 {
    position: relative;
    right: 45px;
  }

  .container-109.c21.c22 {
    padding-bottom: 0;
    position: static;
  }

  .paragraph-97 {
    font-size: 12px;
  }

  .heading-133.h29 {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }

  .section-86 {
    background-size: 87%, 88%;
    padding-top: 8.75rem;
  }

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

  .div-block-426 {
    width: 100%;
  }

  .paragraph-99 {
    width: 175px;
  }

  .div-block-427 {
    padding-left: 35px;
    padding-right: 35px;
    right: 25px;
  }

  .paragraph-100 {
    font-size: 12px;
  }

  .paragraph-101.p21 {
    font-size: 8px;
    line-height: 14px;
  }

  .div-block-177-copy-10 {
    bottom: -12%;
    left: -5%;
  }

  .button-primary-13.pm2.pm3 {
    font-size: .7rem;
  }

  .div-block-431.db208.db209, .div-block-431.db211, .div-block-431.db208.db209, .div-block-431.db208.db209, .div-block-431.db211 {
    height: 150px;
  }

  .paragraph-104.p15 {
    font-size: 10px;
  }

  .container-115.c25 {
    max-width: none;
    height: auto;
    max-height: none;
  }

  .container-116 {
    max-width: 90%;
  }

  .service---client-5 {
    padding-top: 50px;
    padding-bottom: 50px;
    top: 0;
    bottom: 0;
    overflow: visible;
  }

  .container-117 {
    max-width: 90%;
  }

  .div-block-465 {
    top: 20px;
    left: 0;
  }

  .section-95 {
    height: auto;
    margin-left: 0;
  }

  .heading-142 {
    font-size: 20px;
    left: -235px;
  }

  .div-block-176-copy-7 {
    width: 107.499%;
    height: 34%;
    bottom: -15%;
    left: 2%;
  }

  .div-block-176-copy-7.db176 {
    bottom: -22%;
    left: 2%;
  }

  .div-block-470 {
    font-size: 14px;
  }

  .div-block-474.db474 {
    top: 5%;
  }

  .div-block-476 {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    margin-left: 0;
    display: block;
  }

  .div-block-177-copy-13 {
    bottom: 62%;
    left: -2%;
  }

  .div-block-177-copy-13.db177 {
    bottom: 75%;
  }

  .paragraph-115 {
    text-align: left;
    width: 100%;
    font-size: .7rem;
    line-height: 1.5;
  }

  .paragraph-124.p124 {
    font-size: .6rem;
  }

  .heading-157 {
    font-size: 1.7rem;
  }

  .paragraph-126.p126 {
    font-size: .6rem;
  }

  .paragraph-127.p127 {
    font-size: .6rem;
  }

  .paragraph-134.p134 {
    font-size: 10px;
  }

  .paragraph-138.p138 {
    font-size: .6rem;
  }

  .paragraph-141.p141 {
    font-size: .6rem;
  }

  .heading-156 {
    font-size: 1.2rem;
  }

  .div-block-177-copy-14 {
    bottom: -12%;
    left: -5%;
  }

  .service---client-7 {
    padding-top: 50px;
    padding-bottom: 50px;
    top: 0;
    bottom: 0;
    overflow: visible;
  }

  .paragraph-124 {
    font-size: 10px;
    line-height: 1.5;
  }

  .heading-158 {
    font-size: .7rem;
  }

  .list-item-16 {
    font-size: .6rem;
  }

  .info---heading-5 {
    font-size: 30px;
    line-height: 39px;
  }

  .button-primary-17.bp10 {
    font-size: .6rem;
  }

  .paragraph-126 {
    font-size: 10px;
    line-height: 1.5;
  }

  .section-102 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-500 {
    position: relative;
    right: 18px;
  }

  .paragraph-127 {
    font-size: 10px;
    line-height: 1.5;
  }

  .section-103 {
    margin-top: 0;
    top: 100px;
  }

  .div-block-501 {
    justify-content: space-between;
  }

  .container-133 {
    max-width: 90%;
  }

  .info---text-8 {
    font-size: 12px;
  }

  .info-wrapper-5 {
    padding: 1.6rem;
  }

  .div-block-176-copy-9 {
    width: 107.499%;
    height: 34%;
    bottom: 7%;
    left: -10%;
  }

  .paragraph-130 {
    font-size: .5rem;
  }

  .heading-161 {
    font-size: 34px;
    line-height: 1.5;
  }

  .paragraph-134 {
    font-size: 11px;
  }

  .fintech-card {
    float: right;
    width: 105%;
    height: auto;
    min-height: 540px;
    left: 1%;
  }

  .paragraph-136 {
    font-size: 13px;
  }

  .lending-software-solution-2 {
    justify-content: space-between;
  }

  .paragraph-137 {
    font-size: .4rem;
  }

  .approach---grid-wrapper-5 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .section-107 {
    background-size: 87%, 88%;
    padding-top: 8.75rem;
  }

  .paragraph-138 {
    font-size: 10px;
    line-height: 1.5;
  }

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

  .content-wrap {
    width: 100%;
    max-width: none;
    padding-top: 135px;
  }

  .heading-163 {
    font-size: .6rem;
    line-height: 1.5;
  }

  .paragraph-141 {
    font-size: 10px;
    line-height: 1.5;
  }

  .heading-164 {
    font-size: 34px;
  }

  .div-block-548 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .heading-section-2 {
    font-size: 26px;
    line-height: 35px;
  }

  .div-block-177-copy-15 {
    bottom: -12%;
    left: -5%;
  }

  .sec1-image-wrapper-2 {
    border-radius: 30px;
  }

  .card-header-2 {
    margin-top: 12px;
    font-size: 30px;
    line-height: 1.2;
  }

  .sec1-card-wrapper-2 {
    flex-flow: column;
  }

  .spending---heading-2 {
    font-size: 22.5px;
    line-height: 27.5px;
  }

  .card-wrapper-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-176-copy-11 {
    width: 107.499%;
    height: 34%;
    bottom: 7%;
    left: -10%;
  }

  .card-content-3 {
    width: 90%;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 1.2;
  }

  .data-warehouse-container-4 {
    max-width: 90%;
  }

  .heading-179 {
    font-size: 1.5rem;
    line-height: 42px;
  }

  .image-240 {
    left: 10%;
  }

  .section-118 {
    background-size: 87%, 88%;
    padding-top: 8.75rem;
  }

  .paragraph-162 {
    font-size: 11px;
    line-height: 14px;
  }

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

  .paragraph-164 {
    font-size: .6rem;
  }

  .heading-181 {
    font-size: 24px;
  }

  .paragraph-165 {
    padding-left: 20px;
    font-size: 14px;
  }

  .div-block-587 {
    flex-flow: column;
    align-items: center;
  }

  .heading-184 {
    padding-bottom: 10px;
    font-size: 16px;
  }

  .div-block-589 {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-242 {
    width: 100%;
  }

  .paragraph-168 {
    font-size: 11px;
    line-height: 18px;
  }

  .image-243 {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
  }

  .image-244, .image-245 {
    width: 100%;
  }

  .case-study-tab-link-3 {
    padding-top: .625rem;
  }

  .container-150 {
    max-width: 90%;
  }

  .container-151 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-593 {
    width: 85%;
    height: auto;
    padding-left: 55px;
  }

  .image-246 {
    width: 75%;
    height: auto;
  }

  .case-study-tab-link-3-copy, .case-study-tab-link-3-copy-1 {
    padding-top: .625rem;
  }

  .popup-wrapper {
    display: none;
  }

  .paragraph-185, .paragraph-186, .paragraph-187, .paragraph-188, .paragraph-189 {
    text-align: center;
    font-size: .7rem;
  }

  .paragraph-190 {
    font-size: .9rem;
  }

  .button-primary-25.bp1.bp7.bp6 {
    width: 97%;
  }

  .div-block-633 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 110%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: relative;
    bottom: 0;
  }

  .div-block-635.db202 {
    width: 160px;
    height: 180px;
    min-height: 0;
  }

  .div-block-635.db202.db17 {
    width: 100%;
  }

  .heading-202 {
    font-size: 15px;
  }

  .section-badge-8 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-203 {
    padding-left: 60px;
  }

  .div-block-636 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 145px;
    margin-right: 145px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
  }

  .heading-204 {
    text-align: left;
    font-size: .8rem;
  }

  .card-border-left-2 {
    width: .5%;
    height: 50%;
    top: 30%;
  }

  .text-block-121 {
    padding-top: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .challenge-main-div-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-badge-9 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-205 {
    text-align: center;
    margin-bottom: 0;
  }

  .list-row-5 {
    height: auto;
  }

  .our-services-container-3 {
    max-width: 90%;
  }

  .our-services---grid-wrapper-4 {
    grid-template-columns: 1fr;
  }

  .approach---heading-3 {
    font-size: 30px;
    line-height: 39px;
  }

  .paragraph-193 {
    width: 175px;
  }

  .div-block-645, .div-block-648 {
    width: 100%;
  }

  .div-block-649 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .section-badge-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .image-265 {
    width: 5px;
  }

  .services-tag-5 {
    width: 72%;
    font-size: 1.2rem;
  }

  .section-badge-11 {
    font-size: 6px;
    line-height: 30px;
  }

  .text-block-122 {
    padding-top: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .our-services---grid-wrapper-5 {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-services---grid-wrapper-5.os-gw-3 {
    flex-flow: column;
  }

  .div-block-656 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-198 {
    width: 70%;
    min-width: 0;
    max-width: none;
    height: 85px;
    margin-top: 15px;
    margin-right: 0;
    font-family: Inter, sans-serif;
    font-size: 9px;
    line-height: 11px;
    position: static;
    top: 20px;
    right: 25px;
  }

  .heading-211 {
    width: 410px;
    font-size: 20px;
    line-height: 12px;
  }

  .div-block-658 {
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
  }

  .div-block-659 {
    justify-content: center;
    align-self: center;
    align-items: stretch;
  }

  .image-267 {
    width: 17px;
  }

  .services-tag-6 {
    width: 72%;
    font-size: 1.2rem;
  }

  .services-tag-6.st-2 {
    width: 44%;
  }

  .services-tag-6.st-2.st-3 {
    width: 51%;
  }

  .section-badge-12 {
    font-size: 6px;
    line-height: 30px;
  }

  .section-badge-12.sb6, .section-badge-12.sb-6, .section-badge-12.sb6, .section-badge-12.sb-6 {
    font-size: .5rem;
  }

  .paragraph-199 {
    font-size: 13px;
  }

  .div-block-662.db-618 {
    margin-right: 0;
    position: relative;
    right: 18px;
  }

  .rt-button-icon-wrapper {
    height: 50px;
  }

  .rt-button-two {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .container-164 {
    display: block;
  }

  .heading-215 {
    font-size: .7rem;
  }

  .paragraph-200, .paragraph-201 {
    font-size: .5rem;
  }

  .paragraph-202, .div-block-666 {
    text-align: center;
  }

  .div-block-668 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-274 {
    position: static;
  }

  .heading-218 {
    text-align: center;
    padding-top: 20px;
  }

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

  .image-275 {
    width: 100%;
  }

  .heading-style-h5-2 {
    font-size: 1.5rem;
  }

  .hero_features-left {
    grid-template-columns: 1fr;
  }

  .heading-style-h1-3 {
    font-size: 2.5rem;
  }

  .text-size-xlarge {
    font-size: 1.125rem;
  }

  .column-3x-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .hero_carousel-image {
    width: 12.5rem;
    height: 12.5rem;
  }

  .heading-style-h2-6 {
    font-size: 2.25rem;
  }

  .column-4x-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .nav_dropdown-grid-two {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .column-3x-large-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer_divider {
    display: none;
  }

  .heading-style-h2-7 {
    font-size: 2.25rem;
  }

  .section-header {
    overflow: hidden;
  }

  .h4-heading {
    font-size: 32px;
  }

  .header-heading {
    font-size: 48px;
  }

  .navbar---new {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .title-center {
    margin-bottom: 3rem;
  }

  .testimonial_tabs-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial_tab {
    padding-bottom: .75rem;
  }

  .content-bento-image-wrapper {
    order: -1;
  }

  .content-bento-card.row {
    flex-flow: column;
  }

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

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

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

  .footer_header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_brand-divider {
    display: none;
  }

  .testimonial-slider-image {
    height: 440px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .testimonial-slider-grid {
    grid-template-columns: 3fr;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .three-pillars-heading {
    font-size: 40px;
  }

  .popup-wrap {
    padding-left: 0;
  }

  .scrollbar {
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact_location, .team-grid-small, .grid-four-column {
    grid-template-columns: 1fr;
  }

  .team-tab-link {
    font-size: 18px;
  }

  .team-block {
    padding: 48px 32px 32px;
  }

  .h3-heading {
    font-size: 36px;
    line-height: 52px;
  }

  .feature_statistics {
    justify-content: center;
  }

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

  .heading-style-h6-2 {
    font-size: 1.25rem;
  }

  .ai-lab-header {
    background-size: auto, auto, 250px, cover;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

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

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

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

  .hero_image {
    height: 24rem;
  }

  .header-heading-services {
    font-size: 48px;
  }

  .award-grid {
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .icon_inner {
    padding: .5rem;
  }

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

  .timeline-text-wrapper {
    display: none;
  }

  .timeline-row-grid.first {
    grid-template-columns: 16px 1fr;
  }

  .timeline-text {
    display: block;
  }

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

  .header-image-base {
    display: none;
  }

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

  .blog_card-content-2 {
    padding: 0;
  }

  .ebook-card {
    flex-flow: column;
  }

  .cta_background {
    display: none;
  }

  .cta_card-outline-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .feature_grid-small {
    grid-template-columns: 1fr;
  }

  .hiw_arrow-02 {
    inset: auto auto -3.5rem 2.5rem;
    transform: rotateX(180deg)rotateY(180deg)rotateZ(12deg);
  }

  .hiw_arrow-01 {
    left: 2.5rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(-24deg);
  }

  .heading-style-h3-2 {
    font-size: 2.5rem;
  }

  .blog_featured-content {
    padding: .75rem;
  }

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

  .heading-style-h1-4 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .9375rem;
  }

  .navbar {
    padding: .75rem .9375rem;
  }

  .header-logo {
    width: 140px;
  }

  .navigation {
    padding-right: 20px;
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 100px 0 60px 30px;
  }

  .button-primary {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .home-hero-section {
    padding-top: 8.75rem;
  }

  .home-hero-left-wrap {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 1.5rem;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .paragraph-large.font-weight-medium {
    color: #000;
  }

  .paragraph-large.font-weight-medium.min_height_70 {
    height: auto;
  }

  .title-semibold-h5 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .button-group {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: wrap;
  }

  .button-secondary {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .button-icon {
    width: 16px;
    height: 16px;
  }

  .client-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .client-item {
    width: 10.625rem;
    margin-right: 3.125rem;
  }

  .client-logo {
    height: auto;
  }

  .home-service-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .home-service-left-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .section-tag-icon {
    width: 12px;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .home-service-button-wrap {
    margin-top: .9375rem;
  }

  .home-service-box {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-service-image {
    width: 11.25rem;
    margin-top: -1.25rem;
    position: static;
  }

  .home-service-content {
    padding-bottom: .9375rem;
  }

  .testimonial-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .testimonial-title-header {
    max-width: 100%;
  }

  .testimonial-slider-wrap {
    position: relative;
  }

  .testimonial-slide-small {
    display: none;
  }

  .testimonial-slide-active {
    display: block;
    box-shadow: 0 2px 5px #0000001a;
  }

  .testimonial-logo {
    width: 100px;
  }

  .testimonial-summary {
    font-size: .8rem;
  }

  .testimonial-blue-shape {
    width: 200px;
    height: 200px;
  }

  .counter-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .counter-grid-wrap {
    grid-template-columns: 1fr;
  }

  .counter-item {
    height: auto;
  }

  .counter-item.is-map {
    height: 220px;
  }

  .title-semibold-h2 {
    font-size: 1.625rem;
  }

  .recognition-item {
    height: 80px;
  }

  .recognition-image {
    width: 85px;
  }

  .recognition-image.great-place {
    width: 2.8125rem;
  }

  .recognition-image.inc-5000 {
    width: 4.0625rem;
  }

  .counter-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 18px;
  }

  .counter-row.cr1 {
    padding-left: 0;
  }

  .map-image {
    width: 95%;
    top: 30px;
  }

  .location-box-1 {
    left: 7%;
  }

  .location-image {
    width: 80px;
  }

  .location-dot {
    width: 6px;
    height: 6px;
  }

  .location-dot-box, .location-dot-active {
    width: 12px;
    height: 12px;
  }

  .why-choose-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .why-choose-inner {
    margin-top: 3.125rem;
  }

  .why-choose-item {
    padding-bottom: 1.875rem;
  }

  .why-choose-list {
    margin-top: 1rem;
  }

  .partner-section {
    padding-top: 2.5rem;
  }

  .partner-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .partner-logo {
    width: 150px;
  }

  .review-section {
    padding-bottom: 3.125rem;
  }

  .review-summary {
    font-size: 1.25rem;
  }

  .cta-inner {
    padding: 1.875rem;
  }

  .cta-summary {
    font-size: .9375rem;
  }

  .cta-info-wrap {
    flex-flow: column;
  }

  .cta-image {
    margin-left: 0;
  }

  .cta-button-left {
    width: auto;
    margin-left: 0;
  }

  .footer {
    padding-top: 50px;
  }

  .footer:where(.w-variant-9f2f7335-d338-d0d8-ea29-461b493ded4a) {
    padding-top: 18.75rem;
  }

  .footer-client-grid {
    flex-flow: wrap;
  }

  .footer-client-item {
    width: 75px;
  }

  .footer-top-wrap {
    margin-top: 3.75rem;
    margin-bottom: 3.125rem;
  }

  .footer-legal-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-column.is-middle {
    margin-top: 0;
  }

  .footer-menu-link {
    font-size: .8125rem;
  }

  .case-study-tab-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .case-study-title-header {
    margin-bottom: 2.5rem;
  }

  .case-study-title-header.csth1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .case-study-tabs-menu {
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .case-study-tab-link {
    min-width: 9.375rem;
    padding: 1.25rem 1.25rem .3125rem;
  }

  .case-study-right-wrap {
    height: 280px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .case-study-box-logo {
    width: 110px;
  }

  .title-semibold-h6 {
    font-size: 18px;
  }

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

  .case-study-counter-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .case-study-counter, .title-semibold-h4 {
    font-size: 1.375rem;
  }

  .title-semibold-h4.key-actions-is {
    font-size: 1rem;
    line-height: 1.6;
  }

  .case-study-top-content {
    font-size: 14px;
  }

  .client-marquee-wrap {
    margin-top: 30px;
  }

  .pill-tag-inner {
    font-size: .9375rem;
  }

  .blog-search-field {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/6915803c0629e2f11bdde29d_search%202.svg");
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 56px;
    padding-left: 15px;
    font-size: 13px;
  }

  .blog-filter-form-box {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-search-button {
    padding: 12px 24px;
    font-size: 14px;
    display: none;
    position: static;
  }

  .search-icon {
    width: 16px;
    height: 16px;
  }

  .blog-pagination {
    margin-top: 60px;
  }

  .filter-dropdown-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .filter-select {
    width: 100%;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 12.5px;
  }

  .blog-body blockquote {
    padding: 20px;
    font-size: 14px;
  }

  .press-release-left-shape, .press-release-right-shape {
    width: 50px;
  }

  .press-release-image-wrap {
    height: auto;
  }

  .latest-customer-stories-item {
    border-radius: 20px;
    padding: 1.25rem;
  }

  .stories-top-menu {
    display: none;
    position: static;
  }

  .testimonials-section {
    padding-top: 8.125rem;
  }

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

  .testimonials-item {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonials-item:nth-child(2n) {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-author-image-wrap {
    min-width: 200px;
  }

  .testimonial-author-profile {
    width: 200px;
  }

  .heading-style-h3 {
    font-size: 1.25rem;
  }

  .award-logo {
    width: 9.375rem;
  }

  .award-logo.inc {
    width: 6.25rem;
  }

  .book-demo-section {
    padding-top: 8.125rem;
    padding-bottom: 3.125rem;
  }

  .book-demo-image-wrap {
    margin-top: 2.5rem;
  }

  .industries-hero-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .industries-bg-color {
    padding-top: 8.125rem;
  }

  .industries-hero-title-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .industries-tab-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .industries-tab-link {
    font-size: 20px;
  }

  .industries-tab-top {
    grid-template-columns: 1fr;
  }

  .cta-padding-box, .how-we-work-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .how-we-work-grid {
    margin-top: 3.125rem;
  }

  .how-we-work-item {
    padding-bottom: 1.875rem;
  }

  .career-hero-section {
    padding-top: 8.125rem;
  }

  .career-breadcrumb-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .career-breadcrumb-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 16px;
  }

  .career-hero-grid {
    margin-top: 3.125rem;
  }

  .why-join-us-section {
    padding-bottom: 3.125rem;
  }

  .why-join-us-grid {
    grid-template-columns: 1fr;
  }

  .careers-gallery-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .careers-gallery-header {
    width: 100%;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-gallery-grid {
    grid-template-columns: 1fr;
    margin-top: 3.125rem;
  }

  .our-offices-section {
    padding-top: 3.125rem;
  }

  .our-office-content {
    padding-bottom: 15px;
  }

  .our-office-location-1 {
    font-size: .75rem;
    top: 32%;
    left: 21%;
  }

  .our-office-location-2 {
    font-size: 12px;
    bottom: 30%;
    right: 26%;
  }

  .our-office-location-3 {
    font-size: 12px;
    right: 11%;
  }

  .job-list-section {
    padding-top: 8.125rem;
  }

  .job-list-box {
    border-radius: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .job-list-top-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .job-list-left-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .job-list-button {
    width: 112px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
  }

  .job-list-column {
    width: 100%;
  }

  .job-list-info-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .job-list-gray-tag {
    font-size: 12px;
  }

  .job-list-column-last {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    justify-content: flex-start;
    align-items: center;
  }

  .job-location {
    font-size: 14px;
  }

  .job-apply-button {
    width: 112px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
  }

  .job-apply-section {
    padding-top: 8.125rem;
  }

  .similar-job-list-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .job-apply-form {
    border-radius: 20px;
  }

  .job-apply-form-inner {
    border-radius: 1.25rem;
    padding: 1.25rem;
  }

  .form-label {
    margin-bottom: 8px;
  }

  .job-submit-button {
    font-size: .8125rem;
  }

  .service-right-shape {
    width: 60px;
    top: 410px;
  }

  .service-list-counter-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .service-counter-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr;
  }

  .company-hero-section {
    padding-top: 8.125rem;
  }

  .company-hero-grid {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .counter-summary {
    margin-top: 80px;
  }

  .what-we-do-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .what-we-do-button-wrap {
    margin-top: 10px;
  }

  .what-we-do-item {
    border-radius: .75rem;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .what-we-do-item.active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .global-presence-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .global-presence-title-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .map-note {
    max-width: 75%;
    font-size: 10px;
    bottom: -8%;
  }

  .global-presence-1 {
    left: 7%;
  }

  .global-presence-image {
    width: 80px;
  }

  .global-presence-dot-box {
    width: 12px;
    height: 12px;
  }

  .global-presence-dot {
    width: .375rem;
    height: .375rem;
  }

  .global-presence-dot-active {
    width: 12px;
    height: 12px;
  }

  .certifications-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .certifications-left-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .certifications-top {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .certifications-image {
    width: 100%;
  }

  .certifications-image.small {
    width: 6rem;
  }

  .certifications-list-col {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    justify-content: center;
    align-items: flex-start;
  }

  .certifications-content-box {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    padding: .9375rem;
  }

  .partnerships-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .partnerships-inner {
    border-radius: .9375rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .partnerships-box {
    background-position: 70% 0;
    border-radius: 10px;
    padding-top: 7.5rem;
  }

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

  .awards-section {
    padding-bottom: 3.125rem;
  }

  .awards-right-wrap {
    grid-template-columns: 1fr;
  }

  .awards-item-box {
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .awards-item-box.is-2, .awards-item-box.is-3, .awards-item-box.is-2, .awards-item-box.is-3 {
    margin-top: 0;
  }

  .why-hexaview-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .why-hexaview-grid {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .testimonial-slide {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-mask {
    padding-bottom: 5rem;
  }

  .testimonial-slide-item {
    height: auto;
  }

  .testimonial-left-arrow {
    left: 80px;
  }

  .testimonial-right-arrow {
    right: 80px;
  }

  .certification-right-shape {
    width: 5rem;
    top: 12.5rem;
  }

  .home-customer-stories-item {
    border-radius: 1.25rem;
  }

  .testimonials-stack-card {
    top: 6.25rem;
  }

  .m-testimonial-blue-shape {
    width: 205px;
    height: 200px;
  }

  .job-back-button {
    font-size: 13px;
  }

  .testimonials-title {
    width: 100%;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-list {
    max-width: 90%;
  }

  .footer-column-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .title-semibold-h3-small {
    font-size: 1rem;
  }

  .certifications-content-title {
    width: 100%;
  }

  .empty-item-box {
    margin-top: 50px;
  }

  .success-message {
    margin-top: 40px;
  }

  .employement-policy-grid {
    grid-template-columns: 1fr;
  }

  .security-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .compliance-policy-content-list {
    font-size: 14px;
  }

  .compliance-policy-section, .employement-policy-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .security-hero-grid {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    font-size: 13px;
  }

  .cookie-close-icon {
    width: 20px;
    height: 20px;
  }

  .utility-page-wrap {
    background-size: auto;
  }

  .utility-page-content {
    width: 80%;
  }

  .technology-toolbox-tag-text {
    font-size: .7rem;
    font-weight: 600;
  }

  .service---block-text {
    font-size: 16px;
  }

  .section-badge {
    font-size: 16px;
    line-height: 25px;
  }

  .section-text {
    font-size: 16px;
    line-height: 28px;
  }

  .technology-toolbox-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .service---block {
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 4px 4px #0003;
  }

  .service---client {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .service---tab-link {
    font-size: 20px;
  }

  .service---hero-left {
    padding-top: 40px;
  }

  .section-badge-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .title-text.blue-heading {
    font-size: .9rem;
  }

  .events-heading {
    font-size: 1.6rem;
  }

  .event-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .event-info {
    max-width: 100%;
  }

  .button-white {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .event-card-content {
    height: 350px;
  }

  .featured-event-card-title {
    font-size: 1rem;
  }

  .event-partner-title {
    font-size: .8rem;
  }

  .event-partner-subtitle {
    font-size: .7rem;
  }

  .image-86 {
    height: 250px;
  }

  .text-block-88 {
    font-size: .8rem;
  }

  .event-heading {
    font-size: 1.6rem;
  }

  .agenda-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .events-container-hero-section {
    background-repeat: no-repeat;
    background-size: 160%;
  }

  .featured-event-info {
    max-width: 100%;
  }

  .heading-2 {
    font-size: 1.1rem;
  }

  .rich-text-block.paragraph-large {
    font-size: .7rem;
  }

  .key-takeaway-block, .speaker-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .speaker {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .speaker-name-text {
    font-size: 1.1rem;
  }

  .speaker-title {
    font-size: .7rem;
  }

  .image-92 {
    object-fit: cover;
  }

  .event-overview {
    font-size: .9rem;
  }

  .event-details-text {
    font-size: .75rem;
  }

  .event-title.text-color-white {
    font-size: 1.6rem;
  }

  .event-card-title {
    font-size: 1rem;
  }

  .main-events-heading {
    font-size: 1.3rem;
  }

  .div-block-7 {
    align-items: flex-start;
    max-height: none;
  }

  .div-block-6-copy {
    border: 1px #000;
    border-top: 2px solid #afadad;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .container-4 {
    border: 1px #000;
    max-width: 90%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    border: 1px #000;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section-image {
    margin-top: 0;
  }

  .section-image.section-image-2-copy {
    margin-top: 40px;
  }

  .paragraph-4 {
    max-width: none;
    max-height: none;
    overflow: visible;
  }

  .div-block-10 {
    width: auto;
    max-width: none;
  }

  .div-block-10.div-blocks-3-inner {
    max-width: none;
  }

  .container-6 {
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item {
    max-height: none;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .list {
    height: auto;
    overflow: auto;
  }

  .image-7 {
    height: auto;
  }

  .div-block-15 {
    margin-left: 0;
  }

  .image-11 {
    max-width: 90%;
  }

  .container-8 {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-21 {
    justify-content: center;
    display: flex;
  }

  .container-9 {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-28 {
    width: auto;
    height: auto;
    max-height: none;
    margin-bottom: 20px;
  }

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

  .div-block-22 {
    flex-flow: column;
  }

  .section-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    max-width: 90%;
  }

  .section---hero {
    padding-top: 8.125rem;
  }

  .text-block-info-card {
    font-size: 14px;
    line-height: 20px;
  }

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

  .point-text {
    font-size: 14px;
    line-height: 20px;
  }

  .card-why-hexa {
    width: auto;
    max-width: none;
    padding: 20px;
  }

  .text-span-blue {
    font-size: 24px;
  }

  .card {
    width: auto;
    max-width: none;
    padding: 20px;
  }

  .container-14 {
    flex-flow: column;
  }

  .text-block-sdp-main {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-main-ubf {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-18.heading-1 {
    font-size: 24px;
  }

  .text-block-why-yor-business-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .heading-sdp-main {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-why-your-business-1, .text-block-medium {
    font-size: 14px;
    line-height: 20px;
  }

  .info-card-img-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    max-width: 90%;
  }

  .container-sdp {
    max-width: 90%;
  }

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

  .container-why-hexa {
    max-width: 92%;
  }

  .div-block-162 {
    flex-flow: column;
  }

  .bold-text-5 {
    font-size: 28px;
  }

  .cards-container-integration, .text-block-19 {
    max-width: 100%;
  }

  .section-sdp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-why-hexa-copy {
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-why-your-business {
    border: 1px #000;
    max-width: 90%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-why-hexa-copy {
    width: auto;
    max-width: none;
  }

  .container-ubf {
    max-width: 92%;
  }

  .heading-info-card {
    font-size: 24px;
    line-height: 30px;
  }

  .info-card-points-wrapper {
    font-size: 14px;
  }

  .div-card-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-semibold {
    font-size: 14px;
    line-height: 20px;
  }

  .image-info-card {
    max-width: 100%;
  }

  .heading-main-why-your-business {
    font-size: 24px;
    line-height: 30px;
  }

  .container-15 {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-semibold-h4-3 {
    font-size: 1.375rem;
  }

  .title-semibold-h4-3.text-color-white {
    font-size: 14px;
  }

  .title-semibold-h4-3.tsbh4 {
    font-size: .7rem;
    font-weight: 400;
  }

  .div-block-185 {
    overflow: auto;
  }

  .hhw-icon-wrapper-3 {
    max-height: 90px;
  }

  .hhw-tabs-menu-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hhw-tab-text-4 {
    font-size: 12px;
  }

  .hhw-text-title-wrapper-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 0;
    padding-right: 20px;
  }

  .hhw-tabl-link-wrapper-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hhw-tab-link-4 {
    font-size: 20px;
  }

  .hhw-tab-link-4.w--current {
    height: 100%;
    max-height: 500px;
    padding: 0;
  }

  .heading-26.heading-1 {
    font-size: 24px;
  }

  .info-card-img-3 {
    text-align: center;
    object-fit: fill;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .text-block-all-your-business-2, .text-block-semibold-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-main-scs {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-200.hero-image {
    z-index: 0;
    z-index: 0;
    background-image: none;
    width: 80%;
    max-width: none;
    height: 80%;
    margin-right: 45px;
    padding-left: 0;
  }

  .div-block-167-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-ccs-main {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .container-all-your-business-2 {
    border: 1px #000;
    max-width: 90%;
    margin-bottom: 0;
    padding: 60px 0;
  }

  .heading-info-card-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-20 {
    flex-flow: column;
  }

  .container-20.hero-container {
    max-width: none;
    padding: 20px 0 45px 20px;
  }

  .paragraph-13, .info-card-points-wrapper-2 {
    font-size: 14px;
  }

  .div-block-202 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-27 {
    max-width: 12px;
    max-height: none;
  }

  .container-scs {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: 92%;
  }

  .point-text-copy {
    font-size: 8px;
    line-height: 20px;
  }

  .paragraph-3-copy {
    font-size: 12px;
  }

  .text-block-26 {
    font-size: 16px;
    line-height: 24px;
  }

  .check-copy {
    max-width: 20px;
  }

  .text-block-semibold-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .image-108.hero-hexa-logo {
    max-width: 120px;
    max-height: 150px;
    top: 300px;
    right: -30px;
  }

  .info-card-img-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    max-width: 90%;
  }

  .heading-main-why-your-business-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .image-info-card-2 {
    max-width: 100%;
  }

  .text-block-all-your-business-3 {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-main-ubf-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .container-21 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccs {
    max-width: 90%;
  }

  .section-ccs {
    margin-top: -1px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-main-all-your-business-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-ccs-main, .text-block-why-yor-business-2-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .point-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-25 {
    font-size: 20px;
    line-height: 20px;
  }

  .container-22 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .benefits-item {
    padding-bottom: 1.875rem;
  }

  .techstack-item {
    padding: 12.5px 9px;
  }

  .title-semibold-h5-2 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .lending-case-studies---section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .button-primary-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .background-vector-2 {
    width: 20%;
    height: auto;
    position: absolute;
    top: 30%;
    right: 0;
  }

  .image-overlay-is-2 {
    left: 35%;
    right: -50%;
  }

  .service---hero-left-2 {
    padding-top: 40px;
  }

  .paragraph-31 {
    width: 290px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
    display: block;
  }

  .image-37.i37 {
    bottom: 6px;
    left: 90px;
  }

  .div-block-260 {
    height: auto;
    padding-left: 70px;
    padding-right: 70px;
    position: static;
  }

  .heading-52.h15 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    position: static;
  }

  .div-block-261.d23 {
    position: static;
    top: 60px;
  }

  .paragraph-33 {
    text-align: left;
    width: 100%;
    height: auto;
    font-size: 10px;
    line-height: 15px;
    position: static;
  }

  .div-block-262.d24, .div-block-263 {
    position: static;
  }

  .image-35.i35 {
    width: 10px;
    margin-left: 0;
    margin-right: 0;
    position: static;
    top: 401%;
    left: 18%;
  }

  .heading-53.h16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
    position: static;
  }

  .section-34 {
    height: auto;
    position: static;
  }

  .image-36.im36 {
    height: 320px;
  }

  .testimonial-blue-shape-2 {
    width: 200px;
    height: 200px;
  }

  .testimonial-left-arrow-2 {
    left: 80px;
  }

  .testimonial-section-2 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    bottom: 300px;
  }

  .testimonial-slide-active-2 {
    height: 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: block;
    box-shadow: 0 2px 5px #0000001a;
  }

  .testimonial-slide-active-2.tsa2 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .testimonial-right-arrow-2 {
    right: 80px;
  }

  .card-text {
    line-height: 19px;
  }

  .bdcs-cards {
    width: 120px;
    height: 100px;
  }

  .image-126 {
    max-width: 90%;
  }

  .container-49 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-128 {
    height: auto;
    font-size: 20px;
  }

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

  .button-primary-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .button-primary-3.bp3 {
    left: 110px;
  }

  .testimonial-left-arrow-3 {
    left: 80px;
  }

  .testimonial-right-arrow-3 {
    right: 80px;
  }

  .techstack-grid-wrapper-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .container-81 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
    right: 20px;
  }

  .image-147 {
    width: auto;
    max-width: 120%;
    height: 65%;
    display: inline-flex;
    top: 130px;
  }

  .heading-97 {
    font-size: 22px;
    line-height: 26px;
  }

  .container-82.c-82 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-346 {
    border-radius: 3px;
    width: 40px;
    height: 33px;
  }

  .heading-98 {
    font-family: Inter, sans-serif;
    font-size: 27px;
    line-height: 36px;
  }

  .section-62 {
    margin-left: 0;
  }

  .div-block-350 {
    text-align: center;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-351.bb216 {
    align-self: center;
    width: 100%;
    height: auto;
  }

  .div-block-351.bb216.db351 {
    width: auto;
    height: auto;
    position: static;
  }

  .div-block-351.bb216.db-351 {
    height: auto;
    position: static;
  }

  .paragraph-64 {
    width: 100%;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
  }

  .image-151 {
    width: 15px;
  }

  .button-5.b5.b6 {
    left: -140px;
  }

  .button-5.b5.b6.b7 {
    margin-left: 0;
  }

  .div-block-175-copy-7 {
    border-radius: 3px;
    width: 40px;
    height: 33px;
  }

  .div-block-352.db213 {
    width: 100%;
    position: static;
  }

  .heading-99 {
    text-align: center;
    padding-left: 0;
    font-family: Inter, sans-serif;
    font-size: 20px;
  }

  .image-152 {
    width: 15px;
    max-width: 100%;
  }

  .heading-100 {
    font-size: 14px;
  }

  .heading-101 {
    font-family: Inter, sans-serif;
    font-size: 18px;
  }

  .paragraph-70 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 19px;
  }

  .div-block-356 {
    max-width: none;
    display: block;
    position: static;
  }

  .paragraph-71 {
    font-size: 8px;
    line-height: 10px;
    left: 345px;
  }

  .container-88 {
    width: 100%;
    padding-left: 0;
  }

  .image-155 {
    width: 100%;
    left: -135px;
    right: 0;
  }

  .div-block-361 {
    width: auto;
    height: auto;
  }

  .div-block-362 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 54%;
    height: 50px;
  }

  .div-block-362.db241 {
    width: 35%;
    height: 50px;
  }

  .div-block-363 {
    text-align: center;
    width: 100%;
  }

  .heading-103 {
    font-size: 16px;
    left: 365px;
  }

  .heading-103.h73.h75.head46 {
    left: 365px;
  }

  .heading-104 {
    font-size: 12px;
    line-height: 22px;
  }

  .div-block-177-copy-7 {
    border-radius: 3px;
    width: 24px;
    height: 20px;
    bottom: -20%;
    left: -5.5%;
  }

  .div-block-365 {
    right: -8%;
  }

  .button-primary-10 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .div-block-369 {
    left: 20px;
  }

  .container-why-hexa-2 {
    max-width: 92%;
    position: static;
    right: 15px;
  }

  .heading-106 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-371.db371.divb371, .div-block-371.d-375, .div-block-371.db371.divb371, .div-block-371.db371.divb371, .div-block-371.d-375 {
    position: static;
  }

  .card-why-hexa-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    max-width: none;
    padding: 20px;
    display: flex;
  }

  .card-why-hexa-2.cwh3, .card-why-hexa-2.cwh1, .card-why-hexa-2.cwh2, .card-why-hexa-2.cwh3, .card-why-hexa-2.cwh1, .card-why-hexa-2.cwh2 {
    width: 70%;
  }

  .image-160 {
    text-align: center;
    max-width: 60%;
  }

  .heading-108 {
    width: 100%;
    font-size: 8px;
  }

  .div-block-373 {
    border-radius: 3px;
    width: 24px;
    height: 20px;
    top: -25%;
    right: -32%;
  }

  .heading-109 {
    text-align: center;
    width: 100%;
    font-size: 8px;
  }

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

  .heading-111 {
    text-align: center;
    font-size: 8px;
    line-height: 32px;
  }

  .section-68 {
    background-position: 50%, 50%;
    background-size: 87%, contain;
    padding-top: 8.125rem;
  }

  .paragraph-78 {
    width: 100%;
    font-size: 10px;
  }

  .div-block-375 {
    text-align: center;
    width: 100%;
    padding-left: 40px;
  }

  .div-block-385 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-auto-flow: row;
    place-content: center flex-start;
    place-items: center stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .testimonial-title-header-2 {
    max-width: 100%;
  }

  .image-166 {
    object-fit: cover;
    height: auto;
  }

  .list-item-5 {
    font-size: .6rem;
  }

  .image-167 {
    max-width: 9px;
    max-height: 9px;
  }

  .div-block-388 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .list-7 {
    width: 150px;
    height: 170px;
    padding-right: 15px;
    font-size: 8px;
    line-height: 14px;
  }

  .list-7.l1 {
    width: 250px;
    height: 275px;
    margin-bottom: 0;
    position: static;
    bottom: 7px;
    right: 55px;
  }

  .heading-116 {
    width: 100%;
    font-size: 12px;
  }

  .div-block-389 {
    display: block;
  }

  .heading-117 {
    width: 184px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-117.h29 {
    text-align: left;
    text-align: left;
    width: 220px;
    margin-right: 0;
    position: static;
    right: 47px;
  }

  .div-block-391 {
    width: 130px;
    height: 160px;
  }

  .div-block-392 {
    width: 80%;
    height: auto;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    top: -30px;
    right: 0;
  }

  .div-block-392.db306.db307 {
    inset: 670px auto 0% 0%;
    inset: 670px auto 0% 0%;
    width: 80%;
    height: auto;
    margin-right: 45px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: 670px auto 0% 0%;
  }

  .container-99 {
    margin-top: -60px;
    margin-bottom: 0;
    margin-left: -45px;
    left: 20px;
  }

  .container-99.con-99 {
    margin-top: 0;
  }

  .container-99.c99 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-118 {
    font-size: 8px;
    line-height: 25px;
  }

  .heading-style-h2-4 {
    width: 125%;
    font-size: 1rem;
    line-height: 1.4;
  }

  .testimonial-blue-shape-4 {
    width: 200px;
    height: 200px;
  }

  .section-80.sec17 {
    width: 100%;
    height: auto;
    margin: 0;
    position: static;
    right: auto;
  }

  .section-81 {
    height: auto;
    margin-top: 35px;
  }

  .section-81.s52 {
    height: 1110px;
    min-height: 0;
    margin-top: 0;
  }

  .text-span-33 {
    width: auto;
    min-width: 0;
    max-width: none;
  }

  .heading-120 {
    width: 130px;
    font-size: 10px;
    line-height: 14px;
    position: relative;
  }

  .heading-120.h26 {
    width: 160px;
    position: static;
    bottom: 70px;
    right: 45px;
  }

  .paragraph-89 {
    width: 200px;
    font-size: 9px;
  }

  .div-block-396.db202 {
    width: auto;
    height: auto;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .div-block-396.db202.db302 {
    height: auto;
    min-height: 0;
    max-height: none;
    left: 0;
  }

  .div-block-396.db202.db302.db17 {
    height: 120px;
    max-height: none;
  }

  .div-block-396.db202.db17 {
    width: 100%;
    height: 120px;
    padding-bottom: 30px;
  }

  .div-block-396.db202.db-396 {
    margin-left: -10px;
  }

  .heading-121 {
    padding-top: 10px;
    font-size: .7rem;
  }

  .div-block-397.d305 {
    width: 100%;
  }

  .div-block-397.db305 {
    width: 100%;
    height: 1110px;
    inset: 0% auto 0% 0%;
  }

  .why-hexaview---bullet-list-2 {
    max-width: none;
    margin-left: 0;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    position: static;
  }

  .container-103.c21.c22 {
    box-sizing: border-box;
    align-self: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
    right: 0;
  }

  .testimonial-section-4 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .list-item-wrapper-4 {
    text-align: left;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 5px;
    font-size: 1rem;
  }

  .stat_card-3 {
    border-radius: 6px;
    width: 40%;
    height: 79.6px;
    padding: 2px;
  }

  .heading-130 {
    width: 130px;
    font-size: 10px;
    line-height: 14px;
    position: relative;
  }

  .heading-130.h26 {
    text-align: center;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    position: static;
    bottom: 70px;
    right: 45px;
  }

  .text-span-35 {
    font-size: 10px;
  }

  .section-84.sec17 {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    position: static;
  }

  .div-block-422 {
    text-align: center;
    width: 100%;
    height: auto;
    position: static;
    top: 210px;
    right: -20px;
  }

  .div-block-423 {
    width: 100%;
    height: 100px;
    margin-left: 0;
    padding: 10px 15px;
  }

  .list-item-6 {
    font-size: 10px;
  }

  .heading-132.h39 {
    font-size: 13px;
    line-height: 16px;
  }

  .list-item-7 {
    font-size: 10px;
  }

  .paragraph-96 {
    font-size: 8px;
    line-height: 12px;
  }

  .list-item-8 {
    font-size: 10px;
  }

  .image-14 {
    width: 150px;
    height: 150px;
  }

  .image-14.i14 {
    width: 175px;
    height: 150px;
  }

  .div-block-424 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-425 {
    border-radius: 3px;
    width: 24px;
    height: 20px;
    top: -25%;
    right: -32%;
  }

  .section-85 {
    width: 100%;
    height: auto;
    padding: 50px 10px;
  }

  .container-109.c21.c22 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    position: static;
    right: 0;
  }

  .paragraph-97 {
    font-size: 12px;
  }

  .heading-133 {
    width: 184px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-133.h29 {
    text-align: center;
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
    line-height: 1.3;
    position: static;
    right: 47px;
  }

  .paragraph-98 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 19px;
  }

  .div-block-175-copy-10 {
    border-radius: 3px;
    width: 40px;
    height: 33px;
  }

  .heading-134 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
    position: static;
  }

  .section-86 {
    background-position: 50%, 50%;
    background-size: 87%, contain;
    padding-top: 8.125rem;
  }

  .heading-135 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-426 {
    width: 100%;
    height: 100px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    right: -5px;
  }

  .paragraph-99 {
    width: 100%;
    font-size: 8px;
  }

  .div-block-427 {
    padding: 60px 25px;
    top: 50px;
    right: 45px;
  }

  .heading-136 {
    font-size: 14px;
  }

  .heading-137 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
    position: static;
  }

  .paragraph-100 {
    font-size: 12px;
  }

  .div-block-430 {
    border-radius: 3px;
    width: 40px;
    height: 33px;
  }

  .section-87 {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    position: static;
    top: -155px;
    bottom: 0;
  }

  .paragraph-101.p21 {
    width: 200px;
    line-height: 12px;
  }

  .div-block-177-copy-10 {
    border-radius: 3px;
    width: 24px;
    height: 20px;
    bottom: -20%;
    left: -5.5%;
  }

  .container-113 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    display: block;
  }

  .container-113.c27 {
    padding-left: 0;
    position: static;
  }

  .paragraph-102 {
    text-align: center;
    width: 100%;
    margin: 0 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-88 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-8 {
    width: 150px;
    height: 170px;
    padding-right: 15px;
    font-size: 8px;
    line-height: 14px;
  }

  .list-8.l1 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    bottom: 40px;
    right: 55px;
  }

  .button-primary-13 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .button-primary-13.pm2.pm3 {
    font-size: .6rem;
  }

  .div-block-431.db208.db209 {
    width: 100%;
    height: auto;
    position: relative;
    top: 20px;
  }

  .div-block-431.db211 {
    width: 100%;
    height: auto;
  }

  .list-item-9 {
    font-size: 10px;
  }

  .paragraph-104 {
    width: 125px;
    height: 140px;
    font-size: 8px;
  }

  .paragraph-104.p15 {
    text-align: center;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: .5rem;
    line-height: 1.5;
    position: static;
    right: 47px;
  }

  .div-block-433 {
    right: -8%;
  }

  .container-115.c25 {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .container-116 {
    position: static;
  }

  .paragraph-105 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .service---client-5 {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: static;
    top: 10px;
  }

  .testimonial-blue-shape-5 {
    width: 200px;
    height: 200px;
  }

  .testimonial-section-5 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .testimonial-section-5.ts2.ts3 {
    margin-top: -30px;
  }

  .dropdown-list-services {
    max-width: 90%;
  }

  .div-block-464 {
    border-radius: 3px;
    width: 30px;
    height: 25px;
  }

  .div-block-465 {
    left: 0;
  }

  .section-95 {
    margin-left: 0;
  }

  .heading-142 {
    padding-bottom: 20px;
    font-size: 17px;
    left: -310px;
  }

  .image-193 {
    height: auto;
  }

  .div-block-176-copy-7 {
    bottom: -15%;
    left: 2%;
  }

  .div-block-176-copy-7.db176 {
    bottom: -24%;
    left: 1%;
  }

  .div-block-474 {
    right: 1%;
  }

  .div-block-474.db474 {
    top: 2%;
    right: 3%;
  }

  .div-block-476 {
    width: 100%;
  }

  .div-block-477 {
    border-radius: 3px;
    width: 24px;
    height: 20px;
    top: -25%;
    right: -32%;
  }

  .div-block-177-copy-13 {
    border-radius: 3px;
    width: 24px;
    height: 20px;
    bottom: 55%;
    left: -3%;
  }

  .div-block-177-copy-13.db177 {
    bottom: 74%;
  }

  .paragraph-115 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: .6rem;
  }

  .div-block-175-copy-13 {
    border-radius: 3px;
    width: 30px;
    height: 25px;
  }

  .container-130 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-124.p124 {
    font-size: .4rem;
  }

  .heading-158.h117 {
    text-align: center;
    text-align: center;
  }

  .div-block-496.db496 {
    grid-template-rows: auto;
    justify-content: stretch;
    width: 100%;
  }

  .paragraph-126.p126 {
    text-align: center;
    text-align: center;
    width: 100%;
    font-size: .4rem;
  }

  .paragraph-127.p127 {
    font-size: .4rem;
  }

  .image-224.i224 {
    width: 60%;
  }

  .approach---grid-wrapper-5 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-138.p138 {
    font-size: .4rem;
  }

  .paragraph-141.p141 {
    font-size: .4rem;
  }

  .image-212 {
    max-width: 50%;
  }

  .heading-156 {
    font-size: .8rem;
  }

  .paragraph-122 {
    font-size: .7rem;
  }

  .div-block-177-copy-14 {
    border-radius: 3px;
    width: 24px;
    height: 20px;
    bottom: -20%;
    left: -5.5%;
  }

  .service---client-7 {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    top: 0;
  }

  .paragraph-124 {
    font-size: 8px;
  }

  .div-block-494 {
    width: 100%;
    padding-top: 10px;
  }

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

  .heading-158 {
    text-align: center;
    font-size: .9rem;
  }

  .heading-158.h117 {
    text-align: center;
    text-align: center;
  }

  .div-block-496 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .info---heading-5 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .div-block-497 {
    width: 100%;
  }

  .button-primary-17 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .button-primary-17.bp10 {
    padding: .2rem .8rem;
  }

  .paragraph-126 {
    width: 117%;
    font-size: 8px;
  }

  .section-102 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-67 {
    padding-bottom: 0;
  }

  .div-block-499 {
    width: 100%;
  }

  .paragraph-127 {
    font-size: 8px;
  }

  .section-103 {
    height: auto;
    margin-top: 0;
    top: 350px;
  }

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

  .info---text-8 {
    font-size: 12px;
  }

  .div-block-509 {
    border-radius: 3px;
    width: 24px;
    height: 20px;
    top: -25%;
    right: -32%;
  }

  .div-block-511 {
    border-radius: 3px;
    width: 40px;
    height: 33px;
  }

  .div-block-512 {
    width: 100%;
  }

  .div-block-515 {
    padding-bottom: 10px;
  }

  .div-block-518 {
    width: 100%;
  }

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

  .fintech-card {
    background-size: cover;
    width: 102%;
    min-height: 400px;
    position: static;
  }

  .fintech-card.fc1 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-136 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 19px;
  }

  .paragraph-137 {
    text-align: center;
    font-size: .5rem;
  }

  .approach---grid-wrapper-5 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .section-107 {
    background-position: 50%, 50%;
    background-size: 87%, contain;
    padding-top: 8.125rem;
  }

  .paragraph-138 {
    font-size: 8px;
  }

  .div-block-526 {
    width: 100%;
  }

  .heading-162 {
    font-size: 22px;
    line-height: 26px;
  }

  .content-wrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-wrap.cw1 {
    bottom: 40px;
  }

  .heading-163 {
    font-size: .5rem;
  }

  .paragraph-141 {
    font-size: 8px;
  }

  .div-block-528 {
    width: 100%;
  }

  .div-block-175-copy-14 {
    border-radius: 3px;
    width: 40px;
    height: 33px;
  }

  .div-block-530 {
    right: -8%;
  }

  .paragraph-143 {
    font-size: .6rem;
  }

  .div-block-531 {
    width: 100%;
  }

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

  .body {
    overflow: visible;
  }

  .div-block-538 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-539 {
    width: 7%;
  }

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

  .div-block-544 {
    padding-top: 5px;
  }

  .code-embed-3 {
    top: 16.5%;
    left: 4%;
  }

  .code-embed-3.ce4, .code-embed-3.ce5 {
    top: 21%;
    left: 4%;
  }

  .code-embed-3.ce8, .code-embed-3.ce9 {
    top: 19%;
    left: 4%;
  }

  .code-embed-3.ce22, .code-embed-3.ce22.ce31 {
    top: 18%;
    left: 3.5%;
  }

  .code-embed-3.ce4, .code-embed-3.ce5 {
    top: 21%;
    left: 4%;
  }

  .code-embed-3.ce6 {
    top: 19%;
    left: 4.5%;
  }

  .code-embed-3.ce7 {
    top: 23%;
    left: 4%;
  }

  .code-embed-3.ce8, .code-embed-3.ce9 {
    top: 19%;
    left: 4%;
  }

  .code-embed-3.ce10 {
    top: 18.5%;
  }

  .code-embed-3.ce11 {
    top: 17.5%;
    left: 4%;
  }

  .code-embed-3.ce12 {
    top: 14.5%;
  }

  .code-embed-3.ce13 {
    top: 23%;
    left: 4%;
  }

  .code-embed-3.ce14 {
    top: 18%;
  }

  .code-embed-3.ce15 {
    top: 22%;
    left: 3%;
  }

  .code-embed-3.ce15.ce16 {
    top: 18%;
    left: 3.5%;
  }

  .code-embed-3.ce15.ce14 {
    top: 18.5%;
  }

  .code-embed-3.ce15.ce13 {
    top: 18.5%;
    left: 4%;
  }

  .code-embed-3.ce15.ce12 {
    top: 22.5%;
    left: 3.5%;
  }

  .code-embed-3.ce15.ce11 {
    top: 18.5%;
    left: 4%;
  }

  .code-embed-3.ce15.ce10 {
    top: 21%;
    left: 3.5%;
  }

  .code-embed-3.ce15.ce17 {
    top: 22%;
    left: 4%;
  }

  .code-embed-3.ce22, .code-embed-3.ce22.ce31 {
    top: 18%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31 {
    top: 18%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce32 {
    top: 22%;
  }

  .code-embed-3.ce22.ce31.ce33 {
    top: 17%;
  }

  .code-embed-3.ce22.ce31.ce34 {
    top: 19.5%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce35 {
    top: 20%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce36 {
    top: 21%;
  }

  .code-embed-3.ce22.ce31.ce37 {
    top: 18.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce38 {
    top: 22%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce39 {
    top: 17.5%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce40 {
    top: 20%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce41 {
    top: 21.5%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce42 {
    top: 20.5%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce43 {
    top: 18%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce44 {
    top: 18.5%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce37.ce45 {
    top: 18%;
    left: 3.5%;
  }

  .code-embed-3.ce22.ce31.ce38 {
    top: 18%;
  }

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

  .bold-text-26 {
    font-size: .9rem;
  }

  .faq-que {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 0;
  }

  .faq-que.fq1, .faq-que.fq2, .faq-que.fq3, .faq-que.fq4, .faq-que.fq5 {
    padding-right: 5px;
  }

  .faq-que.fq1, .faq-que.fq2, .faq-que.fq3, .faq-que.fq4, .faq-que.fq5 {
    padding-right: 5px;
  }

  .faq-que.fq7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .arrow-accor, .arrow-accor.aa-1, .arrow-accor.aa-1 {
    width: 2.5rem;
  }

  .heading-section-2 {
    font-size: 22px;
    line-height: 27px;
  }

  .div-block-177-copy-15 {
    border-radius: 3px;
    width: 24px;
    height: 20px;
    bottom: -20%;
    left: -5.5%;
  }

  .sec1-card-wrapper-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .card-wrapper-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .ai-section-10 {
    z-index: 0;
    position: static;
  }

  .paragraph-161 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 19px;
  }

  .div-block-573 {
    right: -8%;
  }

  .div-block-574, .div-block-576 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-577 {
    border-radius: 3px;
    width: 40px;
    height: 33px;
  }

  .div-block-578 {
    height: auto;
  }

  .heading-179 {
    font-size: 32px;
    line-height: 40px;
  }

  .image-240 {
    left: 14%;
  }

  .section-118 {
    background-position: 50%, 50%;
    background-size: 87%, contain;
    padding-top: 8.125rem;
  }

  .button-primary-19 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .div-block-175-copy-16 {
    opacity: 1;
    background-color: #13132a4d;
    border-radius: 3px;
    width: 40px;
    height: 33px;
  }

  .paragraph-162 {
    font-size: 10px;
    line-height: 13px;
  }

  .div-block-583 {
    z-index: 1;
    position: relative;
  }

  .heading-182 {
    font-size: 29px;
    line-height: 40px;
  }

  .paragraph-167 {
    padding-left: 0;
  }

  .button-secondary-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .div-block-590 {
    height: auto;
  }

  .sec1-card-3 {
    width: 100%;
  }

  .div-block-591 {
    border-radius: 3px;
    width: 24px;
    height: 20px;
    top: -25%;
    right: -32%;
  }

  .case-study-tab-link-3 {
    min-width: 9.375rem;
    padding: 1.25rem 1.25rem .3125rem;
  }

  .div-block-593 {
    width: 90%;
    padding-left: 0;
    left: 3%;
  }

  .image-246 {
    width: 95%;
  }

  .container-152 {
    flex-flow: column;
    justify-content: space-between;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
  }

  .paragraph-171 {
    font-size: .9rem;
  }

  .image-247 {
    object-fit: cover;
    width: 100%;
    height: 350px;
    position: relative;
    bottom: 35px;
    right: 10px;
  }

  .heading-187 {
    font-size: 1.7rem;
  }

  .div-block-596 {
    padding-left: 50px;
  }

  .container-153 {
    width: 100%;
  }

  .image-248 {
    position: static;
    right: 13px;
  }

  .div-block-597 {
    margin-top: 15%;
    margin-left: 3%;
    padding-left: 0;
  }

  .ce1 {
    z-index: 9999;
    position: static;
  }

  .case-study-tab-link-3-copy, .case-study-tab-link-3-copy-1 {
    min-width: 9.375rem;
    padding: 1.25rem 1.25rem .3125rem;
  }

  .popup-wrapper {
    padding: 25px 10px;
  }

  .paragraph-172 {
    font-size: .8rem;
  }

  .submit-button-2, .text-field-2 {
    width: 70%;
  }

  .div-block-601, .div-block-602 {
    padding-top: 20px;
  }

  .button-primary-24 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .button-primary-24.bp1.bp7 {
    font-size: .7rem;
  }

  .button-primary-25 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .button-primary-25.bp1.bp7 {
    font-size: .7rem;
  }

  .button-primary-25.bp1.bp7.bp6 {
    text-align: left;
    text-align: left;
    width: 93%;
  }

  .div-block-633 {
    width: 100%;
    height: auto;
  }

  .div-block-633.db-479 {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-633.db633 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-635.db202 {
    width: auto;
    height: auto;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .div-block-635.db202.db17 {
    width: 100%;
    height: 65px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-202 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .section-badge-8 {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-203 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.8rem;
  }

  .div-block-636 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-204 {
    width: 100%;
    font-size: 12px;
  }

  .card-border-left-2 {
    height: 35%;
    top: 45%;
  }

  .text-block-121 {
    color: gray;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .image-261 {
    width: 50px;
  }

  .div-block-637 {
    padding-left: 30px;
  }

  .section-130 {
    padding-bottom: 30px;
  }

  .div-block-639.db630 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .list-item-22 {
    height: auto;
    max-height: none;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
  }

  .list-9 {
    height: auto;
    overflow: auto;
  }

  .section-badge-9 {
    font-size: 16px;
    line-height: 25px;
  }

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

  .paragraph-193 {
    width: 100%;
    font-size: 8px;
  }

  .div-block-645 {
    width: auto;
    height: auto;
    margin-left: 0;
    padding: 10px 15px;
  }

  .div-block-648 {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
    right: -5px;
  }

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

  .section-badge-10 {
    font-size: 16px;
    line-height: 25px;
  }

  .services-tag-5 {
    width: 50%;
  }

  .section-131 {
    padding-bottom: 50px;
  }

  .section-badge-11 {
    font-size: 7px;
    line-height: 25px;
  }

  .image-266 {
    width: 50px;
  }

  .text-block-122 {
    color: gray;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .div-block-655 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-656 {
    text-align: center;
    display: block;
  }

  .paragraph-198 {
    text-align: center;
    width: 90%;
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 12px;
    top: 30px;
    left: 10px;
    right: 0;
  }

  .heading-211 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    line-height: 12px;
    position: static;
    top: 10px;
    left: -60px;
    right: 0;
  }

  .div-block-658 {
    line-height: 16px;
  }

  .bold-text-37 {
    padding-top: 10px;
  }

  .services-tag-6 {
    width: 50%;
  }

  .services-tag-6.st-2 {
    width: 52%;
  }

  .services-tag-6.st-2.st-3 {
    width: 60%;
  }

  .section-badge-12 {
    font-size: 7px;
    line-height: 25px;
  }

  .section-badge-12.sb6, .section-badge-12.sb-6, .section-badge-12.sb6, .section-badge-12.sb-6 {
    font-size: .4rem;
  }

  .paragraph-199 {
    font-size: 10px;
  }

  .rt-icon-out {
    transform: none;
  }

  .rt-icon-in {
    opacity: 0;
  }

  .bold-text-38 {
    text-align: left;
    display: block;
    position: relative;
    right: 5px;
  }

  .overline {
    overflow-wrap: anywhere;
  }

  .padding-section-medium {
    background-color: #fff;
    background-image: linear-gradient(#e4e2ffbf, #e4e2ffbf), url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69be4885f6f4afa257891c69_Page_bg.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .padding-xsmall {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .logo_cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .paragraph-small {
    font-size: 12px;
  }

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

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

  .footer_newsletter {
    max-width: none;
  }

  .section-header {
    padding-bottom: 70px;
  }

  .button-primary-header {
    font-size: 14px;
  }

  .h4-heading {
    font-size: 28px;
  }

  .header-client-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-heading {
    font-size: 42px;
  }

  .header-paragraph {
    font-size: 16px;
  }

  .nav-link-new, .nav-link-new.dropdown-toggle {
    color: var(--black);
  }

  .nav-link-new.dropdown-toggle {
    color: var(--black);
  }

  .nav-link-new.dropdown-toggle:hover {
    color: var(--white);
  }

  .nav-dropdown-slot {
    min-width: auto;
  }

  .navbar---new {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu-button {
    color: #29005a;
    background-color: #fff;
  }

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

  .nav-dropdown-card {
    padding-left: 0;
  }

  .nav-dropdown-arrow {
    color: var(--black);
  }

  .nav-menu-a {
    border-radius: 10px;
    max-width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .nav-feature-link {
    flex-flow: column;
  }

  .testimonial-client-logo {
    margin-bottom: 20px;
  }

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

  .section-regular {
    padding: 50px 10%;
  }

  .sections-heading {
    font-size: 24px;
  }

  .common-section-descritpion {
    font-size: 16px;
  }

  .blog_slide-card {
    padding: 1rem;
  }

  .paragraph-regular-medium.min_height, .paragraph-regular-medium.wealth-text-height, .paragraph-regular-medium.min_height, .paragraph-regular-medium.wealth-text-height {
    min-height: auto;
  }

  .feature-card-outline {
    margin-top: 20px;
  }

  .title-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .testimonial_person {
    height: 100%;
  }

  .testimonial_quote {
    font-size: 1rem;
  }

  .text-small {
    font-size: 12px;
  }

  .nav-menu-large {
    width: auto;
    padding-right: 0;
  }

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

  .h6-heading {
    font-size: 18px;
  }

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

  .footer_block {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_link-2 {
    font-size: 14px;
  }

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

  .form_row {
    flex-flow: column;
    align-items: stretch;
  }

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

  .footer-menu-heading {
    font-size: 18px;
  }

  .engineering_grid {
    display: block;
  }

  .ai-service-image {
    height: auto;
  }

  .testimonial-slider-image {
    max-width: none;
    height: 320px;
    margin-right: 0;
  }

  .testimonial-slider-card {
    padding: 16px;
  }

  .testimonial-logo-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

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

  .process-image-block {
    margin-bottom: 20px;
  }

  .process-grid-three {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .ai-service-grid {
    margin-top: 20px;
    display: block;
  }

  .data-image {
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .three-pillars-heading {
    min-height: auto;
    font-size: 18px;
  }

  .footer-menu-subheading {
    font-size: 16px;
  }

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

  .popup-close {
    top: 19%;
    right: 7%;
  }

  .form-row {
    flex-direction: column;
  }

  .form-border {
    min-width: auto;
    padding: 20px;
  }

  .scrollbar {
    padding: 20px;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

  .popup {
    opacity: 0;
    display: none;
  }

  .timeline-middle {
    display: none;
  }

  .timeline-right {
    padding-bottom: 0;
  }

  .h5-heading {
    font-size: 24px;
  }

  .team-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .team-avatar-large {
    max-width: none;
  }

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

  .team-tabs-menu {
    border-radius: 32px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .team-block {
    padding: 40px 24px 24px;
  }

  .location-title-wrapper {
    margin-bottom: 150px;
  }

  .location-card-arrow {
    display: none;
  }

  .location-popup {
    inset: 24px auto auto;
  }

  .team-card---advisor {
    flex-flow: column;
  }

  .feature_statistics.salesforce {
    flex-flow: wrap;
    display: flex;
  }

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

  .ebook-collection {
    display: block;
  }

  .header-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .content-tab-card {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding: 40px 24px 24px;
  }

  .content-tab-link.w--current {
    border-color: #d4d4d4;
  }

  .content-tab-menu {
    grid-template-columns: 1fr;
  }

  .header-heading-services {
    font-size: 42px;
  }

  .content_card-wide {
    padding: .75rem;
  }

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

  .feature_card-large {
    padding: 1rem;
  }

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

  .faq-item-plain {
    padding: 24px;
  }

  .button-outline {
    font-size: 14px;
  }

  .features-badge {
    flex-flow: wrap;
  }

  .timeline-line-wrapper-2 {
    flex-direction: column;
  }

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

  .timeline-line-3 {
    flex: 1;
    width: 1.2px;
    height: auto;
  }

  .features-box {
    margin-top: 20px;
  }

  .salesforce-feature-badge {
    font-size: 11px;
    font-weight: 500;
  }

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

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

  .grid-header-bottom {
    display: block;
  }

  .header-features {
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .divider-wrapper {
    margin-top: 40px;
  }

  .feature-card-horizontal {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
  }

  .grid-five-column.mt-30 {
    flex-flow: column;
    display: flex;
  }

  .grid-five-column.margin-tb {
    flex-flow: wrap;
    display: flex;
  }

  .faq-wrap {
    width: 100%;
  }

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

  .title-cta, .question-title {
    flex: 1;
  }

  .ecosystem-wrapper {
    flex-flow: wrap;
  }

  .industry-feature-card {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
  }

  .row-small-2.row-wrap {
    flex-flow: wrap-reverse;
  }

  .blog-list-wrapper {
    flex-flow: column;
    display: flex;
  }

  .blog-button {
    width: 100%;
  }

  .blog_article-image {
    height: auto;
  }

  .ebook_image {
    width: auto;
    height: auto;
  }

  .ebook-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog_image-3 {
    height: 150px;
  }

  .blog_link-card, .blog_link-card-2 {
    padding: 1rem;
  }

  .blog_article-image-2 {
    height: auto;
  }

  .press-image {
    width: 100%;
  }

  .content_block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .data-grid-wrapper {
    display: block;
  }

  .cta_header {
    padding: 0;
  }

  .cta_block-outline {
    grid-row-gap: 24px;
    padding: 1.5rem;
  }

  .hexaview-logo {
    width: 50%;
  }

  .insight_wrapper {
    max-width: 100%;
  }

  .feature_card-white {
    padding: 1rem;
  }

  .feature-slider-image {
    width: auto;
  }

  .feature-slider-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
  }

  .feature-item.center {
    flex-flow: row;
    display: flex;
  }

  .hiw_arrow-02, .hiw_arrow-01 {
    height: 4rem;
    left: 0;
  }

  .hiw_text-number {
    font-size: 5rem;
  }

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

  .industry-service {
    flex-flow: wrap;
  }

  .software-feature {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
  }

  .attendees-heading {
    font-size: 24px;
  }

  .text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .heading-style-h1-4 {
    font-size: 2.625rem;
  }
}

#w-node-_1e3d66fd-81f8-c5bd-0497-e7d9209aaa25-c5e41d03, #w-node-_7df1acf4-1722-2d65-06a5-0d3ef63f3151-c5e41d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b382e39d-9765-a108-104a-94e801885a67-c5e41d03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b382e39d-9765-a108-104a-94e801885a79-c5e41d03, #w-node-b382e39d-9765-a108-104a-94e801885a8b-c5e41d03 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b382e39d-9765-a108-104a-94e801885aaf-c5e41d03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e680d84a-215d-ae34-c61a-e4458443a606-8443a5f1 {
  align-self: center;
}

#w-node-e680d84a-215d-ae34-c61a-e4458443a61e-8443a5f1, #w-node-e680d84a-215d-ae34-c61a-e4458443a676-8443a5f1 {
  justify-self: end;
}

#w-node-e09a34b2-385e-0090-4666-53cb07ced3f9-07ced3e9, #w-node-e09a34b2-385e-0090-4666-53cb07ced470-07ced3e9 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d03fd72e-ab96-50f4-32b1-0c6044c6b675-c5e41d03, #w-node-_243cb663-aed1-fd04-ad0a-37940ddd43b5-c5e41d03, #w-node-_2dadb83a-3c0c-8713-7b4c-4dd8f046426a-c5e41d03 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5965e2c5-c90f-7f4d-3a4c-00e033d59c19-c5e41d03, #w-node-b382e39d-9765-a108-104a-94e801885a67-c5e41d03, #w-node-b382e39d-9765-a108-104a-94e801885a9d-c5e41d03 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e680d84a-215d-ae34-c61a-e4458443a61e-8443a5f1 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5965e2c5-c90f-7f4d-3a4c-00e033d59c19-c5e41d03, #w-node-b382e39d-9765-a108-104a-94e801885a67-c5e41d03, #w-node-b382e39d-9765-a108-104a-94e801885a79-c5e41d03, #w-node-b382e39d-9765-a108-104a-94e801885a8b-c5e41d03, #w-node-b382e39d-9765-a108-104a-94e801885a9d-c5e41d03, #w-node-b382e39d-9765-a108-104a-94e801885aaf-c5e41d03 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
