@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-dark: #0e0e0e;
  --paragraph-gray: #717171;
  --primary: #162cca;
  --primary-light: #f2f7ff;
  --light-gray: #f9f9f9;
  --white: white;
  --violet: #408;
  --ecken-1-rem: 1rem;
  --ecken: 0px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--text-dark);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
}

h1 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  cursor: pointer;
  align-items: center;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--text-dark);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  padding-left: 5px;
  font-size: 18px;
  line-height: 1.5em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 5px solid var(--primary);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner, .section.pricing-banner, .section.banner-licensing {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 145px;
  display: flex;
}

.section.about-us-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/airspects-web-2_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  padding-top: 145px;
  display: flex;
}

.section.style-guide-section {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 115px;
  display: flex;
}

.section.large-top-space-no-bottom {
  padding-top: 130px;
  padding-bottom: 0;
}

.section.light-background-min-height {
  background-color: var(--primary-light);
  background-image: url('../images/section-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 510px;
  padding-bottom: 0;
  overflow: visible;
}

.section.light-background-line {
  background-color: var(--primary-light);
  background-image: url('../images/section-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.banner-full-width {
  background-image: url('../images/banner-background_1banner background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.section.tablet-bottom-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.services-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/ChatGPT-Image-22.-Juli-2025-15_22_50.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
}

.section.services-banner.leistung {
  background-image: linear-gradient(#0000, #0000), url('../images/airspects-web-3_1.avif');
}

.section.services-banner.leistung.hero {
  min-height: 600px;
}

.section.services-banner.geb-ude {
  background-image: linear-gradient(#0000, #0000), url('../images/ChatGPT-Image-22.-Juli-2025-15_22_49.avif');
}

.section.services-banner.fortschritt {
  background-image: linear-gradient(#0000, #0000), url('../images/rohbau_1.avif');
  background-position: 0 0, 50%;
}

.section.line-background {
  background-image: url('../images/section-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.no-top-padding-line-background {
  background-image: url('../images/section-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
}

.section.team-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/drone_1drone.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
}

.section.pricing-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/image_1image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  padding-top: 145px;
  display: flex;
}

.section.gallery-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/drone-image_2drone image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
}

.section.contact-us-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/drone-image_1drone image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
}

.section.no-bottom-padding {
  padding-bottom: 0;
  display: flex;
}

.section.blog-banner {
  background-image: linear-gradient(#00000094, #00000094), url('../images/drone-image-small_2drone image small.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  height: auto;
  min-height: 550px;
}

.section.blog-banner.small {
  min-height: 400px;
}

.section.shop-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/drone-image_1drone image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
}

.base-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.banner-bottom-block {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 100px 0% 80px;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-wrapper {
  margin-right: 30px;
}

.color-wrapper.last-item {
  margin-right: 0;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 50px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1-tablet {
  font-size: 60px;
}

.h2-tablet {
  font-size: 40px;
}

.h1-mobile {
  font-size: 50px;
}

.h2-mobile {
  font-size: 34px;
}

.h3-mobile {
  font-size: 30px;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 6px;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--primary);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.search-button {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
}

.primary-button.search-button:hover {
  color: var(--white);
  background-color: #0000;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  background-color: #0000;
  width: 100%;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
}

.nav-container {
  background-color: #fff3;
  border: 1px solid #fff3;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4px 0 45px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--white);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  opacity: 1;
  color: var(--primary);
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.w--current:hover {
  color: var(--primary);
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  background-color: var(--light-gray);
  border-color: #fff3;
  border-radius: 10px;
  width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 520px;
  display: flex;
  right: -215px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #7171714d;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  margin-right: 50px;
  font-weight: 600;
}

.license-link:hover {
  color: var(--primary);
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: #717171cc;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/airspects-web-3_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid #7171714d;
  border-radius: 6px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 12px;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.1em;
}

.password-input:focus {
  border: 1px solid var(--primary);
  font-size: 16px;
  line-height: 1.1em;
}

.password-input::placeholder {
  color: #717171b3;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

._404-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid #7171714d;
  border-radius: 6px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.1em;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
  font-size: 16px;
  line-height: 1.1em;
}

.coming-soon-input::placeholder {
  color: #717171b3;
  font-size: 16px;
  line-height: 1.1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  text-align: center;
  margin-top: 60px;
  font-size: 70px;
}

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

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

.footer {
  z-index: 101;
  background-color: var(--violet);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.footer-bottom-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-rights, .footer-copyright {
  color: #ffffff80;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-copyright-link {
  color: #fff;
  margin-right: 5px;
  display: inline;
}

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

.footer-copyright-link.last, .footer-copyright-link.no-right-margin {
  margin-right: 0;
}

.section-subtitle {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 500;
}

.section-subtitle.full-width {
  color: var(--violet);
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.social-icon-large {
  color: var(--text-dark);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  line-height: 1.1em;
}

.social-icon-large:hover {
  color: var(--primary);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  color: #0000;
  background-image: url('../images/link-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 10px;
  margin-top: 4px;
  margin-left: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-small {
  font-size: 16px;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
}

.services-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.services-item {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33.33%;
  padding: 20px 30px 30px;
  display: flex;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.pricing-plan-item {
  background-color: var(--white);
  border: 1px solid #7171714d;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  padding: 40px 30px 30px;
  display: flex;
  position: relative;
}

.pricing-plan-item-title {
  color: var(--primary);
  margin-bottom: 30px;
}

.pricing-plan-price {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  font-size: 40px;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.light-background {
  background-color: var(--light-gray);
}

.link-with-icon {
  color: var(--text-dark);
  align-items: center;
  font-weight: 600;
  display: flex;
}

.link-with-icon:hover {
  color: var(--primary);
}

.link-with-icon.space-between {
  justify-content: space-between;
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  width: 50%;
  height: 900px;
  margin-left: 40px;
}

.contacts-divider {
  background-color: #7171714d;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.contacts-icon.first-item {
  margin-right: 20px;
}

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px #0000;
  border-bottom: 1px solid #7171714d;
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
}

.contacts-textarea:focus {
  border-bottom-color: var(--primary);
}

.contacts-textarea::placeholder {
  color: #717171cc;
  font-size: 16px;
}

.contacts-input {
  background-color: #0000;
  border: 1px #0000;
  border-bottom: 1px solid #7171714d;
  border-radius: 0;
  height: auto;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border-bottom: 1px solid var(--primary);
}

.contacts-input::placeholder {
  color: #717171cc;
  font-size: 16px;
}

.contacts-title {
  margin-bottom: 25px;
}

.adress-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.adress-card {
  background-color: var(--primary-light);
  width: 48.4%;
  padding: 30px 40px;
}

.footer-brand-wrapper {
  border-bottom: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 50px;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 50px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-logo {
  width: 40px;
  height: 40px;
}

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: #afafaf;
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-result-item {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.search-link {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  color: #ffffffb3;
}

.search-input {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.1em;
}

.search-input:focus {
  border: 1px solid #fff9;
}

.search-input::placeholder {
  color: var(--light-gray);
  font-size: 16px;
  line-height: 1.1em;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  background-color: var(--primary);
  padding-top: 145px;
  padding-bottom: 40px;
}

.footer-brand-description {
  color: var(--white);
  max-width: 440px;
  margin-bottom: 50px;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  grid-row-gap: 10px;
  background-color: var(--light-gray);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 880px;
  margin: 50px auto 80px;
}

.headings-container {
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 30px;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--text-dark);
  text-align: center;
  border-radius: 6px;
  align-items: center;
  padding: 16px 28px;
  font-weight: 600;
  transition: all .3s;
}

.primary-button-white:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.style-guide-content-wrapper {
  margin-top: 50px;
  display: flex;
}

.style-guide-content-wrapper.small-space {
  margin-top: 35px;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-tab-link {
  text-transform: capitalize;
  background-color: #0000;
  padding: 0 30px 0 0;
  font-weight: 600;
}

.portfolio-tab-link.w--current {
  color: var(--primary);
  background-color: #0000;
}

.tabs-menu {
  margin-bottom: 50px;
  display: flex;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.nav-dropdown-column {
  width: 33%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.empty-state {
  background-color: #0000;
  padding-left: 0;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.text-align-center {
  text-align: center;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h3, .rich-text-style h4 {
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style p {
  margin-bottom: 15px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.flex-horizontal-center {
  align-items: center;
  display: flex;
}

.flex-horizontal-center.with-small-columns-gap {
  grid-column-gap: 15px;
}

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

.brand-tablet {
  display: none;
}

.style-guide-tab-content-wrapper {
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 50px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  background-color: var(--white);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-tabs-menu {
  border-left: 1px solid #000;
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  color: #fff;
  background-color: #000;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.shop-tabs {
  width: 100%;
}

.shop-item-link {
  font-size: 20px;
  font-weight: 700;
}

.shop-item-link:hover {
  color: #0e0e0e;
}

.shop-list-image {
  object-fit: cover;
  width: 100%;
  height: 360px;
  transition: transform .3s;
  box-shadow: 7px 7px 50px #0000000d;
}

.shop-list-image:hover {
  transform: scale(1.06);
}

.shop-links-wrapper {
  position: relative;
}

.shop-collection-item {
  width: 100%;
}

.shop-item-price-on-sale {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
  display: none;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.sessions-tab-link {
  color: var(--text-dark);
  background-color: #0000;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.sessions-tab-link.w--current {
  color: var(--primary);
  background-color: #0000;
}

.main-shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-category-tabs-content {
  overflow: visible;
}

.shop-category-tabs {
  width: 100%;
}

.shop-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 50px;
  display: flex;
}

.shop-item-price {
  margin-top: 10px;
  font-size: 18px;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.shop-link-block {
  width: 100%;
  overflow: hidden;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.success-message {
  color: var(--primary);
  background-color: #0000;
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  margin-top: 15px;
  padding: 0;
}

.error-message.text-align-left {
  text-align: left;
}

.form-contacts {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.violet-style-guide {
  background-color: var(--violet);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.margin-bottom-medium {
  margin-bottom: 50px;
}

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

.content-holder {
  margin-top: 60px;
}

.nav-tablet-button-holder {
  display: none;
}

.primary-light-background {
  background-color: var(--primary-light);
}

.nav-primary-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  border-radius: 6px;
  align-items: center;
  padding: 16px 28px;
  font-weight: 600;
  transition: all .3s;
}

.nav-primary-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

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

.text-color-white.title-medium {
  width: 70%;
}

.footer-title {
  color: var(--white);
  text-transform: none;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1em;
}

.footer-rights-holder {
  flex-wrap: wrap;
  width: 40%;
  display: flex;
}

.footer-social-links-wrapper {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  width: 50%;
  display: flex;
}

.footer-copyright-link-small {
  color: var(--white);
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-copyright-link-small:hover {
  color: #ffffff80;
}

.background-video {
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  display: flex;
}

.display-flex-horizontal {
  width: 100%;
  display: flex;
}

.display-flex-horizontal.tablet-wrap-medium-columns-gap {
  grid-column-gap: 30px;
}

.display-flex-horizontal.desktop-wrap-all-gap-medium {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-flow: wrap;
}

.display-flex-horizontal.desktop-wrap-tablet-center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
}

.display-flex-horizontal.desktop-wrap-tablet-medium-gap, .display-flex-horizontal.desktop-wrap-columns-gap {
  grid-column-gap: 85px;
}

.column-wrapper {
  width: 50%;
  height: auto;
  max-height: 400px;
}

.column-wrapper.flex-vertical-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.column-wrapper.start {
  width: 100%;
}

.column-image-medium {
  object-fit: cover;
  width: 100%;
  height: 500px;
  margin-top: -30px;
}

.card-wrapper-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--light-gray);
  flex-flow: column;
  width: 45%;
  padding: 20px;
  display: flex;
}

.card-wrapper-small.dark {
  background-color: var(--primary);
  width: 45%;
}

.primary-card-number {
  color: var(--primary);
}

.primary-card-number.text-color-white {
  color: var(--white);
}

.card-number-line {
  background-color: var(--primary);
  width: 70px;
  height: 2px;
}

.card-number-line.white-background {
  background-color: var(--white);
}

.card-title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.card-title.text-color-white {
  margin-top: 0;
  margin-bottom: 0;
}

.section-full-width {
  background-image: url('../images/drone-image-background_1drone image background.webp');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.medium-wrapper {
  grid-row-gap: 50px;
  background-color: var(--primary);
  flex-flow: column wrap;
  width: 50%;
  height: 100%;
  min-height: 500px;
  margin-left: auto;
  padding: 60px 15px 60px 30px;
  display: flex;
}

.medium-wrapper-title {
  color: var(--white);
  text-transform: none;
  width: 92%;
}

.number-wrapper-medium {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.number-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.number-holder.small-size-center {
  align-items: center;
  width: 25%;
}

.number-title {
  color: var(--white);
  font-size: 50px;
  line-height: 1.1em;
}

.number-title.black {
  color: var(--text-dark);
}

.section-image-small {
  display: none;
}

.section-line {
  background-color: #7171714d;
  width: 100%;
  height: 1px;
}

.text-content-wrapper {
  border-right: 1px solid #7171714d;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 90px;
  display: flex;
}

.margin-top-bottom-medium {
  margin-top: 30px;
  margin-bottom: 40px;
}

.primary-text-color {
  color: var(--primary);
}

.primary-text-color.margin-top-xmedium {
  margin-top: 25px;
}

.image-wrapper-medium {
  width: 50%;
  padding-left: 85px;
}

.negative-image-holder {
  position: relative;
  top: -50px;
  overflow: hidden;
}

.column-image-large {
  object-fit: cover;
  width: 100%;
  height: 560px;
  margin-top: -30px;
}

.company-logo-wrapper {
  grid-column-gap: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.logo-image {
  object-fit: contain;
  width: 15%;
  height: 30px;
}

.right-text-content {
  width: 50%;
  margin-left: auto;
  padding-left: 85px;
  overflow: visible;
}

.section-image-large-wrapper {
  object-fit: cover;
  width: 50%;
  height: 490px;
  position: absolute;
  inset: 80px auto auto 0%;
  overflow: visible;
}

.description-medium {
  width: 66%;
  margin-top: 25px;
  margin-bottom: 50px;
}

.link-with-icon-large {
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
}

.link-with-icon-large:hover {
  color: #162ccabf;
}

.margin-bottom-xmedium {
  margin-bottom: 40px;
}

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

.full-height-image.with-negative-margin {
  margin-top: 0;
}

.text-content-wrapper-medium {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 30px 20px 30px 30px;
  display: flex;
  position: relative;
}

.title-medium {
  color: var(--white);
  width: 60%;
  margin-bottom: 10px;
}

.description-large {
  color: var(--white);
  width: 86%;
  margin-bottom: 50px;
}

.right-arrow-small {
  width: 20px;
  height: 20px;
}

.right-arrow-small-wrapper {
  margin-top: -5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.column-image-holder {
  background-image: linear-gradient(#0003, #0003), url('../images/airspects-web-1_1.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 305px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.column-image-holder.bottom-item {
  background-image: linear-gradient(#0003, #0003), url('../images/wärmebrücken_1.avif');
  background-position: 0 0, 0%;
}

.column-image-holder.third-item {
  background-image: linear-gradient(#0003, #0003), url('../images/identisch-luftbild_1.avif');
  background-position: 0 0, 0 -70px;
}

.column-image-holder.third-item.dienstleist {
  background-image: linear-gradient(#0000, #0000), url('../images/drone_1drone.webp');
}

.column-image-holder.third-item.doku.wieso {
  background-image: linear-gradient(#0000, #0000), url('../images/digitalzwilling_1.avif');
  background-position: 0 0, 0 0;
}

.column-image-holder.third-item.pv {
  background-image: linear-gradient(#0000, #0000), url('../images/ChatGPT-Image-22.-Juli-2025-15_22_49.avif');
}

.column-image-holder.fourth-item {
  background-image: linear-gradient(#0003, #0003), url('../images/haus3d_1.avif');
  background-position: 0 0, 50%;
}

.column-image-holder.fourth-item.thermo {
  background-image: linear-gradient(#0000, #0000), url('../images/ziegel_1.avif');
}

.column-image-holder.fourth-item.geb-ude {
  background-image: url('../images/ziegel_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-width {
  width: 100%;
}

.full-width.light-hover {
  transition: opacity .4s;
}

.full-width.light-hover:hover {
  opacity: .8;
}

.flex-space-between-center {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-space-between-center.row-gap-small {
  grid-row-gap: 10px;
}

.banner-wrapper-large {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.banner-title-holder {
  width: 65%;
}

.banner-text-holder {
  width: 35%;
}

.banner-description-small {
  color: var(--white);
  width: 80%;
  margin-bottom: 50px;
}

.banner-title-large {
  color: var(--white);
  font-size: 90px;
}

.banner-link-wtapper {
  background-color: var(--white);
  border-radius: 10px;
  width: 96%;
  padding: 16px 28px;
}

.banner-wrapper-left {
  max-width: none;
  height: auto;
  margin-top: 0;
}

.banner-description-white {
  color: var(--white);
  margin-top: 25px;
  margin-bottom: 50px;
}

.banner-description-white.no-margin-bottom {
  margin-bottom: 0;
}

.number-wrapper-large {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.team-wrapper-medium {
  background-color: var(--light-gray);
  width: 31.3%;
  padding: 20px 20px 40px;
}

.column-image-small {
  object-fit: cover;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}

.light-border-bottom {
  border-bottom: 1px solid #7171714d;
}

.column-wrapper-small {
  width: 33%;
}

.column-wrapper-medium {
  width: 62%;
}

.values-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 47%;
  display: flex;
}

.values-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  display: flex;
}

.light-border-top {
  border-top: 1px solid #7171714d;
}

.workflow-video {
  color: var(--primary);
  background-image: url('../images/image_1image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  position: relative;
}

.workflow-video:hover {
  color: var(--primary);
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-wrapper {
  align-items: center;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.workflow-video-wrapper {
  width: 50%;
}

.workflow-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.workflow-profile-photo-wrapper {
  width: 90px;
  height: 90px;
}

.margin-bottom-xxsmall {
  margin-bottom: 5px;
}

.pricing-item-wrapper {
  grid-row-gap: 20px;
  border-bottom: 1px solid #7171714d;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-button-holder {
  margin-top: 40px;
}

.pricing-popular-block {
  background-color: var(--primary);
  border-radius: 6px;
  padding: 8px;
  display: inline-block;
  position: absolute;
  inset: 20px 30px auto auto;
}

.position-static {
  position: static;
}

.position-static.padding-bottom-small-border {
  border-bottom: 1px solid #7171714d;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.position-static.tablet-padding-bottom-line {
  width: 100%;
}

.faq-accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.card-wrapper-large {
  width: 90%;
}

.accordion-icon-circle {
  border: 1px solid var(--text-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.accordion-list-medium {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list-medium.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.margin-top-small {
  margin-top: 20px;
}

.cross-icon {
  width: 13px;
  height: 13px;
}

.light-borders {
  border-top: 1px solid #7171714d;
  border-bottom: 1px solid #7171714d;
}

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

.column-small-image-fixed {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.gallery-wrapper {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
}

.gallery-wrapper.reverse {
  flex-direction: row-reverse;
  margin-top: 50px;
}

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

.gallery-image-large-wrapper {
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.gallery-image-large-wrapper:hover {
  opacity: .8;
}

.gallery-image-medium-wrapper {
  width: 100%;
  margin-bottom: 50px;
  transition-property: opacity;
  transition-duration: .4s;
}

.gallery-image-medium-wrapper:hover {
  opacity: .8;
}

.link-gray {
  color: var(--paragraph-gray);
}

.link-gray:hover {
  color: var(--primary);
}

.margin-top-bottom-small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-wrapper {
  margin-top: 40px;
}

.social-icon-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.nav-wrapper-small {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding-bottom: 6px;
  padding-left: 0;
  position: relative;
}

.cart-button:hover {
  color: var(--primary);
}

.cart-icon {
  width: 20px;
  height: 20px;
}

.cart-quantity {
  color: var(--white);
  background-color: #0000;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  left: auto;
  right: 8px;
}

.add-to-cart-wrapper {
  position: absolute;
  inset: auto 0% 20px 20px;
}

.add-to-cart-primary {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  align-items: center;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  transition: all .3s;
}

.add-to-cart-primary:hover {
  background-color: var(--white);
  color: var(--primary);
}

.out-of-stock-state {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding: 0 20px 0 0;
}

.error-state {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding: 0 20px 10px 0;
}

.error-state.top-margin-xsmall {
  margin-top: 10px;
}

.cart-image {
  object-fit: cover;
  width: 65px;
  height: 85px;
}

.cart-quantity-small {
  background-color: #0000;
  border-top-style: none;
  border-bottom-color: #7171714d;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
}

.cart-quantity-small:active, .cart-quantity-small:focus {
  border-bottom-color: var(--primary);
}

.remove-button {
  font-size: 16px;
  transition: color .3s;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.cart-item {
  grid-row-gap: 10px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 20px;
}

.cart-item:last-child {
  padding-bottom: 0;
}

.cart-wrapper-medium {
  max-width: 65%;
}

._404-title {
  margin-bottom: 30px;
  font-size: 130px;
}

._404-title.white {
  color: var(--white);
}

.search-paragraph {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.no-results {
  color: var(--white);
  margin-bottom: 40px;
}

.cart-error-state {
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-icon {
  margin-right: 8px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.image {
  height: 100%;
}

.heading {
  color: var(--white);
  margin-top: 20px;
  line-height: 1.3em;
}

.link, .link:hover {
  color: var(--white);
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-2 {
  margin-left: 10%;
  margin-right: 10%;
}

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

.div-block-3 {
  margin-left: 10%;
  margin-right: 10%;
}

.cart-quantity-small-2 {
  background-color: #0000;
  border-top-style: none;
  border-bottom-color: #7171714d;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
}

.cart-quantity-small-2:active, .cart-quantity-small-2:focus {
  border-bottom-color: #162cca;
}

.menu-wrap-2 {
  align-items: center;
  display: flex;
}

.primary-button-white-2 {
  color: #0e0e0e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  align-items: center;
  padding: 16px 28px;
  font-weight: 600;
  transition: all .3s;
}

.primary-button-white-2:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.footer-brand-description-2 {
  color: #fff;
  max-width: 440px;
  margin-bottom: 50px;
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.primary-text-color-2 {
  color: #162cca;
}

.banner-title-2 {
  color: #fff;
  text-align: center;
}

.nav-dropdown-link-2 {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-2:hover {
  color: #162cca;
  margin-left: 0;
}

.nav-dropdown-link-2.w--current {
  color: #162cca;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-2.w--open {
  background-color: #f9f9f9;
  border-color: #fff3;
  border-radius: 10px;
  width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list-2.megamenu {
  width: 360px;
}

.nav-dropdown-list-2.megamenu.w--open {
  width: 520px;
  display: flex;
  right: -215px;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #162cca;
  border: 1px solid #162cca;
  border-radius: 6px;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.primary-button-2:hover {
  color: #162cca;
  background-color: #fff;
}

.footer-2 {
  text-align: center;
  background-color: #408;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-title-2 {
  color: #fff;
  text-transform: none;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1em;
}

.nav-dropdown-link-line-2 {
  background-color: #162cca;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.link-2 {
  color: #fff;
}

.footer-brand-2 {
  color: #fff;
  margin-bottom: 50px;
}

.footer-brand-2.w--current {
  color: #fff;
  padding-left: 0;
}

.nav-item-title-2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.cart-button-2 {
  background-color: #0000;
  padding-bottom: 6px;
  padding-left: 0;
  position: relative;
}

.cart-button-2:hover {
  color: #162cca;
}

.nav-primary-button-2 {
  color: #162cca;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  align-items: center;
  padding: 16px 28px;
  font-weight: 600;
  transition: all .3s;
}

.nav-primary-button-2:hover {
  color: #fff;
  background-color: #162cca;
  border-color: #162cca;
}

.section-3 {
  padding-top: 5rem;
}

.cart-quantity-2 {
  color: #fff;
  background-color: #0000;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  left: auto;
  right: 8px;
}

.nav-link-2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-2:hover {
  opacity: 1;
  color: #162cca;
}

.nav-link-2.w--current {
  color: #0e0e0e;
}

.nav-menu-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.paragraph {
  color: var(--white);
}

.paragraph.black {
  color: var(--text-dark);
}

.paragraph.black.small {
  font-size: 15px;
}

.heading-h3 {
  font-size: 38px;
}

.heading-h4 {
  font-size: 28px;
}

.margin-top-bottom-medium-copy {
  margin-top: 0;
  margin-bottom: 0;
}

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

.image-4 {
  aspect-ratio: auto;
  border-radius: var(--ecken-1-rem);
  object-fit: cover;
  height: 100%;
}

.div-block-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

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

.div-block-9 {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.primary-button-white-3 {
  color: #0e0e0e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  align-items: center;
  padding: 16px 28px;
  font-weight: 600;
  transition: all .3s;
}

.primary-button-white-3:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.section-subtitle-copy-2 {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
}

.text-span-2, .bold-text-2 {
  color: var(--violet);
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.heading-2 {
  position: absolute;
  inset: 5% 0% auto;
}

.heading-2.white {
  color: var(--white);
  left: 5%;
}

.text-block {
  color: var(--white);
  font-size: 20px;
  position: absolute;
  inset: 32% 5% auto;
}

.div-blog2 {
  object-fit: fill;
  border-radius: 8px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.bold-text-3 {
  text-transform: none;
}

.heading-style-h5 {
  font-size: 24px;
}

.heading-style-h5.white {
  color: var(--white);
  text-transform: none;
  width: 60%;
  margin-bottom: 10px;
  display: flex;
}

.heading-style-h5.white.full {
  width: auto;
}

.heading-style-h5.blue {
  color: var(--primary);
}

.heading-style-h5.padding-top {
  margin-top: 20px;
}

.image-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  background-color: #0000;
}

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

.rich-text-block-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  line-height: 1.5px;
  display: flex;
}

.column-wrapper-faq {
  width: 50%;
  height: auto;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.progress-wrapper {
  z-index: 120;
  flex-direction: column;
  align-items: center;
  width: 30px;
  height: 100vw;
  padding-top: 95px;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.percent {
  color: var(--primary);
  margin-right: 1.5px;
  font-size: 9px;
  font-weight: 500;
  line-height: 10px;
  transform: rotate(90deg);
}

.progress-track {
  flex: 1;
  width: 5px;
  margin: 5px 5px 10px;
}

.progress-bar {
  background-color: var(--primary);
  border-radius: 2px;
  width: 5px;
  height: 1%;
}

.post-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid #e2e2e2;
  flex-flow: column;
  margin-bottom: 30px;
  margin-right: 40px;
  padding-bottom: 30px;
  display: flex;
}

.post-wrapper.small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.divider {
  background-color: #f0f0f0;
  height: 1px;
  margin-bottom: 21px;
}

.heading-style-h2.left-color {
  border-left: 5px solid var(--violet);
  text-transform: none;
  padding: 20px;
}

.heading-style-h3.left-color {
  border-left: 5px solid var(--violet);
  padding-left: 15px;
}

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

.div-block-19 {
  background-color: var(--violet);
  border-radius: 1rem;
  width: 15px;
  height: 15px;
  margin-top: 5px;
}

.div-block-bulletpoints {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-20 {
  width: 90%;
}

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

.platzhalter-small-line {
  background-color: #dcdcdc;
  width: 94%;
  height: 1px;
  margin-left: 3%;
}

.block-quote {
  border-left-color: var(--violet);
}

@media screen and (min-width: 1280px) {
  .section.changelog-banner, .section.banner-licensing, .section.about-us-banner {
    padding-top: 165px;
  }

  .section.style-guide-section {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .section.large-top-space-no-bottom {
    padding-top: 180px;
  }

  .section.light-background-min-height {
    min-height: 570px;
  }

  .section.pricing-banner {
    padding-top: 165px;
  }

  .section.small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .base-container.banner-bottom-block {
    bottom: 100px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .adress-card {
    width: 48.7%;
  }

  .search-section {
    padding-top: 165px;
    padding-bottom: 80px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

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

  .footer-title {
    font-size: 80px;
  }

  .footer-social-links-wrapper {
    width: 48.6%;
  }

  .display-flex-horizontal.desktop-wrap-all-gap-medium {
    flex-flow: wrap;
  }

  .card-wrapper-small {
    width: 47.3%;
  }

  .medium-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
  }

  .medium-wrapper-title {
    width: 76%;
  }

  .number-wrapper-medium {
    grid-column-gap: 50px;
  }

  .number-holder {
    width: 25%;
  }

  .margin-top-bottom-medium {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .company-logo-wrapper {
    grid-column-gap: 110px;
  }

  .logo-image {
    width: 16.4%;
  }

  .section-image-large-wrapper {
    top: 120px;
  }

  .margin-bottom-xmedium {
    margin-bottom: 60px;
  }

  .banner-title-large {
    font-size: 110px;
  }

  .banner-link-wtapper {
    width: 93%;
  }

  .banner-wrapper-left {
    bottom: 100px;
  }

  .team-wrapper-medium {
    width: 31.6%;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  ._404-title {
    font-size: 140px;
  }

  .footer-title-2 {
    font-size: 80px;
  }

  .paragraph.black {
    color: var(--text-dark);
  }

  .paragraph.black.small {
    font-size: 14px;
  }

  .margin-top-bottom-medium-copy {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .progress-wrapper {
    height: 100vh;
  }

  .heading-style-h2 {
    text-transform: none;
  }

  .heading-style-h2.left-color {
    border-left-style: solid;
    border-left-width: 5px;
  }

  .heading-style-h3.left-color {
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-right: 0 solid #000;
  }

  .div-block-bulletpoints {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: 1rem;
    display: flex;
  }

  .div-block-20 {
    width: 90%;
  }

  .platzhalter-small-line {
    background-color: #dcdcdc;
    width: 94%;
    height: 1px;
    margin-left: 3%;
  }
}

@media screen and (min-width: 1440px) {
  .section.changelog-banner, .section.banner-licensing, .section.about-us-banner, .section.pricing-banner, .search-section {
    padding-top: 175px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .column-wrapper.flex-vertical-center {
    width: 100%;
  }

  .number-holder {
    width: 22%;
  }

  .image-4 {
    border-radius: var(--ecken-1-rem);
    width: 100%;
    height: 100%;
  }

  .div-block-7 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: flex;
  }

  .div-block-8, .div-block-9, .div-block-14 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section.light-background-min-height {
    min-height: 610px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .footer-title {
    font-size: 90px;
  }

  .column-wrapper.flex-vertical-center {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .medium-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .medium-wrapper-title {
    width: 50%;
  }

  .number-holder {
    width: 16%;
  }

  .footer-title-2 {
    font-size: 90px;
  }

  .margin-top-bottom-medium-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-4 {
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
  }

  .div-block-7 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-8, .div-block-9, .div-block-14 {
    width: 100%;
  }
}

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

  .section.changelog-banner, .section.pricing-banner, .section.banner-licensing, .section.about-us-banner {
    min-height: 300px;
  }

  .section.style-guide-section {
    min-height: 350px;
    padding-top: 80px;
  }

  .section.large-top-space-no-bottom {
    padding-top: 80px;
  }

  .section.light-background-min-height {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: auto;
  }

  .section.light-background-line {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.banner-full-width {
    background-position: 45%;
  }

  .section.tablet-bottom-padding {
    padding-bottom: 80px;
  }

  .section.pricing-banner {
    min-height: 300px;
  }

  .section.blog-banner {
    min-height: 450px;
  }

  .section.blog-banner.small {
    min-height: 350px;
  }

  .base-container.banner-bottom-block {
    bottom: 60px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .color-wrapper.last-item-space {
    margin-right: 0;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .color-container {
    margin-top: 30px;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    margin-top: 20px;
  }

  .nav-container {
    padding: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    border-top-right-radius: 10px;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    color: var(--text-dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 0;
    display: flex;
  }

  .nav-link.w--current {
    color: var(--text-dark);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--white);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    color: var(--text-dark);
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-title.tablet-medium {
    width: 90%;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .services-wrapper {
    grid-row-gap: 30px;
  }

  .services-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .pricing-plan-item {
    width: 47.9%;
  }

  .contacts-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .adress-card {
    width: 47.8%;
  }

  .footer-brand-wrapper {
    padding-bottom: 40px;
  }

  .footer-brand {
    margin-bottom: 40px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .footer-brand-description {
    margin-bottom: 40px;
  }

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

  .block-quote-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .headings-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .button-wrapper {
    margin-top: 25px;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.small-space {
    margin-top: 25px;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

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

  .coming-soon-form-main {
    justify-content: center;
  }

  .nav-tablet-button-holder {
    margin-top: 20px;
    display: block;
  }

  .nav-primary-button:hover {
    opacity: 1;
  }

  .nav-primary-button.tablet-mobile-hidden {
    display: none;
  }

  .footer-title {
    font-size: 60px;
  }

  .footer-rights-holder {
    width: 50%;
  }

  .footer-social-links-wrapper {
    width: 40%;
  }

  .display-flex-horizontal.tablet-wrap-medium-columns-gap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    height: 100%;
  }

  .display-flex-horizontal.desktop-wrap-all-gap-medium {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .display-flex-horizontal.tablet-wrap {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.desktop-wrap-tablet-center {
    justify-content: center;
  }

  .display-flex-horizontal.desktop-wrap-tablet-medium-gap {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.desktop-wrap-columns-gap {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .column-wrapper {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: none;
  }

  .column-wrapper.tablet-half-width {
    width: 50%;
  }

  .column-wrapper.start {
    max-height: none;
  }

  .column-image-medium {
    height: 480px;
    min-height: auto;
  }

  .card-wrapper-small {
    width: 47.9%;
  }

  .section-full-width {
    min-height: auto;
  }

  .medium-wrapper {
    grid-row-gap: 15px;
    width: 100%;
    min-height: auto;
    padding-left: 15px;
  }

  .medium-wrapper-title {
    margin-bottom: 20px;
  }

  .number-holder {
    width: 20%;
  }

  .section-image-small {
    object-fit: cover;
    background-image: url('../images/drone-image-background_1drone image background.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
  }

  .text-content-wrapper {
    border-right-style: none;
    border-right-width: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
  }

  .image-wrapper-medium {
    width: 100%;
    padding-left: 0;
  }

  .negative-image-holder {
    margin-bottom: 40px;
    top: 0;
  }

  .column-image-large {
    height: 350px;
  }

  .company-logo-wrapper {
    grid-column-gap: 40px;
  }

  .logo-image {
    width: 16%;
  }

  .logo-image.last-item {
    height: 27px;
  }

  .right-text-content {
    width: 100%;
    padding-left: 0;
  }

  .section-image-large-wrapper {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    position: static;
  }

  .description-medium {
    margin-bottom: 40px;
  }

  .title-medium.tablet-large {
    width: 85%;
  }

  .description-large {
    width: 95%;
    margin-bottom: 40px;
  }

  .column-image-holder.third-item.dienstleist {
    background-position: 0 0, 50%;
  }

  .column-image-holder.third-item.pv {
    object-fit: fill;
    background-position: 0 0, 50%;
  }

  .banner-wrapper-large {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .banner-text-holder {
    width: 60%;
  }

  .banner-description-small {
    width: 100%;
    margin-bottom: 40px;
  }

  .banner-title-large {
    font-size: 70px;
  }

  .banner-link-wtapper {
    width: 86%;
  }

  .team-wrapper-medium {
    width: 47.9%;
    padding-bottom: 30px;
  }

  .column-image-small {
    height: 280px;
  }

  .column-wrapper-small, .column-wrapper-medium {
    width: 100%;
  }

  .values-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 47.6%;
  }

  .position-static, .position-static.padding-bottom-small-border {
    width: 100%;
  }

  .position-static.tablet-padding-bottom-line {
    border-bottom: 1px solid #7171714d;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .faq-accordion-toggle {
    width: 100%;
  }

  .gallery-wrapper {
    grid-column-gap: 40px;
  }

  .gallery-wrapper.reverse {
    margin-top: 40px;
  }

  .gallery-image-medium-wrapper {
    margin-bottom: 40px;
  }

  .contact-wrapper {
    margin-bottom: 10px;
  }

  .nav-wrapper-small {
    justify-content: flex-end;
    width: 80%;
  }

  .add-to-cart-primary:hover {
    opacity: 1;
  }

  .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }

  .menu-wrap-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .primary-button-white-2:hover {
    opacity: 1;
  }

  .footer-brand-description-2 {
    margin-bottom: 40px;
  }

  .nav-dropdown-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-dropdown-list-2 {
    background-color: #fff;
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .footer-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-title-2 {
    font-size: 60px;
  }

  .nav-dropdown-link-line-2 {
    display: none;
  }

  .footer-brand-2 {
    margin-bottom: 40px;
  }

  .nav-item-title-2 {
    color: #0e0e0e;
  }

  .nav-primary-button-2:hover {
    opacity: 1;
  }

  .nav-primary-button-2.tablet-mobile-hidden {
    display: none;
  }

  .nav-link-2 {
    color: #0e0e0e;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 0;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-top-right-radius: 10px;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .image-2 {
    width: 40px;
    height: 40px;
  }

  .div-block-7 {
    flex-flow: column-reverse wrap;
  }

  .primary-button-white-3:hover {
    opacity: 1;
  }

  .section-subtitle-copy-2.handy {
    display: none;
  }

  .heading-2.white, .text-block {
    position: static;
  }

  .div-blog2 {
    z-index: 99;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: none;
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .image-5 {
    z-index: 1;
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .div-block-17 {
    z-index: 100;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
    position: relative;
  }

  .column-wrapper-faq {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: none;
  }

  .progress-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 20px;
  }

  .progress-track {
    height: 96%;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3, blockquote {
    font-size: 30px;
  }

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

  .section.changelog-banner, .section.banner-licensing, .section.about-us-banner {
    padding-top: 135px;
  }

  .section.style-guide-section {
    min-height: 300px;
  }

  .section.large-top-space-no-bottom {
    padding-top: 60px;
  }

  .section.tablet-bottom-padding {
    padding-bottom: 0;
  }

  .section.pricing-banner {
    padding-top: 135px;
  }

  .section.blog-banner {
    min-height: 400px;
  }

  .section.blog-banner.small {
    min-height: 300px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 30px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 40px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

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

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 40px;
    margin-right: 0;
  }

  .colors-wrapper.no-top-margin, .colors-container {
    margin-top: 0;
  }

  .headings-typography-wrapper {
    margin-bottom: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-list {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-title-wrapper {
    margin-bottom: 30px;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .banner-title.tablet-medium {
    width: 100%;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 120px;
  }

  .password-input {
    min-width: auto;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .footer-rights {
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
    width: 100%;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .text-button-icon {
    margin-left: 40px;
  }

  .banner-description.text-color-white {
    margin-top: 20px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    width: 100%;
  }

  .contacts-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .adress-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .adress-card {
    width: 100%;
    padding: 20px 30px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-wrapper {
    margin-top: 30px;
  }

  .search-section {
    padding-top: 135px;
    padding-bottom: 20px;
  }

  .footer-brand-description {
    text-align: center;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .style-guide-content-wrapper {
    margin-top: 40px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
    margin-top: 30px;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 40px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
  }

  .style-guide-tab-link {
    border-top-style: none;
    border-bottom: 1px solid #000;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid #000;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .margin-bottom-medium {
    margin-bottom: 40px;
  }

  .footer-title {
    font-size: 50px;
  }

  .footer-rights-holder, .footer-social-links-wrapper {
    justify-content: center;
    width: 100%;
  }

  .display-flex-horizontal.desktop-no-gap {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .display-flex-horizontal.desktop-wrap-tablet-medium-gap {
    grid-row-gap: 40px;
  }

  .column-wrapper.tablet-half-width {
    width: 100%;
  }

  .column-image-medium {
    height: 300px;
  }

  .card-wrapper-small, .card-wrapper-small.dark {
    width: 100%;
  }

  .medium-wrapper {
    grid-row-gap: 40px;
  }

  .medium-wrapper-title {
    margin-bottom: 0;
  }

  .number-wrapper-medium {
    width: 100%;
  }

  .number-holder {
    width: 46%;
  }

  .number-holder.small-size-center {
    width: 45.5%;
  }

  .company-logo-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-image {
    width: 27%;
  }

  .description-medium {
    width: 70%;
  }

  .text-content-wrapper-medium {
    padding-left: 20px;
    padding-right: 30px;
  }

  .title-medium {
    width: 80%;
  }

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

  .banner-title-holder {
    width: 100%;
  }

  .banner-text-holder {
    width: 90%;
  }

  .banner-description-small {
    display: none;
  }

  .banner-title-large {
    font-size: 60px;
  }

  .banner-link-wtapper {
    width: 78%;
  }

  .banner-wrapper-left {
    bottom: 60px;
  }

  .banner-description-white {
    margin-bottom: 40px;
  }

  .number-wrapper-large {
    flex-wrap: wrap;
  }

  .team-wrapper-medium {
    width: 100%;
  }

  .column-image-small {
    height: 320px;
  }

  .values-card {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .workflow-profile-photo-wrapper {
    width: 80px;
    height: 80px;
  }

  .gallery-wrapper {
    flex-wrap: wrap;
  }

  .gallery-wrapper.reverse {
    margin-top: 30px;
  }

  .gallery-image-large {
    height: 340px;
  }

  .gallery-image-medium-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .footer-brand-description-2 {
    text-align: center;
  }

  .nav-dropdown-list-2 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-title-2 {
    font-size: 50px;
  }

  .footer-brand-2 {
    padding-left: 0;
  }

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

  .image-2 {
    width: 40px;
    height: 40px;
  }

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

  .section-4 {
    height: 100%;
  }

  .progress-wrapper {
    display: none;
  }

  .post-wrapper {
    margin-right: 0;
  }

  .heading-style-h2, .heading-style-h2.left-color {
    font-size: 30px;
  }

  .hide {
    display: none;
  }

  .heading-style-h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section.services-banner.leistung.hero {
    min-height: 400px;
  }

  .section.blog-banner {
    min-height: 320px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    margin-bottom: 0;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 300px;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-icon {
    margin-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .paragraph-small.text-color-white {
    font-size: 16px;
  }

  .pricing-plan-item {
    padding: 20px;
  }

  .contacts-wrapper.mobile-no-rows-gap {
    grid-row-gap: 0px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    grid-row-gap: 10px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .sessions-tab-link {
    text-align: center;
    width: 100%;
  }

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

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-color-white {
    font-size: 30px;
  }

  .footer-title {
    text-align: center;
  }

  .footer-copyright-link-small {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .background-video {
    justify-content: flex-end;
    align-items: center;
    min-height: 38rem;
  }

  .column-wrapper {
    max-height: 500px;
  }

  .column-wrapper.flex-vertical-center {
    max-height: none;
  }

  .card-title {
    margin-top: 20px;
    font-weight: 700;
  }

  .medium-wrapper {
    overflow: hidden;
  }

  .medium-wrapper-title {
    word-break: normal;
    width: 100%;
  }

  .number-holder {
    width: 100%;
  }

  .number-holder.small-size-center {
    width: 43%;
  }

  .number-title.black {
    font-size: 35px;
  }

  .section-image-small {
    background-position: 15%;
  }

  .text-content-wrapper {
    padding-right: 0;
  }

  .logo-image {
    width: 41.3%;
  }

  .logo-image.last-item {
    height: 26px;
  }

  .description-medium {
    width: 90%;
  }

  .title-medium {
    direction: ltr;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    width: 100%;
  }

  .title-medium.tablet-large {
    overflow-wrap: normal;
  }

  .description-large {
    width: 100%;
  }

  .column-image-holder.third-item.dienstleist {
    position: relative;
  }

  .banner-text-holder {
    width: 100%;
  }

  .banner-description-small {
    display: none;
  }

  .banner-link-wtapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .number-wrapper-large {
    justify-content: space-between;
  }

  .pricing-popular-block {
    padding: 6px;
    top: 15px;
    right: 20px;
  }

  .accordion-icon-circle {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }

  .contact-wrapper {
    margin-bottom: 30px;
  }

  .nav-wrapper-small {
    width: 70%;
  }

  .cart-image {
    height: 100px;
  }

  .cart-quantity-small {
    margin-bottom: 0;
  }

  .cart-wrapper-medium {
    min-width: 60%;
    max-width: none;
  }

  ._404-title {
    margin-bottom: 20px;
    font-size: 100px;
  }

  .link:hover {
    color: var(--primary-light);
  }

  .cart-quantity-small-2 {
    margin-bottom: 0;
  }

  .footer-2 {
    text-align: left;
  }

  .footer-title-2 {
    text-align: center;
  }

  .nav-link-2 {
    width: 99%;
  }

  .nav-menu-2 {
    width: 300px;
  }

  .paragraph.black {
    color: var(--white);
  }

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

  .div-block-13 {
    flex-flow: row;
  }

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

  .main-wrapper {
    overflow: hidden;
  }

  .section-4 {
    height: auto;
  }

  .bold-text-3 {
    font-size: 28px;
  }

  .heading-style-h5 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .heading-style-h5.blue {
    color: var(--primary);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
  }

  .column-wrapper-faq {
    max-height: none;
  }

  .heading-style-h2, .heading-style-h2.left-color {
    font-size: 25px;
  }

  .italic-text {
    color: var(--text-dark);
  }
}

#w-node-ac478200-d42d-2047-6378-46d0d11930fe-321d8d09, #w-node-ac478200-d42d-2047-6378-46d0d1193115-321d8d09, #w-node-ac478200-d42d-2047-6378-46d0d119312c-321d8d09, #w-node-ac478200-d42d-2047-6378-46d0d1193143-321d8d09, #w-node-a16887a8-4ff2-07a6-83b7-c763bcf7737a-321d8d0e, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-321d8d0e, #w-node-bed2dd14-ccd1-d668-2d33-978390a98a79-321d8d0e, #w-node-_9971bf25-b8bf-9379-016a-80879243483b-321d8d0e, #w-node-_0bb4eeec-0113-e0fc-5849-da3c6a51a7f9-321d8d0e, #w-node-_999ab6ec-fa1c-6f7c-fcb4-046b1918c757-321d8d0e, #w-node-a7c10e33-db84-ad67-ba2b-501e2daf80a3-321d8d0e, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-321d8d15, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-321d8d15, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-321d8d15, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-321d8d15, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-321d8d15, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-321d8d15, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-321d8d15, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-321d8d15, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-321d8d15, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-321d8d15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-a16887a8-4ff2-07a6-83b7-c763bcf7737a-321d8d0e, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-321d8d0e, #w-node-bed2dd14-ccd1-d668-2d33-978390a98a79-321d8d0e, #w-node-_9971bf25-b8bf-9379-016a-80879243483b-321d8d0e, #w-node-_0bb4eeec-0113-e0fc-5849-da3c6a51a7f9-321d8d0e, #w-node-_999ab6ec-fa1c-6f7c-fcb4-046b1918c757-321d8d0e, #w-node-a7c10e33-db84-ad67-ba2b-501e2daf80a3-321d8d0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}