@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-ExtraBold.woff2') format("woff2"), url('../fonts/Geist-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Geist Wght;
  src: url('../fonts/Geistwght.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Geist, Arial, sans-serif;
  --color-scheme-1--primary-text: var(--_primitives---colors--primary-text);
  --_typography---font-styles--heading: Geist, Arial, sans-serif;
  --color-scheme-1--text-white: var(--_primitives---colors--white);
  --_primitives---colors--brand: #5d6e8f;
  --_primitives---colors--white: #fff;
  --_primitives---colors--primary-text: #11100f;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--background-gray: #fafafa;
  --color-scheme-1--border: var(--_primitives---colors--border);
  --color-scheme-1--background-secondry: var(--_primitives---colors--background-gray);
  --_primitives---colors--secondary-text: #1f1d20ab;
  --_ui-styles---radius--small: 8px;
  --_primitives---colors--ascent: #cdbcab;
  --color-scheme-1--secondry-text: var(--_primitives---colors--secondary-text);
  --color-scheme-1--foreground: var(--_primitives---colors--background-gray);
  --color-scheme-1--accent: var(--_primitives---colors--ascent);
  --_primitives---colors--border: #66666626;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--white-60: #fff9;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_ui-styles---radius--large: 0px;
  --_ui-styles---radius--medium: 0px;
  --_ui-styles---stroke--border-width: 1px;
  --_ui-styles---stroke--divider-width: 1px;
}

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

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--primary-text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.1875rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.1875rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.1875rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--color-scheme-1--primary-text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--primary-text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxsmall {
  padding: .5rem;
}

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

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

