@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --border-radius-100px: 100px;
  --white: #fff;
  --brand-green: #5ab784;
  --light-green-background: #ebf9f1;
  --border-radius-10px: 10px;
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui--gray700\<deleted\|variable-d4f37b50\>: #344054;
  --untitled-ui--gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui--primary50\<deleted\|variable-a4451441\>: #f9f5ff;
  --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui--primary300\<deleted\|variable-b540dac6\>: #d6bbfb;
  --untitled-ui--gray500\<deleted\|variable-68f29e84\>: #667085;
  --cell-background-grey: #303030;
  --new-brand-green-2: #34ee88;
  --relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>: black;
  --relume-library-lite--rl-white\<deleted\|variable-41e69d91\>: white;
  --frosted-background: #ffffff36;
  --untitled-ui--gray400\<deleted\|variable-b339bef7\>: #98a2b3;
  --untitled-ui--gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --section-background-green: #9ae2b733;
  --background-grey: #252525;
  --h1-font-size: clamp(2.25 * 1rem, ((2.25 - ((5 - 2.25) / (90 - 20) * 20)) * 1rem + ((5 - 2.25) / (90 - 20)) * 100vw), 5 * 1rem);
  --brand-green-2: #6cb288;
  --button-border: #e9e9e9;
  --new-brand-green: #59eb9b;
  --new-brand-green-3: #14ce68;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1em;
}

.main-wrapper {
  overflow: hidden;
}

