:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --base-color-brand--orange: #ff9e3d;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --base-color-brand--white: #e5e5e5;
  --base-color-brand--green: #507255;
  --base-color-brand--yellow: #fff289;
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-brand--black: #16191c;
  --border-color--border-alternate: var(--base-color-neutral--white);
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.main-wrapper {
  margin-top: -11rem;
}

.rl-padding-global {
  margin-top: 0;
  padding-top: 150px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.section_hero {
  z-index: 2;
  background-color: var(--base-color-brand--black);
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.button-secondary-3 {
  background-color: var(--base-color-brand--orange);
  color: var(--base-color-brand--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 180px;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.button-secondary-3:hover {
  background-color: var(--base-color-brand--yellow);
  color: var(--base-color-brand--black);
}

.button-secondary-3.short {
  width: 40%;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

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

.navbar {
  z-index: 2000;
  -webkit-text-stroke-color: var(--border-color--border-alternate);
  text-overflow: clip;
  background-color: #ddd0;
  border: 1px solid #9e0d0d00;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  margin-top: 15px;
  padding: 1% 2.5%;
  transition: all .4s;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar_container {
  z-index: 2500;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--base-color-brand--white);
  background-color: var(--base-color-brand--white);
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.section_cta {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.padding-global-3 {
  background-color: var(--base-color-brand--black);
  min-height: 100%;
  padding: 0 2.5% 60px;
  position: relative;
}

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

.navbar_logo-link.w--current {
  z-index: 999999;
}

.section_footer {
  z-index: 1;
  background-color: var(--base-color-brand--black);
  justify-content: space-around;
  align-items: stretch;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.navbar_logo {
  max-width: 13.5rem;
  position: relative;
  overflow: clip;
}

.hero-img-full-size {
  z-index: 440;
  object-fit: cover;
  object-position: 50% 50%;
  width: 840px;
  max-width: 840px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 15%;
  left: auto;
  right: 0%;
}

.hero-img-full-size._2 {
  z-index: 5;
  box-sizing: border-box;
  z-index: 5;
  inset: auto 0% 0%;
  width: 68rem;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0%;
}

.intro-title-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--base-color-brand--white);
  background-color: var(--base-color-brand--black);
  background-image: none;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 600px;
  padding: 40px;
  display: flex;
}

.flex-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.flex-column.space-md {
  z-index: 2147483647;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 617.531px;
  margin-bottom: 20px;
  position: relative;
}

.flex-column.space-xs {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.flex-column.space-low {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  max-width: 200px;
}

.flex-column.space-long {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 600px;
}

.hero-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 45rem;
  display: flex;
}

.paragraph {
  color: var(--base-color-brand--white);
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.paragraph._80 {
  width: 80%;
}

.paragraph._600px {
  max-width: 600px;
}

.paragraph.short {
  width: auto;
}

.heading_style-h2 {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading_style-h2.black {
  color: var(--base-color-brand--black);
}

.heading_style-h2.black.short {
  max-width: 420px;
}

.cta-behavior {
  flex: 1;
  min-width: 55%;
}

.flex-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 40rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section_statement-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.img-size-54 {
  width: 40px;
  height: 47px;
}

.bento {
  background-color: #1b2024;
  border-radius: 32px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.bento.cta-secondary-orange {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--base-color-brand--orange);
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  min-height: 40rem;
  padding: 40px;
}

.bento.footer {
  background-color: var(--base-color-brand--orange);
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
}

.bento.cta-secondary-yellow {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--base-color-brand--yellow);
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 40px;
}

.contact-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--base-color-brand--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 55%;
  padding: 40px;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.img-logo-icon {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  right: 5%;
}

.img-logo-icon.small {
  width: 5rem;
  max-width: none;
  height: auto;
  display: block;
}

.section-image {
  background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/663cfabac750eb461b7c6b73_selvan-b-4aX611TT1IU-unsplash.jpg");
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: row;
  flex: none;
  align-self: stretch;
  align-items: stretch;
  min-height: 45%;
  max-height: 45%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.heading_style-h4 {
  color: var(--base-color-brand--black);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading_style-h4.white {
  color: var(--base-color-brand--white);
  text-transform: none;
  font-weight: 500;
}

.heading_style-h4.orange {
  color: var(--base-color-brand--orange);
  text-transform: none;
  font-weight: 500;
}

.text-style-1 {
  color: var(--base-color-brand--white);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-style-1.black {
  color: var(--base-color-brand--black);
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 400;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  display: flex;
}

.heading_style-h3 {
  color: var(--base-color-brand--black);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading_style-h3.white {
  color: var(--base-color-brand--white);
  text-transform: none;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.text_style-2 {
  text-transform: uppercase;
  max-width: 593px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.cta-behavior-2 {
  flex: 1;
  min-width: 23vw;
}

.flex-row-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.rl_footer1_credit-text {
  color: var(--base-color-brand--black);
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.rl_footer1_credit-text.yellow {
  color: var(--base-color-brand--yellow);
}

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

.rl_footer1_line-divider {
  background-color: var(--base-color-brand--black);
  width: 100%;
  height: 1px;
}

.rl_footer1_spacing-block-4-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_footer_column-text-2 {
  color: var(--base-color-brand--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.rl_footer1_link {
  color: var(--base-color-brand--black);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer1_link:hover, .rl_footer1_link.w--current {
  color: var(--base-color-brand--yellow);
}

.rl_footer1_link.adress {
  margin-top: 1rem;
}

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

.rl_footer1_logo {
  width: 100%;
}

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

.rl_footer1_logo-link.w--current {
  width: 80%;
  max-width: 300px;
}

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

.rl_footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

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

.rl-container-large-6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-7 {
  max-height: 60rem;
  padding-left: 0;
  padding-right: 0;
}

.section_about {
  z-index: 2;
  background-color: var(--base-color-brand--black);
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.rl-padding-global-3 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.section-img-full-size {
  z-index: 440;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: clip;
}

.section-img-full-size._6 {
  object-fit: contain;
}

.section-img-full-size._7 {
  object-position: 26% 50%;
}

.intro-img-section {
  border-radius: 20px;
  flex-direction: row;
  flex: none;
  align-self: stretch;
  align-items: stretch;
  width: 45%;
  max-width: 40vw;
  display: block;
  overflow: hidden;
}

.intro-img-section.full-size {
  width: 100%;
  max-width: none;
}

.section_feature-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--base-color-brand--white);
  background-color: var(--base-color-brand--black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  padding: 40px;
  display: flex;
}

.section_feature-box.last {
  order: 1;
}

.section_feature-box.last.small {
  min-height: 200px;
}

.section_feature-box.horizontal {
  background-image: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
}

.button-paragraph-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 495px;
  display: flex;
}

.button-group-secondary {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-group-secondary._2 {
  z-index: 10;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
}

.image-2 {
  cursor: none;
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  max-height: 35px;
  margin-left: auto;
  position: relative;
  inset: auto -6px auto auto;
  overflow: visible;
}

.arrow-container {
  pointer-events: none;
  object-fit: contain;
  object-position: 101% 50%;
  cursor: none;
  justify-content: flex-end;
  align-items: center;
  width: 2rem;
  height: 34.9844px;
  display: flex;
  position: absolute;
  inset: auto auto auto 9.5rem;
}

.arrow-container._2 {
  left: 8rem;
}

.arrow-line {
  z-index: 2;
  background-color: var(--base-color-brand--green);
  cursor: none;
  object-position: 80% 50%;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 100%;
  height: 5px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
}

.arrow-line._2 {
  background-color: var(--base-color-brand--white);
  background-color: var(--base-color-brand--white);
  height: 8.2px;
  right: auto;
}

.block {
  background-color: #0e0c14;
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}

.block.kontakt {
  background-color: var(--base-color-brand--yellow);
  height: 14rem;
  color: var(--base-color-brand--orange);
  border-radius: 32px 20rem 20rem 32px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 25rem 40px 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.block.kontakt:hover {
  background-color: var(--base-color-brand--orange);
  color: var(--base-color-brand--white);
}

.block.contact {
  background-color: var(--base-color-brand--green);
  height: 14rem;
  color: var(--base-color-brand--white);
  border-radius: 32px 20rem 20rem 32px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 25rem 40px 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.block.contact:hover {
  background-color: var(--base-color-brand--orange);
}

.block.invest {
  background-color: var(--base-color-brand--yellow);
  height: 14rem;
  color: var(--base-color-brand--orange);
  border-radius: 32px 20rem 20rem 32px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 25rem 40px 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.block.invest:hover {
  background-color: var(--base-color-brand--orange);
  color: var(--base-color-brand--white);
}

.long-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.long-right {
  background-color: var(--base-color-brand--orange);
  border-radius: 60rem;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  position: absolute;
  right: 0;
}

.long-right.cta-behavior-2 {
  min-width: auto;
  position: absolute;
}

.long-right._2 {
  width: 14rem;
  height: 14rem;
}

.arrow {
  width: 1.6rem;
  height: 1.6rem;
  overflow: visible;
}

.arrow.home {
  object-fit: contain;
  object-fit: contain;
  width: 7rem;
  height: 6.5rem;
}

.paragraph-large {
  max-width: 509px;
  color: var(--base-color-brand--black);
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.paragraph-large.intro {
  color: var(--base-color-brand--yellow);
}

.section_feature-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 26.8rem;
  display: flex;
}

.section_feature-wrapper._30 {
  min-height: 30rem;
}

.section_feature-wrapper._15 {
  min-height: 15rem;
}

.section_feature-wrapper.horizontal {
  flex-flow: column;
}

.text_style-3 {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.125;
}

.section_content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  min-height: auto;
  padding: 0 40px 0 0;
  display: flex;
}

.section-img-half-size {
  z-index: 440;
  object-fit: contain;
  object-position: 50% 50%;
  width: 45%;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.intro-img-section-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 45%;
  max-width: 750px;
  margin: 20px 0 20px 20px;
  padding: 45px;
  display: flex;
  overflow: visible;
}

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

.section_cta-container {
  background-color: var(--base-color-brand--yellow);
  border-radius: 20px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: 40vh;
  padding: 40px;
  display: flex;
  overflow: visible;
}

.button-secondary-2 {
  background-color: var(--base-color-brand--white);
  width: 100%;
  color: var(--base-color-brand--green);
  text-align: left;
  text-transform: uppercase;
  border-radius: 180px;
  padding: 1rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.button-secondary-2:hover {
  background-color: var(--base-color-brand--yellow);
}

.button-group-secondary-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 35%;
  display: flex;
}

.heading_style-h5 {
  color: var(--base-color-brand--black);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.padding-global-2 {
  background-color: var(--base-color-brand--black);
  min-height: 100%;
  padding: 0 2.5%;
  position: relative;
}

.padding-global-4 {
  background-color: var(--base-color-brand--black);
  min-height: 100%;
  padding: 0 2.5% 60px;
  position: relative;
}

.bigg-arrow-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.section_number-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--base-color-brand--white);
  background-color: var(--base-color-brand--black);
  background-image: none;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-height: 200px;
  padding: 40px;
  display: flex;
}

.section_number-box.half-width {
  width: 40%;
  max-width: 375.781px;
}

.section_number-box.orange {
  background-color: var(--base-color-brand--orange);
  background-image: none;
  border-style: none;
  width: auto;
  position: relative;
}

.section_number-box.white {
  background-color: var(--base-color-brand--white);
  background-image: none;
  border-style: none;
}

.section_numbers-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 35rem;
  display: flex;
  position: relative;
}

.section_numbers {
  z-index: 2;
  background-color: var(--base-color-brand--black);
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.section_number-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid var(--base-color-brand--white);
  background-color: var(--base-color-brand--black);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  padding: 40px;
  display: grid;
  position: relative;
}

.text_style-4 {
  max-width: 735.344px;
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.125;
}

.text_style-4.black {
  max-width: 316.672px;
  color: var(--base-color-brand--black);
}

.text_style-4.short {
  max-width: 316.672px;
}

.image-3 {
  cursor: none;
  object-position: 101% 50%;
  height: 100%;
  position: relative;
  inset: auto -.3rem auto auto;
}

.arrow-container-3 {
  pointer-events: none;
  object-position: 101% 50%;
  cursor: none;
  justify-content: flex-end;
  align-items: center;
  width: 115px;
  height: 104.406px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.contact-link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  text-decoration: none;
  display: flex;
}

.rl_navbar1_link {
  color: var(--base-color-brand--black);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link:hover {
  color: var(--base-color-brand--yellow);
}

.rl_navbar1_link.w--current {
  color: var(--base-color-brand--orange);
}

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

.contact-icon-arrow {
  background-color: var(--base-color-brand--white);
  background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/66409bb7bef673d2d0532b46_Group%20182.svg");
  background-position: 50%;
  background-size: contain;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 100%;
  padding: 15px;
  display: flex;
  position: relative;
}

.contact-button-text {
  color: var(--base-color-brand--orange);
}

.button-secondary-5 {
  background-color: var(--base-color-brand--green);
  color: var(--base-color-brand--white);
  text-align: center;
  text-transform: none;
  border-radius: 180px;
  padding: .25rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.button-secondary-5.short {
  width: 40%;
}

.button-secondary-5.short:hover {
  background-color: var(--base-color-brand--yellow);
  color: var(--base-color-brand--black);
}

.rl-padding-footer {
  padding-bottom: 60px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.clip {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000000;
  background-color: var(--base-color-brand--black);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-size: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: -100%;
}

.preloader-logo.preloader-bottom {
  width: 100%;
  position: absolute;
  bottom: -200%;
}

.preloader-content {
  height: 70px;
  color: var(--base-color-brand--yellow);
  object-fit: contain;
  align-self: center;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  display: block;
  position: relative;
}

.fs-slider-2_instance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.slider {
  border: 1px solid #000;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-start;
  height: 60em;
  margin-top: 7px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.slide1 {
  background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/68c4390f7a78da3d6cd93c46_untitled.106%20(1).jpeg");
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/68c7e763a4b54174958caa1d_untitled.129.jpeg");
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/68c7e850437a46cd86d5bf96_untitled.141.jpeg");
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/68c9b5d3f25463cda10acccc_IMG_1667.jpeg");
  background-position: 0 0;
  background-size: cover;
}

.slide-5 {
  background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/68c9b644e65e4ddcf9b70857_f3dc597a16a964e2edac24fd42e2d0a2.jpeg");
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/68c9b66cb3c74ee0e5f33305_9522ad3a0b557132da41a487180208f8.jpeg");
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/68c9b6fd16c4e87031476368_IMG_1664.jpeg");
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/68c9b74f956996699e8eae4f_0db15edc41b16ef5dbb910bb32a811a9.jpeg");
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/68c9b7803e5bbd3ac4ac3dc1_5ec6477f36645c383cd61037ea2ab1ad.jpeg");
  background-position: 50%;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .intro-img-section, .section_feature-box {
    order: -1;
  }

  .section_feature-box.last {
    order: 1;
  }

  .intro-img-container._4 {
    background-color: var(--base-color-brand--yellow);
    background-color: var(--base-color-brand--yellow);
  }

  .team-member-image-two {
    width: 100%;
  }

  .partners-grid {
    flex-flow: row;
    grid-template-areas: ". . . . . ."
                         ". . . . . Area";
  }

  .partner-logo {
    width: 100%;
  }

  .section_content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .color-section {
    order: -1;
  }

  .padding-blog-page-3 {
    margin-top: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    top: 0;
  }

  .section_blog {
    padding-top: 0;
    padding-bottom: 0;
  }

  .map-container._4 {
    background-color: var(--base-color-brand--yellow);
    background-color: var(--base-color-brand--yellow);
  }

  .blog-wrapper {
    order: -1;
  }

  .blog-wrapper.last {
    order: 1;
  }

  .section_faq-box {
    order: -1;
  }

  .section_faq-box.last {
    order: 1;
  }

  .section_usecase {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_usecase-box {
    order: -1;
  }

  .section_usecase-box.last {
    order: 1;
  }
}

@media screen and (min-width: 1440px) {
  .flex-row {
    height: 800px;
  }

  .arrow-line {
    background-color: var(--base-color-brand--green);
  }

  .team-member-image-two {
    object-fit: cover;
    height: 650px;
  }

  .rl-padding-footer {
    padding-bottom: 2.5%;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-padding-global-6 {
    min-height: 48rem;
  }

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

  .navbar_link {
    z-index: 90000;
    width: auto;
    padding: .75rem 0;
    font-size: 3.5rem;
    position: relative;
  }

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

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 100px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu_cover {
    z-index: auto;
  }

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

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

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

  .section_footer {
    min-height: 48rem;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 100px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-img-full-size {
    width: 350px;
    max-width: 351px;
    bottom: 25%;
  }

  .flex-column.space-low {
    z-index: 6;
    position: relative;
  }

  .flex-column.space-long {
    max-width: none;
  }

  .hero-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .flex-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
  }

  .bento.cta-secondary-yellow, .bento.cta-secondary-orange, .bento.cta-secondary-yellow, .bento.cta-secondary-orange {
    width: 100%;
    min-width: auto;
  }

  .contact-container {
    height: 45%;
  }

  .contact-wrapper {
    width: 100%;
  }

  .section-image {
    width: auto;
    height: 500px;
    min-height: 55%;
    max-height: 55%;
  }

  .flex-row-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .rl_footer1_logo {
    width: 20%;
  }

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

  .rl-padding-section-medium-2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .intro-img-section {
    width: auto;
  }

  .section_feature-box.horizontal {
    flex-flow: column;
  }

  .intro-img-container {
    width: auto;
    max-width: none;
    min-height: 350px;
    position: relative;
  }

  .intro-img-container._2 {
    width: 100%;
    max-width: none;
  }

  .block.invest, .block.kontakt {
    padding-right: 18rem;
  }

  .block.contact {
    padding-right: 20rem;
  }

  .block.invest, .block.kontakt {
    padding-right: 18rem;
  }

  .paragraph-large {
    font-size: 1.85rem;
  }

  .section_feature-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .intro-img-section-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    order: -1;
    width: auto;
    max-width: 300px;
    height: 300px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -10px;
    padding: 10px;
  }

  .section_about-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .section_cta-container {
    width: auto;
    height: 400px;
  }

  .section_numbers-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

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

  .text_style-4 {
    font-size: 1.75rem;
  }

  .rl_menu-icon_line-bottom {
    background-color: var(--base-color-brand--black);
    width: 100%;
    height: 3px;
    margin-top: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .rl_menu-icon_line-top {
    background-color: var(--base-color-brand--black);
    width: 100%;
    height: 3px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    border: 1px solid var(--base-color-neutral--black);
    outline-offset: 0px;
    -webkit-text-stroke-color: var(--background-color--background-alternate);
    outline: 3px #000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .contact-link-block {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    color: var(--base-color-brand--white);
    padding: .75rem 0 .75rem 5%;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

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

  .rl_navbar1_dropdown-list.w--open {
    border-style: solid;
    border-color: var(--base-color-brand--white);
    background-color: var(--base-color-brand--black);
    border-radius: 15px;
    padding: 0;
  }

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

  .rl_navbar1_dropdown-toggle {
    justify-content: flex-end;
    align-items: center;
    width: 150px;
    margin-left: auto;
    margin-right: 0;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
    position: relative;
  }

  .rl_navbar1_dropdown-toggle._2 {
    width: 120px;
  }

  .rl_navbar1_menu-dropdown {
    vertical-align: baseline;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_link {
    text-align: right;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .rl_navbar1_menu.is-page-height-tablet {
    border: 1px solid var(--base-color-brand--white);
    background-color: var(--base-color-neutral--white);
    width: 30%;
    height: auto;
    color: var(--relume-library-lite--rl-black);
    -webkit-text-stroke-color: var(--border-color--border-primary);
    border: 1px solid var(--base-color-brand--white);
    background-color: var(--base-color-neutral--white);
    width: 30%;
    height: auto;
    -webkit-text-stroke-color: var(--border-color--border-primary);
    border-radius: 20px;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 0;
    margin-left: auto;
    margin-right: 2.5%;
    padding-bottom: 2rem;
  }

  .header-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .section-image-2, .section-video {
    width: auto;
    height: 500px;
    min-height: 55%;
    max-height: 55%;
  }

  .video-wrapper {
    width: 100%;
  }

  .section_team-box.horizontal {
    flex-flow: column;
  }

  .team-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    max-width: 728px;
    margin-left: 0;
    display: flex;
  }

  .team-member-image-two {
    object-fit: contain;
  }

  .section_partners-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .section_partners-box.horizontal {
    flex-flow: column;
  }

  .partners-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    max-width: 728px;
    margin-left: 0;
    display: flex;
  }

  .color-section {
    width: auto;
  }

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

  .rl-padding-footer {
    min-height: 48rem;
  }

  .map-container {
    width: auto;
    max-width: none;
    min-height: 350px;
    position: relative;
  }

  .map-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .section_team-box-copy.horizontal, .blog-wrapper.horizontal, .blog-wrapper.horizontal {
    flex-flow: column;
  }

  .section_other-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section_other-feature-grid.horizontal {
    flex-flow: column;
  }

  .section_faq-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .section_faq-box.horizontal {
    flex-flow: column;
  }

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

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .strip-loop {
    border-top: 1px solid #cfcfcc;
    border-bottom: 1px solid #cfcfcc;
    width: 3.5rem;
    min-width: 3.5rem;
    position: relative;
  }

  .section_usecase-box.horizontal {
    flex-flow: column;
  }

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

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

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

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

  .text-style-nowrap {
    white-space: normal;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-padding-global-6 {
    min-height: 50rem;
  }

  .navbar {
    height: auto;
    min-height: 4rem;
  }

  .rl_navbar_logo-low {
    padding-left: 0;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .rl_footer1_spacing-block-4 {
    padding-bottom: .75rem;
  }

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

  .section_footer {
    min-height: 50rem;
  }

  .hero-img-full-size {
    width: 380px;
    max-width: 380px;
    bottom: 6%;
  }

  .intro-title-2 {
    min-height: 500px;
  }

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

  .heading_style-h1 {
    font-size: 3rem;
  }

  .heading_style-h4.white, .heading_style-h4.orange, .heading_style-h4.white, .heading_style-h4.orange {
    font-size: 2rem;
  }

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

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

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl_footer1_spacing-block-4-2 {
    padding-bottom: .75rem;
  }

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

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

  .intro-img-section {
    order: -1;
    max-width: none;
  }

  .section_feature-box.horizontal {
    flex-flow: wrap;
  }

  .intro-img-container {
    max-width: none;
    min-height: 300px;
  }

  .image-2 {
    max-height: 23.2px;
    right: -3px;
  }

  .arrow-container {
    width: 1.5rem;
    height: 23.2px;
    left: 7rem;
  }

  .arrow-line {
    height: 3px;
  }

  .arrow-line._2 {
    height: 7.8px;
  }

  .block.contact, .block.invest, .block.kontakt, .block.contact, .block.invest, .block.kontakt {
    height: 10rem;
    padding-right: 11rem;
  }

  .long-right {
    width: 10rem;
    height: 10rem;
  }

  .arrow.home {
    width: 5rem;
    height: 4.5rem;
  }

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

  .section_feature-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .section_content-wrapper {
    width: 100%;
  }

  .intro-img-section-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    order: -1;
    max-width: none;
    height: 300px;
    padding-left: 0;
  }

  .section_cta-container {
    height: 270px;
    padding: 20px;
  }

  .button-secondary-2 {
    font-size: 1.25rem;
  }

  .button-group-secondary-wrapper {
    width: 60%;
  }

  .heading_style-h5 {
    font-size: 2.5rem;
  }

  .section_number-box {
    min-height: 150px;
    padding: 30px;
  }

  .section_number-box.half-width {
    padding: 20px;
  }

  .section_number-box.orange {
    min-height: 150px;
  }

  .section_number-box.white {
    min-height: 150px;
    padding: 30px;
  }

  .section_numbers-wrapper {
    min-height: auto;
  }

  .section_number-grid {
    padding: 20px;
  }

  .text_style-4 {
    max-width: none;
    font-size: 1rem;
  }

  .arrow-container-3 {
    width: 90px;
    height: 90px;
  }

  .rl_menu-icon {
    border: 1px solid #0b0808;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    background-color: var(--base-color-neutral--white);
    background-color: var(--base-color-neutral--white);
    width: 50%;
    margin-right: 2.5%;
  }

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

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .intro-title-3 {
    min-height: 500px;
  }

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

  .intro-title-4 {
    min-height: 500px;
  }

  .button-secondary-6 {
    font-size: 1.25rem;
  }

  .section_team-box.horizontal {
    flex-flow: wrap;
  }

  .team-grid {
    margin-left: auto;
  }

  .section_partners-box.horizontal {
    flex-flow: wrap;
  }

  .partners-grid {
    margin-left: auto;
  }

  .color-section {
    order: -1;
    max-width: none;
  }

  .rl_blog5_spacing-block-8-2 {
    padding-bottom: 3rem;
  }

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

  .intro-title-5 {
    min-height: 500px;
  }

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

  .rl-heading-style-h5-4 {
    height: auto;
    font-size: 1.25rem;
  }

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

  .rl-padding-footer {
    min-height: 50rem;
  }

  .map-container {
    max-width: none;
    min-height: 300px;
  }

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

  .section_team-box-copy.horizontal, .blog-wrapper.horizontal, .blog-wrapper.horizontal {
    flex-flow: wrap;
  }

  .section_other-feature-grid {
    grid-template-columns: 1fr;
  }

  .section_other-feature-grid.horizontal, .section_faq-box.horizontal, .section_faq-box.horizontal {
    flex-flow: wrap;
  }

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

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rotate-text {
    grid-column-gap: 15vh;
    grid-row-gap: 15vh;
    padding-right: 15vh;
  }

  .home-service-image {
    height: 140vw;
    position: relative;
  }

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

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

  .home-services-block {
    grid-template-columns: 1fr;
  }

  .services-tab-grid {
    grid-column-gap: .5rem;
    grid-template-columns: 2.5rem 1fr auto;
  }

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

  .strip-loop {
    width: 3rem;
    min-width: 3rem;
  }

  .services-tab-grid-2 {
    grid-column-gap: .5rem;
    grid-template-columns: 2.5rem 1fr auto;
  }

  .section_usecase-box.horizontal {
    flex-flow: wrap;
  }

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

  .fs-slider-2_heading {
    font-size: 3rem;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

  .main-wrapper {
    margin-top: -10rem;
    overflow: clip;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-rich-text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rl-padding-global {
    padding-top: 7rem;
  }

  .page-wrapper-2 {
    z-index: 2;
    background-color: #dbd8ce;
    position: relative;
  }

  .section_hero {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .rl-styleguide_subheading-2 {
    font-size: 1.2rem;
    bottom: 11%;
  }

  .logo-loading-icon {
    width: 90%;
  }

  .rl-padding-global-6 {
    justify-content: center;
    align-items: stretch;
    min-height: auto;
    margin-top: auto;
    padding-top: 0%;
    padding-bottom: 40px;
    display: flex;
    position: relative;
  }

  .menu-wrapper {
    display: block;
  }

  .button-secondary-3.short {
    width: 100%;
  }

  .navbar {
    z-index: 900;
    margin-top: 20px;
    padding-top: 2%;
    position: sticky;
    top: 0;
  }

  .navbar_container {
    z-index: 9999999;
    border-radius: 15px;
    padding: 9px 20px;
    position: static;
  }

  .rl_logo-icon {
    max-width: 5rem;
  }

  .navbar_link {
    font-size: 1.6rem;
  }

  .padding-global-3 {
    padding-bottom: 40px;
  }

  .rl_navbar_logo-low {
    bottom: 12.5%;
  }

  .menu-icon {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    height: 100%;
  }

  .large-growing-images {
    min-height: auto;
  }

  .menu-icon_line-bottom {
    color: #fff;
    background-color: #fff;
    width: 45px;
    height: 3px;
  }

  .menu_cover {
    z-index: 99999;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .wrap {
    z-index: 100000000;
    display: none;
  }

  .navbar_menu.is-page-height-tablet {
    z-index: 850;
    z-index: 850;
    inset: 0%;
    height: 100vh;
    margin-top: -20px;
    margin-bottom: auto;
    padding-top: 25vh;
    inset: 0%;
    overflow: visible;
  }

  .section_footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .navbar_logo {
    max-width: 11.5rem;
  }

  .menu-icon_line-top {
    color: #fff;
    background-color: #fff;
    width: 45px;
    height: 3px;
  }

  .logo-loading {
    width: 90%;
  }

  .hero-img-full-size {
    width: 300px;
    max-width: 300px;
    bottom: 26%;
  }

  .intro-title-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .flex-column {
    align-content: flex-start;
  }

  .flex-column.space-md {
    max-width: none;
  }

  .hero-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .heading_style-h1, .heading_style-h2.black, .heading_style-h2.black {
    font-size: 2rem;
  }

  .cta-behavior {
    flex: 0 auto;
  }

  .flex-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .img-size-54 {
    width: 30px;
    height: 37px;
  }

  .bento {
    padding: 24px;
  }

  .bento.footer {
    border-radius: 15px;
    padding: 25px;
  }

  .bento.cta-secondary-yellow {
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .bento.cta-secondary-orange {
    border-radius: 15px;
    min-height: 30rem;
    padding: 20px;
  }

  .contact-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    order: -1;
    width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .contact-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .img-logo-icon {
    max-width: none;
  }

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

  .heading_style-h4 {
    font-size: 2rem;
  }

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

  .heading_style-h3.white {
    font-size: 2rem;
  }

  .text_style-2 {
    font-size: 1.25rem;
  }

  .cta-behavior-2 {
    flex: 0 auto;
  }

  .flex-row-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .rl_footer1_credit-text {
    margin-top: .5rem;
    font-size: .75rem;
  }

  .rl_footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0;
  }

  .rl_footer1_logo {
    width: 100%;
    max-width: none;
  }

  .rl_footer1_logo-link.w--current {
    width: 100%;
  }

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

  .rl-padding-section-medium-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl-padding-global-7 {
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section_about {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rl-padding-global-3 {
    padding-top: 0;
  }

  .intro-img-section {
    border-radius: 15px;
    width: auto;
    height: 300px;
  }

  .section_feature-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .section_feature-box.horizontal {
    border-radius: 15px;
    padding: 20px;
  }

  .section_feature-box.horizontal.fixed-height {
    min-height: 730px;
    overflow: hidden;
  }

  .intro-img-container {
    border-radius: 15px;
    width: auto;
    height: 300px;
    padding: 20px;
  }

  .intro-img-container._3 {
    height: 200px;
    min-height: 200px;
  }

  .button-secondary {
    font-size: 1.25rem;
  }

  .image-2 {
    max-height: 29px;
    right: -3px;
  }

  .arrow-container {
    width: 1.5rem;
    height: 20px;
    left: 8rem;
  }

  .arrow-container._2 {
    left: 7rem;
  }

  .arrow-line {
    width: 100%;
    height: 4.2px;
  }

  .arrow-line._2 {
    height: 6.5px;
    display: none;
  }

  .block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .block.invest, .block.kontakt {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 6rem;
    padding: 20px 6rem 20px 20px;
  }

  .block.contact {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 6rem;
    padding: 20px 9rem 20px 20px;
  }

  .block.invest, .block.kontakt {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 6rem;
    padding: 20px 6rem 20px 20px;
  }

  .long-right {
    width: 6rem;
    height: 6rem;
  }

  .long-right.cta-behavior-2 {
    height: 6rem;
  }

  .long-right._2 {
    width: 6rem;
    height: 6rem;
  }

  .arrow.home {
    width: 3rem;
    height: 2.5rem;
  }

  .paragraph-large {
    max-width: 200px;
    font-size: 1.125rem;
  }

  .section_feature-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .section_feature-wrapper._30, .section_feature-wrapper.horizontal, .section_feature-wrapper._30, .section_feature-wrapper.horizontal {
    min-height: auto;
  }

  .text_style-3 {
    font-size: 1.5rem;
  }

  .section_content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 20px;
    justify-content: flex-end;
    min-height: auto;
    padding-right: 0;
  }

  .section-img-half-size {
    bottom: 0%;
  }

  .intro-img-section-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
    margin-left: -10px;
    padding: 10px;
    display: flex;
    position: relative;
  }

  .section_about-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .section_cta-container {
    border-radius: 15px;
    flex-flow: column;
    width: auto;
    height: 400px;
    padding: 20px;
  }

  .button-group-secondary-wrapper {
    width: 100%;
  }

  .padding-global-4 {
    padding-bottom: 40px;
  }

  .section_number-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .section_number-box.half-width {
    width: 100%;
    max-width: none;
    min-height: 200px;
    padding: 20px;
  }

  .section_number-box.white {
    padding: 20px;
  }

  .section_numbers-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .section_numbers {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_number-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .text_style-4 {
    font-size: 1rem;
  }

  .arrow-container-3 {
    width: 75px;
    height: 75px;
  }

  .rl_menu-icon_line-bottom {
    margin-top: 3px;
  }

  .rl_menu-icon_line-top {
    margin-bottom: 3px;
  }

  .rl_menu-icon {
    justify-content: center;
    align-items: flex-end;
    width: 45px;
    margin-right: 0;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    background-color: var(--base-color-neutral--white);
    background-color: var(--base-color-neutral--white);
    border-radius: 15px;
    width: 95%;
    margin-top: .5rem;
    margin-right: 2.5%;
  }

  .intro-title-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .header-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .section-image-2 {
    box-sizing: border-box;
    clear: left;
    text-align: left;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url("https://cdn.prod.website-files.com/6613085032bc2816a9f267fd/67ec0a05ff23fda1ab41e02e_IMG_0540.JPG");
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-clip: border-box;
    border-radius: 15px;
    flex: none;
    width: 100%;
    height: 420px;
    position: static;
    overflow: hidden;
  }

  .intro-title-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .section-video {
    border-radius: 15px;
    width: 100%;
    height: 400px;
  }

  .section-video._2 {
    height: 400px;
  }

  .section-wrapper-right {
    flex: 0 auto;
  }

  .video-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .section_team-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .section_team-box.horizontal {
    border-radius: 15px;
    padding: 20px;
  }

  .section_team-box.horizontal.fixed-height {
    min-height: 730px;
    padding: 20px;
    overflow: hidden;
  }

  .team-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: none;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .email-link-text {
    font-size: 14px;
  }

  .team-block-info {
    padding-right: 0;
  }

  .text-link-phone {
    margin-top: 10px;
  }

  .team-member-image-two {
    width: 100%;
    max-width: none;
    height: 14rem;
  }

  .section_team {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section_partnere {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_partners-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .section_partners-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .section_partners-box.horizontal {
    border-radius: 15px;
    padding: 20px;
  }

  .section_partners-box.horizontal.fixed-height {
    min-height: 730px;
    padding: 20px;
    overflow: hidden;
  }

  .partners-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .partners-block {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    display: block;
  }

  .partner-logo {
    width: 100%;
    max-width: none;
    height: 14rem;
  }

  .section_content {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_content.block-quote-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .color-section {
    border-radius: 15px;
    width: auto;
    height: 300px;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog_menu-dropdwon-link {
    margin-bottom: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
  }

  .blog_list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-padding-global-8 {
    margin-top: 40px;
  }

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

  .intro-title-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .rl-heading-style-h5-4.cards {
    height: auto;
  }

  .section_blog {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_other-news {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .blogg-button-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-secondary-7 {
    width: 119px;
  }

  .button-secondary-7.short {
    width: 100%;
  }

  .rl-padding-footer {
    justify-content: center;
    align-items: stretch;
    min-height: auto;
    margin-top: auto;
    padding-top: 0%;
    padding-bottom: 40px;
    display: flex;
    position: relative;
  }

  .section_map {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .map-container {
    border-radius: 15px;
    width: auto;
    height: 300px;
    padding: 20px;
  }

  .map-container._3 {
    height: 200px;
    min-height: 200px;
  }

  .map-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto;
    min-height: auto;
  }

  .section_team-box-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-style: none;
    border-radius: 15px;
    min-height: auto;
    padding: 0;
  }

  .section_team-box-copy.horizontal {
    border-radius: 15px;
    padding: 20px;
  }

  .section_team-box-copy.horizontal.fixed-height {
    min-height: 730px;
    padding: 20px;
    overflow: hidden;
  }

  .section_product {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .blog-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .blog-wrapper.horizontal {
    border-radius: 15px;
    padding: 20px;
  }

  .blog-wrapper.horizontal.fixed-height {
    min-height: 730px;
    padding: 20px;
    overflow: hidden;
  }

  .section_other-feature {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section_other-feature-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-style: none;
    border-radius: 15px;
    min-height: auto;
    padding: 0;
  }

  .section_other-feature-grid.horizontal {
    border-radius: 15px;
    padding: 20px;
  }

  .section_other-feature-grid.horizontal.fixed-height {
    min-height: 730px;
    padding: 20px;
    overflow: hidden;
  }

  .section_faq {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section_faq-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .section_faq-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .section_faq-box.horizontal {
    border-radius: 15px;
    padding: 20px;
  }

  .section_faq-box.horizontal.fixed-height {
    min-height: 730px;
    overflow: hidden;
  }

  .service-tab-icon {
    justify-content: center;
    align-items: flex-start;
  }

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

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal-2.padding-medium {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service-image.left-side {
    height: 100vw;
    min-height: 20rem;
  }

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

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

  .services-tab-grid {
    place-items: start stretch;
  }

  .services-tab-list {
    margin-top: .5rem;
  }

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

  .strip-loop {
    width: 2.5rem;
    min-width: 2.5rem;
  }

  .section_usecase {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_usecase-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 15px;
    min-height: auto;
    padding: 20px;
  }

  .section_usecase-box.horizontal {
    border-radius: 15px;
    padding: 20px;
  }

  .section_usecase-box.horizontal.fixed-height {
    min-height: 730px;
    overflow: hidden;
  }

  .usecase_list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section_other-usecase {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .preloader-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .preloader-content {
    text-align: center;
    max-width: 80%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2rem;
  }

  .preloader-content.text {
    max-width: 100%;
    font-size: 2rem;
  }

  .slider {
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .slide1 {
    background-position: 50%;
  }
}

#w-node-d87740b7-75a9-0686-b910-cf02f7081971-a9f267fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d87740b7-75a9-0686-b910-cf02f7081971-a9f267fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
