:root {
  --black: black;
  --purple: #a5c5f6;
  --blu: var(--purple);
  --white: white;
}

body {
  color: #000;
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.main-content-section {
  height: 100vh;
}

.main-content-section.default-padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 50vh 5vw 0;
  display: flex;
  position: static;
}

.main-content-section.default-padding.projects-container {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-radius: 25px 25px 0 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 0 0;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
  position: relative;
}

.main-content-section.default-padding.gallery-container {
  flex-flow: column;
  width: 90%;
  margin-top: 20vh;
  overflow: visible;
}

.main-content-section.default-padding.contact-container {
  margin-top: 0;
  padding-top: 12vh;
  display: flex;
}

.main-content-section.default-padding.audit-page {
  margin-top: 10vh;
  display: flex;
}

.main-content-section.service-main-secton {
  z-index: 55;
  z-index: 55;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.hero-background-video {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-main-heading {
  width: 100%;
  color: var(--black);
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
}

.m-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.m-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.m-paragraph-regular.m-text-color-gray-300 {
  color: #9c9eab;
}

.m-paragraph-regular.m-text-color-gray-100 {
  color: #c8c9d0;
}

.m-navigation-full {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.m-paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-small.text-color-gray-100 {
  color: #c8c9d0;
}

.m-content-detail-block {
  padding: 8px;
}

.m-content-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  margin-right: 150px;
  display: flex;
}

.m-content-tabs-icon {
  color: #9c9eab;
  background-color: #111218;
  border: 2px solid #22242f;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.m-h3-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.m-h6-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.m-text-color-blue {
  color: var(--purple);
}

.m-content-feature-icon-02 {
  color: #7e8ef1;
  border: 2px solid #333647;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 10px 24px auto auto;
}

.m-content-tabs-content {
  width: 100%;
}

.m-section-large {
  color: #fff;
  background-color: #0000;
  margin-top: 10vh;
  padding: 120px 5%;
  display: none;
}

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

.m-content-tabs-info-icon {
  color: #7e8ef1;
  border: 2px solid #22242f;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.m-paragraph-extra-small {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-extra-small.text-color-gray-300 {
  color: #9c9eab;
}

.m-content-feature-icon-03 {
  color: #7e8ef1;
  border: 2px solid #333647;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 60px -10px auto;
}

.m-content-tab-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #7e8ef1;
  align-items: center;
  max-width: 510px;
  padding: 8px;
  display: flex;
}

.m-content-tab-image {
  outline-offset: 0px;
  border-radius: 32px;
  outline: 2px solid #22242f;
  overflow: hidden;
}

.m-content-tab-info {
  border-top: 2px solid #22242f;
  width: 100%;
  max-width: 400px;
  padding-top: 16px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.m-content-tab-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.m-content-feature-icon-01 {
  color: #7e8ef1;
  border: 2px solid #333647;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 16px;
}

.m-content-details {
  color: #c8c9d0;
  background-color: #22242f;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
}

.m-content-features {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #dedfe3;
  text-align: center;
  background-color: #111218;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.m-content-heading-wrap {
  max-width: 620px;
}

.m-content-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #7e8ef1;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.m-content-button:hover {
  background-color: #333647;
}

.m-content-tabs-wrapper {
  position: relative;
}

.m-content-header-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 128px;
  display: flex;
}

.m-content-tab-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #c8c9d0;
  background-color: #0000;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 8px 24px 8px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.m-content-tab-link:hover {
  background-color: #22242f;
}

.m-content-tab-link.w--current {
  color: #f4f4f6;
  background-color: #22242f;
}

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