.hero-subtext {
  text-align: left;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-subtext.home1 {
  text-align: center;
  font-size: 1.7rem;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.padding-size {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-text-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-right: 20px;
  display: flex;
}

.hero-text-wrapper.home1 {
  justify-content: center;
  align-items: center;
  max-width: 60%;
}

.heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1em;
}

.heading.home1 {
  text-align: center;
  font-size: 5rem;
}

.container-big {
  flex-flow: column;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-big.narrow {
  max-width: 70vw;
}

.hero-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.body {
  color: var(--black);
  font-family: Poppins, Arial, sans-serif;
}

.consultation-features-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.consultation-feature {
  border-radius: var(--border-radius-100px);
  background-color: #303030;
  padding: 5px 10px;
}

.consultation-feature-text {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.5em;
}

.hero-button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block {
  border: 1px solid var(--brand-green);
  border-radius: var(--border-radius-100px);
  background-color: #53bd8c33;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 2px 8px;
  display: flex;
}

.text-block, .text-span {
  color: var(--brand-green);
}

.section_about-us {
  padding-top: 100px;
}

.section_about-us.white-background {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-us-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-edge-header {
  text-align: center;
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5em;
}

.left-edge-header.dark-background {
  color: var(--white);
}

.section-paragraph {
  color: var(--white);
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 1.4em;
}

.section-paragraph.white-background {
  color: var(--black);
  font-size: 1.7rem;
  font-weight: 300;
}

.section-paragraph.green-background {
  color: var(--black);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}

.image {
  border-radius: 40px;
  width: 500px;
}

.about-us-list {
  padding-left: 10px;
  list-style-type: none;
}

.about-us-list.white-background {
  color: var(--black);
  margin-bottom: 2rem;
}

.about-us-list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.about-us-list-item-heading {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.about-us-list-item-paragraph {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

.about-us-list-item-image {
  width: 35px;
}

.section-heading-span {
  background-color: var(--black);
  color: var(--white);
  text-transform: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 8px 20px 8px 50px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5em;
  display: inline-block;
}

.section-heading-span.case-study-page {
  background-color: var(--light-green-background);
  color: var(--black);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1.5rem;
  font-weight: 500;
}

.our-services-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-services-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 40px;
  padding: 0;
}

.our-services-cell {
  border-radius: var(--border-radius-10px);
  background-color: var(--light-green-background);
  color: var(--black);
  border: 1px solid #858585;
  justify-content: flex-start;
  padding: 25px;
}

.our-services-icon {
  filter: contrast(200%);
  width: 64px;
}

.our-services-header-h3 {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
}

.our-services-sub-head {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.2em;
}

.our-services-list {
  color: var(--brand-green);
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.2em;
}

.our-services-list-item {
  color: var(--white);
  font-weight: 300;
}

.our-services-list-item-text {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.4em;
}

.section_our-services {
  padding-top: 100px;
  padding-bottom: 60px;
}

.section_our-services.white-background {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.uui-text-style-link {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-image: url('../images/check-tick.svg');
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-field-label {
  color: var(--black);
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  border-radius: var(--border-radius-100px);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 9px 2px #0003;
}

.uui-button:hover {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
}

.uui-button.black-background {
  background-color: var(--brand-green);
}

.uui-button.black-background:hover {
  background-color: var(--black);
}

.uui-form_input {
  border: 1px solid var(--white);
  border-radius: var(--border-radius-10px);
  height: auto;
  min-height: 3rem;
  padding: .5rem .875rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  transition: all .3s;
}

.uui-form_input:focus {
  border-style: none;
  border-color: var(--untitled-ui--primary300\<deleted\|variable-b540dac6\>);
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-form_input.select {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  background-color: #fff;
}

.uui-form_input.text-area {
  color: #101828;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  overflow: auto;
}

.uui-form_input.text-area:focus {
  border-style: none;
  border-color: #fff0;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  border-radius: .25rem;
}

.uui-form-field-wrapper {
  position: relative;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

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

.form-field-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col.modal {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col.popup {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.uui-form-radio-label {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-contact02_component {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
}

.uui-contact02_component.home2 {
  max-width: 40rem;
  margin-top: 0;
}

.uui-contact02_component.white-background {
  color: var(--black);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.section-text-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section_testimonials {
  padding-top: 100px;
}

.section_testimonials.white-background {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.testimonial-client-title-company {
  color: var(--white);
  letter-spacing: normal;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  color: var(--white);
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.testimonial-grid-cell {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--cell-background-grey);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial-grid-cell.white-background {
  border-radius: 30px;
}

.uui-testimonial13_rating-wrapper {
  display: flex;
}

.testimonials-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 2rem;
  display: grid;
}

.uui-testimonial13_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial13_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial13_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-testimonial13_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial-client-name {
  color: var(--white);
  letter-spacing: normal;
  font-size: 1.2rem;
  font-weight: 400;
}

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

.image-2 {
  filter: invert();
}

.company-logo {
  width: 130px;
}

.company-logo.inverted {
  filter: invert();
}

.logo-cell {
  justify-content: center;
  align-items: center;
  display: block;
}

.company-logos-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-left: 0;
  padding-right: 0;
}

.uui-field-label-2 {
  margin-bottom: .5rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border-radius: var(--border-radius-100px);
  background-color: var(--brand-green);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  background-color: var(--black);
  color: #fff;
  -webkit-text-stroke-color: white;
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  border-radius: var(--border-radius-100px);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: #101828;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300\<deleted\|variable-b540dac6\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-contact01_component {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.review-span-bold {
  color: var(--new-brand-green-2);
  font-weight: 500;
}

.review-span-bold.green-background {
  color: var(--white);
  font-weight: 600;
}

.button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_component {
  background-color: #333;
  align-items: center;
  width: 100%;
  padding: 15px 5%;
  display: flex;
}

.navbar-link {
  color: var(--black);
  text-transform: capitalize;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
}

.navbar-link:hover {
  border-radius: var(--border-radius-100px);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--brand-green);
  text-decoration-color: var(--brand-green);
  text-underline-position: under;
  text-decoration-style: solid;
  text-decoration-thickness: 4px;
}

.navbar-link.w--current {
  color: var(--black);
}

.navbar-link._2 {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.rl_navbar2_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_dropdown-link.w--current {
  color: #000;
}

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_logo-link {
  padding-left: 0;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_button {
  border: 1px solid var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.rl_navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar2_dropdwn-toggle {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-case-study-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: var(--border-radius-100px);
  background-color: var(--frosted-background);
  justify-content: center;
  align-items: center;
  padding: 12px 12px 12px 15px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.testimonial-case-study-wrapper:hover {
  background-color: var(--new-brand-green-2);
  font-weight: 600;
}

.testimonial-case-study-text {
  color: var(--white);
}

.testimonial-case-study-arrow {
  filter: invert();
  color: var(--white);
  width: 30px;
}

.link-block {
  text-decoration: none;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.footer {
  background-color: var(--black);
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--white);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-footer04_social-link {
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-footer04_legal-link {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  max-width: 150px;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer04_social-icon {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.section-hero-case-studies {
  background-color: var(--section-background-green);
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
}

.body-2 {
  background-color: var(--background-grey);
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.pages-h1 {
  font-size: var(--h1-font-size);
  text-align: center;
  text-transform: none;
  font-weight: 500;
  line-height: 1.2em;
}

.pages-h1.dark-background {
  color: var(--white);
}

.pages-subheading {
  text-align: left;
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.2em;
}

.pages-subheading.case-studies-page {
  text-align: center;
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.case-study-wrapper {
  background-color: var(--section-background-green);
  border-radius: 20px;
  width: 100%;
  max-width: 90vw;
  margin: 40px auto 100px;
  padding: 30px 50px;
}

.case-study-company-name {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2em;
}

.case-study-stats-cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--border-radius-10px);
  text-align: left;
  background-color: #d3f3e1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
}

.case-study-stats-cell.logo {
  border-left-color: var(--white);
  justify-content: center;
  align-items: center;
}

.case-study-stats-cell.big-cell {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.case-study-stats-cell.align-center {
  justify-content: center;
  align-items: center;
}

.case-study-stats-grid {
  grid-row-gap: 38px;
  padding-left: 0;
  padding-right: 0;
}

.case-study-stats-grid.case-study-page {
  grid-row-gap: 1rem;
  border-radius: var(--border-radius-10px);
  background-color: var(--section-background-green);
  padding-left: 20px;
  padding-right: 20px;
}

.case-study-stats-grid.diamantine-page {
  background-color: var(--section-background-green);
  border-radius: 30px;
}

.case-study-stats-text-wrapper {
  padding-left: 5px;
}

.case-study-stats-number {
  color: var(--black);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.case-study-stats-number.case-study-page {
  font-size: 4rem;
}

.case-study-stats-text {
  color: var(--black);
  font-size: 1.1rem;
  line-height: 1.2em;
}

.case-study-stats-text.case-study-page {
  font-size: 1.3rem;
}

.image-3 {
  width: 200px;
}

.image-3.invert {
  filter: invert();
}

.case-study-stats-cell-read-more {
  border-radius: var(--border-radius-100px);
  background-color: var(--white);
  color: var(--black);
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2em;
}

.case-study-stats-cell-read-more:hover {
  background-color: var(--black);
  color: var(--white);
  font-weight: 600;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.body-3 {
  background-color: var(--background-grey);
  font-family: Satoshi;
}

.case-study-paragraph {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}

.case-study-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.case-study-grid-cell {
  border-radius: var(--border-radius-10px);
  background-color: var(--black);
  width: 33.333%;
  height: auto;
  min-height: 17.5rem;
}

.case-study-grid-cell.diamantine-page {
  border-radius: var(--border-radius-10px);
  box-shadow: none;
  height: auto;
  min-height: 18.5rem;
}

.case-study-grid-heading {
  color: var(--white);
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.2em;
}

.case-study-grid-list {
  padding-left: 50px;
}

.case-study-grid-list-item {
  color: var(--white);
}

.case-study-grid-list-item-text {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.case-study-grid-paragraph {
  color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.sect {
  background-color: var(--brand-green);
  padding-left: 10px;
  padding-right: 10px;
}

.body-4 {
  color: var(--cell-background-grey);
  font-family: Satoshi;
}

.section-diamantine-study {
  padding-top: 140px;
  padding-bottom: 50px;
}

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

.link-block-4, .link-block-5 {
  text-decoration: none;
}

.div-block-3 {
  background-color: var(--brand-green);
}

.div-block-4 {
  z-index: -1;
  background-color: var(--brand-green);
  width: 500%;
  height: 650px;
  position: relative;
  top: 92px;
  left: -273px;
}

.div-block-5 {
  width: 30%;
}

.div-block-6 {
  z-index: -1;
  background-color: var(--brand-green);
  height: 500px;
  position: relative;
  top: -450px;
  left: 66px;
}

.div-block-7 {
  z-index: -1;
  float: right;
  background-color: var(--brand-green);
  width: 550px;
  height: 200px;
  position: relative;
  inset: 0% 0% 110px 115px;
}

.div-block-9 {
  width: 35%;
}

.cta-form {
  border-radius: var(--border-radius-10px);
  background-color: var(--section-background-green);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 31px;
  display: flex;
}

.cta-form._2 {
  background-color: var(--brand-green-2);
  border: 7px solid #000;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.cta-form._2.consultation-page, .cta-form.top-margin {
  margin-top: 40px;
}

.cta-form._3 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #000;
  border-style: none;
}

.cta-form.modal {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: auto;
  height: auto;
  padding-top: 65px;
  position: static;
}

.image-4 {
  display: none;
}

.image-5 {
  width: 400px;
}

.image-6 {
  display: none;
}

.navbar {
  z-index: 1000;
  background-color: var(--cell-background-grey);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar._2 {
  z-index: 998;
  border: 1px solid var(--white);
  border-radius: var(--border-radius-100px);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  text-align: right;
  background-color: #fff0;
  min-width: 1000px;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 2%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.container-regular {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90vw;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 98%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 20px;
}

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

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

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

.image-7 {
  width: 10vw;
  min-width: 150px;
}

.company-logo-case-study-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.body-5 {
  color: var(--black);
  font-family: Archivo;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
}

.hero-wrapper._2 {
  flex-flow: row;
}

.section_hero {
  background-color: var(--section-background-green);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
}

.section_hero.logos {
  background-color: var(--white);
  border-bottom: 1px solid #000;
}

.section_hero.hero {
  background-color: #6cb28866;
  border-bottom-style: none;
}

.section_hero.case-studies {
  background-color: #6cb28866;
}

.subheading {
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4em;
}

.subheading._3 {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
}

.subheading._2 {
  font-size: 2rem;
}

.subheading.dark-background {
  color: var(--white);
}

.hero-heading {
  color: var(--black);
  font-size: var(--h1-font-size);
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.hero-heading._3 {
  font-size: 4.9rem;
  line-height: 1em;
}

.hero-heading._2 {
  font-size: 4.9rem;
}

.hero-heading._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.text-span-3 {
  color: var(--background-grey);
  background-color: #0000;
}

.hero-text-wrapper {
  text-align: left;
}

.button {
  border: 1px solid var(--black);
  border-radius: var(--border-radius-100px);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  width: 230px;
  padding: 16px 30px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  box-shadow: 0 4px 9px 2px #0003;
}

.button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
  box-shadow: 0 4px 9px 5px #0003;
}

.button.hero {
  background-color: var(--black);
  margin-bottom: 20px;
}

.button.navbar-cta {
  background-color: var(--brand-green);
  box-shadow: 5px 5px 0 0 var(--black);
  text-align: center;
  border-style: none;
  padding: 12px 30px;
  font-weight: 300;
}

.button.navbar-cta:hover {
  background-color: var(--black);
}

.button.white-background {
  border: 1px solid var(--white);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
}

.button.white-background:hover {
  border-color: var(--new-brand-green-2);
  background-color: var(--new-brand-green-2);
  color: var(--black);
}

.button.white-background.less-side-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.button.outline {
  border: 1px solid var(--cell-background-grey);
  background-color: var(--cell-background-grey);
}

.button.outline:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.top-margin {
  margin-top: 20px;
}

.button.wider {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
  width: 340px;
  box-shadow: 0 2px 9px -1px #fff;
}

.button.wider:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: #e9e9e9;
}

.button.wider.w--current {
  border-color: var(--white);
  box-shadow: 0 1px 5px -1px #fff;
}

.button.wider.w--current:hover {
  border-color: #e9e9e9;
}

.text-block-3 {
  border-width: 2px;
  border-color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 60px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-3:hover {
  border-width: 2px;
  border-color: var(--brand-green-2);
  background-color: var(--black);
}

.text-block-3._3 {
  background-color: var(--background-grey);
  font-size: 1.3rem;
}

.text-block-3._2 {
  font-size: 1.5rem;
}

.hero-image-wrapper {
  width: 300px;
}

.hero-image-wrapper.diamantine {
  width: 400px;
}

.consultation-hero-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.consultation-hero-text-wrapper._2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
}

.consultation-hero-text-wrapper.video {
  border-radius: var(--border-radius-100px);
  background-color: var(--black);
  width: 46%;
  padding: 3px;
}

.company-logos-grid-wrapper {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2em;
}

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

.section-wrapper.form {
  flex-flow: column;
}

.section-wrapper._3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  position: relative;
}

.heading-section {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-section.centre-align {
  text-align: center;
}

.heading-section.top-margin {
  color: var(--white);
  text-align: center;
  max-width: 1200px;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 400;
}

.heading-section.dark-background {
  color: var(--white);
  text-align: center;
  max-width: 1200px;
  font-size: 2.6rem;
  font-weight: 400;
}

.text-span-4 {
  font-weight: 600;
}

.text-span-5 {
  font-weight: 700;
}

.div-block-11 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-item {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.carousel-container {
  display: flex;
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.logo-image {
  width: 150px;
}

.logo-image.invert {
  filter: invert();
}

.div-block-14 {
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 10%;
  height: 50%;
  position: absolute;
  inset: 0%;
}

.section-2 {
  background-color: var(--brand-green-2);
}

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

.hero-top.margin-top {
  margin-top: 40px;
}

.hero-bottom {
  justify-content: center;
  width: 100%;
  display: flex;
}

.video {
  width: 500px;
}

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

.popup-modal {
  z-index: 999;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  display: none;
}

.modal-container {
  border-radius: var(--border-radius-10px);
  background-color: var(--white);
  width: 100%;
  max-width: 35rem;
  display: block;
  position: absolute;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.text-block-5 {
  transform: translate(0);
}

.link-block-6 {
  color: var(--black);
  font-size: 2.5rem;
  text-decoration: none;
  position: absolute;
  inset: 1rem .7rem auto auto;
  transform: translate(0);
}

.link-2 {
  font-size: 1rem;
  line-height: 1.2em;
}

.popup-button {
  background-color: var(--brand-green-2);
  color: var(--white);
  padding: 12px 15px;
  font-size: 1rem;
  line-height: 1.2em;
  text-decoration: none;
}

.case-study-parageaph {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}

.case-study-parageaph.dark-background {
  color: var(--white);
  font-weight: 300;
}

.case-study-parageaph.centred {
  text-align: center;
}

.link-block-7 {
  background-color: var(--black);
  color: var(--white);
  width: 300px;
  margin-top: 30px;
  padding: 18px 20px;
  font-size: 2rem;
  text-decoration: none;
}

.link-block-7:hover {
  background-color: var(--brand-green-2);
}

.text-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-6 {
  color: var(--background-grey);
}

.div-block-15 {
  background-color: var(--brand-green-2);
  color: var(--white);
  text-align: center;
  max-width: 1100px;
  padding: 10px 15px;
}

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

.section_hero_consultation {
  background-color: var(--section-background-green);
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.h3.dark-background {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1.2em;
}

.what-sets-us-apart-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.what-sets-us-apart-text {
  border-radius: var(--border-radius-10px);
  background-color: var(--section-background-green);
  flex-flow: column;
  justify-content: center;
  min-height: 11rem;
  padding: 26px;
  display: flex;
}

.what-you-can-expect-wrapper {
  padding: 0;
}

.what-you-can-expect-cell {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--border-radius-10px);
  background-color: var(--light-green-background);
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.what-you-can-expect-cell.centre {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.roadmap-list {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.roadmap-list-item {
  border-radius: var(--border-radius-10px);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 6.8rem;
  padding: 8px;
  display: flex;
}

.roadmap-list-text {
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.2em;
}

.section-4 {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 40px;
}

.section {
  background-color: var(--white);
  flex-flow: column;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.we-ve-helped-brands-list-item {
  margin-bottom: 10px;
}

.track_record_text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2em;
}

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

.div-block-17 {
  max-width: 1100px;
}

.section-6 {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-7 {
  background-color: var(--white);
}

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

.div-block-19 {
  max-width: 1100px;
}

.homepage-image {
  border-radius: 30px;
  max-width: 700px;
}

.h2 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.image-9 {
  border-radius: 20px;
}

.heading-5 {
  font-size: 2.2rem;
  line-height: 1.5em;
}

.section_contact {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_contact._2 {
  background-image: none;
}

.text-span-7 {
  background-image: linear-gradient(180deg, #0000 60%, var(--brand-green) 60%);
  padding-left: 5px;
  padding-right: 5px;
  display: inline-flex;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.logo {
  width: 11rem;
}

.logo.small {
  width: 9rem;
}

.side-menu-wrapper {
  z-index: 14;
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start end;
  width: 22rem;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.text-size-large {
  font-size: 1.5rem;
}

.menu-icon {
  width: 2rem;
}

.side-menu_component {
  z-index: 999;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 22rem;
  height: 130vh;
  padding-top: 20rem;
  display: flex;
  position: fixed;
  inset: -20rem 0 0 auto;
  overflow: visible;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-white {
  transition: opacity .2s;
}

.text-size-tiny.text-color-white:hover {
  opacity: .5;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transform: translate(102%);
}

.side-menu-background {
  z-index: 1;
  background-color: #2c50fa;
  width: 22rem;
  height: 130vh;
  padding-top: 0;
  position: fixed;
  inset: -20% 0 auto auto;
  overflow: hidden;
  box-shadow: -8px 0 30px #0000003b;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .125rem 0;
  display: flex;
  overflow: hidden;
}

.nav-link-block {
  flex: 1;
}

.navbar_component {
  z-index: auto;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.side-menu-item-wrapper.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-h {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.side-menu-item-wrapper.flex-v {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.menu-button-2 {
  flex: 0 auto;
  padding: 0 0 0 1.5rem;
}

.section_video {
  position: relative;
}

.body-6 {
  font-family: Poppins, Arial, sans-serif;
}

.navbar-link-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: capitalize;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.navbar-link-2:hover {
  background-color: var(--section-background-green);
  border-radius: 20px;
}

.navbar-link-2.w--current {
  color: #000;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  min-width: 97%;
  display: flex;
}

.image-10 {
  max-width: 120px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #303030;
  border-radius: 5px;
  padding: 16px 60px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  box-shadow: 5px 5px #000;
}

.button-2:hover {
  background-color: #5ab784;
  box-shadow: 5px 5px #000;
}

.button-2.navbar-cta {
  border: 1px solid var(--black);
  border-radius: var(--border-radius-100px);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 300;
  box-shadow: 0 4px 9px 2px #0003;
}

.button-2.navbar-cta:hover {
  background-color: var(--white);
  color: var(--black);
  border-style: solid;
  border-color: #e9e9e9;
}

.button-2.navbar-cta.outside {
  display: none;
}

.container-regular-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-20 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.text-span-8 {
  text-transform: none;
  border-radius: 20px 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
  display: inline-flex;
}

.div-block-21 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.headings-green {
  color: var(--new-brand-green-2);
  font-weight: 500;
}

.paragraph-2 {
  font-size: 1.3rem;
  line-height: 1.4em;
}

.image-11 {
  border-radius: 15px;
  max-width: 400px;
}

.div-block-22 {
  border: 1px solid var(--button-border);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-23 {
  position: absolute;
  left: 0%;
  right: 0;
}

.case_study {
  border: 1px solid var(--button-border);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-align: center;
  background-color: #00000080;
  border-radius: 100px;
  padding: 15px 10px;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: none;
  position: absolute;
  bottom: 8%;
  left: 30%;
  right: 30%;
  box-shadow: 0 2px 5px #0003;
}

.case_study:hover {
  background-color: var(--white);
  color: var(--black);
}

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

.text-block-9 {
  color: var(--white);
  text-align: center;
  max-width: 400px;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.3em;
}

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

.div-block-25 {
  border: 1px solid var(--button-border);
  background-image: linear-gradient(#50505080, #50505080);
  border-radius: 15px;
  height: 350px;
  position: relative;
}

.div-block-25.seo {
  background-image: linear-gradient(#50505080, #50505080), url('../images/Untitled-design-2-min_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-25.ai {
  background-image: linear-gradient(#50505080, #50505080), url('../images/1981-digital-bMWHu8wU1Vk-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.case-study-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--border-radius-10px);
  background-color: var(--section-background-green);
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.case-study-card.homepage {
  border-radius: var(--border-radius-10px);
  margin-top: 60px;
}

.cell-2 {
  background-image: url('../images/Untitled-design-2-min_1.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-3 {
  background-image: url('../images/1981-digital-bMWHu8wU1Vk-unsplash_1.avif');
  background-position: 50%;
  background-size: cover;
}

.image-12 {
  width: 500px;
}

.testimonial-image {
  border-radius: var(--border-radius-10px);
  background-image: url('../images/Sultan-Tea-image_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-height: 700px;
  position: relative;
}

.testimonial-image.inverted_order, .testimonial-image.diamantine {
  background-image: url('../images/Diamantine-image_1.avif');
  order: 9999;
}

.testimonial-image.hotel-triton {
  background-image: url('../images/get-min_1.avif');
  background-position: 50%;
}

.testimonial-image.rollhard {
  background-image: url('../images/Rollhard-Image_1.avif');
  background-position: 50% 0;
  order: 9999;
}

.testimonial-image.boros {
  background-image: url('../images/brics-banner_1_2-min_1.avif');
}

.testimonial {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.2em;
}

.testimonial_text {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.testimonial_person_title {
  font-weight: 200;
}

.testimonial_person_name {
  font-weight: 500;
}

.text-block-14 {
  text-align: center;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-15 {
  border: 1px solid var(--button-border);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  background-color: #9e9e9e;
  border-radius: 100px;
  padding: 10px 30px;
  font-size: 2rem;
  line-height: 1.2em;
}

.bold {
  font-weight: 600;
}

.testimonial_person {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.2em;
}

.text-block-16 {
  border: 1px solid var(--button-border);
  background-color: var(--black);
  color: var(--white);
  border-radius: 100px;
  padding: 20px 40px;
  font-size: 1.8rem;
}

.image-13 {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.image-14 {
  height: 100%;
}

.text-block-17 {
  border: 1px solid var(--button-border);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border-radius: 100px;
  padding: 10px 40px;
  font-size: 1.4rem;
  line-height: 1.2em;
  position: absolute;
  bottom: 40px;
}

.features_image {
  border-radius: var(--border-radius-10px);
  background-image: url('../images/Untitled-design-1_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 350px;
}

.features_image._2 {
  background-image: url('../images/Untitled-design-2-min_1.avif');
}

.features_image._3 {
  background-image: url('../images/1981-digital-bMWHu8wU1Vk-unsplash_1.avif');
}

.features_text {
  color: var(--white);
  font-size: 1.5rem;
}

.features_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 100%;
  padding: 0;
}

.features_cell {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.case_study_link {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 20px;
  padding: 15px 35px;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 9px 2px #0003;
}

.case_study_link:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: #e9e9e9;
}

.laptop_container {
  position: relative;
}

.screen_container {
  overflow: hidden;
}

.slider_track {
  display: flex;
  position: absolute;
}

.consultation-hero-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-15 {
  border-radius: 5px;
  width: 45%;
}

.expect_image {
  border-radius: 15px;
}

.section-consultation-hero {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.section-what-you-can-expect {
  background-color: var(--black);
}

.section_proven-track {
  padding-top: 80px;
  padding-bottom: 80px;
}

.track_record_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
}

.track_record_cell {
  border-radius: var(--border-radius-10px);
  background-color: var(--light-green-background);
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.case-study-description {
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4em;
}

.quick-stack {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  padding: 0;
}

.case-study-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.section_hero_case-study-page {
  background-image: linear-gradient(#0006, #0006), url('../images/Sultan-Tea-image_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
}

.section_hero_case-study-page.diamantine {
  background-image: linear-gradient(#0006, #0006), url('../images/Diamantine-image_1.avif');
}

.text-span-9 {
  background-image: linear-gradient(to bottom, var(--new-brand-green-2), var(--new-brand-green-2));
  color: var(--black);
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.8em;
}

.section_hero_diamantine {
  min-height: 70vh;
  padding-top: 140px;
  padding-bottom: 80px;
}

.consultation-hero-text {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}

.consultation-hero-image {
  border-radius: var(--border-radius-10px);
  background-image: url('../images/decorated-room.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-height: 450px;
}

.heading-6 {
  font-weight: 400;
  line-height: .9em;
}

.what-sets-us-apart-paragraph {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}

.what_expect_paragraph {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.case-study-split {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.close-button {
  color: var(--black);
  font-size: 3rem;
  text-decoration: none;
  transform: rotate(45deg);
}

.link-block-8 {
  text-decoration: none;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.link-block-9 {
  z-index: 998;
  position: fixed;
  inset: auto 3.2rem 3rem auto;
}

.image-16 {
  background-color: #ffd900;
  border-radius: 100px;
  width: 55px;
  padding: 7px;
  box-shadow: 1px 3px #bfc8d0;
}

.image-17 {
  width: 65px;
}

.link-block-10 {
  position: fixed;
  inset: auto 2.8rem 8rem auto;
}

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

.growing-dots {
  z-index: -1;
  width: 70px;
  height: 70px;
}

.div-block-28 {
  position: relative;
}

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

.heading-8 {
  font-size: var(--h1-font-size);
  text-align: center;
}

.heading-9 {
  font-size: var(--h1-font-size);
}

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

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

.div-block-32 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-left: 40px;
  display: inline-flex;
}

.div-block-34 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.heading-10, .heading-11 {
  font-size: var(--h1-font-size);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-h1-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-subtext {
    text-align: center;
    font-size: 1.7rem;
  }

  .hero-subtext.home1 {
    color: var(--black);
    font-size: 1.7rem;
  }

  .padding-global.padding-size {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .hero-text-wrapper.home1 {
    width: auto;
    max-width: 100%;
  }

  .heading {
    text-align: center;
    font-size: 4rem;
  }

  .heading.home1 {
    color: var(--black);
    font-size: 4rem;
  }

  .container-big {
    max-width: 90vw;
  }

  .consultation-features-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .consultation-feature-text {
    text-align: center;
    font-size: 1.2rem;
  }

  .section_about-us.white-background {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .left-edge-header {
    font-size: 1.8rem;
  }

  .section-paragraph {
    font-size: 1.3rem;
  }

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

  .image {
    vertical-align: baseline;
    order: -1;
    width: 50%;
    display: none;
  }

  .about-us-list-item {
    margin-bottom: -10px;
  }

  .about-us-list-item-heading, .about-us-list-item-paragraph {
    font-size: 1.2rem;
  }

  .section-heading-span {
    font-size: 1.8rem;
  }

  .section-heading-span.case-study-page {
    font-size: 1.3rem;
  }

  .our-services-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_our-services.white-background {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .uui-field-label {
    font-size: 1.3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-text-wrapper {
    text-align: center;
    flex-flow: column;
  }

  .section_testimonials.white-background {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-client-title-company {
    font-size: 1rem;
  }

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

  .testimonial-client-name {
    font-size: 1.1rem;
  }

  .contact-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .company-logos-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .uui-contact01_component {
    order: -1;
    width: 100%;
  }

  .rl_navbar2_logo {
    width: 200px;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button-wrapper {
    align-items: center;
  }

  .navbar-link {
    text-align: center;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    display: block;
  }

  .rl_navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .rl_navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .testimonial-case-study-wrapper {
    padding: 8px 9px;
    font-size: 1.1rem;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: .8rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-logo_component {
    justify-content: center;
    align-items: center;
    width: 250px;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-hero-case-studies {
    min-height: 60vh;
    padding-top: 100px;
  }

  .pages-subheading {
    font-size: 1.7rem;
  }

  .pages-subheading.case-studies-page {
    font-size: 1.4rem;
  }

  .case-study-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .case-study-stats-grid {
    grid-row-gap: 50px;
  }

  .case-study-stats-grid.case-study-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-stats-grid.diamantine-page {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-stats-number {
    font-size: 2rem;
  }

  .case-study-stats-number.case-study-page {
    font-size: 2.5rem;
  }

  .case-study-stats-text, .case-study-stats-text.case-study-page {
    font-size: 1.1rem;
  }

  .image-3 {
    width: 150px;
  }

  .case-study-stats-cell-read-more {
    font-size: 1.5rem;
  }

  .case-study-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .case-study-grid-cell {
    width: 100%;
    height: auto;
  }

  .case-study-grid-cell.diamantine-page {
    height: auto;
  }

  .section-diamantine-study {
    padding-top: 100px;
  }

  .div-block-2 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-8, .cta-form {
    width: 100%;
  }

  .cta-form._2 {
    width: 90%;
    margin-top: 40px;
  }

  .image-4 {
    border-radius: var(--border-radius-100px);
    order: -1;
    display: block;
  }

  .image-5 {
    height: 500px;
  }

  .image-6 {
    order: -1;
    display: inline-flex;
  }

  .navbar._2 {
    min-width: auto;
    max-width: 90%;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-bottom-left-radius: var(--border-radius-100px);
    border-bottom-right-radius: var(--border-radius-100px);
    text-align: center;
    background-color: #fffffff2;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 30px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10.inside {
    display: block;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .menu-button {
    padding: 12px;
    font-size: 2rem;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: #fff;
  }

  .icon {
    border-radius: var(--border-radius-100px);
    color: var(--black);
  }

  .section_hero {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .subheading._3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .subheading._2 {
    font-size: 1.8rem;
    line-height: 1.3em;
  }

  .hero-heading._3 {
    font-size: 4.1rem;
    line-height: 1em;
  }

  .hero-heading._2 {
    font-size: 4.6rem;
    line-height: 1em;
  }

  .hero-image-wrapper {
    width: 250px;
  }

  .hero-image-wrapper.diamantine {
    width: 350px;
  }

  .consultation-hero-text-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .consultation-hero-text-wrapper._2 {
    order: 1;
    max-width: 100%;
  }

  .consultation-hero-text-wrapper.video {
    order: -1;
    width: 80%;
  }

  .company-logos-grid-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-wrapper._3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-section {
    text-align: center;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .heading-section.top-margin, .heading-section.dark-background {
    font-size: 2rem;
  }

  .div-block-11 {
    align-items: flex-end;
  }

  .text-block-4 {
    font-size: 1.8rem;
  }

  .image-8 {
    margin-top: 40px;
  }

  .logo-container {
    min-width: 170%;
  }

  .logo-image {
    width: 120px;
  }

  .bottom-icon {
    width: 80px;
  }

  .hero-top {
    flex-flow: column;
  }

  .hero-top.margin-top {
    margin-top: 0;
  }

  .case-study-parageaph.centred {
    font-size: 1.1rem;
    line-height: 1.3em;
  }

  .section_hero_consultation {
    min-height: 50vh;
    padding-bottom: 40px;
  }

  .h3 {
    font-size: 1.3rem;
  }

  .h3.dark-background {
    text-align: center;
    font-size: 1.2rem;
  }

  .h3.left-aligned {
    text-align: left;
  }

  .what-sets-us-apart-text {
    justify-content: flex-start;
  }

  .what-you-can-expect-cell {
    justify-content: space-around;
    padding: 15px;
  }

  .roadmap-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
  }

  .roadmap-list-item {
    width: 100%;
    min-height: 3.5rem;
  }

  .section {
    padding-top: 20px;
  }

  .track_record_text {
    font-size: 1.2rem;
  }

  .h2 {
    font-size: 1.8rem;
  }

  .image-9 {
    margin-top: 20px;
  }

  .section_contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-background {
    z-index: 0;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-link-2 {
    text-align: center;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    display: block;
  }

  .button-2.navbar-cta {
    display: none;
  }

  .button-2.navbar-cta.outside {
    display: block;
  }

  .nav-menu-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    background-color: #fffffff2;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 30px;
    display: flex;
  }

  .icon-2 {
    color: #000;
    border-radius: 5px;
  }

  .menu-button-3 {
    padding: 12px;
    font-size: 2rem;
  }

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

  .case_study {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    padding: 12px 5px;
    font-size: 1.2rem;
  }

  .case-study-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-image {
    width: 100%;
    min-height: 400px;
  }

  .testimonial-image.diamantine {
    order: -9999;
  }

  .testimonial-image.rollhard {
    background-position: 50% 75%;
  }

  .testimonial-image.boros {
    order: -9999;
  }

  .testimonial {
    font-size: 1.8rem;
  }

  .testimonial_text {
    width: 100%;
  }

  .testimonial_person {
    font-size: 1.2rem;
  }

  .features_image {
    min-height: 250px;
  }

  .features_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .case_study_link {
    padding: 12px 25px;
    font-size: 1.3rem;
  }

  .consultation-hero-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .image-15 {
    width: auto;
  }

  .section-consultation-hero {
    min-height: auto;
  }

  .track_record_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .case-study-description {
    font-size: 1.2rem;
  }

  .case-study-header {
    font-size: 1.7rem;
  }

  .section_hero_case-study-page {
    min-height: 60vh;
  }

  .consultation-hero-text {
    font-size: 1.7rem;
  }

  .consultation-hero-image {
    width: 100%;
  }

  .what_expect_paragraph {
    font-size: 1.1rem;
  }

  .heading-7 {
    font-size: 3rem;
  }

  .case-study-split {
    width: 100%;
  }

  .growing-dots {
    width: 50px;
    height: 50px;
    right: -3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-subtext {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .hero-subtext.home1 {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .heading {
    font-size: 3rem;
  }

  .heading.home1 {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .consultation-feature-text {
    font-size: 1rem;
  }

  .hero-button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 40px;
  }

  .left-edge-header {
    font-size: 1.7rem;
    line-height: 1.2em;
  }

  .section-paragraph {
    font-size: 1.2rem;
  }

  .about-us-list-item-heading {
    margin-bottom: 0;
  }

  .section-heading-span {
    font-size: 1.5rem;
    line-height: 1.4em;
  }

  .section-heading-span.case-study-page {
    font-size: 1.2rem;
  }

  .our-services-icon {
    width: 60px;
  }

  .our-services-header-h3 {
    font-size: 1.2rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-field-label {
    font-size: 1.1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-form_input.text-area {
    font-size: 1rem;
  }

  .uui-contact02_form {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .uui-contact02_component {
    margin-top: 1rem;
  }

  .uui-contact02_component.home2 {
    width: 100%;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial-client-title-company {
    font-size: .9rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .testimonial-grid-cell {
    padding: 1.5rem;
  }

  .testimonials-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-testimonial13_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial13_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-client-name {
    font-size: 1rem;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .uui-field-label-2 {
    font-size: 1.2rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-form_input-2 {
    font-size: 1rem;
  }

  .uui-contact01_component {
    margin-top: 1rem;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

  .rl_navbar2_button {
    padding: .25rem 1rem;
  }

  .testimonial-case-study-arrow {
    width: 25px;
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  }

  .uui-footer04_social-link:hover, .uui-footer04_legal-link:hover {
    color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-logo_component {
    width: 200px;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-hero-case-studies {
    min-height: 50vh;
  }

  .pages-h1 {
    text-decoration-thickness: 10px;
  }

  .pages-subheading {
    font-size: 1.5rem;
  }

  .pages-subheading.case-studies-page {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .case-study-wrapper {
    margin-bottom: 60px;
    padding: 20px 30px;
  }

  .case-study-stats-number {
    font-size: 1.8rem;
  }

  .case-study-stats-number.case-study-page {
    font-size: 2rem;
  }

  .case-study-stats-text, .case-study-stats-text.case-study-page {
    font-size: 1rem;
  }

  .case-study-stats-cell-read-more {
    font-size: 1.3rem;
  }

  .case-study-paragraph {
    margin-top: 30px;
    font-size: 1.1rem;
  }

  .case-study-grid {
    margin-top: 30px;
  }

  .case-study-grid-list-item-text, .case-study-grid-paragraph {
    font-size: 1rem;
  }

  .cta-form._2 {
    width: 100%;
    margin-top: 20px;
    padding: 24px;
  }

  .image-4 {
    border-radius: var(--border-radius-100px);
  }

  .image-5 {
    height: 400px;
  }

  .navbar-no-shadow-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section_hero {
    padding-bottom: 30px;
  }

  .subheading {
    font-size: 1.2rem;
    line-height: 1.3em;
  }

  .subheading._3 {
    font-size: 1.3rem;
  }

  .subheading._2 {
    font-size: 1.5rem;
  }

  .hero-heading._3, .hero-heading._2 {
    font-size: 3rem;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.white-background {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-image-wrapper.diamantine {
    width: 300px;
  }

  .company-logos-grid-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .heading-section, .heading-section.top-margin, .heading-section.dark-background {
    font-size: 1.7rem;
  }

  .div-block-11 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    display: grid;
  }

  .div-block-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-4 {
    font-size: 1.5rem;
  }

  .logo-container {
    min-width: 190%;
  }

  .logo-image {
    width: 100px;
  }

  .bottom-icon {
    width: 60px;
  }

  .modal-container {
    width: 80%;
  }

  .case-study-parageaph {
    margin-top: 30px;
    font-size: 1.1rem;
  }

  .section_hero_consultation {
    min-height: 40vh;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .what-sets-us-apart-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .roadmap-list-item {
    min-height: 3.5rem;
  }

  .track_record_text {
    font-size: 1.1rem;
  }

  .h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-wrapper {
    overflow: hidden;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .side-menu_component {
    overflow: scroll;
  }

  .side-menu-background {
    z-index: 6;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .image-10 {
    max-width: 120px;
  }

  .button-2 {
    padding: 12px 40px;
  }

  .nav-menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 0;
  }

  .case-study-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-card.homepage {
    margin-top: 30px;
  }

  .testimonial-image {
    width: 100%;
  }

  .testimonial-image.rollhard {
    background-position: 50% 55%;
  }

  .testimonial {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }

  .testimonial_text {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    width: 100%;
  }

  .testimonial_person {
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }

  .features_text {
    font-size: 1.3rem;
  }

  .features_wrapper {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
    width: 400px;
  }

  .features_cell {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .case_study_link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .track_record_grid {
    grid-column-gap: .7rem;
    grid-row-gap: 1rem;
  }

  .case-study-description {
    font-size: 1.1rem;
  }

  .case-study-header {
    font-size: 1.6rem;
  }

  .consultation-hero-text {
    font-size: 1.4rem;
  }

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

  .consultation-hero-image {
    min-height: 350px;
  }

  .what-sets-us-apart-paragraph {
    font-size: 1.1rem;
  }

  .heading-7 {
    font-size: 2.5rem;
  }

  .cell-4, .cell-5 {
    display: none;
  }

  .link-block-9 {
    right: 2.2rem;
  }

  .link-block-10 {
    bottom: 7.5rem;
    right: 1.9rem;
  }

  .growing-dots {
    width: 40px;
    height: 40px;
    right: -2.3rem;
  }

  .div-block-33 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero-subtext {
    font-size: 1.2rem;
  }

  .hero-subtext.home1 {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .hero-text-wrapper.home1 {
    padding-right: 0;
  }

  .heading {
    font-size: 2.2rem;
  }

  .heading.home1 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }

  .hero-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .consultation-features-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .consultation-feature {
    width: 100%;
  }

  .hero-button-wrapper {
    margin-top: 20px;
  }

  .text-block {
    font-size: 13px;
  }

  .section_about-us {
    margin-top: 50px;
  }

  .section_about-us.white-background {
    margin-top: 0;
  }

  .left-edge-header {
    font-size: 1.5rem;
    line-height: 1em;
  }

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

  .section-paragraph.green-background {
    font-size: .9rem;
  }

  .about-us-list {
    padding-left: 0;
  }

  .about-us-list-item {
    margin-bottom: -15px;
  }

  .about-us-list-item-heading {
    font-size: 1.1rem;
  }

  .about-us-list-item-paragraph {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5em;
  }

  .section-heading-span {
    padding-left: 10px;
    font-size: 1.3rem;
  }

  .section-heading-span.case-study-page {
    font-size: 1.1rem;
  }

  .our-services-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .our-services-cell {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .our-services-icon {
    width: 50px;
  }

  .our-services-header-h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .our-services-sub-head {
    margin-bottom: 5px;
    font-size: .9rem;
  }

  .our-services-list-item-text {
    font-size: 1rem;
  }

  .section_our-services {
    margin-top: 50px;
  }

  .section_our-services.white-background {
    margin-top: 0;
  }

  .uui-field-label, .uui-button {
    font-size: .9rem;
  }

  .uui-form_input {
    min-height: 2.8rem;
    margin-bottom: 7px;
    font-size: .9rem;
  }

  .uui-form_input.text-area {
    min-height: 7rem;
    font-size: .9rem;
  }

  .uui-contact02_form {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .form-field-2col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-field-2col.popup {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .uui-contact02_component.white-background {
    margin-top: 0;
  }

  .section_testimonials {
    margin-top: 50px;
  }

  .section_testimonials.white-background {
    margin-top: 0;
  }

  .uui-heading-xxsmall.text-weight-medium {
    font-size: 1rem;
  }

  .testimonial-grid-cell {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .company-logo {
    width: 100px;
  }

  .company-logos-grid {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .uui-button-2 {
    color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  }

  .navbar-link {
    font-size: 1rem;
  }

  .testimonial-case-study-text {
    font-size: 1.1rem;
  }

  .uui-footer04_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-logo_component {
    width: 170px;
  }

  .uui-logo_logotype {
    max-width: 120px;
  }

  .pages-h1 {
    text-decoration: none;
    text-decoration-thickness: 10px;
  }

  .pages-subheading {
    font-size: 1.2rem;
    line-height: 1.3em;
  }

  .pages-subheading.case-studies-page {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .case-study-wrapper {
    padding: 20px 15px;
  }

  .case-study-stats-cell {
    padding: 9px;
  }

  .case-study-stats-cell.logo {
    justify-content: flex-start;
    align-items: center;
  }

  .case-study-stats-grid {
    grid-row-gap: 30px;
    padding-top: 0;
  }

  .case-study-stats-grid.case-study-page {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 10px;
  }

  .case-study-stats-text-wrapper {
    padding-left: 0;
  }

  .case-study-stats-number {
    font-size: 1.7rem;
  }

  .case-study-stats-number.case-study-page {
    font-size: 1.5rem;
  }

  .case-study-stats-text {
    font-size: 1rem;
  }

  .image-3 {
    width: 150px;
  }

  .text-block-2 {
    font-size: 1.3rem;
  }

  .case-study-paragraph {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .case-study-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-diamantine-study {
    padding-top: 80px;
  }

  .cta-form {
    padding: 20px 15px;
  }

  .cta-form._2 {
    padding: 11px;
  }

  .cta-form.modal {
    padding-top: 50px;
    padding-bottom: 15px;
  }

  .navbar-no-shadow-container {
    padding: 0 10px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .icon {
    border-radius: 0;
  }

  .section_hero {
    min-height: 70vh;
    padding-top: 100px;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .subheading._3 {
    font-size: 1.2rem;
  }

  .subheading._2 {
    font-size: 1.3rem;
  }

  .subheading.dark-background {
    font-size: 1rem;
  }

  .hero-heading._3 {
    font-size: 2.5rem;
  }

  .hero-heading._2 {
    font-size: 2.1rem;
  }

  .button.wider {
    width: 200px;
    font-size: 1.1rem;
  }

  .text-block-3 {
    padding: 12px 50px;
  }

  .text-block-3._3 {
    font-size: 1.3rem;
  }

  .text-block-3._2 {
    padding: 12px 50px;
    font-size: 1.3rem;
  }

  .hero-image-wrapper {
    width: 200px;
  }

  .hero-image-wrapper.diamantine {
    width: 250px;
  }

  .consultation-hero-text-wrapper.video {
    width: 100%;
  }

  .company-logos-grid-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-section {
    text-align: center;
    font-size: 1.3rem;
  }

  .heading-section.top-margin, .heading-section.dark-background {
    font-size: 1.3rem;
  }

  .div-block-11 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-4 {
    font-size: 1.3rem;
  }

  .logo-container {
    min-width: 250%;
  }

  .logo-image {
    width: 90px;
  }

  .bottom-icon {
    width: 50px;
  }

  .modal-container {
    width: 95%;
  }

  .case-study-parageaph {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .section_hero_consultation {
    padding-top: 80px;
  }

  .h3, .h3.dark-background {
    font-size: 1.1rem;
  }

  .roadmap-list-item {
    border-radius: 5px;
    min-height: 4.3rem;
    padding-left: 12px;
    padding-right: 12px;
  }

  .roadmap-list-text, .track_record_text {
    font-size: 1rem;
  }

  .section-7 {
    padding-bottom: 40px;
  }

  .h2 {
    font-size: 1.3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-wrapper, .side-menu_component, .side-menu-background {
    width: 100%;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-link-2 {
    font-size: 1rem;
  }

  .image-10 {
    max-width: 100px;
  }

  .button-2.navbar-cta.outside {
    padding: 9px 15px;
    font-size: 1rem;
  }

  .nav-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .icon-2 {
    border-radius: 0;
  }

  .case_study {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1rem;
  }

  .case-study-card {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-image {
    min-height: 250px;
  }

  .testimonial {
    font-size: 1.1rem;
  }

  .testimonial_person, .features_text {
    font-size: 1rem;
  }

  .features_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 300px;
  }

  .features_cell {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .case_study_link {
    padding: 10px 20px;
    font-size: 1.2rem;
  }

  .expect_image {
    border-radius: 5px;
  }

  .track_record_grid {
    grid-row-gap: 1rem;
  }

  .case-study-description {
    font-size: 1rem;
  }

  .case-study-header {
    font-size: 1.5rem;
  }

  .consultation-hero-text {
    font-size: 1.2rem;
  }

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

  .consultation-hero-image {
    min-height: 250px;
  }

  .what-sets-us-apart-paragraph, .what_expect_paragraph {
    font-size: 1rem;
  }

  .heading-7 {
    margin-bottom: 5px;
    font-size: 1.9rem;
  }

  .link-block-8 {
    top: 1.2rem;
    right: 1.2rem;
  }

  .link-block-9 {
    right: .8rem;
  }

  .link-block-10 {
    right: .4rem;
  }
}

#w-node-_41641797-3aa9-c528-14cf-7ef3031aba31-b5ca340d, #w-node-_07910fde-a8be-881a-523d-f4d01845cc17-b5ca340d, #w-node-bb23d8d0-fbe3-4bd9-cbf9-a0dc97d80557-b5ca340d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bb23d8d0-fbe3-4bd9-cbf9-a0dc97d80576-b5ca340d {
  grid-column: span 2 / span 2;
}

#w-node-_13c24582-f64c-5934-5bb0-718c2d12dfe6-b5ca340d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_13c24582-f64c-5934-5bb0-718c2d12dff7-b5ca340d {
  grid-column: span 2 / span 2;
}

#w-node-e50420db-b716-be52-146a-03f673a7de62-b5ca340d {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_5d23bd80-50dd-2807-a18a-45001024a9ed-1024a9d1 {
  justify-self: end;
}

#w-node-_430bf545-a996-7e3a-4108-e142a501d6dd-b5ca340f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_02b50cf5-7b23-2309-7d95-04eb7b7a0a4c-b5ca3412 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e45b8645-d1eb-ffbf-97eb-b008c7705d2c-b5ca3412 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_70f0bfcf-ffaa-4577-1d62-01020a83f9e5-b5ca3412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70f0bfcf-ffaa-4577-1d62-01020a83f9e6-b5ca3412 {
  justify-self: center;
}

#w-node-_5ec1cd53-bc98-78eb-9cd5-f9ce1b3d134d-f84644b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ec1cd53-bc98-78eb-9cd5-f9ce1b3d134e-f84644b1 {
  justify-self: center;
}

#w-node-_1ae1b892-7aa7-5e2d-84e2-f83d2413e9b1-f84644b1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4c6f2868-dc9a-7688-780f-154012d7526a-f84644b1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_778dac45-8442-fdbb-3a6a-6f1890a554c3-f84644b1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_778dac45-8442-fdbb-3a6a-6f1890a554c5-f84644b1, #w-node-_1293d14d-68fd-7005-ff65-ee8c787d07ab-f84644b1, #w-node-bbebd372-2e7b-a383-501e-d5d89b97d4b7-f84644b1, #w-node-ff4a58f3-9162-774b-051e-7e0226b3f827-f84644b1, #w-node-e51df446-705b-0dce-c638-80c6814c8bec-f84644b1 {
  grid-column: span 2 / span 2;
}

#w-node-_16964433-a60c-f644-695b-2f9d2dbe1c03-f84644b1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80f1db01-ccea-59f2-e4ed-6649e05f56fe-f84644b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f1db01-ccea-59f2-e4ed-6649e05f56ff-f84644b1 {
  justify-self: center;
}

#w-node-_86505297-3bc7-216e-9f1e-2c2a47222cbe-7a50afc9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5d23bd80-50dd-2807-a18a-45001024a9d6-1024a9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d23bd80-50dd-2807-a18a-45001024a9ed-1024a9d1 {
    justify-self: center;
  }

  #w-node-_16964433-a60c-f644-695b-2f9d2dbe1c03-f84644b1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d23bd80-50dd-2807-a18a-45001024a9d6-1024a9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_430bf545-a996-7e3a-4108-e142a501d6dd-b5ca340f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_02b50cf5-7b23-2309-7d95-04eb7b7a0a4c-b5ca3412 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e45b8645-d1eb-ffbf-97eb-b008c7705d2c-b5ca3412 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1ae1b892-7aa7-5e2d-84e2-f83d2413e9b1-f84644b1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_4c6f2868-dc9a-7688-780f-154012d7526a-f84644b1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_778dac45-8442-fdbb-3a6a-6f1890a554c3-f84644b1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_778dac45-8442-fdbb-3a6a-6f1890a554c5-f84644b1, #w-node-_1293d14d-68fd-7005-ff65-ee8c787d07ab-f84644b1, #w-node-bbebd372-2e7b-a383-501e-d5d89b97d4b7-f84644b1, #w-node-ff4a58f3-9162-774b-051e-7e0226b3f827-f84644b1, #w-node-e51df446-705b-0dce-c638-80c6814c8bec-f84644b1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_16964433-a60c-f644-695b-2f9d2dbe1c03-f84644b1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86505297-3bc7-216e-9f1e-2c2a47222cbe-7a50afc9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_430bf545-a996-7e3a-4108-e142a501d6dd-b5ca340f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1ae1b892-7aa7-5e2d-84e2-f83d2413e9b1-f84644b1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_86505297-3bc7-216e-9f1e-2c2a47222cbe-7a50afc9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}