@font-face {
  font-family: Brsegma;
  src: url('../fonts/BRSegma-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #000;
  --3e49ce: white;
  --medium-aquamarine: #6572ff;
}

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-family: Brsegma, Arial, sans-serif;
  line-height: 20px;
}

a {
  color: var(--white);
  text-decoration: none;
  display: block;
}

a:hover {
  opacity: 1;
  color: var(--white);
  text-decoration: none;
}

a:active {
  opacity: 1;
  color: var(--black);
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Circularstd book;
  line-height: 20px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

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

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: .6;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-family: Brsegma, Arial, sans-serif;
  font-weight: 300;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  flex: 1;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  transition-property: none;
  display: block;
}

.navigation-item:hover {
  opacity: .5;
  color: var(--white);
}

.navigation-item:active {
  opacity: .8;
  color: var(--black);
}

.navigation-item.w--current {
  opacity: .5;
  color: var(--white);
  letter-spacing: 0;
  align-self: auto;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.navigation-item.w--current:hover {
  opacity: .5;
  color: var(--white);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: var(--black);
}

.navigation-item.contentrefinery {
  border: 1px solid #fff;
  border-radius: 20px;
  flex: none;
  margin-top: 4px;
  margin-left: 20px;
  font-size: 16px;
}

.navigation-items {
  color: var(--black);
  text-align: left;
  mix-blend-mode: normal;
  background-color: #0000;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 0;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto;
}

.navigation-items:hover {
  background-color: #00000030;
}

.navigation {
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: difference;
  background-color: #0000;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-items: center;
  height: 100px;
  padding: 0;
  display: flex;
  position: sticky;
  top: auto;
  overflow: visible;
}

.logo-image {
  z-index: auto;
  opacity: 1;
  mix-blend-mode: exclusion;
  object-fit: fill;
  background-image: none;
  background-size: auto;
  width: 120px;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
  inset: 0% auto auto 0;
}

.navigation-wrap {
  clear: none;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  right: 100px;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  font-family: Brsegma, Arial, sans-serif;
  font-weight: 300;
  display: flex;
}

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

.div-block-2 {
  clear: right;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.image {
  background-color: var(--3e49ce);
  mix-blend-mode: normal;
  align-self: auto;
  width: 650vw;
  position: relative;
}

.titelbanner {
  float: none;
  clear: none;
  min-width: 0;
  height: auto;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.body {
  background-color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  font-family: Brsegma, Arial, sans-serif;
  font-weight: 300;
  display: block;
}

.div-block-start {
  clear: none;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-start.start {
  background-color: #fff0;
}

.kacheln {
  background-color: var(--black);
  position: relative;
}

.rechte-reihe, .linke-reihe {
  padding-left: 0;
  padding-right: 0;
}

.image-7 {
  width: 660vw;
}

.project-description {
  z-index: auto;
  clear: none;
  opacity: 0;
  color: #fff;
  mix-blend-mode: difference;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.project-description:hover {
  opacity: 1;
  background-image: none;
}

.footer {
  text-align: center;
  background-color: #000;
  height: 300px;
  padding-top: 40px;
  padding-left: 0;
  font-family: Brsegma, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  inset: auto 0% 0%;
}

.columns {
  background-color: var(--black);
  height: auto;
  padding-left: 30px;
  display: block;
  position: relative;
  inset: 0%;
}

.column-footer-2 {
  align-items: center;
  height: 100px;
  padding-top: 19px;
  padding-left: 20px;
  display: block;
}

.link-footer-text {
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

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

.footer-adresse {
  color: var(--white);
  text-align: left;
  padding-left: 20px;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.icon-wrap {
  padding-left: 20px;
  display: flex;
}

.image-12 {
  width: 25px;
}

.column-footer-3 {
  align-items: center;
  height: 100px;
  padding-top: 19px;
  font-size: 20px;
  line-height: 130%;
  display: block;
}

.titelbanner-text {
  float: none;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50%;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.navigation-items-mobile {
  color: var(--black);
  text-align: left;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100px;
  margin-right: 220px;
  padding-left: 0;
  font-family: Circularstd book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto;
}

.footer-adresse-link {
  color: var(--white);
  text-align: left;
  padding-left: 20px;
  font-weight: 400;
  line-height: 20px;
}

.text-impressum-2 {
  height: auto;
  min-height: auto;
  margin-top: 220px;
  margin-bottom: 40px;
  margin-right: auto;
  padding: 40px 50% 0 40px;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
  position: relative;
  inset: 0%;
}

.paragraph-2 {
  max-width: 500px;
  margin-bottom: 80px;
  margin-left: 80px;
  padding-top: 90px;
  padding-left: 0;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.paragraph-2.right {
  margin-bottom: 40px;
  margin-left: 20px;
  padding-top: 70px;
  padding-right: 60px;
}

.column-7 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-16 {
  height: 75px;
  min-height: 100px;
}

.image-17, .image-21, .image-22 {
  display: none;
}

.image-26 {
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.image-27 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-29 {
  display: none;
}

.image-30 {
  margin-top: 40px;
  display: block;
}

.image-31 {
  display: block;
}

.image-34 {
  opacity: 1;
  mix-blend-mode: lighten;
  width: 180px;
  height: auto;
  margin-left: 100px;
  padding-top: 0;
  display: block;
  position: relative;
  inset: auto;
}

.image-35 {
  width: 660vw;
}

.image-26-copy {
  margin-left: 0;
  position: static;
}

.link-block-2 {
  clear: none;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-wrap: wrap;
  order: 0;
  align-self: auto;
  align-items: center;
  width: 200px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.link-block-2:hover {
  opacity: .5;
}

.image-37 {
  display: none;
  overflow: visible;
}

.image-38, .image-39 {
  display: none;
}

.column-10 {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.column-11 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #e5e5e5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.text-span {
  font-size: 10px;
}

.column-12 {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-6 {
  display: block;
}

.link-block-7 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  padding-left: 0;
  display: block;
  position: static;
}

.link-block-8 {
  display: none;
  overflow: visible;
}

.dmexco-video-youtube {
  background-image: url('../images/dmexco-videocover.png');
  background-position: 0 0;
  background-size: cover;
  display: block;
}

.section-3 {
  background-color: #e6f5f5;
  min-height: 0;
  padding-top: 20px;
  padding-left: 50px;
}

.section-3.start {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
}

.heading-start {
  color: #fff;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-left: 20px;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 130%;
}

.heading-start.services {
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 20px;
  font-family: Brsegma, Arial, sans-serif;
}

.button-services {
  text-align: center;
  background-color: #1cd67d00;
  border: 1px solid #fff;
  border-radius: 20px;
  max-height: 40px;
  margin-bottom: 58px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Brsegma, Arial, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.button-content {
  background-color: #1f2682;
  border-radius: 20px;
  max-height: 40px;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  position: static;
  inset: auto auto 0% 0%;
}

.button-content.v2 {
  color: var(--black);
  background-color: #1f268200;
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Brsegma, Arial, sans-serif;
  font-weight: 300;
}

.section-4 {
  background-color: #000;
  padding-left: 50px;
  position: sticky;
}

.section-4.about {
  background-color: #000;
  margin-bottom: 60px;
  padding-left: 50px;
}

.text-service {
  white-space: normal;
  max-width: 900px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
  padding-left: 0;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.text-service.list {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: disc;
}

.text-service.first {
  margin-top: 60px;
}

.list-2 {
  margin-left: 20px;
  padding-left: 0;
}

.column-16 {
  padding-left: 0;
  padding-right: 0;
}

.section-5 {
  max-width: 900px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 50px;
}

.heading-content {
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-left: 80px;
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
}

.heading-content.black {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-transform: none;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-left: 20px;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 130%;
  overflow: visible;
}

.button-services-content {
  color: var(--black);
  text-align: center;
  background-color: #1cd67d00;
  border: 1px solid #000;
  border-radius: 20px;
  max-height: 40px;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Brsegma, Arial, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.button-services-content.blue {
  color: #000;
  background-color: #3e49ce00;
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 40px;
}

.link-block-9 {
  clear: left;
  position: relative;
  left: 70px;
}

.link-block-9.w--current {
  clear: none;
  position: relative;
  left: 70px;
}

.link-8 {
  margin-top: 8px;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.link-9 {
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-5 {
  text-align: left;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.list-3, .paragraph-9 {
  font-family: Brsegma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.paragraph-10, .heading-7, .paragraph-30, .heading-8 {
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.paragraph-31 {
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.heading-9 {
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.paragraph-32 {
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.heading-10 {
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.paragraph-33 {
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.heading-11 {
  font-family: Brsegma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.section-6 {
  border-bottom: 1px #000;
  border-radius: 0;
  max-width: 900px;
  padding-left: 50px;
}

.section-7 {
  border-top: 1px #000;
  border-bottom: 1px #000;
  max-width: 900px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.section-8 {
  min-width: auto;
  max-width: 900px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.section-9 {
  border-bottom: 1px solid #000;
  display: block;
}

.section-9.top {
  display: block;
}

.section-11 {
  width: 100%;
  max-width: 100%;
  padding-left: 50px;
}

.section-12 {
  background-color: #f3f3f3;
  max-width: 100%;
  padding-bottom: 40px;
  padding-left: 50px;
}

.grid {
  grid-template-rows: minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(22%, 22%)) minmax(25%, 25%) minmax(22%, 22%) minmax(22%, 22%);
  grid-template-areas: "Area Area-2"
                       ". ."
                       ". ."
                       ". .";
  grid-auto-flow: column;
  align-content: start;
  place-items: center;
  max-width: 900px;
  margin-bottom: 40px;
}

.image-43 {
  width: 30%;
}

.image-44 {
  width: 22%;
}

.image-45 {
  width: 70%;
}

.image-46 {
  width: 45%;
}

.image-47 {
  width: 65%;
}

.image-48 {
  width: 70%;
  padding-bottom: 5px;
}

.image-49 {
  width: 52%;
  padding-bottom: 5px;
}

.image-50 {
  width: 65%;
}

.image-51 {
  width: 60%;
}

.image-52 {
  width: 42%;
}

.image-53 {
  width: 70%;
}

.image-54 {
  width: 15%;
}

.image-55 {
  width: 40%;
}

.image-56 {
  width: 62%;
}

.image-57 {
  width: 50%;
}

.image-58 {
  width: 35%;
}

.heading-1 {
  margin-bottom: 20px;
  font-family: Brsegma, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 130%;
}

.secton-slide {
  padding-bottom: 20px;
  padding-left: 70px;
  display: flex;
}

.image-59 {
  width: auto;
  height: 500px;
  margin-bottom: 100px;
}

.image-60 {
  float: right;
  width: auto;
  height: 400px;
  margin-top: 140px;
  margin-left: 60px;
  padding-left: 0;
}

.image-63 {
  margin-top: 0;
}

.columns-3 {
  background-color: #eaeaea;
  margin-top: 0;
}

.image-69, .image-70 {
  background-color: #e5e5e5;
}

.columns-4 {
  background-color: #fff;
}

.column-19, .column-20 {
  background-color: #eaeaea;
  padding-left: 0;
  padding-right: 0;
}

.column-22 {
  padding-left: 0;
  padding-right: 0;
}

.image-75 {
  margin-bottom: 155px;
}

.image-76 {
  margin-top: 0;
}

.column-26 {
  padding-left: 0;
  padding-right: 0;
}

.column-27 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-28, .column-29, .column-30, .column-31 {
  padding-left: 0;
  padding-right: 0;
}

.columns-10 {
  margin-top: 0;
}

.column-32, .column-33, .column-34 {
  padding-left: 0;
  padding-right: 0;
}

.image-82 {
  background-color: #e5e5e5;
}

.div-block-18 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

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

.columns-13 {
  margin-top: 6px;
  margin-bottom: 0;
}

.column-36 {
  margin-bottom: 6px;
  padding-bottom: 0;
}

.image-87 {
  display: none;
}

.image-88 {
  padding-left: 50px;
}

.image-91 {
  margin-left: 70px;
}

.columns-14 {
  padding-bottom: 0;
}

.image-92 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-94 {
  font-size: 1920px;
  font-weight: 400;
  line-height: 1080px;
}

.image-95 {
  min-width: auto;
}

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

.div-block-21 {
  padding-bottom: 0;
}

.image-99 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.div-block-22 {
  margin-bottom: 30px;
}

.image-100 {
  aspect-ratio: auto;
  object-fit: fill;
  overflow: visible;
}

.image-102 {
  object-fit: fill;
  object-position: 50% 100%;
  width: 2500px;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: clip;
}

.column-38, .column-39 {
  padding-left: 0;
  padding-right: 0;
}

.image-103 {
  aspect-ratio: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: block;
}

.column-40 {
  padding-left: 0;
  padding-right: 0;
  font-family: Brsegma, Arial, sans-serif;
  font-weight: 300;
}

.column-41 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-104 {
  background-color: #d5d5d5;
  display: block;
  overflow: clip;
}

.columns-18 {
  margin-top: 100px;
  margin-bottom: 140px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.image-105 {
  background-color: #e3e3e3;
}

.column-44, .column-45 {
  padding-left: 0;
  padding-right: 0;
}

.image-107 {
  aspect-ratio: auto;
  position: static;
}

.image-108 {
  background-color: #d5d5d5;
}

.image-110 {
  background-color: #fff;
}

.image-111 {
  background-color: #f3f3f3;
}

.image-112 {
  background-color: #d5d5d5;
}

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

.image-113 {
  width: auto;
  height: auto;
}

.image-114 {
  height: auto;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.column-46, .column-47 {
  background-color: #d5d5d5;
  padding-left: 0;
  padding-right: 0;
}

.background-video-2 {
  z-index: 0;
  height: 28vw;
  position: relative;
  overflow: visible;
}

.background-video-3 {
  z-index: 0;
  height: 28vw;
  overflow: visible;
}

.background-video-4 {
  z-index: 0;
  height: 40vw;
  overflow: visible;
}

.background-video-5 {
  z-index: 0;
  box-sizing: border-box;
  object-fit: fill;
  height: 28vw;
  overflow: visible;
}

.columns-19 {
  aspect-ratio: auto;
  object-fit: contain;
  background-color: #e0e0e0;
  width: 100%;
}

.image-118 {
  overflow: visible;
}

.image-119 {
  display: block;
  overflow: visible;
}

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

.column-53 {
  padding-left: 0;
  padding-right: 0;
}

.background-video-7 {
  z-index: 0;
  height: 28vw;
  overflow: visible;
}

.image-121 {
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}

.image-122 {
  padding-bottom: 80px;
}

.image-123 {
  overflow: visible;
}

.image-124 {
  width: auto;
  height: auto;
  overflow: visible;
}

.list-item, .list-item-2, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44 {
  font-family: Brsegma, Arial, sans-serif;
}

.heading-15, .column-54, .column-55, .column-56, .column-57, .column-58, .text-block-3 {
  font-family: Brsegma, Arial, sans-serif;
  font-weight: 300;
}

.image-125 {
  padding-left: 40px;
  padding-right: 40px;
}

.container-4 {
  max-width: none;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 50%;
}

.heading-16 {
  font-size: 14px;
}

.heading-17 {
  font-size: 12px;
}

.column-59 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-60 {
  padding-left: 0;
  padding-right: 0;
}

.columns-21 {
  margin-top: 0;
  padding-bottom: 0;
}

.section-16 {
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
    position: relative;
  }

  .navigation-item:hover {
    opacity: .3;
    color: var(--white);
    background-color: #000;
  }

  .navigation-item:active {
    background-color: #000;
  }

  .navigation-item.contentrefinery {
    width: 200px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 20px;
  }

  .navigation-item.contentrefinery:hover {
    width: 200px;
    padding: 9px 20px;
  }

  .navigation-items {
    background-color: #fff0;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    margin-top: 0;
    padding-top: 0;
  }

  .navigation {
    mix-blend-mode: normal;
    background-color: #000;
    height: 50px;
    padding: 0;
    top: 0;
  }

  .menu-button {
    color: var(--white);
    width: 32px;
    height: 28px;
    padding: 0;
    display: block;
    position: fixed;
    inset: 11px 25px auto auto;
  }

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

  .logo-image {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 80px;
    margin: auto;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: relative;
    inset: auto;
    overflow: visible;
    transform: rotate(0);
  }

  .navigation-wrap {
    background-color: #000;
    flex-flow: column;
    flex: none;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: fixed;
    top: 50px;
    right: auto;
  }

  .navigation-wrap:active {
    display: flex;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .titelbanner {
    height: auto;
    margin-top: 0;
  }

  .div-block-start {
    padding-left: 0;
  }

  .top-line {
    background-color: var(--white);
    width: 20px;
    height: 2px;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    inset: 6px 0% auto 2px;
  }

  .middle-line {
    background-color: var(--white);
    width: 26px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 13px 0% auto;
  }

  .low-line {
    background-color: var(--white);
    width: 20px;
    height: 2px;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    inset: 20px 2px auto 0%;
  }

  .footer, .columns {
    padding-left: 0;
  }

  .column-footer-2 {
    padding-left: 10px;
  }

  .link-footer-text, .footer-adresse {
    font-size: 16px;
  }

  .column-footer-3 {
    height: 80px;
    padding-left: 10px;
  }

  .navigation-items-mobile {
    mix-blend-mode: normal;
    background-color: #000000a3;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-right: 0;
    padding-top: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .text-impressum-2 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 100px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-right: 25px;
    font-size: 16px;
  }

  .image-16 {
    display: block;
  }

  .image-17, .image-21, .image-22 {
    display: none;
  }

  .image-27 {
    display: block;
  }

  .image-29 {
    display: none;
  }

  .image-30 {
    margin-top: 10px;
    display: block;
  }

  .image-31 {
    display: none;
  }

  .image-34 {
    width: 100px;
    inset: auto;
  }

  .link-block-2 {
    margin-left: 0;
  }

  .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-3.start {
    display: none;
  }

  .heading-start {
    padding-left: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-start.services {
    padding-left: 0;
  }

  .button-services {
    margin-left: 20px;
  }

  .button-content.v2 {
    font-size: 14px;
  }

  .section-4, .section-4.about {
    padding-left: 30px;
  }

  .text-service {
    font-size: 16px;
  }

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

  .heading-content {
    padding-left: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-content.black {
    font-size: 16px;
  }

  .button-services-content {
    margin-left: 20px;
    font-size: 14px;
  }

  .link-block-9 {
    position: relative;
    left: 30px;
  }

  .link-block-9.w--current {
    margin-left: 0;
    position: relative;
    left: 30px;
  }

  .link-8 {
    margin-top: 2px;
    font-size: 16px;
  }

  .link-9, .paragraph-5, .paragraph-10, .heading-7, .paragraph-30, .heading-8, .paragraph-31, .heading-9, .paragraph-32, .heading-10, .paragraph-33, .heading-11 {
    font-size: 16px;
  }

  .section-6, .section-7 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .section-8 {
    min-width: auto;
    padding-left: 10px;
  }

  .section-9.top {
    display: block;
  }

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

  .section-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 1fr);
    grid-template-columns: minmax(22%, 22%) minmax(22%, 22%) minmax(22%, 22%) minmax(22%, 22%);
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    align-content: center;
    justify-items: center;
    width: 100%;
    max-width: 100%;
    display: grid;
  }

  .heading-1 {
    font-size: 16px;
  }

  .secton-slide {
    display: none;
  }

  .columns-3 {
    margin-top: 130px;
  }

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

  .column-29, .column-30, .column-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    overflow: clip;
  }

  .section-13 {
    margin-top: 20px;
    margin-bottom: 60px;
  }

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

  .image-91 {
    margin-left: 30px;
  }

  .image-122 {
    margin-bottom: 80px;
  }

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

  .image-125 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .navigation-item {
    font-size: 18px;
  }

  .navigation-items {
    flex: 1;
    width: 100%;
    height: 40px;
    margin-top: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .navigation {
    background-color: var(--black);
    height: 40px;
    padding: 0;
    top: 0;
  }

  .menu-button {
    display: block;
    position: fixed;
    inset: 5px 25px auto auto;
  }

  .logo-image {
    align-self: center;
    width: 80px;
    margin-top: 0;
    margin-right: auto;
    padding-top: 0;
    position: relative;
    inset: auto;
  }

  .navigation-wrap {
    flex: none;
    margin-top: 40px;
    margin-right: 0;
    display: flex;
    left: 0;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

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

  .contact-form-wrap {
    text-align: left;
  }

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

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .titelbanner {
    width: 100%;
    min-width: auto;
    height: auto;
    position: relative;
  }

  .div-block-start {
    padding-left: 0;
  }

  .column-footer-2, .column-footer-3 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-items-mobile {
    flex: 1;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .text-impressum-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .column-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-16 {
    display: none;
  }

  .image-17, .image-18 {
    display: block;
  }

  .image-19 {
    display: none;
  }

  .image-21, .image-22 {
    display: block;
  }

  .image-25, .image-26, .image-27 {
    display: none;
  }

  .image-29 {
    display: block;
  }

  .image-30, .image-31 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .image-34 {
    position: relative;
    inset: auto;
  }

  .image-26-copy {
    display: none;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-12 {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-services {
    margin-bottom: 0;
  }

  .button-content {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 15px;
  }

  .button-content.v2 {
    margin-bottom: 40px;
  }

  .section-4 {
    padding-left: 30px;
  }

  .text-service {
    margin-right: 20px;
    font-size: 16px;
  }

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

  .button-services-content {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-9, .link-block-9.w--current {
    left: 10px;
  }

  .section-6 {
    padding-bottom: 20px;
  }

  .section-12 {
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .grid {
    grid-template-rows: minmax(70px, 70px) minmax(70px, 70px) minmax(70px, 70px) minmax(70px, 70px);
  }

  .columns-3 {
    margin-top: 60px;
  }

  .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-76 {
    margin-top: 20px;
  }

  .columns-10 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-80 {
    margin-top: 6px;
  }

  .image-81 {
    padding-top: 6px;
  }

  .section-13 {
    margin-top: 6px;
  }

  .column-36 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-84, .image-86 {
    display: none;
  }

  .image-87 {
    display: block;
  }

  .image-88 {
    display: none;
  }

  .image-91 {
    margin-left: 23px;
  }

  .image-102 {
    width: 300px;
  }

  .image-103 {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation-item {
    width: 100%;
  }

  .navigation-items {
    flex: 1;
    width: 100%;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .navigation {
    z-index: 9999;
    background-color: var(--black);
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 0;
  }

  .menu-button {
    flex: none;
    position: fixed;
    inset: 5px 20px auto auto;
  }

  .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 80px;
    padding-top: 0;
    top: auto;
    right: auto;
    transform: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .titelbanner {
    width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
  }

  .div-block-start {
    padding-left: 0;
  }

  .project-description {
    padding-top: 2px;
    font-size: 14px;
  }

  .top-line {
    top: 6px;
  }

  .column-footer-2 {
    padding-left: 20px;
  }

  .link-footer-text, .footer-adresse, .icon-wrap {
    padding-left: 0;
  }

  .column-footer-3 {
    padding-left: 20px;
  }

  .navigation-items-mobile {
    flex: 1;
    width: 100%;
    padding-top: 21vh;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .footer-adresse-link {
    padding-left: 0;
  }

  .text-impressum-2 {
    overflow-wrap: anywhere;
    padding-right: 40px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 18px;
    padding-right: 10px;
  }

  .column-7 {
    margin-bottom: 0;
  }

  .image-16 {
    display: none;
    overflow: visible;
  }

  .image-17 {
    display: block;
  }

  .image-18, .image-19 {
    display: none;
  }

  .image-21 {
    margin-top: 0;
  }

  .image-25 {
    display: inline-flex;
  }

  .image-26, .image-27 {
    display: none;
  }

  .image-29 {
    margin-bottom: 6px;
    display: none;
    overflow: clip;
  }

  .image-30 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-31 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-34 {
    width: 80px;
    inset: auto;
  }

  .image-26-copy {
    display: none;
  }

  .link-block-2 {
    width: 80px;
  }

  .image-37, .image-38, .image-39 {
    display: block;
  }

  .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-left: 0;
  }

  .section-3.start {
    display: none;
  }

  .heading-start {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  .heading-start.services {
    padding-left: 0;
    font-size: 24px;
    line-height: 130%;
  }

  .button-services {
    margin-bottom: 10px;
    margin-left: 12px;
  }

  .button-content {
    margin-top: 9px;
    margin-bottom: 30px;
    margin-left: 15px;
  }

  .section-4, .section-4.about {
    padding-left: 20px;
  }

  .text-service {
    font-size: 16px;
    line-height: 130%;
  }

  .section-5 {
    padding-left: 0;
  }

  .heading-content {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  .heading-content.black {
    margin-bottom: 20px;
  }

  .button-services-content {
    margin-bottom: 20px;
    margin-left: 12px;
  }

  .button-services-content.blue {
    margin-bottom: 20px;
  }

  .link-block-9 {
    left: 0;
  }

  .link-block-9.w--current {
    left: 5px;
  }

  .paragraph-5 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }

  .list-3 {
    padding-left: 20px;
    font-size: 16px;
    list-style-type: disc;
  }

  .paragraph-9 {
    word-break: break-all;
    font-size: 16px;
  }

  .section-6, .section-7, .section-8, .section-11 {
    padding-left: 0;
  }

  .section-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    clear: none;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: minmax(50px, 50px) minmax(50px, 50px) minmax(50px, 50px) minmax(50px, 50px) minmax(50px, 50px) minmax(50px, 50px) minmax(50px, 50px) minmax(50px, 50px);
    grid-template-columns: minmax(45%, 45%) minmax(45%, 45%);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center;
    justify-items: center;
    display: grid;
  }

  .columns-3 {
    margin-top: 0;
  }

  .image-76 {
    margin-top: 20px;
  }

  .column-29, .column-30, .column-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-32 {
    mix-blend-mode: normal;
    overflow: visible;
  }

  .column-33 {
    overflow: hidden;
  }

  .image-79 {
    padding-bottom: 0;
  }

  .image-80 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .video-3 {
    margin-top: 0;
    margin-bottom: 6px;
    padding-bottom: 0;
  }

  .section-13 {
    margin-top: 0;
  }

  .columns-12 {
    margin-bottom: 10px;
  }

  .image-84 {
    display: none;
    overflow: hidden;
  }

  .image-86 {
    display: none;
  }

  .image-91 {
    margin-left: 20px;
  }

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

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

  .image-102 {
    width: 350px;
  }

  .image-103 {
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .columns-18 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .background-video-2, .background-video-3, .background-video-5 {
    height: 50vw;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    align-content: stretch;
  }

  .background-video-7 {
    height: 50vw;
  }

  .image-122 {
    margin-bottom: 80px;
  }

  .image-125 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_454c23e0-cea5-e19a-4d9d-7bb218d8e0d3-3bad82fd, #w-node-_0cdc89b8-0249-a874-26ba-538de6e82a16-3bad82fd, #w-node-_26231b19-f786-5015-46b8-46690ea802be-3bad82fd, #w-node-_95747276-950a-01f3-7851-8b0d26193cac-3bad82fd, #w-node-_0b3ddc67-9d81-4c04-af36-28a9a4673203-3bad82fd, #w-node-a2f9eefb-37df-f8d4-a53c-da7b67fc4b96-3bad82fd, #w-node-d01920e7-30ac-d373-7e2c-2e7dacc1a34d-3bad82fd, #w-node-e3fed5b7-4df7-5f2a-74a0-39d7d231d4c7-3bad82fd, #w-node-a5ad857d-42f3-28e6-7c6e-407f02e8df40-3bad82fd, #w-node-_31cc9338-62a7-61d4-74f8-b6b3cf62053b-3bad82fd, #w-node-a332863d-63d3-083f-6bf5-79ae0542876c-3bad82fd, #w-node-_08faafb0-543d-5dde-02e5-bbdf9de92c8b-3bad82fd, #w-node-_401df744-f9a6-136a-3c9a-e40be5221b24-3bad82fd, #w-node-fb9d659f-3618-4988-ad79-1ba350c0f319-3bad82fd, #w-node-_240475d3-c49e-2e1e-3595-387f4b7dc68c-3bad82fd, #w-node-d5a97a69-dc96-2238-de83-ffc8c741e4c0-3bad82fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e554d7f2-5d9a-303a-bfe8-d6f09c85e0c3-3bad8303 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0092353a-c714-1f1a-ec6d-57f09528dd5c-3bad8303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e2003e8-4b8c-7198-71bb-b6174b4d8562-3bad830e {
  place-self: auto;
}

#w-node-_78776e64-aaf8-e10d-25a8-0465f333784a-3bad830e, #w-node-a2107b94-44b6-0d12-4f84-3c4e36928ca5-3bad830e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a189d61-922e-b34e-64e4-897d19c4de6b-3bad830e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_58034394-f054-ef0d-518d-66d3bd2b10e5-3bad830e {
  place-self: stretch stretch;
}

@media screen and (max-width: 479px) {
  #w-node-_3a189d61-922e-b34e-64e4-897d19c4de6b-3bad830e {
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'Brsegma';
  src: url('../fonts/BRSegma-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}