:root {
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--accent--primary-1: #28ff14;
  --elements-webflow-library--neutral--100: white;
  --textcolor: #333;
  --elements-webflow-library--neutral--800: #211f54;
  --purple: #9728ff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--secondary--color-1: #281ca5;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.brix---container-default {
  max-width: 90vw;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---container-default.about-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.brix---container-default.header {
  padding-left: 6px;
  padding-right: 6px;
}

.brix---header-wrapper {
  background-color: #0000;
  border: 1px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Darker Grotesque, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.brix---header-wrapper.black {
  background-color: #0000003d;
}

.brix---header-wrapper.blog {
  background-color: #fff;
  border-color: #0000001a;
}

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

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-link.white {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo.color {
  display: none;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---btn-primary-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--textcolor);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 5px;
  justify-content: center;
  padding: 15px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
}

.brix---btn-primary-small:hover {
  background-color: var(--purple);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small.submit-about {
  display: none;
}

.brix---btn-primary-small.fake-submit {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---heading-h1-size {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.brix---heading-h1-size.white {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---opacity-20 {
  opacity: .2;
}

.section-hero-primary {
  background-color: #eef0f2;
  background-image: url('../images/lines-1.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0 0 2rem 2rem;
  min-height: 60vh;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 220px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.section-hero-primary.about {
  background-color: #00000059;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 100px;
  min-height: 80vh;
}

.section-hero-primary.solutions {
  background-color: #00000080;
  background-image: none;
  padding-bottom: 100px;
  min-height: 80vh;
}

.descriptionhero {
  margin-bottom: 0;
  font-family: Darker Grotesque, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

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

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.image {
  opacity: 0;
  width: 800px;
  height: auto;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(130px, 147px);
}

.brix---grid-4-columns {
  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;
}

.brix---grid-4-columns.about {
  grid-template-columns: 1fr 1fr 1fr;
}

.brix---color-neutral-801 {
  color: var(--purple);
}

.brix---mg-bottom-56px {
  margin-bottom: 42px;
}

.brix---display-2 {
  font-family: Darker Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.brix---display-2.about {
  font-size: 28px;
  font-weight: 700;
}

.brix---container-default-2 {
  max-width: 90vw;
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.section.no-top {
  padding-top: 0;
}

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

.section.reports {
  background-color: #eef0f2;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-left: 30px;
  margin-right: 30px;
}

.section.news-page, .section.privacy {
  padding-top: 160px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.brix---heading-h2-size.bottom-20 {
  margin-bottom: 20px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.brix---heading-h3-size.about {
  margin-bottom: 0;
  font-size: 20px;
}

.brix---text-left {
  text-align: left;
}

.brix---icon-stats-v7 {
  border-radius: 16px;
  width: 48px;
}

.flex-card-s2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--textcolor);
  border: 1px solid #d9d9d9;
  border-radius: 0 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 12px;
  transition: all .2s;
  display: grid;
}

.flex-card-s2:hover {
  transform: scale(1.05);
}

.flex-card-s2.v2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.flex-card-s2.about {
  justify-content: space-between;
  place-items: center stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

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

.brix---color-accent-2, .brix---color-neutral-802, .brix---color-neutral-803 {
  color: var(--textcolor);
}

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

.brix---text-200 {
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.brix---container-default-3 {
  max-width: 90vw;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.brix---hidden-desktop {
  display: none;
}

.brix---flex-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
  margin-bottom: 48px;
}

.brix---slide-item-mg {
  width: 800px;
  margin-right: 28px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---grid-top---text-2-buttons.no-margin {
  margin-bottom: 0;
}

.brix---grid-top---text-2-buttons.about.margin-16 {
  margin-bottom: 24px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.brix---paragraph-default.font-22 {
  font-size: 22px;
}

.brix---paragraph-default.font-22.weight-400 {
  font-weight: 400;
}

.brix---paragraph-default.text-center {
  text-align: center;
}

.brix---card-testimonial-v13 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  pointer-events: none;
  border-radius: 0 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.brix---slider-mask-width-390px {
  max-width: 390px;
  height: 100%;
  overflow: visible;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  opacity: 0;
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 0;
  min-width: 0;
  height: 0;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  opacity: 0;
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 0;
  min-width: 0;
  height: 0;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---section-overflow-hidden {
  background-color: #eef0f2;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.brix---color-neutral-804, .brix---color-neutral-600 {
  color: var(--textcolor);
}

.brix---mg-bottom-32px {
  margin-bottom: 16px;
}

.brix---text-201 {
  color: #879eb3;
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---container-default-4 {
  max-width: 90vw;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.brix---blog-card-image {
  width: 100%;
}

.brix---blog-card-image-wrapper {
  border-radius: 0 2rem 0 0;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-wrapper {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 0 2rem 0 0;
  text-decoration: none;
}

.brix---section-small {
  background-color: #eef0f2;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---section-small.news {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-insights {
  min-height: 220px;
  margin-bottom: 0;
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.brix---grid-3-columns-gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.brix---flex-horizontal-start.read-more {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.div-block {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-block {
  color: var(--purple);
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.image-2 {
  margin-top: 2px;
}

.brix---container-default-5 {
  max-width: 90vw;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---cta-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.brix---cta-section.news {
  background-color: #eef0f2;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-left: 30px;
  margin-right: 30px;
}

.brix---cta-section.news.newsletter {
  padding-top: 160px;
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-cta-v1.news {
  grid-template-columns: 1fr auto;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-2 {
  margin-bottom: 16px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: #002a42;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---footer-middle {
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---grid-footer-5-cols {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.brix---grid-footer-bottom-v2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.brix---paragraph-default-3 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 18px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.brix---footer-bottom-v2 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: left;
  padding-top: 0;
  padding-bottom: 32px;
  font-size: 18px;
}

.lang {
  margin-left: 24px;
}

.div-align-title-header {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.img-about-one {
  width: 100%;
  height: auto;
}

.img-about-one.post {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.brix---color-neutral-806 {
  color: var(--textcolor);
}

.brix---container-default-6 {
  max-width: 90vw;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #eef0f2;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Darker Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---avatar-image-square {
  border-radius: 0 2rem 0 0;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-3-columns-gap-row-64px {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---text-300-medium {
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.brix---avatar-image-link {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
  transition: transform .3s;
  object-position: center 45%;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---heading-link-dark {
  color: var(--textcolor);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.cards-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4 {
  border: 1px solid #00000026;
  border-bottom-left-radius: 2rem;
  padding: 32px 16px 32px 32px;
}

.text-span {
  color: #be133c;
  font-weight: 500;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---input {
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  background-color: #fff0;
  border: 1px solid #00000080;
  border-radius: .25rem;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input.news {
  max-width: 500px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #eef0f2;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---section-2.jointeam {
  padding-top: 160px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

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

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

.brix---grid-contact-v11 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.m-bottom-28px {
  margin-bottom: 28px;
}

.checkbox-field {
  color: var(--textcolor);
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.text-span-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.pagination {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}

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

.next {
  background-color: #fafafa00;
  border-style: solid;
  border-radius: 1rem;
}

.previous {
  text-align: right;
  border-radius: 1rem;
}

.icon-2 {
  width: 24px;
  height: 24px;
}

.page-count {
  text-align: right;
  width: auto;
  margin-top: 0;
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title {
  color: var(--textcolor);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Darker Grotesque, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.brix---paragraph-default-4 {
  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: 18px;
  line-height: 30px;
}

.brix---accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---accordion-item-wrapper-v7 {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff0;
  border-style: solid none solid solid;
  border-width: 0 0 1px;
  border-bottom-color: #0000004d;
  border-right-color: #d8aaaa00;
  justify-content: space-between;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v7:hover {
  transform: scale3d(.96, .96, 1.01);
}

.list-item {
  color: var(--textcolor);
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 25px;
  display: flex;
}

.brix---container-default-7 {
  max-width: 90vw;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.brix---image._1 {
  object-fit: cover;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  height: 95%;
}

.brix---image._1.v2 {
  height: 660px;
}

.brix---image._2.v1 {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  height: 340px;
  max-height: 340px;
  margin-left: 24px;
}

.brix---image._2.v2 {
  object-fit: cover;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  height: 340px;
  max-height: 340px;
  padding-right: 10px;
}

.brix---image._2.v3 {
  border-bottom-left-radius: 2rem;
  height: 340px;
  margin-left: 24px;
}

.brix---gallery-v2-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---gallery-v2-col-right {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v2-col-right.s1-right {
  height: 100%;
}

.brix---gallery-v2-col-left {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---image-wrapper-br-24px {
  border-top-right-radius: 2rem;
  overflow: hidden;
}

.brix---image-wrapper-br-24px.v2 {
  max-width: 95%;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.text-faq {
  color: var(--textcolor);
  font-family: Darker Grotesque, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.m-t-b-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text-block {
  font-family: Darker Grotesque, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.real-submit {
  display: none;
}

.image-4 {
  object-fit: cover;
  border-bottom-left-radius: 2rem;
  width: 100%;
  height: 340px;
  max-height: 360px;
}

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

.number-page {
  color: #333;
  border: 1px solid #0003;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.fs-cmsload-active {
  background-color: var(--purple);
  color: #fff;
  border: 1px #0003;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.page-count-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

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

@media screen and (min-width: 1440px) {
  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 88px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v11 {
    grid-column-gap: 90px;
    grid-template-columns: 1.5fr 1.2fr;
  }
}

@media screen and (max-width: 991px) {
  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-wrapper.black {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: #fff;
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-link.white {
    color: var(--textcolor);
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---hamburger-menu-bar-top {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-top.black {
    background-color: var(--textcolor);
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-bottom.black {
    background-color: var(--textcolor);
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .section-hero-primary {
    background-position: 100% 100%;
    background-size: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .image {
    position: static;
    left: auto;
    right: auto;
    transform: none;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .section.reports {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section.news-page {
    padding-top: 120px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slide-item-mg {
    width: 100%;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---grid-top---text-2-buttons.about {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .brix---slider-mask-width-390px {
    position: static;
  }

  .brix---section-overflow-hidden {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---section-small {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---cta-section.news {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---footer-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brix---footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---grid-footer-5-cols {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---footer-bottom-v2 {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .brix---section {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 40px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---image._1 {
    object-fit: cover;
    max-height: 340px;
  }

  .brix---image._2.v1 {
    margin-left: 0;
  }

  .brix---image._2.v2 {
    padding-right: 0;
  }

  .brix---image._2.v3 {
    margin-left: 0;
  }

  .brix---gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---grid-4-columns.about.mainindicators, .brix---grid-4-columns.about.corevalues {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

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

  .brix---text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brix---grid-cta-v1, .brix---grid-cta-v1.news {
    grid-template-columns: 1fr;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-footer-5-cols {
    grid-template-columns: 1fr 1fr;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 68px;
    grid-template-columns: 1fr;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

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

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---form-grid-2-columns._3, .brix---grid-contact-v11 {
    grid-template-columns: 1fr;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding-right: 24px;
  }

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

  .brix---image._1 {
    max-height: 360px;
  }

  .brix---gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }

  .brix---gallery-v2-col-right {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .section-hero-primary {
    min-height: 70vh;
    padding-top: 96px;
    padding-bottom: 48px;
  }

  .descriptionhero {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---card-testimonial-v13 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    right: 31%;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

  .brix---section-overflow-hidden {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brix---text-201 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .paragraph-insights {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .image-3 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---grid-contact-v11 {
    grid-row-gap: 50px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---image._2.v2 {
    object-fit: cover;
  }

  .brix---gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}



#w-node-_6b269b87-28b4-245e-53ad-8dd6a6547b5f-90971833, #w-node-d2a16aea-c7c4-9474-cef3-1df5a66ef1c3-6d656da7, #w-node-_93100049-4fc5-eb01-5e67-23f56fa9d9e9-ce091c37, #w-node-_9bf5530e-6bc1-f572-9981-fb0728187c4b-24c70b1f, #w-node-b63b5950-d5c5-812e-a03a-91c9742d791f-fdb39fe5, #w-node-cf6018df-bf13-0ffa-6bbb-4c1af5caf6db-db369d4d, #w-node-f15b00d3-462b-f2de-b456-61ff0ed500d0-9d50fc76, #w-node-_3c8d37c7-ba30-b1a3-de9a-67f941376d63-d77bc8cd, #w-node-ebaf805d-68aa-0563-773d-9f201842a344-071731e5, #w-node-_9478b956-2894-96a5-4f32-fda0b481a4d6-6369db1f, #w-node-e33d5ff8-08a6-3828-d38e-f7cd349308c4-9f703262, #w-node-_0ffde928-0688-e2c4-9b99-910956d841d4-da62dacc, #w-node-_7054d8d0-7eb9-2b37-510d-2c765c21a33a-4159ea84, #w-node-b2640753-8cca-6052-e0c6-2d2c1e524a7a-3dfa98bd, #w-node-_369dcbd2-8da8-536c-cf5a-b2e65a02981a-2123cefe, #w-node-dd6c91ed-423c-ca5d-c1a3-ea0f5628d7da-8e5c7d20, #w-node-_4a460449-2878-cc8b-d491-dd385f3046f1-b19502c1, #w-node-b2640753-8cca-6052-e0c6-2d2c1e524a7a-9724c519, #w-node-b2640753-8cca-6052-e0c6-2d2c1e524a7a-b3ec4435, #w-node-_369dcbd2-8da8-536c-cf5a-b2e65a02981a-b4bdec93, #w-node-_369dcbd2-8da8-536c-cf5a-b2e65a02981a-fe396876, #w-node-_4a460449-2878-cc8b-d491-dd385f3046f1-b195a885, #w-node-_4a460449-2878-cc8b-d491-dd385f3046f1-ddf8ab9a, #w-node-dd6c91ed-423c-ca5d-c1a3-ea0f5628d7da-77543043, #w-node-dd6c91ed-423c-ca5d-c1a3-ea0f5628d7da-ddf8b460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6b269b87-28b4-245e-53ad-8dd6a6547b5f-90971833 {
    justify-self: center;
  }

  #w-node-f934458d-9850-02c2-fa4e-eb73de5c9d09-6d656da7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f934458d-9850-02c2-fa4e-eb73de5c9d0e-6d656da7, #w-node-_09148e09-a80a-7f7f-cbde-758bcc88f170-6d656da7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2a16aea-c7c4-9474-cef3-1df5a66ef1c3-6d656da7 {
    justify-self: center;
  }

  #w-node-_9de36387-a7cd-0405-6c22-78e76565f90f-ce091c37 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9de36387-a7cd-0405-6c22-78e76565f914-ce091c37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37cc6245-643a-5f5b-ea69-4a3f820d608c-ce091c37 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_37cc6245-643a-5f5b-ea69-4a3f820d6091-ce091c37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ac47580-1e39-71cf-415c-0026ece4a971-ce091c37, #w-node-_93100049-4fc5-eb01-5e67-23f56fa9d9e9-ce091c37, #w-node-_9bf5530e-6bc1-f572-9981-fb0728187c4b-24c70b1f {
    justify-self: center;
  }

  #w-node-c06a961e-5d98-3e66-1547-ccbc29088e84-fdb39fe5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c06a961e-5d98-3e66-1547-ccbc29088e89-fdb39fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8c9a4f6-4a6b-60c3-e835-eba039ad54db-fdb39fe5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d8c9a4f6-4a6b-60c3-e835-eba039ad54e0-fdb39fe5, #w-node-d13685f9-df4d-d184-2e65-f3703cb9597b-fdb39fe5, #w-node-_48dd9f83-9f94-83c7-5778-2b7548ccf102-fdb39fe5, #w-node-_17dd83f2-ec0d-24b2-d951-7b577a8fdf42-fdb39fe5, #w-node-a46e0e7d-d4ca-e514-969c-8b459bbbd4fb-fdb39fe5, #w-node-a46e0e7d-d4ca-e514-969c-8b459bbbd500-fdb39fe5, #w-node-a46e0e7d-d4ca-e514-969c-8b459bbbd505-fdb39fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_943bd8b5-3aa2-d7d6-8701-94ec18f69ea6-fdb39fe5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_943bd8b5-3aa2-d7d6-8701-94ec18f69eab-fdb39fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b761ab8a-2e60-0559-47c4-374c34ac7e67-fdb39fe5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b761ab8a-2e60-0559-47c4-374c34ac7e6c-fdb39fe5, #w-node-_64bcb566-205f-d550-543f-4b25319f3dc5-fdb39fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64bcb566-205f-d550-543f-4b25319f3d5d-fdb39fe5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b63b5950-d5c5-812e-a03a-91c9742d791f-fdb39fe5, #w-node-cf6018df-bf13-0ffa-6bbb-4c1af5caf6db-db369d4d, #w-node-f15b00d3-462b-f2de-b456-61ff0ed500d0-9d50fc76 {
    justify-self: center;
  }

  #w-node-_40248356-c77e-fc0c-2630-57fda7afb4f6-d77bc8cd {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_40248356-c77e-fc0c-2630-57fda7afb4fb-d77bc8cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_40248356-c77e-fc0c-2630-57fda7afb523-d77bc8cd {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_40248356-c77e-fc0c-2630-57fda7afb528-d77bc8cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_40248356-c77e-fc0c-2630-57fda7afb5d7-d77bc8cd, #w-node-_3c8d37c7-ba30-b1a3-de9a-67f941376d63-d77bc8cd {
    justify-self: center;
  }

  #w-node-_4a4ac19c-84a3-3827-d8c4-777c35233be9-071731e5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4a4ac19c-84a3-3827-d8c4-777c35233bee-071731e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a4ac19c-84a3-3827-d8c4-777c35233c16-071731e5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4a4ac19c-84a3-3827-d8c4-777c35233c1b-071731e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a4ac19c-84a3-3827-d8c4-777c35233cca-071731e5, #w-node-ebaf805d-68aa-0563-773d-9f201842a344-071731e5 {
    justify-self: center;
  }

  #w-node-_9478b956-2894-96a5-4f32-fda0b481a2fe-6369db1f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9478b956-2894-96a5-4f32-fda0b481a301-6369db1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9478b956-2894-96a5-4f32-fda0b481a30f-6369db1f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9478b956-2894-96a5-4f32-fda0b481a314-6369db1f, #w-node-_9478b956-2894-96a5-4f32-fda0b481a35d-6369db1f, #w-node-_9478b956-2894-96a5-4f32-fda0b481a362-6369db1f, #w-node-_9478b956-2894-96a5-4f32-fda0b481a367-6369db1f, #w-node-_9478b956-2894-96a5-4f32-fda0b481a37d-6369db1f, #w-node-_9478b956-2894-96a5-4f32-fda0b481a381-6369db1f, #w-node-_9478b956-2894-96a5-4f32-fda0b481a385-6369db1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9478b956-2894-96a5-4f32-fda0b481a38e-6369db1f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9478b956-2894-96a5-4f32-fda0b481a3f7-6369db1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9478b956-2894-96a5-4f32-fda0b481a412-6369db1f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9478b956-2894-96a5-4f32-fda0b481a418-6369db1f, #w-node-_9478b956-2894-96a5-4f32-fda0b481a440-6369db1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9478b956-2894-96a5-4f32-fda0b481a45d-6369db1f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9478b956-2894-96a5-4f32-fda0b481a4d6-6369db1f {
    justify-self: center;
  }

  #w-node-e33d5ff8-08a6-3828-d38e-f7cd349306ec-9f703262 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e33d5ff8-08a6-3828-d38e-f7cd349306ef-9f703262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e33d5ff8-08a6-3828-d38e-f7cd349306fd-9f703262 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e33d5ff8-08a6-3828-d38e-f7cd34930702-9f703262, #w-node-e33d5ff8-08a6-3828-d38e-f7cd3493074b-9f703262, #w-node-e33d5ff8-08a6-3828-d38e-f7cd34930750-9f703262, #w-node-e33d5ff8-08a6-3828-d38e-f7cd34930755-9f703262, #w-node-e33d5ff8-08a6-3828-d38e-f7cd3493076b-9f703262, #w-node-e33d5ff8-08a6-3828-d38e-f7cd3493076f-9f703262, #w-node-e33d5ff8-08a6-3828-d38e-f7cd34930773-9f703262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e33d5ff8-08a6-3828-d38e-f7cd3493077c-9f703262 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e33d5ff8-08a6-3828-d38e-f7cd349307e5-9f703262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e33d5ff8-08a6-3828-d38e-f7cd34930800-9f703262 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e33d5ff8-08a6-3828-d38e-f7cd34930806-9f703262, #w-node-e33d5ff8-08a6-3828-d38e-f7cd3493082e-9f703262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e33d5ff8-08a6-3828-d38e-f7cd3493084b-9f703262 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e33d5ff8-08a6-3828-d38e-f7cd349308c4-9f703262, #w-node-_0ffde928-0688-e2c4-9b99-910956d841d4-da62dacc, #w-node-_7054d8d0-7eb9-2b37-510d-2c765c21a33a-4159ea84 {
    justify-self: center;
  }

  #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e86e-3dfa98bd, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e873-3dfa98bd, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e878-3dfa98bd, #w-node-_774c44bd-f7f6-eb60-a88f-69c5ab45b408-3dfa98bd, #w-node-_87096fae-4828-8351-8acb-3f012e21b7d0-3dfa98bd, #w-node-d28a944a-c287-eb07-4ac8-0ca6f3992db2-3dfa98bd, #w-node-_8582f4ef-5c95-29df-dbca-c2b82e8599cc-3dfa98bd, #w-node-_046e2909-fccd-bca9-c3b1-c66d15b79826-3dfa98bd, #w-node-_34cb5bc5-0933-4610-b3a7-64cabf8c1405-3dfa98bd, #w-node-da6d9565-5906-b128-1ca3-fd31d2a9a904-3dfa98bd, #w-node-_7e12e8e7-5523-17ba-31cf-b8a221b94ad0-3dfa98bd, #w-node-_230c5a22-7704-655a-1846-dbdf4603bcf6-3dfa98bd, #w-node-_6d7f47c4-eb1d-3171-2988-43618a831c79-3dfa98bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2640753-8cca-6052-e0c6-2d2c1e524a7a-3dfa98bd {
    justify-self: center;
  }

  #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e86e-2123cefe, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e873-2123cefe, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e878-2123cefe, #w-node-_774c44bd-f7f6-eb60-a88f-69c5ab45b408-2123cefe, #w-node-_87096fae-4828-8351-8acb-3f012e21b7d0-2123cefe, #w-node-d28a944a-c287-eb07-4ac8-0ca6f3992db2-2123cefe, #w-node-_8582f4ef-5c95-29df-dbca-c2b82e8599cc-2123cefe, #w-node-_046e2909-fccd-bca9-c3b1-c66d15b79826-2123cefe, #w-node-_34cb5bc5-0933-4610-b3a7-64cabf8c1405-2123cefe, #w-node-da6d9565-5906-b128-1ca3-fd31d2a9a904-2123cefe, #w-node-_912493ec-6b3d-b6e9-192f-32b302549d7f-2123cefe, #w-node-f9d74540-5c62-6a8e-3d8c-8717115e8962-2123cefe, #w-node-_7e12e8e7-5523-17ba-31cf-b8a221b94ad0-2123cefe, #w-node-_26b2a865-6ee2-d1d3-3cf8-d60abff400de-2123cefe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_369dcbd2-8da8-536c-cf5a-b2e65a02981a-2123cefe, #w-node-dd6c91ed-423c-ca5d-c1a3-ea0f5628d7da-8e5c7d20, #w-node-_29c44c33-6c2d-2577-b1bf-3da7a42017c4-b19502c1, #w-node-_4a460449-2878-cc8b-d491-dd385f3046f1-b19502c1 {
    justify-self: center;
  }

  #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e86e-9724c519, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e873-9724c519, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e878-9724c519, #w-node-_774c44bd-f7f6-eb60-a88f-69c5ab45b408-9724c519, #w-node-_87096fae-4828-8351-8acb-3f012e21b7d0-9724c519, #w-node-d28a944a-c287-eb07-4ac8-0ca6f3992db2-9724c519, #w-node-_8582f4ef-5c95-29df-dbca-c2b82e8599cc-9724c519, #w-node-_046e2909-fccd-bca9-c3b1-c66d15b79826-9724c519, #w-node-_34cb5bc5-0933-4610-b3a7-64cabf8c1405-9724c519, #w-node-da6d9565-5906-b128-1ca3-fd31d2a9a904-9724c519, #w-node-_7e12e8e7-5523-17ba-31cf-b8a221b94ad0-9724c519, #w-node-_230c5a22-7704-655a-1846-dbdf4603bcf6-9724c519, #w-node-_6d7f47c4-eb1d-3171-2988-43618a831c79-9724c519 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2640753-8cca-6052-e0c6-2d2c1e524a7a-9724c519 {
    justify-self: center;
  }

  #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e86e-b3ec4435, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e873-b3ec4435, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e878-b3ec4435, #w-node-_774c44bd-f7f6-eb60-a88f-69c5ab45b408-b3ec4435, #w-node-_87096fae-4828-8351-8acb-3f012e21b7d0-b3ec4435, #w-node-d28a944a-c287-eb07-4ac8-0ca6f3992db2-b3ec4435, #w-node-_8582f4ef-5c95-29df-dbca-c2b82e8599cc-b3ec4435, #w-node-_046e2909-fccd-bca9-c3b1-c66d15b79826-b3ec4435, #w-node-_34cb5bc5-0933-4610-b3a7-64cabf8c1405-b3ec4435, #w-node-da6d9565-5906-b128-1ca3-fd31d2a9a904-b3ec4435, #w-node-_7e12e8e7-5523-17ba-31cf-b8a221b94ad0-b3ec4435, #w-node-_230c5a22-7704-655a-1846-dbdf4603bcf6-b3ec4435, #w-node-_6d7f47c4-eb1d-3171-2988-43618a831c79-b3ec4435 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2640753-8cca-6052-e0c6-2d2c1e524a7a-b3ec4435 {
    justify-self: center;
  }

  #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e86e-b4bdec93, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e873-b4bdec93, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e878-b4bdec93, #w-node-_774c44bd-f7f6-eb60-a88f-69c5ab45b408-b4bdec93, #w-node-_87096fae-4828-8351-8acb-3f012e21b7d0-b4bdec93, #w-node-d28a944a-c287-eb07-4ac8-0ca6f3992db2-b4bdec93, #w-node-_8582f4ef-5c95-29df-dbca-c2b82e8599cc-b4bdec93, #w-node-_046e2909-fccd-bca9-c3b1-c66d15b79826-b4bdec93, #w-node-_34cb5bc5-0933-4610-b3a7-64cabf8c1405-b4bdec93, #w-node-da6d9565-5906-b128-1ca3-fd31d2a9a904-b4bdec93, #w-node-_912493ec-6b3d-b6e9-192f-32b302549d7f-b4bdec93, #w-node-f9d74540-5c62-6a8e-3d8c-8717115e8962-b4bdec93, #w-node-_7e12e8e7-5523-17ba-31cf-b8a221b94ad0-b4bdec93, #w-node-_26b2a865-6ee2-d1d3-3cf8-d60abff400de-b4bdec93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_369dcbd2-8da8-536c-cf5a-b2e65a02981a-b4bdec93 {
    justify-self: center;
  }

  #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e86e-fe396876, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e873-fe396876, #w-node-ad44638d-fb6c-43ac-e676-b58e3ee9e878-fe396876, #w-node-_774c44bd-f7f6-eb60-a88f-69c5ab45b408-fe396876, #w-node-_87096fae-4828-8351-8acb-3f012e21b7d0-fe396876, #w-node-d28a944a-c287-eb07-4ac8-0ca6f3992db2-fe396876, #w-node-_8582f4ef-5c95-29df-dbca-c2b82e8599cc-fe396876, #w-node-_046e2909-fccd-bca9-c3b1-c66d15b79826-fe396876, #w-node-_34cb5bc5-0933-4610-b3a7-64cabf8c1405-fe396876, #w-node-da6d9565-5906-b128-1ca3-fd31d2a9a904-fe396876, #w-node-_912493ec-6b3d-b6e9-192f-32b302549d7f-fe396876, #w-node-f9d74540-5c62-6a8e-3d8c-8717115e8962-fe396876, #w-node-_7e12e8e7-5523-17ba-31cf-b8a221b94ad0-fe396876, #w-node-_26b2a865-6ee2-d1d3-3cf8-d60abff400de-fe396876 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_369dcbd2-8da8-536c-cf5a-b2e65a02981a-fe396876, #w-node-_29c44c33-6c2d-2577-b1bf-3da7a42017c4-b195a885, #w-node-_4a460449-2878-cc8b-d491-dd385f3046f1-b195a885, #w-node-_29c44c33-6c2d-2577-b1bf-3da7a42017c4-ddf8ab9a, #w-node-_4a460449-2878-cc8b-d491-dd385f3046f1-ddf8ab9a, #w-node-dd6c91ed-423c-ca5d-c1a3-ea0f5628d7da-77543043, #w-node-dd6c91ed-423c-ca5d-c1a3-ea0f5628d7da-ddf8b460 {
    justify-self: center;
  }
}


