:root {
  --gold: #ab8d69;
  --grey: #f9f9f9;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--success-darker: #006638;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

.section {
  background-image: url('../images/hero-background.webp');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
}

.navbar {
  background-color: #0000;
  height: 50px;
}

.liennav {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 320px;
  padding-left: 60px;
  padding-right: 100px;
  font-family: Chromate, sans-serif;
  transition: text-shadow .3s cubic-bezier(.567, .061, 0, .985);
  display: block;
}

.liennav:hover {
  text-shadow: 0 -12px 0 var(--gold), 0 12px 0 var(--gold);
}

.nav-menu {
  background-color: var(--grey);
  height: 100vh;
  padding-top: 40px;
  transition: text-shadow .2s cubic-bezier(.55, .032, 0, .968);
}

.image {
  width: 80px;
  transition: width .2s cubic-bezier(1, .009, 0, 1.003);
  position: fixed;
  inset: 40px 60px 0% auto;
}

.image:hover {
  width: 85px;
}

.image-2 {
  transition: opacity .2s;
  position: fixed;
  top: 10px;
  left: 30px;
}

.image-2:hover {
  opacity: .49;
}

.langue {
  color: #fff;
  letter-spacing: 3px;
  margin-left: 20px;
  font-family: "Mosk 700", sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.langue:hover {
  color: var(--gold);
}

.div-block {
  text-align: center;
  width: 100px;
  position: fixed;
  inset: auto 0% 20px 40px;
}

.image-3 {
  color: #fff;
  background-color: #0000;
}

.image-4 {
  padding-top: 15px;
  transition: opacity .2s;
  display: block;
}

.image-4:hover {
  opacity: .5;
}

.div-block-2 {
  width: 50px;
  position: fixed;
  inset: auto 50px 20px auto;
}

.div-block-3 {
  background-image: linear-gradient(90deg, #000000a1, #0000);
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.15vw;
  font-weight: 700;
  line-height: 1em;
}

.div-block-4 {
  background-color: #97c037;
  width: 30%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Mosk 500", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.button {
  padding: 10px 60px;
}

.image-5 {
  display: none;
  position: relative;
  bottom: 2px;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  margin-right: 10px;
  font-family: "Mosk 700", sans-serif;
  text-decoration: none;
  display: inline-block;
}

.text-block.btn2 {
  color: #97c037;
  text-transform: uppercase;
  margin-right: 0;
  transition: text-shadow .3s;
}

.text-block.btn2.top-text {
  color: inherit;
}

.link-block {
  border: 2px solid #fff;
  margin-top: 20px;
  padding: 10px 40px;
  transition: padding .2s, border .2s, background-color .2s;
}

.link-block:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  padding-left: 60px;
  padding-right: 60px;
}

.link-block.btn2 {
  outline-offset: 0px;
  color: #97c037;
  border-width: 0;
  outline: 1px solid #97c0371a;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block.btn2:hover {
  background-color: #ffffff14;
  border-color: #0000;
}

.link-block.btn2.more {
  outline-color: #e4e6f13d;
  margin-top: 46px;
}

.link-block.btn2.more:hover {
  background-color: #ffffff14;
}

.link-block.btn2.top {
  background-color: #97c0372b;
  margin-top: 0;
  transition: color .2s, opacity .2s, padding .2s, border .2s, background-color .2s;
}

.link-block.btn2.top:hover {
  color: #fff;
  background-color: #97c037;
}

.div-block-5 {
  background-image: url('../images/fond-arrow.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 100px;
  height: 100px;
}

.image-6 {
  transition: height .2s, width .2s;
  position: relative;
  inset: 2px 0% 0%;
}

.image-6:hover {
  width: 35px;
  height: 30px;
}

.div-block-6 {
  text-align: center;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.body {
  background-color: #101818;
}

.section-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 300px) 1fr minmax(300px, 300px);
  max-width: 1450px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  padding-top: 220px;
  padding-bottom: 140px;
}

.grid.alt {
  max-width: 1450px;
}

.div-block-7 {
  outline-offset: 0px;
  text-align: center;
  background-color: #ffffff0a;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.image-7 {
  width: 330px;
  transition: box-shadow .2s;
  position: relative;
  right: 60px;
}

.image-7:hover {
  box-shadow: 1px 1px 30px #0006;
}

.image-7.img2 {
  transition-property: none;
  transform: rotate(109deg);
}

.image-7.img2:hover {
  box-shadow: none;
}

.image-8 {
  width: 330px;
  transition: box-shadow .2s;
  position: relative;
  left: 60px;
}

.image-8:hover {
  box-shadow: -1px 1px 30px #000000a6;
}

.image-8.img2 {
  transition-property: none;
}

.image-8.img2:hover {
  box-shadow: none;
}

.image-8.alt {
  width: 100%;
}

.text-span {
  color: #fff;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 45px;
}

.text-span-2 {
  color: #97c037;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Mosk 700", sans-serif;
  font-size: 12px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.paragraph-2._2titre {
  width: 100%;
  max-width: 520px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  color: #d8d8d8;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.div-block-8 {
  text-align: center;
}

.image-9 {
  position: relative;
  top: 2px;
}

.section-3 {
  z-index: 1;
  background-image: url('../images/middle-back.webp');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 100vh;
  padding-top: 100px;
  padding-left: 200px;
  padding-right: 400px;
  position: relative;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}

.text-span-3 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-4 {
  color: #97c037;
  letter-spacing: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
}

.div-block-9 {
  margin-bottom: 10px;
  line-height: 30px;
}

.text-span-5 {
  font-size: 10px;
  line-height: 0;
}

.text-span-6 {
  font-weight: 300;
  line-height: 35px;
}

.section-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 500px;
  display: none;
}

.dropdown-toggle {
  color: #929292;
  border-bottom: 1px solid #dddddd26;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  transition: color .2s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #97c037;
}

.text-block-2 {
  letter-spacing: 2px;
  color: inherit;
  width: 710px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
}

.text-block-2:hover {
  color: inherit;
}

.image-10 {
  transform: rotate(90deg);
}

.text-span-7 {
  float: right;
  text-align: right;
}

.paragraph-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 0;
  padding: 5px 90px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-5.droite {
  color: #fff;
  background-color: #0000;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-list {
  background-color: var(--grey);
  width: 100%;
  display: none;
}

.dropdown-list.w--open {
  background-color: #f9f9f90d;
  padding-top: 41px;
  padding-bottom: 41px;
  position: relative;
}

.sous-titre {
  color: #f8f8f859;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.section-5 {
  height: auto;
  padding-bottom: 0;
}

.section-5.alt {
  display: none;
}

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

.image-11 {
  border: 10px none var(--grey);
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.image-12 {
  border: 10px none var(--grey);
  position: relative;
  bottom: 0;
}

.image-13, .image-14 {
  border: 10px none var(--grey);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-15 {
  border: 10px none var(--grey);
}

.image-16 {
  border: 10px none var(--grey);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.image-17 {
  border: 10px none var(--grey);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 475px;
  position: relative;
  bottom: 0;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr .75fr;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.section-6 {
  background-color: #ffffff0a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.titre-contact {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.div-block-10, .div-block-11, .div-block-12, .div-block-13 {
  padding: 10px;
}

.grid-4 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-4.all {
  display: none;
}

.text-block-3 {
  color: #929292;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 25px;
}

.text-block-4 {
  color: #929292;
  letter-spacing: 1px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-4.alt {
  width: auto;
}

.txtcontact {
  color: #929292;
  letter-spacing: 0;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.txtcontact:hover {
  color: #97c037;
}

.form-block {
  margin-top: 100px;
  margin-left: 140px;
  margin-right: 140px;
}

.label {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  border: 0 solid #000;
  font-family: "Mosk 500", sans-serif;
  font-size: 14px;
}

.input {
  letter-spacing: 1px;
  border: 0 solid #000;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  font-family: "Mosk 500", sans-serif;
  transition: border .2s, box-shadow .2s;
}

.input:hover {
  box-shadow: -1px 1px 11px #0000001a;
}

.input:focus {
  border-color: var(--gold);
  border-bottom-width: 2px;
}

.submit-button {
  border: 2px solid var(--gold);
  color: var(--gold);
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Mosk 700", sans-serif;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  background-color: var(--gold);
  color: #fff;
}

.form {
  margin-bottom: 100px;
}

.html-embed {
  margin-bottom: 100px;
  margin-left: auto;
}

.div-block-14 {
  text-align: center;
}

.div-block-15 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 140px;
  padding-right: 140px;
}

.paragraph-6 {
  font-family: "Mosk 700", sans-serif;
}

.paragraph-6._2e {
  text-align: center;
}

.paragraph-6._3e {
  text-align: right;
}

.text-span-8 {
  color: var(--gold);
}

.brand {
  position: absolute;
}

.nav-link {
  color: #fff;
  padding-left: 40px;
  font-family: "Mosk 500", sans-serif;
  transition: color .2s;
  display: block;
}

.nav-link:hover {
  color: var(--gold);
}

.nav-link-2, .nav-link-3 {
  font-family: "Mosk 500", sans-serif;
}

.nav-menu-2 {
  background-color: #000;
  display: flex;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  width: 100%;
  padding: 28px 0;
  display: flex;
}

.image-18 {
  width: 140px;
  margin-top: 20px;
}

.div-block-16 {
  flex-flow: column;
  width: 600px;
  margin-top: 100px;
  margin-left: 100px;
  display: flex;
}

.hero-container {
  background-image: linear-gradient(90deg, #000000a1, #0000);
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-inner {
  background-image: linear-gradient(90deg, #000000a1, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-inner-container {
  width: 90%;
  max-width: none;
  height: 100%;
}

.menu-button {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-title-section {
  flex-flow: column;
  width: 100%;
  max-width: 700px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
}

.div-block-17 {
  display: flex;
}

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

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

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

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

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

.f-logo {
  width: 124px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

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

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.navbar-logo-center {
  width: 100%;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

.top-menu {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: 100px;
}

.link {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
}

.link:hover, .text-span-9 {
  color: #97c037;
}

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

.bold-text {
  font-size: 21px;
  font-weight: 700;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: none;
}

.f-accordian-icon {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

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

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

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

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

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

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

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

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

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

.f-grid-one-column {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.f-career-badge {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-500);
  text-align: center;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.f-career-card {
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  align-items: flex-start;
  padding: 40px;
  transition: box-shadow .3s;
  display: flex;
}

.f-career-card:hover {
  box-shadow: 0 48px 140px -48px #393b6a29;
}

.f-career-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-career-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-career-tab-menu-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.f-career-tab-content {
  margin-left: 10%;
}

.f-career-tabs {
  flex-direction: row;
  display: flex;
}

.f-career-tab-link {
  color: #fff;
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 4px;
  min-width: 295px;
  margin-bottom: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.f-career-tab-link.w--current {
  background-color: #f3f5fb0d;
}

.f-career-title-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-career-detail-row {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.f-career-detail {
  grid-column-gap: 12px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-career-content-wrapper {
  width: 100%;
}

.f-career-button-primary {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-career-button-primary:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.text-block-5 {
  color: #fff;
}

.link-block-2 {
  transition: all .3s;
  position: relative;
}

.link-block-2:hover {
  filter: grayscale();
}

.social-inner-block {
  background-color: #0000008f;
  justify-content: center;
  align-items: center;
  padding: 28px;
  display: none;
  position: absolute;
  inset: 0%;
}

.social-item-text {
  color: #fff;
  width: 100%;
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.social-item {
  transition: all .3s;
  position: relative;
}

.social-item:hover {
  filter: grayscale();
}

.flex-block {
  width: 100%;
  max-width: 800px;
}

.f-h3-heading-2 {
  color: #97c037;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

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

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-checkbox {
  background-color: #0000;
  border: 1px solid #e4e6f13d;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: #97c037;
  background-image: none;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-field-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--flowui-component-library--grey-300) var(--flowui-component-library--grey-300) #e4e6f13d;
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--flowui-component-library--grey-300) var(--flowui-component-library--grey-300) #e4e6f13d;
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  min-height: 137px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: #929292;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.f-margin-bottom-16 {
  flex-flow: column;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

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

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

.f-success-message {
  color: #fff;
  letter-spacing: -.03em;
  background-color: #033f24;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-2 {
  width: 100%;
  max-width: 1100px;
  padding: 92px 0% 50px;
  position: relative;
}

.f-button-neutral {
  color: #97c037;
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px solid #e4e6f13d;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  min-height: 48px;
  padding: 12px 32px;
  font-family: "Mosk 700", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #ffffff14;
}

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

.f-checkbox-label {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

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

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  align-items: start;
  display: flex;
  position: relative;
}

.f-contact-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  height: 100%;
  display: none;
  position: static;
  inset: 0% 0% 0% auto;
}

.f-error-message {
  color: #ff2030;
  text-align: center;
  background-color: #cc666e21;
  border-radius: 0;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

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

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

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

.f-footer-brand {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.f-footer-link {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #97c037;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: #e4e6f11a;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-footer-small {
  background-color: #0000;
  padding: 32px 5%;
  position: relative;
}

.f-footer-logo {
  flex: none;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-detail {
  color: #929292;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: inherit;
}

.link-2 {
  color: #97c037;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
}

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

.message {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-19 {
  width: 100%;
}

.form-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.text-block-8 {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.mobile-bestellen {
  display: none;
}

.middle-sec-overlay {
  z-index: -1;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.details-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.text-block-29 {
  color: #909090;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.f-header-logo-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 800px;
  margin-top: 0;
}

.details-icon {
  color: #fff6;
  justify-content: center;
  align-items: center;
}

.text-block-28 {
  color: #fff;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6rem;
}

.f-header-logo-wrap {
  background-color: #fff;
  border: 1px solid #f3f5fb;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 32px 60px;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.f-header-logo-wrap:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-header-logo-wrap.details-one, .f-header-logo-wrap.details-three, .f-header-logo-wrap.details-two, .f-header-logo-wrap.details-four {
  background-color: #0000;
  border-style: solid;
  border-color: #dddddd26;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 180px;
  padding-left: 32px;
  padding-right: 32px;
}

.logo-code {
  width: 100%;
  max-width: 39vw;
}

.code-embed {
  color: #97c037;
}

.word-highlight {
  color: #fff;
  font-weight: 400;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.note {
  color: #aaa;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6em;
}

.c-content.cloneable {
  padding-top: 20px;
}

.container-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
}

.container-2.cloneable {
  border-top: 2px dashed #ffffff80;
}

.faq-q-text {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.c-note {
  align-items: center;
  margin-bottom: 60px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-icon {
  color: inherit;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-q {
  color: #888;
  border-bottom: 1px solid #dddddd26;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.c-faq-q:hover {
  color: #97c037;
}

.faq-stripe-1 {
  color: inherit;
  background-color: #ffffff80;
  width: 1px;
  height: 100%;
}

.c-faq-a-text {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #f9f9f90d;
  flex-flow: column;
  padding: 40px 90px;
  display: flex;
}

.c-faq-q-text {
  color: inherit;
  flex: 1;
  padding: 20px;
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 500px;
  display: flex;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-a-text {
  font-size: 1em;
  line-height: 1.6em;
}

.cloneable-area {
  min-height: auto;
}

.c-faq-item {
  cursor: pointer;
  background-color: #0000;
  border-left: 3px #2ea07c;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-2 {
  color: inherit;
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  position: absolute;
}

._w-faq-icon {
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.contacts-icon {
  color: #ffffff80;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .image-18 {
    width: 140px;
  }
}

@media screen and (min-width: 1440px) {
  .image-18 {
    width: 140px;
  }

  .f-header-logo-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1280px;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    white-space: nowrap;
    overflow-wrap: normal;
    font-size: 3.7vw;
  }

  .image-18 {
    width: 160px;
  }

  .hero-title-section {
    max-width: 1000px;
  }

  .f-header-logo-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1300px;
  }

  .f-header-logo-wrap.details-one, .f-header-logo-wrap.details-three, .f-header-logo-wrap.details-two, .f-header-logo-wrap.details-four {
    height: 180px;
  }

  .logo-code {
    max-width: 35vw;
  }
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 50%;
    height: 100svh;
  }

  .heading {
    text-align: center;
    font-size: 6vw;
  }

  .paragraph {
    text-align: center;
    display: none;
  }

  .link-block.btn2.top.mobile-fixed-bestellen {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .grid {
    grid-template-columns: minmax(100px, 100px) 1fr minmax(100px, 100px);
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7.img2, .image-8.img2 {
    width: 100px;
  }

  .section-3 {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    padding: 100px;
    display: flex;
  }

  .dropdown-toggle {
    width: 600px;
  }

  .text-block-2 {
    width: 500px;
  }

  .grid-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 53px;
    padding-right: 53px;
    display: none;
  }

  .section-6 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .text-block-4.alt {
    width: auto;
  }

  .navbar-2 {
    justify-content: center;
    align-items: center;
  }

  .hero-inner {
    background-image: linear-gradient(90deg, #000000a1 100%, #0000);
  }

  .hero-inner-container {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .hero-title-section {
    justify-content: center;
    align-items: center;
  }

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

  .f-navigation {
    position: relative;
  }

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

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

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

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

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

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .top-menu {
    display: none;
  }

  .div-block-18 {
    margin-top: 0;
  }

  .f-accordian-list {
    width: 100%;
  }

  .f-career-tab-menu-vertical {
    margin-bottom: 40px;
  }

  .f-career-tab-content {
    margin-left: 0%;
  }

  .f-career-tabs {
    flex-direction: column;
  }

  .f-career-tab-link {
    width: 100%;
  }

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

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-small {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .mobile-bestellen {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 15px 27px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

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

  .details-icon {
    color: #fff6;
  }

  .f-header-logo-wrap.details-one, .f-header-logo-wrap.details-three, .f-header-logo-wrap.details-two, .f-header-logo-wrap.details-four {
    height: 200px;
  }

  .logo-code {
    max-width: 56vw;
  }

  .brand-2 {
    position: absolute;
  }

  .section-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 6vw;
  }

  .link-block.btn2.top.mobile-fixed-bestellen {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle {
    width: 100vw;
    max-width: 600px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .text-block-4.alt {
    width: auto;
  }

  .accordion {
    display: block;
  }

  .hero-inner-container {
    position: relative;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-career-badge {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .f-career-title-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .social-inner-block {
    padding: 16px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-footer-small {
    padding-top: 64px;
  }

  .mobile-bestellen {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .brand-2 {
    position: absolute;
  }

  .c-faq-a-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .flex-block-3 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    right: 20px;
  }

  .heading {
    letter-spacing: 0;
    margin-top: 0;
    font-size: 6vw;
    line-height: 1;
  }

  .paragraph {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .link-block.btn2.top.mobile-fixed-bestellen {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .body {
    overflow: hidden;
  }

  .grid {
    grid-template-columns: minmax(0, 0) 1fr minmax(0, 0);
  }

  .paragraph-2._2titre {
    width: 100%;
  }

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

  .paragraph-4 {
    line-height: 26px;
  }

  .text-span-6 {
    font-size: 18px;
    line-height: 17px;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    width: 300px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .text-block-2 {
    width: 200px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .paragraph-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5.droite {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.6;
  }

  .sous-titre {
    font-size: 12px;
    line-height: 1;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-template-columns: minmax(48%, 48%) minmax(48%, 48%);
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .grid-4 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .form-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-16 {
    width: 300px;
    margin-left: 10px;
  }

  .hero-inner-container {
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    position: relative;
  }

  .hero-title-section {
    width: 300px;
    margin-left: 10px;
  }

  .f-navigation-button {
    display: none;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .f-career-card {
    padding: 32px 24px;
  }

  .f-career-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-tab-link {
    width: 100%;
    min-width: auto;
  }

  .f-career-detail-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-detail {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-career-button-primary {
    margin-top: 14px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-footer-small {
    padding-top: 64px;
  }

  .text-block-9, .text-block-10, .text-block-11 {
    text-align: center;
  }

  .details-text {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .f-header-logo-wrap.details-one {
    justify-content: space-between;
    align-items: flex-start;
    height: 200px;
  }

  .f-header-logo-wrap.details-three, .f-header-logo-wrap.details-two, .f-header-logo-wrap.details-four {
    justify-content: space-between;
    align-items: center;
    height: 200px;
  }

  .logo-code {
    max-width: 61vw;
  }

  .brand-2 {
    position: absolute;
  }

  .note {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .faq-q-text {
    font-size: 18px;
  }

  .c-faq-a-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flex-block-4 {
    line-height: 1.6;
  }
}

#w-node-_32777cc3-1a92-38d1-a427-aed0c6bf7d8d-77f53ea4 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-fff3d8b7-37dc-b175-2364-ecd53da470ec-77f53ea4 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c3afe5b9-e476-d4b1-a73f-d753aa0a2e2a-77f53ea4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a6381cb0-ae33-0dbe-d785-f6c7da9a0428-77f53ea4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9215377f-3ea3-6ef2-2356-a8e6b5d1c83e-77f53ea4 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-e659a9f4-7f98-5200-854c-b94932dbc801-77f53ea4 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_50085435-06d2-6a2a-c3a2-0b79d86514ae-77f53ea4 {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-_6f83e623-40b7-37e4-6f47-4409b3c378c2-77f53ea4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6bcc77-1b24-f2d2-2d01-c8bdaaab8672-77f53ea4 {
  justify-self: start;
}

#w-node-_84211751-11c2-0b57-e3f7-8d5f9d82625d-77f53ea4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84211751-11c2-0b57-e3f7-8d5f9d82626b-77f53ea4 {
  justify-self: start;
}

#w-node-d32c713d-3124-c2b0-0fb1-5e5bfe496866-77f53ea4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bed91b26-d45f-c085-fccf-dcfcc7fe9bcb-77f53ea4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1aa60d99-bfc5-f95e-9586-7f8a20be6808-77f53ea4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_577b35e3-2c3c-c711-1887-db64aac2b148-77f53ea4, #w-node-c6d0dc74-3d5b-5c07-72da-7f09d2f8aaf2-77f53ea4, #w-node-_577b35e3-2c3c-c711-1887-db64aac2b151-77f53ea4, #w-node-_577b35e3-2c3c-c711-1887-db64aac2b15a-77f53ea4, #w-node-_577b35e3-2c3c-c711-1887-db64aac2b163-77f53ea4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37c95cd3-fac8-21e4-11c9-5671584e32fe-77f53ea4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0042de21-94c4-f524-0b54-74dcace88245-77f53ea4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8d2a51bc-7d2e-f3d7-8ae4-cfd7f01f93c8-77f53ea4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5338ec1a-eff3-5c76-dc88-fa6ef66e9ade-77f53ea4, #w-node-d32c713d-3124-c2b0-0fb1-5e5bfe496866-77f53ea4, #w-node-_1aa60d99-bfc5-f95e-9586-7f8a20be6808-77f53ea4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Mosk extra 800';
  src: url('../fonts/Mosk-Extra-Bold-800.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk ultra 900';
  src: url('../fonts/Mosk-Ultra-Bold-900.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk semi 600';
  src: url('../fonts/Mosk-Semi-Bold-600.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk 500';
  src: url('../fonts/Mosk-Medium-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk 700';
  src: url('../fonts/Mosk-Bold-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chromate';
  src: url('../fonts/Chromate-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}