.navigation-wrapper {
  position: sticky !important;
}

.navigation-background {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.section.image.header {
  min-height: 300px !important;
  margin: 0 auto !important;
}

.hero {
  margin-top: -80px;
}

.utility-page-wrap {
  cursor: auto;
}

.testimonial-name-wrapper {
  height: auto;
}

.photo {
  width: max-content;
  height: auto;
}

.contrast-wrapper._2 {
  margin-right: 0;
  bottom: 10px;
  transform: rotate(0deg);
}

.navigation-link {
  justify-content: flex-end;
}

.footer-link.w--current {
  background-color: transparent;
  color: #f4f5f8;
}

.footer-sitemap {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  .footer-sitemap {
    justify-self: start;
  }
}

/* .flex-1 {
  flex: 1;
  display: flex;
}

.self-stretch {
  align-self: stretch;
}

.flex-1 > .w-input {
  flex: 1;
  width: initial;
} */

@media screen and (max-width: 479px) {
  .contact-flex {
    align-items: normal;
  }
}

.cc-form {
  display: flex;
}

.cc-form-field__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media screen and (min-width: 480px) {
  .cc-form-field--spaced {
    margin-left: 30px;
  }
}

.cc-form-label--spaced {
  margin-bottom: 15px;
}

.cc-form-field__input {
  border: none;
  align-self: stretch;
  height: 45px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(129, 129, 139, 0.4);
  background-color: transparent;
  color: #f4f5f8;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}

.cc-form-field__input:focus {
  outline: 0;
}

.cc-form-field__error {
  margin-top: 10px;
  color: #ff0000;
}

.cc-form-field__wrapper > * {
  flex: 1;
}

.cc-checkbox {
  border-color: rgba(129, 129, 139, 0.4);
  background: #000000;
  margin-right: 15px;
}

.cc-disabled-button {
  opacity: 0.75;
}

.cc-error-text {
  color: #f00 !important;
}

.w-tab-content {
  opacity: 1;
  display: grid;
  grid-template-columns: 1fr;
  overflow: visible;
}

.w-tab-pane {
  grid-row-start: 1;
  grid-column-start: 1;
  position: initial;
  display: initial;

  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  justify-content: center;
  align-items: center;
}

.technologie-content {
  justify-content: normal;
}

.technologie-content .icon-wrapper {
  align-self: center;
}

.linewave-hero__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  margin: 10%;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

.linewave-hero__inner {
  max-width: 800px;
  max-height: 500px;
  flex: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .linewave-hero__inner {
    margin-top: -95px !important;
  }
}

.linewave-hero__inner > * {
  margin: auto;
  flex: 1;
}

.linewave-cta__wrapper {
  width: 100%;
  height: 200px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.linewave-cta__inner {
  max-width: 600px;
  max-height: 200px;
  flex: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .linewave-cta__inner {
    margin-top: -95px !important;
  }
}

.linewave-cta__inner > * {
  margin: auto;
  flex: 1;
}

.cc-photo-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.cc-copy-text__wrapper {
  font-size: 12px;
  width: 80%;
}

p {
  color: inherit;
}

@media screen and (min-width: 992px) {
  .lg\:cc-flex-wrapper-reverse {
    grid-auto-flow: dense;
  }

  .lg\:cc-flex-wrapper-reverse div:first-child {
    grid-column: 2;
  }
}

a {
  color: unset;
}

.text-underline {
  text-decoration: underline;
}

.cc-align-self-start {
  align-self: flex-start;
}
