@font-face {
  font-family: Hemi Head Bd It;
  src: url('../fonts/hemi-head-bd-it.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand--neutrals--white: #fff;
  --text--default--black: #333;
  --text-font: "Hemi Head Bd It", Arial, sans-serif;
  --brand--neutrals--transparent: #fff0;
  --text--default--black-medium: #444;
  --us-red: #b22234;
  --text--default--black-light: #666;
  --brand--neutrals--grey-dark: #6f6c67;
  --brand--neutrals--stroke-grey: #d4d4d4;
  --brand--primary--action-hover: #0000001a;
  --brand--primary--action-pressed: #d2d2d2;
  --brand--primary--action: #f4f4f4;
  --brand--neutrals--black: #010002;
  --brand--neutrals--card-grey: #f1f1f1;
  --brand--color--orange-light: #f8efe2;
  --darker-light-grey\<deleted\|variable-26c1331e\>: #eeeded;
  --dark-blue\<deleted\|variable-47274d42\>: #0e2244;
  --brand--color--green: #73992e;
  --brand--color--green-light: #e1e7d6;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #162b4c;
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui--gray500\<deleted\|variable-68f29e84\>: #667085;
  --brand--color--orange: #d5902c;
  --brand--color--pink: #b23c8b;
  --brand--color--blue: #3076ac;
  --brand--color--pink-light: #f1e5ed;
  --brand--color--blue-light: #e0e9f0;
  --untitled-ui--gray400\<deleted\|variable-b339bef7\>: #98a2b3;
  --untitled-ui--gray700\<deleted\|variable-d4f37b50\>: #344054;
  --brand--color--red: #ca4949;
  --brand--color--red-light: #f8e2e2;
  --elements-webflow-library--neutral--800: #211f54;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-500: #6b7094;
  --relume-library-lite--rl-black: black;
  --us-blue: #0a3161;
  --relume-library-lite--rl-white: white;
  --untitled-ui--gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --elements-webflow-library--neutral--100: white;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui--primary700\<deleted\|variable-da4f7fa3\>: #0d2344;
  --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui--gray50\<deleted\|variable-8a511359\>: #f9fafb;
  --untitled-ui--gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui--gray800\<deleted\|variable-0a1a9f61\>: #1d2939;
  --untitled-ui--gray100\<deleted\|variable-4a47ec41\>: #f2f4f7;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --hemihead: "Hemi Head Bd It", Arial, sans-serif;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-700: #282556;
  --brand--neutrals--off-white-background: #f6f6f6;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  background-color: var(--brand--neutrals--white);
  color: var(--text--default--black);
  flex-direction: column;
  min-height: 100%;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.07em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.05em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.125rem;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--text--default--black);
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: color .3s;
}