.icon-embed-small {
  color: var(--color-scheme-1--text-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.icon-embed-small.with-padding {
  padding: 2px;
}

.icon-embed-small.blue {
  color: var(--_primitives---colors--brand);
  width: 1.25rem;
  height: 1.25rem;
}

.button {
  border: 1px solid var(--_primitives---colors--brand);
  background-color: var(--_primitives---colors--brand);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.form_input {
  border: 1px solid var(--_primitives---colors--primary-text);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--primary-text);
  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: var(--_primitives---colors--primary-text);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

.button-group.is-center {
  justify-content: center;
}

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

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

.padding-global.padding-section-medium.display-inlineflex {
  padding-top: 10rem;
}

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

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

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.navbar_menu-button {
  padding: 0;
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar_component {
  z-index: 9999;
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: var(--_primitives---colors--background-gray);
  color: var(--color-scheme-1--primary-text);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 7rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_component:where(.w-variant-aad8a858-3889-efb8-5848-c1c69d7b3a33), .navbar_component:where(.w-variant-90c15c6b-6063-a91a-2222-96295543e47c) {
  background-color: var(--color-scheme-1--background);
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_link {
  padding: .5rem 1rem;
  transition: color .2s;
}

.navbar_link:hover {
  color: var(--_primitives---colors--brand);
}

.navbar_link.w--current {
  color: var(--_primitives---colors--primary-text);
}

.navbar_logo-link {
  width: 10rem;
  padding-left: 0;
}

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

.text-color-secondary {
  color: var(--_primitives---colors--secondary-text);
}

.text-color-secondary strong {
  color: var(--_primitives---colors--primary-text);
  font-weight: 600;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.hero-left-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 90%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-left-content.bottom {
  justify-content: flex-end;
  padding-bottom: 5%;
}

.section_hero {
  background-color: var(--_primitives---colors--background-gray);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.section_hero.padding-top-hero-mobile.smaller {
  min-height: 80svh;
  margin-top: 2rem;
}

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

.image.square {
  aspect-ratio: 1;
}

.hero-image-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(0deg, #1f1d20bf, #fff0 25%);
  position: absolute;
  inset: 0%;
}

.hero-image-content {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--color-scheme-1--text-white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3.75rem 2.5rem;
}

.hero-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 60%;
  display: flex;
}

.padding-top-hero-mobile {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.growth_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  max-width: 35rem;
  height: 40rem;
  overflow: hidden;
}

.growth_image-wrapper.shadow-image-right {
  height: 30rem;
  position: relative;
}

.growth_image-wrapper.shadow-image-right.hero {
  width: 100%;
}

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

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  transition: color .3s;
}

.content-tab-link:hover {
  color: #23272f;
}

.content-tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

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

.about_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  max-width: 35rem;
  height: 40rem;
  overflow: hidden;
}

.about_image-wrapper.shadow-image-left {
  height: 30rem;
}

.shadow-image-left {
  box-shadow: -20px 20px 0 0 var(--_primitives---colors--ascent);
}

.shadow-image-right {
  box-shadow: 20px 20px 0 0 var(--_primitives---colors--ascent);
}

.why-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_why {
  background-color: var(--_primitives---colors--background-gray);
}

.section_cta {
  background-color: var(--color-scheme-1--background-secondry);
  color: var(--color-scheme-1--primary-text);
  position: relative;
}

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

.footer_component {
  background-color: var(--_primitives---colors--brand);
  padding-top: 4rem;
  padding-bottom: 1rem;
}

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

.footer_top-links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--color-scheme-1--border);
  justify-content: flex-end;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.icon-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color-scheme-1--text-white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-link.dark {
  color: var(--color-scheme-1--primary-text);
}

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

.icon-links {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_header {
  color: var(--color-scheme-1--text-white);
  font-size: 1.5rem;
}

.footer_links-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.footer_copyright {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--color-scheme-1--text-white);
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.padding-top-hero-desktop {
  padding: 10rem 0 0;
}

.legal-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.legal_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.signature {
  color: var(--_primitives---colors--brand);
  font-family: Dancing Script, sans-serif;
  font-size: 2.5rem;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  transition: all .1s;
  display: flex;
}

.link-block:hover {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.live-chat-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper.preview-page {
  position: fixed;
}

.live-chat-bubble-title {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title.whatsapp {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--primary-text);
  font-weight: 500;
}

.live-chat-close-icon {
  z-index: -1;
  position: absolute;
}

.live-chat-button {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a24;
}

.live-chat-button:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button.whatsapp {
  background-color: #25d366;
  font-weight: 400;
  box-shadow: 0 6px 18px #112d2d24;
}

.live-chat-content {
  align-items: flex-end;
  display: flex;
}

.live-chat-content-right {
  margin-right: 18px;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: var(--_primitives---colors--secondary-text);
}

.live-chat-message-bubble {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px #170f4912;
}

.live-chat-message-bubble.whatsapp {
  box-shadow: 0 4px 16px #14282b14;
}

.live-chat-bubbble {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px #128c6033;
}

.live-chat-avatar {
  background-color: var(--color-scheme-1--text-white);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.live-chat-avatar-wrapper {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.text-area {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1.5;
}

.text-area:hover {
  border-color: #000;
  box-shadow: 0 2px 12px #0000001a;
}

.text-area:focus {
  color: #000;
  border-color: #000;
}

.text-area::placeholder {
  color: #8f8f8f;
}

.card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 24px;
}

.card.form {
  border-radius: 16px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 64px 40px;
}

.success-message {
  color: #000;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.color-neutral-300 {
  color: #eee;
}

.input {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1.5;
}

.input:hover {
  border-color: #000;
}

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

.input::placeholder {
  color: #8f8f8f;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact-v1 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.rich p {
  color: var(--_primitives---colors--secondary-text);
  margin-bottom: 10px;
}

.rich h1, .rich h2, .rich h3, .rich h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich blockquote {
  margin-bottom: 10px;
}

.rich strong {
  color: var(--_primitives---colors--primary-text);
  font-weight: 600;
}

.more-services-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.more-services {
  margin-top: 6rem;
  position: sticky;
}

.image-3 {
  height: 90px;
}

.div-block-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.badge {
  width: 120px;
  margin-top: 1rem;
}

.h2-custom {
  font-family: var(--_typography---font-styles--body);
  font-size: 4rem;
  font-weight: 300;
}

.image-top-text {
  z-index: 2;
  color: var(--color-scheme-1--background);
  text-align: center;
  background-image: radial-gradient(circle, #0000004d, #0000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-wrap {
  margin-top: 2rem;
}

.image-4 {
  display: none;
}

.space-large {
  height: 8rem;
}

.language-dropdown.show-mobile {
  display: none;
}

.language-toggle {
  border-radius: 4px;
  align-items: center;
  padding: .25rem 1rem;
  font-size: 1rem;
  transition: all .2s;
  display: flex;
}

.icon-3 {
  display: none;
}

.flag {
  object-fit: cover;
  background-image: url('../images/Flag_of_Finland.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 12px;
}

.flag.english {
  background-image: url('../images/Flag_of_the_United_Kingdom.svg');
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.language-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #143d60;
}

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

.code-embed {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.1875rem;
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

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

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

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

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

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

  .navbar_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon_line-top {
    background-color: var(--_primitives---colors--brand);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon_line-bottom {
    background-color: var(--_primitives---colors--brand);
    color: var(--_primitives---colors--brand);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_logo-link {
    width: 7rem;
  }

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

  .navbar_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background-secondry);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

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

  .hero-left-content {
    justify-content: flex-start;
    max-width: none;
    height: auto;
  }

  .hero-left-content.bottom {
    padding-bottom: 0%;
  }

  .section_hero {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    flex-flow: column;
    display: flex;
  }

  .section_hero.padding-top-hero-mobile.smaller {
    padding-top: 5rem;
  }

  .hero-header {
    max-width: none;
  }

  .padding-top-hero-mobile {
    padding: 10rem 0 0;
  }

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

  .footer_component {
    padding-top: 4.5rem;
  }

  .padding-top-hero-desktop {
    padding: 8rem 0 0;
  }

  .card.form {
    padding: 54px 32px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .language-dropdown {
    margin-right: 0;
  }

  .language-dropdown.hide-mobile {
    display: none;
  }

  .language-dropdown.show-mobile {
    display: block;
  }

  .language-toggle {
    font-size: 1.125rem;
  }

  .flag {
    width: 23px;
    height: 14px;
    margin-right: 0;
  }

  .div-block-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.125rem;
    font-size: 2.5rem;
  }

  h2 {
    letter-spacing: -.125rem;
    font-size: 2.25rem;
  }

  h3 {
    letter-spacing: -.125rem;
    font-size: 2rem;
  }

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

  h5 {
    letter-spacing: -.0625rem;
    font-size: 1.25rem;
  }

  h6 {
    letter-spacing: -.0625rem;
    font-size: 1.125rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

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

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

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

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

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

  .navbar_component {
    height: auto;
    min-height: 6rem;
  }

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

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .hero-image-content {
    left: 2.5rem;
    right: 2.5rem;
  }

  .padding-top-hero-mobile {
    padding: 8rem 0 0;
  }

  .growth_image-wrapper {
    height: auto;
  }

  .growth_content, .about_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about_image-wrapper {
    height: auto;
  }

  .footer_top-links-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_bottom-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  .padding-top-hero-desktop {
    padding: 6rem 0 0;
  }

  .live-chat-wrapper {
    bottom: 24px;
    right: 24px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-area {
    border-radius: 18px;
  }

  .card.form {
    padding: 56px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .h2-custom {
    font-size: 3rem;
    line-height: 1.2;
  }

  .language-toggle {
    margin-left: 0;
  }

  .flag {
    width: 24px;
    height: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

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

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

  .hero-image-wrapper {
    height: 100%;
  }

  .hero-left-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .image.square {
    aspect-ratio: 3 / 2;
  }

  .hero-image-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }

  .padding-top-hero-mobile {
    padding: 6rem 0 0;
  }

  .growth_image-wrapper.shadow-image-right {
    box-shadow: 10px 10px 0 0 var(--_primitives---colors--ascent);
  }

  .growth_content, .about_content {
    grid-template-columns: 1fr;
  }

  .about_image-wrapper.shadow-image-left, .shadow-image-left {
    box-shadow: -10px 10px 0 0 var(--_primitives---colors--ascent);
  }

  .shadow-image-right {
    box-shadow: 10px 10px 0 0 var(--_primitives---colors--ascent);
  }

  .footer_top-links-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

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

  .padding-top-hero-desktop {
    padding: 6rem 0 0;
  }

  .live-chat-wrapper {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .live-chat-content-right {
    margin-right: 0;
  }

  .live-chat-message-bubble {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-bubbble {
    width: 56px;
    height: 56px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .card.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 50px;
  }

  .more-services-link {
    grid-template-columns: 1fr;
  }

  .image-3 {
    height: 80px;
  }

  .div-block-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .image-top-text {
    font-size: 1.1rem;
  }

  .language-dropdown {
    z-index: 6000;
    width: auto;
  }

  .language-toggle {
    z-index: 6001;
  }

  .language-toggle.w--open {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .icon-3 {
    margin-right: 32%;
  }

  .language-list.w--open {
    z-index: 2147483647;
  }

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

#w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef534-e17e7c42, #w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef54d-e17e7c42, #w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef554-e17e7c42, #w-node-_206aae06-4d76-3160-2955-561968d9569a-e17e7cd2, #w-node-d295cc25-a305-ba88-d1e0-bc52e654925c-e17e7cd2, #w-node-_05fc96da-7bcb-c8b8-bfeb-694d1ecb762e-e17e7cd2, #w-node-_4d0bfab6-6ae0-f6f7-c628-bbb4cbf8c4f2-e17e7cd3, #w-node-c5f40300-4604-0e2d-ca50-e3fe2c078ee1-e17e7cd3, #w-node-b38d980a-b264-ef5f-789d-3c013a6dada3-e17e7cd5, #w-node-_0beb4404-fdbd-18e7-6327-ad051c779a65-e17e7cd5, #w-node-_81a59d0a-5ab6-af93-399c-046cf85d456d-029ef2be, #w-node-_19ac0fb7-7149-f5fa-dde1-2651ae12d59e-029ef2be, #w-node-_28be94c2-67d5-0851-b518-26650b6dd64d-029ef2be, #w-node-a61b3b03-45fb-60ea-b756-eb4f253a01e1-7ae4ff1b, #w-node-_83ab564b-47ef-e41a-3802-fbb2202a129d-7ae4ff1b, #w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef534-10409c46, #w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef54d-10409c46, #w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef554-10409c46, #w-node-_206aae06-4d76-3160-2955-561968d9569a-c5db3997, #w-node-d295cc25-a305-ba88-d1e0-bc52e654925c-c5db3997, #w-node-_05fc96da-7bcb-c8b8-bfeb-694d1ecb762e-c5db3997, #w-node-b38d980a-b264-ef5f-789d-3c013a6dada3-e5431138, #w-node-_0beb4404-fdbd-18e7-6327-ad051c779a65-e5431138, #w-node-_81a59d0a-5ab6-af93-399c-046cf85d456d-81148598, #w-node-_19ac0fb7-7149-f5fa-dde1-2651ae12d59e-81148598, #w-node-_28be94c2-67d5-0851-b518-26650b6dd64d-81148598, #w-node-a61b3b03-45fb-60ea-b756-eb4f253a01e1-296be250, #w-node-_83ab564b-47ef-e41a-3802-fbb2202a129d-296be250, #w-node-_4d0bfab6-6ae0-f6f7-c628-bbb4cbf8c4f2-d57c1ace, #w-node-c5f40300-4604-0e2d-ca50-e3fe2c078ee1-d57c1ace {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef536-e17e7c42, #w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef544-e17e7c42, #w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef556-e17e7c42 {
    order: -9999;
  }

  #w-node-ca25d572-c1a9-f34c-e3ea-6a35ad4c69d8-ad4c69c9, #w-node-_5a47a8f0-f0d6-b1bb-c2e9-04bd984f7613-ad4c69c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_206aae06-4d76-3160-2955-561968d9569c-e17e7cd2, #w-node-d295cc25-a305-ba88-d1e0-bc52e6549250-e17e7cd2, #w-node-_05fc96da-7bcb-c8b8-bfeb-694d1ecb7630-e17e7cd2, #w-node-_4d0bfab6-6ae0-f6f7-c628-bbb4cbf8c4e9-e17e7cd3, #w-node-c5f40300-4604-0e2d-ca50-e3fe2c078ee3-e17e7cd3, #w-node-b38d980a-b264-ef5f-789d-3c013a6dada5-e17e7cd5, #w-node-_0beb4404-fdbd-18e7-6327-ad051c779a5c-e17e7cd5, #w-node-_81a59d0a-5ab6-af93-399c-046cf85d456f-029ef2be, #w-node-_19ac0fb7-7149-f5fa-dde1-2651ae12d592-029ef2be, #w-node-_28be94c2-67d5-0851-b518-26650b6dd64f-029ef2be, #w-node-a61b3b03-45fb-60ea-b756-eb4f253a01e3-7ae4ff1b, #w-node-_83ab564b-47ef-e41a-3802-fbb2202a126c-7ae4ff1b, #w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef536-10409c46, #w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef544-10409c46, #w-node-_9cff22e6-c906-2cb9-8a58-9dc1316ef556-10409c46 {
    order: -9999;
  }

  #w-node-_1bc9dc68-83ce-2098-4282-2436238c9b40-238c9b37, #w-node-_1bc9dc68-83ce-2098-4282-2436238c9b4c-238c9b37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_206aae06-4d76-3160-2955-561968d9569c-c5db3997, #w-node-d295cc25-a305-ba88-d1e0-bc52e6549250-c5db3997, #w-node-_05fc96da-7bcb-c8b8-bfeb-694d1ecb7630-c5db3997, #w-node-b38d980a-b264-ef5f-789d-3c013a6dada5-e5431138, #w-node-_0beb4404-fdbd-18e7-6327-ad051c779a5c-e5431138, #w-node-_81a59d0a-5ab6-af93-399c-046cf85d456f-81148598, #w-node-_19ac0fb7-7149-f5fa-dde1-2651ae12d592-81148598, #w-node-_28be94c2-67d5-0851-b518-26650b6dd64f-81148598, #w-node-a61b3b03-45fb-60ea-b756-eb4f253a01e3-296be250, #w-node-_83ab564b-47ef-e41a-3802-fbb2202a126c-296be250, #w-node-_4d0bfab6-6ae0-f6f7-c628-bbb4cbf8c4e9-d57c1ace, #w-node-c5f40300-4604-0e2d-ca50-e3fe2c078ee3-d57c1ace {
    order: -9999;
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraBold.woff2') format('woff2'), url('../fonts/Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Wght';
  src: url('../fonts/Geistwght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}