:root {
  --black: black;
  --white: white;
  --blue: #2f5c8c;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.center {
  background-color: var(--black);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  padding-bottom: 0;
}

.section.wide.purple {
  background-color: var(--white);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  background-image: url('../images/Hermann-13_1.avif');
  background-position: 40% 80%;
  background-size: cover;
  padding-top: 10vh;
  padding-bottom: 5vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section.carrer {
  width: 100%;
  margin-top: 80px;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: var(--white);
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px #00000008;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 600px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.feature-content.txt1 {
  display: none;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  background-color: var(--blue);
  color: #fcfef4;
  text-align: center;
  border-radius: 5px;
  margin-top: 40px;
  margin-right: 0;
  padding: 15px 80px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  z-index: 2;
  text-align: center;
  background-image: linear-gradient(#1c1c1c 76%, #fff0);
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.wrap.image-top-pad {
  z-index: 1;
  margin-top: -200px;
}

.title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  vertical-align: baseline;
  flex: none;
  display: inline-block;
}

.image-2.txt {
  display: none;
}

.image-2.bigimg {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: var(--black);
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 var(--blue);
  color: #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 5vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  margin-top: 0;
  margin-bottom: 0;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: none;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.feature-wrap.txt {
  margin-bottom: 0;
  padding-top: 80px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.feature-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.feature-image.txt {
  display: none;
}

.black {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  flex-flow: column;
  width: 90vw;
  height: 100%;
  margin-top: 10vh;
  margin-bottom: 100px;
  padding-bottom: 50px;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.brand.w--current {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 8vh;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
}

.italic-text {
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-style: normal;
  display: flex;
}

.paragraph-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.image-5 {
  padding-top: 0;
}

.paragraph-3, .feature-paragraph {
  font-family: Montserrat, sans-serif;
}

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

.quick-stack {
  color: var(--blue);
  background-color: #ffffffe3;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-5 {
  color: var(--black);
  text-align: center;
  font-size: 15px;
  font-style: normal;
}

.paragraph-6 {
  color: var(--black);
  font-size: 15px;
}

.paragraph-7, .paragraph-8 {
  color: var(--black);
  text-align: center;
  font-size: 15px;
}

.paragraph-9 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-5, .heading-6 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-10, .paragraph-11 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-7 {
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

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

.cell-3, .cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-12, .paragraph-13 {
  color: #969696;
  padding-top: 20px;
}

.paragraph-14 {
  color: #969696;
  margin-top: auto;
  padding-top: 20px;
}

.social-button-image-2 {
  width: 100%;
}

.footer1-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-7 {
  font-family: Montserrat, sans-serif;
}

.footer1 {
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.link-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.footer1-bottom-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.footer-social-media-grid {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 40px);
  justify-content: space-between;
  justify-items: stretch;
  display: flex;
}

.footer-social-media-grid.tablet {
  justify-content: center;
  align-items: stretch;
}

.footer1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2.5fr 2.5fr 2.5fr 2.5fr 2.5fr 1fr minmax(0, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.footer1-grid.tablet {
  grid-template-columns: 1.5fr 2fr 2fr 2fr 2fr 2fr 2fr minmax(0, .25fr);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  text-transform: none;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
}

.link-3 {
  font-family: Montserrat, sans-serif;
}

.footer1-bottom-link {
  opacity: .7;
  color: #18181d;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer1-bottom-link:hover {
  opacity: 1;
}

.footer1-bottom-link.webflow {
  font-family: Montserrat, sans-serif;
  display: block;
}

.quick-stack-2 {
  padding-top: 0;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.recaptcha {
  margin-top: 40px;
  margin-bottom: 10px;
}

.text-area {
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 5px;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.text-field {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.bottom-margin-field {
  border-radius: 5px;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.form-centered-button {
  background-color: var(--blue);
  border-radius: 5px;
  justify-content: center;
}

.cta7-form {
  align-self: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.cta7-form-wrap {
  flex-direction: column;
  display: flex;
}

.success-message {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.section-3 {
  text-transform: none;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
}

.section-3.kontakt {
  margin-top: 100px;
  margin-bottom: 60px;
}

.cta7-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-17 {
  text-align: left;
}

.paragraph-70 {
  color: #18181db3;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: block;
}

.paragraph-70.paragraph70-bottom-clear {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-70.paragraph70-bottom-clear.para2 {
  text-align: left;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-top-clear {
  text-transform: none;
  margin-top: 0;
  font-size: 35px;
}

.size3-text.size3-top-clear.text22 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.space-32px {
  min-height: 2.2vw;
}

.max-width-16vw {
  color: var(--white);
  text-transform: none;
  max-width: 16vw;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.footer-footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
  padding-bottom: 62px;
  display: flex;
}

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

.container-2.padding-144px {
  padding-left: 144px;
  padding-right: 144px;
}

.logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link_heading {
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.1vw;
}

.section-4 {
  z-index: 3;
  border-color: #383838;
  width: 100vw;
  max-width: 100%;
  padding-bottom: 40px;
  display: inline-block;
  position: relative;
}

.section-4.header {
  z-index: 0;
  background-color: #050505;
  width: 100vw;
  max-width: 100%;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-4.header.footer {
  border-top-style: solid;
  border-top-width: 1px;
}

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

.hidden {
  display: none;
}

.footer-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-bottom-text {
  color: #ad8fff;
  padding-left: 5px;
}

.footer-bottom-text:hover {
  color: #eee;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  filter: none;
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 3vw;
  max-height: 3vw;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.social-icon:hover {
  color: #383838;
}

.footer-line {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.footer-right-flex {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: flex;
}

.footer-link-2 {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.footer-link-2.w--current {
  color: #eee;
}

.footer-link-2.move-down {
  position: absolute;
  top: 100%;
}

.footer-link-2.move-down.w--current {
  color: #eee;
}

.footer-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-flex-bottom {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code-embed {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.code-embed-2 {
  color: var(--white);
}

.bold-text {
  color: #5561c0;
}

.footer-link-3 {
  color: var(--white);
  cursor: pointer;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link-3.w--current {
  color: #eee;
}

.footer-link-3.move-down {
  position: absolute;
  top: 100%;
}

.footer-link-3.move-down.w--current {
  color: #eee;
}

.heading-8, .heading-9, .heading-10 {
  color: var(--black);
  font-size: 25px;
}

.heading-11 {
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 25px;
  display: block;
}

.cell-5 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.italic-text-2 {
  font-style: normal;
}

.cell-6, .cell-7, .cell-8 {
  justify-content: flex-start;
  align-items: center;
}

.heading-12 {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-size: 60px;
}

.italic-text-3 {
  color: var(--black);
  font-style: normal;
}

.italic-text-4 {
  font-style: normal;
}

.italic-text-5 {
  color: var(--black);
  font-style: normal;
}

.heading-13 {
  color: var(--black);
  text-align: center;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 6vh;
  line-height: 7vh;
}

.legal-rich-text {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.container-3 {
  padding-top: 250px;
}

.section-5 {
  margin-bottom: 220px;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Cafe-unterbruck-Hermann-Bäckerei.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-10 {
  font-size: 5vh;
  line-height: 1vh;
  text-decoration: none;
}

.heading-14 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
}

.text-block-3 {
  color: var(--white);
}

.cookie-consent-wrapper {
  display: block;
}

.fs-cc-prefs_close-icon {
  color: #222;
  width: 16px;
  height: 16px;
  line-height: 1;
}

.fs-cc-banner_button {
  background-color: var(--blue);
  color: #eee;
  text-align: center;
  border: 2px #1c1c1c;
  border-radius: 0;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  transition-property: all;
}

.fs-cc-banner_button:hover {
  color: #e9e9e9;
  background-color: #383838;
  border-bottom-color: #383838;
}

.fs-cc-banner_button.fs-cc-button-alt {
  background-color: var(--white);
  color: #1c1c1c;
  border-style: solid;
  border-color: #1c1c1c;
  border-radius: 1px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
  font-size: 13px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #2229;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_button {
  color: #eee;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 0;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  transition-property: all;
}

.fs-cc-prefs_button:hover {
  color: #e9e9e9;
  background-color: #383838;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #1c1c1c;
  background-color: #0000;
  border-color: #1c1c1c;
}

.fs-cc-prefs_button.fs-cc-button-alt:hover {
  color: #f5f5f5;
  background-color: #383838;
}

.fs-cc-prefs_trigger, .fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #eee;
  border-radius: 3px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_text {
  font-size: 12px;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  color: #1c1c1c;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  display: block;
  overflow: scroll;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_title {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-banner_text-link {
  color: #050505;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  border-bottom: 2px solid #1c1c1c;
  text-decoration: none;
}

.fs-cc-banner_text-link:hover {
  color: #383838;
}

.landscape-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.index-video-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.bg-video_media-wrapper {
  width: 100%;
  height: 100%;
}

.bg-video_overlay {
  z-index: 2;
  pointer-events: none;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  display: none;
}

.youtube {
  pointer-events: auto;
}

.div-block-18 {
  aspect-ratio: 16 / 9;
  pointer-events: auto;
  width: 100%;
  max-width: 1080px;
  position: relative;
}

.code-embed-3 {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-image {
  border-radius: 5px;
}

.text-block-4 {
  color: var(--black);
  font-size: 12px;
  line-height: 1;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  overflow: hidden;
}

.slide-nav-2 {
  display: none;
}

.slide, .mask-2 {
  width: 100%;
  height: 100%;
}

.right-arrow-2, .left-arrow-2 {
  height: 100%;
}

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

.carrer-section {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.carrer-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-71 {
  max-width: 80%;
}

.career-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.career_center-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.div-block-19 {
  background-color: var(--blue);
  border-radius: 5px;
  padding: 15px;
}

.career-text {
  color: var(--white);
  font-weight: 200;
}

.career-heading {
  color: var(--black);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
}

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

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

@media screen and (min-width: 1440px) {
  .feature-content {
    max-width: 700px;
  }

  .feature-wrap.txt {
    margin-bottom: 5vh;
  }

  .footer-footer-top, .container-2 {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    position: sticky;
  }

  .feature-content {
    max-width: 700px;
  }

  .feature-wrap.reverse.txt {
    padding-top: 20px;
  }

  .feature-wrap.txt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    display: flex;
  }

  .feature-image {
    width: 40vw;
    display: flex;
  }

  .black.biggertext {
    font-size: 48px;
  }

  .feature-paragraph.biggertext {
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-9, .paragraph-10, .paragraph-11 {
    padding-top: 10px;
  }

  .grid-item_employees {
    flex-flow: column;
    display: flex;
  }

  .section-2, .section-3 {
    padding-top: 0;
  }

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

  .div-block-18 {
    width: 100%;
    max-width: 1440px;
  }

  .slider {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    background-image: url('../images/Hermann-33-Medium_1.avif');
    background-size: cover;
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .quick-stack.tablet-no-padding-sides {
    padding-left: 1%;
    padding-right: 1%;
  }

  .footer1-links-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .link-7 {
    font-weight: 400;
  }

  .wrapper-2.mobil {
    display: block;
  }

  .link-9 {
    font-weight: 400;
  }

  .footer1-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .footer-social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    aspect-ratio: auto;
    grid-template-rows: auto;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 738px;
    display: block;
  }

  .footer1-grid.tablet {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2 {
    margin-top: 60px;
    padding-right: 24px;
  }

  .link-3 {
    font-weight: 400;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .error-message, .success-message {
    max-width: 738px;
  }

  .section-3 {
    margin-top: 60px;
    padding-right: 24px;
  }

  .cta7-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .paragraph-70 {
    padding-top: 40px;
  }

  .space-32px {
    min-height: 32px;
  }

  .max-width-16vw {
    max-width: 240px;
  }

  .container-2.padding-144px {
    padding-left: 64px;
    padding-right: 64px;
  }

  .logo-link-wrapper {
    z-index: 1000000;
  }

  .footer-link_heading {
    font-size: 25px;
    line-height: 1.1;
  }

  .footer-footer-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .logo {
    min-height: 42px;
    max-height: 42px;
  }

  .footer-right-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-link-2, .footer-link-3 {
    font-size: 17px;
    line-height: 27px;
  }

  .fs-cc-banner_text {
    line-height: 1.3;
  }

  .fs-cc-banner_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .fs-cc-banner_text-link {
    font-size: inherit;
    line-height: inherit;
  }

  .bg-video_media-wrapper {
    display: none;
  }

  .div-block-18 {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .footer1-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .footer1-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .error-message, .success-message {
    width: 100%;
    max-width: none;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta7-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .footer-footer-top {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .container-2.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .logo-link-wrapper {
    padding-left: 0;
  }

  .footer-footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-right-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-prefs_button:hover {
    background-color: #383838;
    border-color: #383838;
  }

  .fs-cc-prefs_button.fs-cc-button-alt:hover {
    color: #eee;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .carrer-text {
    font-size: 30px;
  }

  .career-features {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    background-color: var(--black);
    background-image: url('../images/header.jpg');
    padding-bottom: 10vh;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button.career {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .wrap.image-top-pad {
    margin-top: -60px;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.icons.hidden {
    display: none;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .quote-attribution {
    flex-flow: column;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .grid-item_employees {
    justify-content: flex-start;
    align-items: center;
    width: 47%;
  }

  .footer1-links-wrap {
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
  }

  .wrapper-2.mobil {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .footer1 {
    padding-bottom: 0;
  }

  .footer1.mobil {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: end center;
    place-items: center;
    display: flex;
  }

  .footer1-bottom-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr .5fr .75fr .75fr;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 13px;
  }

  .footer1-bottom-grid.mobil {
    grid-column-gap: 12px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
  }

  .footer-social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(auto-fit, 38px);
    justify-content: center;
    margin-top: 15px;
  }

  .footer-social-media-grid.tablet {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer1-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: 25px;
    grid-template-columns: .25fr .25fr .25fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    display: grid;
  }

  .footer1-grid.tablet {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: 25px;
    grid-template-columns: 1.5fr 2fr 2fr 2fr 2fr 2fr 2fr minmax(0, .25fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-3 {
    font-size: 15px;
  }

  .footer1-bottom-link, .footer1-bottom-link.webflow {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-small.form-centered-button {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-16 {
    display: block;
  }

  .cta7-form.mobil1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-3 {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cta7-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: block;
  }

  .paragraph-70 {
    text-align: left;
    align-items: stretch;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    display: flex;
  }

  .paragraph-70.paragraph70-bottom-clear.para2 {
    padding-top: 20px;
  }

  .paragraph-70.paragraph70-bottom-clear.para2.text23 {
    margin-left: 20px;
  }

  .size3-text.size3-top-clear.text22 {
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .footer-mention-text {
    font-size: 14px;
  }

  .container-2.padding-144px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link_heading {
    font-weight: 600;
  }

  .section-4.header {
    padding-bottom: 20px;
  }

  .footer-bottom-text {
    font-size: 14px;
  }

  .socials-wrapper {
    top: 64%;
  }

  .footer-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .logo {
    z-index: 999;
    max-width: none;
    min-height: 36px;
    max-height: 36px;
    position: relative;
  }

  .logo.invert {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-right-flex {
    margin-top: 50px;
  }

  .footer-flex-bottom {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-12 {
    line-height: 52px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_component {
    padding: 25px 15px 12px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .carrer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .carrer-text {
    font-size: 20px;
  }

  .paragraph-71 {
    max-width: 100%;
  }

  .career_center-wrapper {
    padding-top: 45px;
  }

  .career-heading {
    font-size: 25px;
  }

  .grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

#w-node-_3c57e328-39e6-a9b5-ced8-2080b4f4442b-0b9a8991 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_209bbfa9-3faa-1cab-fc2d-a04936f80fc3-0b9a8991 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_11c1e896-a6c2-769c-6598-4c93b6bffb17-0b9a8991 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-_209bbfa9-3faa-1cab-fc2d-a04936f80fc3-0b9a8991 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_209bbfa9-3faa-1cab-fc2d-a04936f80fc3-0b9a8991 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c57e328-39e6-a9b5-ced8-2080b4f4442b-0b9a8991, #w-node-_209bbfa9-3faa-1cab-fc2d-a04936f80fc3-0b9a8991 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