ul {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

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

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

figure {
  margin-bottom: 10px;
}

.heading-h1 {
  margin-bottom: 1.5rem;
  font-family: Work Sans, sans-serif;
  font-size: 3.5rem;
}

.heading-h2 {
  font-family: var(--text-font);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-h3 {
  color: var(--brand--neutrals--transparent);
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-h4 {
  font-family: var(--text-font);
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-h4.heading-h4-inverse {
  font-family: var(--text-font);
  color: var(--text--default--black);
}

.heading-h5 {
  font-family: var(--text-font);
  margin-bottom: .75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-h5.ram {
  color: var(--text--default--black);
}

.heading-h6 {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-32 {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.3em;
}

.paragraph-20 {
  color: var(--text--default--black-medium);
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.4em;
}

.paragraph-18 {
  color: var(--text--default--black-medium);
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle closest-corner, #ffb75b, #ff420b 50%, #7a0000);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.paragraph-18.paragraph-18-inverse {
  color: var(--brand--neutrals--white);
}

.paragraph-18.paragraph-18-inverse.margin-bottom-0-25rem {
  font-family: var(--text-font);
  color: var(--us-red);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 0;
  padding-left: 18px;
  font-weight: 400;
}

.paragraph-18.paragraph-18-subdued {
  color: var(--text--default--black-light);
}

.paragraph-18.paragraph-18-subdued-white {
  color: #adadad;
}

.paragraph-18.paragraph-18-white-light {
  color: #d4d4d4;
}

.paragraph-18.margin-bottom-1rem {
  font-family: var(--text-font);
  color: var(--text--default--black);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.paragraph-18.no-col {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.paragraph-16 {
  font-family: var(--text-font);
  color: var(--text--default--black-medium);
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph-16.light-text {
  color: var(--text--default--black-light);
}

.paragraph-16.paragraph-16-inverse {
  color: var(--text--default--black-medium);
}

.paragraph-16.paragraph-16-subdued {
  color: var(--text--default--black-light);
}

.paragraph-16.extra {
  color: var(--text--default--black-medium);
}

.paragraph-14 {
  color: var(--text--default--black-medium);
  font-size: .875rem;
  line-height: 1.4em;
}

.paragraph-14.paragraph-14-white {
  color: var(--brand--neutrals--white);
}

.paragraph-12 {
  color: var(--text--default--black-medium);
  font-size: .75rem;
  line-height: 1.125rem;
}

.container {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.container-footer {
  align-items: flex-start;
  max-width: 84rem;
}

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

.container.about-hero {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.container.container--medium {
  max-width: 68rem;
}

.container.container-large {
  max-width: 92rem;
}

.container.container-collage {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1.5px solid var(--brand--neutrals--stroke-grey);
  color: var(--text--default--black);
  background-color: #fff0;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  padding: 1rem 1.5rem;
  font-family: Work Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
  transition-property: background-color;
  display: flex;
}

.button-primary:hover {
  background-color: var(--brand--primary--action-hover);
  color: var(--text--default--black);
}

.button-primary:active {
  background-color: var(--brand--primary--action-pressed);
}

.button-primary:focus {
  border-color: var(--brand--primary--action);
  background-color: var(--brand--primary--action-hover);
}

.button-primary.button-white {
  background-color: var(--brand--neutrals--transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-family: var(--text-font);
  color: var(--brand--primary--action);
  margin: 10px;
  font-size: 1.1rem;
  transition: background-color .2s;
}

.button-primary.button-white:hover {
  background-color: #e6e6e61a;
}

.button-primary.button-white.autoscout {
  background-color: var(--text--default--black);
  border-radius: 40px;
  padding: 15px 10px;
}

.button-primary.button-white.mobile {
  border: 5px none var(--brand--neutrals--black);
  background-color: #e46300;
  border-radius: 40px;
  padding: 15px 10px;
}

.button-primary.primary-button-nav {
  border-width: 3px;
  min-width: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  font-weight: 700;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem 25px;
  display: flex;
  position: relative;
}

.section.section-hero {
  padding-top: 8.5rem;
}

.section.section-light-grey {
  background-color: var(--brand--neutrals--card-grey);
}

.section.section-black-background {
  background-color: var(--brand--neutrals--black);
}

.section.section-our-office {
  overflow: hidden;
}

.section.section-hp-hero {
  background-color: var(--brand--neutrals--transparent);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 0;
  display: flex;
  position: static;
}

.section.section--intro {
  background-color: var(--brand--neutrals--black);
  min-height: 50vw;
  display: flex;
}

.section.section--cta {
  background-color: #050403;
  justify-content: flex-end;
  align-items: center;
  min-height: 30vw;
  display: flex;
}

.section.section-pp-features {
  background-color: var(--brand--neutrals--black);
  padding-bottom: 12rem;
}

.section.section-pp-hero {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 6.5rem;
  padding-bottom: 2rem;
  position: relative;
}

.section.section--collage {
  background-color: #050403;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-height: 250svh;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.section.section-about {
  background-color: var(--brand--color--orange-light);
  justify-content: flex-start;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 3rem;
}

.section.galerie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: block;
}

.metrics-card {
  background-color: var(--brand--neutrals--card-grey);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem 2rem;
  display: flex;
}

.metrics-heading {
  color: var(--text--default--black);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.metrics-value {
  color: var(--text--default--black);
  text-align: center;
  word-break: break-all;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

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

.arrow-link {
  color: var(--text--default--black);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.news-heading {
  color: var(--brand--neutrals--white);
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25em;
}

.news-heading.card-title-white {
  color: var(--brand--neutrals--white);
}

.profile-card {
  background-color: var(--brand--neutrals--stroke-grey);
  color: var(--text--default--black);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.profile-text-wrapper {
  background-image: linear-gradient(180deg, #3e3f4100, var(--text--default--black));
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding: 3rem 1.5rem 1.5rem;
  display: flex;
  position: absolute;
}

.profile-picture-image {
  aspect-ratio: 4 / 5.5;
  object-fit: cover;
  object-position: 50% 0%;
  position: relative;
}

.footer-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5.75rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer-section.grey-background {
  background-color: var(--brand--neutrals--card-grey);
}

.footer-logo-wrapper {
  width: 10rem;
  margin-bottom: 2.5rem;
}

.footer-logo-image {
  width: 100%;
}

.footer-social-links-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: start;
  display: flex;
}

.footer-social-link {
  background-color: #e6e6e6;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  transition-property: background-color;
  display: flex;
}

.footer-social-link:hover {
  background-color: #c5c5c5;
}

.footer-link {
  color: var(--text--default--black);
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--text--default--black-medium);
}

.footer-link:active {
  color: var(--dark-blue\<deleted\|variable-47274d42\>);
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

.footer-company-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-about-text-wrapper {
  max-width: 23rem;
}

.nav-hamburger-button {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.375rem;
  height: 3.375rem;
  display: none;
  position: relative;
}

.nav-cta--button-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

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

.news-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.field-label {
  margin-bottom: .5rem;
  font-size: .9rem;
  line-height: 1.3em;
  display: inline-block;
}

.form-elements-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  display: grid;
}

._100-width {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: block;
}

.text-field {
  border: 1px solid var(--brand--neutrals--stroke-grey);
  background-color: #fff;
  border-radius: 8px;
  max-width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: .9rem;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.text-field::placeholder {
  color: #8a8a8a;
}

.text-field.text-field-area {
  min-width: 100%;
  min-height: 11.25rem;
  position: relative;
}

.contact-form-block {
  width: 100%;
}

.contact-form-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

._2-column-heading-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 9.5fr 7.5fr;
  width: 100%;
  margin-bottom: 4rem;
}

.news-text-container {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--brand--neutrals--black), var(--brand--neutrals--transparent) 25%, var(--brand--neutrals--transparent) 75%, var(--brand--neutrals--black));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.news-text-container:hover {
  background-color: #0003;
}

.news-image-container {
  width: 100%;
  height: 100%;
  padding: 1px;
  position: absolute;
  inset: 0%;
}

.news-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.news-card {
  aspect-ratio: 4 / 5;
  color: var(--text--default--black);
  border-radius: 1rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-card:hover {
  transform: translate(0, -.5rem);
}

.news-date-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .25rem;
  color: var(--brand--neutrals--stroke-grey);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.success-message {
  border: 1px solid var(--brand--color--green);
  background-color: var(--brand--color--green-light);
  border-radius: 1rem;
  width: 100%;
  padding: 2rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.display-heading-2 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: Work Sans, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2em;
}

.display-heading-2.display-heading-2-inverse {
  color: var(--brand--neutrals--white);
}

.display-heading-2.display-heading-2-inverse.collage {
  color: #bdbdbd;
  text-align: center;
  position: absolute;
  inset: auto auto 2rem;
}

.display-heading-2.display-heading-2-inverse.margin-bottom-0rem {
  font-family: var(--text-font);
  color: var(--us-red);
  font-weight: 400;
}

.nav-inner-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  line-height: 102%;
  display: flex;
}

.nav-link {
  font-family: var(--text-font);
  color: var(--brand--neutrals--black);
  letter-spacing: .02em;
  cursor: pointer;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
  transition: opacity .3s, border .3s;
  display: flex;
}

.nav-link:hover {
  opacity: .7;
  color: var(--text--default--black-light);
}

.nav-link.w--current {
  font-family: var(--text-font);
}

.nav-link.nav-link-dropdown {
  padding-left: 0;
  padding-right: 18px;
}

.nav-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--brand--neutrals--transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--brand--neutrals--transparent);
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 5.5rem;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nav-logo {
  color: var(--brand--neutrals--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 8rem;
  min-height: 48px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.nav-logo:hover {
  opacity: .81;
}

.nav-logo.w--current {
  width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
}

.nav-menu-button {
  padding: 0;
}

.nav-links-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-logo-image {
  object-position: 0% 50%;
  width: auto;
  max-width: none;
  height: 100px;
}

.slide-nav {
  align-items: center;
  height: 48px;
  margin-bottom: -64px;
  font-size: 12px;
  display: flex;
}

.arrow-black {
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  width: 48px;
  height: 48px;
  margin-bottom: -64px;
  font-size: 1.4em;
  inset: auto 0% 0% auto;
}

.arrow-black.arrow-left {
  margin-right: 72px;
}

.quote-slide {
  width: 100%;
  height: 100%;
}

.display-heading-1 {
  z-index: 6;
  color: var(--brand--color--orange-light);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle closest-corner, #ffb75b, #ff420b 50%, #7a0000);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.5rem;
  font-family: Work Sans, sans-serif;
  font-size: calc(5rem + 3vh);
  font-weight: 300;
  line-height: 1.05em;
  position: relative;
}

.display-heading-1.red-light-effect {
  background-image: radial-gradient(circle closest-corner, #ffb75b, #ff420b 50%, #7a0000);
  font-weight: 400;
}

.hero-text-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 34rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.news-item {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hp-hero-buttons-container {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  margin-left: 100px;
  display: flex;
}

.label-heading {
  font-family: var(--text-font);
  color: var(--brand--neutrals--black);
  letter-spacing: .04em;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4em;
}

.label-heading.label-heading-white {
  color: var(--brand--neutrals--white);
}

.styles-contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.contact-links {
  color: var(--brand--neutrals--black);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
}

.contact-links:hover {
  opacity: .8;
  text-decoration: underline;
}

.contact-side-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.rich-text-block {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6em;
}

.rich-text-block p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.rich-text-block h1 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 2.5rem;
}

.rich-text-block h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: Work Sans, sans-serif;
  font-size: 2rem;
}

.rich-text-block h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
}

.rich-text-block h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 400;
}

.rich-text-block h5, .rich-text-block figure, .rich-text-block blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
}

.news-content {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.blog-banner-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 32px;
}

.more-news-heading-wrapper {
  margin-bottom: 1.5rem;
}

.news-description-and-date-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.next-project {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--brand--neutrals--card-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.styles-text-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.styles-sticky-wrap {
  position: sticky;
  top: 6.5rem;
}

.styles-line {
  background-color: var(--brand--neutrals--card-grey);
  width: 100%;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.style-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.style-margins-container {
  background-color: var(--brand--neutrals--stroke-grey);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

._404-image {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.contact-list-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.contact-list-icon-wrapper {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-list-item {
  align-items: center;
  display: flex;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.about-hero-text-wrapper {
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

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

.feature-wrapper-w-line {
  border-top: 1.5px solid var(--brand--neutrals--grey-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.feature-wrapper-w-line.white-line {
  border-top-color: #ffffff80;
}

.features-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-max-width-wrapper {
  width: auto;
  max-width: none;
  margin-bottom: 3rem;
}

._2-column-feature-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  place-items: stretch stretch;
}

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

._2-column-grid-image {
  aspect-ratio: 6 / 6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  max-width: none;
  position: relative;
}

._2-column-text-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

._2-column-text-wrapper.center {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: flex-start;
}

._2-column-text-wrapper._2-column-text-wrapper-center-spaced {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

._2-column-text-wrapper.right {
  padding-left: 100px;
}

._2-column-text-container {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-points-container {
  flex-flow: column;
  display: flex;
}

.benefits-card {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--brand--neutrals--stroke-grey);
  cursor: pointer;
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 2.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2-column-text-container-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 31rem;
  display: flex;
}

.card {
  background-color: var(--brand--neutrals--card-grey);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.card-large-padding {
  padding: 3rem;
}

.card.card-no-padding {
  padding: 0;
}

.card.card-black {
  background-color: var(--brand--neutrals--card-grey);
}

.card-small-image-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-height: 14.125rem;
  display: flex;
  position: relative;
}

.spacer-mid {
  width: 100%;
  height: 4rem;
}

.about-hero-image-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-image-wrapper {
  z-index: 2;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 54rem;
  display: flex;
  position: relative;
}

.hero-careers-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 50%);
}

.hero-careers-text-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 38rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 3rem;
  display: flex;
}

.hero-career-image-container {
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

.jobs--container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.careers-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--brand--neutrals--card-grey);
  border-radius: 1.5rem;
  flex-flow: column;
  width: 100%;
  padding: 2.5rem;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.careers-item:hover {
  border-color: var(--brand--neutrals--grey-dark);
  background-color: var(--brand--neutrals--card-grey);
}

.careers-title-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.careers-link-icon {
  opacity: .73;
  width: 1.25rem;
  margin-left: .5rem;
}

.nav_grid-dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-link-alt {
  opacity: .74;
  color: var(--text--default--black);
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: #0000;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-alt:hover {
  opacity: 1;
}

.nav-link-alt.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link-alt.nav_item-dropdown {
  padding-left: 0;
  padding-right: 24px;
}

.nav-dropdown {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav_dropdown-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.nav-arrow {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-size: .85rem;
  display: flex;
}

.nav_dropdown-list.w--open {
  background-color: var(--brand--neutrals--stroke-grey);
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 88px;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.nav_dropdown-card {
  border: 1px solid var(--brand--neutrals--card-grey);
  background-color: var(--brand--neutrals--white);
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 32px 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.nav_dropdown-card:hover {
  border-color: var(--brand--neutrals--grey-dark);
}

.careers-icon {
  color: var(--text--default--black-medium);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.careers-details-icon {
  flex: none;
  margin-right: .5rem;
}

.careers-details-wrapper {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: flex;
}

.careers-job-details-wrapper {
  display: flex;
}

.badge-dot {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.orange {
  color: var(--brand--color--orange);
}

.badge-dot.green {
  color: var(--brand--color--green);
}

.badge-dot.pink {
  color: var(--brand--color--pink);
}

.badge-dot.blue {
  color: var(--brand--color--blue);
}

.careers-pill {
  grid-column-gap: .375rem;
  background-color: var(--brand--neutrals--stroke-grey);
  color: var(--brand--neutrals--grey-dark);
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.careers-pill.marketing {
  background-color: var(--brand--color--orange-light);
  color: var(--brand--color--orange);
}

.careers-pill.sales {
  background-color: var(--brand--color--green-light);
  color: var(--brand--color--green);
}

.careers-pill.cs {
  background-color: var(--brand--color--pink-light);
  color: var(--brand--color--pink);
}

.careers-pill.design {
  background-color: var(--brand--color--blue-light);
  color: var(--brand--color--blue);
  font-size: .875rem;
  font-weight: 500;
}

.spacer-medium {
  width: 100%;
  min-height: 2rem;
}

.faq-text-max-container {
  width: 100%;
  max-width: 48rem;
}

.faq-answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.accordion-vertical-line {
  background-color: var(--text--default--black);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-horizontal-line {
  background-color: var(--text--default--black);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon {
  border: 2px solid var(--text--default--black);
  color: var(--text--default--black);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.faq-icon-wrapper {
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
}

.faq-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.faq-accordion {
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

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

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

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

.about-hero-text-inner-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 3rem;
  display: flex;
}

.faq-text-container {
  flex-flow: column;
  display: flex;
}

.footer-copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12.5rem;
  padding-bottom: 5rem;
  display: flex;
}

.news-date-category-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.blog-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text--default--black-medium);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .3s;
  display: flex;
}

.blog-button:hover {
  color: var(--text--default--black);
  text-decoration: underline;
}

.footer-links {
  grid-column-gap: .5rem;
  color: var(--text--default--black);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.footer-links-heading {
  color: var(--text--default--black-light);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

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

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

.error-message {
  border: 1px solid var(--brand--color--red);
  background-color: var(--brand--color--red-light);
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

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

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

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer-form-block {
  width: 100%;
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer-newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.form-block {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-office-mask {
  height: 100%;
  overflow: visible;
}

.title-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.our-office-slide {
  height: 100%;
}

.our-office-slider {
  color: #0000;
  background-color: #0000;
  height: 100%;
}

.our-office-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hp-hero-wrapper {
  z-index: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 0 0 200px 200px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.hp-hero-image-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-height: 85%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.hp-hero-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 750px;
  height: 100%;
}

.hp-hero_text-wrapper {
  flex-flow: column;
  margin: 20px;
  display: flex;
}

.intro-text {
  letter-spacing: .005em;
  font-size: calc(1vh + 2.5rem);
  font-weight: 300;
  line-height: 1.25em;
  position: relative;
}

.background-image-wrapper {
  background-color: #000;
  background-image: url('../images/pexels-brandon-martinez-991996542-20220872_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.large-horizontal-card-wrapper {
  grid-column-gap: 22rem;
  grid-row-gap: 22rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.card-image-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.large-card-text-wrapper {
  background-color: var(--brand--neutrals--card-grey);
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.feature-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
}

.card-small-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-small-text-wrapper {
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.tabs-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  order: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.tab {
  border-top: 1px solid var(--text--default--black-light);
  background-color: var(--brand--neutrals--transparent);
  color: var(--text--default--black-light);
  flex-flow: column;
  width: 50%;
  max-width: 25.75rem;
  padding: 1rem 2rem;
  display: flex;
}

.tab:hover {
  border-top-color: var(--text--default--black);
  opacity: 1;
  color: var(--text--default--black-medium);
}

.tab.w--current {
  border-top-width: 2px;
  border-top-color: var(--text--default--black);
  background-color: var(--brand--neutrals--transparent);
  color: var(--text--default--black);
}

.tab-image {
  aspect-ratio: 2.25;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  position: relative;
}

.feature-list-item-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 500px;
  display: flex;
}

.feature-list-icon-wrapper {
  flex: none;
  width: 20px;
  height: 20px;
}

.feature-list-content-wrapper {
  flex-flow: column;
  display: flex;
}

.feature-list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-small-max-width-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.feature-list-grey-card {
  background-color: var(--brand--neutrals--card-grey);
  border-radius: 1rem;
  max-width: 500px;
  padding: 1rem;
}

.feature-list-grey-card.feature-list-grey-card-white {
  background-color: #ffffff1f;
}

.news-dot {
  background-color: var(--brand--neutrals--stroke-grey);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.cta-wrapper {
  z-index: 2;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.cta-wrapper.head {
  border-radius: 100px;
}

.cta-button-wrapper {
  flex: none;
  order: 1;
  display: flex;
}

.cta-button-wrapper.cars {
  flex: 1;
  max-width: 300px;
  margin-right: 40px;
  display: flex;
}

.cta-text-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 70px;
  width: auto;
  max-width: 50rem;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-icon {
  width: .625rem;
}

.tab-content, .tab-pane {
  width: 100%;
}

.feature-list-icon-image {
  width: 1.25rem;
}

.pp-hero--image-wrapper {
  background-color: #000;
  background-image: url('../images/plane-black-background-wide_1plane black background wide.avif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.pp-hero-text-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  margin-top: 1rem;
  display: flex;
}

.hero-subheading {
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1em;
}

.hp-hero-buttons-container-copy {
  z-index: 1;
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: wrap;
  display: flex;
}

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

.txt-600 {
  font-weight: 600;
}

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

.txt-subdued-light {
  color: #b5b6b9;
}

.txt-blue {
  color: #027fff;
}

.style_margins-container {
  background-color: #f3f3f3;
}

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

.txt-white {
  color: #fff;
}

.txt-bold {
  font-weight: 700;
}

.label-heading-3 {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
}

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

.txt-nowrap {
  white-space: nowrap;
}

.txt-300 {
  font-weight: 300;
}

.txt-subdued {
  color: #767676;
}

.txt-upcase {
  text-transform: uppercase;
}

.txt-nodecoration {
  text-decoration: none;
}

.txt-50-white {
  color: #ffffff80;
}

.txt-400 {
  font-weight: 400;
}

.txt-strike {
  text-decoration: line-through;
}

.txt-right {
  text-align: right;
}

.txt-italic {
  font-style: italic;
  font-weight: 400;
}

.spec-wrapper {
  border-top: 2px solid var(--brand--neutrals--white);
  border-right: 2px solid var(--brand--neutrals--white);
  border-radius: 0 1rem 0 0;
  min-width: 12.5rem;
  padding-top: .5rem;
  padding-right: .5rem;
}

.specs-blur-wrapper {
  background-color: #000000ab;
  border-top-right-radius: 1rem;
  padding: 1rem;
  overflow: hidden;
}

.specs-top-text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  vertical-align: baseline;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: .25rem;
  display: inline-block;
}

.specs-txt {
  margin-right: .5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-flex;
}

.specs-txt-measurement {
  text-transform: uppercase;
  font-size: 1.5rem;
  display: inline-flex;
}

.specs-txt-metrics {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
}

.pp-hero-wrapper {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 48rem;
  display: flex;
  position: relative;
}

.pp-hero--image-wrapper-copy {
  transform-style: preserve-3d;
  background-color: #000;
  background-image: linear-gradient(#000, #000 70%, #0000), url('../images/plane-black-background-wide_1plane black background wide.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, auto 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%)rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.pp-top-wrapper {
  background-color: #000;
  overflow: hidden;
}

.features-2-column-grid {
  z-index: 4;
  grid-column-gap: 12.5%;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.feature-grid-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
}

.large-horizontal-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.large-horizontal-card-grid.large-horizontal-card-grid--black {
  background-color: var(--brand--neutrals--black);
}

.card-horizontal-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

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

.card-medium-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-medium-image-wrapper {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-medium-text-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem 2rem;
  display: flex;
}

.card-horizontal-image-wrapper {
  width: 100%;
  height: auto;
  min-height: 29rem;
  max-height: 32rem;
  position: relative;
}

.button-tertiary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text--default--black);
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.button-tertiary.top-padding {
  margin-top: 1.5rem;
}

.inline-link-image {
  width: .75rem;
}

.collage-center-image-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-height: 60svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 20vh;
  overflow: hidden;
}

.collage-small-image {
  aspect-ratio: 3.25 / 4;
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

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

.collage-small-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
  position: absolute;
  top: 0%;
}

.collage-small-image-wrapper.image-2 {
  top: 15%;
  right: 0%;
}

.collage-small-image-wrapper.image-1 {
  top: 35%;
  left: 0;
}

.collage-small-image-wrapper.image-4 {
  top: 55%;
  right: 5%;
}

.collage-small-image-wrapper.image-3 {
  top: 75%;
  left: 10%;
}

.collage-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

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

.image-carousel {
  width: 100%;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.image-carousel-inner-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-carousel-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1rem;
  width: 32.5%;
  height: 100%;
}

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

.about-logo {
  object-fit: contain;
  object-position: 0% 0%;
  width: 100%;
  max-width: 10rem;
}

._3-column-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
  align-items: center;
}

._3-column-grid-image-wrapper {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

._3-column-grid-image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.about-logo-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  object-fit: contain;
  object-position: 0% 0%;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--brand--neutrals--white);
  color: var(--text--default--black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  padding: 1rem 1.5rem;
  font-family: Work Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
  transition-property: background-color;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--brand--primary--action-hover);
  color: var(--text--default--black);
}

.button-secondary:active {
  background-color: var(--brand--primary--action-pressed);
}

.button-secondary:focus {
  border-color: var(--brand--primary--action);
  background-color: var(--brand--primary--action-hover);
}

.margin-bottom-0rem {
  margin-bottom: 0;
}

.margin-bottom-0-25rem, .margin-bottom-0-5rem {
  margin-bottom: .5rem;
}

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

.margin-bottom-1-5rem {
  margin-bottom: 1.5rem;
}

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

.margin-bottom-3rem {
  margin-bottom: 3rem;
}

.margin-bottom-4rem {
  margin-bottom: 4rem;
}

.margin-bottom-4-5rem {
  margin-bottom: 4.5rem;
}

.margin-bottom-5rem {
  margin-bottom: 5rem;
}

.about-hero-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  position: static;
}

.div-block {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 100px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 100%;
  min-height: 825px;
  padding: 40px;
  display: flex;
  box-shadow: inset 0 0 20px 20px #0003;
}

.brix---heading-h3-size {
  font-family: var(--text-font);
  color: var(--text--default--black-medium);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---color-accent-1 {
  color: var(--brand--neutrals--white);
}

.brix---display-2 {
  font-family: var(--text-font);
  color: var(--brand--neutrals--white);
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0 0, #0a3161, #0a3161 25%, #b22234 60%, #b22234);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

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

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

.brix---heading-h2-size {
  font-family: var(--text-font);
  color: var(--text--default--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---container-default {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 50px;
  max-width: 1218px;
  padding: 20px 24px;
}

.brix---section {
  color: var(--brand--neutrals--transparent);
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body {
  background-image: url('../images/hero-v17-elements-brix-templates_1.avif');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.content-container {
  text-align: left;
  background-image: radial-gradient(circle, #8a8a8a, #fff 100%, #e6e6e6);
  border-radius: 20px;
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  box-shadow: 0 0 20px 20px #0003;
}

.content-container.galerie {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-container.inserate {
  width: 100%;
}

.facts-container {
  background-image: radial-gradient(circle, #c5c5c5, #bdbdbd 50%, #e9e9e9 93%, #fff);
  border-radius: 20px;
  flex: 1;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  box-shadow: 0 0 20px 20px #0003;
}

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

.f-gallery-image-l {
  border-radius: 8px;
  height: 440px;
  overflow: hidden;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

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

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

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

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

.rl_gallery21_image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

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

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

.rl_gallery21_spacing-block-1 {
  max-width: 300px;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-heading-style-h2 {
  font-family: var(--text-font);
  color: var(--text--default--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

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

.rl-container-large {
  margin-left: 80px;
  margin-right: 80px;
}

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

.rl_section_gallery21 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

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

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

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

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

.uui-text-size-small.text-color-gray500 {
  color: #5105a8;
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer07_link {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  text-align: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

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

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

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

.uui-logo_logotype {
  width: auto;
  height: 100px;
}

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

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

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

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

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

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer07_logo-link.w--current {
  margin-bottom: 0;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

.bold-text {
  color: var(--text--default--black);
}

.bold-text:hover {
  color: #5500b6;
}

.text-block {
  color: var(--elements-webflow-library--neutral--100);
  font-weight: 700;
}

.text-block-2 {
  color: #ffea00;
  font-weight: 700;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

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

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

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray800\<deleted\|variable-0a1a9f61\>);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar07_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_link {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

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

.uui-navbar07_link.w--current {
  color: #000;
}

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

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

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar07_icon-wrapper {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

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

.uui-navbar07_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

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

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

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

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

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

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

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

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_component {
  border-bottom: 1px solid var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-block-3 {
  color: var(--brand--color--blue);
  font-weight: 600;
}

.text-block-4 {
  color: var(--brand--color--green);
  font-weight: 600;
}

.text-block-5 {
  color: var(--brand--color--blue);
  font-weight: 600;
}

.text-block-6 {
  color: var(--brand--color--green);
  font-weight: 600;
}

.bold-text-2 {
  font-family: var(--text-font);
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.inserate {
  margin-top: 20px;
}

.heading {
  text-align: center;
  font-family: Hemi Head Bd It, Arial, sans-serif;
}

.heading-2 {
  margin-top: 2rem;
  font-family: Hemi Head Bd It, Arial, sans-serif;
  font-size: 2rem;
}

.paragraph-33 {
  margin-top: 2em;
}

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

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

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

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  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: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

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

.brix---position-relative {
  position: relative;
}

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

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

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.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 {
  color: var(--elements-webflow-library--neutral--800);
  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-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 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: 20px;
  transition: color .3s;
  display: flex;
}

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

.brix---dropdown-card {
  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);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.brix---dropdown-pd {
  padding: 40px;
}

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

.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---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.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 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

.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---paragraph-default {
  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---button-row-left {
  margin-right: 24px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---grid-2-col---1-col-t {
  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---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---hero-bg-image-light {
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  background-color: #ffffff80;
  min-height: 100%;
}

.f-h1-heading {
  font-family: var(--hemihead);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--us-red);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--brand--color--green);
  color: var(--elements-webflow-library--neutral--100);
  border-color: #0000;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-image-cover-2 {
  object-fit: cover;
  border-radius: 0 30px 30px 0;
  width: 100%;
  height: 100%;
}

.f-paragraph-large {
  font-family: var(--hemihead);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral {
  background-color: var(--us-blue);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 15px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
}

.f-heading-detail-small-2 {
  font-family: var(--hemihead);
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.text-block-7 {
  font-family: var(--hemihead);
  color: var(--relume-library-lite--rl-white);
}

.text-block-8 {
  font-family: var(--hemihead);
  color: var(--flowui-component-library--white);
  font-size: 18px;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-logo-link-middle {
  margin-left: 24px;
  margin-right: 24px;
}

.f-navigation-container-middle {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-logo-link-mobile {
  margin-left: 24px;
  margin-right: 24px;
  display: none;
}

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

.show-tablet-2 {
  display: none;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  background-color: var(--us-blue);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

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

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

.uui-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar07_item-right-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar07_icon-wrapper-2 {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  flex: none;
}

.uui-navbar07_dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link-2:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
}

.uui-navbar07_dropdown-link-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar {
  border-bottom: 1px none var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
  background-color: #0000;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
  top: 20px;
}

.uui-navbar07_container-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.uui-navbar07_logo-link-2 {
  padding-left: 0;
}

.uui-navbar07_menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar-link {
  font-family: var(--hemihead);
  color: #475467;
  align-items: center;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.navbar-link:hover {
  color: #344054;
}

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

.uui-navbar07_dropdown-toggle-2 {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: none;
}

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

.uui-navbar07_menu-right-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-button-2 {
  padding: 0;
}

.uui-navbar07_dropdown-list-2 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list-2.w--open {
  border: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray800\<deleted\|variable-0a1a9f61\>);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
}

.uui-button-secondary-gray-2.show-tablet-2 {
  display: none;
}

.uui-button-tertiary-gray-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray-2:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-button-tertiary-gray-2.hide-tablet-2 {
  background-color: var(--brand--color--green);
  border-style: none;
  border-radius: 50px;
  padding: 10px 15px;
}

.uui-navbar07_button-wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-logo_component-3 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

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

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

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

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

.logo {
  width: auto;
  height: 100%;
  min-height: 65px;
  max-height: 70px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  padding-bottom: 0;
}

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

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

.mobile-bewertungen {
  background-color: #0000;
  min-height: 100px;
}

.text-block-9 {
  font-family: var(--hemihead);
  color: var(--flowui-component-library--white);
}

.text-block-10 {
  font-family: var(--hemihead);
}

.div-block-2 {
  z-index: 10;
  border-radius: 40px;
  position: relative;
}

.google-maps-mobile {
  border-radius: 40px;
  display: none;
}

.div-block-3 {
  width: 15px;
}

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

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

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

  .paragraph-20 {
    font-size: 1.25rem;
  }

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

  .paragraph-12 {
    color: var(--brand--neutrals--grey-dark);
  }

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

  .container.navigation-container {
    z-index: 12;
    background-color: var(--brand--neutrals--transparent);
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .container.about-hero {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.section-hero {
    padding-top: 6.5rem;
  }

  .section.section-pp-features {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

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

  .section.inserate {
    padding-left: 25px;
    padding-right: 25px;
  }

  .metrics-card {
    border-radius: 1rem;
  }

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

  .profile-card {
    border-radius: 1rem;
  }

  .profile-text-wrapper {
    padding: 2rem 1rem 1rem;
  }

  .footer-section {
    border-top: .0625rem solid var(--darker-light-grey\<deleted\|variable-26c1331e\>);
  }

  .nav-hamburger-button {
    background-color: var(--text--default--black-light);
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: .9rem;
    transition: background-color .3s;
    display: flex;
  }

  .nav-hamburger-button:hover {
    background-color: var(--brand--neutrals--card-grey);
  }

  .nav-cta--button-container {
    z-index: 8;
    border-top: 1px solid var(--brand--neutrals--card-grey);
    border-bottom: 1px solid var(--brand--neutrals--card-grey);
    background-color: var(--brand--neutrals--white);
    color: #fff0;
    flex-direction: column;
    flex: none;
    margin-top: auto;
    padding: 2rem;
  }

  .nav-close-ccon {
    opacity: 0;
    width: 1rem;
    margin: .25rem;
    position: absolute;
  }

  .nav-hamburger-icon {
    opacity: 1;
    flex: none;
    width: 1.5rem;
    display: block;
    position: absolute;
  }

  .who-we-are-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._100-width {
    grid-template-columns: 1fr;
  }

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

  ._2-column-heading-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 7fr;
  }

  .news-text-container {
    padding: 1.25rem;
  }

  .news-card {
    border-radius: 1rem;
  }

  .display-heading-2 {
    font-size: 3.5rem;
  }

  .nav-inner-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--brand--neutrals--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .nav-link {
    border-top: 1px solid var(--brand--neutrals--card-grey);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 32px 16px 2rem;
    font-size: 18px;
    display: flex;
  }

  .nav-link:active {
    opacity: .7;
  }

  .nav-link.nav-link-dropdown {
    padding-left: 32px;
  }

  .nav-bar {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    min-height: 4rem;
  }

  .nav-logo {
    z-index: 2;
    font-size: 1.6rem;
    position: relative;
  }

  .nav-menu-button {
    z-index: 2;
    color: #fff;
  }

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

  .nav-links-wrapper {
    z-index: 1;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    background-color: var(--brand--neutrals--transparent);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-height: 100vh;
    display: flex;
    position: static;
    overflow: auto;
  }

  .slide-nav {
    font-size: 1.7vw;
  }

  .display-heading-1 {
    font-size: 4rem;
  }

  .hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 36rem;
  }

  .contact-links {
    font-size: 1.1em;
  }

  .news-content {
    width: 100%;
  }

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

  .about-hero-text-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-max-width-wrapper {
    margin-bottom: 1.5rem;
  }

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

  ._2-column-grid-image-wrapper {
    border-radius: 1rem;
  }

  ._2-column-grid-image {
    aspect-ratio: 6 / 11;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
  }

  ._2-column-text-wrapper {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2-column-text-wrapper._2-column-text-wrapper-center-spaced {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  ._2-column-text-wrapper.right {
    padding-left: 0;
  }

  .benefits-card {
    border-radius: 1rem;
    padding: 2rem;
  }

  ._2-column-text-container-right {
    max-width: none;
  }

  .card {
    border-radius: 1rem;
  }

  .card.card-large-padding {
    padding: 2rem;
  }

  .spacer-mid {
    height: 3rem;
  }

  .about-hero-image-container {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .about-image-wrapper {
    border-radius: 1rem;
  }

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

  .hero-careers-text-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 0;
  }

  .hero-career-image-container {
    border-radius: 1rem;
  }

  .jobs-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 6fr;
  }

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

  .careers-item {
    border-radius: 1rem;
    padding: 2rem;
  }

  .nav_grid-dropdown-grid {
    padding: 1rem;
  }

  .nav-link-alt {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px #5c5c5c;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-alt:active {
    opacity: .7;
  }

  .nav-link-alt.nav_item-dropdown {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding-left: 24px;
  }

  .nav-dropdown {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .nav-arrow {
    margin-right: 2rem;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .faq-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .about-hero-text-inner-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 4rem 2rem;
  }

  .contact-hero-section {
    padding-top: 6rem;
    padding-bottom: 0;
  }

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

  .footer-form-block {
    min-width: auto;
  }

  .footer-newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .footer-newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .hp-hero-image-wrapper {
    width: 50%;
  }

  .intro-text {
    font-size: calc(3.5vw + 1rem);
  }

  .large-horizontal-card-wrapper {
    grid-column-gap: 22rem;
    grid-row-gap: 22rem;
  }

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

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1.5rem;
  }

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

  .tab-image {
    aspect-ratio: 2;
  }

  .cta-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .cta-button-wrapper {
    order: -1;
  }

  .cta-button-wrapper.cars {
    text-align: center;
    min-width: 300px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .pp-hero--image-wrapper {
    background-image: linear-gradient(#00000059, #00000059), url('../images/plane-black-background-wide_1plane black background wide.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, auto 100%;
  }

  .pp-hero-text-wrapper {
    max-width: 36rem;
  }

  .hp-hero-buttons-container-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: flex-start;
  }

  .specs-txt {
    font-size: 1.5rem;
  }

  .specs-txt-measurement {
    font-size: 1.125rem;
  }

  .specs-txt-metrics {
    font-size: .85rem;
  }

  .pp-hero-wrapper {
    min-height: 40rem;
  }

  .pp-hero--image-wrapper-copy {
    background-image: linear-gradient(#000, #000 70%, #0000), linear-gradient(#00000059, #00000059), url('../images/plane-black-background-wide_1plane black background wide.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat-x;
    background-size: auto, auto, auto 100%;
  }

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

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

  .card-horizontal-text-wrapper, .card-medium-text-wrapper {
    padding: 1.5rem;
  }

  .card-horizontal-image-wrapper {
    height: auto;
    min-height: auto;
  }

  .collage-center-image-wrapper {
    width: 60%;
  }

  .collage-small-image {
    border-radius: .5rem;
  }

  .collage-small-image-wrapper {
    width: 20%;
  }

  .collage-small-image-wrapper.image-2 {
    right: 0%;
  }

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

  .image-carousel {
    margin-top: 3rem;
  }

  .grid-3-column, ._3-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._3-column-grid-image-wrapper {
    border-radius: 1rem;
  }

  ._3-column-grid-image {
    justify-content: center;
    align-items: center;
  }

  ._3-column-points-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-hero-image {
    border-radius: 0;
  }

  .div-block {
    background-position: 96%;
    background-size: cover;
    background-attachment: fixed;
  }

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

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

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

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

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

  .content-container.galerie {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .content-container.inserate {
    width: 100%;
    min-width: auto;
    min-height: 700px;
  }

  .facts-container {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .rl_gallery21_slide {
    padding-right: 0;
  }

  .rl_gallery21_mask {
    align-self: center;
  }

  .rl_gallery21_slider {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

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

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

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

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar07_link {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_menu {
    border-top: 1px solid var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .container-2 {
    max-width: 728px;
  }

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

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

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

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .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---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

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

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---hero-bg-image-light {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-middle {
    margin-left: 0;
    display: none;
  }

  .f-navigation-container-middle {
    justify-content: space-between;
  }

  .f-navigation-logo-link-mobile {
    margin-left: 0;
    display: flex;
  }

  .hide-tablet-2 {
    display: none;
  }

  .show-tablet-2 {
    display: block;
  }

  .uui-dropdown-icon-2 {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .uui-navbar07_dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link-2:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_container-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .uui-navbar07_menu-2 {
    border-top: 1px solid var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    padding: 1.5rem 2rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar07_menu-left-2 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar-link {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar07_menu-dropdown-2 {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_dropdown-toggle-2 {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle-2:hover {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar07_menu-right-2 {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .uui-navbar07_menu-button-2.w--open {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list-2.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-button-secondary-gray-2.show-tablet-2, .uui-button-tertiary-gray-2.hide-tablet-2 {
    display: block;
  }

  .uui-navbar07_button-wrapper-2 {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.9rem;
    line-height: 1.2em;
  }

  a {
    text-decoration: none;
  }

  .heading-h2 {
    font-size: 1.75rem;
  }

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

  .heading-h5.ram {
    color: var(--text--default--black);
  }

  .paragraph-32 {
    font-size: 2rem;
  }

  .paragraph-20 {
    width: 100%;
  }

  .paragraph-18 {
    line-height: 1.5rem;
  }

  .paragraph-16 {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .paragraph-14 {
    font-size: .75rem;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .metrics-card {
    padding: 2.5rem 1rem;
  }

  .metrics-value {
    font-size: 2.2rem;
  }

  .metrics-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .news-heading {
    font-size: 1.25rem;
  }

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

  .footer-logo-wrapper {
    width: 15rem;
  }

  .footer-social-link {
    width: 2.5rem;
    height: 2.5rem;
    padding: .75rem;
  }

  .nav-hamburger-button {
    height: 3.375rem;
  }

  .nav-cta--button-container {
    grid-row-gap: .75rem;
    padding: 1.25rem;
  }

  .who-we-are-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .form-elements-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(12.5rem, 1fr);
  }

  .text-field.text-field-area {
    min-height: 8.75rem;
  }

  .contact-form-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2fr;
  }

  .news-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  ._2-column-heading-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 11fr;
    justify-items: start;
    margin-bottom: 2rem;
  }

  .display-heading-2 {
    font-size: 2.5rem;
  }

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

  .nav-link.nav-link-dropdown {
    padding-left: 1.25rem;
  }

  .nav-bar {
    height: auto;
    min-height: 4rem;
  }

  .nav-logo {
    max-width: 6.5rem;
  }

  .slide-nav {
    display: none;
  }

  .display-heading-1 {
    font-size: 3rem;
  }

  .contact-links {
    font-size: 1em;
  }

  .rich-text-block h1 {
    font-size: 3.2rem;
  }

  .rich-text-block h2 {
    font-size: 2.5rem;
  }

  .rich-text-block h3 {
    font-size: 2rem;
  }

  .rich-text-block h4 {
    font-size: 1.75rem;
  }

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

  .contact-list {
    margin-top: 2rem;
  }

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

  .feature-wrapper-w-line {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .features-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  ._2-column-grid-image {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: .75rem;
  }

  .benefits-card {
    max-width: none;
  }

  .card.card-large-padding {
    padding: 1.5rem;
  }

  .spacer-mid {
    height: 1.5rem;
  }

  .nav_grid-dropdown-grid {
    grid-template-columns: 1fr;
  }

  .nav-link-alt {
    padding: 24px;
  }

  .nav-arrow {
    margin-right: 1.25rem;
  }

  .nav_dropdown-card {
    padding: 16px;
  }

  .careers-details-wrapper {
    margin-right: 1.25rem;
  }

  .careers-job-details-wrapper {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .careers-pill {
    padding: .125rem .5rem;
  }

  .spacer-medium {
    min-height: 1.5rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-list-grid {
    background-color: var(--brand--neutrals--white);
  }

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

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

  .about-hero-text-inner-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .footer-grid {
    grid-row-gap: 2rem;
  }

  .footer-newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .hp-hero-image-wrapper {
    opacity: .75;
  }

  .hp-hero_text-wrapper {
    margin-bottom: 1rem;
  }

  .large-card-text-wrapper {
    padding: 1rem;
  }

  .feature-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .tab {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cta-button-wrapper.cars {
    align-self: center;
    min-width: 250px;
  }

  .hero-subheading {
    font-size: 1.125rem;
  }

  .spec-wrapper {
    min-width: 10rem;
  }

  .pp-hero-wrapper {
    min-height: 44rem;
  }

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

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

  .card-horizontal-image-wrapper {
    height: auto;
  }

  .collage-small-image-wrapper {
    width: 25%;
  }

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

  .image-carousel {
    margin-top: 2rem;
  }

  .image-carousel-image {
    aspect-ratio: 2 / 3;
    border-radius: .75rem;
  }

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

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

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

  ._3-column-grid-image {
    aspect-ratio: 3 / 2;
  }

  ._3-column-points-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .about-logo-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

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

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

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

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

  .f-gallery-image-l {
    height: 420px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_slider {
    flex-flow: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  }

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

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

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

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

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .container-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .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---button-row-left {
    margin-right: 16px;
  }

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

  .brix---hero-bg-image-light {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

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

  .uui-navbar07_dropdown-link-list-2 {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .navbar-link, .uui-navbar07_dropdown-toggle-2 {
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  }

  .uui-button-tertiary-gray-2:hover {
    color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
    background-color: #0000;
  }

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

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

  .heading-h1 {
    font-size: calc(.75rem + 9vw);
  }

  .heading-h3 {
    font-size: 1.75rem;
  }

  .paragraph-32 {
    font-size: 1.6rem;
  }

  .paragraph-18.paragraph-18-inverse.margin-bottom-0-25rem {
    font-size: .9rem;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .container {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  .container.navigation-container {
    background-color: var(--brand--neutrals--transparent);
  }

  .container.about-hero {
    overflow: hidden;
  }

  .button-primary.button-white {
    background-color: #010002b3;
  }

  .section {
    padding: 2rem 10px;
  }

  .section.section-hp-hero {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .section.section-pp-hero {
    min-height: 100svh;
    padding-top: 6rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .section.section--collage {
    min-height: 300svh;
  }

  .section.galerie, .section.inserate {
    padding-left: 10px;
    padding-right: 10px;
  }

  .metrics-value {
    font-size: 1.8rem;
  }

  .profile-text-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer-section.grey-background {
    padding-bottom: 1.25rem;
    overflow: hidden;
  }

  .footer-logo-wrapper {
    width: 12rem;
    margin-bottom: 2rem;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-company-wrapper {
    max-width: 97vw;
  }

  .who-we-are-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-title {
    margin-bottom: .5rem;
  }

  .form-elements-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(auto, 1fr);
  }

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

  .news-card {
    border-left-style: none;
    border-right-style: none;
  }

  .news-date-wrapper {
    font-size: .8rem;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .display-heading-2.display-heading-2-inverse.margin-bottom-0rem {
    font-size: 2rem;
  }

  .nav-inner-container {
    z-index: 7;
  }

  .nav-bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .display-heading-1 {
    margin-bottom: 1rem;
    font-size: calc(.75rem + 9vw);
    line-height: 1.15em;
  }

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

  .rich-text-block h1 {
    font-size: 2.7rem;
  }

  .features-3-column-grid {
    grid-template-columns: 1fr;
  }

  .text-points-container {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .benefits-card {
    flex-direction: column;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card.card-large-padding {
    padding: 1rem;
  }

  .spacer-mid {
    height: 1.25rem;
  }

  .hero-careers-text-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .jobs-text-container, .jobs--container {
    width: 100%;
  }

  .careers-item {
    padding: 2rem 1.5rem;
  }

  .nav_grid-dropdown-grid {
    grid-template-columns: 1fr;
  }

  .nav_dropdown-card {
    flex-direction: column;
  }

  .careers-job-details-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .faq-component {
    grid-template-columns: 1fr;
  }

  .careers-titile-wrapper {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-hero-text-inner-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .form-block {
    width: 100%;
  }

  .hp-hero-wrapper {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    padding-bottom: 40px;
  }

  .hp-hero-image-wrapper {
    width: 100%;
    margin-top: 2rem;
    position: relative;
  }

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

  .hp-hero_text-wrapper {
    margin-bottom: 1.5rem;
  }

  .intro-text {
    font-size: calc(4vw + 1rem);
  }

  .large-horizontal-card-wrapper {
    grid-column-gap: 70vw;
    grid-row-gap: 70vw;
  }

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

  .tabs-menu {
    flex-flow: column;
  }

  .tab {
    width: 100%;
  }

  .cta-wrapper, .cta-wrapper.head {
    justify-content: space-between;
    align-items: center;
  }

  .cta-button-wrapper.cars {
    flex-flow: column;
    min-width: auto;
    max-width: 100%;
    margin-right: 0;
  }

  .cta-text-wrapper {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 60px;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pp-hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hp-hero-buttons-container-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spec-wrapper {
    border-top-width: 1px;
    border-right-width: 1px;
    min-width: auto;
  }

  .specs-top-text-wrapper {
    margin-bottom: 0;
  }

  .specs-txt {
    font-size: 1rem;
  }

  .specs-txt-measurement {
    font-size: .8rem;
  }

  .specs-txt-metrics {
    font-size: .75rem;
  }

  .pp-hero-wrapper {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
    min-height: auto;
  }

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

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

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

  .button-tertiary.top-padding {
    margin-top: 0;
  }

  .collage-center-image-wrapper {
    width: 90%;
    top: 20vh;
  }

  .collage-small-image-wrapper {
    width: 50%;
  }

  .image-carousel-inner-wrapper {
    width: 150vw;
  }

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

  .div-block {
    background-position: 97%;
    background-repeat: repeat;
    background-attachment: fixed;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

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

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

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

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

  .brix---section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-container {
    padding: 10px;
  }

  .content-container.galerie {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .facts-container {
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .f-gallery-image-l {
    height: 320px;
  }

  .rl_gallery21_slide {
    padding-right: 0;
  }

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

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .container-2 {
    max-width: none;
  }

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

  .container-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

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

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

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

  .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---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---hero-bg-image-light {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .f-h1-heading {
    font-size: 50px;
  }

  .f-banner-flex-row {
    text-align: left;
  }

  .uui-navbar07_dropdown-link-2 {
    padding-left: 0;
  }

  .uui-navbar07_container-2 {
    padding-left: 0;
    padding-right: 10px;
  }

  .logo {
    max-height: 80px;
  }

  .bold-text-3 {
    font-size: 1.6rem;
  }

  .google-maps-mobile {
    display: block;
  }

  .google-maps-destop {
    display: none;
  }
}

#w-node-de6576f2-1573-9275-f2ae-84eaa471278c-56d95259 {
  justify-self: end;
}

#w-node-f1b16483-e486-9802-6463-c1db91fb028d-56d95259 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1b16483-e486-9802-6463-c1db91fb0292-56d95259 {
  grid-area: span 2 / span 13 / span 2 / span 13;
}

#w-node-f1b16483-e486-9802-6463-c1db91fb0297-56d95259, #w-node-c7ae37b6-6c23-b639-ac13-74c4818208ea-56d95259 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e703ca32-8563-6e07-0194-3607ddb092c4-56d95259, #w-node-e703ca32-8563-6e07-0194-3607ddb092cd-56d95259, #w-node-_7ae52366-b3f6-b987-e825-2ffb06e32459-56d95259, #w-node-a7013656-4283-6ae7-5cb0-e92fc0836bb4-56d95259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cadbe2b-21a0-8632-d737-dfb39037a100-9037a0fb {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-de6576f2-1573-9275-f2ae-84eaa471277b-56d95259 {
    order: -9999;
  }

  #w-node-f1b16483-e486-9802-6463-c1db91fb0292-56d95259 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1b16483-e486-9802-6463-c1db91fb0297-56d95259, #w-node-c7ae37b6-6c23-b639-ac13-74c4818208ea-56d95259 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2cadbe2b-21a0-8632-d737-dfb39037a100-9037a0fb {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e703ca32-8563-6e07-0194-3607ddb092cd-56d95259 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a2b39d3c-0b60-0f89-d748-b981b19bd8ea-56d95259, #w-node-a2b39d3c-0b60-0f89-d748-b981b19bd8f3-56d95259, #w-node-a2b39d3c-0b60-0f89-d748-b981b19bd8fc-56d95259, #w-node-f1b16483-e486-9802-6463-c1db91fb0292-56d95259, #w-node-f1b16483-e486-9802-6463-c1db91fb0297-56d95259, #w-node-c7ae37b6-6c23-b639-ac13-74c4818208ea-56d95259, #w-node-_2cadbe2b-21a0-8632-d737-dfb39037a100-9037a0fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Hemi Head Bd It';
  src: url('../fonts/hemi-head-bd-it.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}