.m-button-outline {
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline:hover {
  color: #c8cef9;
  border-color: #7e8ef1;
}

.m-content-tabs {
  align-items: stretch;
  display: flex;
}

.m-span-yellow {
  color: #f4d452;
}

.m-subheading-large {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.m-subheading-large.m-text-color-gray-50 {
  color: #dedfe3;
}

.hero-heading-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  width: 90%;
  margin-top: 50vh;
  display: flex;
}

.paragraph {
  color: #000;
  width: 50%;
  font-size: 1em;
  line-height: 1.1em;
}

.paragraph.service-p {
  text-align: right;
  text-align: right;
  width: 50%;
  margin-top: 30px;
  margin-right: 0;
  font-size: 1.5em;
  font-weight: 300;
}

.div-block {
  justify-content: flex-end;
  display: flex;
}

.text-block-2 {
  color: var(--purple);
}

.m-testimonial-slider-button {
  color: #45485f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
}

.m-testimonial-slider-button:hover {
  color: #dedfe3;
  border: 2px solid #333647;
}

.m-testimonial-slider-button.content-right {
  inset: auto auto -116px 64px;
}

.m-testimonial-slider-button.content-left {
  inset: auto auto -116px 0%;
}

.m-text-color-blue-2 {
  color: #7e8ef1;
}

.m-content-section {
  background-color: #0000;
  padding: 120px 0%;
  display: none;
  overflow: hidden;
}

.m-content-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1060px;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-content-slide-card {
  color: #868898;
  background-color: #111218;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 380px;
  padding: 32px;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.m-content-slide-card:hover {
  background-color: #22242f;
}

.m-content-info-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.m-shape-wrapper {
  position: absolute;
  inset: 0% 0% auto auto;
}

.span-orange {
  color: #ed955a;
}

.m-content-mask {
  overflow: visible;
}

.m-feature-shape {
  justify-content: center;
  display: flex;
}

.m-slide-nav-hidden {
  display: none;
}

.m-content-title-block {
  color: #9c9eab;
}

.m-content-slider {
  background-color: #0000;
  width: 300px;
  height: auto;
  margin-bottom: 48px;
}

.m-content-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #9c9eab;
  align-items: center;
  max-width: 510px;
  padding: 8px;
  display: flex;
}

.m-content-slide {
  border-radius: 24px;
  max-width: 300px;
  min-height: 380px;
  margin-right: 24px;
  overflow: hidden;
}

.m-text-color-green {
  color: #86c1a0;
}

.m-subheading-regular {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.m-subheading-regular.m-text-color-gray-50 {
  color: #dedfe3;
}

.m-content-icon-wrapper {
  background-color: #22242f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  display: flex;
}

.s-projects-head {
  flex-flow: column;
  align-items: center;
  margin-top: 50vh;
  padding-top: 0;
  display: flex;
}

.s-projects-head.home-rpojects-lead {
  margin-top: 0;
  margin-bottom: 20vh;
}

.s-projects-head.home-rpojects-lead.service-projects-lead {
  margin-top: 33vh;
  margin-bottom: 20vh;
}

.icon.accordion-icon {
  filter: none;
  color: #fff9;
  cursor: pointer;
  cursor: pointer;
  margin-left: 0;
  font-size: 32px;
  line-height: 30px;
  transform: rotate(90deg);
}

.btn-01 {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-top: 15px;
  font-size: .8em;
}

.btn-01.is-magentic {
  cursor: pointer;
  transition: all .2s;
}

.btn-01.is-magentic:hover {
  background-color: #000;
}

.btn-01.is-magentic.newsletter-btn {
  color: #000;
  margin-top: 20px;
  font-size: 1em;
  line-height: 1em;
}

.btn-01.is-magentic.newsletter-btn:hover {
  color: #000;
  background-color: #b29bee;
}

.btn-01.hover-effect.is-magentic {
  color: #000;
  cursor: pointer;
  border-color: #000;
  margin-right: 15px;
  font-size: 1em;
}

.btn-01.hover-effect.is-magentic:hover {
  color: #fff;
}

.btn-01.hover-effect.is-magentic.dba-link {
  cursor: pointer;
}

.btn-01.hover-effect.is-magentic.cursor-show {
  cursor: pointer;
}

.btn-01.hover-effect.is-magentic.explore-btn {
  color: #000;
  cursor: pointer;
  border-color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.btn-01.hover-effect.is-magentic.explore-btn.cat-btn-1 {
  background-color: #776d90cc;
}

.btn-01.hover-effect.is-magentic.explore-btn.cat-btn-1.tag-btn {
  color: #fff;
  border-color: #fff;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px #0003;
}

.btn-01.hover-effect.is-magentic.explore-btn.cat-btn-1.tag-btn.branding-btn {
  background-color: #c76636;
}

.btn-01.hover-effect.is-magentic.explore-btn.cat-btn-1.tag-btn.branding-btn.hide {
  display: none;
}

.btn-01.hover-effect.is-magentic.explore-btn.cat-btn-1.tag-btn.web-shop-btn {
  background-color: #61b086;
}

.btn-01.hover-effect.is-magentic.explore-btn.cat-btn-1.tag-btn.web-site-btn {
  background-color: #4d8dcf;
}

.btn-01.hover-effect.is-magentic.explore-btn.project-link {
  margin-bottom: 3vh;
}

.btn-01.hover-effect.is-magentic.service-link {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
}

.btn-01.hover-effect.is-magentic.service-link.slider-link {
  color: #000;
  border-color: #000;
}

.btn-01.hover-effect.is-magentic.service-link.slider-link:hover {
  color: #fff;
}

.btn-01.hover-effect.is-magentic.service-link.beta-btn {
  display: none;
}

.btn-01.hover-effect.is-magentic.service-link.cta-btm {
  border-color: var(--white);
  color: #fff;
}

.btn-01.hover-effect.is-magentic.service-link.cta-btm:hover {
  color: #fff;
}

.btn-01.hover-effect.is-magentic {
  cursor: none;
  margin-right: 15px;
}

.btn-01.hover-effect.is-magentic.explore-btn {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.btn-01.hover-effect.is-magentic.explore-btn:hover {
  color: #fff;
}

.btn-01.hover-effect.is-magentic.explore-btn.user-exp-btn {
  width: 300px;
  margin-top: 40px;
}

.btn-01.hover-effect.is-magentic.explore-btn._3d-web-exp {
  color: #fff;
  border-color: #fff;
  margin-top: 10px;
  margin-right: 0;
}

.btn-01.hover-effect.is-magentic.explore-btn._3d-web-exp.project-btn {
  z-index: 333;
  color: #000;
  border-color: #000;
  position: relative;
}

.btn-01.hover-effect.is-magentic.explore-btn._3d-web-exp.project-btn:hover {
  color: #fff;
  border-color: #fff;
}

.project-showcase-wrapper {
  flex-direction: row;
  width: auto;
  height: 50vh;
  display: flex;
}

.project-showcase-wrapper.project-switch {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  width: 90vw;
}

.project-showcase-wrapper.project-switch.service-page-showvcase {
  margin-top: 20vh;
  margin-bottom: 50vh;
  margin-left: 5vw;
}

.project-showcase-wrapper.project-switch.service-page-showvcase._3d-websites-showcase {
  margin-bottom: 20vh;
}

.project-image-showcase {
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  margin-left: 5vw;
  display: flex;
  overflow: hidden;
}

.project-image-showcase.project-switch {
  margin-left: 0;
  margin-right: 5vw;
}

.accordion-heading {
  color: #fff;
  text-align: left;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
}

.accordion-heading.hover-effect {
  color: #ffffffc4;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2em;
}

.accordion-heading.hover-effect:hover {
  opacity: 1;
  color: #fff;
}

.hero-background-pattern-container {
  z-index: -1;
  opacity: .5;
  border-radius: 25px;
  width: 80%;
  height: 70vh;
  margin-left: 15vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: absolute;
  inset: auto 0% 10vh;
}

.hero-background-pattern-container.container-bg-2 {
  position: relative;
  inset: 0%;
}

.accordion-wrapper {
  background-color: #000;
  border-radius: 25px;
  margin-top: 50px;
  padding: 20px;
}

.hero-gradient-section {
  z-index: 21;
  background-image: linear-gradient(#000, #fff0);
  width: 100%;
  height: 40vh;
  position: relative;
  inset: 0% 0% auto;
}

.hero-gradient-section.lower-section {
  z-index: 0;
  z-index: 0;
  background-image: linear-gradient(0deg, #141414 10%, #fff0);
  height: 50vh;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.project-image {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-left: 0;
  padding-left: 50px;
}

.project-image.project-hover-effect.is-magnetic {
  width: 100%;
}

.project-image.project-hover-effect.is-magnetic.project-1 {
  background-color: #0000;
  padding-left: 0;
  transform: translate(0);
}

.project-image.project-hover-effect.is-magnetic.project-1.hover-effect {
  border-radius: 25px;
  overflow: hidden;
}

.project-image.project-hover-effect.is-magnetic.project-5 {
  border-radius: 25px;
  padding-left: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.project-image.project-hover-effect.is-magnetic.project-5.hover-effect {
  border-radius: 25px;
  overflow: hidden;
}

.project-image.project-hover-effect.is-magnetic.project-switch.project-6 {
  margin-right: 0;
  padding-left: 0;
  box-shadow: 0 2px 5px #0003;
}

.project-image.project-hover-effect.is-magnetic.project-switch.project-6.hover-effect {
  border-radius: 25px;
  overflow: hidden;
}

.project-image.project-hover-effect.is-magnetic.project-switch.project-8 {
  border-radius: 25px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.project-image.project-hover-effect.is-magnetic.project-switch.project-8.hover-effect {
  border-radius: 25px;
  margin-right: 0;
  overflow: hidden;
}

.project-image.project-hover-effect.is-magnetic.project-9 {
  border-radius: 25px;
  margin-right: 50px;
  padding-left: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.project-image.project-hover-effect.is-magnetic.project-9.hover-effect {
  border-radius: 25px;
  overflow: hidden;
}

.project-image.project-hover-effect.is-magnetic.project-3 {
  padding-left: 0;
  box-shadow: 0 2px 5px #0003;
}

.project-image.project-hover-effect.is-magnetic.project-3.hover-effect {
  border-radius: 25px;
  overflow: hidden;
}

.project-image.project-hover-effect.is-magnetic.project-15.hover-effect {
  border-radius: 25px;
  padding-left: 0;
  overflow: hidden;
}

.project-image.project-hover-effect.is-magnetic.project-2.project-switch {
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 5px #0003;
}

.project-image.project-hover-effect.is-magnetic.project-2.project-switch.hover-effect {
  border-radius: 25px;
  overflow: hidden;
}

.accordion-item-trigger {
  opacity: 1;
  justify-content: space-between;
  align-items: flex-start;
  transition: all .333s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: 1;
}

.accordion-item-trigger.hover-effect {
  cursor: pointer;
}

.hero-section-text-container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 5vw;
  font-size: 1.3em;
  display: flex;
  position: relative;
  inset: 20vh auto auto 0%;
}

.hero-section-text-container.hero-text {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10vw;
  position: absolute;
  top: 75vh;
  left: 0;
}

.hero-section-text-container.sub-text {
  justify-content: flex-end;
  align-items: center;
  font-size: 1.5em;
  top: 20vh;
  left: auto;
  right: 5vw;
}

.hero-section-text-container.sub-text.hero-about-sub-text {
  font-size: 1em;
  position: absolute;
  top: 0;
}

.hero-bg-container {
  opacity: .3;
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/664665314811ebec48789cde_arrow.png");
  background-position: 0 0;
  background-size: contain;
  height: 100%;
  display: none;
}

.bold-text-3 {
  color: #fff;
  font-weight: 500;
}

.hero-section {
  height: 100vh;
  margin-top: 50vh;
}

.hero-section.audit-section {
  margin-top: 0;
  margin-bottom: 10vh;
}

.hero-section.audit-section:lang(de-at) {
  height: 120vh;
}

.hero-section.audit-section:lang(de) {
  height: 150vh;
  margin-bottom: 20vh;
}

.hero-section.about-dub3-hero-section {
  height: auto;
  margin-top: 0;
  margin-bottom: 50vh;
}

.hero-section._3d-sites-section {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-section._3d-sites-section.websites-page {
  margin-top: 20vh;
}

.fader {
  z-index: 2;
  background-image: linear-gradient(#309feb, #fff0);
  border: 3px #000;
  border-bottom-width: 2px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 90%;
  height: 50vh;
  position: absolute;
}

.fader.fader-bg {
  background-image: linear-gradient(#c5aad180, #fff0);
  box-shadow: inset 0 2px #0003;
}

.fader.dub-company-fader {
  background-image: linear-gradient(#6ce3ff, #fff0);
}

.s-projects-subheading {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.2;
}

.s-projects-subheading.actu-l-subheading {
  margin-top: 20px;
  margin-bottom: 0;
}

.s-projects-heading {
  text-align: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 5em;
  line-height: 1em;
}

.bg-blur {
  z-index: -1;
  filter: blur(120px);
  background-color: #1fd856;
  width: 3vw;
  height: 100%;
  position: absolute;
  right: 10%;
}

.bg-blur.spooky-blur {
  background-color: #ad1fd8;
}

.bg-blur.pechmann-blur {
  background-color: #fff;
  left: 10%;
  right: auto;
}

.bg-blur.glypto-blur {
  opacity: 1;
  background-color: #d8691f;
  right: 0%;
}

.bg-blur.labelium-blur {
  opacity: .73;
  background-color: #006aff;
  right: 0%;
}

.bg-blur.laster-blur {
  opacity: 1;
  right: 0%;
}

.bg-blur.fartp-blur {
  opacity: .58;
  background-color: #43cfdb;
  left: 10%;
  right: auto;
}

.bg-blur.dba-blur {
  background-color: #9e762e;
  right: -5%;
}

.bg-blur.dub3-blur {
  background-color: #95deb9;
  left: 5%;
  right: auto;
}

.bg-blur.dub3-blur.dub3-blor-solo {
  filter: blur(60px);
  background-color: #775da1;
}

.bg-blur.dub3-blur.dub3-blor-solo._3d-website-blue {
  height: 50%;
}

.accordion-item-content {
  color: var(--black);
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.paragraph-14 {
  text-align: left;
  direction: ltr;
  width: 60vw;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-14.sub-p {
  z-index: 2;
  text-align: right;
  width: 40vw;
  margin: 27vh 0 0 auto;
  font-size: 1.5em;
  line-height: 1.25em;
  position: relative;
  top: -15vh;
  right: 0;
}

.paragraph-14.sub-p:lang(de-at) {
  width: 50vw;
}

.paragraph-14.sub-p:lang(de) {
  width: 50vw;
  margin-right: 0;
  position: relative;
  top: -15vh;
}

.paragraph-14.sub-p.sub-sub-p {
  width: 50vw;
  margin-top: 0;
  margin-left: 45vw;
  font-size: 1em;
  top: 20vh;
}

.paragraph-14.service-p {
  width: 90vw;
}

.content-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-2.slim {
  color: #000;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding: 20vh 5vw 10vh;
  display: flex;
}

.content-wrapper-2.slim.faq-wrapper {
  display: none;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.bg-pattern-container {
  z-index: 9;
  opacity: 0;
  border: 2px solid #ffffff40;
  border-radius: 0;
  width: 20%;
  height: auto;
  position: static;
}

.bg-pattern-container.standout-bg-container {
  z-index: 1;
  opacity: 1;
  background-color: #fff0;
  border-width: 1px;
  border-color: #00000040;
  border-radius: 0;
  position: relative;
}

.bg-pattern-container.standout-bg-container.first-bg-container {
  border-radius: 25px;
}

.bg-pattern-container.standout-bg-container.extra-bg-container {
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/664665314811ebec48789ced_eye%20white.png");
  background-position: 50%;
}

.accordion-item {
  opacity: .5;
  color: #fff;
  background-color: #fff0;
  border-bottom: 1px solid #ffffff80;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 24px 30px 14px 0;
  transition: opacity .111s cubic-bezier(.55, .055, .675, .19);
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item:hover {
  opacity: 1;
}

.body-company {
  color: #000;
  background-color: #fff;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1vw;
  overflow: visible;
}

.code-embed-2 {
  height: 100vh;
  margin-top: 10vh;
}

.preview-video {
  border-radius: 15px;
  width: 100%;
  min-width: 100px;
  height: auto;
  min-height: 90vh;
}

.preview-video.glypto-video {
  width: 90%;
  min-height: 90vh;
  box-shadow: 0 2px 20px 9px #0003;
}

.project-video-container {
  border-radius: 50%;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.project-description {
  color: #00000080;
  text-align: left;
  width: 50%;
  margin-top: 3em;
  margin-left: 0;
  font-size: .8em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25em;
  position: relative;
  left: auto;
}

.project-video-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.project-description-container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dub3-navbar-wrapper {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #85858500;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-link-container {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  display: flex;
  position: absolute;
  left: 30.5vw;
  right: auto;
}

.nav-link-container:hover {
  background-color: #fff0;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-logo-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.nav-logo-container.w--current {
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  height: 100%;
  margin-left: 5px;
  display: flex;
  position: static;
  left: 0;
}

.nav-logo {
  cursor: pointer;
  width: auto;
  max-width: 70px;
  height: auto;
  margin-left: 0;
  transition: all .2s;
}

.nav-logo:hover {
  transform: scale(1.1);
}

.nav-logo.is-magentic {
  position: relative;
}

.nav-page-link {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.nav-page-link:visited {
  text-decoration: underline;
}

.nav-page-link.w--current {
  color: #a5c5f6;
  font-weight: 700;
  text-decoration: none;
}

.nav-contact-btn {
  justify-content: flex-end;
  align-items: center;
  width: 25vw;
  margin-right: 0;
  display: flex;
  position: relative;
  right: 0;
}

.button-secondary {
  outline-offset: 0px;
  color: #160042;
  text-align: left;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #ffffff80;
  border: 1px solid #000;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: 20vw;
  min-width: 100px;
  max-width: 250px;
  height: 45px;
  min-height: 30px;
  margin-top: 0;
  margin-left: 10px;
  padding: 12px 10px;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--blu);
  color: #fff;
  border-color: #0000;
}

.button-secondary:active {
  color: #642eff;
  background-color: #e4e6f1;
}

.button-secondary:focus {
  outline-offset: 0px;
  outline: 2px solid #160042;
}

.button-secondary:lang(de-at) {
  text-align: center;
}

.button-secondary.w--current {
  cursor: pointer;
}

.button-secondary.contact-button {
  width: 15vw;
  max-width: none;
  height: 50px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
}

.button-secondary.hero-btn {
  width: 300px;
  margin-top: 33px;
  margin-left: 0;
}

.button-secondary.hero-btn.service-hero-cta {
  color: #fff;
  position: relative;
  inset: auto 0% 0%;
}

.button-secondary.hero-btn.sub-btn {
  margin-left: 0;
}

.button-secondary.audit-nav-button {
  min-width: 100px;
  height: 45px;
  margin-left: 10px;
}

.navbar-container {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 60px;
  margin-top: 20px;
  margin-left: 5vw;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-4 {
  color: var(--black);
  font-size: .8em;
  font-weight: 700;
}

.text-block-4:lang(de-at) {
  text-align: center;
}

.text-block-4._3d-cta-btn-text {
  color: var(--white);
}

.nav-font {
  opacity: .9;
  height: 40%;
  position: absolute;
  top: 30%;
  left: -80%;
}

.nav-font-eraseer {
  width: 20vw;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% auto auto 3%;
  overflow: hidden;
}

.menu-dropdown {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border-radius: 25px;
  width: 70vw;
  height: 22vh;
  display: none;
  position: absolute;
  top: 7vh;
}

.product-preview-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  text-decoration: none;
  display: flex;
}

.product-preview-container.atlas-prev {
  cursor: progress;
  cursor: progress;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.product-image-container {
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/6650a639af16dae944aa53f7_2.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  width: 95%;
  height: 100%;
  margin-top: 1vh;
}

.product-image-container._3d-websites {
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/664665324811ebec48789d78_banner-bg.webp"), linear-gradient(#000, #000);
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  height: 95%;
  margin-bottom: 10px;
  display: flex;
}

.product-image-container.webshops {
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/664665334811ebec48789d94_banner-bg-02.webp"), linear-gradient(#000, #000);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.product-image-container.branding {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/664665334811ebec48789dc1_banner-bg-03.webp"), linear-gradient(#000, #000);
  background-position: 100% 0, 0 0;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.heading-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

.project-nav-title {
  background-color: #00000003;
  background-image: linear-gradient(#38383880, #38383880);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 5vh;
  margin: 8px;
  padding-left: 20px;
  display: flex;
}

.nav-link-arrow {
  margin-right: 10px;
}

.nav-link-arrow.atlas-nav-link {
  display: none;
}

.nav-collapse-icon {
  width: 15px;
  height: 100%;
  margin-left: 10px;
}

.nav-link-text-cc {
  font-size: 1.1em;
  font-weight: 400;
}

.nav-link-text-cc:hover {
  -webkit-text-stroke-color: var(--black);
}

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

.h3-heading {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(353deg, #b3e2f9, #bba7f1 75%, #bba7f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.95em;
  font-weight: 600;
  line-height: 1.2;
}

.heading-22 {
  text-align: left;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

.paragraph-27 {
  color: #000c;
  text-align: left;
  max-width: none;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.5em;
}

.project-text-container-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 20vw;
  margin-right: 15vw;
  display: flex;
  position: relative;
  left: 15vw;
}

.project-text-container-2.text-container-alternate {
  left: 0;
}

.project-text-container-2.service-feature-text-container {
  width: 25vw;
  margin-right: 0;
  left: 3vw;
}

.project-text-container-2.service-feature-text-container.non-mobile-text {
  display: none;
}

._3d-prev-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  margin: 20vh 5vw 10vh;
  display: none;
}

._3d-prev-container {
  border: 1px solid #000;
  border-radius: 25px;
}

.f-div-sub {
  margin-left: 30px;
}

.footer-text-section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 5vw;
  display: flex;
}

.footer-content-wrap {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  margin-left: 15vw;
  margin-right: 15vw;
  display: flex;
}

.heading-12 {
  color: #000;
  text-align: left;
  letter-spacing: .01em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25em;
}

.footer-content-container {
  justify-content: space-between;
  margin-top: 15vh;
  font-size: 1em;
  display: flex;
}

.f-sub-link-container {
  flex-direction: column;
  line-height: 1.5em;
  display: flex;
}

.f-div-2 {
  display: flex;
}

.footer-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1110;
  background-image: linear-gradient(#fff 32%, #fff0), url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/686ab17b90084515c3ee7b17_dub3-footer-world-map.webp");
  background-position: 0 0, 50% -30%;
  background-size: auto, cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: 100vw;
  height: auto;
  margin-top: 20vh;
  padding-top: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.footer-3d-embed {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.footer-link-block-link {
  color: #000;
  font-size: 1.5em;
  text-decoration: none;
}

.footer-link-block-link.f-block-1-heading {
  color: #fff;
}

.footer-link-legal {
  color: #fff;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-legal.hover-effect.cookie-link, .footer-link-legal.hover-effect.tos-link {
  display: none;
}

.footer-link-legal.hover-effect {
  transition: all .2s;
}

.footer-link-legal.hover-effect:hover {
  color: #ffffff80;
}

.footer-link-legal.hover-effect.cookie-link, .footer-link-legal.hover-effect.tos-link, .footer-link-legal.hover-effect.cookie-link, .footer-link-legal.hover-effect.tos-link {
  display: none;
}

.f-link {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.f-link:hover {
  color: #00000080;
}

.f-link.hover-effect {
  transition: all .2s;
}

.f-link.hover-effect:hover {
  color: #00000080;
}

.footer-banner-container {
  flex-direction: row;
  height: auto;
  display: none;
}

.footer-link-container {
  align-items: center;
  height: 100px;
  margin-top: 10vh;
  display: flex;
}

.f-link-heading {
  font-size: 16px;
  font-weight: 700;
}

.f-desc {
  opacity: 1;
  width: 250px;
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
}

.footer-link-block {
  background-color: #fff;
  border-radius: 20px;
  width: 50%;
  height: 30vh;
  min-height: 300px;
}

.footer-link-block.contact-link-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  height: 40vh;
  padding: 30px;
  display: flex;
}

.footer-link-block.next-page-link-block {
  color: #fff;
  background-color: #333333b3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  min-width: 400px;
  max-width: 500px;
  height: 40vh;
  margin-right: 20px;
  padding: 30px;
  display: flex;
}

.div-block-6 {
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  display: flex;
}

.f-div-1 {
  font-size: 1em;
}

.f-call-to-action-heading {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

.f-call-to-action-heading.f-block-1-heading {
  color: #fff;
  font-size: 1em;
}

.image-17 {
  width: 10em;
}

.footer-link-block-v2 {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff2e;
  background-image: linear-gradient(45deg, #0000, #000000cf);
  border: 5px #7070702e;
  border-radius: 25px;
  justify-content: flex-end;
  width: 100%;
  height: 35vh;
  display: flex;
}

.footer-link-block-v2.border-gradient.box {
  background-color: #aaaaaa12;
  background-image: none;
  border-style: none;
  border-width: 0;
  border-radius: 10px;
  overflow: hidden;
}

.f-sub-desc {
  text-align: center;
  margin-top: 20px;
  font-size: .7em;
  position: relative;
  top: 0;
}

.spline-canvas {
  width: 30vw;
  height: 30vh;
  margin-top: 0;
  margin-left: 5vw;
  position: static;
  inset: 0% 15% 0% auto;
  transform: scale(1.2);
}

.spline-scene {
  width: 100vw;
  height: 100vh;
}

.spline-scene._3d-websites-spline {
  z-index: 0;
  position: absolute;
  top: auto;
}

.spline-scene._3d-websites-spline.cta-spline {
  margin-bottom: 43vh;
  position: absolute;
  inset: auto;
  transform: scale(.5);
}

.spline-scene._3d-websites-spline.service-hero-spline {
  z-index: 22;
  margin-top: 3vh;
  position: sticky;
  top: 0;
}

.spline-scene._3d-websites-spline.service-hero-spline.website-shops {
  margin-top: 33vh;
  top: 33vh;
}

.sub-heading {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  display: flex;
}

.sub-heading.faq-heading {
  color: #000;
  margin-bottom: 20px;
  font-size: 3em;
}

.sub-heading.faq-heading.faq-subheading {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 2em;
}

.sub-heading.faq-heading.faq-text {
  margin-top: 20px;
  font-size: 1em;
}

.faq-p {
  color: #fff;
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
}

.bold-text-4 {
  color: #fff;
  font-weight: 400;
}

.st_wrapper {
  z-index: 555;
  position: fixed;
  inset: auto 1.5rem 1.5rem auto;
}

.st_button {
  color: #fff;
  cursor: pointer;
  background-color: #eeeeee80;
  border: 1px solid #eee;
  border-radius: 0;
  padding: .75rem;
  transition: all .2s;
}

.st_button:hover {
  background-color: #a5c5f6;
}

.icon-embed-xxsmall {
  filter: invert();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hide {
  display: none;
}

.heading-27 {
  height: 80%;
  font-size: .8em;
  font-weight: 400;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/689d4e6ad610c0001be5623c_radio__checkmark.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  cursor: not-allowed;
  background-color: #515750;
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/689d4e6ad610c0001be5623c_radio__checkmark.svg");
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  margin-top: 20px;
  font-size: 2em;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: 1.1em;
  font-weight: 600;
}

.cookie-modal_radio_label.is--not-allowed {
  font-size: 1.1rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #eee0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.cookie-modal_button-wrap.is-small {
  background-color: #eee;
  border-radius: 1em;
  justify-content: flex-start;
  padding: 1rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-preference_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vw;
  max-height: 100%;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: auto;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
  cursor: not-allowed;
}

.vorstellungs-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-shadow: 0 2px 6px #0000008a;
  object-fit: fill;
  border: 3px solid #fff;
  border-radius: 50px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 10px;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 3px 11px 4px #00000024;
}

.vorstellungs-btn.link-btn.cokkie-btn {
  box-shadow: none;
  box-shadow: none;
  background-color: #f5f6f6;
  border-radius: 0;
  margin-top: 0;
  font-size: .8rem;
}

.vorstellungs-btn.link-btn {
  background-color: #d9d9d9;
  border-width: 0;
  border-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.vorstellungs-btn.link-btn.cokkie-btn {
  box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  background-color: #f5f6f6;
  border-radius: 0;
  margin-top: 0;
  font-size: .8rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.signal {
  z-index: 3;
  background-color: #75ca6f;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-left: 10px;
  position: relative;
  transform: scale(1);
  box-shadow: 2px 0 6px 3px #0003;
}

.signal.green-signal.cookir-signal {
  width: 1.5em;
  height: 1.5em;
  box-shadow: none;
  width: 1.5em;
  height: 1.5em;
  box-shadow: none;
  width: 1.5em;
  height: 1.5em;
  box-shadow: none;
  background-color: #a5c5f6;
  border-radius: 0%;
  width: 1.5em;
  height: 1.5em;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 400;
}

.cookie-modal_radio_description.is--not-allowed {
  font-size: 1.1em;
}

.service-hero-section {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/664665324811ebec48789d78_banner-bg.webp");
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 200vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.service-hero-section.websitesandshops {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/664665334811ebec48789d94_banner-bg-02.webp");
  background-position: 100%;
  background-attachment: fixed;
  flex-flow: row;
}

.service-hero-section.atlas-hero {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/664665334811ebec48789dc1_banner-bg-03.webp");
  background-position: 100% 0;
  margin-bottom: 30vh;
}

.service-card-section {
  z-index: 33;
  background-color: #fff;
  border-radius: 25px 0 0;
  justify-content: flex-end;
  align-items: flex-start;
  height: 40vh;
  margin-top: 10vh;
  display: flex;
  position: absolute;
  inset: 180vh 0% 0%;
}

.service-card-section.service-web {
  margin-top: 7vh;
  bottom: 0%;
}

.service-div-block {
  background-color: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 60%;
  min-width: auto;
  height: 30vh;
  position: relative;
  bottom: 10vh;
  left: 5vw;
}

.service-subheadline {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.5em;
}

.service-subsub-headline {
  width: 70%;
  margin-top: 30px;
  margin-left: 10vw;
  margin-right: 5vw;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

.service-hero-hedaing {
  color: #fff;
  margin-bottom: 20px;
  font-size: 5em;
  line-height: 1em;
}

.service-subheading {
  color: #ffffffc4;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.bento-box-2 {
  background-color: #f1f1f1;
  border-radius: 25px;
  width: 66%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 2px 5px #0000001c;
}

.bento-box-2.bento-left-2 {
  box-shadow: none;
  background-image: linear-gradient(0deg, #000, #fff0 29%), url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/68a0a9d3f047eb9c38723512_ChatGPT%20Image%20Aug%2016%2C%202025%2C%2005_54_43%20PM.avif"), linear-gradient(#000, #000);
  background-position: 0 0, 50% 0, 0 0;
  background-size: auto, cover, auto;
}

.bento-box-2.box-1 {
  background-color: #f1f1f1;
  background-image: linear-gradient(#0000 60%, #000), url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/68a0a4999ac687e479dfc9ca_Farbpalette-field.png");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #2525251c;
  border-radius: 25px;
  width: 33%;
  margin-right: 0%;
  padding: 20px;
  box-shadow: 0 2px 5px #0000001c;
}

.bento-box-2.box-1.lower-box {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
  box-shadow: 0 0 8px 3px #7a81ca;
}

.bento-box-2.box-1.higher-box {
  box-shadow: none;
  background-color: #000;
  background-image: linear-gradient(45deg, #212b1a, #fff0 44%), url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/68a0b6e51a953b87bd663237_ChatGPT%20Image%20Aug%2016%2C%202025%2C%2006_50_29%20PM.avif");
  background-position: 0 0, 90%;
  background-size: auto, cover;
}

.bento-box-2.bento-right {
  box-shadow: none;
  background-image: linear-gradient(#000, #fff0 51%), url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/68a0b098b4be2f7b63c3d36c_ChatGPT%20Image%20Aug%2016%2C%202025%2C%2006_23_41%20PM.avif");
  background-position: 0 0, 50% 66%;
  background-size: auto, auto;
}

.bento-box-heading {
  color: #fff;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.2em;
}

.bento-row {
  flex-flow: wrap;
  justify-content: space-between;
  height: 45%;
  margin-bottom: 1%;
  display: flex;
}

.bento-row.row-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.paragraph-33 {
  color: #ffffffb3;
  margin-top: 20px;
  font-size: 1.1em;
  line-height: 1.1em;
}

.bento-subheading {
  position: relative;
  top: 65%;
}

.bento-subheading.bento-1text {
  margin-left: 10px;
  top: 55%;
}

.bento-subheading.bento-1text:lang(de-at) {
  top: 55%;
}

.bento-subheading.bento-1text:lang(de) {
  top: 50%;
}

.bento-subheading.bento-two {
  margin-left: 10px;
  top: 0%;
}

.bento-subheading.bento-4 {
  margin-left: 10px;
  top: 60%;
}

.bento-subheading.bento-4:lang(de) {
  top: 60%;
}

.bento-subheading.bento-3 {
  margin-left: 10px;
  top: 0%;
}

.service-bento.maler-bento {
  width: 100%;
  height: 100vh;
  margin-top: 30vh;
}

.service-bento.maler-bento.dub3-bento {
  margin-top: 20vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.service-text-block {
  text-align: left;
  width: 90%;
  margin-top: 5vh;
  margin-left: 5vw;
  margin-right: 5vw;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
}

.cta-section {
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-top: 40vh;
  margin-bottom: 10vh;
  display: flex;
}

.cta-container {
  background-color: silver;
  background-image: linear-gradient(#0000, #fff), url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/664665334811ebec48789d94_banner-bg-02.webp"), linear-gradient(#1d1d1f, #1d1d1f), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 100% 33%, 0 0, 0 0;
  background-size: auto, cover, auto, auto;
  border: 1px solid #fff;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  display: flex;
}

.cta-container._3d-cta {
  background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/664665324811ebec48789d78_banner-bg.webp"), linear-gradient(#000, #000);
  background-position: 100%, 0 0;
  background-size: cover, auto;
}

.cta-heading {
  color: #fff;
  margin-bottom: 20px;
  font-size: 3em;
}

.cta-subheading {
  color: #fffc;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
}

.service-text-container {
  z-index: 99;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  display: flex;
  position: absolute;
  bottom: auto;
}

.cta-text-container {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-container {
  color: #fff;
  width: 2.5em;
  height: 2.5em;
  position: relative;
  left: 72vw;
  right: auto;
}

.menu-container.is-magnetic {
  z-index: 9000;
  z-index: 9000;
}

.menu-container.is-magnetic.is-dub3 {
  display: none;
}

.menu-container.is-magnetic {
  z-index: 9000;
}

.container-row {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 33%;
  display: flex;
}

.bubble {
  text-align: left;
  background-color: #fdfdfd;
  border-radius: 50%;
  width: .3em;
  height: .3em;
  margin: 0;
  padding-left: 0;
  font-weight: 400;
}

.bubble.hidden {
  opacity: 0;
  opacity: 0;
  opacity: 0;
  opacity: 0;
  background-color: #fff;
}

.cta-button-container {
  flex: 0 auto;
  margin-top: 10px;
  display: flex;
}

.cookie-modal_content-wrap-2 {
  padding: 1.75rem 2rem;
  font-size: 1em;
}

.cookie-modal_content-wrap-2.is-small {
  padding: 1.3rem;
  position: relative;
  bottom: 10px;
}

.div-block-23 {
  background-color: #fffefe;
  width: 10em;
  position: relative;
  top: 41.2px;
}

.cookie-preference_background-2 {
  z-index: 10;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  cursor: pointer;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.cookie-preference_component-2 {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-notice-wrapper-2 {
  display: flex;
}

.cookie-modal_component-2 {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #dadadade;
  border-radius: 1em;
  flex-direction: column;
  width: 32em;
  max-width: 50rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_component-2.actual-modal {
  width: 40em;
  margin-bottom: auto;
  font-size: 1rem;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
}

.cookie-modal_description-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-7 {
  z-index: 5;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.text-block-7.link-txt {
  color: #000;
  letter-spacing: 1.5px;
  text-shadow: none;
  font-weight: 500;
}

.text-block-7.link-txt.cookie-btn {
  font-size: 1.2em;
}

.cookie-notice-wrapper-dub3 {
  z-index: 999;
  display: flex;
  position: absolute;
}

.dub3-cookie-v2 {
  z-index: 90;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 25rem;
  display: flex;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_closebutton-2 {
  z-index: 5;
  cursor: pointer;
  background-color: #eee;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: none;
  position: relative;
  top: auto;
  right: auto;
}

.cookie-modal_closebutton-2.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button-2 {
  color: #fff;
  text-align: center;
  background-color: #a1a1a1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .875em 1.5em .875rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-modal_button-2:hover {
  background-color: #262926;
}

.cookie-modal_button-2.is-secondary {
  color: #515750;
  background-color: #0000;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
  position: relative;
  top: 12px;
}

.cookie-modal_button-2.is-secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.div-block-25 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cookie-modal_button_text-2 {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1.2rem;
  display: block;
}

.menu-link-hover-icon {
  width: 4em;
  max-width: none;
  position: relative;
  left: -100%;
}

.menu-link-hover-icon.icon-2 {
  left: -100%;
}

.menu-link-wrapper {
  background-color: #fff;
  width: 60%;
}

.menu-link {
  color: #000;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 500;
  line-height: .9;
  text-decoration: none;
}

.menu-link.w--current {
  display: none;
  overflow: visible;
}

.menu-link-container {
  background-color: #fff;
  width: auto;
  text-decoration: none;
  position: static;
  overflow: hidden;
}

.menu-link-container.nav-link-1 {
  justify-content: space-between;
  height: auto;
  display: flex;
  overflow: hidden;
}

.menu-link-container.nav-link-1.hover-effect.w--current {
  width: 100%;
  min-width: 100%;
}

.menu-link-container.nav-link-3 {
  justify-content: space-between;
  display: flex;
}

.menu-link-container.nav-link-3.hover-effect {
  width: 100%;
}

.menu-link-container.nav-link-2 {
  justify-content: space-between;
  font-size: 1vw;
  display: flex;
}

.menu-link-container.nav-link-2.hover-effect {
  width: 100%;
}

.menu-link-container.nav-link-5.hover-effect {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.menu-link-container.nav-link-4 {
  justify-content: space-between;
  display: flex;
}

.menu-link-container.nav-link-4.hover-effect {
  width: 100%;
}

.link-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  margin: 70px 70px 70px 70vw;
  font-weight: 500;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 10em;
  overflow: visible;
}

.menu-fullscreen-container {
  z-index: 300;
  background-color: #0000;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff4d;
  background-image: linear-gradient(to right, #0000, #fff);
  width: 40%;
}

.italic-text-5 {
  font-weight: 400;
}

.interaction-div {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 15vw;
  min-width: 250px;
  max-width: 300px;
  height: 50px;
  font-size: .8em;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: 75vh;
}

.interact-text {
  opacity: .5;
  color: #fff;
  margin-bottom: 0;
}

.footer-email-link {
  color: #00000080;
  cursor: pointer;
  font-size: 2em;
  line-height: 2em;
  text-decoration: underline;
  transition: all .2s;
}

.footer-email-link:hover {
  color: #000;
}

.bento-bg {
  z-index: 5;
  background-image: none;
  background-size: auto;
  width: 95%;
  height: 50%;
  position: relative;
  bottom: 33%;
  left: 3%;
  transform: scale(1.14);
}

.nav-lang-dropdown {
  font-size: 1em;
  line-height: 1em;
  transition: all .2s;
}

.lang-dropdown-link {
  color: #000;
  margin-bottom: 7px;
  font-size: .8em;
}

.lang-an.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: #ffffff80;
  border: 1px #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 12px 7px 7px;
  display: flex;
}

.lang-an.w--open:lang(de) {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-5 {
  color: #00000080;
  text-decoration: none;
}

.link-5:hover, .link-5.w--current {
  color: #000;
}

.lang-dropdown-text {
  margin-right: 0;
  display: none;
}

.locales-list-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-3 {
  margin-right: 10px;
  display: none;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-icon {
  opacity: .5;
  width: 33%;
  min-width: 22px;
  max-width: 250px;
  min-height: 22px;
  max-height: 250px;
  transition: all .2s;
}

.dropdown-icon:hover {
  opacity: 1;
}

.product-feature-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  display: flex;
}

.product-feature-section.sitenshops {
  margin-top: 30vh;
  display: flex;
}

.service-product-showcase {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 60vh;
  margin-bottom: 33vh;
  display: flex;
}

.service-product-showcase.freamwork-showcase {
  display: none;
}

.feature-container {
  background-color: #f8f8f8;
  border-radius: 25px;
  width: 66%;
  height: 100%;
  overflow: hidden;
}

.feature-container.seo_feature {
  justify-content: center;
  align-items: center;
  display: block;
}

.feature-text-container {
  flex-flow: column;
  width: 33%;
  display: flex;
}

.feature-text-container.non-mobile-text {
  display: none;
}

.spline-scene-interact {
  border-radius: 25px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .hero-main-heading {
    width: 90%;
  }

  .m-navigation-dropdown {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .m-navigation-dropdown.w--open {
    color: #7e8ef1;
    width: 100%;
  }

  .m-navigation-base {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .m-navigation-mobile-button {
    display: none;
  }

  .m-navigation-brand {
    margin-right: 10px;
    padding: 0;
  }

  .m-navigation-link {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .m-navigation-link.w--open {
    color: #fff;
    background-color: #7070c2;
    width: 100%;
  }

  .m-navigation-line-break {
    display: none;
  }

  .m-navigation-menu-wrap {
    background-color: #111218;
    height: auto;
    position: absolute;
  }

  .m-navigation-dropdown-small {
    width: 100%;
  }

  .m-navigation-featured-card {
    max-width: 100%;
    display: none;
  }

  .m-navigation-link-grid {
    padding: 0;
  }

  .m-navigation-menu-button {
    color: #fff;
    background-color: #22242f;
    border-radius: 8px;
    padding: 12px;
    transition: all .3s;
  }

  .m-navigation-menu-button:hover {
    color: #7e8ef1;
  }

  .m-navigation-menu-button.w--open {
    color: #fff;
    background-color: #5a6ded;
  }

  .m-navigation-list.w--open {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .m-content-tabs-menu {
    flex-flow: wrap;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .m-content-tab-info {
    margin-top: 64px;
    position: static;
    inset: 238px 0% auto auto;
  }

  .m-content-header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .m-content-tab-link {
    width: auto;
    max-width: 100%;
  }

  .m-content-tabs {
    flex-direction: column;
  }

  .m-footer-contact-link {
    max-width: none;
    margin-left: 8px;
    margin-right: 8px;
  }

  .m-footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph.service-p {
    font-size: 2em;
  }

  .form-wrapper {
    width: 100%;
    padding: 0;
  }

  .slide {
    width: 100%;
  }

  .m-content-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .m-cta-image-4 {
    height: 120px;
  }

  .btn-01.hover-effect.is-magentic.explore-btn, .btn-01.hover-effect.is-magentic.service-link, .btn-01.hover-effect.is-magentic.explore-btn, .btn-01.hover-effect.is-magentic.explore-btn, .btn-01.hover-effect.is-magentic.service-link, .btn-01.hover-effect.is-magentic.explore-btn, .btn-01.hover-effect.is-magentic.explore-btn, .btn-01.hover-effect.is-magentic.service-link, .btn-01.hover-effect.is-magentic.explore-btn, .btn-01.hover-effect.is-magentic.service-link, .btn-01.hover-effect.is-magentic.explore-btn, .btn-01.hover-effect.is-magentic.explore-btn {
    font-size: 2em;
  }

  .glass-pyramid-01 {
    width: 40em;
  }

  .glass-pyramid-01.bg-blur {
    display: none;
  }

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

  .s-box-paragraph {
    font-size: 3em;
  }

  .project-image.project-hover-effect.is-magnetic.project-2.project-switch.hover-effect {
    margin-right: auto;
  }

  .hero-section-text-container.sub-text.hero-about-sub-text {
    font-size: 3em;
  }

  .service-display.banner-03, .service-display.banner-02, .service-display.web-display, .service-display.banner-03, .service-display.banner-02, .service-display.web-display {
    width: 90vw;
    margin-top: 10vh;
  }

  .s-paragraph.upper-text {
    font-size: 1.5em;
  }

  .s-box-container {
    flex-flow: column;
  }

  .s-projects-subheading, .s-projects-subheading.actu-l-subheading, .s-projects-subheading.actu-l-subheading {
    font-size: 3em;
  }

  .h1.hero-heading.company-hero-haeding {
    width: 80vw;
  }

  .h1.hero-heading {
    width: 90vw;
    margin-left: 5vw;
  }

  .s-projects-heading {
    font-size: 7em;
  }

  .s-box-heading {
    font-size: 5em;
  }

  .s-box-heading.subheading-s-box {
    font-size: 4em;
  }

  .paragraph-14.sub-p {
    width: 40vw;
    margin-top: 22vh;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
  }

  ._3d-element-00 {
    width: 40em;
  }

  ._3d-element-00.bg-blur {
    width: 40em;
    display: none;
  }

  .paragraph-19 {
    width: 60%;
    font-size: 2em;
  }

  .project-hero-heading {
    font-size: 15em;
  }

  .project-description-container {
    flex-direction: column;
  }

  .project-classifiction-container {
    width: 100%;
    font-size: 2.5vw;
  }

  .project-description {
    width: 100%;
    font-size: 2em;
  }

  .project-description-container-2 {
    flex-direction: column;
  }

  .paragraph-21 {
    width: 60%;
    font-size: 2em;
  }

  .project-description-container-3 {
    flex-direction: column;
  }

  .image-6 {
    width: 50vw;
  }

  .gradient-right {
    width: 60%;
  }

  .image-7 {
    width: 60vw;
    bottom: -200px;
  }

  .paragraph-22, .project-sub-description, .paragraph-24 {
    width: 60%;
    font-size: 2em;
  }

  .nav-link-container {
    display: none;
  }

  .nav-logo-container.w--current {
    margin-left: 0;
  }

  .nav-contact-btn {
    display: none;
  }

  .text-block-4 {
    font-size: 1.5em;
  }

  .header-row-a {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .header-row-asset-b {
    width: 50px;
    height: 50px;
  }

  .header-row-asset-a {
    max-width: 170px;
    height: 50px;
  }

  .grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .contact-detail {
    margin-top: 72px;
    margin-bottom: 64px;
  }

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

  .title-wrapper-split {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-card-wrapper {
    max-width: 584px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-v-regular.align-left.align-center-tablet {
    align-items: center;
  }

  .heading-20 {
    font-size: 3em;
  }

  .link_text.is--1st {
    font-size: 2em;
  }

  .link-4 {
    font-size: 2vw;
  }

  .dub3-form-img {
    width: 25em;
    height: 25em;
  }

  .form-heading {
    font-size: 3em;
  }

  .paragraph-17 {
    font-size: 2em;
  }

  .form-info-wrapper {
    width: 50em;
  }

  .contact-container {
    flex-direction: column;
    align-items: center;
  }

  .form-container {
    width: 100%;
  }

  .info-text, .submit-button-2 {
    font-size: 2em;
  }

  .info-lower-container {
    margin-top: 20px;
  }

  .laster-phone-prev-text-container {
    width: 40vw;
  }

  .fritz-pechmann-header {
    bottom: auto;
  }

  .logo-overlay-l {
    width: 120px;
  }

  .logo-overflow-scroll {
    overflow: auto;
  }

  .logo-overlay-r {
    width: 120px;
  }

  .spline-scene._3d-websites-spline.cta-spline {
    height: 50vh;
  }

  .website-sub-text {
    top: 5vh;
  }

  .blog-heading, .blog-heading.blog-section-hading, .blog-heading.blog-section-hading {
    font-size: 3em;
  }

  .paragraph-32 {
    font-size: 2em;
  }

  .s-box-wrapper-2 {
    margin-top: 10vh;
  }

  .secvices-section-2 {
    height: auto;
  }

  .hero-text-container {
    width: 100%;
    top: 100%;
    left: auto;
  }

  .paragraph-33 {
    font-size: 2em;
  }

  .bento-subheading {
    top: 65%;
  }

  .service-text-block {
    width: 90%;
  }

  .maler-service-info-container {
    height: 50vh;
  }

  .cta-heading {
    font-size: 4em;
  }

  .cta-subheading {
    color: #fffc;
    font-size: 2em;
  }

  .menu-container.is-magnetic {
    min-width: 50px;
    min-height: 50px;
    top: .5vh;
    left: auto;
    right: 5vw;
  }

  .menu-container.is-magnetic {
    min-width: 50px;
    min-height: 50px;
    position: fixed;
    top: .5vh;
    left: auto;
    right: 5vw;
  }

  .menu-container.is-magnetic.is-dub3 {
    flex-flow: column;
    display: flex;
    top: 25px;
    left: auto;
    right: 7vw;
  }

  .menu-container.is-magnetic {
    min-width: 50px;
    min-height: 50px;
    position: fixed;
    left: 90vw;
  }

  .bubble {
    min-width: 5px;
    min-height: 5px;
  }

  .bubble.hidden, .bubble.valid, .bubble.hidden, .bubble.valid {
    background-color: #000;
  }

  .blog-text {
    font-size: 3em;
    line-height: 2em;
  }

  .text-block-7 {
    font-size: 16px;
  }

  .text-block-7.link-txt {
    font-size: 2em;
  }

  .menu-link-container.nav-link-1.hover-effect.w--current, .menu-link-container.nav-link-3.hover-effect, .menu-link-container.nav-link-2.hover-effect.w--current, .menu-link-container.nav-link-5.hover-effect, .menu-link-container.nav-link-4.hover-effect {
    height: 60px;
  }

  .menu-link-container.nav-link-1.hover-effect.w--current, .menu-link-container.nav-link-3.hover-effect, .menu-link-container.nav-link-3.hover-effect, .menu-link-container.nav-link-2.hover-effect.w--current, .menu-link-container.nav-link-2.hover-effect.w--current, .menu-link-container.nav-link-5.hover-effect, .menu-link-container.nav-link-5.hover-effect, .menu-link-container.nav-link-4.hover-effect, .menu-link-container.nav-link-4.hover-effect {
    height: 60px;
  }

  .menu-link-container.nav-link-6.hover-effect {
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    height: 60px;
    display: flex;
  }

  .menu-link-container.nav-link-7 {
    justify-content: space-between;
    height: 60px;
    display: flex;
  }

  .link-block-2 {
    width: 50%;
    height: auto;
    margin-left: 80vw;
    margin-right: 30px;
    right: 0;
  }

  .menu-fullscreen-container, .menu-fullscreen-container:lang(de-at) {
    display: none;
  }

  .blog-date-tag {
    font-size: 2em;
  }

  .interaction-div {
    font-size: 1.5em;
  }

  .audit-bento-section {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .audit-bento-img {
    width: 70vw;
    bottom: 33vh;
  }

  .bento-heading {
    font-size: 3em;
  }

  .bento-subtext {
    font-size: 2em;
  }

  .bento-div {
    flex-flow: column;
    display: flex;
  }

  .audit-button {
    font-size: 2em;
    line-height: 2em;
  }

  .blog-col-list {
    flex-flow: column;
    display: flex;
  }

  .c-checkbox-label-genre {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
  }

  .website-extra-info-section {
    flex-flow: column;
  }

  .extra-info-container {
    width: 100%;
    margin-top: 20px;
  }

  .extra-info-container.extra-info-1 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-background-video {
    height: 30vh;
  }

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

  .m-footer-grid {
    grid-template-columns: 1fr;
  }

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

  .paragraph {
    font-size: 3em;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .slide-form-grid-c {
    grid-template-columns: 1fr;
  }

  .section-large {
    width: 100vw;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .button-base {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-wrapper {
    width: 100%;
  }

  .slide-form-grid-b {
    grid-template-columns: 1fr 1fr;
  }

  .grid-one-column {
    grid-template-columns: 1fr;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .m-cta-header {
    margin-bottom: 60px;
  }

  .m-h4-heading {
    font-size: 36px;
  }

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

  .h2-heading {
    font-size: 44px;
  }

  .detail-paragraph {
    font-size: 4em;
  }

  .btn-01.is-magentic.newsletter-btn, .btn-01.hover-effect.is-magentic {
    font-size: 2em;
  }

  .btn-01.hover-effect.is-magentic {
    font-size: 2em;
  }

  .btn-01.hover-effect.is-magentic.service-link {
    font-size: 3em;
  }

  .btn-01.is-magentic.newsletter-btn {
    font-size: 2em;
  }

  .project-showcase-wrapper {
    flex-flow: column;
    width: 90vw;
    margin-left: 5vw;
  }

  .project-showcase-wrapper.project-switch {
    flex-flow: column;
  }

  .project-image-showcase {
    width: 80vw;
    height: 30vh;
    margin-top: 10vh;
    margin-left: 0;
  }

  .project-image-showcase.project-switch {
    margin-top: 10vh;
  }

  .accordion-heading {
    font-size: 5em;
  }

  .s-box-paragraph {
    font-size: 3em;
  }

  .project-image.project-hover-effect.is-magnetic.project-1.hover-effect, .project-image.project-hover-effect.is-magnetic.project-5.hover-effect {
    margin-top: 10vh;
  }

  .project-image.project-hover-effect.is-magnetic.project-switch.project-8, .project-image.project-hover-effect.is-magnetic.project-switch.project-8.hover-effect {
    margin-right: 0;
  }

  .project-image.project-hover-effect.is-magnetic.project-9, .project-image.project-hover-effect.is-magnetic.project-9.hover-effect {
    margin-right: auto;
  }

  .project-image.project-hover-effect.is-magnetic.project-1.hover-effect, .project-image.project-hover-effect.is-magnetic.project-5.hover-effect {
    margin-top: 10vh;
  }

  .project-image.project-hover-effect.is-magnetic.project-switch.project-8, .project-image.project-hover-effect.is-magnetic.project-switch.project-8.hover-effect {
    margin-right: 0;
  }

  .project-image.project-hover-effect.is-magnetic.project-9, .project-image.project-hover-effect.is-magnetic.project-9.hover-effect {
    margin-right: auto;
  }

  .project-image.project-hover-effect.is-magnetic.project-1.hover-effect, .project-image.project-hover-effect.is-magnetic.project-5.hover-effect {
    margin-top: 10vh;
  }

  .project-image.project-hover-effect.is-magnetic.project-switch.project-8, .project-image.project-hover-effect.is-magnetic.project-switch.project-8.hover-effect {
    margin-right: 0;
  }

  .project-image.project-hover-effect.is-magnetic.project-9, .project-image.project-hover-effect.is-magnetic.project-9.hover-effect {
    margin-right: auto;
  }

  .project-image.project-hover-effect.is-magnetic.project-2.project-switch.hover-effect {
    margin-right: auto;
  }

  .project-image.project-hover-effect.is-magnetic.project-1.hover-effect, .project-image.project-hover-effect.is-magnetic.project-5.hover-effect, .project-image.project-hover-effect.is-magnetic.project-5.hover-effect {
    margin-top: 10vh;
  }

  .project-image.project-hover-effect.is-magnetic.project-switch.project-8, .project-image.project-hover-effect.is-magnetic.project-switch.project-8.hover-effect, .project-image.project-hover-effect.is-magnetic.project-switch.project-8, .project-image.project-hover-effect.is-magnetic.project-switch.project-8.hover-effect, .project-image.project-hover-effect.is-magnetic.project-switch.project-8.hover-effect {
    margin-right: 0;
  }

  .project-image.project-hover-effect.is-magnetic.project-9, .project-image.project-hover-effect.is-magnetic.project-9.hover-effect, .project-image.project-hover-effect.is-magnetic.project-9.hover-effect {
    margin-right: auto;
  }

  .project-image.project-hover-effect.is-magnetic.project-3.hover-effect {
    margin-top: 10vh;
  }

  .project-image.project-hover-effect.is-magnetic.project-15.hover-effect {
    margin-top: 10vh;
    padding-left: 0;
  }

  .hero-section-text-container.sub-text.hero-about-sub-text {
    font-size: 1em;
  }

  .about-content {
    width: 100%;
  }

  .exp-block {
    margin-right: 20px;
  }

  .about-dub3-section.about-page {
    height: auto;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .service-display.banner-03, .service-display.banner-02, .service-display.web-display, .service-display.banner-03, .service-display.banner-02, .service-display.web-display {
    height: 50vh;
    min-height: 500px;
  }

  .p.exp {
    margin-right: 20px;
    font-size: 2em;
  }

  .s-paragraph.upper-text {
    font-size: 2em;
  }

  .faq-question-heading {
    font-size: 5em;
    line-height: 1.1em;
  }

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

  .s-projects-subheading, .s-projects-subheading.actu-l-subheading, .s-projects-subheading.actu-l-subheading, .h1.hero-heading.company-hero-haeding {
    font-size: 3em;
  }

  .h1.hero-heading.company-hero-haeding {
    font-size: 3em;
  }

  .h1.hero-heading.company-hero-haeding.hero-onpage {
    font-size: 5em;
  }

  .h1.hero-heading {
    margin-top: 5vh;
  }

  .s-projects-heading, .s-box-heading {
    font-size: 7em;
  }

  .s-box-heading.subheading-s-box {
    font-size: 5em;
  }

  .project-header {
    margin-top: 20vh;
  }

  .projects-paragraph {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 3em;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .paragraph-14.sub-p {
    width: 40vw;
    margin-top: 22vh;
    font-size: 2em;
  }

  .paragraph-14.sub-p.sub-sub-p {
    width: 50vw;
  }

  .content-wrapper {
    position: static;
  }

  .body-company {
    max-width: none;
  }

  .html-embed-2.dub3-embed {
    z-index: -2;
    z-index: -2;
    height: 50%;
    top: auto;
    bottom: 33%;
  }

  .preview-video.glypto-video {
    width: 90%;
    height: 40vh;
    min-height: auto;
  }

  .nav-logo.is-magentic {
    left: -3vw;
  }

  .button-secondary.contact-button {
    min-width: 250px;
  }

  .text-block-4 {
    font-size: 2em;
  }

  .header-text {
    display: none;
  }

  .header-row-c {
    padding-right: 0;
  }

  .section-header-dark {
    padding-top: 60px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .client-block {
    margin-top: 60px;
  }

  .h2-heading-2 {
    font-size: 44px;
  }

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

  .section-large-3, .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .card-a {
    flex-direction: column;
  }

  .link_circle {
    margin-bottom: 10em;
  }

  .c-filter {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-form-block-filters {
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .jr-image-slider-section {
    height: 100vh;
  }

  .jr-page-preview {
    width: 33vw;
    height: 100%;
  }

  .cursor {
    display: none;
  }

  .heading-22 {
    font-size: 3em;
  }

  .paragraph-27 {
    font-size: 2em;
  }

  .project-text-container-2 {
    width: 80vw;
    margin-left: 0;
    margin-right: auto;
    left: auto;
  }

  .project-text-container-2.service-feature-text-container {
    width: 90vw;
    position: static;
  }

  .project-text-container-2.service-feature-text-container.non-mobile-text {
    display: flex;
  }

  .project-wrapper-2.projects-tab.company-page {
    flex-flow: column;
    display: flex;
  }

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

  .logo-ticker-group {
    height: 80px;
  }

  .logo-overlay-l, .logo-overlay-r {
    width: 40px;
  }

  .footer-text-section {
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-left: 0;
  }

  .heading-12 {
    text-align: center;
    margin-top: 5vh;
    font-size: 2.5vh;
  }

  .f-div-2 {
    flex-flow: column;
  }

  .f-link, .f-link.hover-effect, .f-link.hover-effect {
    margin-bottom: 20px;
  }

  .footer-link-block-v2.border-gradient.box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
  }

  .f-sub-desc {
    font-size: 2vw;
  }

  .spline-canvas {
    height: 10vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .blog-block {
    flex-flow: row;
  }

  .blog-subheading {
    text-align: center;
    font-size: 3em;
  }

  .spline-scene._3d-websites-spline.cta-spline {
    height: 40vh;
  }

  .sub-heading.faq-heading {
    font-size: 7em;
  }

  .overlay-bloxk {
    display: none;
  }

  .hero-spline.hover-effect, .hero-spline.landing-spline, .hero-spline.hover-effect, .hero-spline.landing-spline {
    display: flex;
  }

  .faq-p, .paragraph-11 {
    font-size: 3em;
  }

  .newsletter-heading {
    font-size: 4em;
  }

  .newsletter-heading.newsletter-subheading {
    font-size: 3em;
  }

  .subscription-text {
    margin-bottom: 0;
  }

  .checkbox-field-3 {
    font-size: 2em;
    line-height: 1em;
  }

  .projects-heading {
    font-size: 7em;
  }

  .blog-heading {
    font-size: 5em;
  }

  .heading-26, .paragraph-31 {
    font-size: 2em;
  }

  .secvices-section-2 {
    margin-top: 0;
  }

  .heading-27 {
    font-size: 3em;
  }

  .hero-text-container {
    margin-top: 20vh;
  }

  .home-hero-section {
    height: 200vh;
  }

  .hero-project-showcase-section {
    display: none;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
    position: static;
  }

  .service-subsub-headline {
    width: 100%;
    margin-top: 15px;
  }

  .service-hero-hedaing {
    font-size: 5em;
  }

  .service-subheading {
    margin-top: 0;
    font-size: 3em;
  }

  .bento-box-2.bento-left-2 {
    background-position: 0 0, 50%;
    width: 100%;
    height: 50vh;
    margin-top: 30px;
  }

  .bento-box-2.bento-right, .bento-box-2.bento-left-2 {
    background-position: 0 0, 50%;
    width: 100%;
    height: 50vh;
    margin-top: 30px;
  }

  .bento-box-2.box-1 {
    width: 100%;
    height: 50vh;
  }

  .bento-box-2.box-1.lower-box {
    background-position: 0 0, 0%;
    background-size: auto, cover;
    height: 50vh;
    margin-top: 30px;
  }

  .bento-box-2.bento-right {
    background-position: 0 0, 50%;
    width: 100%;
    height: 50vh;
    margin-top: 30px;
  }

  .bento-box-heading {
    font-size: 5em;
  }

  .bento-row {
    flex-flow: column;
    width: 100%;
  }

  .bento-row.row-2 {
    flex-flow: column;
  }

  .paragraph-33 {
    font-size: 3em;
    line-height: 1.5em;
  }

  .bento-subheading {
    top: 70%;
  }

  .bento-subheading.bento-1text {
    top: auto;
  }

  .bento-subheading.bento-4 {
    position: static;
  }

  .service-bento.maler-bento {
    height: auto;
  }

  .service-text-block {
    width: 90%;
    font-size: 3em;
    line-height: 1.2em;
  }

  .maler-service-info-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: 100vh;
    display: grid;
  }

  .cta-heading {
    font-size: 5em;
  }

  .cta-subheading {
    font-size: 3em;
  }

  .menu-container.is-magnetic.is-dub3 {
    left: auto;
  }

  .cta-button-container {
    flex-flow: column;
  }

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

  .cookie-modal_content-wrap-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-preference_component-2 {
    display: none;
    inset: auto 0% 0%;
  }

  .cookie-modal_component-2 {
    width: 100vw;
  }

  .dub3-cookie-v2 {
    max-width: none;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .cookie-modal_closebutton-2 {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton-2.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button_text-2 {
    font-size: 1em;
  }

  .italic-text-2 {
    font-size: 2em;
    line-height: 1.5em;
  }

  .italic-text-3, .italic-text-4 {
    font-size: 2em;
  }

  .menu-link-container.nav-link-3.hover-effect, .menu-link-container.nav-link-3.hover-effect.w--current, .menu-link-container.nav-link-2.hover-effect, .menu-link-container.nav-link-5.hover-effect, .menu-link-container.nav-link-4.hover-effect {
    align-items: center;
    height: 5vh;
  }

  .menu-link-container.nav-link-1.hover-effect {
    align-items: center;
    width: 100%;
    height: 5vh;
  }

  .menu-link-container.nav-link-3.hover-effect, .menu-link-container.nav-link-3.hover-effect.w--current, .menu-link-container.nav-link-3.hover-effect, .menu-link-container.nav-link-3.hover-effect.w--current, .menu-link-container.nav-link-2.hover-effect, .menu-link-container.nav-link-2.hover-effect, .menu-link-container.nav-link-5.hover-effect, .menu-link-container.nav-link-5.hover-effect, .menu-link-container.nav-link-4.hover-effect {
    align-items: center;
    height: 5vh;
  }

  .menu-link-container.nav-link-4.hover-effect {
    align-items: center;
    height: 5vh;
  }

  .menu-link-container.nav-link-4.hover-effect.w--current {
    align-items: stretch;
  }

  .menu-link-container.nav-link-6.hover-effect {
    justify-content: space-between;
    align-items: center;
    height: 5vh;
    display: flex;
  }

  .menu-link-container.nav-link-7 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 5vh;
    display: flex;
  }

  .link-block-2 {
    width: 50%;
    margin-left: 75vw;
    margin-right: 70px;
    right: -5em;
  }

  .menu-fullscreen-container {
    display: none;
  }

  .audit-bento-box {
    height: 60vh;
  }

  .audit-bento-img {
    bottom: 30vh;
  }

  .bento-heading {
    font-size: 5em;
  }

  .bento-subtext {
    font-size: 3em;
  }

  .audit-button {
    font-size: 3em;
    line-height: 2em;
  }

  .footer-email-link {
    font-size: 5em;
  }

  .bento-bg {
    bottom: auto;
  }

  .c-form-block-genre {
    min-height: 0;
  }

  .slider-next {
    opacity: 1;
    cursor: pointer;
    background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/68cc44462cb9b083cadedc46_Icon%20Next%20Hover.svg"), linear-gradient(270deg, #080a0b 40%, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 24px, auto;
    width: 80px;
    display: flex;
    right: 0;
  }

  .c-slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }

  .c-slider-nav {
    justify-content: space-between;
    height: 100%;
    display: flex;
    bottom: 0;
  }

  .slider-prev {
    opacity: 1;
    cursor: pointer;
    background-image: url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/68cc44462cb9b083cadedc47_Previous-gray100.svg"), linear-gradient(to right, #080a0b 40%, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 24px, auto;
    width: 80px;
    display: flex;
    left: -12px;
  }

  .checkbox-3 {
    color: #525b66;
  }

  .c-checkbox-field-genre {
    margin-top: 0;
  }

  .c-checkbox-label-genre {
    color: #525b66;
    font-size: 16px;
    line-height: 24px;
  }

  .c-slider {
    align-items: center;
    overflow: hidden;
  }

  .preloder-text-v1---brix {
    font-size: 20px;
    line-height: 30px;
  }

  .service-product-showcase {
    flex-flow: column;
  }

  .feature-container, .feature-text-container {
    width: 100%;
  }

  .feature-text-container.mobile-text {
    display: none;
  }

  .feature-text-container.non-mobile-text {
    display: flex;
  }

  .website-extra-info-section {
    height: auto;
  }

  .extra-info-container.extra-info-1, .extra-info-container.info-2, .extra-info-container.extra-info-1, .extra-info-container.info-2 {
    height: 50vh;
  }

  .extra-heading {
    font-size: 4em;
  }

  .extra-p {
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  .main-content-section.service-main-secton {
    margin-top: 20vh;
  }

  .hero-background-video {
    margin-bottom: 0;
    margin-left: 0;
  }

  .hero-main-heading {
    margin-left: 5vw;
  }

  .m-banner, .m-navigation-icon-button-plain, .m-navigation-icon-button {
    display: none;
  }

  .m-navigation-link-grid {
    grid-template-columns: 1fr;
  }

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

  .content-info-detail {
    flex-wrap: wrap;
  }

  .m-button-outline {
    width: 100%;
  }

  .m-footer-section {
    padding-top: 60px;
  }

  .m-footer-form-row {
    flex-direction: column;
  }

  .m-footer-text-field {
    margin-bottom: 10px;
  }

  .m-footer-link-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .m-footer-legal-wrapper {
    flex-direction: column;
  }

  .m-footer-submit-button {
    width: 100%;
  }

  .m-footer-form-input {
    flex-direction: column;
  }

  .paragraph.service-p {
    width: 90%;
    font-size: 3em;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .slide-form-grid-c {
    grid-template-columns: 1fr;
  }

  .button-base {
    margin-top: 60px;
  }

  .h6-heading {
    font-size: 52px;
    line-height: 62px;
  }

  .badge-purple-l.service-new-badge.atlas-badge {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .slide-form-grid-b {
    grid-template-columns: 1fr;
  }

  .price-text {
    font-size: 52px;
    line-height: 62px;
  }

  .slide-form-grid {
    grid-template-columns: 1fr;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .m-content-slider {
    width: 100%;
  }

  .m-content-info-block {
    margin-top: 64px;
  }

  .m-button-primary {
    width: 100%;
  }

  .m-timeline-button-wrapper {
    flex-flow: column wrap;
    grid-template-columns: 1fr;
    align-content: stretch;
    align-items: center;
  }

  .dub3-video-container.dba.preview-video {
    width: 90vw;
    height: 25vh;
    min-height: auto;
    margin-top: 30vh;
  }

  .detail-paragraph {
    font-size: 4em;
  }

  .detail-paragraph.dub-dash-text {
    width: 70vw;
    font-size: 6em;
  }

  .btn-01.hover-effect.is-magentic.explore-btn {
    margin-left: 0;
    font-size: 3em;
  }

  .btn-01.hover-effect.is-magentic.explore-btn.cat-btn-1 {
    align-items: center;
    font-size: 3em;
    display: flex;
  }

  .btn-01.hover-effect.is-magentic {
    font-size: 1.5em;
  }

  .btn-01.hover-effect.is-magentic.explore-btn {
    font-size: 3em;
  }

  .project-showcase-wrapper {
    height: auto;
  }

  .project-showcase-wrapper.project-switch {
    height: auto;
    margin-left: 0;
  }

  .project-image-showcase {
    width: 90vw;
    margin-top: 10vh;
    margin-left: 5vw;
  }

  .project-image-showcase.project-switch {
    width: 90vw;
    margin-top: 10vh;
    margin-left: 0;
    margin-right: auto;
  }

  .accordion-heading.hover-effect {
    font-size: 5em;
  }

  .hero-background-pattern-container.container-bg-2 {
    margin-top: 0;
  }

  .glass-pyramid-01 {
    width: 50em;
  }

  .collection-list {
    grid-row-gap: 25px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   / 1fr;
  }

  .project-image.project-hover-effect.is-magnetic.project-2.project-switch.hover-effect {
    margin-right: auto;
  }

  .project-image.project-hover-effect.is-magnetic.project-1.hover-effect {
    margin-top: 10vh;
  }

  .project-image.project-hover-effect.is-magnetic.project-switch.project-6.hover-effect {
    margin-top: 0;
  }

  .project-image.project-hover-effect.is-magnetic.project-switch.project-8 {
    margin-right: auto;
  }

  .project-image.project-hover-effect.is-magnetic.project-switch.project-8.hover-effect {
    margin-right: 0;
  }

  .project-image.project-hover-effect.is-magnetic.project-9 {
    margin-right: auto;
  }

  .project-image.project-hover-effect.is-magnetic.project-9.hover-effect {
    margin-right: 0;
  }

  .project-image.project-hover-effect.is-magnetic.project-15.hover-effect {
    padding-left: 0;
  }

  .hero-section-text-container {
    top: 50vh;
  }

  .hero-section-text-container.sub-text {
    top: 70vh;
    right: auto;
  }

  .about-content {
    width: 100%;
  }

  .about-dub3-section {
    height: 220vh;
  }

  .about-dub3-section.about-page {
    height: auto;
  }

  .service-display.banner-03 {
    height: 50vh;
    min-height: 500px;
    margin-right: auto;
  }

  .service-display.banner-02 {
    height: 50vh;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-display.web-display {
    height: 50vh;
    min-height: 500px;
    margin-left: auto;
  }

  .p.exp {
    font-size: 1em;
  }

  .paragraph-5 {
    font-size: 2em;
  }

  .about-heading {
    font-size: 7em;
  }

  .s-paragraph.upper-text {
    font-size: 3em;
  }

  .html-embed {
    height: 100vh;
  }

  .hero-section {
    margin-top: auto;
  }

  .s-projects-subheading {
    font-size: 2.5em;
  }

  .h1.hero-heading {
    width: 70vw;
    font-size: 5em;
  }

  .h1.hero-heading.company-hero-haeding {
    bottom: auto;
  }

  .h1.hero-heading.company-hero-haeding.hero-onpage {
    font-size: 4em;
    bottom: auto;
  }

  .h1.hero-heading {
    width: 80vw;
    margin-top: 5vh;
    font-size: 10em;
    position: relative;
    bottom: 50vh;
  }

  .s-box-heading.subheading-s-box {
    margin-top: 10px;
  }

  .div-block-9.about-section-bg, .div-block-9.about-section-bg.second-about-bg, .div-block-9.about-section-bg, .div-block-9.about-section-bg.second-about-bg, .div-block-9.about-section-bg.second-about-bg {
    display: none;
  }

  .project-header {
    margin-top: 50vh;
  }

  .sp-container {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-14.sub-p {
    width: 80vw;
    margin-top: 0;
    margin-right: 5vw;
    font-size: 3em;
    position: relative;
    top: 11vh;
    bottom: auto;
  }

  .paragraph-14.sub-p.sub-sub-p {
    width: 90vw;
    font-size: 2em;
  }

  .project-text-container {
    justify-content: flex-end;
    width: 25vw;
  }

  .div-block-4.m2 {
    font-size: 3em;
  }

  ._3d-element-00 {
    width: 60em;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .project-amount-container.hover-effect.is-magentic {
    width: 50px;
    height: 50px;
  }

  .content-wrapper {
    height: auto;
    position: static;
  }

  .body-company {
    max-width: 100vw;
  }

  .paragraph-19 {
    width: 95%;
    font-size: 4em;
  }

  .html-embed-2 {
    opacity: .2;
    width: 100%;
  }

  .project-page-text-container {
    margin-left: 5vw;
  }

  .heading-10 {
    font-size: 18px;
  }

  .project-classifiction-container {
    z-index: 2;
    height: 100%;
    font-size: 4vw;
    position: relative;
  }

  .preview-video {
    height: auto;
    min-height: 80vh;
  }

  .preview-video.glypto-video {
    height: 25vh;
    margin-top: 30vh;
  }

  .sub-info-tag {
    font-size: .9em;
  }

  .proejct-info-sub-container {
    margin-bottom: 20px;
  }

  .project-video-container {
    width: 90%;
  }

  .project-description {
    font-size: 4em;
    font-weight: 400;
  }

  .project-video-section {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .next-project-subheading {
    margin-bottom: 0;
    font-size: 5em;
  }

  .project-teser-heading {
    margin-top: 0;
    font-size: 12em;
  }

  .html-embed-3 {
    opacity: .2;
    width: 100%;
  }

  .html-embed-3.fritz-pechmann-cube {
    width: 150%;
    height: 90%;
    margin-left: 5vw;
    left: -20%;
  }

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

  .paragraph-21 {
    width: 90%;
    font-size: 4em;
  }

  .heading-15 {
    font-size: 18px;
  }

  .project-description-container-3 {
    margin-bottom: 20vh;
  }

  .gradient-right {
    height: 80vh;
    bottom: 0;
  }

  .labelium-explosion-section {
    margin-top: 50vh;
    overflow: visible;
  }

  .ui-elments-container.cotnainer-3 {
    margin-top: 0;
  }

  .labelium-image-section {
    overflow: hidden;
  }

  .labelium-info-heading {
    width: 90%;
    font-size: 6em;
  }

  .labelium-info-heading.section-two {
    width: 90%;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 5em;
  }

  .labelium-info-section {
    margin-top: 30vh;
  }

  .paragraph-22 {
    width: 90%;
    font-size: 4em;
  }

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

  .project-sub-description {
    width: 90%;
    font-size: 4em;
  }

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

  .paragraph-24 {
    width: 90%;
    font-size: 4em;
  }

  .nav-logo.is-magentic {
    left: -7vw;
  }

  .button-secondary.contact-button {
    width: 70vw;
    min-width: auto;
  }

  .text-block-4 {
    text-align: center;
    font-size: 3em;
  }

  .header-row-a {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
  }

  .button-play {
    right: 0;
  }

  .header-row-b {
    justify-content: center;
    align-items: center;
  }

  .header-row-asset-a {
    display: none;
  }

  .header-bottom-row {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .header-row-c {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .client-block, .button-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-video {
    width: 100%;
  }

  .form-button-wide {
    max-width: none;
  }

  .h3-heading {
    font-size: 52px;
    line-height: 62px;
  }

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

  .card-a {
    flex-direction: column;
  }

  .sp-icon {
    width: 77em;
    margin-left: 0;
    left: auto;
  }

  .heading-20 {
    font-size: 5em;
  }

  .link_text.is--1st {
    margin-top: 10px;
    font-size: 3em;
  }

  .text-field-2.field3 {
    margin-bottom: 40px;
  }

  .link-4 {
    font-size: 5vw;
  }

  .dub3-form-img {
    width: 60em;
    height: 60em;
  }

  .link_move {
    font-size: 1.5vw;
  }

  .form-heading {
    margin-bottom: 40px;
    font-size: 7em;
    font-weight: 400;
  }

  .form-info-container {
    width: 100%;
  }

  .paragraph-17 {
    font-size: 4em;
  }

  .form-info-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .contact-container {
    padding-top: 17vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-container {
    margin-right: 0;
    padding: 30px 20px;
  }

  .checkbox-link {
    margin-top: 5px;
    padding-left: 5em;
    padding-right: 5em;
  }

  .checkbox-link.hover-effect.is-magentic.last-child {
    margin-top: 15px;
  }

  .field-label-2 {
    color: #a8a8a8;
    text-align: left;
    font-style: italic;
  }

  .link_circle {
    margin-bottom: 15em;
  }

  .checkbox-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .info-text {
    font-size: 4em;
  }

  .submit-button-2 {
    text-align: center;
    margin-top: 30px;
    font-size: 4em;
  }

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

  .jr-image-slider-section {
    height: 70vh;
  }

  .jr-page-preview {
    height: 70%;
  }

  .heading-22 {
    font-size: 3em;
  }

  .paragraph-27 {
    width: 90%;
    font-size: 2em;
  }

  .project-text-container-2 {
    justify-content: flex-end;
    width: 90vw;
    margin-right: auto;
    font-size: 2em;
    line-height: 2em;
    left: auto;
  }

  .project-text-container-2.text-container-alternate {
    width: 90vw;
    margin-left: 5vw;
    margin-right: auto;
    font-size: 2em;
  }

  .footer-text-section {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .heading-12 {
    text-align: center;
    font-size: 5em;
  }

  .footer-content-container {
    flex-flow: column;
  }

  .f-div-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-link-block-link.w--current {
    font-size: 5em;
  }

  .footer-link-legal {
    color: #949494;
  }

  .f-link, .f-link.hover-effect, .f-link.hover-effect {
    margin-bottom: 20px;
  }

  .footer-banner-container {
    flex-direction: column;
  }

  .footer-link-container {
    flex-flow: column;
    justify-content: space-between;
    margin-top: 20px;
  }

  .f-desc {
    color: #999;
    text-align: center;
    margin-top: 40px;
    font-style: italic;
    display: none;
  }

  .footer-link-block.contact-link-block {
    width: 100%;
    margin-top: 40px;
  }

  .footer-link-block.next-page-link-block {
    width: 100%;
    min-width: 0;
    font-size: 5vw;
  }

  .f-div-1 {
    margin-left: 6vw;
  }

  .f-call-to-action-heading {
    font-size: 5em;
  }

  .footer-link-block-v2.border-gradient.box {
    justify-content: center;
    align-items: center;
    height: 60vh;
  }

  .f-sub-desc {
    text-align: left;
    font-size: 4vw;
  }

  .spline-canvas {
    width: auto;
    margin-top: 3vh;
    margin-left: auto;
  }

  .blog-block {
    flex-flow: column;
  }

  .thumnail-image-blog {
    width: 70vw;
  }

  .blog-col {
    margin-top: auto;
  }

  .spline-scene._3d-websites-spline.cta-spline {
    height: 30vh;
  }

  .sub-heading.faq-heading.faq-subheading {
    margin-bottom: 2vh;
    font-size: 4em;
  }

  .sub-heading.faq-heading.faq-text {
    text-align: center;
    margin-bottom: 2vh;
    font-size: 3em;
  }

  .hero-spline.landing-spline {
    height: 100vh;
    top: 0%;
  }

  .hero-section-text-container-2 {
    top: 60vh;
  }

  .hero-section-text-container-2.sub-text {
    top: 70vh;
    right: auto;
  }

  .newsletter-heading {
    font-size: 5em;
  }

  .newsletter-heading.newsletter-subheading, .checkbox-field-3 {
    font-size: 3em;
  }

  .website-sub-text {
    position: absolute;
    top: auto;
    left: auto;
    right: -10%;
  }

  .heading-26 {
    font-size: 4em;
  }

  .paragraph-31 {
    font-size: 3em;
  }

  .paragraph-32 {
    font-size: 4em;
  }

  .hero-text-container {
    position: absolute;
    inset: auto -5vw 0 10vw;
  }

  .home-hero-section {
    height: 200vh;
  }

  .cookie-modal_title.is-small {
    font-size: 2em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .vorstellungs-btn {
    border-width: 1px;
    font-size: 4vw;
  }

  .service-card-section {
    height: 30vh;
    margin-top: 0;
    bottom: -20%;
  }

  .service-card-section.service-web {
    margin-top: 0;
    bottom: -5%;
  }

  .service-subsub-headline {
    font-size: 2em;
  }

  .bento-box-2.bento-left-2 {
    background-image: linear-gradient(0deg, #000, #fff0 29%), url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/68a0a9d3f047eb9c38723512_ChatGPT%20Image%20Aug%2016%2C%202025%2C%2005_54_43%20PM.avif"), linear-gradient(#0000, #0000);
    background-position: 0 0, 50% 0, 0 0;
    background-size: auto, auto, auto;
  }

  .bento-box-2.box-1.lower-box {
    background-position: 0 0, 50% 22%, 0 0;
    background-size: auto, auto, auto;
  }

  .bento-box-2.box-1.higher-box {
    background-size: auto, cover;
  }

  .bento-box-2.bento-right {
    background-image: linear-gradient(#000, #fff0), url("https://cdn.prod.website-files.com/663de1d1be246f4ca62021e8/68a0b098b4be2f7b63c3d36c_ChatGPT%20Image%20Aug%2016%2C%202025%2C%2006_23_41%20PM.avif"), linear-gradient(#0000, #0000);
    background-position: 0 0, 100% 70%, 0 0;
    background-size: auto, auto, auto;
  }

  .bento-subheading {
    top: 60%;
  }

  .service-text-block {
    width: 90%;
    font-size: 3em;
  }

  .menu-container.is-magnetic {
    flex-flow: column;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .menu-container.is-magnetic {
    left: auto;
    right: 5vw;
    flex-flow: column;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .menu-container.is-magnetic.is-dub3 {
    position: fixed;
  }

  .menu-container.is-magnetic {
    position: absolute;
    left: auto;
    right: 5vw;
  }

  .cta-button-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cookie-modal_content-wrap-2.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-preference_component-2 {
    align-items: flex-end;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .cookie-modal_component-2 {
    max-width: 100%;
  }

  .text-block-7.link-txt {
    font-size: 1em;
    font-weight: 600;
  }

  .dub3-cookie-v2 {
    max-width: 100%;
    display: none;
    inset: auto 0% 0%;
  }

  .cookie-modal_closebutton-2 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .div-block-25 {
    font-size: .5rem;
  }

  .italic-text-3 {
    line-height: 1.1em;
  }

  .menu-link-hover-icon {
    width: 2em;
    font-size: 3vw;
  }

  .menu-link-hover-icon.icon-2 {
    left: -110%;
  }

  .menu-link {
    font-size: 6em;
  }

  .menu-link-container.nav-link-4.hover-effect.w--current {
    font-style: italic;
  }

  .link-block-2 {
    width: 55%;
    right: -10em;
  }

  .menu-fullscreen-container {
    display: none;
    overflow: visible;
  }

  .interaction-div {
    display: none;
  }

  .audit-button {
    font-size: 4em;
    line-height: 3em;
  }

  .slider-next {
    justify-content: center;
  }

  .slider-prev {
    width: 64px;
  }

  .text-block-9 {
    font-size: 3em;
  }

  .extra-info-container.extra-info-1 {
    font-size: 0;
  }

  .extra-p {
    width: 100%;
    font-size: 3em;
    line-height: 1.5em;
  }
}

#w-node-f4d3a4d2-4db2-38ad-bd41-69422d885769-7df69b91 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f4d3a4d2-4db2-38ad-bd41-69422d88576b-7df69b91, #w-node-f4d3a4d2-4db2-38ad-bd41-69422d885778-7df69b91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4d3a4d2-4db2-38ad-bd41-69422d885785-7df69b91 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f4d3a4d2-4db2-38ad-bd41-69422d885787-7df69b91, #w-node-f4d3a4d2-4db2-38ad-bd41-69422d885794-7df69b91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4d3a4d2-4db2-38ad-bd41-69422d8857a1-7df69b91 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f4d3a4d2-4db2-38ad-bd41-69422d8857a3-7df69b91, #w-node-f4d3a4d2-4db2-38ad-bd41-69422d8857b0-7df69b91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4d3a4d2-4db2-38ad-bd41-69422d8857bd-7df69b91 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f4d3a4d2-4db2-38ad-bd41-69422d8857bf-7df69b91, #w-node-f4d3a4d2-4db2-38ad-bd41-69422d8857cc-7df69b91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4d3a4d2-4db2-38ad-bd41-69422d8857d9-7df69b91 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f4d3a4d2-4db2-38ad-bd41-69422d8857db-7df69b91, #w-node-f4d3a4d2-4db2-38ad-bd41-69422d8857e8-7df69b91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-f4d3a4d2-4db2-38ad-bd41-69422d885769-7df69b91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
