:root {
  --relume-library-lite--white: white;
  --relume-library-lite--black: #0f1621;
  --relume-library-lite--red: #e76b6b;
  --relume-library-lite--blue: #6db7de;
}

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

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

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

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

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

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

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

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

.navbar_component {
  z-index: 1;
  background-color: #0000;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  align-items: stretch;
}

.navbar_logo-link {
  padding-left: 0;
  position: relative;
}

.navbar_logo {
  width: 117px;
  max-width: none;
}

.navbar_container {
  border: 1px solid #ffffff26;
  border-left: 0 #ffffff26;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.d-113-link-block-wrapper {
  background-color: #0ff0;
  border: 3px #ff47f9;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_link {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--relume-library-lite--black) black #e2e8f0 #e2e8f0;
  color: #000;
  cursor: crosshair;
  background-color: #0000;
  align-items: center;
  padding: 24px 1rem;
  font-family: Geist, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navbar_link:hover {
  color: #e76b6b;
  -webkit-text-stroke-color: #e76b6b;
  background-color: #ffffff1a;
}

.navbar_link.w--current {
  color: var(--relume-library-lite--red);
  font-weight: 700;
}

.navbar_link.hide {
  display: none;
}

.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section-large.head {
  padding-top: 5rem;
  padding-bottom: 0;
}

.padding-section-large.none {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large.no-bottom {
  padding-bottom: 0;
}

.spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.hide {
  display: none;
}

.header_component {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.header_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

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

.header_content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.header_content-bottom.hide {
  display: none;
}

.header {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.heading-style-h1 {
  color: #000;
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-style-medium {
  color: #475568;
  text-align: left;
  letter-spacing: -.011em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-style-medium.white {
  color: #fff;
}

.text-style-medium.centre {
  text-align: center;
}

.text-style-medium.quotes {
  font-family: PT Sans, sans-serif;
}

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

.spacing-block-5 {
  width: 100%;
  padding-bottom: 5rem;
}

.header_image-wrapper {
  width: 30vw;
}

.header_image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
}

.header_image.bottom {
  border-radius: 0;
}

.header_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.header_image-list.image-list-top {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.padding-global {
  padding-left: 8%;
  padding-right: 8%;
}

.button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--black);
  background-color: var(--relume-library-lite--red);
  color: var(--relume-library-lite--white);
  text-align: center;
  padding: 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;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-group-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.text-style-regular {
  color: #475568;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-style-regular.team {
  font-size: .875rem;
}

.spacing-block-0-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.stats-number {
  color: var(--relume-library-lite--black);
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

.stat_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3rem 2rem;
  display: flex;
}

.stat_item.left {
  border-left: 1px solid #e2e8f0;
}

.stats_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.stats_content.two-column {
  grid-template-columns: 1fr 1fr;
}

.stats_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stats {
  background-color: #f8fafc;
}

.heading-style-h2 {
  color: #000;
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.white {
  color: #fff;
}

.heading-style-h2.centre {
  text-align: center;
}

.text-span {
  color: var(--relume-library-lite--red);
  font-size: 2.5rem;
}

.seperator {
  background-color: #e2e8f0;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 1px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.heading-style-h5 {
  color: var(--relume-library-lite--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.blue {
  color: #267ca1;
}

.project_image-wrapper {
  width: 100%;
  position: relative;
}

.project_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.project_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.projects_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.projects {
  background-color: var(--relume-library-lite--white);
  display: none;
}

.project-header_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.layout498_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  opacity: .4;
  background-color: #0000;
  padding: 1rem 0;
  display: flex;
}

.layout498_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.services_tabs {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.services_image {
  width: 100%;
  height: 100%;
}

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

.services_paragraph {
  display: none;
  overflow: hidden;
}

.services {
  background-color: var(--relume-library-lite--blue);
  overflow: hidden;
}

.services_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h4 {
  color: var(--relume-library-lite--white);
  font-family: Geist, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-style-h4.black {
  color: var(--relume-library-lite--black);
}

.heading-style-h4.black.timeline {
  font-size: 1.75rem;
}

.heading-style-h4.contact {
  color: var(--relume-library-lite--black);
  background-color: #fff0;
  font-weight: 700;
}

.services_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--relume-library-lite--white);
  opacity: .4;
  background-color: #0000;
  padding: .5rem 0;
  display: flex;
}

.services_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

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

.button-wrapper {
  display: flex;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--relume-library-lite--black);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--relume-library-lite--white);
  border-style: none;
  justify-content: center;
  align-items: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
}

.button-5.is-icon.blue {
  background-color: var(--relume-library-lite--blue);
  object-fit: fill;
  flex-flow: row;
  margin-top: 5px;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.paragraph {
  color: var(--relume-library-lite--white);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.logo3_logo {
  max-height: 3.5rem;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.logos {
  overflow: hidden;
}

.testimonial_tab-logo {
  max-height: 3.5rem;
}

.testimonial34_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial.hide {
  display: none;
}

.testimonial_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border-top: 1px solid #cbd5e0;
  border-right: 1px solid #cbd5e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.testimonial_tab-link.w--current {
  background-color: #f8fafc;
  border-top-color: #0000;
}

.testimonial_client-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.testimonial_card {
  background-color: #f8fafc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem 3rem;
  display: flex;
}

.testimonial_client-image-wrapper {
  display: none;
}

.testimonial34_rating-wrapper {
  color: var(--relume-library-lite--red);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.testimonial_tabs {
  border: 1px solid #cbd5e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial_tab-pane {
  height: 100%;
}

.text-weight-semibold {
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28px;
}

.text-weight-semibold.testimonial {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
}

.testimonial34_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.text-style-large {
  color: var(--relume-library-lite--black);
  text-align: center;
  letter-spacing: -.011em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.cta_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

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

.cta {
  background-color: var(--relume-library-lite--black);
  position: relative;
}

.blur-red {
  max-width: 30rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blur-blue {
  max-width: 30rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.form_message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.footer_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.footer_right-wrapper {
  flex-direction: column;
  display: flex;
}

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.text-size-tiny {
  font-family: Geist, sans-serif;
  font-size: .75rem;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_input {
  border: 1px solid #cbd5e0;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.footer_link {
  color: #334154;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Geist, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-size-small {
  font-family: Geist, sans-serif;
  font-size: .875rem;
}

.footer_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.footer_top-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  align-items: start;
}

.text-weight-semibold {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
}

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

.footer_legal-link {
  color: var(--relume-library-lite--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer1_legal-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;
  justify-content: center;
  display: grid;
}

.rl_footer1_credit-text {
  color: var(--relume-library-lite--black);
  font-family: Geist, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.footer_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_line-divider {
  background-color: #cbd5e0;
  width: 100%;
  height: 1px;
  position: sticky;
  inset: 0% auto auto 0%;
}

.footer-content {
  flex-flow: column;
  display: flex;
}

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

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_social-link {
  color: var(--relume-library-lite--blue);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer_social-list {
  grid-column-gap: .75rem;
  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;
}

.about-header_image-wrapper2 {
  width: 100%;
  margin-top: 15%;
}

.about-header_image-wrapper {
  width: 100%;
}

.about-header_image-group {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.about-header_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-header.hide {
  display: none;
}

.blue-span {
  color: var(--relume-library-lite--blue);
}

.rl_cta26_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.story-component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  display: flex;
}

.story-component.large {
  max-width: none;
}

.story {
  background-color: #f8fafc;
  position: relative;
}

.story.white {
  background-color: var(--relume-library-lite--white);
}

.story.blue {
  background-color: var(--relume-library-lite--blue);
}

.story.hide {
  display: none;
}

.story.red {
  background-color: var(--relume-library-lite--red);
}

.story.dark {
  background-color: #5097bd;
}

.why_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.why_card-small-content {
  background-color: var(--relume-library-lite--blue);
  border: 0 solid #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.why_card-small-content.red {
  background-color: var(--relume-library-lite--red);
}

.why_card-small-content.black {
  background-color: var(--relume-library-lite--black);
  padding: 2rem;
}

.why_card-small-content.dark-blue {
  background-color: #0284c7;
}

.why_card-small-content.green {
  background-color: #2c7925;
}

.why_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.why_card-small {
  border: 0px none var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.why_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.why_card-large {
  border: 0px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #f1f5f9;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout367_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-style-h3 {
  font-family: Geist, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.white {
  color: var(--relume-library-lite--white);
}

.heading-style-h3.white.clients {
  font-size: 1.75rem;
  font-weight: 600;
}

.text-size-why {
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-size-why.white {
  color: #fff;
}

.team-header_content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.team-header_image-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.team_item {
  color: var(--relume-library-lite--black);
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.team-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f1f5f9;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  padding: 1.5rem;
  display: flex;
}

.team_image-wrapper {
  width: 100%;
  position: relative;
}

.product_image-wrapper {
  display: none;
}

.spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.product_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.product {
  background-color: var(--relume-library-lite--white);
  display: block;
}

.product.grey {
  background-color: #f8fafc;
}

.product.grey.hide, .product.hide {
  display: none;
}

.project {
  background-color: #f8fafc;
}

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

.client-card {
  border: 0px none var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

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

.timeline10_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-background-color-1\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
}

.timeline_grid {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

.text-style-small {
  color: var(--relume-library-lite--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-style-small.timeline {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.timeline_progress {
  z-index: 1;
  background-color: var(--relume-library-lite--red);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.timeline_track {
  background-color: #2a2a2a;
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 100%;
}

.timeline_dot {
  z-index: 1;
  background-color: var(--relume-library-lite--red);
  border: 4px solid #fff3;
  border-bottom-color: #ffffff1a;
  border-radius: 99px;
  width: 24px;
  height: 24px;
  position: relative;
}

.timeline_progress-overlay-top {
  z-index: 0;
  background-image: none;
  width: 6px;
  height: 2em;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.timeline_grid-wrap {
  position: relative;
}

.timeline_item {
  grid-row-gap: 1em;
  background-color: #94bac7;
  border-radius: .5em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.9em;
  margin-bottom: 1.9em;
  padding: 2em;
  display: flex;
  box-shadow: 6px 6px #ea4537;
}

.timeline_item.is-1 {
  box-shadow: none;
  background-color: #f1f5f9;
  border: 1px solid #ffffff26;
}

.timeline_progress-overlay-bottom {
  background-image: linear-gradient(#0a227d00, #282828);
  width: 6px;
  height: 4em;
  display: none;
  position: absolute;
  inset: auto 0% 0 47%;
}

.timeline_track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite--black);
  background-color: var(--relume-library-lite--black);
  color: var(--relume-library-lite--white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.hero_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero {
  background-color: var(--relume-library-lite--white);
}

.gallery_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 2rem;
  display: grid;
}

.gallery10_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery10_image-wrapper {
  width: 100%;
}

.gallery10_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.gallery {
  background-color: #f8fafc;
}

.gallery10_image1, .gallery10_image6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact_image {
  object-fit: cover;
  height: 100%;
  display: block;
}

.rl-error-text-2 {
  color: #e23939;
}

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

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

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.rl_contact7_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-link-2 {
  color: var(--relume-library-lite--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.checkbox-label-small {
  color: var(--relume-library-lite--black);
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--black);
  background-color: var(--relume-library-lite--black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--black);
  box-shadow: none;
}

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

.form-text-area {
  background-color: var(--relume-library-lite--white);
  color: #475568;
  border: 1px solid #cbd5e0;
  border-radius: 8px;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: Geist, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.form-text-area:focus {
  border-color: var(--relume-library-lite--black);
}

.form-text-area::placeholder {
  color: var(--relume-library-lite--black);
}

.field-label {
  color: var(--relume-library-lite--black);
  margin-bottom: .5rem;
  font-family: Geist, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_contact7_form-field-wrapper {
  position: relative;
}

.form-input {
  background-color: var(--relume-library-lite--white);
  color: var(--relume-library-lite--black);
  border: 1px solid #cbd5e0;
  border-radius: 8px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .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: 400;
  line-height: 1.6;
}

.form-input:focus {
  border-color: var(--relume-library-lite--black);
}

.form-input::placeholder {
  color: var(--relume-library-lite--black);
  font-size: 1rem;
}

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

.contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl_contact7_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.contact_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact {
  background-color: var(--relume-library-lite--white);
}

.contact_grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.text-style-link {
  color: var(--relume-library-lite--red);
  text-decoration: none;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.contact_icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

.contact-info {
  background-color: #f8fafc;
}

.contact_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact29_tabs-link {
  border-left: 2px solid var(--relume-library-lite--black);
  background-color: #0000;
  flex-flow: column;
  align-items: stretch;
  padding: 0 0 0 2rem;
  display: flex;
}

.contact29_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.contact29_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

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

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.code-embed {
  display: block;
}

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

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

.list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.list-3 {
  padding-left: 30px;
}

.link-2 {
  color: var(--relume-library-lite--blue);
}

.list-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--relume-library-lite--red);
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

.link-3 {
  color: var(--relume-library-lite--blue);
  text-decoration: none;
}

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

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

.testimonial_testimonial {
  border-style: solid none none;
  border-width: 2px 0 0;
  border-color: #0054a3 var(--relume-library-lite--black) var(--relume-library-lite--black);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  box-shadow: 0 5px 35px #00000014;
}

.testimonial_testimonial._2 {
  border-top-color: #0a8fd0;
}

.testimonial_testimonial._3 {
  border-top-color: #de112d;
}

.testimonial_testimonial._1 {
  border-top-color: var(--relume-library-lite--blue);
}

.testimonial_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial_customer.hide {
  display: none;
}

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

.links-wrapper {
  background-color: var(--relume-library-lite--white);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-around;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: none;
  position: sticky;
  inset: 0% 0% auto;
}

.services-link {
  color: #475568;
  padding: 1rem .5rem;
  font-family: Geist, sans-serif;
  text-decoration: none;
  transition: all .3s;
}

.services-link:hover {
  color: var(--relume-library-lite--red);
}

.services-link.w--current {
  border-bottom: 2px solid var(--relume-library-lite--red);
  color: var(--relume-library-lite--red);
  font-weight: 500;
}

.modal-1 {
  background-color: var(--relume-library-lite--white);
  border-radius: 0;
  width: 582px;
  max-width: none;
  padding: 40px;
  display: none;
}

.img-close {
  filter: invert();
}

.grp-modal-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grp-modal-1.mb40 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.btn-close {
  background-color: #000;
  background-image: radial-gradient(circle at 50% 0, #ffffff45, #121212);
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 12px;
  display: flex;
}

.modals {
  z-index: 999;
  background-color: #000000de;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-4 {
  display: flex;
}

.list-5 {
  color: #fff;
}

.header5_component {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

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

.rl-padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.image-section {
  background-image: url('../images/Soft-img-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.image-section.client {
  background-image: url('../images/iStock-1347310666-1.jpg');
}

.div-block-5 {
  display: flex;
}

.count-image {
  width: 40px;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_arrow-icon {
  color: var(--relume-library-lite--blue);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_arrow-right {
  border-color: var(--relume-library-lite--black);
  background-color: var(--relume-library-lite--white);
  color: var(--relume-library-lite--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_gallery21_arrow-left {
  border-color: var(--relume-library-lite--black);
  background-color: var(--relume-library-lite--white);
  color: var(--relume-library-lite--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 30%;
  overflow: visible;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl-padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h7 {
  color: var(--relume-library-lite--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.rl_layout242_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout242_icon {
  width: 3rem;
  height: 3rem;
}

.services_item {
  background-color: #5097bd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  padding: 1.5rem;
  display: flex;
}

.rl_layout242_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.rl_layout242_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h3 {
  color: var(--relume-library-lite--black);
  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.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout242_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_layout242_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl_section_layout242 {
  background-color: var(--relume-library-lite--white);
}

.link-4 {
  color: var(--relume-library-lite--blue);
  font-weight: 500;
  text-decoration: none;
}

.image {
  width: 200px;
  height: auto;
}

.image.new {
  width: 150px;
}

.products-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.products-header.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.image-2 {
  width: 200px;
  height: auto;
}

.products {
  background-color: var(--relume-library-lite--white);
}

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

.products_accordion {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.products_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 145px;
  padding: 1.25rem 1rem;
  display: flex;
}

.products_list {
  border-bottom-width: 1px;
  border-bottom-color: var(--relume-library-lite--black);
}

.products_content {
  overflow: hidden;
}

.products-content-wrapper {
  background-color: #fff;
  padding: 1rem 1rem 1.5rem;
}

.rl_faq1_icon {
  color: #287ca0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.blue-text {
  color: #267ca1;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.text-style-regular-4 {
  color: #475568;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq_accordion {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.rl_faq6_icon-2 {
  color: var(--relume-library-lite--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq {
  background-color: var(--relume-library-lite--white);
}

.rl_faq6_answer-wrapper-2 {
  margin-bottom: 1.5rem;
}

.faq_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq_question-text {
  color: var(--relume-library-lite--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_faq6_icon-wrapper-2 {
  align-self: flex-start;
}

.faq-link {
  color: var(--relume-library-lite--blue);
  text-decoration: none;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.but {
  display: inline-block;
}

.slider_slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 33.33%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.slider_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.slider_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.slider_button {
  color: #fff;
  background-color: #3898ec;
  padding: 1rem 2rem;
}

.slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.slider_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.slider_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.slider_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.slider_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .navbar_link {
    font-size: .875rem;
    display: flex;
  }

  .header {
    position: relative;
  }

  .heading-style-h1, .heading-style-h2 {
    font-size: 3rem;
  }

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

  .text-span {
    font-size: 3.5rem;
  }

  .why_card-small-content {
    padding: 2rem;
  }

  .why_card-small-content.red {
    padding-top: 2rem;
  }

  .team-wrapper {
    padding: 2rem;
  }

  .client-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

@media screen and (min-width: 1440px) {
  .navbar_link {
    font-size: 1rem;
  }

  .header {
    overflow: hidden;
  }

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

  .heading-style-h3.white.clients {
    font-weight: 600;
  }

  .image-wrapper {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .navbar_logo-link {
    top: 20%;
  }
}

@media screen and (max-width: 991px) {
  .navbar_component {
    position: relative;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    background-color: var(--relume-library-lite--white);
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar_logo-link {
    left: 3%;
  }

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

  .navbar_container {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
  }

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

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

  .menu-icon_line-middle {
    background-color: var(--relume-library-lite--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .d-113-link-block-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar_link {
    border-left-style: none;
    border-left-width: 0;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.head {
    padding-top: 6rem;
  }

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

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

  .spacing-block-5 {
    padding-bottom: 4.5rem;
  }

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

  .stats_content, .stats_content.two-column {
    grid-column-gap: 0rem;
  }

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

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

  .project_content {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .services_tabs {
    grid-column-gap: 3rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial_card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .testimonial_tabs {
    grid-column-gap: 3rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .why_card-small-content, .why_card-large-content {
    padding: 2rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .team-header_image-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .product_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .client-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact_grid-list {
    grid-column-gap: 2rem;
  }

  .div-block-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .links-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: auto;
  }

  .modal-1 {
    display: none;
  }

  .grp-modal-1.mb40 {
    align-items: center;
  }

  .modals {
    display: none;
  }

  .rl-padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout242_content {
    grid-column-gap: 2rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

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

  .products_question {
    height: auto;
  }

  .faq_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar_component {
    height: auto;
    min-height: 4rem;
    top: 2%;
  }

  .navbar_logo-link {
    padding-left: 0;
    position: relative;
    top: 0%;
    left: 2%;
  }

  .navbar_logo-link.w--current {
    position: relative;
    left: 0%;
  }

  .navbar_container {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    justify-content: space-between;
    align-items: center;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.head {
    padding-top: 4rem;
  }

  .spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .header_content {
    margin-bottom: 0;
  }

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

  .text-style-medium {
    font-size: 1rem;
  }

  .spacing-block-5 {
    padding-bottom: 3rem;
  }

  .header_image-wrapper {
    width: 40vw;
  }

  .spacing-block-0-5 {
    padding-bottom: 1.25rem;
  }

  .stats-number {
    font-size: 3rem;
  }

  .stat_item.left {
    border-left-style: none;
  }

  .stats_content {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .stats_content.two-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-style-h2, .text-span {
    font-size: 2.25rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .project_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project-header_content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .services_tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .services_tabs-menu {
    margin-bottom: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .testimonial_tab-logo {
    max-height: 2.5rem;
  }

  .testimonial_tab-link {
    border-bottom: 1px #000;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
  }

  .testimonial_tab-link.w--current {
    border-top-color: #000;
  }

  .testimonial34_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial_card {
    grid-template-columns: 1fr;
    padding: 1.5rem 1.5rem 2.5rem;
  }

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

  .testimonial_tabs-menu {
    border-top: 1px #000;
    flex-flow: column;
  }

  .testimonial_tabs {
    border-bottom-style: solid;
    grid-template-columns: 1fr;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_legal-link {
    font-family: Geist, sans-serif;
    text-decoration: none;
  }

  .rl_footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .about-header_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rl_cta26_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

  .why_card-small-content, .why_card-large-content {
    padding: 1.5rem;
  }

  .why_card-small {
    grid-template-columns: 1fr;
  }

  .why_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .why_card-large {
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .team-header_image-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .product_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .client-card {
    grid-template-columns: 1fr;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .timeline_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-style-small {
    font-size: 1rem;
  }

  .timeline_progress {
    justify-content: flex-end;
    align-items: center;
    display: none;
    inset: 0% auto auto 2.5em;
  }

  .timeline_dot {
    width: 20px;
    height: 20px;
  }

  .timeline_progress-overlay-top {
    background-image: linear-gradient(#000 18%, #0a227d00);
  }

  .timeline_item.is-1 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .timeline_progress-overlay-bottom {
    background-image: linear-gradient(#0a227d00, #000 59%);
    height: 4em;
  }

  .timeline_item-wrap.is-hidden-mobile {
    display: none;
  }

  .hero_component {
    grid-row-gap: 3rem;
  }

  .gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .rl_contact7_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .contact_component, .contact_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .code-embed {
    display: none;
  }

  .code-embed.mobile {
    display: flex;
  }

  .testimonial_testimonial {
    padding: 1.5rem;
  }

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

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

  .services-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal-1 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .grp-modal-1.mb40 {
    align-items: center;
  }

  .modals {
    display: none;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl-padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h7 {
    font-size: 1.25rem;
  }

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .products_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .products_icon-wrapper {
    width: 1.75rem;
  }

  .products-content-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_faq6_icon-2 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_answer-wrapper-2 {
    margin-bottom: 1.25rem;
  }

  .faq_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .rl_faq6_icon-wrapper-2 {
    width: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar_component {
    top: 2%;
  }

  .navbar_menu.is-page-height-tablet {
    background-color: var(--relume-library-lite--white);
  }

  .navbar_logo-link {
    top: -5%;
    left: 0%;
  }

  .d-113-link-block-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header_component {
    z-index: auto;
  }

  .header_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    place-items: center start;
  }

  .header_content-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .text-style-medium {
    font-size: .875rem;
  }

  .header_image {
    border-radius: 16px;
  }

  .header_image-list.image-list-top {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .stat_item {
    padding: 1.5rem;
  }

  .stats_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2, .text-span {
    font-size: 1.75rem;
  }

  .heading-style-h5.blue {
    font-size: 1rem;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo3_list {
    justify-content: center;
  }

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

  .text-style-large {
    font-size: .875rem;
  }

  .footer_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .about-header_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .why_card-small-content {
    padding: 1rem;
  }

  .why_card-large-content {
    display: block;
  }

  .heading-style-h3.white, .heading-style-h3.white.clients {
    font-size: 1.5rem;
  }

  .team-header_content-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .team-header_image-list {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .product_component, .client-row {
    grid-template-columns: 1fr;
  }

  .timeline_grid {
    grid-column-gap: 0em;
    grid-template-columns: 4em 1fr;
    width: auto;
  }

  .timeline_progress {
    left: 2em;
  }

  .timeline_dot {
    width: 1.2rem;
    height: 1.2rem;
  }

  .timeline_item.is-1 {
    padding: 1em;
  }

  .hero_component, .contact_component {
    grid-template-columns: 1fr;
  }

  .modal-1 {
    padding: 20px 24px;
    display: none;
  }

  .grp-modal-1.mb40 {
    margin-bottom: 20px;
  }

  .modals {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .rl_layout242_content, .faq_component {
    grid-template-columns: 1fr;
  }
}

#w-node-a845ed66-0e84-33dd-1364-b5d4f7b96eb0-e6ab92ac, #w-node-a845ed66-0e84-33dd-1364-b5d4f7b96eb1-e6ab92ac, #w-node-a845ed66-0e84-33dd-1364-b5d4f7b96eb2-e6ab92ac, #w-node-a845ed66-0e84-33dd-1364-b5d4f7b96eb3-e6ab92ac, #w-node-a845ed66-0e84-33dd-1364-b5d4f7b96eb4-e6ab92ac, #w-node-a845ed66-0e84-33dd-1364-b5d4f7b96eb5-e6ab92ac, #w-node-a845ed66-0e84-33dd-1364-b5d4f7b96eb6-e6ab92ac, #w-node-a845ed66-0e84-33dd-1364-b5d4f7b96eb7-e6ab92ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f422cb7a-3de0-efda-b2b4-857ac78a26e5-e6ab92ac {
  justify-self: end;
}

#w-node-_2ce7a5cd-0a84-6869-ee35-1443faa67a30-e6ab92ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e6f6239-6208-518b-43a0-8246d296c227-e6ab92ac, #w-node-_4e6f6239-6208-518b-43a0-8246d296c229-e6ab92ac, #w-node-_4e6f6239-6208-518b-43a0-8246d296c22b-e6ab92ac, #w-node-_4e6f6239-6208-518b-43a0-8246d296c22d-e6ab92ac, #w-node-_4e6f6239-6208-518b-43a0-8246d296c22f-e6ab92ac, #w-node-_4e6f6239-6208-518b-43a0-8246d296c231-e6ab92ac, #w-node-_4e6f6239-6208-518b-43a0-8246d296c233-e6ab92ac, #w-node-_4e6f6239-6208-518b-43a0-8246d296c235-e6ab92ac, #w-node-_930ba0d5-3cc8-ac56-da45-152cae1cec19-e6ab92ac, #w-node-_930ba0d5-3cc8-ac56-da45-152cae1cec1b-e6ab92ac, #w-node-_930ba0d5-3cc8-ac56-da45-152cae1cec1d-e6ab92ac, #w-node-_930ba0d5-3cc8-ac56-da45-152cae1cec1f-e6ab92ac, #w-node-_930ba0d5-3cc8-ac56-da45-152cae1cec21-e6ab92ac, #w-node-_930ba0d5-3cc8-ac56-da45-152cae1cec23-e6ab92ac, #w-node-_930ba0d5-3cc8-ac56-da45-152cae1cec25-e6ab92ac, #w-node-_930ba0d5-3cc8-ac56-da45-152cae1cec27-e6ab92ac {
  justify-self: center;
}

#w-node-_073bc84b-acd0-26d9-e60b-db4177497040-e6ab92ac {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8b0779f5-5bdf-9447-bb23-36559ec9a69b-e6ab92ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b0779f5-5bdf-9447-bb23-36559ec9a6c2-e6ab92ad {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_8b0779f5-5bdf-9447-bb23-36559ec9a6d5-e6ab92ad {
  align-self: start;
}

#w-node-f377e740-273c-e438-eac9-1bd0ae1660bc-e6ab92ad {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a9d3a319-37ca-0e62-b012-1a5867dab17e-e6ab92ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_60a9a653-5178-c69a-c52c-9ef6778ac6c2-e6ab92ae {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c8f78505-c653-7061-62e7-cec1ef8e0f61-e6ab92ae {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d59c9122-1774-2af4-6764-6f6f675213e5-e6ab92ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_79ddfb69-72fc-48ff-ba75-7d1f6e299360-e6ab92ae {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1e32314c-846b-4fe5-9882-534a87a0afbe-e6ab92ae {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b994-e6ab92b1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b999-e6ab92b1 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b99e-e6ab92b1 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b9a3-e6ab92b1 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b9a8-e6ab92b1 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_194b308c-f250-c938-06f4-777d0154d484-e6ab92b1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194902-e6ab92b2, #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194903-e6ab92b2, #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194905-e6ab92b2, #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194919-e6ab92b2, #w-node-_78fdcb7c-9c3e-621e-06a8-3ce45219494e-e6ab92b2, #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194950-e6ab92b2, #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194951-e6ab92b2, #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194952-e6ab92b2, #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194954-e6ab92b2, #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194971-e6ab92b2, #w-node-_78fdcb7c-9c3e-621e-06a8-3ce45219497e-e6ab92b2, #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194981-e6ab92b2, #w-node-c8b2da19-057f-703d-764a-de2f124233a9-e6ab92b2, #w-node-c3a54c2d-151d-0267-4966-307282512c9a-e6ab92b2, #w-node-_8cb57eee-9a0f-d248-26c9-a192932d53e6-e6ab92b2, #w-node-def22678-289c-73c2-a525-121583973c42-e6ab92b2, #w-node-b9a03428-2586-21ce-f7e8-d91b1b467d75-e6ab92b2, #w-node-c7159119-8ddb-0cae-915f-2f158b897652-e6ab92b2, #w-node-_5b8b1867-c24a-e456-9a66-80ee263ca17f-e6ab92b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b8b1867-c24a-e456-9a66-80ee263ca181-e6ab92b4 {
  justify-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b994-e6ab92b1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b999-e6ab92b1 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b99e-e6ab92b1 {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b9a3-e6ab92b1 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b9a8-e6ab92b1 {
    grid-area: 2 / 4 / 3 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3c48e254-2609-0d54-13c5-7e084bebdfc9-4bebdfc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b0779f5-5bdf-9447-bb23-36559ec9a6c2-e6ab92ad {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-a9d3a319-37ca-0e62-b012-1a5867dab17e-e6ab92ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_60a9a653-5178-c69a-c52c-9ef6778ac6c2-e6ab92ae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c8f78505-c653-7061-62e7-cec1ef8e0f61-e6ab92ae {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d59c9122-1774-2af4-6764-6f6f675213e5-e6ab92ae {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79ddfb69-72fc-48ff-ba75-7d1f6e299360-e6ab92ae {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1e32314c-846b-4fe5-9882-534a87a0afbe-e6ab92ae {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b994-e6ab92b1, #w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b999-e6ab92b1, #w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b99e-e6ab92b1, #w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b9a3-e6ab92b1, #w-node-_47aa65c3-c607-a608-14ce-d55b6fc6b9a8-e6ab92b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_073bc84b-acd0-26d9-e60b-db4177497033-e6ab92ac {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c48e254-2609-0d54-13c5-7e084bebdfc9-4bebdfc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b0779f5-5bdf-9447-bb23-36559ec9a6c2-e6ab92ad {
    grid-column: span 1 / span 1;
  }

  #w-node-f377e740-273c-e438-eac9-1bd0ae1660af-e6ab92ad {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9d3a319-37ca-0e62-b012-1a5867dab17e-e6ab92ae, #w-node-_60a9a653-5178-c69a-c52c-9ef6778ac6c2-e6ab92ae, #w-node-c8f78505-c653-7061-62e7-cec1ef8e0f61-e6ab92ae, #w-node-d59c9122-1774-2af4-6764-6f6f675213e5-e6ab92ae, #w-node-_79ddfb69-72fc-48ff-ba75-7d1f6e299360-e6ab92ae, #w-node-_1e32314c-846b-4fe5-9882-534a87a0afbe-e6ab92ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_194b308c-f250-c938-06f4-777d0154d477-e6ab92b1 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194919-e6ab92b2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194971-e6ab92b2 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_8cb57eee-9a0f-d248-26c9-a192932d53e6-e6ab92b2, #w-node-def22678-289c-73c2-a525-121583973c42-e6ab92b2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f422cb7a-3de0-efda-b2b4-857ac78a26e5-e6ab92ac {
    justify-self: auto;
  }

  #w-node-_3c48e254-2609-0d54-13c5-7e084bebdfc9-4bebdfc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b0779f5-5bdf-9447-bb23-36559ec9a6c2-e6ab92ad {
    grid-column: span 1 / span 1;
  }

  #w-node-a9d3a319-37ca-0e62-b012-1a5867dab17e-e6ab92ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_60a9a653-5178-c69a-c52c-9ef6778ac6c2-e6ab92ae {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c8f78505-c653-7061-62e7-cec1ef8e0f61-e6ab92ae {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d59c9122-1774-2af4-6764-6f6f675213e5-e6ab92ae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_79ddfb69-72fc-48ff-ba75-7d1f6e299360-e6ab92ae {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_1e32314c-846b-4fe5-9882-534a87a0afbe-e6ab92ae {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_78fdcb7c-9c3e-621e-06a8-3ce452194905-e6ab92b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-UltraBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}